]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
One more clarification on the thesaurus setup
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % 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 \newcommand{\spce}{\textvisiblespace}
88
89 % example definitions for sec. 20.1 
90 \newcommand{\gr}{\Longrightarrow}
91 \newcommand{\us}[1]{\underline{#1}}
92 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
93 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
94 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
95
96 % example macro from sec. 19.4
97 %\def\tagform@#1{\maketag@@@{|#1|}}
98
99 % macro from sec. 10.2
100 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
101 \def\mathclap {\mathpalette \mathclapinternal}
102 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
103
104
105 % ------------------------------------
106 % used to check for needed LaTeX packages
107 \usepackage{ifthen}
108
109 % check for package eurosym
110 % used for the Euro symbol
111 \newboolean{eurosym}
112 \IfFileExists{eurosym.sty}
113  {\usepackage[gennarrow]{eurosym}
114   \setboolean{eurosym}{true}}
115  {\setboolean{eurosym}{false}}
116
117 % check for package braket
118 % used for physical vectors
119 \newboolean{braket}
120 \IfFileExists{braket.sty}
121  {\usepackage{braket}
122   \setboolean{braket}{true}}
123  {\setboolean{braket}{false}}
124
125 % check for package cancel
126 \newboolean{cancel}
127 \IfFileExists{cancel.sty}
128  {\usepackage{cancel}
129   \setboolean{cancel}{true}}
130  {\setboolean{cancel}{false}}
131
132 % check for package upgreek
133 \newboolean{upgreek}
134 \IfFileExists{upgreek.sty}
135  {\usepackage{upgreek}
136   \setboolean{upgreek}{true}}
137  {\setboolean{upgreek}{false}}
138 \end_preamble
139 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
140 \use_default_options false
141 \maintain_unincluded_children false
142 \language english
143 \language_package default
144 \inputencoding auto
145 \fontencoding global
146 \font_roman default
147 \font_sans default
148 \font_typewriter default
149 \font_math auto
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156 \graphics default
157 \default_output_format default
158 \output_sync 0
159 \bibtex_command default
160 \index_command default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
178 \papersize a4paper
179 \use_geometry false
180 \use_package amsmath 2
181 \use_package amssymb 2
182 \use_package cancel 0
183 \use_package esint 1
184 \use_package mathdots 1
185 \use_package mathtools 0
186 \use_package mhchem 1
187 \use_package stackrel 0
188 \use_package stmaryrd 0
189 \use_package undertilde 0
190 \cite_engine basic
191 \cite_engine_type default
192 \biblio_style plain
193 \use_bibtopic false
194 \use_indices false
195 \paperorientation portrait
196 \suppress_date false
197 \justification true
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Index
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 LyX's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the LyX Team
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 If you have comments or error corrections, please send them to the LyX Documenta
236 tion mailing list: 
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 author: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 Version 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 To export this document to PDF, PS or DVI the LaTeX-packages 
290 \series bold
291 braket, cancel, eurosym, mathdots, mhchem
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be exported anyway but the sections
299  where the packages are required will not appear in the output.
300  An exception is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains LyX's math features and is furthermore a collection
335  of LaTeX-commands used for mathematical characters and constructs.
336  The explanations are designed for the usage of commands.
337  It is therefore required that you have read the section 
338 \family typewriter
339 Mathematical
340 \begin_inset space ~
341 \end_inset
342
343 Formulas
344 \family default
345  of the User's Guide.
346 \end_layout
347
348 \begin_layout Standard
349 Most of the characters and many constructs explained in this manual are
350  also accessible via the menu 
351 \family sans
352 Insert
353 \series bold
354 \SpecialChar \menuseparator
355
356 \series default
357 Math
358 \family default
359  or the 
360 \family sans
361 math
362 \family default
363 \series bold
364  
365 \family sans
366 \series default
367 toolbar
368 \family default
369 .
370  But everybody who has to write lots of formulas will notice that it is
371  much faster to use commands instead of the math toolbar.
372  Therefore this manual is focused on commands but also mentions the correspondin
373 g toolbar buttons when available.
374 \end_layout
375
376 \begin_layout Standard
377 If not specially mentioned the commands are only available within formulas.
378  To be able to use all commands explained in this document, the option 
379 \family sans
380 Use AMS math package
381 \family default
382  must be checked in the document settings (menu 
383 \family sans
384 Document\SpecialChar \menuseparator
385 Settings\SpecialChar \menuseparator
386 Math
387 \begin_inset space ~
388 \end_inset
389
390 Options
391 \family default
392 ).
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 The option 
398 \family sans
399 Use AMS math package automatically
400 \family default
401  only uses 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -math when math constructs are found that are supported by LyX.
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Standard
423 This document doesn't list all 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS 
432 \end_layout
433
434 \end_inset
435
436 -math commands
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441 A list with all 
442 \begin_inset ERT
443 status collapsed
444
445 \begin_layout Plain Layout
446
447
448 \backslash
449 AmS
450 \end_layout
451
452 \end_inset
453
454 -math commands is in the file 
455 \family sans
456
457 \begin_inset CommandInset href
458 LatexCommand href
459 name "amsguide.ps"
460 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
461
462 \end_inset
463
464
465 \family default
466 , which is part of every LaTeX standard installation.
467 \end_layout
468
469 \end_inset
470
471  for lucidity reasons.
472 \end_layout
473
474 \begin_layout Section
475 General Instructions
476 \end_layout
477
478 \begin_layout Standard
479 To create an inline formula
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Formula ! inline
485 \end_layout
486
487 \end_inset
488
489  that is embedded into a text line, use one of the shortcuts 
490 \begin_inset Info
491 type  "shortcuts"
492 arg   "math-mode"
493 \end_inset
494
495  or the toolbar button 
496 \begin_inset Graphics
497         filename ../images/math-mode.png
498         scale 85
499
500 \end_inset
501
502 .
503 \begin_inset Newline newline
504 \end_inset
505
506 To create a display style formula
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Formula ! display style
512 \end_layout
513
514 \end_inset
515
516  which will appear bigger, has a different format, and will be in a separate
517  paragraph, use one of these shortcuts: 
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-display"
521 \end_inset
522
523 .
524 \end_layout
525
526 \begin_layout Standard
527 To change a display style formula to an inline formula, set the cursor into
528  the formula and use one of the shortcuts 
529 \begin_inset Info
530 type  "shortcuts"
531 arg   "math-mode"
532 \end_inset
533
534  or the menu 
535 \family sans
536 Edit\SpecialChar \menuseparator
537 Math\SpecialChar \menuseparator
538 Change formula type
539 \family default
540 .
541  The same way is used to change an inline formula to a display style formula.
542 \end_layout
543
544 \begin_layout Standard
545 To display parts of an inline formula in the size of a display style formula,
546  enter the command 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Commands ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  to a formula.
565  Then a new blue box appears in which the desired formula part is inserted.
566 \end_layout
567
568 \begin_layout Standard
569 Only inline formulas are allowed inside tables.
570 \end_layout
571
572 \begin_layout Standard
573 The 
574 \family sans
575 math toolbar
576 \family default
577  can be turned on in the menu 
578 \family sans
579 View\SpecialChar \menuseparator
580 Toolbars
581 \family default
582 .
583  When you click there on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  the toolbar will be shown permanently at the bottom; this state is visualized
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu with a checkmark.
597  When you click in this state again on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  in the 
606 \family sans
607 Toolbars
608 \family default
609  menu, the 
610 \family sans
611 math toolbar
612 \family default
613  is only shown when the cursor is within a formula; this state is visualized
614  by the renaming of the menu entry from 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  to 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Math
627 \begin_inset space ~
628 \end_inset
629
630 (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The TeX-mode
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-mode
644 \end_layout
645
646 \end_inset
647
648  is invoked by pressing the toolbar button 
649 \begin_inset Graphics
650         filename ../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  or by using the menu 
656 \family sans
657 Insert\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X Code
670 \family default
671  (shortcut 
672 \begin_inset Info
673 type  "shortcut"
674 arg   "ert-insert"
675 \end_inset
676
677 ).
678 \begin_inset Note Note
679 status collapsed
680
681 \begin_layout Plain Layout
682 In LyX there are three 
683 \begin_inset Quotes eld
684 \end_inset
685
686 proper names
687 \begin_inset Quotes erd
688 \end_inset
689
690  that appear in the output with sub- and superscript letters: TeX, LaTeX
691  and LyX
692 \end_layout
693
694 \begin_layout Plain Layout
695 To avoid that these names are recognized as proper names, a TeX-brace pair
696  is inserted.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 To change the LaTeX-preamble
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 L@LaTeX-preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar \menuseparator
718 Settings\SpecialChar \menuseparator
719 LaT
720 \begin_inset ERT
721 status collapsed
722
723 \begin_layout Plain Layout
724
725 {}
726 \end_layout
727
728 \end_inset
729
730 eX
731 \family default
732  
733 \family sans
734 Preamble
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 To edit matrices, case differentiations and multiline formulas subsequently,
741  use the menus 
742 \family sans
743 Edit\SpecialChar \menuseparator
744 Math
745 \family default
746  and 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Rows
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Columns,
758 \family default
759  or the 
760 \family sans
761 table toolbar
762 \family default
763 .
764  When lines and columns are swapped via the menu, the column or line where
765  the cursor is in is exchanged with the column to the right or the line
766  below, respectively.
767  Is the cursor in the last column or row, the exchange is done with the
768  column to the left or the line above.
769 \end_layout
770
771 \begin_layout Standard
772 To write text in formulas
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 For multiline formulas the command 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  is used, see 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-multiline"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  
796 \emph on
797 mathematical text
798 \emph default
799
800 \begin_inset Index idx
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in formulas
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematical text
815 \end_layout
816
817 \end_inset
818
819  is used.
820  This mode is invoked with the shortcut 
821 \begin_inset Info
822 type  "shortcut"
823 arg   "font-default"
824 \end_inset
825
826  or by the insertion of the command 
827 \series bold
828
829 \backslash
830 text
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Commands ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844 .
845  The text appears black in LyX and can therefore be distinguished from the
846  other formula parts which appear blue.
847  In the output mathematical text is set upright, in contrary to other formula
848  parts.
849 \end_layout
850
851 \begin_layout Subsection*
852 Command Scheme
853 \end_layout
854
855 \begin_layout Standard
856 Most of the LaTeX-commands for math constructs have the following scheme:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 commandname[optional
865 \series default
866  
867 \series bold
868 argument]{required
869 \series default
870  
871 \series bold
872 argument}
873 \end_layout
874
875 \begin_layout Standard
876 A command always starts with a backslash 
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  To omit optional arguments, also omit the associated brackets.
892  The braces around the required arguments are named in this document as
893  TeX-braces
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 T@TeX-braces
899 \end_layout
900
901 \end_inset
902
903 .
904  If you add in a formula a left brace to a command name, LyX automatically
905  creates a TeX-brace.
906  In all other cases TeX-braces are created in formulas with the command
907  
908 \series bold
909
910 \backslash
911 {
912 \series default
913 .
914  TeX-braces appear red in LyX, in contrary to normal braces which appear
915  blue.
916  In TeX-mode no command is needed to get TeX-braces.
917  TeX-braces don't appear in the output.
918 \end_layout
919
920 \begin_layout Standard
921 When commands without arguments, like commands for symbols are entered in
922  TeX-mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcuts"
936 arg   "command-alternatives space-insert protected ; math-space"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 This visible space character can be created with the command 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Commands ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , inserted in TeX-mode.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 spce 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 denotes a space character to be input.
996 \end_layout
997
998 \begin_layout Itemize
999 An arrow like 
1000 \begin_inset Formula $\to$
1001 \end_inset
1002
1003  denotes the usage of the corresponding arrow key on the keyboard.
1004  The 
1005 \family sans
1006 Tab
1007 \family default
1008  key can often be used instead of 
1009 \begin_inset Formula $\to$
1010 \end_inset
1011
1012  and 
1013 \begin_inset Formula $\downarrow$
1014 \end_inset
1015
1016 , and 
1017 \family sans
1018 Shift+Tab
1019 \family default
1020  instead of 
1021 \begin_inset Formula $\leftarrow$
1022 \end_inset
1023
1024  and 
1025 \begin_inset Formula $\uparrow$
1026 \end_inset
1027
1028 .
1029 \end_layout
1030
1031 \begin_layout Subsection*
1032 Available units
1033 \end_layout
1034
1035 \begin_layout Standard
1036 \align center
1037 \begin_inset Float table
1038 placement H
1039 wide false
1040 sideways false
1041 status open
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "tab:Available-units"
1051
1052 \end_inset
1053
1054 Available units
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \align center
1064 \begin_inset Tabular
1065 <lyxtabular version="3" rows="13" columns="2">
1066 <features rotate="0" tabularvalignment="middle">
1067 <column alignment="center" valignment="top">
1068 <column alignment="center" valignment="top">
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Unit
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Name / Description
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 mm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Millimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 cm
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Centimeter
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 in
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Inch (1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 in = 2,54
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 cm)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 pt
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Point (72.27
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pt = 1
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 in)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 pc
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 Pica (1
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 pc = 12
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 pt)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 sp
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 scaled point (65536
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 sp = 1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 pt)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 bp
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 big point (72
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 bp = 1
1260 \begin_inset space \thinspace{}
1261 \end_inset
1262
1263 in)
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 <row>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 dd
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 Didot (1
1284 \begin_inset space \thinspace{}
1285 \end_inset
1286
1287 dd 
1288 \begin_inset Formula $\approx$
1289 \end_inset
1290
1291  0.376
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 mm)
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 cc
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Cicero (1
1316 \begin_inset space \thinspace{}
1317 \end_inset
1318
1319 cc = 12
1320 \begin_inset space \thinspace{}
1321 \end_inset
1322
1323 dd)
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 </row>
1329 <row>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 ex
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 Height of letter 
1344 \emph on
1345
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 x
1350 \emph default
1351
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  in the current font
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 <row>
1362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 em
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 width of letter 
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379
1380 \emph on
1381 M
1382 \emph default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387  in the current font
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 mu
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 math unit (1
1408 \begin_inset space \thinspace{}
1409 \end_inset
1410
1411 mu = 
1412 \begin_inset Formula $\nicefrac{1}{18}$
1413 \end_inset
1414
1415
1416 \begin_inset space \thinspace{}
1417 \end_inset
1418
1419 em)
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 </row>
1425 </lyxtabular>
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \begin_layout Standard
1438 \begin_inset Newpage newpage
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \begin_layout Section
1445 Basic Functions
1446 \end_layout
1447
1448 \begin_layout Subsection
1449 Exponents
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 Exponents
1455 \end_layout
1456
1457 \end_inset
1458
1459  and Indices
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 Indices
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 Superscripts|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Exponents
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \begin_inset Index idx
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 Subscripts|see
1507 \begin_inset ERT
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511
1512 {
1513 \end_layout
1514
1515 \end_inset
1516
1517 Indices
1518 \begin_inset ERT
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522
1523 }
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532
1533
1534 \end_layout
1535
1536 \begin_layout Standard
1537 Indices are created with an underscore 
1538 \begin_inset Quotes eld
1539 \end_inset
1540
1541 _
1542 \begin_inset Quotes erd
1543 \end_inset
1544
1545  or via the math toolbar button 
1546 \begin_inset Graphics
1547         filename ../images/math-subscript.png
1548         scale 85
1549
1550 \end_inset
1551
1552 , exponents with a caret 
1553 \begin_inset Quotes eld
1554 \end_inset
1555
1556 ^
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560  or via the math toolbar button 
1561 \begin_inset Graphics
1562         filename ../images/math-superscript.png
1563         scale 85
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Standard
1571 \align center
1572 \begin_inset Tabular
1573 <lyxtabular version="3" rows="4" columns="2">
1574 <features rotate="0" tabularvalignment="middle">
1575 <column alignment="center" valignment="top" width="0pt">
1576 <column alignment="center" valignment="top" width="0pt">
1577 <row>
1578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582 command
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 Result
1592 \begin_inset Note Note
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 \series bold
1598
1599 \backslash
1600 raisebox
1601 \series default
1602  is only used as spacer.
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B_V
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 \begin_inset Formula $B_{V}$
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 </row>
1636 <row>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641 B^V
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 </row>
1659 <row>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 B^
1665 \begin_inset ERT
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669
1670
1671 \backslash
1672 spce 
1673 \end_layout
1674
1675 \end_inset
1676
1677 A
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 </lyxtabular>
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \begin_layout Standard
1703 As the caret is in some languages an accent, vowels will be accentuated
1704  in this case and not set as exponents
1705 \begin_inset Foot
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Depending on the used keyboard settings this can also happen for characters
1710  other than vowels.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  To get exponents in this case, press 
1717 \family sans
1718 Space
1719 \family default
1720  after the caret as in the last example.
1721 \end_layout
1722
1723 \begin_layout Subsection
1724 Fractions
1725 \begin_inset CommandInset label
1726 LatexCommand label
1727 name "sub:Fractions"
1728
1729 \end_inset
1730
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Fractions
1737 \end_layout
1738
1739 \end_inset
1740
1741
1742 \end_layout
1743
1744 \begin_layout Standard
1745 Fractions are generated with the command 
1746 \series bold
1747
1748 \backslash
1749 frac
1750 \series default
1751
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! F ! 
1757 \backslash
1758 frac
1759 \end_layout
1760
1761 \end_inset
1762
1763  or via the math toolbar button 
1764 \begin_inset Graphics
1765         filename ../images/math/frac.png
1766         scale 50
1767
1768 \end_inset
1769
1770 .
1771  The font size is adjusted automatically, depending on whether the fraction
1772  is in an inline or display style formula.
1773  With the math toolbar button 
1774 \begin_inset Graphics
1775         filename ../images/math/frac-square.png
1776         scale 85
1777
1778 \end_inset
1779
1780  you can select different fraction types.
1781 \end_layout
1782
1783 \begin_layout Standard
1784 With the command 
1785 \series bold
1786
1787 \backslash
1788 dfrac
1789 \series default
1790
1791 \begin_inset Index idx
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795 Commands ! D ! 
1796 \backslash
1797 dfrac
1798 \end_layout
1799
1800 \end_inset
1801
1802  a fraction can be created that always has the size of a display style formula.
1803  With 
1804 \series bold
1805
1806 \backslash
1807 tfrac
1808 \series default
1809
1810 \begin_inset Index idx
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814 Commands ! T ! 
1815 \backslash
1816 tfrac
1817 \end_layout
1818
1819 \end_inset
1820
1821  the fraction appears always with the size of an inline formula.
1822  An example:
1823 \end_layout
1824
1825 \begin_layout Standard
1826 A line with the fraction 
1827 \begin_inset Formula $\frac{1}{2}$
1828 \end_inset
1829
1830  that was created with the command 
1831 \series bold
1832
1833 \backslash
1834 frac
1835 \series default
1836 .
1837 \end_layout
1838
1839 \begin_layout Standard
1840 A line with the fraction 
1841 \begin_inset Formula $\dfrac{1}{2}$
1842 \end_inset
1843
1844  that was created with the command 
1845 \series bold
1846
1847 \backslash
1848 dfrac
1849 \series default
1850 .
1851 \end_layout
1852
1853 \begin_layout Standard
1854 \align center
1855 \begin_inset Tabular
1856 <lyxtabular version="3" rows="4" columns="2">
1857 <features rotate="0" tabularvalignment="middle">
1858 <column alignment="center" valignment="top" width="0pt">
1859 <column alignment="center" valignment="top" width="0pt">
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 Command
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874 Result
1875 \begin_inset Note Note
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879
1880 \series bold
1881
1882 \backslash
1883 raisebox
1884 \series default
1885  is only used as spacer.
1886 \end_layout
1887
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \backslash
1903 frac
1904 \begin_inset ERT
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908
1909
1910 \backslash
1911 spce 
1912 \end_layout
1913
1914 \end_inset
1915
1916 A
1917 \begin_inset Formula $\downarrow$
1918 \end_inset
1919
1920 B
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 </row>
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \backslash
1945 dfrac
1946 \begin_inset ERT
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950
1951
1952 \backslash
1953 spce 
1954 \end_layout
1955
1956 \end_inset
1957
1958 A
1959 \begin_inset Formula $\downarrow$
1960 \end_inset
1961
1962 B
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1972 \end_inset
1973
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 </row>
1980 <row>
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \backslash
1987 dfrac
1988 \begin_inset ERT
1989 status collapsed
1990
1991 \begin_layout Plain Layout
1992
1993
1994 \backslash
1995 spce 
1996 \end_layout
1997
1998 \end_inset
1999
2000 e^
2001 \backslash
2002 frac
2003 \begin_inset ERT
2004 status collapsed
2005
2006 \begin_layout Plain Layout
2007
2008
2009 \backslash
2010 spce 
2011 \end_layout
2012
2013 \end_inset
2014
2015 1
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 2
2020 \begin_inset Formula $\downarrow\downarrow$
2021 \end_inset
2022
2023 3
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 </row>
2041 </lyxtabular>
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 \begin_inset VSpace bigskip
2050 \end_inset
2051
2052
2053 \begin_inset Newpage newpage
2054 \end_inset
2055
2056 For nested fractions the command 
2057 \series bold
2058
2059 \backslash
2060 cfrac
2061 \series default
2062
2063 \begin_inset Index idx
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 Commands ! C ! 
2068 \backslash
2069 cfrac
2070 \end_layout
2071
2072 \end_inset
2073
2074  can be used.
2075  Here is an example:
2076 \begin_inset VSpace -3mm
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 \begin_inset Formula 
2084 \begin{align*}
2085 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2086 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2087 \end{align*}
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 The command for the example above is:
2096 \end_layout
2097
2098 \begin_layout Standard
2099
2100 \series bold
2101
2102 \backslash
2103 cfrac
2104 \begin_inset ERT
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108
2109
2110 \backslash
2111 spce 
2112 \end_layout
2113
2114 \end_inset
2115
2116 A
2117 \begin_inset Formula $\downarrow$
2118 \end_inset
2119
2120 B+
2121 \backslash
2122 cfrac
2123 \begin_inset ERT
2124 status collapsed
2125
2126 \begin_layout Plain Layout
2127
2128
2129 \backslash
2130 spce 
2131 \end_layout
2132
2133 \end_inset
2134
2135 C+
2136 \backslash
2137 cfrac
2138 \begin_inset ERT
2139 status collapsed
2140
2141 \begin_layout Plain Layout
2142
2143
2144 \backslash
2145 spce 
2146 \end_layout
2147
2148 \end_inset
2149
2150 E
2151 \begin_inset Formula $\downarrow$
2152 \end_inset
2153
2154 F
2155 \begin_inset Formula $\downarrow$
2156 \end_inset
2157
2158 D
2159 \end_layout
2160
2161 \begin_layout Standard
2162 \begin_inset VSpace medskip
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169
2170 \series bold
2171
2172 \backslash
2173 cfrac
2174 \series default
2175  sets the fraction always in the size of a displayed formula, also when
2176  it is part of another fraction.
2177 \end_layout
2178
2179 \begin_layout Standard
2180 It is possible to specify the alignment of the numerator.
2181  The command 
2182 \series bold
2183
2184 \backslash
2185 cfracleft
2186 \series default
2187  is used to left align it, the command 
2188 \series bold
2189
2190 \backslash
2191 cfracright
2192 \series default
2193  to right-align it.
2194  
2195 \series bold
2196
2197 \backslash
2198 cfrac
2199 \series default
2200  centers the numerator.
2201  These fractions demonstrate the different alignments:
2202 \end_layout
2203
2204 \begin_layout Standard
2205
2206 \series bold
2207 \begin_inset Formula 
2208 \[
2209 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2210 \]
2211
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 Note:
2225 \series default
2226  
2227 \series bold
2228
2229 \backslash
2230 cfracleft
2231 \series default
2232  and 
2233 \series bold
2234
2235 \backslash
2236 cfracright
2237 \series default
2238  are no real LaTeX commands but represent the command 
2239 \series bold
2240
2241 \backslash
2242 cfrac[alignment]{numerator}{denominator}
2243 \series default
2244  .
2245  Therefore you cannot use them in TeX code.
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 \begin_inset VSpace medskip
2255 \end_inset
2256
2257 It is often advantageous to combine 
2258 \series bold
2259
2260 \backslash
2261 cfrac
2262 \series default
2263  and 
2264 \series bold
2265
2266 \backslash
2267 frac
2268 \series default
2269 :
2270 \begin_inset Formula 
2271 \[
2272 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2273 \]
2274
2275 \end_inset
2276
2277
2278 \end_layout
2279
2280 \begin_layout Standard
2281 For inline fractions with a sloped fraction stroke you can use the command
2282  
2283 \series bold
2284
2285 \backslash
2286 nicefrac
2287 \series default
2288
2289 \begin_inset Index idx
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 Commands ! N ! 
2294 \backslash
2295 nicefrac
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \begin_inset Formula $\nicefrac{5}{31}$
2302 \end_inset
2303
2304  or 
2305 \series bold
2306
2307 \backslash
2308 unitfrac
2309 \series default
2310
2311 \begin_inset Index idx
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 Commands ! U ! 
2316 \backslash
2317 unitfrac
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \begin_inset Formula $\unitfrac{5}{31}$
2324 \end_inset
2325
2326  There is furthermore the command 
2327 \series bold
2328
2329 \backslash
2330 unitfracthree
2331 \series default
2332  that offers to write a fraction in combination with a number: 
2333 \begin_inset Formula $\unitfrac[2]{1}{3}$
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Standard
2340 \begin_inset Note Greyedout
2341 status open
2342
2343 \begin_layout Plain Layout
2344
2345 \series bold
2346 Note:
2347 \series default
2348  
2349 \series bold
2350
2351 \backslash
2352 unitfracthree
2353 \series default
2354  is not a real LaTeX command but the command
2355 \begin_inset Newline newline
2356 \end_inset
2357
2358
2359 \series bold
2360
2361 \backslash
2362 unitfrac[number]{numerator}{denominator}
2363 \series default
2364  .
2365  Therefore you cannot use it in TeX code.
2366 \end_layout
2367
2368 \end_inset
2369
2370
2371 \end_layout
2372
2373 \begin_layout Standard
2374 How to define own fractions where the fraction stroke can be changed, is
2375  explained in 
2376 \begin_inset CommandInset ref
2377 LatexCommand ref
2378 reference "sub:Self-defined-Fractions"
2379
2380 \end_inset
2381
2382 .
2383 \end_layout
2384
2385 \begin_layout Standard
2386 \begin_inset Newpage newpage
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \begin_layout Subsection
2393 Roots
2394 \begin_inset Index idx
2395 status collapsed
2396
2397 \begin_layout Plain Layout
2398 Roots
2399 \end_layout
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 Square roots are created with 
2408 \series bold
2409
2410 \backslash
2411 sqrt
2412 \series default
2413
2414 \begin_inset Index idx
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418 Commands ! S ! 
2419 \backslash
2420 sqrt
2421 \end_layout
2422
2423 \end_inset
2424
2425  or the math toolbar button 
2426 \begin_inset Graphics
2427         filename ../images/math/sqrt.png
2428         scale 85
2429
2430 \end_inset
2431
2432 , all other roots with the command 
2433 \series bold
2434
2435 \backslash
2436 root
2437 \series default
2438
2439 \begin_inset Index idx
2440 status collapsed
2441
2442 \begin_layout Plain Layout
2443 Commands ! R ! 
2444 \backslash
2445 root
2446 \end_layout
2447
2448 \end_inset
2449
2450  or with the math toolbar button 
2451 \begin_inset Graphics
2452         filename ../images/math/root.png
2453         scale 85
2454
2455 \end_inset
2456
2457 .
2458 \end_layout
2459
2460 \begin_layout Standard
2461 \align center
2462 \begin_inset Tabular
2463 <lyxtabular version="3" rows="3" columns="2">
2464 <features rotate="0" tabularvalignment="middle">
2465 <column alignment="center" valignment="top" width="0pt">
2466 <column alignment="center" valignment="top" width="0pt">
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472 Command
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481 Result
2482 \begin_inset Note Note
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486
2487 \series bold
2488
2489 \backslash
2490 raisebox
2491 \series default
2492  is only used as spacer.
2493 \end_layout
2494
2495 \end_inset
2496
2497
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 </row>
2503 <row>
2504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Plain Layout
2508
2509 \backslash
2510 sqrt
2511 \begin_inset ERT
2512 status collapsed
2513
2514 \begin_layout Plain Layout
2515
2516
2517 \backslash
2518 spce 
2519 \end_layout
2520
2521 \end_inset
2522
2523 A-B
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \end_inset
2539 </cell>
2540 </row>
2541 <row>
2542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \backslash
2548 root
2549 \begin_inset ERT
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553
2554
2555 \backslash
2556 spce 
2557 \end_layout
2558
2559 \end_inset
2560
2561 3
2562 \begin_inset Formula $\downarrow$
2563 \end_inset
2564
2565 A-B
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2571 \begin_inset Text
2572
2573 \begin_layout Plain Layout
2574 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 </row>
2583 </lyxtabular>
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Standard
2591 A square root can also be created with 
2592 \series bold
2593
2594 \backslash
2595 root
2596 \series default
2597  when the root index field is left empty.
2598 \end_layout
2599
2600 \begin_layout Standard
2601 With certain indices the distance to the root is too small, like in this
2602  formula: 
2603 \begin_inset Formula $\sqrt[\beta]{B}$
2604 \end_inset
2605
2606
2607 \begin_inset Newline newline
2608 \end_inset
2609
2610 The 
2611 \begin_inset Formula $\beta$
2612 \end_inset
2613
2614  touches the root.
2615  To avoid this, the commands 
2616 \series bold
2617
2618 \backslash
2619 leftroot
2620 \series default
2621
2622 \begin_inset Index idx
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Commands ! L ! 
2627 \backslash
2628 leftroot
2629 \end_layout
2630
2631 \end_inset
2632
2633  and 
2634 \series bold
2635
2636 \backslash
2637 uproot
2638 \series default
2639
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Commands ! U ! 
2645 \backslash
2646 uproot
2647 \end_layout
2648
2649 \end_inset
2650
2651  are used with the following scheme:
2652 \end_layout
2653
2654 \begin_layout Standard
2655
2656 \series bold
2657
2658 \backslash
2659 leftroot{distance}
2660 \series default
2661  and 
2662 \series bold
2663
2664 \backslash
2665 uproot{distance}
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Distance is the number of Big Points (unit bp; 
2670 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2671 \end_inset
2672
2673 ), that the index should be moved to the left or top, resp..
2674  The commands are written to the index.
2675  This way the command
2676 \begin_inset Newline newline
2677 \end_inset
2678
2679
2680 \series bold
2681
2682 \backslash
2683 root
2684 \backslash
2685 leftroot{-1
2686 \begin_inset Formula $\to$
2687 \end_inset
2688
2689
2690 \backslash
2691 uproot{2
2692 \begin_inset Formula $\to$
2693 \end_inset
2694
2695
2696 \backslash
2697 beta
2698 \begin_inset ERT
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702
2703
2704 \backslash
2705 spce 
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \begin_inset Formula $\to$
2712 \end_inset
2713
2714 B
2715 \begin_inset Newline newline
2716 \end_inset
2717
2718
2719 \series default
2720 produces a correct typeset formula: 
2721 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Subsection
2728 Binomial Coefficients
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Binomial coefficients
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 Binomial coefficients are inserted with the command 
2743 \series bold
2744
2745 \backslash
2746 binom
2747 \series default
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Commands ! B ! 
2754 \backslash
2755 binom
2756 \end_layout
2757
2758 \end_inset
2759
2760  or with the submenu of the math toolbar button 
2761 \begin_inset Graphics
2762         filename ../images/math/frac-square.png
2763         scale 85
2764
2765 \end_inset
2766
2767 .
2768  As with fractions (
2769 \series bold
2770
2771 \backslash
2772 frac
2773 \series default
2774 ) in addition to 
2775 \series bold
2776
2777 \backslash
2778 binom
2779 \series default
2780  there are the commands 
2781 \series bold
2782
2783 \backslash
2784 dbinom
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Commands ! D ! 
2792 \backslash
2793 dbinom
2794 \end_layout
2795
2796 \end_inset
2797
2798  and 
2799 \series bold
2800
2801 \backslash
2802 tbinom
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Commands ! T ! 
2810 \backslash
2811 tbinom
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817  For other brackets around binomial coeficients there are the commands 
2818 \series bold
2819
2820 \backslash
2821 brace
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 Commands ! B ! 
2829 \backslash
2830 brace
2831 \end_layout
2832
2833 \end_inset
2834
2835  and 
2836 \series bold
2837
2838 \backslash
2839 brack
2840 \series default
2841
2842 \begin_inset Index idx
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846 Commands ! B ! 
2847 \backslash
2848 brack
2849 \end_layout
2850
2851 \end_inset
2852
2853 .
2854 \end_layout
2855
2856 \begin_layout Standard
2857 \align center
2858 \begin_inset Tabular
2859 <lyxtabular version="3" rows="6" columns="2">
2860 <features rotate="0" tabularvalignment="middle">
2861 <column alignment="center" valignment="top" width="0pt">
2862 <column alignment="center" valignment="top" width="0pt">
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 Command
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 Result
2878 \begin_inset Note Note
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882
2883 \series bold
2884
2885 \backslash
2886 raisebox
2887 \series default
2888  is only used as spacer.
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 binom
2907 \begin_inset ERT
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911
2912
2913 \backslash
2914 spce 
2915 \end_layout
2916
2917 \end_inset
2918
2919 A
2920 \begin_inset Formula $\downarrow$
2921 \end_inset
2922
2923 B
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row>
2942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 dbinom
2949 \begin_inset ERT
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953
2954
2955 \backslash
2956 spce 
2957 \end_layout
2958
2959 \end_inset
2960
2961 A
2962 \begin_inset Formula $\downarrow$
2963 \end_inset
2964
2965 B
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988
2989 \backslash
2990 tbinom
2991 \begin_inset ERT
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995
2996
2997 \backslash
2998 spce 
2999 \end_layout
3000
3001 \end_inset
3002
3003 A
3004 \begin_inset Formula $\downarrow$
3005 \end_inset
3006
3007 B
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 </row>
3025 <row>
3026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030
3031 \backslash
3032 brack
3033 \begin_inset ERT
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037
3038
3039 \backslash
3040 spce 
3041 \end_layout
3042
3043 \end_inset
3044
3045 A
3046 \begin_inset Formula $\downarrow$
3047 \end_inset
3048
3049 B
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \backslash
3074 brace
3075 \begin_inset ERT
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079
3080
3081 \backslash
3082 spce 
3083 \end_layout
3084
3085 \end_inset
3086
3087 A
3088 \begin_inset Formula $\downarrow$
3089 \end_inset
3090
3091 B
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 Case Differentiations
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Case differentiations 
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 \align center
3132 \begin_inset Tabular
3133 <lyxtabular version="3" rows="3" columns="2">
3134 <features rotate="0" tabularvalignment="middle">
3135 <column alignment="center" valignment="top" width="0pt">
3136 <column alignment="center" valignment="top" width="0pt">
3137 <row>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Command
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Result
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \backslash
3164 cases
3165 \begin_inset ERT
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169
3170
3171 \backslash
3172 spce 
3173 \end_layout
3174
3175 \end_inset
3176
3177 A
3178 \begin_inset Formula $\to$
3179 \end_inset
3180
3181 B>0
3182 \begin_inset Index idx
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186 Commands ! C ! 
3187 \backslash
3188 cases
3189 \end_layout
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 \begin_inset Formula $\begin{cases}
3203 A & B>0\end{cases}$
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \backslash
3219 cases
3220 \begin_inset ERT
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224
3225
3226 \backslash
3227 spce 
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Info
3234 type  "shortcut"
3235 arg   "newline-insert newline"
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247 \begin_inset Formula $\begin{cases}
3248 A & \textrm{for }x>0\\
3249 B & \textrm{for }x=0
3250 \end{cases}$
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 </lyxtabular>
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 After inserting 
3268 \series bold
3269
3270 \backslash
3271 cases
3272 \series default
3273  or pressing the math toolbar button 
3274 \begin_inset Graphics
3275         filename ../images/math/cases.png
3276         scale 85
3277
3278 \end_inset
3279
3280  you can create new lines with the shortcut 
3281 \begin_inset Info
3282 type  "shortcut"
3283 arg   "newline-insert newline"
3284 \end_inset
3285
3286  or the table toolbar button 
3287 \begin_inset Graphics
3288         filename ../images/tabular-feature_append-row.png
3289         scale 85
3290
3291 \end_inset
3292
3293 .
3294 \end_layout
3295
3296 \begin_layout Standard
3297 The command 
3298 \series bold
3299
3300 \backslash
3301 cases
3302 \series default
3303  is also available via the menu 
3304 \family sans
3305 Insert\SpecialChar \menuseparator
3306 Math\SpecialChar \menuseparator
3307 Cases-Environment
3308 \family default
3309 .
3310 \end_layout
3311
3312 \begin_layout Subsection
3313 Negations
3314 \begin_inset Index idx
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318 Negations
3319 \end_layout
3320
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \begin_layout Standard
3327 By inserting 
3328 \series bold
3329
3330 \backslash
3331 not
3332 \series default
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Commands ! N ! 
3339 \backslash
3340 not
3341 \end_layout
3342
3343 \end_inset
3344
3345  every character can be displayed canceled.
3346  The characters are quasi accentuated by a slash.
3347 \end_layout
3348
3349 \begin_layout Standard
3350 \align center
3351 \begin_inset Tabular
3352 <lyxtabular version="3" rows="4" columns="2">
3353 <features rotate="0" tabularvalignment="middle">
3354 <column alignment="center" valignment="top" width="0pt">
3355 <column alignment="center" valignment="top" width="0pt">
3356 <row>
3357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Command
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Result
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \backslash
3383 not=
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 \begin_inset Formula $\not=$
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \backslash
3408 not 
3409 \backslash
3410 le
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $\not\le$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \backslash
3435 not 
3436 \backslash
3437 parallel
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 \begin_inset Formula $\not\parallel$
3447 \end_inset
3448
3449
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 </lyxtabular>
3456
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \begin_layout Standard
3463 The last example shows that not all negations look good.
3464  Therefore there are special commands for some negations (see 
3465 \begin_inset CommandInset ref
3466 LatexCommand ref
3467 reference "sub:Mathematical-Symbols"
3468
3469 \end_inset
3470
3471  and 
3472 \begin_inset CommandInset ref
3473 LatexCommand ref
3474 reference "sec:Relations"
3475
3476 \end_inset
3477
3478 ).
3479 \end_layout
3480
3481 \begin_layout Subsection
3482 Placeholders
3483 \begin_inset CommandInset label
3484 LatexCommand label
3485 name "sub:Placeholders"
3486
3487 \end_inset
3488
3489
3490 \begin_inset Index idx
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494 Placeholders
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \begin_inset Index idx
3501 status collapsed
3502
3503 \begin_layout Plain Layout
3504 Chemical characters ! Isotopes
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \begin_inset Index idx
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514 Isotopes|see
3515 \begin_inset ERT
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519
3520 {
3521 \end_layout
3522
3523 \end_inset
3524
3525 Chemical characters
3526 \begin_inset ERT
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530
3531 }
3532 \end_layout
3533
3534 \end_inset
3535
3536
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \end_layout
3543
3544 \begin_layout Standard
3545 When displaying e.
3546 \begin_inset space \thinspace{}
3547 \end_inset
3548
3549 g.
3550 \begin_inset space \space{}
3551 \end_inset
3552
3553 isotopes
3554 \begin_inset Foot
3555 status collapsed
3556
3557 \begin_layout Plain Layout
3558 Typesetting isotopes and chemical symbols is described in 
3559 \begin_inset CommandInset ref
3560 LatexCommand ref
3561 reference "sub:Chemical-Symbols-and"
3562
3563 \end_inset
3564
3565 .
3566 \end_layout
3567
3568 \end_inset
3569
3570  the following problem occurs:
3571 \end_layout
3572
3573 \begin_layout Standard
3574 \align center
3575 \begin_inset Tabular
3576 <lyxtabular version="3" rows="2" columns="2">
3577 <features rotate="0" tabularvalignment="middle">
3578 <column alignment="center" valignment="top" width="0pt">
3579 <column alignment="center" valignment="top" width="0pt">
3580 <row>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Indices created with sub- and superscripts:
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3595 \end_inset
3596
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 correct indices:
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 </lyxtabular>
3627
3628 \end_inset
3629
3630
3631 \begin_inset Note Note
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637
3638 \backslash
3639 raisebox
3640 \series default
3641  is only used as spacer.
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \end_layout
3648
3649 \begin_layout Standard
3650 The shorter index is by default placed below or above the first character
3651  of the longer index.
3652  To avoid this there is the command 
3653 \series bold
3654
3655 \backslash
3656 phantom
3657 \series default
3658
3659 \begin_inset Index idx
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 Commands ! P ! 
3664 \backslash
3665 phantom
3666 \end_layout
3667
3668 \end_inset
3669
3670  or the math toolbar button
3671 \begin_inset space \thinspace{}
3672 \end_inset
3673
3674
3675 \begin_inset Foot
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 can be found in the submenu of the toolbar button 
3680 \begin_inset Graphics
3681         filename ../images/math/space.png
3682         scale 85
3683
3684 \end_inset
3685
3686
3687 \end_layout
3688
3689 \end_inset
3690
3691  
3692 \begin_inset Graphics
3693         filename ../images/math/phantom.png
3694         scale 85
3695
3696 \end_inset
3697
3698  that creates one or more phantom characters.
3699  When inserting 
3700 \series bold
3701
3702 \backslash
3703 phantom
3704 \series default
3705  a small blue box appears that is superposed with two red arrows.
3706  The arrows indicate that the complete width and height of the box content
3707  will be created as placeholder.
3708  Phantom characters are accordingly placeholders with the size of the characters.
3709 \end_layout
3710
3711 \begin_layout Standard
3712 \align center
3713 \begin_inset Tabular
3714 <lyxtabular version="3" rows="4" columns="2">
3715 <features rotate="0" tabularvalignment="middle">
3716 <column alignment="center" valignment="top">
3717 <column alignment="center" valignment="top">
3718 <row>
3719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Command
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Result
3733 \begin_inset Note Note
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739
3740 \backslash
3741 raisebox
3742 \series default
3743  is only used as spacer.
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 ^19
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 spce 
3768 \end_layout
3769
3770 \end_inset
3771
3772 _
3773 \backslash
3774 phantom
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 1
3788 \begin_inset Formula $\to$
3789 \end_inset
3790
3791 9
3792 \begin_inset ERT
3793 status collapsed
3794
3795 \begin_layout Plain Layout
3796
3797
3798 \backslash
3799 spce 
3800 \end_layout
3801
3802 \end_inset
3803
3804 F
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 ^235
3828 \begin_inset ERT
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833
3834 \backslash
3835 spce 
3836 \end_layout
3837
3838 \end_inset
3839
3840 _
3841 \backslash
3842 phantom
3843 \begin_inset ERT
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848
3849 \backslash
3850 spce 
3851 \end_layout
3852
3853 \end_inset
3854
3855 23
3856 \begin_inset Formula $\to$
3857 \end_inset
3858
3859 9
3860 \begin_inset ERT
3861 status collapsed
3862
3863 \begin_layout Plain Layout
3864
3865
3866 \backslash
3867 spce 
3868 \end_layout
3869
3870 \end_inset
3871
3872 F
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3882 \end_inset
3883
3884
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \backslash
3897 Lambda^
3898 \begin_inset ERT
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902
3903
3904 \backslash
3905 spce 
3906 \end_layout
3907
3908 \end_inset
3909
3910
3911 \backslash
3912 phantom
3913 \begin_inset ERT
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917
3918
3919 \backslash
3920 spce 
3921 \end_layout
3922
3923 \end_inset
3924
3925 ii
3926 \begin_inset Formula $\to$
3927 \end_inset
3928
3929 t
3930 \begin_inset ERT
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934
3935
3936 \backslash
3937 spce 
3938 \end_layout
3939
3940 \end_inset
3941
3942 _MMt
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 </row>
3960 </lyxtabular>
3961
3962 \end_inset
3963
3964
3965 \end_layout
3966
3967 \begin_layout Standard
3968 Furthermore there are the commands 
3969 \series bold
3970
3971 \backslash
3972 vphantom
3973 \series default
3974
3975 \begin_inset Index idx
3976 status collapsed
3977
3978 \begin_layout Plain Layout
3979 Commands ! V ! 
3980 \backslash
3981 vphantom
3982 \end_layout
3983
3984 \end_inset
3985
3986  (toolbar button 
3987 \begin_inset space ~
3988 \end_inset
3989
3990
3991 \begin_inset Graphics
3992         filename ../images/math/vphantom.png
3993         scale 85
3994
3995 \end_inset
3996
3997 ) and 
3998 \series bold
3999
4000 \backslash
4001 hphantom
4002 \series default
4003
4004 \begin_inset Index idx
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 Commands ! H ! 
4009 \backslash
4010 hphantom
4011 \end_layout
4012
4013 \end_inset
4014
4015  (toolbar button 
4016 \begin_inset space ~
4017 \end_inset
4018
4019
4020 \begin_inset Graphics
4021         filename ../images/math/hphantom.png
4022         scale 85
4023
4024 \end_inset
4025
4026 ).
4027  
4028 \series bold
4029
4030 \backslash
4031 hphantom
4032 \series default
4033  creates only space for the maximal height of the characters in the box
4034  but not for its width.
4035  
4036 \series bold
4037
4038 \backslash
4039 vphantom
4040 \series default
4041  creates only space for the width of the box content.
4042  Therefore  the boxes of both commands have only one red arrow.
4043 \end_layout
4044
4045 \begin_layout Standard
4046 For example the command 
4047 \series bold
4048
4049 \backslash
4050 vphantom
4051 \series default
4052
4053 \begin_inset ERT
4054 status collapsed
4055
4056 \begin_layout Plain Layout
4057
4058
4059 \backslash
4060 spce 
4061 \end_layout
4062
4063 \end_inset
4064
4065
4066 \series bold
4067 a
4068 \backslash
4069 int
4070 \series default
4071  creates space for the height of the integral sign,
4072 \begin_inset Foot
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 The command 
4077 \series bold
4078
4079 \backslash
4080 int
4081 \series default
4082  creates an integral sign, see 
4083 \begin_inset CommandInset ref
4084 LatexCommand ref
4085 reference "sub:Big-Operators"
4086
4087 \end_inset
4088
4089 .
4090 \end_layout
4091
4092 \end_inset
4093
4094  because this is the larger character.
4095  An example application is in 
4096 \begin_inset CommandInset ref
4097 LatexCommand ref
4098 reference "sub:Multiline-Brackets"
4099
4100 \end_inset
4101
4102 .
4103 \end_layout
4104
4105 \begin_layout Standard
4106 Placeholders can also be used for text when they are inserted via the menu
4107  
4108 \family sans
4109 Insert\SpecialChar \menuseparator
4110 Formatting\SpecialChar \menuseparator
4111 Phantom
4112 \family default
4113 :
4114 \end_layout
4115
4116 \begin_layout Standard
4117 This is a sentence.
4118 \begin_inset Newline newline
4119 \end_inset
4120
4121
4122 \begin_inset Phantom Phantom
4123 status open
4124
4125 \begin_layout Plain Layout
4126 This
4127 \end_layout
4128
4129 \end_inset
4130
4131  is a sentence.
4132 \end_layout
4133
4134 \begin_layout Subsection
4135 Lines
4136 \begin_inset Index idx
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Lines
4141 \end_layout
4142
4143 \end_inset
4144
4145
4146 \begin_inset Index idx
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150 Formula ! underlined
4151 \end_layout
4152
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \begin_layout Standard
4159 \align center
4160 \begin_inset Tabular
4161 <lyxtabular version="3" rows="4" columns="2">
4162 <features rotate="0" tabularvalignment="middle">
4163 <column alignment="center" valignment="top" width="0pt">
4164 <column alignment="center" valignment="top" width="0pt">
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Command
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Result
4180 \begin_inset Note Note
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186
4187 \backslash
4188 raisebox
4189 \series default
4190  is only used as spacer.
4191 \end_layout
4192
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \backslash
4208 overline
4209 \begin_inset ERT
4210 status collapsed
4211
4212 \begin_layout Plain Layout
4213
4214
4215 \backslash
4216 spce 
4217 \end_layout
4218
4219 \end_inset
4220
4221 A+B
4222 \begin_inset Index idx
4223 status collapsed
4224
4225 \begin_layout Plain Layout
4226 Commands ! O ! 
4227 \backslash
4228 overline
4229 \end_layout
4230
4231 \end_inset
4232
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \backslash
4258 underline
4259 \begin_inset ERT
4260 status collapsed
4261
4262 \begin_layout Plain Layout
4263
4264
4265 \backslash
4266 spce 
4267 \end_layout
4268
4269 \end_inset
4270
4271 A+B
4272 \begin_inset Index idx
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Commands ! U ! 
4277 \backslash
4278 underline
4279 \end_layout
4280
4281 \end_inset
4282
4283
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \backslash
4308 overline
4309 \begin_inset ERT
4310 status collapsed
4311
4312 \begin_layout Plain Layout
4313
4314
4315 \backslash
4316 spce 
4317 \end_layout
4318
4319 \end_inset
4320
4321
4322 \backslash
4323 underline
4324 \begin_inset ERT
4325 status collapsed
4326
4327 \begin_layout Plain Layout
4328
4329
4330 \backslash
4331 spce 
4332 \end_layout
4333
4334 \end_inset
4335
4336 A+B
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4346 \end_inset
4347
4348
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 </lyxtabular>
4355
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \begin_layout Standard
4362 In the last example it doesn't matter if first 
4363 \series bold
4364
4365 \backslash
4366 overline
4367 \series default
4368  or 
4369 \series bold
4370
4371 \backslash
4372 underline
4373 \series default
4374  is inserted.
4375 \end_layout
4376
4377 \begin_layout Standard
4378 To double underline use 
4379 \series bold
4380
4381 \backslash
4382 underline
4383 \series default
4384  twice.
4385 \end_layout
4386
4387 \begin_layout Standard
4388 It is possible to place up to 6 lines above or below characters.
4389 \end_layout
4390
4391 \begin_layout Standard
4392 \begin_inset VSpace bigskip
4393 \end_inset
4394
4395 Custom lines can be created using the command 
4396 \series bold
4397
4398 \backslash
4399 rule
4400 \series default
4401
4402 \begin_inset Index idx
4403 status collapsed
4404
4405 \begin_layout Plain Layout
4406 Commands ! R ! 
4407 \backslash
4408 rule
4409 \end_layout
4410
4411 \end_inset
4412
4413  which has the following scheme:
4414 \end_layout
4415
4416 \begin_layout Standard
4417
4418 \series bold
4419
4420 \backslash
4421 rule[vertical offset]{length}{thickness}
4422 \end_layout
4423
4424 \begin_layout Standard
4425 The optional vertical offset shifts the line upwards (or downwards, when
4426  the value is negative).
4427  The units listed in 
4428 \begin_inset CommandInset ref
4429 LatexCommand ref
4430 reference "tab:Available-units"
4431
4432 \end_inset
4433
4434  can be used for the values.
4435  Here are two example lines created with the commands
4436 \begin_inset Newline newline
4437 \end_inset
4438
4439
4440 \series bold
4441
4442 \backslash
4443 rule[-2ex]{3cm}{2pt}
4444 \series default
4445  and 
4446 \series bold
4447
4448 \backslash
4449 rule{2cm}{1pt}
4450 \series default
4451 :
4452 \end_layout
4453
4454 \begin_layout Standard
4455 This is a sentence 
4456 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4457 \end_inset
4458
4459  with two lines.
4460 \end_layout
4461
4462 \begin_layout Standard
4463
4464 \series bold
4465
4466 \backslash
4467 rule
4468 \series default
4469  can also be used for text when a line is inserted via the menu 
4470 \family sans
4471 Insert\SpecialChar \menuseparator
4472 Formatting\SpecialChar \menuseparator
4473 Horizontal
4474 \begin_inset space ~
4475 \end_inset
4476
4477 Line
4478 \family default
4479 :
4480 \end_layout
4481
4482 \begin_layout Standard
4483 This is a sentence 
4484 \begin_inset CommandInset line
4485 LatexCommand rule
4486 offset "0.5ex"
4487 width "3cm"
4488 height "1pt"
4489
4490 \end_inset
4491
4492  with one line.
4493 \end_layout
4494
4495 \begin_layout Subsection
4496 Ellipses
4497 \begin_inset CommandInset label
4498 LatexCommand label
4499 name "sub:Ellipses"
4500
4501 \end_inset
4502
4503
4504 \begin_inset Index idx
4505 status collapsed
4506
4507 \begin_layout Plain Layout
4508 Ellipses
4509 \end_layout
4510
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \begin_layout Standard
4517 There are different types of ellipses available.
4518 \begin_inset Foot
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522 In the math toolbar in the submenu of the button 
4523 \begin_inset Graphics
4524         filename ../images/math/ldots.png
4525         scale 85
4526
4527 \end_inset
4528
4529
4530 \end_layout
4531
4532 \end_inset
4533
4534  For listings dots at the baseline are used (
4535 \series bold
4536
4537 \backslash
4538 ldots
4539 \series default
4540
4541 \begin_inset Index idx
4542 status collapsed
4543
4544 \begin_layout Plain Layout
4545 Commands ! L ! 
4546 \backslash
4547 ldots
4548 \end_layout
4549
4550 \end_inset
4551
4552 ), while for operations dots are needed that are on the same height as the
4553  operators (
4554 \series bold
4555
4556 \backslash
4557 cdots
4558 \series default
4559
4560 \begin_inset Index idx
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564 Commands ! C ! 
4565 \backslash
4566 cdots
4567 \end_layout
4568
4569 \end_inset
4570
4571 ).
4572  When using the command 
4573 \series bold
4574
4575 \backslash
4576 dots
4577 \series default
4578
4579 \begin_inset Index idx
4580 status collapsed
4581
4582 \begin_layout Plain Layout
4583 Commands ! D ! 
4584 \backslash
4585 dots
4586 \end_layout
4587
4588 \end_inset
4589
4590 , LaTeX decides on the basis of the next character what type is used.
4591 \end_layout
4592
4593 \begin_layout Standard
4594 \align center
4595 \begin_inset Tabular
4596 <lyxtabular version="3" rows="9" columns="2">
4597 <features rotate="0" tabularvalignment="middle">
4598 <column alignment="center" valignment="top" width="0pt">
4599 <column alignment="center" valignment="top" width="0pt">
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Command
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Result
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 A_1
4626 \begin_inset ERT
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630
4631
4632 \backslash
4633 spce 
4634 \end_layout
4635
4636 \end_inset
4637
4638 ,
4639 \backslash
4640 dots
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 ,A_n
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $A_{1},\dots,A_{n}$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 A_1
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Plain Layout
4681
4682
4683 \backslash
4684 spce 
4685 \end_layout
4686
4687 \end_inset
4688
4689 +
4690 \backslash
4691 dots
4692 \begin_inset ERT
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696
4697
4698 \backslash
4699 spce 
4700 \end_layout
4701
4702 \end_inset
4703
4704 +A_n
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $A_{1}+\dots+A_{n}$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 A_1
4728 \begin_inset ERT
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732
4733
4734 \backslash
4735 spce 
4736 \end_layout
4737
4738 \end_inset
4739
4740 ,
4741 \backslash
4742 ldots
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755 ,A_n
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 \begin_inset Formula $A_{1},\ldots,A_{n}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 A_1
4779 \begin_inset ERT
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783
4784
4785 \backslash
4786 spce 
4787 \end_layout
4788
4789 \end_inset
4790
4791 +
4792 \backslash
4793 cdots
4794 \begin_inset ERT
4795 status collapsed
4796
4797 \begin_layout Plain Layout
4798
4799
4800 \backslash
4801 spce 
4802 \end_layout
4803
4804 \end_inset
4805
4806 +A_n
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4816 \end_inset
4817
4818
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \backslash
4831 vdots
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 \begin_inset Formula $\vdots$
4841 \end_inset
4842
4843
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \backslash
4856 ddots
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 \begin_inset Formula $\ddots$
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \backslash
4881 iddots
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 \begin_inset Formula $\iddots$
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 3×3
4905 \begin_inset space \thinspace{}
4906 \end_inset
4907
4908 matrix with the different dots
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 \begin_inset Formula $\begin{array}{ccc}
4918 A_{11} & \cdots & A_{1m}\\
4919 \vdots & \ddots & \vdots\\
4920 A_{n1} & \cdots & A_{nm}
4921 \end{array}$
4922 \end_inset
4923
4924
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 </lyxtabular>
4931
4932 \end_inset
4933
4934
4935 \end_layout
4936
4937 \begin_layout Standard
4938 The ellipses available in menu 
4939 \family sans
4940 Insert\SpecialChar \menuseparator
4941 Special
4942 \begin_inset space ~
4943 \end_inset
4944
4945 Character
4946 \family default
4947  are 
4948 \series bold
4949
4950 \backslash
4951 ldots
4952 \series default
4953 .
4954 \end_layout
4955
4956 \begin_layout Standard
4957 \begin_inset VSpace medskip
4958 \end_inset
4959
4960 To use 
4961 \series bold
4962
4963 \backslash
4964 iddots
4965 \series default
4966 , one of the options 
4967 \family sans
4968 Use mathdots package (automatically)
4969 \family default
4970  must be set in the document settings under 
4971 \family sans
4972 Math
4973 \begin_inset space ~
4974 \end_inset
4975
4976 Options
4977 \family default
4978 .
4979 \begin_inset Newline newline
4980 \end_inset
4981
4982 Using the option 
4983 \family sans
4984 Use mathdots package
4985 \family default
4986  will improve the appearance of all dots in the documents if their font
4987  style or size is not the default.
4988 \end_layout
4989
4990 \begin_layout Standard
4991 \begin_inset VSpace medskip
4992 \end_inset
4993
4994 Specially for matrices there are ellipses that span over several columns.
4995  They are created with the command 
4996 \series bold
4997
4998 \backslash
4999 hdotsfor
5000 \series default
5001
5002 \begin_inset Index idx
5003 status collapsed
5004
5005 \begin_layout Plain Layout
5006 Commands ! H ! 
5007 \backslash
5008 hdotsfor
5009 \end_layout
5010
5011 \end_inset
5012
5013 , that has the following scheme:
5014 \end_layout
5015
5016 \begin_layout Standard
5017
5018 \series bold
5019
5020 \backslash
5021 hdotsfor[distance]{number of columns}
5022 \end_layout
5023
5024 \begin_layout Standard
5025 The number of columns specifies how many columns should be spanned.
5026  Distance is a factor for the distance between the dots.
5027 \end_layout
5028
5029 \begin_layout Standard
5030 In the following matrix the command 
5031 \series bold
5032
5033 \backslash
5034 hdotsfor[2]{4}
5035 \series default
5036  was inserted in the first box of the second line, to get an ellipsis with
5037  a dot distance twice as long as with the command 
5038 \series bold
5039
5040 \backslash
5041 dots
5042 \series default
5043 :
5044 \begin_inset Formula 
5045 \[
5046 \left(\begin{array}{cccc}
5047 A & B & C & D\\
5048 \hdotsfor[2]{4}\\
5049 q & w & e & r
5050 \end{array}\right)
5051 \]
5052
5053 \end_inset
5054
5055 Note that the matrix fields that should be spanned must be empty, otherwise
5056  you get LaTeX-errors.
5057 \end_layout
5058
5059 \begin_layout Standard
5060 \begin_inset VSpace bigskip
5061 \end_inset
5062
5063 Furthermore you can fill with the command 
5064 \series bold
5065
5066 \backslash
5067 dotfill
5068 \series default
5069
5070 \begin_inset Index idx
5071 status collapsed
5072
5073 \begin_layout Plain Layout
5074 Commands ! D ! 
5075 \backslash
5076 dotfill
5077 \end_layout
5078
5079 \end_inset
5080
5081  the rest of a line with dots.
5082  The effect of these commands is the same as with 
5083 \series bold
5084
5085 \backslash
5086 hfill
5087 \series default
5088 , see 
5089 \begin_inset CommandInset ref
5090 LatexCommand ref
5091 reference "sub:Variable-Space"
5092
5093 \end_inset
5094
5095 .
5096 \end_layout
5097
5098 \begin_layout Standard
5099 For example the command 
5100 \series bold
5101 A
5102 \backslash
5103 dotfill
5104 \begin_inset ERT
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108
5109
5110 \backslash
5111 spce 
5112 \end_layout
5113
5114 \end_inset
5115
5116 B
5117 \series default
5118  produces
5119 \end_layout
5120
5121 \begin_layout Standard
5122 \begin_inset Formula $A\dotfill B$
5123 \end_inset
5124
5125
5126 \end_layout
5127
5128 \begin_layout Standard
5129 Similar to
5130 \series bold
5131  
5132 \backslash
5133 dotfill
5134 \series default
5135  there is for a line the command 
5136 \series bold
5137
5138 \backslash
5139 hrulefill
5140 \series default
5141
5142 \begin_inset Index idx
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146 Commands ! H ! 
5147 \backslash
5148 hrulefill
5149 \end_layout
5150
5151 \end_inset
5152
5153 :
5154 \end_layout
5155
5156 \begin_layout Standard
5157 \begin_inset Formula $A\hrulefill B$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 To use the commands for text, they have to be inserted in TeX-mode.
5165 \end_layout
5166
5167 \begin_layout Section
5168 Matrices
5169 \begin_inset CommandInset label
5170 LatexCommand label
5171 name "sec:Matrices"
5172
5173 \end_inset
5174
5175
5176 \begin_inset Index idx
5177 status collapsed
5178
5179 \begin_layout Plain Layout
5180 Matrices
5181 \end_layout
5182
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \begin_layout Standard
5189 Matrices can be inserted via the math toolbar button 
5190 \begin_inset Graphics
5191         filename ../images/dialog-show_mathmatrix.png
5192         scale 85
5193
5194 \end_inset
5195
5196  or the menu 
5197 \family sans
5198 Insert\SpecialChar \menuseparator
5199 Math\SpecialChar \menuseparator
5200 Matrix
5201 \family default
5202 .
5203  In the matrix dialog you can specify the number of columns and rows, the
5204  alignment and the decoration.
5205  The vertical alignment is only of importance for matrices in inline formulas:
5206 \end_layout
5207
5208 \begin_layout Standard
5209 The first matrix is top 
5210 \begin_inset Formula $\begin{array}[t]{cccc}
5211 A & D & G & J\\
5212 B & E & H & K\\
5213 C & F & I & L
5214 \end{array}$
5215 \end_inset
5216
5217 , the second middle 
5218 \begin_inset Formula $\begin{array}{cccc}
5219 A & D & G & J\\
5220 B & E & H & K\\
5221 C & F & I & L
5222 \end{array}$
5223 \end_inset
5224
5225  and the third bottom 
5226 \begin_inset Formula $\begin{array}[b]{cccc}
5227 A & D & G & J\\
5228 B & E & H & K\\
5229 C & F & I & L
5230 \end{array}$
5231 \end_inset
5232
5233  aligned.
5234 \end_layout
5235
5236 \begin_layout Standard
5237 The horizontal alignment specifies how the column entries should be aligned.
5238  It is set by entering a letter for every column.
5239  
5240 \emph on
5241 l
5242 \emph default
5243  denotes left aligned, 
5244 \emph on
5245 c
5246 \emph default
5247  centered and 
5248 \emph on
5249 r
5250 \emph default
5251  right aligned.
5252  To create for example a 4
5253 \series bold
5254 ×
5255 \series default
5256 4
5257 \begin_inset space ~
5258 \end_inset
5259
5260 matrix where the first column is left aligned, the second and third are
5261  centered and the last one is right aligned, one enters for the horizontal
5262  alignment 
5263 \series bold
5264 lccr
5265 \series default
5266 .
5267  Normally in a matrix all columns are centered, therefore the default for
5268  every column is a 
5269 \series bold
5270 c
5271 \series default
5272 .
5273 \end_layout
5274
5275 \begin_layout Standard
5276 Horizontal alignment:
5277 \end_layout
5278
5279 \begin_layout Standard
5280
5281 \series bold
5282 lll
5283 \series default
5284  : 
5285 \begin_inset Formula $\begin{array}{lll}
5286 10000 & D & G\\
5287 B & 10000 & H\\
5288 C & F & 10000
5289 \end{array}$
5290 \end_inset
5291
5292  , 
5293 \series bold
5294 ccc
5295 \series default
5296  : 
5297 \begin_inset Formula $\begin{array}{ccc}
5298 10000 & D & G\\
5299 B & 10000 & H\\
5300 C & F & 10000
5301 \end{array}$
5302 \end_inset
5303
5304  , 
5305 \series bold
5306 rrr
5307 \series default
5308  : 
5309 \begin_inset Formula $\begin{array}{rrr}
5310 10000 & D & G\\
5311 B & 10000 & H\\
5312 C & F & 10000
5313 \end{array}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Standard
5320 To add or delete rows and columns subsequently, the math toolbar buttons
5321  
5322 \begin_inset Graphics
5323         filename ../images/tabular-feature_append-row.png
5324         scale 85
5325
5326 \end_inset
5327
5328
5329 \begin_inset Graphics
5330         filename ../images/tabular-feature_delete-row.png
5331         scale 85
5332
5333 \end_inset
5334
5335 , etc.
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 , or the menu 
5340 \family sans
5341 Edit\SpecialChar \menuseparator
5342 Rows & Columns
5343 \family default
5344  can be used.
5345  New rows can also be created with 
5346 \begin_inset Info
5347 type  "shortcut"
5348 arg   "newline-insert newline"
5349 \end_inset
5350
5351 .
5352 \end_layout
5353
5354 \begin_layout Standard
5355 \begin_inset VSpace bigskip
5356 \end_inset
5357
5358 The 
5359 \family sans
5360 Decoration
5361 \family default
5362  adds parentheses in the selected style around the matrix.
5363  Alternatively, parentheses can can either be created with the commands
5364  
5365 \series bold
5366
5367 \backslash
5368 left
5369 \series default
5370
5371 \begin_inset Index idx
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375 Commands ! L ! 
5376 \backslash
5377 left
5378 \end_layout
5379
5380 \end_inset
5381
5382  and 
5383 \series bold
5384
5385 \backslash
5386 right
5387 \series default
5388
5389 \begin_inset Index idx
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 Commands ! R ! 
5394 \backslash
5395 right
5396 \end_layout
5397
5398 \end_inset
5399
5400  (shortcut 
5401 \family sans
5402 Alt+M
5403 \begin_inset space ~
5404 \end_inset
5405
5406 Parenthesis
5407 \family default
5408 ), see 
5409 \begin_inset CommandInset ref
5410 LatexCommand ref
5411 reference "sub:Automatic-Bracket-Size"
5412
5413 \end_inset
5414
5415 , or by using the following commands:
5416 \begin_inset VSpace medskip
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Standard
5423 \begin_inset space \hfill{}
5424 \end_inset
5425
5426
5427 \begin_inset Tabular
5428 <lyxtabular version="3" rows="4" columns="2">
5429 <features rotate="0" tabularvalignment="middle">
5430 <column alignment="center" valignment="top">
5431 <column alignment="center" valignment="top">
5432 <row>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Command
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 Result
5447 \begin_inset Note Note
5448 status collapsed
5449
5450 \begin_layout Plain Layout
5451
5452 \series bold
5453
5454 \backslash
5455 raisebox
5456 \series default
5457  is only used as spacer.
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \backslash
5475 bmatrix
5476 \begin_inset ERT
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480
5481
5482 \backslash
5483 spce 
5484 \end_layout
5485
5486 \end_inset
5487
5488 2
5489 \series bold
5490 ×
5491 \series default
5492 2
5493 \begin_inset space \thinspace{}
5494 \end_inset
5495
5496 matrix
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5506 0 & \textrm{-}\mathrm{i}\\
5507 \mathrm{i} & 0
5508 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \backslash
5524 Bmatrix
5525 \begin_inset ERT
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529
5530
5531 \backslash
5532 spce 
5533 \end_layout
5534
5535 \end_inset
5536
5537 2
5538 \series bold
5539 ×
5540 \series default
5541 2
5542 \begin_inset space \thinspace{}
5543 \end_inset
5544
5545 matrix
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5555 0 & \textrm{-}\mathrm{i}\\
5556 \mathrm{i} & 0
5557 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \backslash
5573 pmatrix
5574 \begin_inset ERT
5575 status collapsed
5576
5577 \begin_layout Plain Layout
5578
5579
5580 \backslash
5581 spce 
5582 \end_layout
5583
5584 \end_inset
5585
5586 2
5587 \series bold
5588 ×
5589 \series default
5590 2
5591 \begin_inset space \thinspace{}
5592 \end_inset
5593
5594 matrix
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5604 0 & \textrm{-}\mathrm{i}\\
5605 \mathrm{i} & 0
5606 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 </lyxtabular>
5616
5617 \end_inset
5618
5619
5620 \begin_inset space \hfill{}
5621 \end_inset
5622
5623
5624 \begin_inset Tabular
5625 <lyxtabular version="3" rows="4" columns="2">
5626 <features rotate="0" tabularvalignment="middle">
5627 <column alignment="center" valignment="top">
5628 <column alignment="center" valignment="top">
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 Command
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 Result
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 vmatrix
5657 \begin_inset ERT
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661
5662
5663 \backslash
5664 spce 
5665 \end_layout
5666
5667 \end_inset
5668
5669 2
5670 \series bold
5671 ×
5672 \series default
5673 2
5674 \begin_inset space \thinspace{}
5675 \end_inset
5676
5677 matrix
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5687 0 & \textrm{-}\mathrm{i}\\
5688 \mathrm{i} & 0
5689 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \backslash
5705 Vmatrix
5706 \begin_inset ERT
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710
5711
5712 \backslash
5713 spce 
5714 \end_layout
5715
5716 \end_inset
5717
5718 2
5719 \series bold
5720 ×
5721 \series default
5722 2
5723 \begin_inset space \thinspace{}
5724 \end_inset
5725
5726 matrix
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5736 0 & \textrm{-}\mathrm{i}\\
5737 \mathrm{i} & 0
5738 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \backslash
5754 matrix
5755 \begin_inset ERT
5756 status collapsed
5757
5758 \begin_layout Plain Layout
5759
5760
5761 \backslash
5762 spce 
5763 \end_layout
5764
5765 \end_inset
5766
5767 2
5768 \series bold
5769 ×
5770 \series default
5771 2
5772 \begin_inset space \thinspace{}
5773 \end_inset
5774
5775 matrix
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5785 0 & \textrm{-}\mathrm{i}\\
5786 \mathrm{i} & 0
5787 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 </lyxtabular>
5797
5798 \end_inset
5799
5800
5801 \begin_inset space \hfill{}
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset VSpace medskip
5809 \end_inset
5810
5811 When e.
5812 \begin_inset space \thinspace{}
5813 \end_inset
5814
5815 g.
5816 \begin_inset space \space{}
5817 \end_inset
5818
5819
5820 \series bold
5821
5822 \backslash
5823 vmatrix
5824 \series default
5825  is inserted, a blue box appears between two vertical lines where the matrix
5826  is inserted.
5827 \begin_inset Newline newline
5828 \end_inset
5829
5830 Note that decorated matrices ignore the vertical alignment.
5831 \end_layout
5832
5833 \begin_layout Standard
5834 \begin_inset VSpace bigskip
5835 \end_inset
5836
5837 As all multiline formulas are matrices, the length 
5838 \series bold
5839
5840 \backslash
5841 arraycolsep
5842 \series default
5843
5844 \begin_inset Index idx
5845 status collapsed
5846
5847 \begin_layout Plain Layout
5848 Commands ! A ! 
5849 \backslash
5850 arraycolsep
5851 \end_layout
5852
5853 \end_inset
5854
5855  that is described in 
5856 \begin_inset CommandInset ref
5857 LatexCommand ref
5858 reference "sub:Column-Separation"
5859
5860 \end_inset
5861
5862  can also be used to change the column separation of matrices.
5863 \end_layout
5864
5865 \begin_layout Standard
5866 To change the row separation, the command 
5867 \series bold
5868
5869 \backslash
5870 arraystretch
5871 \series default
5872
5873 \begin_inset Index idx
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877 Commands ! A ! 
5878 \backslash
5879 arraystretch
5880 \end_layout
5881
5882 \end_inset
5883
5884  is used.
5885  It is used as follows:
5886 \end_layout
5887
5888 \begin_layout Standard
5889
5890 \series bold
5891
5892 \backslash
5893 renewcommand{
5894 \backslash
5895 arraystretch}{stretch factor}
5896 \begin_inset Index idx
5897 status collapsed
5898
5899 \begin_layout Plain Layout
5900 Commands ! R ! 
5901 \backslash
5902 renewcommand
5903 \end_layout
5904
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \begin_layout Standard
5911 The command 
5912 \series bold
5913
5914 \backslash
5915 renewcommand
5916 \series default
5917  assigns the stretch factor to the predefined command 
5918 \series bold
5919
5920 \backslash
5921 arraystretch
5922 \series default
5923 .
5924  To double e.
5925 \begin_inset space \thinspace{}
5926 \end_inset
5927
5928 g.
5929 \begin_inset space \space{}
5930 \end_inset
5931
5932 the row separation, use the factor 2.
5933  This is then used for all following matrices.
5934  To go back to the original separation, assign the factor 1 to 
5935 \series bold
5936
5937 \backslash
5938 arraystretch
5939 \series default
5940 .
5941 \end_layout
5942
5943 \begin_layout Standard
5944 To set matrices into a text line, the command 
5945 \series bold
5946
5947 \backslash
5948 smallmatrix
5949 \series default
5950
5951 \begin_inset Index idx
5952 status collapsed
5953
5954 \begin_layout Plain Layout
5955 Commands ! S ! 
5956 \backslash
5957 smallmatrix
5958 \end_layout
5959
5960 \end_inset
5961
5962  is used.
5963  When it is inserted a blue box with two dashed lines appears.
5964  In this box the matrix is inserted.
5965 \end_layout
5966
5967 \begin_layout Standard
5968 This is a matrix 
5969 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5970 C & D
5971 \end{smallmatrix}\right)$
5972 \end_inset
5973
5974  in a text line.
5975 \end_layout
5976
5977 \begin_layout Section
5978 Brackets and Delimiters
5979 \begin_inset Index idx
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 Brackets
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \begin_inset Index idx
5990 status collapsed
5991
5992 \begin_layout Plain Layout
5993 Delimiters
5994 \end_layout
5995
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \begin_layout Subsection
6002 Vertical Brackets and Delimiters
6003 \begin_inset Index idx
6004 status collapsed
6005
6006 \begin_layout Plain Layout
6007 Brackets ! vertical
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \begin_layout Standard
6016 \begin_inset space \hfill{}
6017 \end_inset
6018
6019
6020 \begin_inset Tabular
6021 <lyxtabular version="3" rows="9" columns="2">
6022 <features rotate="0" tabularvalignment="middle">
6023 <column alignment="center" valignment="top" width="0pt">
6024 <column alignment="center" valignment="top" width="0pt">
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 Command
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 Result
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 (
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Formula $($
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 {
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 \begin_inset Formula $\{$
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 [
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 \begin_inset Formula $[$
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 <row>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119
6120 \backslash
6121 langle
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $\langle$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \backslash
6146 lceil
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 \begin_inset Formula $\lceil$
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \backslash
6171 lfloor
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\lfloor$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 /
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $/$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 <row>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 |
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $|$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 </lyxtabular>
6236
6237 \end_inset
6238
6239
6240 \begin_inset space \hfill{}
6241 \end_inset
6242
6243
6244 \begin_inset Tabular
6245 <lyxtabular version="3" rows="9" columns="2">
6246 <features rotate="0" tabularvalignment="middle">
6247 <column alignment="center" valignment="top" width="0pt">
6248 <column alignment="center" valignment="top" width="0pt">
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Command
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 Result
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 </row>
6269 <row>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 )
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $)$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 }
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 \begin_inset Formula $\}$
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 ]
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 \begin_inset Formula $]$
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \backslash
6345 rangle
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 \begin_inset Formula $\rangle$
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 </row>
6363 <row>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \backslash
6370 rceil
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 \begin_inset Formula $\rceil$
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393
6394 \backslash
6395 rfloor
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 \begin_inset Formula $\rfloor$
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418
6419 \backslash
6420
6421 \backslash
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 \begin_inset Formula $\backslash$
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 |
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $\|$
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 </lyxtabular>
6466
6467 \end_inset
6468
6469
6470 \begin_inset space \hfill{}
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477
6478 \series medium
6479 \begin_inset Note Greyedout
6480 status open
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485 Note:
6486 \series default
6487  In TeX-mode the command 
6488 \series bold
6489
6490 \backslash
6491 textbackslash
6492 \series default
6493
6494 \begin_inset Index idx
6495 status collapsed
6496
6497 \begin_layout Plain Layout
6498 Commands ! T ! 
6499 \backslash
6500 textbackslash
6501 \end_layout
6502
6503 \end_inset
6504
6505  must be used for the backslash, because the command 
6506 \series bold
6507
6508 \backslash
6509
6510 \backslash
6511
6512 \series default
6513  produces a line break there.
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 For all characters listed above the size can be adjusted with the commands
6523  described in the following two subsections.
6524  When using these commands, the characters < and > can directly be used
6525  instead of the commands 
6526 \series bold
6527
6528 \backslash
6529 langle
6530 \series default
6531  and 
6532 \series bold
6533
6534 \backslash
6535 rangle
6536 \series default
6537 .
6538 \end_layout
6539
6540 \begin_layout Subsubsection
6541 Manual Bracket Size
6542 \begin_inset CommandInset label
6543 LatexCommand label
6544 name "sub:Manual-Bracket-Size"
6545
6546 \end_inset
6547
6548
6549 \begin_inset Index idx
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 Bracket size ! manual
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 The bracket size can be specified manually by the LaTeX-commands 
6563 \series bold
6564
6565 \backslash
6566 big
6567 \series default
6568
6569 \begin_inset Index idx
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Commands ! B ! 
6574 \backslash
6575 big
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \series bold
6582
6583 \backslash
6584 Big
6585 \series default
6586
6587 \series bold
6588
6589 \backslash
6590 bigg
6591 \series default
6592  and 
6593 \series bold
6594
6595 \backslash
6596 Bigg
6597 \series default
6598 .
6599  
6600 \series bold
6601
6602 \backslash
6603 big
6604 \series default
6605  denotes the smallest and 
6606 \series bold
6607
6608 \backslash
6609 Bigg
6610 \series default
6611  the largest bracket size.
6612 \end_layout
6613
6614 \begin_layout Standard
6615 These commands are used to emphasize levels of brackets:
6616 \end_layout
6617
6618 \begin_layout Standard
6619 \align center
6620 \begin_inset Tabular
6621 <lyxtabular version="3" rows="2" columns="2">
6622 <features rotate="0" tabularvalignment="middle">
6623 <column alignment="center" valignment="top" width="0pt">
6624 <column alignment="center" valignment="top" width="0pt">
6625 <row>
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 all brackets in the same size:
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 this looks better:
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 </lyxtabular>
6672
6673 \end_inset
6674
6675
6676 \begin_inset Note Note
6677 status collapsed
6678
6679 \begin_layout Plain Layout
6680
6681 \series bold
6682
6683 \backslash
6684 raisebox
6685 \series default
6686  is only used as spacer.
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 For the second formula the command 
6696 \series bold
6697
6698 \backslash
6699 Big((A+B)(A-B)
6700 \backslash
6701 Big)^
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 spce 
6710 \end_layout
6711
6712 \end_inset
6713
6714 C
6715 \series default
6716  has been used.
6717 \end_layout
6718
6719 \begin_layout Standard
6720 Here is an overview about all bracket sizes:
6721 \end_layout
6722
6723 \begin_layout Standard
6724 \align center
6725
6726 \backslash
6727 Bigg(
6728 \backslash
6729 exp
6730 \backslash
6731 bigg<
6732 \backslash
6733 Big[
6734 \backslash
6735 big{
6736 \backslash
6737 ln(3x)
6738 \backslash
6739 big}^2
6740 \begin_inset ERT
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744
6745
6746 \backslash
6747 spce 
6748 \end_layout
6749
6750 \end_inset
6751
6752
6753 \backslash
6754 sin(x)
6755 \backslash
6756 Big]^
6757 \begin_inset ERT
6758 status collapsed
6759
6760 \begin_layout Plain Layout
6761
6762
6763 \backslash
6764 spce 
6765 \end_layout
6766
6767 \end_inset
6768
6769 A
6770 \begin_inset ERT
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774
6775
6776 \backslash
6777 spce 
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \backslash
6784 bigg>
6785 \backslash
6786 Bigg)^0,5
6787 \end_layout
6788
6789 \begin_layout Standard
6790 \align center
6791 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \begin_layout Standard
6798 Besides the 
6799 \series bold
6800
6801 \backslash
6802 big
6803 \series default
6804 -commands there is the variant 
6805 \series bold
6806
6807 \backslash
6808 bigm
6809 \series default
6810
6811 \begin_inset Index idx
6812 status collapsed
6813
6814 \begin_layout Plain Layout
6815 Commands ! B ! 
6816 \backslash
6817 bigm
6818 \end_layout
6819
6820 \end_inset
6821
6822  that adds a bit more space between the bracket and its content, and the
6823  variant 
6824 \series bold
6825
6826 \backslash
6827 bigl
6828 \series default
6829 -
6830 \series bold
6831
6832 \backslash
6833 bigr
6834 \series default
6835
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Commands ! B ! 
6841 \backslash
6842 bigl - 
6843 \backslash
6844 bigr
6845 \end_layout
6846
6847 \end_inset
6848
6849 , that don't add additional space.
6850  The 
6851 \emph on
6852 l
6853 \emph default
6854  at the end of the command 
6855 \series bold
6856
6857 \backslash
6858 bigl
6859 \series default
6860  is for a left bracket; for a right bracket this will be replaced by an
6861  
6862 \emph on
6863 r
6864 \emph default
6865 .
6866  A left or right bracket can each be an opening or closing bracket.
6867 \end_layout
6868
6869 \begin_layout Standard
6870 In the following table is a comparison of the variants:
6871 \end_layout
6872
6873 \begin_layout Standard
6874 \align center
6875 \begin_inset Tabular
6876 <lyxtabular version="3" rows="5" columns="2">
6877 <features rotate="0" tabularvalignment="middle">
6878 <column alignment="center" valignment="middle">
6879 <column alignment="center" valignment="middle">
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 Command
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 Result
6895 \begin_inset Note Note
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900 \series bold
6901
6902 \backslash
6903 raisebox
6904 \series default
6905  is only used as spacer.
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 <row>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \backslash
6923 Bigm(
6924 \backslash
6925 bigm(
6926 \backslash
6927 ln(3x)
6928 \backslash
6929 bigm)^2
6930 \series bold
6931
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937
6938 \backslash
6939 spce 
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \series default
6946
6947 \backslash
6948 Bigm)
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \backslash
6973 Big(
6974 \backslash
6975 big(
6976 \backslash
6977 ln(3x)
6978 \backslash
6979 big)^2
6980 \series bold
6981
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 spce 
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \series default
6996
6997 \backslash
6998 Big)
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021
7022 \backslash
7023 Bigl(
7024 \backslash
7025 bigl(
7026 \backslash
7027 ln(3x)
7028 \backslash
7029 bigr)^2
7030 \series bold
7031
7032 \begin_inset ERT
7033 status collapsed
7034
7035 \begin_layout Plain Layout
7036
7037
7038 \backslash
7039 spce 
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \series default
7046
7047 \backslash
7048 Bigr)
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \backslash
7073 bigl)
7074 \backslash
7075 ln(3x)
7076 \backslash
7077 bigr(
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 </lyxtabular>
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Subsubsection
7103 Automatic Bracket Size
7104 \begin_inset CommandInset label
7105 LatexCommand label
7106 name "sub:Automatic-Bracket-Size"
7107
7108 \end_inset
7109
7110
7111 \begin_inset Index idx
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115 Bracket size ! automatic
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \begin_layout Standard
7124 Brackets with variable size can be inserted with the commands 
7125 \series bold
7126
7127 \backslash
7128 left
7129 \series default
7130
7131 \begin_inset Index idx
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135 Commands ! L ! 
7136 \backslash
7137 left
7138 \end_layout
7139
7140 \end_inset
7141
7142  and 
7143 \series bold
7144
7145 \backslash
7146 right
7147 \series default
7148
7149 \begin_inset Index idx
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153 Commands ! R ! 
7154 \backslash
7155 right
7156 \end_layout
7157
7158 \end_inset
7159
7160  or via the math toolbar button 
7161 \begin_inset Graphics
7162         filename ../images/dialog-show_mathdelimiter.png
7163         scale 85
7164
7165 \end_inset
7166
7167 .
7168  Directly behind 
7169 \series bold
7170
7171 \backslash
7172 left
7173 \series default
7174  and 
7175 \series bold
7176
7177 \backslash
7178 right
7179 \series default
7180  the wanted bracket must be inserted.
7181  The bracket size will then automatically be calculated for the output.
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \align center
7186 normal bracket: The command 
7187 \series bold
7188
7189 \backslash
7190 ln(
7191 \backslash
7192 frac
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 spce 
7201 \end_layout
7202
7203 \end_inset
7204
7205 A
7206 \begin_inset Formula $\downarrow$
7207 \end_inset
7208
7209 C
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 spce 
7218 \end_layout
7219
7220 \end_inset
7221
7222 )
7223 \series default
7224  creates
7225 \begin_inset Formula 
7226 \[
7227 \ln(\frac{A}{C})
7228 \]
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \begin_layout Standard
7236 \align center
7237 multiline bracket: The command 
7238 \series bold
7239
7240 \backslash
7241 ln
7242 \backslash
7243 left(
7244 \backslash
7245 frac
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 spce 
7254 \end_layout
7255
7256 \end_inset
7257
7258 A
7259 \begin_inset Formula $\downarrow$
7260 \end_inset
7261
7262 C
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \backslash
7277 right)
7278 \series default
7279  creates
7280 \begin_inset Formula 
7281 \[
7282 \ln\left(\frac{A}{C}\right)
7283 \]
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \begin_layout Standard
7291 Instead of 
7292 \series bold
7293
7294 \backslash
7295 left
7296 \series default
7297  and 
7298 \series bold
7299
7300 \backslash
7301 right
7302 \series default
7303  the shortcut 
7304 \family sans
7305 Alt+M
7306 \begin_inset space ~
7307 \end_inset
7308
7309 Bracket
7310 \family default
7311  can be used.
7312  This has the advantage that you can see in LyX immediately the real bracket
7313  size and that the matching right bracket will be created too.
7314 \begin_inset Newline newline
7315 \end_inset
7316
7317 The command for the last example would then be: 
7318 \series bold
7319
7320 \backslash
7321 ln Alt+M
7322 \series default
7323  
7324 \series bold
7325 (
7326 \backslash
7327 frac
7328 \begin_inset ERT
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332
7333
7334 \backslash
7335 spce 
7336 \end_layout
7337
7338 \end_inset
7339
7340 A
7341 \begin_inset Formula $\downarrow$
7342 \end_inset
7343
7344 C
7345 \end_layout
7346
7347 \begin_layout Standard
7348 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7349  For example the command 
7350 \series bold
7351
7352 \backslash
7353 left.
7354 \backslash
7355 frac
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361
7362 \backslash
7363 spce 
7364 \end_layout
7365
7366 \end_inset
7367
7368 A
7369 \begin_inset Formula $\downarrow$
7370 \end_inset
7371
7372 B
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \backslash
7387 right}
7388 \series default
7389  creates:
7390 \series bold
7391
7392 \begin_inset Formula 
7393 \[
7394 \left.\frac{A}{B}\right\} 
7395 \]
7396
7397 \end_inset
7398
7399
7400 \series default
7401 The commands 
7402 \series bold
7403
7404 \backslash
7405 left
7406 \series default
7407  and 
7408 \series bold
7409
7410 \backslash
7411 right
7412 \series default
7413  will be converted by LyX to brackets in the right size when the document
7414  is reloaded and an omitted bracket will appear as dashed line.
7415 \end_layout
7416
7417 \begin_layout Standard
7418 \begin_inset VSpace bigskip
7419 \end_inset
7420
7421 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7422  the command 
7423 \series bold
7424
7425 \backslash
7426 middle
7427 \series default
7428
7429 \begin_inset Index idx
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433 Commands ! M ! 
7434 \backslash
7435 middle
7436 \end_layout
7437
7438 \end_inset
7439
7440  is additionally available for all brackets and limits.
7441  With this command the height of the following character is adapted to the
7442  one of the surrounding brackets, what is e.
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 g.
7447 \begin_inset space \space{}
7448 \end_inset
7449
7450 needed for physical vectors:
7451 \begin_inset Formula 
7452 \[
7453 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7454 \]
7455
7456 \end_inset
7457
7458 For physical vectors there is a special LaTeX-package, described in 
7459 \begin_inset CommandInset ref
7460 LatexCommand ref
7461 reference "sub:Physical-Vectors"
7462
7463 \end_inset
7464
7465 .
7466 \end_layout
7467
7468 \begin_layout Subsection
7469 Horizontal Brackets
7470 \begin_inset Index idx
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474 Brackets ! horizontal
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \begin_layout Standard
7483 \align center
7484 \begin_inset Tabular
7485 <lyxtabular version="3" rows="4" columns="2">
7486 <features rotate="0" tabularvalignment="middle">
7487 <column alignment="center" valignment="top" width="0pt">
7488 <column alignment="center" valignment="top" width="0pt">
7489 <row>
7490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 Command
7495 \begin_inset Note Note
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500 \series bold
7501
7502 \backslash
7503 raisebox
7504 \series default
7505  is only used as spacer.
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 Result
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset ERT
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535
7536 \backslash
7537 raisebox{2.3mm}{
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \backslash
7544 overbrace
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 spce 
7553 \end_layout
7554
7555 \end_inset
7556
7557 A+B
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 spce 
7566 \end_layout
7567
7568 \end_inset
7569
7570 ^
7571 \begin_inset ERT
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575
7576
7577 \backslash
7578 spce 
7579 \end_layout
7580
7581 \end_inset
7582
7583 3
7584 \begin_inset ERT
7585 status collapsed
7586
7587 \begin_layout Plain Layout
7588
7589 }
7590 \end_layout
7591
7592 \end_inset
7593
7594
7595 \begin_inset Index idx
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599 Commands ! O ! 
7600 \backslash
7601 overbrace
7602 \end_layout
7603
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 \begin_inset Formula $\overbrace{A+B}^{3}$
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 \begin_inset ERT
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633
7634
7635 \backslash
7636 raisebox{-2.2mm}{
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \backslash
7643 underbrace
7644 \begin_inset ERT
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648
7649
7650 \backslash
7651 spce 
7652 \end_layout
7653
7654 \end_inset
7655
7656 A+B
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 spce 
7665 \end_layout
7666
7667 \end_inset
7668
7669 _5
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675 }
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \begin_inset Index idx
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685 Commands ! U ! 
7686 \backslash
7687 underbrace
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 \begin_inset Formula $\underbrace{A+B}_{5}$
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \backslash
7717 overbrace
7718 \begin_inset ERT
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722
7723
7724 \backslash
7725 spce 
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \backslash
7732 underbrace
7733 \begin_inset ERT
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737
7738
7739 \backslash
7740 spce 
7741 \end_layout
7742
7743 \end_inset
7744
7745 A+B_w
7746 \begin_inset ERT
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750
7751
7752 \backslash
7753 spce 
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 spce 
7767 \end_layout
7768
7769 \end_inset
7770
7771 _7
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 spce 
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \begin_inset ERT
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789
7790
7791 \backslash
7792 spce 
7793 \end_layout
7794
7795 \end_inset
7796
7797 ^
7798 \begin_inset ERT
7799 status collapsed
7800
7801 \begin_layout Plain Layout
7802
7803
7804 \backslash
7805 spce 
7806 \end_layout
7807
7808 \end_inset
7809
7810 C
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 </lyxtabular>
7829
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \begin_layout Standard
7836 In the last example it doesn't matter if 
7837 \series bold
7838
7839 \backslash
7840 overbrace
7841 \series default
7842  or 
7843 \series bold
7844
7845 \backslash
7846 underbrace
7847 \series default
7848  is inserted at first.
7849 \end_layout
7850
7851 \begin_layout Standard
7852 \begin_inset VSpace bigskip
7853 \end_inset
7854
7855 When brackets are needed that overlap each other, multiline formulas, as
7856  described in 
7857 \begin_inset CommandInset ref
7858 LatexCommand ref
7859 reference "sec:Multiline-Formulas"
7860
7861 \end_inset
7862
7863 , must be used:
7864 \begin_inset Formula 
7865 \begin{eqnarray*}
7866 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7867  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7868 \end{eqnarray*}
7869
7870 \end_inset
7871
7872 In the first row the formula is inserted together with the first brace.
7873  It is hereby important that the space command
7874 \begin_inset Foot
7875 status collapsed
7876
7877 \begin_layout Plain Layout
7878 Space commands are explained in 
7879 \begin_inset CommandInset ref
7880 LatexCommand ref
7881 reference "sub:Predefined-Space"
7882
7883 \end_inset
7884
7885 .
7886 \end_layout
7887
7888 \end_inset
7889
7890  
7891 \series bold
7892
7893 \backslash
7894 :
7895 \series default
7896  is inserted before the first 
7897 \begin_inset Formula $d$
7898 \end_inset
7899
7900 , because the brace that ends behind the 
7901 \begin_inset Formula $q$
7902 \end_inset
7903
7904  prevents that the following 
7905 \begin_inset Quotes eld
7906 \end_inset
7907
7908 +
7909 \begin_inset Quotes erd
7910 \end_inset
7911
7912  is surrounded by space.
7913 \begin_inset Foot
7914 status collapsed
7915
7916 \begin_layout Plain Layout
7917 because a bracket is not handled as a character, see 
7918 \begin_inset CommandInset ref
7919 LatexCommand ref
7920 reference "sub:Binary-Operators"
7921
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928
7929  In the second row the second brace is inserted.
7930  As it should begin before the 
7931 \begin_inset Formula $b$
7932 \end_inset
7933
7934 , first the command 
7935 \series bold
7936
7937 \backslash
7938 hphantom{gggg+
7939 \backslash
7940 :}
7941 \series default
7942  is inserted.
7943 \begin_inset Foot
7944 status collapsed
7945
7946 \begin_layout Plain Layout
7947 more about 
7948 \series bold
7949
7950 \backslash
7951 hphantom
7952 \series default
7953  see 
7954 \begin_inset CommandInset ref
7955 LatexCommand ref
7956 reference "sub:Placeholders"
7957
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964
7965  This space is needed because the 
7966 \begin_inset Quotes eld
7967 \end_inset
7968
7969 +
7970 \begin_inset Quotes erd
7971 \end_inset
7972
7973  is also surrounded by space in the formula.
7974  The brace is placed under the command 
7975 \series bold
7976
7977 \backslash
7978 hphantom{bbqq+dddd}
7979 \series default
7980 .
7981 \end_layout
7982
7983 \begin_layout Standard
7984 It gets more complicated when brackets overlap each other, like in the following
7985  example:
7986 \begin_inset ERT
7987 status collapsed
7988
7989 \begin_layout Plain Layout
7990
7991
7992 \backslash
7993 setlength{
7994 \backslash
7995 jot}{-6pt}
7996 \end_layout
7997
7998 \end_inset
7999
8000
8001 \begin_inset Formula 
8002 \begin{eqnarray*}
8003  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8004 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8005 \end{eqnarray*}
8006
8007 \end_inset
8008
8009
8010 \begin_inset ERT
8011 status collapsed
8012
8013 \begin_layout Plain Layout
8014
8015
8016 \backslash
8017 setlength{
8018 \backslash
8019 jot}{3pt}
8020 \end_layout
8021
8022 \end_inset
8023
8024 The first formula row is the same as the second row of the previous example,
8025  with the difference that the brace is above.
8026  The second row contains the formula together with the second brace.
8027  To avoid that there is space between the upper brace in the first row and
8028  the formula, the row spacing needs to be reduced.
8029  This is not easily possible due to a bug in LyX
8030 \begin_inset Foot
8031 status collapsed
8032
8033 \begin_layout Plain Layout
8034 \begin_inset CommandInset href
8035 LatexCommand href
8036 name "LyX-bug #1505"
8037 target "http://www.lyx.org/trac/ticket/1505"
8038
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045
8046 .
8047  As a solution for the problem, the global formula row separation 
8048 \series bold
8049
8050 \backslash
8051 jot
8052 \series default
8053
8054 \begin_inset Index idx
8055 status collapsed
8056
8057 \begin_layout Plain Layout
8058 Commands ! J ! 
8059 \backslash
8060 jot
8061 \end_layout
8062
8063 \end_inset
8064
8065  must be changed to -6
8066 \begin_inset space \thinspace{}
8067 \end_inset
8068
8069 pt before the formula with the command 
8070 \series bold
8071
8072 \backslash
8073 setlength{
8074 \backslash
8075 jot}{-6pt}
8076 \series default
8077  in TeX-mode.
8078  
8079 \series bold
8080
8081 \backslash
8082 jot
8083 \series default
8084  is set back after the formula to the standard value of 3
8085 \begin_inset space \thinspace{}
8086 \end_inset
8087
8088 pt using the same command.
8089  More about the row separation in formulas is explained in 
8090 \begin_inset CommandInset ref
8091 LatexCommand ref
8092 reference "sub:Line-Separation"
8093
8094 \end_inset
8095
8096 .
8097 \end_layout
8098
8099 \begin_layout Section
8100 Arrows
8101 \begin_inset Index idx
8102 status collapsed
8103
8104 \begin_layout Plain Layout
8105 Arrows
8106 \end_layout
8107
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \begin_layout Standard
8114 Arrows can be inserted via the math toolbar button 
8115 \begin_inset Graphics
8116         filename ../images/math/leftarrow.png
8117         scale 85
8118
8119 \end_inset
8120
8121  or the commands listed in the following subsections.
8122 \end_layout
8123
8124 \begin_layout Subsection
8125 Horizontal Arrows
8126 \begin_inset Index idx
8127 status collapsed
8128
8129 \begin_layout Plain Layout
8130 Arrows ! horizontal
8131 \end_layout
8132
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \begin_layout Standard
8139 \begin_inset space \hfill{}
8140 \end_inset
8141
8142
8143 \begin_inset Tabular
8144 <lyxtabular version="3" rows="8" columns="2">
8145 <features rotate="0" tabularvalignment="middle">
8146 <column alignment="center" valignment="top" width="0pt">
8147 <column alignment="center" valignment="top" width="0pt">
8148 <row>
8149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Command
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Result
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 gets
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\gets$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Leftarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Leftarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 longleftarrow
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\longleftarrow$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Longleftarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Longleftarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 leftharpoonup
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\leftharpoonup$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 leftharpoondown
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\leftharpoondown$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 hookleftarrow
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\hookleftarrow$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 </lyxtabular>
8344
8345 \end_inset
8346
8347
8348 \begin_inset space \hfill{}
8349 \end_inset
8350
8351
8352 \begin_inset Tabular
8353 <lyxtabular version="3" rows="8" columns="2">
8354 <features rotate="0" tabularvalignment="middle">
8355 <column alignment="center" valignment="top" width="0pt">
8356 <column alignment="center" valignment="top" width="0pt">
8357 <row>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Command
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Result
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \backslash
8384 to
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 \begin_inset Formula $\to$
8394 \end_inset
8395
8396
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \backslash
8409 Rightarrow
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 \begin_inset Formula $\Rightarrow$
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 longrightarrow
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\longrightarrow$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 Longrightarrow
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\Longrightarrow$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 rightharpoonup
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\rightharpoonup$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 rightharpoondown
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\rightharpoondown$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 hookrightarrow
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\hookrightarrow$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 </lyxtabular>
8553
8554 \end_inset
8555
8556
8557 \begin_inset space \hfill{}
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \begin_layout Standard
8564 \begin_inset space \hfill{}
8565 \end_inset
8566
8567
8568 \begin_inset Tabular
8569 <lyxtabular version="3" rows="6" columns="2">
8570 <features rotate="0" tabularvalignment="middle">
8571 <column alignment="center" valignment="top" width="0pt">
8572 <column alignment="center" valignment="top" width="0pt">
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Command
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Result
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \backslash
8600 leftrightarrow
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 \begin_inset Formula $\leftrightarrow$
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \backslash
8625 Leftrightarrow
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 \begin_inset Formula $\Leftrightarrow$
8635 \end_inset
8636
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 longleftrightarrow
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\longleftrightarrow$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 Longleftrightarrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\Longleftrightarrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \backslash
8700 rightleftharpoons
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\rightleftharpoons$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 </lyxtabular>
8719
8720 \end_inset
8721
8722
8723 \begin_inset space \hspace{}
8724 \length 25pt
8725 \end_inset
8726
8727
8728 \begin_inset space \hfill{}
8729 \end_inset
8730
8731
8732 \begin_inset Tabular
8733 <lyxtabular version="3" rows="5" columns="2">
8734 <features rotate="0" tabularvalignment="middle">
8735 <column alignment="center" valignment="top" width="0pt">
8736 <column alignment="center" valignment="top" width="0pt">
8737 <row>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Command
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Result
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \backslash
8764 mapsto
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 \begin_inset Formula $\mapsto$
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \backslash
8789 longmapsto
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 \begin_inset Formula $\longmapsto$
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \backslash
8814 leadsto
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 \begin_inset Formula $\leadsto$
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \backslash
8839 dasharrow
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 \begin_inset Formula $\dasharrow$
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 </lyxtabular>
8858
8859 \end_inset
8860
8861
8862 \begin_inset space \hfill{}
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \begin_layout Standard
8869 \begin_inset VSpace medskip
8870 \end_inset
8871
8872 Arrows used as accents like e.
8873 \begin_inset space \thinspace{}
8874 \end_inset
8875
8876 g.
8877 \begin_inset space \space{}
8878 \end_inset
8879
8880 vector arrows are listed in 
8881 \begin_inset CommandInset ref
8882 LatexCommand ref
8883 reference "sec:Accents"
8884
8885 \end_inset
8886
8887 .
8888 \end_layout
8889
8890 \begin_layout Standard
8891 \begin_inset VSpace bigskip
8892 \end_inset
8893
8894 Furthermore there are the labeled arrows
8895 \begin_inset Index idx
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899 Arrows ! labeled
8900 \end_layout
8901
8902 \end_inset
8903
8904  
8905 \series bold
8906
8907 \backslash
8908 xleftarrow
8909 \series default
8910
8911 \begin_inset Index idx
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915 Commands ! X ! 
8916 \backslash
8917 xleftarrow
8918 \end_layout
8919
8920 \end_inset
8921
8922  and 
8923 \series bold
8924
8925 \backslash
8926 xrightarrow
8927 \series default
8928
8929 \begin_inset Index idx
8930 status collapsed
8931
8932 \begin_layout Plain Layout
8933 Commands ! X ! 
8934 \backslash
8935 xrightarrow
8936 \begin_inset ERT
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940
8941
8942 \backslash
8943 vspace{4mm}
8944 \end_layout
8945
8946 \end_inset
8947
8948
8949 \end_layout
8950
8951 \end_inset
8952
8953 .
8954  When inserting one of these commands in a formula, an arrow with two blue
8955  boxes appear where the label can be inserted.
8956  The length of the arrow adapts to the label width.
8957 \end_layout
8958
8959 \begin_layout Standard
8960 \align center
8961 \begin_inset Tabular
8962 <lyxtabular version="3" rows="3" columns="2">
8963 <features rotate="0" tabularvalignment="middle">
8964 <column alignment="center" valignment="top" width="0pt">
8965 <column alignment="center" valignment="top" width="0pt">
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Command
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Result
8981 \begin_inset Note Note
8982 status collapsed
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987
8988 \backslash
8989 raisebox
8990 \series default
8991  is only used as spacer.
8992 \end_layout
8993
8994 \end_inset
8995
8996
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 F(a)
9008 \backslash
9009 xleftarrow
9010 \begin_inset ERT
9011 status collapsed
9012
9013 \begin_layout Plain Layout
9014
9015
9016 \backslash
9017 spce 
9018 \end_layout
9019
9020 \end_inset
9021
9022 x=a
9023 \begin_inset Formula $\downarrow$
9024 \end_inset
9025
9026 x>0
9027 \begin_inset Formula $\to$
9028 \end_inset
9029
9030 F(x)
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 F(x)
9054 \backslash
9055 xrightarrow
9056 \begin_inset ERT
9057 status collapsed
9058
9059 \begin_layout Plain Layout
9060
9061
9062 \backslash
9063 spce 
9064 \end_layout
9065
9066 \end_inset
9067
9068 x=a
9069 \begin_inset Formula $\downarrow$
9070 \end_inset
9071
9072 x>0
9073 \begin_inset Formula $\to$
9074 \end_inset
9075
9076 F(a)
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 </lyxtabular>
9095
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \begin_layout Subsection
9102 Vertical and diagonal Arrows
9103 \begin_inset Index idx
9104 status collapsed
9105
9106 \begin_layout Plain Layout
9107 Arrows ! diagonal
9108 \end_layout
9109
9110 \end_inset
9111
9112
9113 \begin_inset Index idx
9114 status collapsed
9115
9116 \begin_layout Plain Layout
9117 Arrows ! vertical
9118 \end_layout
9119
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \begin_layout Standard
9126 \begin_inset space \hfill{}
9127 \end_inset
9128
9129
9130 \begin_inset Tabular
9131 <lyxtabular version="3" rows="7" columns="2">
9132 <features rotate="0" tabularvalignment="middle">
9133 <column alignment="center" valignment="top" width="0pt">
9134 <column alignment="center" valignment="top" width="0pt">
9135 <row>
9136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Command
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Result
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \backslash
9162 uparrow
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 \begin_inset Formula $\uparrow$
9172 \end_inset
9173
9174
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \backslash
9187 Uparrow
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 \begin_inset Formula $\Uparrow$
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \backslash
9212 updownarrow
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $\updownarrow$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \backslash
9237 Updownarrow
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 \begin_inset Formula $\Updownarrow$
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262 Downarrow
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 \begin_inset Formula $\Downarrow$
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \backslash
9287 downarrow
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 \begin_inset Formula $\downarrow$
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 </lyxtabular>
9306
9307 \end_inset
9308
9309
9310 \begin_inset space \hfill{}
9311 \end_inset
9312
9313
9314 \begin_inset Tabular
9315 <lyxtabular version="3" rows="5" columns="2">
9316 <features rotate="0" tabularvalignment="middle">
9317 <column alignment="center" valignment="top" width="0pt">
9318 <column alignment="center" valignment="top" width="0pt">
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Command
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 Result
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \backslash
9346 nearrow
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 \begin_inset Formula $\nearrow$
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \backslash
9371 searrow
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 \begin_inset Formula $\searrow$
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \backslash
9396 swarrow
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 \begin_inset Formula $\swarrow$
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \backslash
9421 nwarrow
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 \begin_inset Formula $\nwarrow$
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 </lyxtabular>
9440
9441 \end_inset
9442
9443
9444 \begin_inset space \hfill{}
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Standard
9451 \begin_inset VSpace medskip
9452 \end_inset
9453
9454 Vertical arrows can be used also as delimiters together with the commands
9455  described in 
9456 \begin_inset CommandInset ref
9457 LatexCommand ref
9458 reference "sub:Manual-Bracket-Size"
9459
9460 \end_inset
9461
9462  and 
9463 \begin_inset CommandInset ref
9464 LatexCommand ref
9465 reference "sub:Automatic-Bracket-Size"
9466
9467 \end_inset
9468
9469 .
9470 \end_layout
9471
9472 \begin_layout Section
9473 Accents
9474 \begin_inset CommandInset label
9475 LatexCommand label
9476 name "sec:Accents"
9477
9478 \end_inset
9479
9480
9481 \begin_inset Index idx
9482 status collapsed
9483
9484 \begin_layout Plain Layout
9485 Accents
9486 \end_layout
9487
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \begin_layout Standard
9494 Accents can be inserted via the math toolbar button 
9495 \begin_inset Graphics
9496         filename ../images/math/hat.png
9497         scale 85
9498
9499 \end_inset
9500
9501  or the commands listed in the following subsections.
9502 \end_layout
9503
9504 \begin_layout Subsection
9505 Accents for one Character
9506 \begin_inset ERT
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510
9511
9512 \backslash
9513 texorpdfstring{
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \begin_inset Foot
9520 status collapsed
9521
9522 \begin_layout Plain Layout
9523 accents in text see 
9524 \begin_inset CommandInset ref
9525 LatexCommand ref
9526 reference "sub:Accents-in-Text"
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \begin_inset ERT
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540
9541 }{}
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset Note Note
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553
9554 \backslash
9555 texorpdfstring
9556 \series default
9557  is used to avoid that the footnote appears in the PDF-bookmark.
9558 \end_layout
9559
9560 \begin_layout Plain Layout
9561 More about 
9562 \series bold
9563
9564 \backslash
9565 texorpdfstring
9566 \series default
9567  is in section 
9568 \begin_inset CommandInset ref
9569 LatexCommand ref
9570 reference "sub:Formulas-in-Section"
9571
9572 \end_inset
9573
9574 .
9575 \end_layout
9576
9577 \end_inset
9578
9579
9580 \begin_inset CommandInset label
9581 LatexCommand label
9582 name "sub:Accents-for-one"
9583
9584 \end_inset
9585
9586
9587 \begin_inset Index idx
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591 Accents ! for one character
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 \begin_inset space \hfill{}
9601 \end_inset
9602
9603
9604 \begin_inset Tabular
9605 <lyxtabular version="3" rows="8" columns="2">
9606 <features rotate="0" tabularvalignment="middle">
9607 <column alignment="center" valignment="top" width="0pt">
9608 <column alignment="center" valignment="top" width="0pt">
9609 <row>
9610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Command
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 Result
9624 \begin_inset Note Note
9625 status collapsed
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630
9631 \backslash
9632 raisebox
9633 \series default
9634  is only used as spacer.
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 dot
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 spce 
9661 \end_layout
9662
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 ddot
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 spce 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 dddot
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 spce 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 ddddot
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 vec
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \begin_inset Index idx
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822 Vectors
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 bar
9853 \begin_inset ERT
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857
9858
9859 \backslash
9860 spce 
9861 \end_layout
9862
9863 \end_inset
9864
9865 A
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 mathring
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 spce 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 </lyxtabular>
9922
9923 \end_inset
9924
9925
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \begin_inset Tabular
9931 <lyxtabular version="3" rows="7" columns="2">
9932 <features rotate="0" tabularvalignment="middle">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <column alignment="center" valignment="top" width="0pt">
9935 <row>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Command
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Result
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 tilde
9963 \begin_inset ERT
9964 status collapsed
9965
9966 \begin_layout Plain Layout
9967
9968
9969 \backslash
9970 spce 
9971 \end_layout
9972
9973 \end_inset
9974
9975 A
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 hat
10001 \begin_inset ERT
10002 status collapsed
10003
10004 \begin_layout Plain Layout
10005
10006
10007 \backslash
10008 spce 
10009 \end_layout
10010
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \backslash
10038 check
10039 \begin_inset ERT
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043
10044
10045 \backslash
10046 spce 
10047 \end_layout
10048
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 acute
10077 \begin_inset ERT
10078 status collapsed
10079
10080 \begin_layout Plain Layout
10081
10082
10083 \backslash
10084 spce 
10085 \end_layout
10086
10087 \end_inset
10088
10089 A
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \backslash
10114 grave
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 spce 
10123 \end_layout
10124
10125 \end_inset
10126
10127 A
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \backslash
10152 breve
10153 \begin_inset ERT
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157
10158
10159 \backslash
10160 spce 
10161 \end_layout
10162
10163 \end_inset
10164
10165 A
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 </lyxtabular>
10184
10185 \end_inset
10186
10187
10188 \begin_inset space \hfill{}
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Standard
10195 \begin_inset VSpace bigskip
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \begin_layout Standard
10202 You can directly insert accents like é to formulas.
10203  LyX will transform them to the corresponding accent command.
10204  For umlauts
10205 \begin_inset Index idx
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209 Umlauts
10210 \end_layout
10211
10212 \end_inset
10213
10214  it is better to insert a quotation mark before the vowel.
10215  These two characters are then treated by LaTeX as 
10216 \emph on
10217 one
10218 \emph default
10219  character when the formula part with the umlaut is marked as German.
10220  In contrary to 
10221 \series bold
10222
10223 \backslash
10224 ddot
10225 \series default
10226 , with this method 
10227 \begin_inset Quotes eld
10228 \end_inset
10229
10230 real
10231 \begin_inset Quotes erd
10232 \end_inset
10233
10234  umlauts are created as demonstrated in the following example:
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset VSpace -2mm
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \begin_layout Standard
10245 \align center
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="3" columns="2">
10248 <features rotate="0" tabularvalignment="middle">
10249 <column alignment="center" valignment="top">
10250 <column alignment="center" valignment="top">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Command
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Result
10266 \begin_inset Note Note
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272
10273 \backslash
10274 raisebox
10275 \series default
10276  and the 0
10277 \begin_inset space \thinspace{}
10278 \end_inset
10279
10280 pt space are only used as spacer.
10281 \end_layout
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \lang ngerman
10298 \begin_inset Quotes grd
10299 \end_inset
10300
10301 i
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset space \hspace{}
10311 \length 0pt
10312 \end_inset
10313
10314
10315 \lang ngerman
10316
10317 \begin_inset Formula $"i$
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \backslash
10333 ddot
10334 \begin_inset ERT
10335 status collapsed
10336
10337 \begin_layout Plain Layout
10338
10339
10340 \backslash
10341 spce 
10342 \end_layout
10343
10344 \end_inset
10345
10346 i
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10356 \end_inset
10357
10358
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 </lyxtabular>
10365
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 Another advantage to 
10373 \series bold
10374
10375 \backslash
10376 ddot
10377 \series default
10378  is that umlauts can directly be converted to mathematical text because
10379  the accent commands above are 
10380 \emph on
10381 not allowed
10382 \emph default
10383  
10384 \emph on
10385 in mathematical text
10386 \emph default
10387 .
10388  To convert an accented character to mathematical text, only the character
10389  under the accent may be converted.
10390  This applies also for all other conversions, e.
10391 \begin_inset space \thinspace{}
10392 \end_inset
10393
10394 g.
10395 \begin_inset space \space{}
10396 \end_inset
10397
10398 to italic or bold.
10399 \end_layout
10400
10401 \begin_layout Standard
10402 In mathematical text, umlauts and other accented characters can directly
10403  be inserted.
10404 \end_layout
10405
10406 \begin_layout Subsection
10407 Accents for several Characters
10408 \begin_inset Index idx
10409 status collapsed
10410
10411 \begin_layout Plain Layout
10412 Accents ! for several characters
10413 \end_layout
10414
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \begin_layout Standard
10421 \begin_inset space \hfill{}
10422 \end_inset
10423
10424
10425 \begin_inset Tabular
10426 <lyxtabular version="3" rows="5" columns="2">
10427 <features rotate="0" tabularvalignment="middle">
10428 <column alignment="center" valignment="top" width="0pt">
10429 <column alignment="center" valignment="top" width="0pt">
10430 <row>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Command
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Result
10445 \begin_inset Note Note
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449
10450 \series bold
10451
10452 \backslash
10453 raisebox
10454 \series default
10455  is only used as spacer.
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \backslash
10473 overleftarrow
10474 \begin_inset ERT
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478
10479
10480 \backslash
10481 spce 
10482 \end_layout
10483
10484 \end_inset
10485
10486 A=B
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10496 \end_inset
10497
10498
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \backslash
10511 underleftarrow
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Plain Layout
10516
10517
10518 \backslash
10519 spce 
10520 \end_layout
10521
10522 \end_inset
10523
10524 A=B
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 overleftrightarrow
10550 \begin_inset ERT
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554
10555
10556 \backslash
10557 spce 
10558 \end_layout
10559
10560 \end_inset
10561
10562 A=B
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \backslash
10587 underleftrightarrow
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600 A=B
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 </lyxtabular>
10619
10620 \end_inset
10621
10622
10623 \begin_inset space \hfill{}
10624 \end_inset
10625
10626
10627 \begin_inset Tabular
10628 <lyxtabular version="3" rows="5" columns="2">
10629 <features rotate="0" tabularvalignment="middle">
10630 <column alignment="center" valignment="top" width="0pt">
10631 <column alignment="center" valignment="top" width="0pt">
10632 <row>
10633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Command
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Result
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \backslash
10659 overrightarrow
10660 \begin_inset ERT
10661 status collapsed
10662
10663 \begin_layout Plain Layout
10664
10665
10666 \backslash
10667 spce 
10668 \end_layout
10669
10670 \end_inset
10671
10672 A=B
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 underrightarrow
10698 \begin_inset ERT
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702
10703
10704 \backslash
10705 spce 
10706 \end_layout
10707
10708 \end_inset
10709
10710 A=B
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 widetilde
10736 \begin_inset ERT
10737 status collapsed
10738
10739 \begin_layout Plain Layout
10740
10741
10742 \backslash
10743 spce 
10744 \end_layout
10745
10746 \end_inset
10747
10748 A=B
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10758 \end_inset
10759
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \backslash
10773 widehat
10774 \begin_inset ERT
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778
10779
10780 \backslash
10781 spce 
10782 \end_layout
10783
10784 \end_inset
10785
10786 A=B
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 </lyxtabular>
10805
10806 \end_inset
10807
10808
10809 \begin_inset space \hfill{}
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 \begin_inset VSpace medskip
10817 \end_inset
10818
10819 With these commands as many characters as you like can be accented.
10820  But the accents 
10821 \series bold
10822
10823 \backslash
10824 widetilde
10825 \series default
10826  and 
10827 \series bold
10828
10829 \backslash
10830 widehat
10831 \series default
10832  will only be set in the output with a length of three characters, as shown
10833  in the following example:
10834 \begin_inset Formula 
10835 \[
10836 \widetilde{A+B=C-D}
10837 \]
10838
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \begin_layout Standard
10845 With the commands 
10846 \series bold
10847
10848 \backslash
10849 overset
10850 \series default
10851
10852 \begin_inset Index idx
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856 Commands ! O ! 
10857 \backslash
10858 overset
10859 \end_layout
10860
10861 \end_inset
10862
10863  and 
10864 \series bold
10865
10866 \backslash
10867 underset
10868 \series default
10869
10870 \begin_inset Index idx
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874 Commands ! U ! 
10875 \backslash
10876 underset
10877 \end_layout
10878
10879 \end_inset
10880
10881  described in the previous subsection it is also possible to accent several
10882  characters.
10883  The command 
10884 \series bold
10885
10886 \backslash
10887 underset
10888 \begin_inset ERT
10889 status collapsed
10890
10891 \begin_layout Plain Layout
10892
10893
10894 \backslash
10895 spce 
10896 \end_layout
10897
10898 \end_inset
10899
10900 A=B
10901 \begin_inset Formula $\downarrow$
10902 \end_inset
10903
10904 ***
10905 \series default
10906  creates:
10907 \begin_inset Formula 
10908 \[
10909 \underset{***}{A=B}
10910 \]
10911
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \begin_layout Standard
10918 \begin_inset Newpage newpage
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \begin_layout Section
10925 Space
10926 \begin_inset CommandInset label
10927 LatexCommand label
10928 name "sub:Space"
10929
10930 \end_inset
10931
10932
10933 \begin_inset Index idx
10934 status collapsed
10935
10936 \begin_layout Plain Layout
10937 Space ! horizontal
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Subsection
10946 Predefined Space
10947 \begin_inset CommandInset label
10948 LatexCommand label
10949 name "sub:Predefined-Space"
10950
10951 \end_inset
10952
10953
10954 \begin_inset Index idx
10955 status collapsed
10956
10957 \begin_layout Plain Layout
10958 Space ! horizontal ! predefined
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \begin_layout Standard
10967 Sometimes it is necessary to insert horizontal space into a formula.
10968  This is done by inserting a protected space (shortcut 
10969 \begin_inset Info
10970 type  "shortcut"
10971 arg   "command-alternatives space-insert protected ; math-space"
10972 \end_inset
10973
10974 ).
10975  A 
10976 \begin_inset Quotes eld
10977 \end_inset
10978
10979
10980 \color blue
10981
10982 \begin_inset ERT
10983 status collapsed
10984
10985 \begin_layout Plain Layout
10986
10987
10988 \backslash
10989 spce 
10990 \end_layout
10991
10992 \end_inset
10993
10994
10995 \color inherit
10996
10997 \begin_inset Quotes erd
10998 \end_inset
10999
11000  appears and by pressing 
11001 \family sans
11002 Space
11003 \family default
11004  several times one can select one of eight different space sizes.
11005  The spaces can also be inserted using the math toolbar button 
11006 \begin_inset Graphics
11007         filename ../images/math/space.png
11008         scale 85
11009
11010 \end_inset
11011
11012  or special commands.
11013  Independent from the inserted command, one can select the size again by
11014  pressing 
11015 \family sans
11016 Space
11017 \family default
11018  afterwards.
11019 \end_layout
11020
11021 \begin_layout Standard
11022 \noindent
11023 \align center
11024 \begin_inset VSpace -5mm
11025 \end_inset
11026
11027
11028 \begin_inset Tabular
11029 <lyxtabular version="3" rows="3" columns="7">
11030 <features rotate="0" tabularvalignment="middle">
11031 <column alignment="center" valignment="middle" width="6.8cm">
11032 <column alignment="center" valignment="top">
11033 <column alignment="center" valignment="top">
11034 <column alignment="center" valignment="top">
11035 <column alignment="center" valignment="top">
11036 <column alignment="center" valignment="top">
11037 <column alignment="center" valignment="top">
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Command
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \backslash
11054 ,
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \backslash
11065 :
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \backslash
11076 ;
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \backslash
11087 quad
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \backslash
11098 qquad
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \backslash
11109 !
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Number of 
11121 \family sans
11122 Space
11123 \family default
11124  keystrokes after inserting the protected space
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 0
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 1
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 2
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 3
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 4
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 5
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 Result
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 \begin_inset Formula $A\, B$
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 \begin_inset Formula $A\: B$
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 \begin_inset Formula $A\; B$
11223 \end_inset
11224
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 \begin_inset Formula $A\quad B$
11235 \end_inset
11236
11237
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 \begin_inset Formula $A\qquad B$
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\! B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Standard
11275 The last size seem to produce no space.
11276  It is displayed red in LyX contrary to the other sizes, because it is a
11277  negative space.
11278  There are two more negative spaces:
11279 \end_layout
11280
11281 \begin_layout Standard
11282 \align center
11283 \begin_inset Tabular
11284 <lyxtabular version="3" rows="3" columns="3">
11285 <features rotate="0" tabularvalignment="middle">
11286 <column alignment="center" valignment="middle" width="6.8cm">
11287 <column alignment="center" valignment="top" width="0pt">
11288 <column alignment="center" valignment="top" width="0pt">
11289 <row>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 Command
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303
11304 \backslash
11305 negmedspace
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \backslash
11316 negthickspace
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 Number of 
11328 \family sans
11329 Space
11330 \family default
11331  keystrokes after inserting the protected space
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 6
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 7
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 <row>
11356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 Result
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 \begin_inset Formula $A\negmedspace B$
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 \begin_inset Formula $A\negthickspace B$
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 </lyxtabular>
11391
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \begin_layout Standard
11398 Negative spaces can lead to characters overlapping each other.
11399  Thus they can be used to enforce ligatures, which are e.
11400 \begin_inset space \thinspace{}
11401 \end_inset
11402
11403 g.
11404 \begin_inset space \space{}
11405 \end_inset
11406
11407 useful for summation operators:
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \align center
11412 \begin_inset Tabular
11413 <lyxtabular version="3" rows="3" columns="2">
11414 <features rotate="0" tabularvalignment="middle">
11415 <column alignment="center" valignment="top">
11416 <column alignment="center" valignment="top">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 Command
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Result
11432 \begin_inset Note Note
11433 status collapsed
11434
11435 \begin_layout Plain Layout
11436
11437 \series bold
11438
11439 \backslash
11440 raisebox
11441 \series default
11442  is only used as spacer.
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \backslash
11460 sum
11461 \backslash
11462 sum
11463 \begin_inset ERT
11464 status collapsed
11465
11466 \begin_layout Plain Layout
11467
11468
11469 \backslash
11470 spce 
11471 \end_layout
11472
11473 \end_inset
11474
11475 f_kl
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498
11499 \backslash
11500 sum
11501 \backslash
11502 negmedspace
11503 \backslash
11504 sum
11505 \begin_inset ERT
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509
11510
11511 \backslash
11512 spce 
11513 \end_layout
11514
11515 \end_inset
11516
11517 f_kl
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 </lyxtabular>
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 Relations like for example equal signs, are always surrounded by space.
11544  To suppress this, the equal sign is placed into a TeX-brace.
11545  The following example demonstrates this:
11546 \end_layout
11547
11548 \begin_layout Standard
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="2" columns="2">
11552 <features rotate="0" tabularvalignment="middle">
11553 <column alignment="center" valignment="top" width="0pt">
11554 <column alignment="center" valignment="top" width="0pt">
11555 <row>
11556 <cell alignment="center" valignment="top" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 normal equation
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 \begin_inset Formula $A=B$
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Note Note
11584 status collapsed
11585
11586 \begin_layout Plain Layout
11587
11588 \series bold
11589
11590 \backslash
11591 raisebox
11592 \series default
11593  is only used as spacer.
11594 \end_layout
11595
11596 \end_inset
11597
11598
11599 \begin_inset Formula $\raisebox{5mm}{}$
11600 \end_inset
11601
11602 equation without space
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A{=}B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Standard
11628 \noindent
11629 The command for the last formula is: 
11630 \series bold
11631 A
11632 \backslash
11633 {=
11634 \begin_inset Formula $\to$
11635 \end_inset
11636
11637 B
11638 \end_layout
11639
11640 \begin_layout Standard
11641 \begin_inset VSpace bigskip
11642 \end_inset
11643
11644 Spaces are needed for physical units, because the space between the value
11645  and the unit is the smallest one and not a normal space.
11646  For units in text, the smallest space is inserted via the menu 
11647 \family sans
11648 Insert\SpecialChar \menuseparator
11649 Formatting\SpecialChar \menuseparator
11650 Thin
11651 \begin_inset space ~
11652 \end_inset
11653
11654 Space
11655 \family default
11656  (shortcut 
11657 \begin_inset Info
11658 type  "shortcut"
11659 arg   "space-insert thin"
11660 \end_inset
11661
11662 ).
11663 \end_layout
11664
11665 \begin_layout Standard
11666 An example to visualize the difference:
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="2" columns="2">
11672 <features rotate="0" tabularvalignment="middle">
11673 <column alignment="left" valignment="top">
11674 <column alignment="left" valignment="top">
11675 <row>
11676 <cell alignment="center" valignment="top" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 24 kW
11681 \begin_inset Formula $\cdot$
11682 \end_inset
11683
11684 h
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 space between value and unit
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 24
11705 \begin_inset space \thinspace{}
11706 \end_inset
11707
11708 kW
11709 \begin_inset Formula $\cdot$
11710 \end_inset
11711
11712 h
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 smallest space between value and unit
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 </lyxtabular>
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \begin_layout Subsection
11735 Variable Space
11736 \begin_inset ERT
11737 status collapsed
11738
11739 \begin_layout Plain Layout
11740
11741
11742 \backslash
11743 texorpdfstring{
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \begin_inset Foot
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 for vertical space in formulas see 
11754 \begin_inset CommandInset ref
11755 LatexCommand ref
11756 reference "sub:Line-Separation"
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \begin_inset ERT
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770
11771 }{}
11772 \end_layout
11773
11774 \end_inset
11775
11776
11777 \begin_inset Note Note
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781
11782 \backslash
11783 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11784 \end_layout
11785
11786 \begin_layout Plain Layout
11787 More about 
11788 \backslash
11789 texorpdfstring is in section 
11790 \begin_inset CommandInset ref
11791 LatexCommand ref
11792 reference "sub:Formulas-in-Section"
11793
11794 \end_inset
11795
11796 .
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \begin_inset CommandInset label
11803 LatexCommand label
11804 name "sub:Variable-Space"
11805
11806 \end_inset
11807
11808
11809 \begin_inset Index idx
11810 status collapsed
11811
11812 \begin_layout Plain Layout
11813 Space ! horizontal ! variable
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 Space with a defined length can be inserted with the command 
11823 \series bold
11824
11825 \backslash
11826 hspace
11827 \series default
11828
11829 \begin_inset Index idx
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833 Commands ! H ! 
11834 \backslash
11835 hspace
11836 \end_layout
11837
11838 \end_inset
11839
11840 .
11841  Then a long 
11842 \begin_inset Quotes eld
11843 \end_inset
11844
11845
11846 \color blue
11847
11848 \begin_inset ERT
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852
11853
11854 \backslash
11855 spce 
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \color inherit
11862
11863 \begin_inset Quotes erd
11864 \end_inset
11865
11866  appears.
11867  The length can be specified by left-clicking on the 
11868 \begin_inset Quotes eld
11869 \end_inset
11870
11871
11872 \color blue
11873
11874 \begin_inset ERT
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878
11879
11880 \backslash
11881 spce 
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \color inherit
11888
11889 \begin_inset Quotes erd
11890 \end_inset
11891
11892 .
11893  The length may also be negative.
11894  To insert as much space as is available, the command 
11895 \series bold
11896
11897 \backslash
11898 hfill
11899 \series default
11900
11901 \begin_inset Index idx
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905 Commands ! H ! 
11906 \backslash
11907 hfill
11908 \end_layout
11909
11910 \end_inset
11911
11912  is used.
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \begin_inset VSpace -1mm
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 \align center
11924 \begin_inset Tabular
11925 <lyxtabular version="3" rows="4" columns="2">
11926 <features rotate="0" tabularvalignment="middle">
11927 <column alignment="center" valignment="top">
11928 <column alignment="center" valignment="top">
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 Command (
11935 \backslash
11936 hspace length)
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 Result
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 <row>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 A=B
11957 \backslash
11958 hspace
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 spce 
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Formula $\to$
11973 \end_inset
11974
11975 A
11976 \backslash
11977 not=C (3
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981 cm)
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 A
12005 \backslash
12006 hspace
12007 \begin_inset ERT
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011
12012
12013 \backslash
12014 spce 
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \begin_inset Formula $\to$
12021 \end_inset
12022
12023 A
12024 \backslash
12025 not=A (-1
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 mm)
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 A=A
12053 \backslash
12054 hfill
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060
12061 \backslash
12062 spce 
12063 \end_layout
12064
12065 \end_inset
12066
12067 B=B
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A=A\hfill B=B$
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 </lyxtabular>
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 In the last example the available space is given by the longest column entry
12094  of the table.
12095  In an inline formula the space depends on the length of the line in which
12096  
12097 \series bold
12098
12099 \backslash
12100 hfill
12101 \series default
12102  is inserted.
12103  Thus, when the line uses the full width, no space will be created.
12104  
12105 \series bold
12106
12107 \backslash
12108 hfill
12109 \series default
12110  only has an effect on displayed formulas when the formula style 
12111 \series bold
12112 Indented
12113 \series default
12114  is used.
12115  (Formula styles are explained in 
12116 \begin_inset CommandInset ref
12117 LatexCommand ref
12118 reference "sec:Formula-Styles"
12119
12120 \end_inset
12121
12122 .)
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Besides 
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132 , there are the commands 
12133 \series bold
12134
12135 \backslash
12136 dotfill
12137 \series default
12138  and 
12139 \series bold
12140
12141 \backslash
12142 hrulefill
12143 \series default
12144  that fill the space with a pattern, see 
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "sub:Ellipses"
12148
12149 \end_inset
12150
12151  for an example.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 For text, variable space can be inserted via the menu 
12156 \family sans
12157 Insert\SpecialChar \menuseparator
12158 Formatting\SpecialChar \menuseparator
12159 Horizontal
12160 \begin_inset space ~
12161 \end_inset
12162
12163 Space
12164 \family default
12165 :
12166 \end_layout
12167
12168 \begin_layout Standard
12169 This is a line with
12170 \begin_inset space \hspace{}
12171 \length 2cm
12172 \end_inset
12173
12174 2
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 cm space.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 This is a line with
12183 \begin_inset space \hfill{}
12184 \end_inset
12185
12186 maximum space.
12187 \end_layout
12188
12189 \begin_layout Subsection
12190 Space besides inline Formulas
12191 \begin_inset Index idx
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Space ! besides inline formulas
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 The space that surrounds inline formulas can be adjusted with the length
12205  
12206 \series bold
12207
12208 \backslash
12209 mathsurround
12210 \series default
12211
12212 \begin_inset Index idx
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 Commands ! M ! 
12217 \backslash
12218 mathsurround
12219 \end_layout
12220
12221 \end_inset
12222
12223 .
12224  The value of a length is set with the command 
12225 \series bold
12226
12227 \backslash
12228 setlength
12229 \series default
12230
12231 \begin_inset Index idx
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235 Commands ! S ! 
12236 \backslash
12237 setlength
12238 \end_layout
12239
12240 \end_inset
12241
12242  which has the following scheme:
12243 \end_layout
12244
12245 \begin_layout Standard
12246
12247 \series bold
12248
12249 \backslash
12250 setlength{length name}{value}
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To set 
12255 \series bold
12256
12257 \backslash
12258 mathsurround
12259 \series default
12260  to the value 5
12261 \begin_inset space \thinspace{}
12262 \end_inset
12263
12264 mm, the command
12265 \end_layout
12266
12267 \begin_layout Standard
12268
12269 \series bold
12270
12271 \backslash
12272 setlength{
12273 \backslash
12274 mathsurround}{5mm}
12275 \end_layout
12276
12277 \begin_layout Standard
12278 is inserted in TeX-mode.
12279  5
12280 \begin_inset space \thinspace{}
12281 \end_inset
12282
12283 mm space will now be set around all inline formulas:
12284 \begin_inset ERT
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288
12289
12290 \backslash
12291 setlength{
12292 \backslash
12293 mathsurround}{5mm}
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 This is a line with an inline formula 
12303 \begin_inset Formula $A=B$
12304 \end_inset
12305
12306  with 5
12307 \begin_inset space \thinspace{}
12308 \end_inset
12309
12310 mm surrounding space.
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315
12316
12317 \backslash
12318 setlength{
12319 \backslash
12320 mathsurround}{0pt}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 To return to the predefined value, 
12330 \series bold
12331
12332 \backslash
12333 mathsurround
12334 \series default
12335  is set to the value 0
12336 \begin_inset space \thinspace{}
12337 \end_inset
12338
12339 pt.
12340 \end_layout
12341
12342 \begin_layout Section
12343 Boxes and Frames
12344 \begin_inset Index idx
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Boxes
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \begin_inset Index idx
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Frames | see
12359 \begin_inset ERT
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363
12364 {
12365 \end_layout
12366
12367 \end_inset
12368
12369 Boxes
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374
12375 }
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \begin_layout Standard
12389 Boxes for text are described in chapter 
12390 \family typewriter
12391 Boxes
12392 \family default
12393  in the 
12394 \family typewriter
12395 Embedded
12396 \begin_inset space ~
12397 \end_inset
12398
12399 Objects
12400 \family default
12401  manual.
12402 \end_layout
12403
12404 \begin_layout Subsection
12405 Boxes with Frame
12406 \begin_inset CommandInset label
12407 LatexCommand label
12408 name "sub:Boxes-with-Frame"
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Boxes ! with frame
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 It is possible to frame a formula or part of one with the commands 
12427 \series bold
12428
12429 \backslash
12430 fbox
12431 \series default
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Commands ! F ! 
12438 \backslash
12439 fbox
12440 \end_layout
12441
12442 \end_inset
12443
12444  and 
12445 \series bold
12446
12447 \backslash
12448 boxed
12449 \series default
12450
12451 \begin_inset Index idx
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455 Commands ! B ! 
12456 \backslash
12457 boxed
12458 \end_layout
12459
12460 \end_inset
12461
12462 .
12463 \end_layout
12464
12465 \begin_layout Standard
12466 When one of these commands is inserted in a formula, a blue box appears
12467  within a frame to enter formula parts.
12468  For 
12469 \series bold
12470
12471 \backslash
12472 fbox
12473 \series default
12474  an additional formula has to be created by 
12475 \family sans
12476 Ctrl+M
12477 \family default
12478  within this box, because the box content will otherwise be treated as mathemati
12479 cal text.
12480  When 
12481 \series bold
12482
12483 \backslash
12484 boxed
12485 \series default
12486  is used, a new formula is automatically created inside the frame.
12487 \end_layout
12488
12489 \begin_layout Standard
12490 The command 
12491 \series bold
12492
12493 \backslash
12494 fbox
12495 \series default
12496  is not suitable to frame displayed formulas because the formula will always
12497  be set in the size of the text.
12498  
12499 \series bold
12500
12501 \backslash
12502 boxed
12503 \series default
12504  is in contrary not suitable to frame inline formulas, because the formula
12505  will always be set in the size of a displayed formula.
12506 \end_layout
12507
12508 \begin_layout Standard
12509 An extension to 
12510 \series bold
12511
12512 \backslash
12513 fbox
12514 \series default
12515  is the command 
12516 \series bold
12517
12518 \backslash
12519 framebox
12520 \series default
12521
12522 \begin_inset Index idx
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526 Commands ! F ! 
12527 \backslash
12528 framebox
12529 \end_layout
12530
12531 \end_inset
12532
12533  where additionally the frame width and the alignment can be specified.
12534  
12535 \series bold
12536
12537 \backslash
12538 framebox
12539 \series default
12540  is used in the following scheme:
12541 \end_layout
12542
12543 \begin_layout Standard
12544
12545 \series bold
12546
12547 \backslash
12548 framebox[frame width][position]{box content}
12549 \end_layout
12550
12551 \begin_layout Standard
12552 The position can either be 
12553 \emph on
12554 l
12555 \emph default
12556  or 
12557 \emph on
12558 r
12559 \emph default
12560 .
12561  
12562 \emph on
12563 l
12564 \emph default
12565  left aligns, 
12566 \emph on
12567 r
12568 \emph default
12569  right aligns the formula in the box.
12570  When no position is given, the formula will be centered.
12571 \begin_inset Newline newline
12572 \end_inset
12573
12574 If no width is given, also no position can be given.
12575  In this case the frame width is adjusted to the box content like for 
12576 \series bold
12577
12578 \backslash
12579 fbox
12580 \series default
12581 .
12582 \end_layout
12583
12584 \begin_layout Standard
12585 When the command 
12586 \series bold
12587
12588 \backslash
12589 framebox
12590 \series default
12591  is inserted, a box appears containing three blue boxes.
12592  The first two boxes are surrounded by brackets and denote the two optional
12593  arguments.
12594  The third box is for formula parts like for 
12595 \series bold
12596
12597 \backslash
12598 fbox
12599 \series default
12600 .
12601 \end_layout
12602
12603 \begin_layout Standard
12604 \begin_inset Newpage newpage
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 \align center
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="5" columns="2">
12614 <features rotate="0" tabularvalignment="middle">
12615 <column alignment="center" valignment="top">
12616 <column alignment="center" valignment="top">
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 Command
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 Result
12632 \begin_inset Note Note
12633 status collapsed
12634
12635 \begin_layout Plain Layout
12636
12637 \series bold
12638
12639 \backslash
12640 raisebox
12641 \series default
12642  is only used as spacer.
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658
12659 \backslash
12660 fbox
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 spce 
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \family sans
12675 Ctrl+M
12676 \family default
12677  
12678 \backslash
12679 int
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685
12686 \backslash
12687 spce 
12688 \end_layout
12689
12690 \end_inset
12691
12692 A=B
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715
12716 \backslash
12717 boxed
12718 \begin_inset ERT
12719 status collapsed
12720
12721 \begin_layout Plain Layout
12722
12723
12724 \backslash
12725 spce 
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \backslash
12732 int
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 spce 
12741 \end_layout
12742
12743 \end_inset
12744
12745 A=B
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 <row>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 A+
12769 \backslash
12770 fbox
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 spce 
12779 \end_layout
12780
12781 \end_inset
12782
12783 B
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \backslash
12808 framebox
12809 \begin_inset ERT
12810 status collapsed
12811
12812 \begin_layout Plain Layout
12813
12814
12815 \backslash
12816 spce 
12817 \end_layout
12818
12819 \end_inset
12820
12821 20mm
12822 \begin_inset Formula $\to$
12823 \end_inset
12824
12825
12826 \begin_inset Formula $\to$
12827 \end_inset
12828
12829
12830 \family sans
12831 Ctrl+M
12832 \family default
12833  
12834 \backslash
12835 frac
12836 \begin_inset ERT
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840
12841
12842 \backslash
12843 spce 
12844 \end_layout
12845
12846 \end_inset
12847
12848 A
12849 \begin_inset Formula $\downarrow$
12850 \end_inset
12851
12852 B
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 \begin_inset Formula $\raisebox{6mm}{}$
12862 \end_inset
12863
12864
12865 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12866 \end_inset
12867
12868
12869 \begin_inset Formula $\raisebox{-4mm}{}$
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 </lyxtabular>
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 The frame thickness can also be adjusted.
12887  To do this the following commands have to be inserted in TeX-mode before
12888  the formula
12889 \end_layout
12890
12891 \begin_layout Standard
12892
12893 \series bold
12894
12895 \backslash
12896 fboxrule
12897 \series default
12898  
12899 \series bold
12900
12901 \begin_inset Quotes eld
12902 \end_inset
12903
12904 thickness
12905 \begin_inset Quotes erd
12906 \end_inset
12907
12908
12909 \series default
12910  
12911 \series bold
12912
12913 \backslash
12914 fboxsep
12915 \series default
12916  
12917 \series bold
12918
12919 \begin_inset Quotes eld
12920 \end_inset
12921
12922 distance
12923 \begin_inset Quotes erd
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \begin_layout Standard
12930 \begin_inset Quotes eld
12931 \end_inset
12932
12933 distance
12934 \begin_inset Quotes erd
12935 \end_inset
12936
12937  specifies the minimal distance between the frame and the first character
12938  in the box.
12939  An example for this is the following framed formula:
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945
12946 \backslash
12947 fboxrule 2mm 
12948 \backslash
12949 fboxsep 3mm
12950 \end_layout
12951
12952 \end_inset
12953
12954
12955 \begin_inset Formula 
12956 \[
12957 \boxed{A+B=C}
12958 \]
12959
12960 \end_inset
12961
12962 Before this formula the commands
12963 \end_layout
12964
12965 \begin_layout Standard
12966
12967 \series bold
12968
12969 \backslash
12970 fboxrule
12971 \series default
12972  
12973 \series bold
12974 2mm
12975 \series default
12976  
12977 \series bold
12978
12979 \backslash
12980 fboxsep
12981 \series default
12982  
12983 \series bold
12984 3mm
12985 \end_layout
12986
12987 \begin_layout Standard
12988 were inserted in TeX-mode.
12989  The given values are used for all following boxes.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 To return to the standard frame size, the command
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 fboxrule
13002 \series default
13003  
13004 \series bold
13005 0.4pt
13006 \series default
13007  
13008 \series bold
13009
13010 \backslash
13011 fboxsep
13012 \series default
13013  
13014 \series bold
13015 3pt
13016 \series default
13017
13018 \begin_inset ERT
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022
13023
13024 \backslash
13025 fboxrule 0.4pt 
13026 \backslash
13027 fboxsep 3pt
13028 \end_layout
13029
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 is inserted in TeX-mode before the next formula.
13037 \end_layout
13038
13039 \begin_layout Subsection
13040 Boxes without Frame
13041 \begin_inset CommandInset label
13042 LatexCommand label
13043 name "sub:Boxes-without-Frame"
13044
13045 \end_inset
13046
13047
13048 \begin_inset Index idx
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052 Boxes ! without frame
13053 \end_layout
13054
13055 \end_inset
13056
13057
13058 \end_layout
13059
13060 \begin_layout Standard
13061 For boxes without a frame there are the following box commands: 
13062 \series bold
13063
13064 \backslash
13065 mbox
13066 \series default
13067
13068 \begin_inset Index idx
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072 Commands ! M ! 
13073 \backslash
13074 mbox
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \series bold
13081
13082 \backslash
13083 makebox
13084 \series default
13085
13086 \begin_inset Index idx
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090 Commands ! M ! 
13091 \backslash
13092 makebox
13093 \end_layout
13094
13095 \end_inset
13096
13097  and 
13098 \series bold
13099
13100 \backslash
13101 raisebox
13102 \series default
13103
13104 \begin_inset Index idx
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108 Commands ! R ! 
13109 \backslash
13110 raisebox
13111 \end_layout
13112
13113 \end_inset
13114
13115
13116 \end_layout
13117
13118 \begin_layout Standard
13119 With 
13120 \series bold
13121
13122 \backslash
13123 raisebox
13124 \series default
13125  a box can be super- or subscripted.
13126  But in contrary to normal super- and subscripting, the characters in the
13127  box keep their font size.
13128  
13129 \series bold
13130
13131 \backslash
13132 raisebox
13133 \series default
13134  is used in the following scheme:
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 raisebox{height}{box content}
13143 \end_layout
13144
13145 \begin_layout Standard
13146 When the box should contain a formula, an extra formula is needed like for
13147  
13148 \series bold
13149
13150 \backslash
13151 fbox
13152 \series default
13153 .
13154  
13155 \series medium
13156
13157 \begin_inset Note Greyedout
13158 status open
13159
13160 \begin_layout Plain Layout
13161
13162 \series bold
13163 Note:
13164 \series default
13165  For 
13166 \series bold
13167
13168 \backslash
13169 raisebox
13170 \series default
13171  this extra formula is created by pressing 
13172 \family sans
13173 Ctrl+M
13174 \family default
13175  twice instead of once because LyX doesn't yet support 
13176 \series bold
13177
13178 \backslash
13179 raisebox
13180 \series default
13181  directly.
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \begin_layout Standard
13190 \align center
13191 \begin_inset Tabular
13192 <lyxtabular version="3" rows="4" columns="2">
13193 <features rotate="0" tabularvalignment="middle">
13194 <column alignment="center" valignment="top">
13195 <column alignment="center" valignment="top">
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Command
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 Result
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 H
13222 \backslash
13223 raisebox{2mm
13224 \begin_inset Formula $\to$
13225 \end_inset
13226
13227
13228 \backslash
13229 {al
13230 \begin_inset Formula $\to$
13231 \end_inset
13232
13233  lo
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 H
13257 \backslash
13258 raisebox{-2mm
13259 \begin_inset Formula $\to$
13260 \end_inset
13261
13262
13263 \backslash
13264 {al
13265 \begin_inset Formula $\to$
13266 \end_inset
13267
13268 lo
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 A=
13292 \backslash
13293 raisebox{-2mm
13294 \begin_inset Formula $\to$
13295 \end_inset
13296
13297
13298 \backslash
13299 {
13300 \family sans
13301 Ctrl+M
13302 \family default
13303  
13304 \family sans
13305 Ctrl+M
13306 \family default
13307  
13308 \backslash
13309 sqrt
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315
13316 \backslash
13317 spce 
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 </lyxtabular>
13341
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 The command 
13349 \series bold
13350
13351 \backslash
13352 mbox
13353 \series default
13354  is equivalent to 
13355 \series bold
13356
13357 \backslash
13358 fbox
13359 \series default
13360  and 
13361 \series bold
13362
13363 \backslash
13364 makebox
13365 \series default
13366  is equivalent to 
13367 \series bold
13368
13369 \backslash
13370 framebox
13371 \series default
13372 , with the difference that there is no frame.
13373 \end_layout
13374
13375 \begin_layout Subsection
13376 Colored Boxes
13377 \begin_inset CommandInset label
13378 LatexCommand label
13379 name "sub:Colored-Boxes"
13380
13381 \end_inset
13382
13383
13384 \begin_inset Index idx
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388 Boxes ! colored
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397 To be able to use all commands explained in this section, the LaTeX-package
13398  
13399 \series bold
13400 color
13401 \series default
13402
13403 \begin_inset Foot
13404 status collapsed
13405
13406 \begin_layout Plain Layout
13407 The LaTeX-package 
13408 \series bold
13409 color
13410 \series default
13411  is part of every LaTeX standard installation.
13412 \end_layout
13413
13414 \end_inset
13415
13416
13417 \begin_inset Index idx
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421 Packages ! color
13422 \end_layout
13423
13424 \end_inset
13425
13426  has to be loaded in the LaTeX-preamble with the line
13427 \begin_inset Foot
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431 When text is colored somewhere in the document with a predefined color,
13432  LyX loads the LaTeX-package 
13433 \series bold
13434 color
13435 \series default
13436  automatically.
13437  Thus it is possible that the package is loaded twice, but this does not
13438  cause problems.
13439 \end_layout
13440
13441 \end_inset
13442
13443
13444 \begin_inset Note Note
13445 status collapsed
13446
13447 \begin_layout Plain Layout
13448 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13449 amble.
13450 \end_layout
13451
13452 \end_inset
13453
13454
13455 \end_layout
13456
13457 \begin_layout Standard
13458
13459 \series bold
13460
13461 \backslash
13462 usepackage{color}
13463 \end_layout
13464
13465 \begin_layout Standard
13466 \begin_inset VSpace medskip
13467 \end_inset
13468
13469 To color boxes, the command 
13470 \series bold
13471
13472 \backslash
13473 colorbox
13474 \series default
13475
13476 \begin_inset Index idx
13477 status collapsed
13478
13479 \begin_layout Plain Layout
13480 Commands ! C ! 
13481 \backslash
13482 colorbox
13483 \end_layout
13484
13485 \end_inset
13486
13487  is used in the following scheme:
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 colorbox{color}{box content}
13496 \end_layout
13497
13498 \begin_layout Standard
13499 The box content can also be a box and a 
13500 \series bold
13501
13502 \backslash
13503 colorbox
13504 \series default
13505  can also be part of another box (see the 2nd and 3rd example).
13506  When the box should contain a formula, an extra formula has to be created,
13507  the same way as for 
13508 \series bold
13509
13510 \backslash
13511 raisebox
13512 \series default
13513 .
13514 \begin_inset Foot
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 This also applies for the command 
13519 \series bold
13520
13521 \backslash
13522 fcolorbox
13523 \series default
13524 .
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533 One of the following predefined colors can be chosen:
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539 black
13540 \series default
13541
13542 \series bold
13543 blue
13544 \series default
13545
13546 \series bold
13547 cyan
13548 \series default
13549
13550 \series bold
13551 green
13552 \series default
13553
13554 \series bold
13555 magenta
13556 \series default
13557
13558 \series bold
13559 red
13560 \series default
13561
13562 \series bold
13563 white
13564 \series default
13565  and 
13566 \series bold
13567 yellow
13568 \end_layout
13569
13570 \begin_layout Standard
13571 \align center
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="4" columns="2">
13574 <features rotate="0" tabularvalignment="middle">
13575 <column alignment="center" valignment="top">
13576 <column alignment="center" valignment="top">
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Command
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 Result
13592 \begin_inset Note Note
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596
13597 \series bold
13598
13599 \backslash
13600 raisebox
13601 \series default
13602  is only used as spacer.
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 </row>
13613 <row>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \backslash
13620 colorbox{yellow
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {A=B
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 <row>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649
13650 \backslash
13651 colorbox{green
13652 \begin_inset Formula $\to$
13653 \end_inset
13654
13655
13656 \backslash
13657 {
13658 \backslash
13659 fbox
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665
13666 \backslash
13667 spce 
13668 \end_layout
13669
13670 \end_inset
13671
13672 A=B
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 fbox
13698 \begin_inset ERT
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703
13704 \backslash
13705 spce 
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \backslash
13712 colorbox{green
13713 \begin_inset Formula $\to$
13714 \end_inset
13715
13716
13717 \backslash
13718 {
13719 \family sans
13720 Ctrl+M
13721 \family default
13722  
13723 \family sans
13724 Ctrl+M
13725 \family default
13726  
13727 \backslash
13728 int
13729 \begin_inset ERT
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733
13734
13735 \backslash
13736 spce 
13737 \end_layout
13738
13739 \end_inset
13740
13741 C=D
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 </row>
13759 </lyxtabular>
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \begin_layout Standard
13767
13768 \series bold
13769
13770 \backslash
13771 colorbox
13772 \series default
13773  only colors the box but not the characters in the box.
13774  To color all characters, the whole formula is highlighted and the desired
13775  color is chosen in the 
13776 \family sans
13777 Text
13778 \begin_inset space ~
13779 \end_inset
13780
13781 Style
13782 \family default
13783  dialog.
13784  The dialog can be called with the toolbar button 
13785 \begin_inset Graphics
13786         filename ../images/dialog-show_character.png
13787         scale 85
13788
13789 \end_inset
13790
13791  or the menu 
13792 \family sans
13793 Edit\SpecialChar \menuseparator
13794 Text
13795 \begin_inset space ~
13796 \end_inset
13797
13798 Style\SpecialChar \menuseparator
13799 Customized
13800 \family default
13801 .
13802  The formula number then has the same color as the formula.
13803  When the formula number should get another color than the formula characters,
13804  the color must be changed within the formula.
13805 \end_layout
13806
13807 \begin_layout Standard
13808 An example:
13809 \end_layout
13810
13811 \begin_layout Standard
13812
13813 \color red
13814 \begin_inset Formula 
13815 \begin{equation}
13816 \int A=B\label{eq:red}
13817 \end{equation}
13818
13819 \end_inset
13820
13821
13822 \color green
13823
13824 \begin_inset Formula 
13825 \begin{equation}
13826 \textcolor{red}{\int A=B}\label{eq:redgreen}
13827 \end{equation}
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \begin_layout Standard
13835 Formula 
13836 \begin_inset CommandInset ref
13837 LatexCommand eqref
13838 reference "eq:red"
13839
13840 \end_inset
13841
13842  is completely colored red.
13843 \begin_inset Newline newline
13844 \end_inset
13845
13846 Formula 
13847 \begin_inset CommandInset ref
13848 LatexCommand eqref
13849 reference "eq:redgreen"
13850
13851 \end_inset
13852
13853  was first completely colored green to set the color for the formula number.
13854  Subsequently the formula characters were colored red.
13855 \end_layout
13856
13857 \begin_layout Standard
13858 \begin_inset VSpace bigskip
13859 \end_inset
13860
13861 To color the frame different than the rest of the box, the command 
13862 \series bold
13863
13864 \backslash
13865 fcolorbox
13866 \series default
13867
13868 \begin_inset Index idx
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872 Commands ! F ! 
13873 \backslash
13874 fcolorbox
13875 \end_layout
13876
13877 \end_inset
13878
13879  is used in the following scheme:
13880 \end_layout
13881
13882 \begin_layout Standard
13883
13884 \series bold
13885
13886 \backslash
13887 fcolorbox{frame color}{color}{box content}
13888 \end_layout
13889
13890 \begin_layout Standard
13891 So 
13892 \series bold
13893
13894 \backslash
13895 fcolorbox
13896 \series default
13897  is an extension of the command 
13898 \series bold
13899
13900 \backslash
13901 colorbox
13902 \series default
13903 .
13904  The frame width is set, like for 
13905 \series bold
13906
13907 \backslash
13908 framebox
13909 \series default
13910 , with 
13911 \series bold
13912
13913 \backslash
13914 fboxrule
13915 \series default
13916  and 
13917 \series bold
13918
13919 \backslash
13920 fboxsep
13921 \series default
13922 .
13923  An example:
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 fboxrule 1mm 
13932 \backslash
13933 fboxsep 1mm
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \begin_inset Formula 
13940 \[
13941 \fcolorbox{cyan}{magenta}{A=B}
13942 \]
13943
13944 \end_inset
13945
13946
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952
13953 \backslash
13954 fboxrule 0.4pt 
13955 \backslash
13956 fboxsep 3pt
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965 This formula was created with the command
13966 \begin_inset Newline newline
13967 \end_inset
13968
13969
13970 \series bold
13971
13972 \backslash
13973 fcolorbox{cyan
13974 \begin_inset Formula $\to$
13975 \end_inset
13976
13977
13978 \backslash
13979 {magenta
13980 \begin_inset Formula $\to$
13981 \end_inset
13982
13983
13984 \backslash
13985 {A=B
13986 \series default
13987 .
13988 \end_layout
13989
13990 \begin_layout Standard
13991 \begin_inset VSpace bigskip
13992 \end_inset
13993
13994 To use other colors than the predefined ones, they have to be defined first.
13995 \end_layout
13996
13997 \begin_layout Standard
13998 One can for example define the color 
13999 \begin_inset Quotes eld
14000 \end_inset
14001
14002
14003 \series bold
14004 darkgreen
14005 \series default
14006
14007 \begin_inset Quotes erd
14008 \end_inset
14009
14010  with the LaTeX-preamble line:
14011 \end_layout
14012
14013 \begin_layout Standard
14014
14015 \series bold
14016
14017 \backslash
14018 definecolor{darkgreen}{cmyk}{0.5,
14019 \series default
14020  
14021 \series bold
14022 0,
14023 \series default
14024  
14025 \series bold
14026 1,
14027 \series default
14028  
14029 \series bold
14030 0.5}
14031 \series default
14032
14033 \begin_inset Index idx
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 Commands ! D ! 
14038 \backslash
14039 definecolor
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \begin_layout Standard
14048
14049 \series bold
14050 cmyk
14051 \series default
14052  is the color space that denotes the colors 
14053 \series bold
14054 cyan
14055 \series default
14056
14057 \series bold
14058 magenta
14059 \series default
14060
14061 \series bold
14062 yellow
14063 \series default
14064  and 
14065 \series bold
14066 black
14067 \series default
14068 .
14069  The four comma separated numbers are the portion factor for the corresponding
14070  colors of the color space.
14071  The factors can be in the range of 0
14072 \begin_inset space \thinspace{}
14073 \end_inset
14074
14075 -
14076 \begin_inset space \thinspace{}
14077 \end_inset
14078
14079 1.
14080  Instead of 
14081 \series bold
14082 cmyk
14083 \series default
14084  also the color space 
14085 \series bold
14086 rgb
14087 \series default
14088  can be used for definitions.
14089  
14090 \series bold
14091 rgb
14092 \series default
14093  denotes 
14094 \series bold
14095 red
14096 \series default
14097
14098 \series bold
14099 green
14100 \series default
14101  and 
14102 \series bold
14103 blue
14104 \series default
14105 , so that there are in this case three portion factors for the corresponding
14106  colors.
14107  Furthermore there is the color space 
14108 \series bold
14109 gray
14110 \series default
14111  with one portion factor for the gray value.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 As example a framed box with the new defined color 
14116 \series bold
14117 darkgreen
14118 \series default
14119  where the characters have been colored 
14120 \series bold
14121 yellow
14122 \series default
14123 :
14124 \begin_inset Formula 
14125 \begin{equation}
14126 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14127 \end{equation}
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135 Self-defined colors can also be used for text with the help of the command
14136  
14137 \series bold
14138
14139 \backslash
14140 textcolor
14141 \series default
14142 :
14143 \begin_inset Index idx
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 Text ! colored
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160
14161
14162 \backslash
14163 textcolor{darkgreen}{
14164 \end_layout
14165
14166 \end_inset
14167
14168 This sentence is 
14169 \begin_inset Quotes eld
14170 \end_inset
14171
14172 darkgreen
14173 \begin_inset Quotes erd
14174 \end_inset
14175
14176 .
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182 }
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191
14192 \series bold
14193
14194 \backslash
14195 textcolor
14196 \series default
14197
14198 \begin_inset Index idx
14199 status collapsed
14200
14201 \begin_layout Plain Layout
14202 Commands ! T ! 
14203 \backslash
14204 textcolor
14205 \end_layout
14206
14207 \end_inset
14208
14209  is used in the scheme 
14210 \series bold
14211
14212 \backslash
14213 textcolor{color}{characters to color}
14214 \series default
14215 .
14216 \end_layout
14217
14218 \begin_layout Subsection
14219 Paragraph Boxes
14220 \begin_inset CommandInset label
14221 LatexCommand label
14222 name "sub:Paragraph-Boxes"
14223
14224 \end_inset
14225
14226
14227 \begin_inset Index idx
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Boxes ! as paragraph
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240 A box that can contain several lines and paragraphs, a so-called paragraph
14241  box (parbox), can be created with the menu 
14242 \family sans
14243 Insert\SpecialChar \menuseparator
14244 Box
14245 \family default
14246  or the toolbar button 
14247 \begin_inset Graphics
14248         filename ../images/box-insert.png
14249         scale 85
14250
14251 \end_inset
14252
14253 .
14254 \end_layout
14255
14256 \begin_layout Standard
14257 The following example shows a framed parbox in a line:
14258 \end_layout
14259
14260 \begin_layout Standard
14261 \begin_inset VSpace medskip
14262 \end_inset
14263
14264 This is a line 
14265 \begin_inset Box Boxed
14266 position "c"
14267 hor_pos "c"
14268 has_inner_box 1
14269 inner_pos "t"
14270 use_parbox 1
14271 use_makebox 0
14272 width "5cm"
14273 special "none"
14274 height "1in"
14275 height_special "totalheight"
14276 status open
14277
14278 \begin_layout Plain Layout
14279 This is a paragraph box.
14280  It is exactly 5
14281 \begin_inset space \thinspace{}
14282 \end_inset
14283
14284 cm long and can also contain formulas: 
14285 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292
14293  with a parbox.
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \begin_inset VSpace medskip
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \begin_layout Standard
14304 Such a box is created by right-clicking on the gray box inset.
14305  A dialog pops up showing the box properties.
14306  In our case set: 
14307 \emph on
14308 Decoration
14309 \emph default
14310 : Rectangular box, 
14311 \emph on
14312 Inner Box
14313 \emph default
14314 : Parbox, 
14315 \emph on
14316 Width
14317 \emph default
14318 : 5
14319 \begin_inset space \thinspace{}
14320 \end_inset
14321
14322 cm, 
14323 \emph on
14324 Vertical Box Alignment
14325 \emph default
14326 : Middle
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \begin_inset VSpace medskip
14331 \end_inset
14332
14333 In LaTeX a parbox is created with the command 
14334 \series bold
14335
14336 \backslash
14337 parbox
14338 \series default
14339
14340 \begin_inset Index idx
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 Commands ! P ! 
14345 \backslash
14346 parbox
14347 \end_layout
14348
14349 \end_inset
14350
14351  which has the following scheme:
14352 \end_layout
14353
14354 \begin_layout Standard
14355
14356 \series bold
14357
14358 \backslash
14359 parbox[position]{width}{box content}
14360 \end_layout
14361
14362 \begin_layout Standard
14363 The positions 
14364 \emph on
14365 b
14366 \emph default
14367  and 
14368 \emph on
14369 t
14370 \emph default
14371  are possible.
14372  
14373 \emph on
14374 b
14375 \emph default
14376  for 
14377 \begin_inset Quotes eld
14378 \end_inset
14379
14380 bottom
14381 \begin_inset Quotes erd
14382 \end_inset
14383
14384  means that the box is aligned within the surrounding text with its last
14385  line.
14386  With 
14387 \emph on
14388 t
14389 \emph default
14390  for 
14391 \begin_inset Quotes eld
14392 \end_inset
14393
14394 top
14395 \begin_inset Quotes erd
14396 \end_inset
14397
14398  this is done with the first line.
14399  When no position is given, the box will be vertically centered, see section
14400  
14401 \emph on
14402 Boxes
14403 \emph default
14404  of the 
14405 \emph on
14406 Embedded
14407 \begin_inset space ~
14408 \end_inset
14409
14410 Objects
14411 \emph default
14412  manual for examples.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace bigskip
14417 \end_inset
14418
14419 To frame formulas completely, including the formula number, the formula
14420  must be set into a parbox.
14421  To do this, the command 
14422 \series bold
14423
14424 \backslash
14425 fbox{
14426 \backslash
14427 parbox{
14428 \backslash
14429 linewidth-2
14430 \backslash
14431 fboxsep-2
14432 \backslash
14433 fboxrule}{
14434 \series default
14435  is inserted in TeX-mode before the formula.
14436  
14437 \series bold
14438
14439 \backslash
14440 linewidth
14441 \series default
14442
14443 \begin_inset Index idx
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 Commands ! L ! 
14448 \backslash
14449 linewidth
14450 \end_layout
14451
14452 \end_inset
14453
14454  is hereby the line width set for the document.
14455  Because the frame is outside the parbox, 2
14456 \begin_inset space \thinspace{}
14457 \end_inset
14458
14459 times the frame separation and the frame thickness must be subtracted from
14460  the line width.
14461  As this is not automatically done by LyX due to a bug
14462 \begin_inset Foot
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466 \begin_inset CommandInset href
14467 LatexCommand href
14468 name "LyX-bug #4483"
14469 target "http://www.lyx.org/trac/ticket/4483"
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \end_inset
14477
14478 , TeX-mode has to be used.
14479  To be able to multiply and subtract in arguments, the LaTeX-package 
14480 \series bold
14481 calc
14482 \series default
14483
14484 \begin_inset Foot
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489 \series bold
14490 calc
14491 \series default
14492  is part of every LaTeX standard installation.
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \begin_inset Index idx
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502 Packages ! calc
14503 \end_layout
14504
14505 \end_inset
14506
14507  must be loaded in the LaTeX-preamble with the line
14508 \end_layout
14509
14510 \begin_layout Standard
14511
14512 \series bold
14513
14514 \backslash
14515 usepackage{calc}
14516 \end_layout
14517
14518 \begin_layout Standard
14519 Behind the formula both boxes are closed by entering 
14520 \series bold
14521 }}
14522 \series default
14523  in TeX-mode.
14524  Here is an example:
14525 \begin_inset ERT
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530
14531 \backslash
14532 fboxsep 5mm 
14533 \backslash
14534 fboxrule 5mm
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset ERT
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547
14548
14549 \backslash
14550 fbox{
14551 \backslash
14552 parbox{
14553 \backslash
14554 linewidth-2
14555 \backslash
14556 fboxsep-2
14557 \backslash
14558 fboxrule}{
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \begin_inset Formula 
14565 \begin{equation}
14566 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14567 \end{equation}
14568
14569 \end_inset
14570
14571
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577 }}
14578 \end_layout
14579
14580 \end_inset
14581
14582
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588
14589 \backslash
14590 fboxrule 0.4pt 
14591 \backslash
14592 fboxsep 3pt
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 \begin_inset VSpace medskip
14602 \end_inset
14603
14604 As a parbox is used as the argument of 
14605 \series bold
14606
14607 \backslash
14608 fbox
14609 \series default
14610 , there is in this case no difference between 
14611 \series bold
14612
14613 \backslash
14614 fbox
14615 \series default
14616  and 
14617 \series bold
14618
14619 \backslash
14620 boxed
14621 \series default
14622 .
14623 \end_layout
14624
14625 \begin_layout Standard
14626 \begin_inset VSpace bigskip
14627 \end_inset
14628
14629 Paragraph boxes are very useful to comment formulas directly.
14630  To do this, 
14631 \series bold
14632
14633 \backslash
14634 parbox
14635 \series default
14636  is used in combination with the command 
14637 \series bold
14638
14639 \backslash
14640 tag
14641 \series default
14642 .
14643  (more about 
14644 \series bold
14645
14646 \backslash
14647 tag
14648 \series default
14649  see 
14650 \begin_inset CommandInset ref
14651 LatexCommand ref
14652 reference "sub:User-defined-Numbering"
14653
14654 \end_inset
14655
14656 )
14657 \end_layout
14658
14659 \begin_layout Standard
14660 An example of a formula commented with 
14661 \series bold
14662
14663 \backslash
14664 parbox
14665 \series default
14666 :
14667 \end_layout
14668
14669 \begin_layout Standard
14670 \begin_inset ERT
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674
14675
14676 \backslash
14677 [5x-7b=3b
14678 \backslash
14679 tag*{
14680 \backslash
14681 parbox{5cm}{
14682 \end_layout
14683
14684 \end_inset
14685
14686 This is a description.
14687  It is distinctly separated from the formula and multiline.
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }}
14694 \backslash
14695 ]
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \begin_layout Standard
14704 Such a formula must be inserted completely in TeX-mode because LyX does
14705  not yet support the command 
14706 \series bold
14707
14708 \backslash
14709 parbox
14710 \series default
14711  in formulas.
14712  The formula is created with the following command sequence:
14713 \end_layout
14714
14715 \begin_layout Standard
14716 The command 
14717 \series bold
14718
14719 \backslash
14720 [5x-7b=3b
14721 \backslash
14722 tag*
14723 \backslash
14724 {
14725 \backslash
14726 parbox{5cm}{
14727 \series default
14728  is inserted in TeX-mode.
14729 \begin_inset Foot
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 When the formula style 
14734 \series bold
14735 Indented
14736 \series default
14737  is used, 
14738 \series bold
14739
14740 \backslash
14741 tag*
14742 \backslash
14743 {
14744 \series default
14745  can also be replaced by 
14746 \series bold
14747
14748 \backslash
14749 hfill
14750 \series default
14751 .
14752  (formula styles see 
14753 \begin_inset CommandInset ref
14754 LatexCommand ref
14755 reference "sec:Formula-Styles"
14756
14757 \end_inset
14758
14759 )
14760 \end_layout
14761
14762 \end_inset
14763
14764  Then the description follows as normal text and finally 
14765 \series bold
14766 }}
14767 \backslash
14768 ]
14769 \series default
14770  is inserted in TeX-mode.
14771  The commands 
14772 \series bold
14773
14774 \backslash
14775 [
14776 \series default
14777  and 
14778 \series bold
14779
14780 \backslash
14781 ]
14782 \series default
14783  hereby create a displayed formula.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 The advantages of 
14788 \series bold
14789
14790 \backslash
14791 parbox
14792 \series default
14793  can be seen in this example that was 
14794 \begin_inset Quotes eld
14795 \end_inset
14796
14797 commented
14798 \begin_inset Quotes erd
14799 \end_inset
14800
14801  using the mathematical textmode:
14802 \begin_inset Formula 
14803 \[
14804 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14805 \]
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Section
14813 Operators
14814 \begin_inset Index idx
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 Operators
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Subsection
14827 Big Operators
14828 \begin_inset CommandInset label
14829 LatexCommand label
14830 name "sub:Big-Operators"
14831
14832 \end_inset
14833
14834
14835 \begin_inset Index idx
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Operators ! big
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index idx
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 Sums
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \begin_inset Index idx
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859 Integrals
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Standard
14868 To be able to use all integral operators listed here, the option 
14869 \family sans
14870 Use esint package automatically
14871 \family default
14872  must be set in the document settings under 
14873 \family sans
14874 Math
14875 \begin_inset space ~
14876 \end_inset
14877
14878 Options
14879 \family default
14880 .
14881 \end_layout
14882
14883 \begin_layout Standard
14884 \begin_inset space \hfill{}
14885 \end_inset
14886
14887
14888 \begin_inset Tabular
14889 <lyxtabular version="3" rows="11" columns="2">
14890 <features rotate="0" tabularvalignment="middle">
14891 <column alignment="center" valignment="top" width="0pt">
14892 <column alignment="center" valignment="top" width="0pt">
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Command
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 Result
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \backslash
14920 int
14921 \begin_inset Index idx
14922 status collapsed
14923
14924 \begin_layout Plain Layout
14925 Commands ! I ! 
14926 \backslash
14927 int
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\int$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 oint
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\oint$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 ointctrclockwise
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\ointctrclockwise$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 ointclockwise
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\ointclockwise$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 sqint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\sqint$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 fint
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066  
15067 \begin_inset Formula $\fint$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \backslash
15083 landupint
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092  
15093 \begin_inset Formula $\landupint$
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \backslash
15109 landdownint
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118  
15119 \begin_inset Formula $\landdownint$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 bigcap
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\bigcap$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 bigcup
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 \begin_inset Formula $\bigcup$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 </lyxtabular>
15179
15180 \end_inset
15181
15182
15183 \begin_inset space \hfill{}
15184 \end_inset
15185
15186
15187 \begin_inset Tabular
15188 <lyxtabular version="3" rows="11" columns="2">
15189 <features rotate="0" tabularvalignment="middle">
15190 <column alignment="center" valignment="top" width="0pt">
15191 <column alignment="center" valignment="top" width="0pt">
15192 <row>
15193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 Command
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 Result
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 sum
15220 \begin_inset Index idx
15221 status collapsed
15222
15223 \begin_layout Plain Layout
15224 Commands ! S ! 
15225 \backslash
15226 sum
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\sum$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 prod
15257 \begin_inset Index idx
15258 status collapsed
15259
15260 \begin_layout Plain Layout
15261 Commands ! P ! 
15262 \backslash
15263 prod
15264 \begin_inset ERT
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268
15269
15270 \backslash
15271 vspace{4mm}
15272 \end_layout
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\prod$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 <row>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \backslash
15306 coprod
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\coprod$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 bigodot
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 \begin_inset Formula $\bigodot$
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 <row>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \backslash
15356 bigotimes
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\bigotimes$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 bigoplus
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\bigoplus$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \backslash
15406 bigwedge
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset Formula $\bigwedge$
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \backslash
15431 bigvee
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Formula $\bigvee$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 bigsqcup
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 \begin_inset Formula $\bigsqcup$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \backslash
15481 biguplus
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 \begin_inset Formula $\biguplus$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 </lyxtabular>
15500
15501 \end_inset
15502
15503
15504 \begin_inset space \hfill{}
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \begin_layout Standard
15511 All big operators can also be inserted via the math toolbar button 
15512 \begin_inset Graphics
15513         filename ../images/math/intop.png
15514         scale 85
15515
15516 \end_inset
15517
15518 .
15519 \end_layout
15520
15521 \begin_layout Standard
15522 The operators are called big because they are bigger than the sometimes
15523  equal looking binary operators.
15524  All big operators can have limits as described in the next subsection.
15525 \end_layout
15526
15527 \begin_layout Standard
15528 For all integral operators there is a second version available, ending in
15529  
15530 \series bold
15531 op
15532 \series default
15533
15534 \series bold
15535
15536 \backslash
15537 intop
15538 \series default
15539
15540 \series bold
15541
15542 \backslash
15543 ointop
15544 \series default
15545  etc..
15546  These operators are different from 
15547 \series bold
15548
15549 \backslash
15550 int
15551 \series default
15552  etc.
15553 \begin_inset space \space{}
15554 \end_inset
15555
15556 in the style the operator limits are displayed, see 
15557 \begin_inset CommandInset ref
15558 LatexCommand ref
15559 reference "sub:Operator-Limits"
15560
15561 \end_inset
15562
15563 .
15564  
15565 \end_layout
15566
15567 \begin_layout Subsubsection*
15568 Advice for Integrals
15569 \end_layout
15570
15571 \begin_layout Standard
15572 The letter 
15573 \emph on
15574 d
15575 \emph default
15576  in an integral is an operator, that therefore has to be set upright.
15577  This is done by highlighting the 
15578 \emph on
15579 d
15580 \emph default
15581  and using the keyboard shortcut 
15582 \begin_inset Info
15583 type  "shortcut"
15584 arg   "font-roman"
15585 \end_inset
15586
15587
15588 \begin_inset Foot
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592 Font styles
15593 \series bold
15594  
15595 \series default
15596 see 
15597 \begin_inset CommandInset ref
15598 LatexCommand ref
15599 reference "sub:Font-Styles"
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \end_inset
15607
15608 .
15609  Finally the smallest space is inserted before the 
15610 \emph on
15611 d
15612 \emph default
15613 , as this is usual for operators.
15614  An example:
15615 \end_layout
15616
15617 \begin_layout Standard
15618 incorrect: 
15619 \begin_inset Formula $\int A(x)dx$
15620 \end_inset
15621
15622
15623 \begin_inset Newline newline
15624 \end_inset
15625
15626
15627 \begin_inset Phantom HPhantom
15628 status open
15629
15630 \begin_layout Plain Layout
15631 in
15632 \end_layout
15633
15634 \end_inset
15635
15636 correct: 
15637 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Standard
15644 For multiple integrals there are the following commands:
15645 \begin_inset VSpace medskip
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 \begin_inset space \hfill{}
15653 \end_inset
15654
15655
15656 \begin_inset Tabular
15657 <lyxtabular version="3" rows="4" columns="2">
15658 <features rotate="0" tabularvalignment="middle">
15659 <column alignment="center" valignment="top">
15660 <column alignment="center" valignment="top">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 Command
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Result
15676 \begin_inset Note Note
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681 \series bold
15682
15683 \backslash
15684 raisebox
15685 \series default
15686  is only used as spacer.
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 iint
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \backslash
15729 oiint
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \backslash
15754 sqiint
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 </lyxtabular>
15773
15774 \end_inset
15775
15776
15777 \begin_inset space \hfill{}
15778 \end_inset
15779
15780
15781 \begin_inset Tabular
15782 <lyxtabular version="3" rows="4" columns="2">
15783 <features rotate="0" tabularvalignment="middle">
15784 <column alignment="center" valignment="top">
15785 <column alignment="center" valignment="top">
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 Command
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800 Result
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \backslash
15813 iiint
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 <row>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \backslash
15838 iiiint
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \backslash
15863 dotsint
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 </lyxtabular>
15882
15883 \end_inset
15884
15885
15886 \begin_inset space \hfill{}
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 \begin_inset Newpage newpage
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \begin_layout Subsection
15900 Operator Limits
15901 \begin_inset CommandInset label
15902 LatexCommand label
15903 name "sub:Operator-Limits"
15904
15905 \end_inset
15906
15907
15908 \begin_inset Index idx
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 Operators ! Limits
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 Limits are created by super- and subscripts:
15922 \end_layout
15923
15924 \begin_layout Standard
15925 \align center
15926 \begin_inset Tabular
15927 <lyxtabular version="3" rows="2" columns="2">
15928 <features rotate="0" tabularvalignment="middle">
15929 <column alignment="center" valignment="top" width="0pt">
15930 <column alignment="center" valignment="top" width="0pt">
15931 <row>
15932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 Command
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 Result
15946 \begin_inset Note Note
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951 \series bold
15952
15953 \backslash
15954 raisebox
15955 \series default
15956  is only used as spacer.
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \backslash
15974 prod^
15975 \backslash
15976 infty
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 spce 
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \begin_inset Formula $\to$
15991 \end_inset
15992
15993 _0
15994 \begin_inset Formula $\to$
15995 \end_inset
15996
15997 A(x)
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Standard
16023 Limits of inline formulas are set right beside the operator.
16024  Limits in displayed formulas are set above or below the operator, except
16025  for integral limits.
16026 \end_layout
16027
16028 \begin_layout Standard
16029 To force that the limits are set beside the operator, the cursor is set
16030  directly behind the operator and the limits type is changed with the menu
16031  
16032 \family sans
16033 Edit\SpecialChar \menuseparator
16034 Math\SpecialChar \menuseparator
16035 Change Limits Type
16036 \family default
16037  to 
16038 \family sans
16039 \series bold
16040 Inline
16041 \family default
16042 \series default
16043  (shortcut 
16044 \begin_inset Info
16045 type  "shortcut"
16046 arg   "math-limits"
16047 \end_inset
16048
16049 ).
16050  An example:
16051 \end_layout
16052
16053 \begin_layout Standard
16054 The default limits type is this:
16055 \begin_inset Formula 
16056 \[
16057 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16058 \]
16059
16060 \end_inset
16061
16062 This is how it looks when the limits type was changed to 
16063 \family sans
16064 \series bold
16065 Inline
16066 \family default
16067 \series default
16068 :
16069 \begin_inset Formula 
16070 \[
16071 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16072 \]
16073
16074 \end_inset
16075
16076 For integrals, except those ending with 
16077 \series bold
16078 op
16079 \series default
16080  like 
16081 \series bold
16082
16083 \backslash
16084 intop
16085 \series default
16086
16087 \series bold
16088
16089 \backslash
16090 ointop
16091 \series default
16092  etc., the limits are by default set beside the operator.
16093  But for multiple integrals the limits are often set below the operator.
16094  In the following example the limits type was therefore set to 
16095 \series bold
16096 Display
16097 \series default
16098  and so set below the integrals:
16099 \begin_inset Formula 
16100 \begin{equation}
16101 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16102 \end{equation}
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset VSpace medskip
16111 \end_inset
16112
16113 To specify conditions for limits, the commands 
16114 \series bold
16115
16116 \backslash
16117 subarray
16118 \series default
16119
16120 \begin_inset Index idx
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124 Commands ! S ! 
16125 \backslash
16126 subarray
16127 \end_layout
16128
16129 \end_inset
16130
16131  and 
16132 \series bold
16133
16134 \backslash
16135 substack
16136 \series default
16137
16138 \begin_inset Index idx
16139 status collapsed
16140
16141 \begin_layout Plain Layout
16142 Commands ! S ! 
16143 \backslash
16144 substack
16145 \end_layout
16146
16147 \end_inset
16148
16149  are used.
16150  To create for example this expression 
16151 \begin_inset Formula 
16152 \begin{equation}
16153 \sum_{\begin{subarray}{c}
16154 0<k<1000\\
16155 \\
16156 k\,\in\,\mathbb{N}
16157 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16158 \end{equation}
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \begin_layout Standard
16166 the following has to be done:
16167 \begin_inset Newline newline
16168 \end_inset
16169
16170 First the command 
16171 \series bold
16172
16173 \backslash
16174 sum
16175 \series default
16176 ^
16177 \series bold
16178 n
16179 \begin_inset ERT
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183
16184
16185 \backslash
16186 spce 
16187 \end_layout
16188
16189 \end_inset
16190
16191 _
16192 \series default
16193  is typed in.
16194  One is now in a blue box under the summation operator and insert there
16195  the command 
16196 \series bold
16197
16198 \backslash
16199 subarray
16200 \begin_inset ERT
16201 status collapsed
16202
16203 \begin_layout Plain Layout
16204
16205
16206 \backslash
16207 spce 
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \series default
16214 .
16215  The blue box is now within a purple box and now several lines can be written
16216  among each other.
16217  A new line is created by inserting a line break (
16218 \begin_inset Info
16219 type  "shortcut"
16220 arg   "newline-insert newline"
16221 \end_inset
16222
16223 ).
16224  When now
16225 \begin_inset Newline newline
16226 \end_inset
16227
16228
16229 \series bold
16230 0<k<1000 Ctrl+Return
16231 \begin_inset Newline newline
16232 \end_inset
16233
16234
16235 \series default
16236 is typed in, a new box appears below for the new line.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 The alignment of the lines can be changed to left aligned with the 
16241 \family sans
16242 table
16243 \family default
16244  
16245 \family sans
16246 toolbar
16247 \family default
16248  or the menu 
16249 \family sans
16250 Edit\SpecialChar \menuseparator
16251 Rows &Columns
16252 \family default
16253 .
16254  To get right alignment, 
16255 \series bold
16256
16257 \backslash
16258 hfill
16259 \begin_inset ERT
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263
16264
16265 \backslash
16266 spce 
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \series default
16273  is inserted at the beginning of the line.
16274 \end_layout
16275
16276 \begin_layout Standard
16277 The command 
16278 \series bold
16279
16280 \backslash
16281 substack
16282 \series default
16283  is equivalent to 
16284 \series bold
16285
16286 \backslash
16287 subarray
16288 \series default
16289  with the difference that the lines are always centered.
16290 \end_layout
16291
16292 \begin_layout Standard
16293 \begin_inset VSpace bigskip
16294 \end_inset
16295
16296 Like in formula 
16297 \begin_inset CommandInset ref
16298 LatexCommand eqref
16299 reference "eq:substack"
16300
16301 \end_inset
16302
16303  there can be too much space beside an operator, because the characters
16304  following the operator are set beside the limits.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 To avoid this, the following macro can be used in the LaTeX-preamble:
16309 \end_layout
16310
16311 \begin_layout Standard
16312
16313 \series bold
16314
16315 \backslash
16316 def
16317 \backslash
16318 clap#1{
16319 \backslash
16320 hbox to 0pt{
16321 \backslash
16322 hss #1
16323 \backslash
16324 hss}}
16325 \begin_inset Newline newline
16326 \end_inset
16327
16328
16329 \backslash
16330 def
16331 \backslash
16332 mathclap {
16333 \backslash
16334 mathpalette 
16335 \backslash
16336 mathclapinternal}
16337 \begin_inset Newline newline
16338 \end_inset
16339
16340
16341 \backslash
16342 def
16343 \backslash
16344 mathclapinternal #1#2{
16345 \backslash
16346 clap{$
16347 \backslash
16348 mathsurround =0pt #1{#2}$}}
16349 \end_layout
16350
16351 \begin_layout Standard
16352 This defines the command 
16353 \series bold
16354
16355 \backslash
16356 mathclap
16357 \series default
16358
16359 \begin_inset Index idx
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363 Commands ! M ! 
16364 \backslash
16365 mathclap
16366 \end_layout
16367
16368 \end_inset
16369
16370  that sets the width of the limit to 0
16371 \begin_inset space \thinspace{}
16372 \end_inset
16373
16374 pt.
16375  The command scheme is
16376 \end_layout
16377
16378 \begin_layout Standard
16379
16380 \series bold
16381
16382 \backslash
16383 mathclap{limit}
16384 \end_layout
16385
16386 \begin_layout Standard
16387 where the limit can consist of several conditions.
16388 \end_layout
16389
16390 \begin_layout Standard
16391 Applied on formula 
16392 \begin_inset CommandInset ref
16393 LatexCommand eqref
16394 reference "eq:substack"
16395
16396 \end_inset
16397
16398 , one uses the command
16399 \end_layout
16400
16401 \begin_layout Standard
16402
16403 \series bold
16404
16405 \backslash
16406 sum_
16407 \backslash
16408 mathclap{
16409 \backslash
16410 substack
16411 \begin_inset ERT
16412 status collapsed
16413
16414 \begin_layout Plain Layout
16415
16416
16417 \backslash
16418 spce 
16419 \end_layout
16420
16421 \end_inset
16422
16423 0<k<1000 Ctrl+Return
16424 \end_layout
16425
16426 \begin_layout Standard
16427 to create the lower limit.
16428  The summand is now directly behind the summation operator:
16429 \begin_inset Formula 
16430 \[
16431 \sum_{\mathclap{\substack{0<k<1000\\
16432 \\
16433 k\,\in\,\mathbb{N}
16434 }
16435 }}^{n}k^{-2}
16436 \]
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \begin_layout Standard
16444 \begin_inset VSpace bigskip
16445 \end_inset
16446
16447 How to use one limit for several operators is described in 
16448 \begin_inset CommandInset ref
16449 LatexCommand ref
16450 reference "sub:Self-defined-Operators"
16451
16452 \end_inset
16453
16454 .
16455 \end_layout
16456
16457 \begin_layout Subsection
16458 Decoration for Operators
16459 \begin_inset Index idx
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463 Operators ! Decoration
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \begin_layout Standard
16472 With the commands 
16473 \series bold
16474
16475 \backslash
16476 overset
16477 \series default
16478
16479 \begin_inset Index idx
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483 Commands ! O ! 
16484 \backslash
16485 overset
16486 \end_layout
16487
16488 \end_inset
16489
16490  and 
16491 \series bold
16492
16493 \backslash
16494 underset
16495 \series default
16496
16497 \begin_inset Index idx
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501 Commands ! U ! 
16502 \backslash
16503 underset
16504 \end_layout
16505
16506 \end_inset
16507
16508  characters can be placed above or below an operator, respectively.
16509  With the command 
16510 \series bold
16511
16512 \backslash
16513 sideset
16514 \series default
16515
16516 \begin_inset Index idx
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 Commands ! S ! 
16521 \backslash
16522 sideset
16523 \end_layout
16524
16525 \end_inset
16526
16527  characters can be set before and behind a big operator.
16528  The command scheme is:
16529 \end_layout
16530
16531 \begin_layout Standard
16532
16533 \series bold
16534
16535 \backslash
16536 sideset{character
16537 \series default
16538  
16539 \series bold
16540 before}{character
16541 \series default
16542  
16543 \series bold
16544 behind}
16545 \end_layout
16546
16547 \begin_layout Standard
16548
16549 \series bold
16550
16551 \backslash
16552 sideset
16553 \series default
16554  must always be before the operator.
16555  You can decorate with several characters and even with other operators
16556  and symbols.
16557  To place for example only characters behind a big operator, write nothing
16558  between the first braces but don't omit the braces.
16559 \end_layout
16560
16561 \begin_layout Standard
16562 For example the command 
16563 \series bold
16564
16565 \backslash
16566 sideset{
16567 \begin_inset Formula $\to$
16568 \end_inset
16569
16570
16571 \backslash
16572 {
16573 \series default
16574 '
16575 \series bold
16576
16577 \begin_inset Formula $\to$
16578 \end_inset
16579
16580
16581 \backslash
16582 sum_k=1
16583 \begin_inset ERT
16584 status collapsed
16585
16586 \begin_layout Plain Layout
16587
16588
16589 \backslash
16590 spce 
16591 \end_layout
16592
16593 \end_inset
16594
16595
16596 \series default
16597 ^
16598 \series bold
16599 n
16600 \series default
16601  produces:
16602 \begin_inset Formula 
16603 \[
16604 \sideset{}{'}\sum_{k=1}^{n}
16605 \]
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Note Greyedout
16614 status open
16615
16616 \begin_layout Plain Layout
16617
16618 \series bold
16619 Note: 
16620 \backslash
16621 sideset
16622 \series default
16623  can only be used to decorate big operators, binary operators are not allowed.
16624 \end_layout
16625
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \begin_layout Standard
16632
16633 \series bold
16634
16635 \backslash
16636 overset
16637 \series default
16638  and 
16639 \series bold
16640
16641 \backslash
16642 underset
16643 \series default
16644  can also be used to decorate symbols and characters.
16645  For example, the command 
16646 \series bold
16647
16648 \backslash
16649 overset
16650 \begin_inset ERT
16651 status collapsed
16652
16653 \begin_layout Plain Layout
16654
16655
16656 \backslash
16657 spce 
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \backslash
16664 maltese
16665 \begin_inset ERT
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669
16670
16671 \backslash
16672 spce 
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \series default
16679
16680 \begin_inset Formula $\uparrow$
16681 \end_inset
16682
16683
16684 \series bold
16685 a
16686 \series default
16687  produces:
16688 \begin_inset Formula 
16689 \[
16690 \overset{a}{\maltese}
16691 \]
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Subsection
16699 Binary Operators
16700 \begin_inset CommandInset label
16701 LatexCommand label
16702 name "sub:Binary-Operators"
16703
16704 \end_inset
16705
16706
16707 \begin_inset Index idx
16708 status collapsed
16709
16710 \begin_layout Plain Layout
16711 Operators ! binary
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 Binary operators are surrounded by space when there is a character before
16721  and after them.
16722 \begin_inset VSpace medskip
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 \begin_inset space \hfill{}
16730 \end_inset
16731
16732
16733 \begin_inset Tabular
16734 <lyxtabular version="3" rows="13" columns="2">
16735 <features rotate="0" tabularvalignment="middle">
16736 <column alignment="center" valignment="top" width="0pt">
16737 <column alignment="center" valignment="top" width="0pt">
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 Command
16744 \begin_inset Note Note
16745 status collapsed
16746
16747 \begin_layout Plain Layout
16748
16749 \series bold
16750
16751 \backslash
16752 raisebox
16753 \series default
16754  is only used as spacer.
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 Result
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 +
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset Formula $+$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 -
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $-$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 pm
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\pm$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 mp
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\mp$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 cdot
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\cdot$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 times
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\times$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 div
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\div$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset ERT
16951 status collapsed
16952
16953 \begin_layout Plain Layout
16954
16955
16956 \backslash
16957 raisebox{-1.2mm}{
16958 \end_layout
16959
16960 \end_inset
16961
16962 *
16963 \begin_inset ERT
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967
16968 }
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $*$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 star
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\star$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 circ
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\circ$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \backslash
17048 diamond
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\diamond$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \backslash
17073 bullet
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 \begin_inset Formula $\bullet$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 </lyxtabular>
17092
17093 \end_inset
17094
17095
17096 \begin_inset space \hfill{}
17097 \end_inset
17098
17099
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="13" columns="2">
17102 <features rotate="0" tabularvalignment="middle">
17103 <column alignment="center" valignment="top" width="0pt">
17104 <column alignment="center" valignment="top" width="0pt">
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 Command
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 Result
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 nabla
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\nabla$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 bigtriangledown
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\bigtriangledown$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \backslash
17182 bigtriangleup
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\bigtriangleup$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \backslash
17207 Box
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\Box$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \backslash
17232 cap 
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\cap$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \backslash
17257 cup
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Formula $\cup$
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \backslash
17282 dagger
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $\dagger$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \backslash
17307 ddagger
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Formula $\ddagger$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 wr
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\wr$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 bigcirc
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\bigcirc$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 wedge
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\wedge$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 <row>
17401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405
17406 \backslash
17407 vee
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset Formula $\vee$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 </lyxtabular>
17426
17427 \end_inset
17428
17429
17430 \begin_inset space \hfill{}
17431 \end_inset
17432
17433
17434 \begin_inset Tabular
17435 <lyxtabular version="3" rows="13" columns="2">
17436 <features rotate="0" tabularvalignment="middle">
17437 <column alignment="center" valignment="top" width="0pt">
17438 <column alignment="center" valignment="top" width="0pt">
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 Command
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 Result
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 oplus
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\oplus$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 ominus
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\ominus$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514
17515 \backslash
17516 otimes
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Formula $\otimes$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \backslash
17541 oslash
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 \begin_inset Formula $\oslash$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \backslash
17566 odot
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset Formula $\odot$
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \backslash
17591 amalg
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $\amalg$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 uplus
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\uplus$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 <row>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \backslash
17641 setminus
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Formula $\setminus$
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 </row>
17659 <row>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \backslash
17666 sqcap
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\sqcap$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \backslash
17691 sqcup
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Formula $\sqcup$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \backslash
17716 triangleleft
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\triangleleft$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 </row>
17734 <row>
17735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \backslash
17741 triangleright
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 \begin_inset Formula $\triangleright$
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 </row>
17759 </lyxtabular>
17760
17761 \end_inset
17762
17763
17764 \begin_inset space \hfill{}
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 All binary operators can also be inserted via the math toolbar button 
17772 \begin_inset Graphics
17773         filename ../images/math/pm.png
17774         scale 85
17775
17776 \end_inset
17777
17778 .
17779 \end_layout
17780
17781 \begin_layout Standard
17782 To typeset the Laplace operator also 
17783 \series bold
17784
17785 \backslash
17786 Delta
17787 \series default
17788  or 
17789 \series bold
17790
17791 \backslash
17792 nabla
17793 \series default
17794 ^
17795 \series bold
17796 2
17797 \series default
17798  (
17799 \begin_inset Formula $\nabla^{2}$
17800 \end_inset
17801
17802 ) can be used instead of 
17803 \series bold
17804
17805 \backslash
17806 bigtriangleup
17807 \series default
17808  .
17809 \end_layout
17810
17811 \begin_layout Standard
17812 The character 
17813 \family sans
17814 Menu Separator
17815 \family default
17816  from the menu 
17817 \family sans
17818 Insert\SpecialChar \menuseparator
17819 Special Character
17820 \family default
17821  is the operator 
17822 \series bold
17823
17824 \backslash
17825 triangleright
17826 \series default
17827 .
17828 \end_layout
17829
17830 \begin_layout Subsection
17831 Self-defined Operators
17832 \begin_inset CommandInset label
17833 LatexCommand label
17834 name "sub:Self-defined-Operators"
17835
17836 \end_inset
17837
17838
17839 \begin_inset Index idx
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843 Operators ! self-defined
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 With the help of the command 
17853 \series bold
17854
17855 \backslash
17856 DeclareMathOperator
17857 \series default
17858
17859 \begin_inset Index idx
17860 status collapsed
17861
17862 \begin_layout Plain Layout
17863 Commands ! D ! 
17864 \backslash
17865 dbinom@
17866 \backslash
17867 DeclareMathOperator
17868 \end_layout
17869
17870 \end_inset
17871
17872  custom operators can be defined in the LaTeX-preamble.
17873  Its command scheme is:
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 DeclareMathOperator{new command}{display}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 Display can be characters or symbols that define how the operator looks
17886  in the output.
17887  To define a big operator a * is set behind the command.
17888  All self-defined big operators can have limits as described in 
17889 \begin_inset CommandInset ref
17890 LatexCommand ref
17891 reference "sub:Operator-Limits"
17892
17893 \end_inset
17894
17895 .
17896 \end_layout
17897
17898 \begin_layout Standard
17899 For example the LaTeX-preamble line
17900 \end_layout
17901
17902 \begin_layout Standard
17903
17904 \series bold
17905
17906 \backslash
17907 DeclareMathOperator*{
17908 \backslash
17909 Lozenge}{
17910 \backslash
17911 blacklozenge}
17912 \end_layout
17913
17914 \begin_layout Standard
17915 defines the command 
17916 \series bold
17917
17918 \backslash
17919 Lozenge
17920 \series default
17921 , that inserts a big operator consisting of the lozenge symbol from 
17922 \begin_inset CommandInset ref
17923 LatexCommand ref
17924 reference "sub:Miscellaneous-Symbols"
17925
17926 \end_inset
17927
17928 :
17929 \begin_inset Formula 
17930 \[
17931 \Lozenge_{n=1}^{\infty}
17932 \]
17933
17934 \end_inset
17935
17936 The command for this formula is: 
17937 \series bold
17938
17939 \backslash
17940 Lozenge
17941 \series default
17942 ^
17943 \series bold
17944
17945 \backslash
17946 infty
17947 \begin_inset Formula $\to$
17948 \end_inset
17949
17950 _n=1
17951 \end_layout
17952
17953 \begin_layout Standard
17954 \begin_inset VSpace bigskip
17955 \end_inset
17956
17957 When self-defined operators are not used several times in the document,
17958  they can also be defined with the commands 
17959 \series bold
17960
17961 \backslash
17962 mathop
17963 \series default
17964
17965 \begin_inset Index idx
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969 Commands ! M ! 
17970 \backslash
17971 mathop
17972 \end_layout
17973
17974 \end_inset
17975
17976  and 
17977 \series bold
17978
17979 \backslash
17980 mathbin
17981 \series default
17982
17983 \begin_inset Index idx
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987 Commands ! M ! 
17988 \backslash
17989 mathbin
17990 \end_layout
17991
17992 \end_inset
17993
17994 , which have the following scheme:
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 mathop{display}
18003 \series default
18004  and 
18005 \series bold
18006
18007 \backslash
18008 mathbin{display}
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 mathop
18017 \series default
18018  defines big operators, 
18019 \series bold
18020
18021 \backslash
18022 mathbin
18023 \series default
18024  binary operators.
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030
18031 \backslash
18032 mathop
18033 \series default
18034  can e.
18035 \begin_inset space \thinspace{}
18036 \end_inset
18037
18038 g.
18039 \begin_inset space \space{}
18040 \end_inset
18041
18042 be used to use one limit for several operators:
18043 \end_layout
18044
18045 \begin_layout Standard
18046 \begin_inset Formula 
18047 \[
18048 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18049 \]
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 The command for the formula above is:
18058 \begin_inset Newline newline
18059 \end_inset
18060
18061
18062 \series bold
18063
18064 \backslash
18065 mathop{
18066 \backslash
18067 sum
18068 \backslash
18069 negmedspace
18070 \backslash
18071 sum
18072 \series default
18073
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 spce 
18082 \end_layout
18083
18084 \end_inset
18085
18086
18087 \series bold
18088
18089 \begin_inset Formula $\to$
18090 \end_inset
18091
18092 ^N
18093 \series default
18094
18095 \begin_inset ERT
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099
18100
18101 \backslash
18102 spce 
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \series bold
18109 _i,j=1
18110 \end_layout
18111
18112 \begin_layout Section
18113 Fonts
18114 \begin_inset Index idx
18115 status collapsed
18116
18117 \begin_layout Plain Layout
18118 Fonts
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Subsection
18127 Font Styles
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "sub:Font-Styles"
18131
18132 \end_inset
18133
18134
18135 \begin_inset Index idx
18136 status collapsed
18137
18138 \begin_layout Plain Layout
18139 Font ! style
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Latin letters in formulas can be set in one of the following font styles:
18149 \begin_inset VSpace -2mm
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156 \align center
18157 \begin_inset Tabular
18158 <lyxtabular version="3" rows="7" columns="3">
18159 <features rotate="0" tabularvalignment="middle">
18160 <column alignment="center" valignment="top">
18161 <column alignment="center" valignment="top">
18162 <column alignment="center" valignment="top">
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 Command
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Result
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 shortcut
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197
18198 \backslash
18199 mathbb
18200 \series bold
18201
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207
18208 \backslash
18209 spce 
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \series default
18216 ABC
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 \begin_inset Formula $\mathbb{ABC}$
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 \begin_inset Info
18238 type  "shortcuts"
18239 arg   "font-noun"
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \backslash
18255 mathbf
18256 \series bold
18257
18258 \begin_inset ERT
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 spce 
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \series default
18272 AbC
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\mathbf{AbC}$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 \begin_inset Info
18294 type  "shortcuts"
18295 arg   "font-bold"
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \backslash
18311 boldsymbol
18312 \series bold
18313
18314 \begin_inset ERT
18315 status collapsed
18316
18317 \begin_layout Plain Layout
18318
18319
18320 \backslash
18321 spce 
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \series default
18328 AbC
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 \begin_inset Formula $\boldsymbol{AbC}$
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Info
18350 type  "shortcuts"
18351 arg   "font-boldsymbol"
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 <row>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \backslash
18367 mathcal
18368 \series bold
18369
18370 \begin_inset ERT
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374
18375
18376 \backslash
18377 spce 
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \series default
18384 ABC
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 \begin_inset Formula $\mathcal{ABC}$
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Info
18406 type  "shortcuts"
18407 arg   "font-emph"
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 <row>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \backslash
18423 mathfrak
18424 \series bold
18425
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 spce 
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \series default
18440 AbC
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 \begin_inset Formula $\mathfrak{AbC}$
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 -
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 </row>
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \backslash
18474 mathscr
18475 \series bold
18476
18477 \begin_inset ERT
18478 status collapsed
18479
18480 \begin_layout Plain Layout
18481
18482
18483 \backslash
18484 spce 
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \series default
18491 AbC
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Formula $\mathscr{AbC}$
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 -
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 </lyxtabular>
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Standard
18526 \align center
18527 \begin_inset Tabular
18528 <lyxtabular version="3" rows="5" columns="3">
18529 <features rotate="0" tabularvalignment="middle">
18530 <column alignment="center" valignment="top">
18531 <column alignment="center" valignment="top">
18532 <column alignment="center" valignment="top">
18533 <row>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 Command
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 Result
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 shortcut
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 </row>
18562 <row>
18563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567
18568 \backslash
18569 mathit
18570 \series bold
18571
18572 \begin_inset ERT
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 spce 
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \series default
18586 AbC
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 \begin_inset Formula $\mathit{AbC}$
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 -
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \backslash
18620 mathrm
18621 \series bold
18622
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 spce 
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \series default
18637 AbC
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Formula $\mathrm{AbC}$
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 \begin_inset Info
18659 type  "shortcuts"
18660 arg   "font-roman"
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \backslash
18676 mathsf
18677 \series bold
18678
18679 \begin_inset ERT
18680 status collapsed
18681
18682 \begin_layout Plain Layout
18683
18684
18685 \backslash
18686 spce 
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \series default
18693 AbC
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 \begin_inset Formula $\mathsf{AbC}$
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 \begin_inset Info
18715 type  "shortcuts"
18716 arg   "font-sans"
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 </row>
18725 <row>
18726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730
18731 \backslash
18732 mathtt
18733 \series bold
18734
18735 \begin_inset ERT
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739
18740
18741 \backslash
18742 spce 
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \series default
18749 AbC
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758 \begin_inset Formula $\mathtt{AbC}$
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 \begin_inset Info
18771 type  "shortcuts"
18772 arg   "font-typewriter"
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 </lyxtabular>
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 \begin_inset Note Greyedout
18790 status open
18791
18792 \begin_layout Plain Layout
18793
18794 \series bold
18795 Note:
18796 \series default
18797  The styles 
18798 \series bold
18799
18800 \backslash
18801 mathbb
18802 \series default
18803  and 
18804 \series bold
18805
18806 \backslash
18807 mathcal
18808 \series default
18809  can only be used for big letters.
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Predefined is the style 
18819 \series bold
18820
18821 \backslash
18822 mathnormal
18823 \series default
18824 .
18825 \end_layout
18826
18827 \begin_layout Standard
18828 The style commands work also for letters in mathematical constructs:
18829 \begin_inset Formula 
18830 \[
18831 \mathfrak{A=\frac{b}{C}}
18832 \]
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Characters in mathematical text don't appear in a math font style but in
18841  the text font style 
18842 \series bold
18843
18844 \backslash
18845 textrm
18846 \series default
18847 .
18848  That their style can't be set correctly via the text style dialog is a
18849  bug in LyX.
18850 \begin_inset Foot
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 \begin_inset CommandInset href
18855 LatexCommand href
18856 name "LyX-bug #4629"
18857 target "http://www.lyx.org/trac/ticket/4629"
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Standard
18870 Instead of the style commands the dialog 
18871 \family sans
18872 Edit\SpecialChar \menuseparator
18873 Math\SpecialChar \menuseparator
18874 Text Style
18875 \family default
18876  or the toolbar button 
18877 \begin_inset Graphics
18878         filename ../images/math/font.png
18879         scale 85
18880
18881 \end_inset
18882
18883  can be used.
18884 \end_layout
18885
18886 \begin_layout Subsection
18887 Bold Formulas
18888 \begin_inset CommandInset label
18889 LatexCommand label
18890 name "sub:Bold-Formulas"
18891
18892 \end_inset
18893
18894
18895 \begin_inset Index idx
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899 Formula ! bold
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 To make a complete formula bold, the command 
18909 \series bold
18910
18911 \backslash
18912 mathbf
18913 \series default
18914  from the previous subsection cannot be used, because it doesn't work for
18915  small Greek letters.
18916  Furthermore it prints Latin letters always upright, like in the following
18917  equation:
18918 \end_layout
18919
18920 \begin_layout Standard
18921 \begin_inset Formula 
18922 \[
18923 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18924 \]
18925
18926 \end_inset
18927
18928
18929 \end_layout
18930
18931 \begin_layout Standard
18932 To display the formula correctly, the command 
18933 \series bold
18934
18935 \backslash
18936 boldsymbol
18937 \series default
18938  is used:
18939 \begin_inset Formula 
18940 \[
18941 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18942 \]
18943
18944 \end_inset
18945
18946 It is also possible to set the formula in a 
18947 \series bold
18948 boldmath environment
18949 \series default
18950 .
18951  This environment is created by inserting the command 
18952 \series bold
18953
18954 \backslash
18955 boldmath
18956 \series default
18957
18958 \begin_inset Index idx
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 Commands ! B ! 
18963 \backslash
18964 boldmath
18965 \end_layout
18966
18967 \end_inset
18968
18969  in TeX-mode.
18970  To end the environment, the command 
18971 \series bold
18972
18973 \backslash
18974 unboldmath
18975 \series default
18976
18977 \begin_inset Index idx
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981 Commands ! U ! 
18982 \backslash
18983 unboldmath
18984 \end_layout
18985
18986 \end_inset
18987
18988  is inserted in TeX-mode.
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 boldmath 
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \begin_inset Formula 
19003 \[
19004 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19005 \]
19006
19007 \end_inset
19008
19009
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014
19015
19016 \backslash
19017 unboldmath 
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Subsection
19026 Colored Formulas
19027 \begin_inset Index idx
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031 Formula ! colored
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Formulas can be colored like normal text: Highlight a formula or a formula
19041  part and use the 
19042 \family sans
19043 Text Style
19044 \family default
19045  dialog.
19046  Here is a formula in magenta:
19047 \begin_inset Formula 
19048 \[
19049 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19050 \]
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 You can also define your own colors as described in 
19059 \begin_inset CommandInset ref
19060 LatexCommand ref
19061 reference "sub:Colored-Boxes"
19062
19063 \end_inset
19064
19065 .
19066  They can be used with the TeX code command 
19067 \series bold
19068
19069 \backslash
19070 textcolor
19071 \series default
19072
19073 \begin_inset Index idx
19074 status collapsed
19075
19076 \begin_layout Plain Layout
19077 Commands ! T ! 
19078 \backslash
19079 textcolor
19080 \end_layout
19081
19082 \end_inset
19083
19084  in the scheme
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 textcolor{color}{characters or formula}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 The following example was colored completely dark green and partly red:
19097 \end_layout
19098
19099 \begin_layout Standard
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 textcolor{darkgreen}{
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset Formula 
19114 \[
19115 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19116 \]
19117
19118 \end_inset
19119
19120
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126 }
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 Due to a bug in LyX only complete formulas can be colored with self-defined
19136  colors.
19137 \begin_inset Foot
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 \begin_inset CommandInset href
19142 LatexCommand href
19143 name "LyX-bug #5269"
19144 target "http://www.lyx.org/trac/ticket/5269"
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Subsection
19157 Font Sizes
19158 \begin_inset CommandInset label
19159 LatexCommand label
19160 name "sub:Font-Sizes"
19161
19162 \end_inset
19163
19164
19165 \begin_inset Index idx
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169 Font ! size
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 For characters in formulas there are, analog to characters in text, the
19179  following size commands:
19180 \end_layout
19181
19182 \begin_layout Standard
19183
19184 \series bold
19185
19186 \backslash
19187 Huge
19188 \series default
19189
19190 \series bold
19191
19192 \backslash
19193 huge
19194 \series default
19195
19196 \series bold
19197
19198 \backslash
19199 LARGE
19200 \series default
19201
19202 \series bold
19203
19204 \backslash
19205 Large
19206 \series default
19207
19208 \series bold
19209
19210 \backslash
19211 large
19212 \series default
19213
19214 \series bold
19215
19216 \backslash
19217 normalsize
19218 \series default
19219
19220 \series bold
19221
19222 \backslash
19223 small
19224 \series default
19225 ,
19226 \begin_inset Newline newline
19227 \end_inset
19228
19229
19230 \series bold
19231
19232 \backslash
19233 footnotesize
19234 \series default
19235
19236 \series bold
19237
19238 \backslash
19239 scriptsize
19240 \series default
19241  and 
19242 \series bold
19243
19244 \backslash
19245 tiny
19246 \end_layout
19247
19248 \begin_layout Standard
19249 The size produced by the commands depends on the document font size, which
19250  corresponds to the command 
19251 \series bold
19252
19253 \backslash
19254 normalsize
19255 \series default
19256 .
19257  The other commands produce smaller or larger sizes than 
19258 \series bold
19259
19260 \backslash
19261 normalsize
19262 \series default
19263 .
19264  The font size can however not exceed a certain value.
19265  Is for example the document font size 12
19266 \begin_inset space \thinspace{}
19267 \end_inset
19268
19269 pt, the command 
19270 \series bold
19271
19272 \backslash
19273 Huge
19274 \series default
19275  switches to the same size as 
19276 \series bold
19277
19278 \backslash
19279 huge
19280 \series default
19281 .
19282  
19283 \end_layout
19284
19285 \begin_layout Standard
19286 A size command is inserted in TeX-mode before the formula and sets the size
19287  for all following formula and text characters.
19288  To switch back to the initial size, the command 
19289 \series bold
19290
19291 \backslash
19292 normalsize
19293 \series default
19294  is inserted behind the formula in TeX-mode.
19295 \end_layout
19296
19297 \begin_layout Standard
19298 Within a formula the size can be changed using the following size commands:
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \noindent
19303 \align center
19304 \begin_inset Tabular
19305 <lyxtabular version="3" rows="5" columns="2">
19306 <features rotate="0" tabularvalignment="middle">
19307 <column alignment="center" valignment="top">
19308 <column alignment="center" valignment="top">
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 Command
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 Result
19324 \begin_inset Note Note
19325 status collapsed
19326
19327 \begin_layout Plain Layout
19328
19329 \series bold
19330
19331 \backslash
19332 raisebox
19333 \series default
19334  is only used as spacer.
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \backslash
19352 displaystyle
19353 \begin_inset Index idx
19354 status collapsed
19355
19356 \begin_layout Plain Layout
19357 Commands ! D ! 
19358 \backslash
19359 displaystyle
19360 \end_layout
19361
19362 \end_inset
19363
19364
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 $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
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 textstyle
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 $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
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 scriptstyle
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 $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
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 scriptscriptstyle
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 $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
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 \end_layout
19463
19464 \begin_layout Standard
19465 After entering these commands, a blue box appears in which the formula parts
19466  are inserted.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 There is a further method to change the font size, that though only works
19471  for symbols or letters in mathematical text.
19472  To use it, one of the above text size commands is inserted in mathematical
19473  text.
19474  All following characters until the end of the mathematical text or until
19475  another size command will have the selected size.
19476  Two examples:
19477 \begin_inset VSpace -2mm
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484 \begin_inset ERT
19485 status collapsed
19486
19487 \begin_layout Plain Layout
19488
19489
19490 \backslash
19491 huge 
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \begin_inset Formula 
19498 \[
19499 A=\frac{B}{c}\cdot\maltese
19500 \]
19501
19502 \end_inset
19503
19504
19505 \begin_inset Formula 
19506 \[
19507 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19508 \]
19509
19510 \end_inset
19511
19512
19513 \begin_inset ERT
19514 status collapsed
19515
19516 \begin_layout Plain Layout
19517
19518
19519 \backslash
19520 normalsize 
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset VSpace medskip
19530 \end_inset
19531
19532 Before both formulas the command 
19533 \series bold
19534
19535 \backslash
19536 huge
19537 \series default
19538  was inserted.
19539  The command for the second formula is:
19540 \begin_inset Newline newline
19541 \end_inset
19542
19543
19544 \series bold
19545
19546 \backslash
19547 maltese
19548 \begin_inset ERT
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552
19553
19554 \backslash
19555 spce 
19556 \end_layout
19557
19558 \end_inset
19559
19560 A Alt+M M 
19561 \backslash
19562 Large
19563 \begin_inset ERT
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567
19568
19569 \backslash
19570 spce 
19571 \end_layout
19572
19573 \end_inset
19574
19575
19576 \backslash
19577 maltese
19578 \begin_inset ERT
19579 status collapsed
19580
19581 \begin_layout Plain Layout
19582
19583
19584 \backslash
19585 spce 
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \backslash
19592 textit
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 spce 
19601 \end_layout
19602
19603 \end_inset
19604
19605 A
19606 \begin_inset Formula $\to$
19607 \end_inset
19608
19609
19610 \begin_inset Formula $\to$
19611 \end_inset
19612
19613
19614 \begin_inset Newline newline
19615 \end_inset
19616
19617
19618 \begin_inset space \hspace*{}
19619 \length 1cm
19620 \end_inset
19621
19622 Alt+M
19623 \series default
19624  
19625 \series bold
19626
19627 \backslash
19628 tiny
19629 \begin_inset ERT
19630 status collapsed
19631
19632 \begin_layout Plain Layout
19633
19634
19635 \backslash
19636 spce 
19637 \end_layout
19638
19639 \end_inset
19640
19641
19642 \backslash
19643 maltese
19644 \begin_inset ERT
19645 status collapsed
19646
19647 \begin_layout Plain Layout
19648
19649
19650 \backslash
19651 spce 
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \backslash
19658 textit
19659 \begin_inset ERT
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663
19664
19665 \backslash
19666 spce 
19667 \end_layout
19668
19669 \end_inset
19670
19671 A
19672 \end_layout
19673
19674 \begin_layout Standard
19675 If a symbol cannot be displayed in different sizes, it will always be displayed
19676  in the default size.
19677 \end_layout
19678
19679 \begin_layout Section
19680 Greek Letters
19681 \begin_inset Index idx
19682 status collapsed
19683
19684 \begin_layout Plain Layout
19685 Greek letters
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Standard
19694 Greek letters can also be inserted via the toolbar button 
19695 \begin_inset Graphics
19696         filename ../images/math/alpha.png
19697         scale 85
19698
19699 \end_inset
19700
19701 .
19702  All international typesetting norms purport that Greek letters in math
19703  have to be typeset italic/slanted.
19704  In some languages, like French or Russian, they are nevertheless sometimes
19705  typeset upright.
19706 \end_layout
19707
19708 \begin_layout Subsection
19709 Small Letters
19710 \begin_inset Index idx
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714 Greek letters ! small
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \begin_layout Standard
19723 \begin_inset space \hfill{}
19724 \end_inset
19725
19726
19727 \begin_inset Tabular
19728 <lyxtabular version="3" rows="11" columns="2">
19729 <features rotate="0" tabularvalignment="middle">
19730 <column alignment="center" valignment="top" width="0pt">
19731 <column alignment="center" valignment="top" width="0pt">
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 Command
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 Result
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 alpha
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\alpha$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 beta
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\beta$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 gamma
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\gamma$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 delta
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\delta$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 epsilon
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\epsilon$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 varepsilon
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\varepsilon$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 zeta
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\zeta$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 eta
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\eta$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 theta
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset Formula $\theta$
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982
19983 \backslash
19984 vartheta
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset Formula $\vartheta$
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 </lyxtabular>
20003
20004 \end_inset
20005
20006
20007 \begin_inset space \hfill{}
20008 \end_inset
20009
20010
20011 \begin_inset Tabular
20012 <lyxtabular version="3" rows="12" columns="2">
20013 <features rotate="0" tabularvalignment="middle">
20014 <column alignment="center" valignment="top" width="0pt">
20015 <column alignment="center" valignment="top" width="0pt">
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 Command
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 Result
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 iota
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\iota$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 kappa
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\kappa$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 varkappa
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\varkappa$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 lambda
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\lambda$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 mu
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\mu$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 nu
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\nu$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \backslash
20193 xi
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\xi$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 o
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $o$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 pi
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\pi$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 varpi
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $\varpi$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 <row>
20285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289
20290 \backslash
20291 rho
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 \begin_inset Formula $\rho$
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 </lyxtabular>
20310
20311 \end_inset
20312
20313
20314 \begin_inset space \hfill{}
20315 \end_inset
20316
20317
20318 \begin_inset Tabular
20319 <lyxtabular version="3" rows="11" columns="2">
20320 <features rotate="0" tabularvalignment="middle">
20321 <column alignment="center" valignment="top" width="0pt">
20322 <column alignment="center" valignment="top" width="0pt">
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 Command
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 Result
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 varrho
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\varrho$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 sigma
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\sigma$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 varsigma
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\varsigma$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 tau
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\tau$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 upsilon
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\upsilon$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 phi
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\phi$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 varphi
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\varphi$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \backslash
20525 chi
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\chi$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 psi
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\psi$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 omega
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\omega$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 </lyxtabular>
20594
20595 \end_inset
20596
20597
20598 \begin_inset space \hfill{}
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Standard
20605 \begin_inset VSpace medskip
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 How to create special upright Greek letters is explained in 
20613 \begin_inset CommandInset ref
20614 LatexCommand ref
20615 reference "sub:Upright-small-Greek"
20616
20617 \end_inset
20618
20619 .
20620 \end_layout
20621
20622 \begin_layout Subsection
20623 Big Letters
20624 \begin_inset Index idx
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628 Greek letters ! big
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \begin_layout Standard
20637 \begin_inset space \hfill{}
20638 \end_inset
20639
20640
20641 \begin_inset Tabular
20642 <lyxtabular version="3" rows="7" columns="2">
20643 <features rotate="0" tabularvalignment="middle">
20644 <column alignment="center" valignment="top" width="0pt">
20645 <column alignment="center" valignment="top" width="0pt">
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Command
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 Result
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 Gamma
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\Gamma$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 Delta
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\Delta$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 Theta
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\Theta$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 Lambda
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\Lambda$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 Xi
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\Xi$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 Pi
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\Pi$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 </lyxtabular>
20817
20818 \end_inset
20819
20820
20821 \begin_inset space \hfill{}
20822 \end_inset
20823
20824
20825 \begin_inset Tabular
20826 <lyxtabular version="3" rows="6" columns="2">
20827 <features rotate="0" tabularvalignment="middle">
20828 <column alignment="center" valignment="top" width="0pt">
20829 <column alignment="center" valignment="top" width="0pt">
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 Command
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 Result
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855
20856 \backslash
20857 Sigma
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $\Sigma$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \backslash
20882 Upsilon
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 \begin_inset Formula $\Upsilon$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \backslash
20907 Phi
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\Phi$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 Psi
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $\Psi$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955
20956 \backslash
20957 Omega
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 \begin_inset Formula $\Omega$
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 </lyxtabular>
20976
20977 \end_inset
20978
20979
20980 \begin_inset space \hfill{}
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Standard
20987 \begin_inset VSpace medskip
20988 \end_inset
20989
20990 That the big Greek letters appear upright is caused by a design bug when
20991  TeX was developed.
20992  To get correct italic big letters, begin every command with 
20993 \series bold
20994 var
20995 \series default
20996 .
20997  For example the command 
20998 \series bold
20999
21000 \backslash
21001 varGamma
21002 \series default
21003  produces 
21004 \begin_inset Formula $\varGamma$
21005 \end_inset
21006
21007 .
21008  Another way is to load the package 
21009 \series bold
21010 fixmath
21011 \series default
21012
21013 \begin_inset Foot
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017
21018 \series bold
21019 fixmath
21020 \series default
21021  is part of the LaTeX-package 
21022 \series bold
21023 was
21024 \series default
21025
21026 \begin_inset Index idx
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030 Packages ! was
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035
21036
21037 \backslash
21038 vspace{4mm}
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047
21048 .
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \begin_inset Index idx
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058 Packages ! fixmath
21059 \end_layout
21060
21061 \end_inset
21062
21063  with the LaTeX-preamble line
21064 \end_layout
21065
21066 \begin_layout Standard
21067
21068 \series bold
21069
21070 \backslash
21071 usepackage{fixmath}
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Then all big Greek letters in a document will automatically be typeset italic.
21076 \end_layout
21077
21078 \begin_layout Subsection
21079 Bold Letters
21080 \begin_inset Index idx
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 Greek letters ! bold
21085 \end_layout
21086
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \begin_layout Standard
21093 Greek letters cannot be set with different font styles like Latin letters.
21094  They can only be made bold with the command 
21095 \series bold
21096
21097 \backslash
21098 boldsymbol
21099 \series default
21100
21101 \begin_inset Index idx
21102 status collapsed
21103
21104 \begin_layout Plain Layout
21105 Commands ! B ! 
21106 \backslash
21107 boldsymbol
21108 \end_layout
21109
21110 \end_inset
21111
21112 .
21113 \end_layout
21114
21115 \begin_layout Standard
21116 \align center
21117 \begin_inset Tabular
21118 <lyxtabular version="3" rows="3" columns="2">
21119 <features rotate="0" tabularvalignment="middle">
21120 <column alignment="center" valignment="top">
21121 <column alignment="center" valignment="top">
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 Command
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 Result
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 Upsilon
21150 \backslash
21151 boldsymbol
21152 \backslash
21153 Upsilon
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 theta
21179 \backslash
21180 boldsymbol
21181 \backslash
21182 theta
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\theta\boldsymbol{\theta}$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 </lyxtabular>
21201
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \begin_layout Section
21208 Symbols
21209 \begin_inset ERT
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213
21214
21215 \backslash
21216 texorpdfstring{
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \begin_inset Foot
21223 status collapsed
21224
21225 \begin_layout Plain Layout
21226 A list with all symbols of most of the LaTeX-packages can be found in 
21227 \begin_inset CommandInset citation
21228 LatexCommand cite
21229 key "Symbols"
21230
21231 \end_inset
21232
21233 .
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset ERT
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243
21244 }{}
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset Note Note
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21257 \end_layout
21258
21259 \begin_layout Plain Layout
21260 More about 
21261 \backslash
21262 texorpdfstring is in section 
21263 \begin_inset CommandInset ref
21264 LatexCommand ref
21265 reference "sub:Formulas-in-Section"
21266
21267 \end_inset
21268
21269 .
21270 \end_layout
21271
21272 \end_inset
21273
21274
21275 \begin_inset Index idx
21276 status collapsed
21277
21278 \begin_layout Plain Layout
21279 Symbols
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288 Many of the symbols listed in this section can also be inserted via the
21289  toolbar buttons 
21290 \begin_inset Graphics
21291         filename ../images/math/nabla.png
21292         scale 85
21293
21294 \end_inset
21295
21296  and 
21297 \begin_inset Graphics
21298         filename ../images/math/digamma.png
21299         scale 85
21300
21301 \end_inset
21302
21303 .
21304 \end_layout
21305
21306 \begin_layout Subsection
21307 Mathematical Symbols
21308 \begin_inset CommandInset label
21309 LatexCommand label
21310 name "sub:Mathematical-Symbols"
21311
21312 \end_inset
21313
21314
21315 \begin_inset Index idx
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319 Symbols ! mathematical
21320 \end_layout
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 \begin_inset space \hfill{}
21329 \end_inset
21330
21331
21332 \begin_inset Tabular
21333 <lyxtabular version="3" rows="10" columns="2">
21334 <features rotate="0" tabularvalignment="middle">
21335 <column alignment="center" valignment="top" width="0pt">
21336 <column alignment="center" valignment="top" width="0pt">
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 Command
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 Result
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 neg
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\neg$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 Im
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\Im$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 Re
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\Re$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 aleph
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\aleph$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 partial
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\partial$
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 infty
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\infty$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 wp
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\wp$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 imath
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\imath$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 jmath
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\jmath$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 </lyxtabular>
21583
21584 \end_inset
21585
21586
21587 \begin_inset space \hfill{}
21588 \end_inset
21589
21590
21591 \begin_inset Tabular
21592 <lyxtabular version="3" rows="10" columns="2">
21593 <features rotate="0" tabularvalignment="middle">
21594 <column alignment="center" valignment="top" width="0pt">
21595 <column alignment="center" valignment="top" width="0pt">
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 Command
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 Result
21611 \begin_inset Note Note
21612 status collapsed
21613
21614 \begin_layout Plain Layout
21615
21616 \series bold
21617
21618 \backslash
21619 raisebox
21620 \series default
21621  is only used as spacer.
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 forall
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\forall$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 exists
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\exists$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 nexists
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\nexists$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 emptyset
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\emptyset$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 varnothing
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\varnothing$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 dag
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\dag$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 ddag
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\ddag$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 complement
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset ERT
21824 status collapsed
21825
21826 \begin_layout Plain Layout
21827
21828
21829 \backslash
21830 raisebox{-0.8mm}{
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \begin_inset Formula $\complement$
21837 \end_inset
21838
21839
21840 \begin_inset ERT
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844
21845 }
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 </row>
21856 <row>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861
21862 \backslash
21863 Bbbk
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 \begin_inset Formula $\Bbbk$
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 </row>
21881 </lyxtabular>
21882
21883 \end_inset
21884
21885
21886 \begin_inset space \hfill{}
21887 \end_inset
21888
21889
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="10" columns="2">
21892 <features rotate="0" tabularvalignment="middle">
21893 <column alignment="center" valignment="top" width="0pt">
21894 <column alignment="center" valignment="top" width="0pt">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 Command
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Result
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 prime
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\prime$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 backprime
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\backprime$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 mho
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\mho$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 triangle
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\triangle$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 angle
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\angle$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 measuredangle
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\measuredangle$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 sphericalangle
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\sphericalangle$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 top
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\top$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 bot
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\bot$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \begin_inset space \hfill{}
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Subsection
22152 Miscellaneous Symbols
22153 \begin_inset CommandInset label
22154 LatexCommand label
22155 name "sub:Miscellaneous-Symbols"
22156
22157 \end_inset
22158
22159
22160 \begin_inset Index idx
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164 Symbols ! miscellaneous
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \begin_layout Standard
22173 \noindent
22174 \align center
22175 \begin_inset Tabular
22176 <lyxtabular version="3" rows="10" columns="2">
22177 <features rotate="0" tabularvalignment="middle">
22178 <column alignment="center" valignment="top" width="0pt">
22179 <column alignment="center" valignment="top" width="0pt">
22180 <row>
22181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 Command
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 Result
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 flat
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\flat$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 natural
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\natural$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 sharp
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\sharp$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 surd
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\surd$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 checkmark
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\checkmark$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 yen
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\yen$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 pounds
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\pounds$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 $
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\$$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 §
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $§$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 </lyxtabular>
22422
22423 \end_inset
22424
22425
22426 \begin_inset Tabular
22427 <lyxtabular version="3" rows="10" columns="2">
22428 <features rotate="0" tabularvalignment="middle">
22429 <column alignment="center" valignment="top">
22430 <column alignment="center" valignment="top">
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 Command
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Result
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 hbar
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\hbar$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \backslash
22483 hslash
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\hslash$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \backslash
22508 clubsuit
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\clubsuit$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 spadesuit
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 \begin_inset Formula $\spadesuit$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \backslash
22558 bigstar
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset Formula $\bigstar$
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 </row>
22576 <row>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \backslash
22583 blacklozenge
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Formula $\blacklozenge$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 blacktriangle
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\blacktriangle$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 blacktiangledown
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\blacktriangledown$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 bullet
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\bullet$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 </lyxtabular>
22677
22678 \end_inset
22679
22680
22681 \begin_inset Tabular
22682 <lyxtabular version="3" rows="10" columns="2">
22683 <features rotate="0" tabularvalignment="middle">
22684 <column alignment="center" valignment="top" width="0pt">
22685 <column alignment="center" valignment="top" width="0pt">
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 Command
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 Result
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \backslash
22713 diamondsuit
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Formula $\diamondsuit$
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \backslash
22738 Diamond
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\Diamond$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 heartsuit
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset Formula $\heartsuit$
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786
22787 \backslash
22788 P
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 \begin_inset Formula $\P$
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811
22812 \backslash
22813 copyright
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 \begin_inset Formula $\copyright$
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 </row>
22831 <row>
22832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836
22837 \backslash
22838 circledR
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 \begin_inset Formula $\circledR$
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 <row>
22857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861
22862 \backslash
22863 maltese
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 \begin_inset Formula $\maltese$
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886
22887 \backslash
22888 diagup
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $\diagup$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 </row>
22906 <row>
22907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911
22912 \backslash
22913 diagdown
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 \begin_inset Formula $\diagdown$
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 </lyxtabular>
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset VSpace medskip
22940 \end_inset
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 Some symbols can be displayed in different sizes, see 
22946 \begin_inset CommandInset ref
22947 LatexCommand ref
22948 reference "sub:Font-Sizes"
22949
22950 \end_inset
22951
22952 .
22953 \end_layout
22954
22955 \begin_layout Subsection
22956 The Euro-Symbol €
22957 \begin_inset Index idx
22958 status collapsed
22959
22960 \begin_layout Plain Layout
22961 Symbols ! Euro-symbol
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \begin_inset Index idx
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 @
22974 \begin_inset ERT
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978
22979
22980 \backslash
22981 officialeuro
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \begin_layout Standard
22995 To use the Euro symbol in formulas, the LaTeX-package 
22996 \series bold
22997 eurosym
22998 \series default
22999
23000 \begin_inset Index idx
23001 status collapsed
23002
23003 \begin_layout Plain Layout
23004 Packages ! eurosym
23005 \end_layout
23006
23007 \end_inset
23008
23009  must be installed and loaded with the LaTeX-preamble line
23010 \end_layout
23011
23012 \begin_layout Standard
23013
23014 \series bold
23015
23016 \backslash
23017 usepackage[gennarrow]{eurosym}
23018 \end_layout
23019
23020 \begin_layout Standard
23021 The Euro symbol can now be inserted with the command 
23022 \series bold
23023
23024 \backslash
23025 euro
23026 \series default
23027
23028 \begin_inset Index idx
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032 Commands ! E ! 
23033 \backslash
23034 euro
23035 \end_layout
23036
23037 \end_inset
23038
23039 .
23040 \end_layout
23041
23042 \begin_layout Standard
23043 The Euro symbol can directly be inserted with the € key in mathematical
23044  text, without having 
23045 \series bold
23046 eurosym
23047 \series default
23048  installed.
23049  When 
23050 \series bold
23051 eurosym
23052 \series default
23053  is installed, 
23054 \series bold
23055
23056 \backslash
23057 euro
23058 \series default
23059  can also be inserted in TeX-mode.
23060  The official currency symbol can then be inserted with the command 
23061 \series bold
23062
23063 \backslash
23064 officialeuro
23065 \series default
23066
23067 \begin_inset Index idx
23068 status collapsed
23069
23070 \begin_layout Plain Layout
23071 Commands ! O ! 
23072 \backslash
23073 officialeuro
23074 \end_layout
23075
23076 \end_inset
23077
23078 , that is only available in TeX-mode.
23079 \end_layout
23080
23081 \begin_layout Standard
23082 \begin_inset ERT
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086
23087
23088 \backslash
23089 ifeurosym 
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \begin_inset Note Note
23096 status open
23097
23098 \begin_layout Plain Layout
23099 The following table will only be displayed when the LaTeX-package 
23100 \series bold
23101 eurosym
23102 \series default
23103  is installed.
23104 \end_layout
23105
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \begin_layout Standard
23112 An overview about the different Euro symbols:
23113 \end_layout
23114
23115 \begin_layout Standard
23116 \align center
23117 \begin_inset Tabular
23118 <lyxtabular version="3" rows="4" columns="3">
23119 <features rotate="0" tabularvalignment="middle">
23120 <column alignment="center" valignment="top" width="0pt">
23121 <column alignment="center" valignment="top" width="0pt">
23122 <column alignment="center" valignment="top" width="0pt">
23123 <row>
23124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 Command 
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 Result
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 <row>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 formula
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 euro
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\euro$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 mathematical text
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 \begin_inset Formula $\mbox{€}$
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 </row>
23218 <row>
23219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 TeX-mode
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \backslash
23234 officialeuro
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 \begin_inset ERT
23244 status collapsed
23245
23246 \begin_layout Plain Layout
23247
23248
23249 \backslash
23250 officialeuro
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 </lyxtabular>
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 \begin_inset ERT
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273
23274
23275 \backslash
23276 else 
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \begin_inset Note Note
23283 status open
23284
23285 \begin_layout Plain Layout
23286 The following will be displayed when the LaTeX-package 
23287 \series bold
23288 eurosym
23289 \series default
23290  is not installed:
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \begin_layout Standard
23299 You need to install the LaTeX-package 
23300 \series bold
23301 eurosym
23302 \series default
23303  to see the rest of this subsection in the output.
23304 \end_layout
23305
23306 \begin_layout Standard
23307 \begin_inset ERT
23308 status collapsed
23309
23310 \begin_layout Plain Layout
23311
23312
23313 \backslash
23314 fi 
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Section
23323 Relations
23324 \begin_inset CommandInset label
23325 LatexCommand label
23326 name "sec:Relations"
23327
23328 \end_inset
23329
23330
23331 \begin_inset Index idx
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335 Relations
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \begin_inset Index idx
23342 status collapsed
23343
23344 \begin_layout Plain Layout
23345 Comparisons|see
23346 \begin_inset ERT
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350
23351 {
23352 \end_layout
23353
23354 \end_inset
23355
23356 Relations
23357 \begin_inset ERT
23358 status collapsed
23359
23360 \begin_layout Plain Layout
23361
23362 }
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \begin_layout Standard
23376 All relations can also be inserted via the toolbar button 
23377 \begin_inset Graphics
23378         filename ../images/math/leq.png
23379         scale 85
23380
23381 \end_inset
23382
23383 .
23384 \end_layout
23385
23386 \begin_layout Standard
23387 \begin_inset space \hfill{}
23388 \end_inset
23389
23390
23391 \begin_inset Tabular
23392 <lyxtabular version="3" rows="17" columns="2">
23393 <features rotate="0" tabularvalignment="middle">
23394 <column alignment="center" valignment="top" width="0pt">
23395 <column alignment="center" valignment="top" width="0pt">
23396 <row>
23397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 Command
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 Result
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 </row>
23416 <row>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 <
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $<$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 le
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\le$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 ll
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\ll$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 prec
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\prec$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 preceq
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\preceq$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 subset
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\subset$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 subseteq
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\subseteq$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 sqsubseteq
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\sqsubseteq$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 in
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\in$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 <row>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \backslash
23646 vdash
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 \begin_inset Formula $\vdash$
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 smile
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $\smile$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 lhd
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\lhd$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719
23720 \backslash
23721 unlhd
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $\unlhd$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \backslash
23746 gtrless
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\gtrless$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 mid
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\mid$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 nmid
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\nmid$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 </lyxtabular>
23815
23816 \end_inset
23817
23818
23819 \begin_inset space \hfill{}
23820 \end_inset
23821
23822
23823 \begin_inset Tabular
23824 <lyxtabular version="3" rows="17" columns="2">
23825 <features rotate="0" tabularvalignment="middle">
23826 <column alignment="center" valignment="top" width="0pt">
23827 <column alignment="center" valignment="top" width="0pt">
23828 <row>
23829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 Command
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 Result
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 </row>
23848 <row>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 =
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 \begin_inset Formula $=$
23863 \end_inset
23864
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 not=
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 \begin_inset Formula $\not=$
23888 \end_inset
23889
23890
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 </row>
23896 <row>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 equiv
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912 \begin_inset Formula $\equiv$
23913 \end_inset
23914
23915
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 sim
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937 \begin_inset Formula $\sim$
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 </row>
23946 <row>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951
23952 \backslash
23953 simeq
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962 \begin_inset Formula $\simeq$
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 </row>
23971 <row>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976
23977 \backslash
23978 approx
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 \begin_inset Formula $\approx$
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 </row>
23996 <row>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001
24002 \backslash
24003 cong
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012 \begin_inset Formula $\cong$
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019 </cell>
24020 </row>
24021 <row>
24022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026
24027 \backslash
24028 bowtie
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 \begin_inset Formula $\bowtie$
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 </row>
24046 <row>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \backslash
24053 notin
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062 \begin_inset Formula $\notin$
24063 \end_inset
24064
24065
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 </row>
24071 <row>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076
24077 \backslash
24078 perp
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 \begin_inset Formula $\perp$
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 </row>
24096 <row>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \backslash
24103 propto
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Formula $\propto$
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 </row>
24121 <row>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126
24127 \backslash
24128 asymp
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 \begin_inset Formula $\asymp$
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 <row>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151
24152 \backslash
24153 doteq
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 \begin_inset Formula $\doteq$
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 </row>
24171 <row>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \backslash
24178 circeq
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 \begin_inset Formula $\circeq$
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \backslash
24203 models
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 \begin_inset Formula $\models$
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 <row>
24222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \backslash
24228 widehat=
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 \begin_inset Formula $\widehat{=}$
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 </row>
24246 </lyxtabular>
24247
24248 \end_inset
24249
24250
24251 \begin_inset space \hfill{}
24252 \end_inset
24253
24254
24255 \begin_inset Tabular
24256 <lyxtabular version="3" rows="17" columns="2">
24257 <features rotate="0" tabularvalignment="middle">
24258 <column alignment="center" valignment="top" width="0pt">
24259 <column alignment="center" valignment="top" width="0pt">
24260 <row>
24261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 Command
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 Result
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 <row>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285 >
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294 \begin_inset Formula $>$
24295 \end_inset
24296
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 </row>
24303 <row>
24304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308
24309 \backslash
24310 ge
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319 \begin_inset Formula $\ge$
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 <row>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 gg
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 \begin_inset Formula $\gg$
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 </row>
24353 <row>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 succ
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 \begin_inset Formula $\succ$
24370 \end_inset
24371
24372
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 succeq
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 \begin_inset Formula $\succeq$
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 </row>
24403 <row>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 supset
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419 \begin_inset Formula $\supset$
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 </row>
24428 <row>
24429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24430 \begin_inset Text
24431
24432 \begin_layout Plain Layout
24433
24434 \backslash
24435 supseteq
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444 \begin_inset Formula $\supseteq$
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 sqsupseteq
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469 \begin_inset Formula $\sqsupseteq$
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 ni
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494 \begin_inset Formula $\ni$
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 </row>
24503 <row>
24504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508
24509 \backslash
24510 dashv
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 \begin_inset Formula $\dashv$
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 </row>
24528 <row>
24529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533
24534 \backslash
24535 frown
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 \begin_inset Formula $\frown$
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 </row>
24553 <row>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 rhd
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Formula $\rhd$
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 </row>
24578 <row>
24579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 unrhd
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594 \begin_inset Formula $\unrhd$
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 lessgtr
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619 \begin_inset Formula $\lessgtr$
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 </row>
24628 <row>
24629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 parallel
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 \begin_inset Formula $\parallel$
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 </row>
24653 <row>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 nparallel
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 \begin_inset Formula $\nparallel$
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 </lyxtabular>
24679
24680 \end_inset
24681
24682
24683 \begin_inset space \hfill{}
24684 \end_inset
24685
24686
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset VSpace medskip
24691 \end_inset
24692
24693 The characters 
24694 \series bold
24695
24696 \backslash
24697 lhd
24698 \series default
24699  and 
24700 \series bold
24701
24702 \backslash
24703 rhd
24704 \series default
24705  are bigger than the equal looking operators 
24706 \series bold
24707
24708 \backslash
24709 triangleleft
24710 \series default
24711  and 
24712 \series bold
24713
24714 \backslash
24715 triangleright
24716 \series default
24717 , respectively.
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Relations are, in contrary to symbols, always surrounded by space.
24722 \end_layout
24723
24724 \begin_layout Standard
24725 Relations with labels can be created with the command 
24726 \series bold
24727
24728 \backslash
24729 stackrel
24730 \series default
24731
24732 \begin_inset Index idx
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736 Commands ! S ! 
24737 \backslash
24738 stackrel
24739 \end_layout
24740
24741 \end_inset
24742
24743 :
24744 \end_layout
24745
24746 \begin_layout Standard
24747 \align center
24748 \begin_inset Tabular
24749 <lyxtabular version="3" rows="2" columns="2">
24750 <features rotate="0" tabularvalignment="middle">
24751 <column alignment="center" valignment="top">
24752 <column alignment="center" valignment="top">
24753 <row>
24754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758 Command
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767 Result
24768 \begin_inset Note Note
24769 status collapsed
24770
24771 \begin_layout Plain Layout
24772
24773 \series bold
24774
24775 \backslash
24776 raisebox
24777 \series default
24778  is only used as spacer.
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 </row>
24789 <row>
24790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 A(r)
24795 \backslash
24796 stackrel
24797 \begin_inset ERT
24798 status collapsed
24799
24800 \begin_layout Plain Layout
24801
24802
24803 \backslash
24804 spce 
24805 \end_layout
24806
24807 \end_inset
24808
24809 r
24810 \backslash
24811 to
24812 \backslash
24813 infty
24814 \begin_inset ERT
24815 status collapsed
24816
24817 \begin_layout Plain Layout
24818
24819
24820 \backslash
24821 spce 
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \begin_inset Formula $\downarrow$
24828 \end_inset
24829
24830
24831 \backslash
24832 approx
24833 \begin_inset ERT
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837
24838
24839 \backslash
24840 spce 
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 spce 
24854 \end_layout
24855
24856 \end_inset
24857
24858 B
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 </row>
24876 </lyxtabular>
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \begin_layout Section
24884 Functions
24885 \end_layout
24886
24887 \begin_layout Subsection
24888 Predefined Functions
24889 \begin_inset CommandInset label
24890 LatexCommand label
24891 name "sub:Predefined-Functions"
24892
24893 \end_inset
24894
24895
24896 \begin_inset Index idx
24897 status collapsed
24898
24899 \begin_layout Plain Layout
24900 Functions ! predefined
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \begin_layout Standard
24909 In general, variables are set 
24910 \emph on
24911 italic
24912 \emph default
24913  in mathematical expressions, but not function names, because 
24914 \begin_inset Formula $sin$
24915 \end_inset
24916
24917  could be misunderstood as 
24918 \begin_inset Formula $s\cdot i\cdot n$
24919 \end_inset
24920
24921 .
24922  Therefore there are predefined functionswhich are additionally a bit separated
24923  from prefactors.
24924  They are inserted as commands starting with a backslash before their name.
24925 \end_layout
24926
24927 \begin_layout Standard
24928 \align center
24929 \begin_inset Tabular
24930 <lyxtabular version="3" rows="2" columns="4">
24931 <features rotate="0" tabularvalignment="middle">
24932 <column alignment="center" valignment="top" width="0pt">
24933 <column alignment="center" valignment="top" width="0pt">
24934 <column alignment="center" valignment="top" width="0pt">
24935 <column alignment="center" valignment="top" width="0pt">
24936 <row>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 Command
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 Result
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 Command
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 Result
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 </row>
24974 <row>
24975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 Asin(x)+B
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Formula $Asin(x)+B$
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000 A
25001 \backslash
25002 sin(x)+B
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011 \begin_inset Formula $A\sin(x)+B$
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 </lyxtabular>
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 The following functions are predefined:
25029 \end_layout
25030
25031 \begin_layout Standard
25032 \begin_inset VSpace -2mm
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 \align center
25040 \begin_inset Tabular
25041 <lyxtabular version="3" rows="9" columns="4">
25042 <features rotate="0" tabularvalignment="middle">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <column alignment="center" valignment="top" width="0pt">
25046 <column alignment="center" valignment="top" width="0pt">
25047 <row>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 Command
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 Command
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Command
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079 Command
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 </row>
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090
25091 \backslash
25092 sin
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 sinh
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 arcsin
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 sup
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 </row>
25131 <row>
25132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25133 \begin_inset Text
25134
25135 \begin_layout Plain Layout
25136
25137 \backslash
25138 cos
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25144 \begin_inset Text
25145
25146 \begin_layout Plain Layout
25147
25148 \backslash
25149 cosh
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 arccos
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 inf
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 </row>
25177 <row>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182
25183 \backslash
25184 tan
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \backslash
25195 tanh
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 arctan
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 lim
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 </row>
25223 <row>
25224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25225 \begin_inset Text
25226
25227 \begin_layout Plain Layout
25228
25229 \backslash
25230 cot
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25236 \begin_inset Text
25237
25238 \begin_layout Plain Layout
25239
25240 \backslash
25241 coth
25242 \end_layout
25243
25244 \end_inset
25245 </cell>
25246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 arg
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \backslash
25263 liminf
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 sec
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285
25286 \backslash
25287 min
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296
25297 \backslash
25298 deg
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307
25308 \backslash
25309 limsup
25310 \end_layout
25311
25312 \end_inset
25313 </cell>
25314 </row>
25315 <row>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 csc
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331
25332 \backslash
25333 max
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342
25343 \backslash
25344 det
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353
25354 \backslash
25355 Pr
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 </row>
25361 <row>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366
25367 \backslash
25368 ln
25369 \end_layout
25370
25371 \end_inset
25372 </cell>
25373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377
25378 \backslash
25379 exp
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388
25389 \backslash
25390 dim
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399
25400 \backslash
25401 hom
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 </row>
25407 <row>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 lg
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423
25424 \backslash
25425 log
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \backslash
25436 ker
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445
25446 \backslash
25447 gcd
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 </row>
25453 </lyxtabular>
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 They can also be inserted with the math toolbar button 
25462 \begin_inset Graphics
25463         filename ../images/math/functions.png
25464         scale 85
25465
25466 \end_inset
25467
25468 .
25469 \end_layout
25470
25471 \begin_layout Subsection
25472 Self-defined Functions
25473 \begin_inset Index idx
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 Functions ! self-defined
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 To use a function that is not predefined, like for example the sign function
25487  sgn(x), there are two possibilities:
25488 \end_layout
25489
25490 \begin_layout Itemize
25491 Define the function by inserting the following line to the LaTeX-preamble
25492 \begin_inset Foot
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496 For more about 
25497 \series bold
25498
25499 \backslash
25500 DeclareMathOperator
25501 \series default
25502  see 
25503 \begin_inset CommandInset ref
25504 LatexCommand ref
25505 reference "sub:Self-defined-Operators"
25506
25507 \end_inset
25508
25509 .
25510 \end_layout
25511
25512 \end_inset
25513
25514
25515 \begin_inset Newline newline
25516 \end_inset
25517
25518
25519 \begin_inset VSpace -3mm
25520 \end_inset
25521
25522
25523 \begin_inset Newline newline
25524 \end_inset
25525
25526
25527 \series bold
25528
25529 \backslash
25530 DeclareMathOperator{
25531 \backslash
25532 sgn}{sgn}
25533 \series default
25534
25535 \begin_inset Index idx
25536 status collapsed
25537
25538 \begin_layout Plain Layout
25539 Commands ! D ! 
25540 \backslash
25541 dbinom@
25542 \backslash
25543 DeclareMathOperator
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \begin_inset Newline newline
25550 \end_inset
25551
25552
25553 \begin_inset VSpace -2mm
25554 \end_inset
25555
25556
25557 \begin_inset Newline newline
25558 \end_inset
25559
25560 Now the new defined function can be called with the command 
25561 \series bold
25562
25563 \backslash
25564 sgn
25565 \series default
25566 .
25567 \end_layout
25568
25569 \begin_layout Itemize
25570 Write the formula as usual, mark the formula name, in our example the letters
25571  
25572 \emph on
25573 sgn
25574 \emph default
25575 , and change it to mathematical text.
25576  Finally, a space is inserted between prefactor and function.
25577 \end_layout
25578
25579 \begin_layout Standard
25580 The result is the same with both methods as with a predefined function
25581 \begin_inset Foot
25582 status collapsed
25583
25584 \begin_layout Plain Layout
25585 In LyX self-defined functions are displayed red, predefined ones black.
25586 \end_layout
25587
25588 \end_inset
25589
25590 :
25591 \end_layout
25592
25593 \begin_layout Standard
25594 \align center
25595 \begin_inset Tabular
25596 <lyxtabular version="3" rows="3" columns="2">
25597 <features rotate="0" tabularvalignment="middle">
25598 <column alignment="center" valignment="top" width="0pt">
25599 <column alignment="center" valignment="top" width="0pt">
25600 <row>
25601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 Command
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 Result
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 </row>
25620 <row>
25621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625 A
25626 \backslash
25627 sgn(x)+B
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 \begin_inset Formula $A\sgn(x)+B$
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 A
25651 \backslash
25652 ,
25653 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25654 \end_inset
25655
25656 (x)+B
25657 \end_layout
25658
25659 \end_inset
25660 </cell>
25661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 </lyxtabular>
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 The first method is more suitable when the self-defined function should
25683  be used several times.
25684 \end_layout
25685
25686 \begin_layout Subsection
25687 Limits
25688 \begin_inset Index idx
25689 status collapsed
25690
25691 \begin_layout Plain Layout
25692 Limits
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Standard
25701 For limits, in addition to the commands 
25702 \series bold
25703
25704 \backslash
25705 lim
25706 \series default
25707
25708 \begin_inset Index idx
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712 Commands ! L ! 
25713 \backslash
25714 lim
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \series bold
25721
25722 \backslash
25723 liminf
25724 \series default
25725  and 
25726 \series bold
25727
25728 \backslash
25729 limsup
25730 \series default
25731  the following functions are defined:
25732 \end_layout
25733
25734 \begin_layout Standard
25735 \align center
25736 \begin_inset Tabular
25737 <lyxtabular version="3" rows="5" columns="2">
25738 <features rotate="0" tabularvalignment="middle">
25739 <column alignment="center" valignment="top">
25740 <column alignment="center" valignment="top">
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Command
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 Result
25756 \begin_inset Note Note
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761 \series bold
25762
25763 \backslash
25764 raisebox
25765 \series default
25766  is only used as spacer.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 varliminf
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793 \begin_inset Formula $\varliminf$
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 varlimsup
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset Formula $\varlimsup$
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 <row>
25828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 varprojlim
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843 \begin_inset Formula $\varprojlim$
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 </row>
25852 <row>
25853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \backslash
25859 varinjlim
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset Formula $\varinjlim$
25869 \end_inset
25870
25871
25872 \begin_inset Formula $\raisebox{-2.5mm}{}$
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 </row>
25881 </lyxtabular>
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Standard
25889 \begin_inset VSpace medskip
25890 \end_inset
25891
25892 The limit is created by inserting a subscript.
25893  It is set right beside the function in an inline formula:
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \align center
25898 \begin_inset Tabular
25899 <lyxtabular version="3" rows="2" columns="2">
25900 <features rotate="0" tabularvalignment="middle">
25901 <column alignment="center" valignment="top" width="0pt">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <row>
25904 <cell alignment="center" valignment="top" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 Command
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 <cell alignment="center" valignment="top" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917 \begin_inset space \hspace{}
25918 \length 1cm
25919 \end_inset
25920
25921 Result
25922 \begin_inset Note Note
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 The space and
25927 \series bold
25928  
25929 \backslash
25930 raisebox
25931 \series default
25932  are used here as spacer.
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="center" valignment="top" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 lim_x
25951 \backslash
25952 to
25953 \begin_inset ERT
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957
25958
25959 \backslash
25960 spce 
25961 \end_layout
25962
25963 \end_inset
25964
25965 A
25966 \begin_inset ERT
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970
25971
25972 \backslash
25973 spce 
25974 \end_layout
25975
25976 \end_inset
25977
25978 x=B
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell alignment="center" valignment="top" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 </row>
25996 </lyxtabular>
25997
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \begin_layout Standard
26004 In a displayed formula the limit is set below the formula, as usual:
26005 \begin_inset Formula 
26006 \[
26007 \lim_{x\to A}x=B
26008 \]
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Subsection
26016 Modulo-Functions
26017 \begin_inset Index idx
26018 status collapsed
26019
26020 \begin_layout Plain Layout
26021 Functions ! modulo-
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 The modulo-function is special, because it exists in four variants.
26031  The variants in a displayed formula are:
26032 \begin_inset Formula 
26033 \begin{align*}
26034 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26035 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26036 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26037 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26038 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26039 \end{align*}
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 In an inline formula less space is set before the function names for all
26048  variants.
26049  By default the modulo-functions take only the first following character
26050  into account.
26051  To use more than one character, one has to put them into TeX-braces:
26052 \begin_inset Formula 
26053 \begin{align*}
26054 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26055 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26056 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26057 \end{align*}
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Section
26065 Special Characters
26066 \begin_inset Index idx
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 Special characters
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \begin_layout Subsection
26079 Special Characters in Mathematical Text
26080 \end_layout
26081
26082 \begin_layout Standard
26083 The following commands can only be used in mathematical text or in TeX-mode:
26084 \end_layout
26085
26086 \begin_layout Standard
26087 \begin_inset space \hfill{}
26088 \end_inset
26089
26090
26091 \begin_inset Tabular
26092 <lyxtabular version="3" rows="8" columns="2">
26093 <features rotate="0" tabularvalignment="middle">
26094 <column alignment="block" valignment="top">
26095 <column alignment="block" valignment="top">
26096 <row>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 Command
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 Result
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 <row>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121
26122 \backslash
26123 oe
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 \begin_inset Formula $\textrm{œ}$
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 </row>
26141 <row>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \backslash
26148 OE
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 \begin_inset Formula $\textrm{Œ}$
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 ae
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 \begin_inset Formula $\textrm{æ}$
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 AE
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 \begin_inset Formula $\textrm{Æ}$
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \backslash
26223 aa
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232 \begin_inset Formula $\textrm{\aa}$
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 </row>
26241 <row>
26242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246
26247 \backslash
26248 AA
26249 \begin_inset Index idx
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254 \backslash
26255 @
26256 \begin_inset ERT
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260
26261
26262 \backslash
26263 textrm{
26264 \backslash
26265 AA}
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284 \begin_inset Formula $\textrm{Å}$
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298
26299 \backslash
26300 i
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 \begin_inset Formula $\textrm{ı}$
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 </row>
26318 </lyxtabular>
26319
26320 \end_inset
26321
26322
26323 \begin_inset space \hfill{}
26324 \end_inset
26325
26326
26327 \begin_inset Tabular
26328 <lyxtabular version="3" rows="8" columns="2">
26329 <features rotate="0" tabularvalignment="middle">
26330 <column alignment="block" valignment="top">
26331 <column alignment="center" valignment="top">
26332 <row>
26333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26334 \begin_inset Text
26335
26336 \begin_layout Plain Layout
26337 command
26338 \begin_inset Note Note
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342 The space of 0
26343 \begin_inset space \thinspace{}
26344 \end_inset
26345
26346 mm is used for separation, because otherwise the output will be ¡ and ¿
26347  respectively.
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 Result
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 o
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383 \begin_inset Formula $\textrm{ø}$
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 </row>
26392 <row>
26393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397
26398 \backslash
26399 O
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26405 \begin_inset Text
26406
26407 \begin_layout Plain Layout
26408 \begin_inset Formula $\textrm{Ø}$
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 </row>
26417 <row>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422
26423 \backslash
26424 l
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 \begin_inset Formula $\textrm{ł}$
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 </row>
26442 <row>
26443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447
26448 \backslash
26449 L
26450 \end_layout
26451
26452 \end_inset
26453 </cell>
26454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26455 \begin_inset Text
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Formula $\textrm{Ł}$
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 </row>
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 !
26473 \begin_inset space \hspace{}
26474 \length 0mm
26475 \end_inset
26476
26477 `
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483
26484 \backslash
26485 spce 
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 \begin_inset Formula $\textrm{!`}$
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 ?
26514 \begin_inset space \hspace{}
26515 \length 0mm
26516 \end_inset
26517
26518 `
26519 \begin_inset ERT
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523
26524
26525 \backslash
26526 spce 
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26537 \begin_inset Text
26538
26539 \begin_layout Plain Layout
26540 \begin_inset Formula $\textrm{?`}$
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 </row>
26549 <row>
26550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554
26555 \backslash
26556 j
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565 \begin_inset Formula $\textrm{ȷ}$
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 </row>
26574 </lyxtabular>
26575
26576 \end_inset
26577
26578
26579 \begin_inset space \hfill{}
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Standard
26586 The characters 
26587 \begin_inset Formula $\textrm{\textrm{Å}}$
26588 \end_inset
26589
26590  and 
26591 \begin_inset Formula $\textrm{\textrm{Ø}}$
26592 \end_inset
26593
26594  can also be inserted via the math toolbar button 
26595 \begin_inset Graphics
26596         filename ../images/math/digamma.png
26597         scale 85
26598
26599 \end_inset
26600
26601 .
26602 \end_layout
26603
26604 \begin_layout Standard
26605 An exception are the commands 
26606 \series bold
26607 !
26608 \begin_inset space \hspace{}
26609 \length 0mm
26610 \end_inset
26611
26612 `
26613 \series default
26614  and 
26615 \series bold
26616 ?
26617 \begin_inset space \hspace{}
26618 \length 0mm
26619 \end_inset
26620
26621 `
26622 \series default
26623 , because they can be inserted in LyX directly to text.
26624 \end_layout
26625
26626 \begin_layout Subsection
26627 Accents in Text
26628 \begin_inset CommandInset label
26629 LatexCommand label
26630 name "sub:Accents-in-Text"
26631
26632 \end_inset
26633
26634
26635 \begin_inset Index idx
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639 Accents ! in text
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Standard
26648 With the following commands all letters can be accented.
26649  The commands must be inserted in TeX-mode.
26650 \end_layout
26651
26652 \begin_layout Standard
26653 \begin_inset space \hfill{}
26654 \end_inset
26655
26656
26657 \begin_inset Tabular
26658 <lyxtabular version="3" rows="8" columns="2">
26659 <features rotate="0" tabularvalignment="middle">
26660 <column alignment="block" valignment="top">
26661 <column alignment="block" valignment="top">
26662 <row>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 Command
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 Result
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687
26688 \backslash
26689
26690 \begin_inset Quotes grd
26691 \end_inset
26692
26693 e
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 \begin_inset ERT
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706
26707
26708 \backslash
26709 "e
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 </row>
26720 <row>
26721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725
26726 \backslash
26727 `e
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740
26741
26742 \backslash
26743 `e
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 <row>
26755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759
26760 \backslash
26761 ^
26762 \begin_inset ERT
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766
26767
26768 \backslash
26769 spce 
26770 \end_layout
26771
26772 \end_inset
26773
26774 e
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 \begin_inset ERT
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787
26788
26789 \backslash
26790 ^e
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 </row>
26801 <row>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806
26807 \backslash
26808 =e
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 \begin_inset ERT
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821
26822
26823 \backslash
26824 =e
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 u
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 spce 
26851 \end_layout
26852
26853 \end_inset
26854
26855 e
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 u e
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 <row>
26883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887
26888 \backslash
26889 b
26890 \begin_inset ERT
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894
26895
26896 \backslash
26897 spce 
26898 \end_layout
26899
26900 \end_inset
26901
26902 e
26903 \end_layout
26904
26905 \end_inset
26906 </cell>
26907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911 \begin_inset ERT
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 b e
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 </row>
26929 <row>
26930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26931 \begin_inset Text
26932
26933 \begin_layout Plain Layout
26934
26935 \backslash
26936 t
26937 \begin_inset ERT
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941
26942
26943 \backslash
26944 spce 
26945 \end_layout
26946
26947 \end_inset
26948
26949 ee
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958 \begin_inset ERT
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962
26963
26964 \backslash
26965 t ee
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \end_inset
26974 </cell>
26975 </row>
26976 </lyxtabular>
26977
26978 \end_inset
26979
26980
26981 \begin_inset space \hfill{}
26982 \end_inset
26983
26984
26985 \begin_inset Tabular
26986 <lyxtabular version="3" rows="8" columns="2">
26987 <features rotate="0" tabularvalignment="middle">
26988 <column alignment="block" valignment="top">
26989 <column alignment="center" valignment="top">
26990 <row>
26991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995 Command
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004 Result
27005 \end_layout
27006
27007 \end_inset
27008 </cell>
27009 </row>
27010 <row>
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015
27016 \backslash
27017 H
27018 \begin_inset ERT
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022
27023
27024 \backslash
27025 spce 
27026 \end_layout
27027
27028 \end_inset
27029
27030 e
27031 \end_layout
27032
27033 \end_inset
27034 </cell>
27035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 H e
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 </row>
27057 <row>
27058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27059 \begin_inset Text
27060
27061 \begin_layout Plain Layout
27062
27063 \backslash
27064 'e
27065 \end_layout
27066
27067 \end_inset
27068 </cell>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 'e
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 ~e
27099 \begin_inset Index idx
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 Tilde
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 ~e
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 <row>
27136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27137 \begin_inset Text
27138
27139 \begin_layout Plain Layout
27140
27141 \backslash
27142 .e
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151 \begin_inset ERT
27152 status collapsed
27153
27154 \begin_layout Plain Layout
27155
27156
27157 \backslash
27158 .e
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 </row>
27169 <row>
27170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174
27175 \backslash
27176 v
27177 \begin_inset ERT
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181
27182
27183 \backslash
27184 spce 
27185 \end_layout
27186
27187 \end_inset
27188
27189 e
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 \begin_inset ERT
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 v e
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 </row>
27216 <row>
27217 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27218 \begin_inset Text
27219
27220 \begin_layout Plain Layout
27221
27222 \backslash
27223 d
27224 \begin_inset ERT
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228
27229
27230 \backslash
27231 spce 
27232 \end_layout
27233
27234 \end_inset
27235
27236 e
27237 \end_layout
27238
27239 \end_inset
27240 </cell>
27241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27242 \begin_inset Text
27243
27244 \begin_layout Plain Layout
27245 \begin_inset ERT
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249
27250
27251 \backslash
27252 d e
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \end_inset
27261 </cell>
27262 </row>
27263 <row>
27264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268
27269 \backslash
27270 c
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 spce 
27279 \end_layout
27280
27281 \end_inset
27282
27283 e
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292 \begin_inset ERT
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296
27297
27298 \backslash
27299 c e
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \end_inset
27308 </cell>
27309 </row>
27310 </lyxtabular>
27311
27312 \end_inset
27313
27314
27315 \begin_inset space \hfill{}
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \begin_inset VSpace medskip
27323 \end_inset
27324
27325 With the command 
27326 \series bold
27327
27328 \backslash
27329 t
27330 \series default
27331  also two different characters can be accented.
27332  The command 
27333 \series bold
27334
27335 \backslash
27336 t
27337 \begin_inset ERT
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 spce 
27345 \end_layout
27346
27347 \end_inset
27348
27349 sz
27350 \series default
27351  creates: 
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 t sz
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 The accents 
27369 \series bold
27370 `
27371 \series default
27372  , 
27373 \series bold
27374 '
27375 \series default
27376  and 
27377 \series bold
27378 ^
27379 \series default
27380  can in combination with vowels directly be inserted with the keyboard without
27381  using TeX-mode.
27382  The same applies for the tilde
27383 \begin_inset Foot
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387 This only applies for keyboards where the tilde is defined as accent.
27388 \end_layout
27389
27390 \end_inset
27391
27392  
27393 \series bold
27394 ~
27395 \series default
27396  in combination with 
27397 \emph on
27398 a
27399 \emph default
27400  , 
27401 \emph on
27402 n
27403 \emph default
27404  , or 
27405 \emph on
27406 o
27407 \emph default
27408 .
27409 \end_layout
27410
27411 \begin_layout Standard
27412 The commands 
27413 \series bold
27414
27415 \backslash
27416 b
27417 \series default
27418  , 
27419 \series bold
27420
27421 \backslash
27422 c
27423 \series default
27424  , 
27425 \series bold
27426
27427 \backslash
27428 d
27429 \series default
27430  , 
27431 \series bold
27432
27433 \backslash
27434 H
27435 \series default
27436  , 
27437 \series bold
27438
27439 \backslash
27440 t
27441 \series default
27442  , 
27443 \series bold
27444
27445 \backslash
27446 u
27447 \series default
27448  , 
27449 \series bold
27450
27451 \backslash
27452 v
27453 \series default
27454  and accents that are inserted directly with the keyboard are also available
27455  in mathematical text.
27456  For the other accents there are special math commands to be used in formulas,
27457  see 
27458 \begin_inset CommandInset ref
27459 LatexCommand ref
27460 reference "sub:Accents-for-one"
27461
27462 \end_inset
27463
27464 .
27465 \end_layout
27466
27467 \begin_layout Standard
27468 \begin_inset VSpace bigskip
27469 \end_inset
27470
27471 Furthermore, with the command 
27472 \series bold
27473
27474 \backslash
27475 textcircled
27476 \series default
27477
27478 \begin_inset Index idx
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482 Commands ! T ! 
27483 \backslash
27484 textcircled
27485 \end_layout
27486
27487 \end_inset
27488
27489  all numbers and letters can be set into a circle, quasi accented with a
27490  circle, similar to the copyright symbol.
27491 \end_layout
27492
27493 \begin_layout Standard
27494 \align center
27495 \begin_inset Tabular
27496 <lyxtabular version="3" rows="3" columns="2">
27497 <features rotate="0" tabularvalignment="middle">
27498 <column alignment="center" valignment="top">
27499 <column alignment="center" valignment="top">
27500 <row>
27501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27502 \begin_inset Text
27503
27504 \begin_layout Plain Layout
27505 Command
27506 \end_layout
27507
27508 \end_inset
27509 </cell>
27510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27511 \begin_inset Text
27512
27513 \begin_layout Plain Layout
27514 Result
27515 \begin_inset Note Note
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519
27520 \series bold
27521
27522 \backslash
27523 raisebox
27524 \series default
27525  is only used as spacer.
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \end_inset
27534 </cell>
27535 </row>
27536 <row>
27537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27538 \begin_inset Text
27539
27540 \begin_layout Plain Layout
27541
27542 \backslash
27543 textcircled{w}
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552 \begin_inset ERT
27553 status collapsed
27554
27555 \begin_layout Plain Layout
27556
27557
27558 \backslash
27559 textcircled{w}
27560 \end_layout
27561
27562 \end_inset
27563
27564
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 </row>
27570 <row>
27571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27572 \begin_inset Text
27573
27574 \begin_layout Plain Layout
27575
27576 \backslash
27577 Large 
27578 \backslash
27579 textcircled{
27580 \backslash
27581 normalsize
27582 \backslash
27583 protect
27584 \backslash
27585 raisebox{-1.5pt}{W}}
27586 \end_layout
27587
27588 \end_inset
27589 </cell>
27590 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27591 \begin_inset Text
27592
27593 \begin_layout Plain Layout
27594 \begin_inset Formula $\raisebox{4.5mm}{}$
27595 \end_inset
27596
27597
27598 \begin_inset ERT
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602
27603
27604 \backslash
27605 Large 
27606 \backslash
27607 textcircled{
27608 \backslash
27609 normalsize
27610 \backslash
27611 protect
27612 \backslash
27613 raisebox{-1.5pt}W}
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \begin_inset Formula $\raisebox{-2mm}{}$
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \end_inset
27626 </cell>
27627 </row>
27628 </lyxtabular>
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Standard
27636 One has to take care that the character fits in the circle.
27637  
27638 \series bold
27639
27640 \backslash
27641 Large
27642 \series default
27643
27644 \begin_inset Foot
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 see 
27649 \begin_inset CommandInset ref
27650 LatexCommand ref
27651 reference "sub:Font-Sizes"
27652
27653 \end_inset
27654
27655
27656 \end_layout
27657
27658 \end_inset
27659
27660  specifies thereby the size of the circle.
27661  With the help of 
27662 \series bold
27663
27664 \backslash
27665 raisebox
27666 \series default
27667
27668 \begin_inset Foot
27669 status collapsed
27670
27671 \begin_layout Plain Layout
27672 see 
27673 \begin_inset CommandInset ref
27674 LatexCommand ref
27675 reference "sub:Boxes-without-Frame"
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \end_inset
27683
27684  the character can be centered.
27685 \end_layout
27686
27687 \begin_layout Subsection
27688 Old-style Figures
27689 \begin_inset Index idx
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 Old-style Figures
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Standard
27702 Old-style figures (also known as old-style numerals) are created with the
27703  command 
27704 \series bold
27705
27706 \backslash
27707 oldstylenums
27708 \series default
27709
27710 \begin_inset Index idx
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714 Commands ! O ! 
27715 \backslash
27716 oldstylenums
27717 \end_layout
27718
27719 \end_inset
27720
27721 .
27722  The command can be used in formulas and in TeX-mode.
27723  The command scheme is:
27724 \end_layout
27725
27726 \begin_layout Standard
27727
27728 \series bold
27729
27730 \backslash
27731 oldstylenums{number}
27732 \end_layout
27733
27734 \begin_layout Standard
27735 The command 
27736 \series bold
27737
27738 \backslash
27739 oldstylenums{0123456789
27740 \series default
27741  produces: 
27742 \begin_inset Formula $\oldstylenums{0123456789}$
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Section
27749 Formula Styles
27750 \begin_inset CommandInset label
27751 LatexCommand label
27752 name "sec:Formula-Styles"
27753
27754 \end_inset
27755
27756
27757 \begin_inset Index idx
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761 Formula ! styles
27762 \end_layout
27763
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \begin_layout Itemize
27770 There are two different alignment styles:
27771 \end_layout
27772
27773 \begin_deeper
27774 \begin_layout Description
27775 Centered is the predefined standard
27776 \end_layout
27777
27778 \begin_layout Description
27779 Indented for this the option 
27780 \series bold
27781 fleqn
27782 \series default
27783  must be inserted in the menu 
27784 \family sans
27785 Document\SpecialChar \menuseparator
27786 Settings
27787 \family default
27788  under 
27789 \family sans
27790 Document
27791 \begin_inset space ~
27792 \end_inset
27793
27794 Class
27795 \end_layout
27796
27797 \begin_layout Standard
27798 When 
27799 \series bold
27800 Indented
27801 \series default
27802  is used, the indentation can be adjusted with the length 
27803 \series bold
27804
27805 \backslash
27806 mathindent
27807 \series default
27808
27809 \begin_inset Index idx
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813 Commands ! M ! 
27814 \backslash
27815 mathindent
27816 \end_layout
27817
27818 \end_inset
27819
27820 .
27821  Should the distance be 15
27822 \begin_inset space \thinspace{}
27823 \end_inset
27824
27825 mm, the following command line is inserted in the LaTeX-preamble
27826 \end_layout
27827
27828 \begin_layout Standard
27829
27830 \series bold
27831
27832 \backslash
27833 setlength{
27834 \backslash
27835 mathindent}{15mm}
27836 \end_layout
27837
27838 \begin_layout Standard
27839 When no length is specified, the predefined value of 30
27840 \begin_inset space \thinspace{}
27841 \end_inset
27842
27843 pt will be used.
27844 \end_layout
27845
27846 \end_deeper
27847 \begin_layout Itemize
27848 And two different numbering styles:
27849 \end_layout
27850
27851 \begin_deeper
27852 \begin_layout Description
27853 Right is the predefined standard
27854 \end_layout
27855
27856 \begin_layout Description
27857 Left for this the option 
27858 \series bold
27859 leqno
27860 \series default
27861  must be inserted in the menu 
27862 \family sans
27863 Document\SpecialChar \menuseparator
27864 Settings
27865 \family default
27866  under 
27867 \family sans
27868 Document
27869 \begin_inset space ~
27870 \end_inset
27871
27872 Class
27873 \end_layout
27874
27875 \end_deeper
27876 \begin_layout Standard
27877
27878 \series bold
27879 fleqn
27880 \series default
27881  and 
27882 \series bold
27883 leqno
27884 \series default
27885  can also be used together.
27886  In this case both options are inserted, separated by a comma.
27887 \end_layout
27888
27889 \begin_layout Standard
27890 The chosen styles are used for all displayed formulas of the document.
27891  When both, centered and indented formulas should be created in a document,
27892  the style 
27893 \series bold
27894 Centered
27895 \series default
27896  is used.
27897  The indented formulas are then set in a flalign environment, see 
27898 \begin_inset CommandInset ref
27899 LatexCommand ref
27900 reference "sub:Flalign-Environment"
27901
27902 \end_inset
27903
27904 .
27905 \end_layout
27906
27907 \begin_layout Section
27908 Multiline Formulas
27909 \begin_inset CommandInset label
27910 LatexCommand label
27911 name "sec:Multiline-Formulas"
27912
27913 \end_inset
27914
27915
27916 \begin_inset Index idx
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 Formula ! multiline
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Subsection
27929 General
27930 \end_layout
27931
27932 \begin_layout Standard
27933 In LyX multiline formulas are created by pressing 
27934 \series bold
27935
27936 \begin_inset Info
27937 type  "shortcut"
27938 arg   "newline-insert newline"
27939 \end_inset
27940
27941
27942 \series default
27943  inside a formula.
27944  This creates either an 
27945 \series bold
27946 eqnarray environment
27947 \series default
27948  that is described in 
27949 \begin_inset CommandInset ref
27950 LatexCommand ref
27951 reference "sub:Eqnarray-Environment"
27952
27953 \end_inset
27954
27955  or, when the option 
27956 \family sans
27957 Use AMS math package
27958 \family default
27959  in the document settings is selected, an 
27960 \series bold
27961 align environment
27962 \series default
27963  that is described in 
27964 \begin_inset CommandInset ref
27965 LatexCommand ref
27966 reference "sub:Standard-align-Environment"
27967
27968 \end_inset
27969
27970 .
27971  The align environment is recommended because it provides in any case a
27972  typographically correct output.
27973 \end_layout
27974
27975 \begin_layout Standard
27976 There are other multiline formula environments that can be created via the
27977  menu 
27978 \family sans
27979 Insert\SpecialChar \menuseparator
27980 Math
27981 \family default
27982 .
27983  These environments are described in the following sections.
27984 \end_layout
27985
27986 \begin_layout Standard
27987 In all multiline formula environments a new line is created by pressing
27988  
27989 \begin_inset Info
27990 type  "shortcut"
27991 arg   "newline-insert newline"
27992 \end_inset
27993
27994 .
27995  To add or delete lines, the math toolbar buttons 
27996 \begin_inset Graphics
27997         filename ../images/tabular-feature_append-row.png
27998         scale 85
27999
28000 \end_inset
28001
28002  or 
28003 \begin_inset Graphics
28004         filename ../images/tabular-feature_delete-row.png
28005         scale 85
28006
28007 \end_inset
28008
28009 , respectively, or the menu 
28010 \family sans
28011 Edit\SpecialChar \menuseparator
28012 Rows & Columns
28013 \family default
28014  can be used.
28015 \end_layout
28016
28017 \begin_layout Subsubsection
28018 Line Separation
28019 \begin_inset CommandInset label
28020 LatexCommand label
28021 name "sub:Line-Separation"
28022
28023 \end_inset
28024
28025
28026 \begin_inset Index idx
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030 Formula ! multiline ! Line separation
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \end_layout
28037
28038 \begin_layout Standard
28039 There is sometimes not enough space in multiline formulas between the lines:
28040 \begin_inset Formula 
28041 \begin{eqnarray*}
28042 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}\\
28043 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
28044 \end{eqnarray*}
28045
28046 \end_inset
28047
28048
28049 \end_layout
28050
28051 \begin_layout Standard
28052 In LaTeX additional line space is specified as optional argument of the
28053  new line command.
28054  This is not yet possible in LyX
28055 \begin_inset Foot
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 see 
28060 \begin_inset CommandInset href
28061 LatexCommand href
28062 name "LyX-bug #1505"
28063 target "http://www.lyx.org/trac/ticket/1505"
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \end_inset
28071
28072 , therefore the whole formula must be inserted in TeX-mode.
28073  To add in our example space, the command 
28074 \series bold
28075
28076 \backslash
28077
28078 \backslash
28079 [3mm]
28080 \series default
28081  is inserted at the end of the first line.
28082  One gets: 
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 begin{eqnarray*}
28091 \end_layout
28092
28093 \begin_layout Plain Layout
28094
28095 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28096  = & 
28097 \backslash
28098 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28099 \backslash
28100
28101 \backslash
28102 [3mm]
28103 \end_layout
28104
28105 \begin_layout Plain Layout
28106
28107 4x^{2}
28108 \backslash
28109 left(B^{2}+x_{0}^{2}
28110 \backslash
28111 right)+4x_{0}x
28112 \backslash
28113 left(D-B^{2}
28114 \backslash
28115 right)+B^{2}
28116 \backslash
28117 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28118 \backslash
28119 right) & = & 0
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123
28124
28125 \backslash
28126 end{eqnarray*}
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Standard
28135 \begin_inset VSpace bigskip
28136 \end_inset
28137
28138 To set the line separation for all lines in a formula, the length 
28139 \series bold
28140
28141 \backslash
28142 jot
28143 \series default
28144
28145 \begin_inset Index idx
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149 Commands ! J ! 
28150 \backslash
28151 jot
28152 \end_layout
28153
28154 \end_inset
28155
28156  is changed.
28157  The definition is: 
28158 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28159 \end_inset
28160
28161 .
28162  Predefined for 
28163 \series bold
28164
28165 \backslash
28166 jot
28167 \series default
28168  is the value 3
28169 \begin_inset space \thinspace{}
28170 \end_inset
28171
28172 pt.
28173  To create 3
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 mm additional line separation as in the previous example, the command
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183
28184 \backslash
28185 setlength{
28186 \backslash
28187 jot}{3mm+3pt}
28188 \end_layout
28189
28190 \begin_layout Standard
28191 is inserted in TeX-mode before the formula.
28192  This requires that the LaTeX-package 
28193 \series bold
28194 calc
28195 \series default
28196
28197 \begin_inset Foot
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201
28202 \series bold
28203 calc
28204 \series default
28205  is part of every LaTeX standard installation.
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \begin_inset Index idx
28212 status collapsed
28213
28214 \begin_layout Plain Layout
28215 Packages ! calc
28216 \end_layout
28217
28218 \end_inset
28219
28220  was loaded in LaTeX-preamble with the line
28221 \end_layout
28222
28223 \begin_layout Standard
28224
28225 \series bold
28226
28227 \backslash
28228 usepackage{calc}
28229 \end_layout
28230
28231 \begin_layout Standard
28232 One gets: 
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238
28239 \backslash
28240 setlength{
28241 \backslash
28242 jot}{3mm+3pt}
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \begin_inset Formula 
28249 \begin{eqnarray*}
28250 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}\\
28251 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
28252 \end{eqnarray*}
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Standard
28260 \begin_inset ERT
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264
28265
28266 \backslash
28267 setlength{
28268 \backslash
28269 jot}{3pt}
28270 \end_layout
28271
28272 \end_inset
28273
28274  To get back to the predefined distance, 
28275 \series bold
28276
28277 \backslash
28278 jot
28279 \series default
28280  is set to the value 3
28281 \begin_inset space \thinspace{}
28282 \end_inset
28283
28284 pt.
28285 \end_layout
28286
28287 \begin_layout Subsubsection
28288 Column Separation
28289 \begin_inset CommandInset label
28290 LatexCommand label
28291 name "sub:Column-Separation"
28292
28293 \end_inset
28294
28295
28296 \begin_inset Index idx
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Formula ! multiline ! Column separation
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Multiline formulas form a matrix.
28310  A formula in the eqnarray environment is for example a matrix with three
28311  columns.
28312  By changing the column separation in this environment, the space beside
28313  the relation sign can be changed.
28314 \end_layout
28315
28316 \begin_layout Standard
28317 The column separation is specified with the length 
28318 \series bold
28319
28320 \backslash
28321 arraycolsep
28322 \series default
28323
28324 \begin_inset Index idx
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328 Commands ! A ! 
28329 \backslash
28330 arraycolsep
28331 \end_layout
28332
28333 \end_inset
28334
28335  according to:
28336 \begin_inset Newline newline
28337 \end_inset
28338
28339 column separation = 2
28340 \begin_inset space \thinspace{}
28341 \end_inset
28342
28343
28344 \series bold
28345
28346 \backslash
28347 arraycolsep
28348 \series default
28349
28350 \begin_inset Newline newline
28351 \end_inset
28352
28353 Thus, the command
28354 \end_layout
28355
28356 \begin_layout Standard
28357
28358 \series bold
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 arraycolsep}{1cm}
28364 \end_layout
28365
28366 \begin_layout Standard
28367 inserted in TeX-mode, sets for all following formulas a column separation
28368  of 2
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 cm.
28373  To get back to the predefined distance, 
28374 \series bold
28375
28376 \backslash
28377 arraycolsep
28378 \series default
28379  is set to 5
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 pt.
28384 \end_layout
28385
28386 \begin_layout Standard
28387 A formula with 2
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 cm column separation:
28392 \begin_inset ERT
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 arraycolsep}{1cm}
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \begin_inset Formula 
28408 \begin{eqnarray*}
28409 A & = & B\\
28410 C & \ne & A
28411 \end{eqnarray*}
28412
28413 \end_inset
28414
28415 A formula with the predefined column separation for matrices of 10
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 pt:
28420 \begin_inset ERT
28421 status collapsed
28422
28423 \begin_layout Plain Layout
28424
28425
28426 \backslash
28427 setlength{
28428 \backslash
28429 arraycolsep}{5pt}
28430 \end_layout
28431
28432 \end_inset
28433
28434
28435 \begin_inset Formula 
28436 \begin{eqnarray*}
28437 A & = & B\\
28438 C & \ne & A
28439 \end{eqnarray*}
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \begin_layout Subsubsection
28447 Long Formulas
28448 \begin_inset Index idx
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Formula ! long
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Long formulas can be typeset using these methods:
28462 \end_layout
28463
28464 \begin_layout Itemize
28465 When one side of the equation is much shorter than the line width, this
28466  one is chosen for the left side and the right side is typeset over two
28467  lines:
28468 \begin_inset Formula 
28469 \begin{eqnarray}
28470 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 \\
28471  &  & -\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}
28472 \end{eqnarray}
28473
28474 \end_inset
28475
28476 The minus sign at the beginning of the second line does normally not appear
28477  as an operator because it is the first character of the line.
28478  Thus it would not be surrounded by space and could not be distinguished
28479  from the fraction bar.
28480  To avoid this, 3
28481 \begin_inset space \thinspace{}
28482 \end_inset
28483
28484 pt space was inserted behind the minus sign with the command 
28485 \series bold
28486
28487 \backslash
28488 hspace
28489 \series default
28490 .
28491 \begin_inset Foot
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 for more about 
28496 \series bold
28497
28498 \backslash
28499 hspace
28500 \series default
28501  see 
28502 \begin_inset CommandInset ref
28503 LatexCommand ref
28504 reference "sub:Variable-Space"
28505
28506 \end_inset
28507
28508
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \begin_inset Index idx
28515 status collapsed
28516
28517 \begin_layout Plain Layout
28518 Commands ! H ! 
28519 \backslash
28520 hspace
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \end_layout
28527
28528 \begin_layout Itemize
28529 When both sides of the equation are too long, the command 
28530 \series bold
28531
28532 \backslash
28533 lefteqn
28534 \series default
28535
28536 \begin_inset Index idx
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540 Commands ! L ! 
28541 \backslash
28542 lefteqn
28543 \end_layout
28544
28545 \end_inset
28546
28547  is used.
28548  It is inserted in the first column of the first line and causes all further
28549  insertions to overwrite the following columns:
28550 \begin_inset Formula 
28551 \begin{eqnarray}
28552 \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 \\
28553  &  & -\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 \\
28554  &  & =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}
28555 \end{eqnarray}
28556
28557 \end_inset
28558
28559 After the insertion of 
28560 \series bold
28561
28562 \backslash
28563 lefteqn
28564 \series default
28565 , the cursor is in a purple box that is a bit shifted to the left from the
28566  blue one.
28567  In this the formula is inserted.
28568 \begin_inset Newline newline
28569 \end_inset
28570
28571 The content of the further lines is inserted to the second or another formula
28572  column.
28573  The greater the column number where it was inserted, the larger the indentation.
28574 \begin_inset VSpace medskip
28575 \end_inset
28576
28577
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581
28582 \begin_inset Note Greyedout
28583 status open
28584
28585 \begin_layout Plain Layout
28586 Note the following when using 
28587 \series bold
28588
28589 \backslash
28590 lefteqn
28591 \series default
28592 :
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 The formula doesn't use the full page width.
28597  When e.
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 g.
28602 \begin_inset space \space{}
28603 \end_inset
28604
28605 the term 
28606 \begin_inset Formula $-B^{2}$
28607 \end_inset
28608
28609  is added to the first line in the above example, it would have been outside
28610  the page margin.
28611  To better use the width, negative space can be inserted at the beginning
28612  of the first line.
28613 \end_layout
28614
28615 \begin_layout Itemize
28616 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28617  line.
28618 \begin_inset Foot
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 \begin_inset CommandInset href
28623 LatexCommand href
28624 name "LyX-bug #1429"
28625 target "http://www.lyx.org/trac/ticket/1429"
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \end_inset
28633
28634  One can only set the cursor at the beginning of the line and move it with
28635  the arrow keys.
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Itemize
28644 Other methods to set long formulas are offered by the environments described
28645  in 
28646 \begin_inset CommandInset ref
28647 LatexCommand ref
28648 reference "sub:Multline-Environment"
28649
28650 \end_inset
28651
28652  and 
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "sub:Multiline-Formula-Parts"
28656
28657 \end_inset
28658
28659 .
28660 \end_layout
28661
28662 \begin_layout Subsubsection
28663 Multiline Brackets
28664 \begin_inset CommandInset label
28665 LatexCommand label
28666 name "sub:Multiline-Brackets"
28667
28668 \end_inset
28669
28670
28671 \begin_inset Index idx
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Brackets ! for multiline expressions
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Standard
28684 For brackets spanning multiple lines the following problem occurs:
28685 \begin_inset Formula 
28686 \begin{eqnarray*}
28687 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28688  &  & \left.\cdots+B-D\right]
28689 \end{eqnarray*}
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 The closing bracket is smaller than the opening bracket because brackets
28698  with variable size may not span multiple lines.
28699 \end_layout
28700
28701 \begin_layout Standard
28702 To set the bracket size for the second line correctly, the first line is
28703  ended with 
28704 \series bold
28705
28706 \backslash
28707 right.
28708 \series default
28709
28710 \begin_inset Index idx
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 Commands ! R ! 
28715 \backslash
28716 right
28717 \end_layout
28718
28719 \end_inset
28720
28721  and the second line with 
28722 \series bold
28723
28724 \backslash
28725 left.
28726 \begin_inset Foot
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 for more about 
28731 \series bold
28732
28733 \backslash
28734 left
28735 \series default
28736  and 
28737 \series bold
28738
28739 \backslash
28740 right
28741 \series default
28742  see 
28743 \begin_inset CommandInset ref
28744 LatexCommand ref
28745 reference "sub:Automatic-Bracket-Size"
28746
28747 \end_inset
28748
28749
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \series default
28756
28757 \begin_inset Index idx
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761 Commands ! L ! 
28762 \backslash
28763 left
28764 \end_layout
28765
28766 \end_inset
28767
28768 .
28769  After 
28770 \series bold
28771
28772 \backslash
28773 left.
28774
28775 \series default
28776  the command 
28777 \series bold
28778
28779 \backslash
28780 vphantom
28781 \series default
28782
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 spce 
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \series bold
28797
28798 \backslash
28799 prod
28800 \series default
28801 ^
28802 \begin_inset ERT
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806
28807
28808 \backslash
28809 spce 
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \series bold
28816
28817 \backslash
28818 infty
28819 \series default
28820
28821 \begin_inset ERT
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825
28826
28827 \backslash
28828 spce 
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \series bold
28835
28836 \begin_inset Formula $\downarrow$
28837 \end_inset
28838
28839 _R=1}
28840 \series default
28841
28842 \begin_inset Index idx
28843 status collapsed
28844
28845 \begin_layout Plain Layout
28846 Commands ! V ! 
28847 \backslash
28848 vphantom
28849 \end_layout
28850
28851 \end_inset
28852
28853  is inserted, because the multiplication operator with its limits is the
28854  largest symbol in the first line and this should be the size for the bracket
28855  in the second line.
28856 \end_layout
28857
28858 \begin_layout Standard
28859 The result is this:
28860 \begin_inset Formula 
28861 \begin{eqnarray*}
28862 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28863  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28864 \end{eqnarray*}
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Subsection
28872 Align Environments
28873 \end_layout
28874
28875 \begin_layout Standard
28876 Align environments can be used for every kind of multiline formulas.
28877  They are especially useful to set several formulas side by side.
28878 \end_layout
28879
28880 \begin_layout Standard
28881 Align environments consist of columns.
28882  The odd columns are right aligned, the even ones left aligned.
28883  Every line in an Align environment can be numbered.
28884 \end_layout
28885
28886 \begin_layout Standard
28887 Align environments are created via the menu 
28888 \family sans
28889 Insert\SpecialChar \menuseparator
28890 Math
28891 \family default
28892 .
28893  With the menu 
28894 \family sans
28895 Edit\SpecialChar \menuseparator
28896 Math\SpecialChar \menuseparator
28897 Change Formula Type
28898 \family default
28899  already existing formulas can be converted to Align environments.
28900 \end_layout
28901
28902 \begin_layout Standard
28903 To add or delete columns, the math toolbar buttons 
28904 \begin_inset Graphics
28905         filename ../images/tabular-feature_append-column.png
28906         scale 85
28907
28908 \end_inset
28909
28910  or 
28911 \begin_inset Graphics
28912         filename ../images/tabular-feature_delete-column.png
28913         scale 85
28914
28915 \end_inset
28916
28917 , respectively, or the menu 
28918 \family sans
28919 Edit\SpecialChar \menuseparator
28920 Rows & Columns
28921 \family default
28922  can be used.
28923 \end_layout
28924
28925 \begin_layout Subsubsection
28926 Standard align Environment
28927 \begin_inset CommandInset label
28928 LatexCommand label
28929 name "sub:Standard-align-Environment"
28930
28931 \end_inset
28932
28933
28934 \begin_inset Index idx
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 Formula ! multiline ! align environment
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \begin_layout Standard
28947 This Align environment is created by pressing 
28948 \begin_inset Info
28949 type  "shortcut"
28950 arg   "newline-insert newline"
28951 \end_inset
28952
28953  in a formula or by the menu 
28954 \family sans
28955 Insert\SpecialChar \menuseparator
28956 Math\SpecialChar \menuseparator
28957 AMS align Environment
28958 \family default
28959 .
28960 \end_layout
28961
28962 \begin_layout Standard
28963 An example for two formulas set side by side, that are created with a four
28964  column align environment:
28965 \begin_inset Formula 
28966 \begin{align*}
28967 A & =\sin(B) & C & =D\\
28968 C & \ne A & B & \ne D
28969 \end{align*}
28970
28971 \end_inset
28972
28973 As it can be seen, the formulas in this environment are placed so as if
28974  there would be a 
28975 \series bold
28976
28977 \backslash
28978 hfill
28979 \begin_inset Foot
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 more about 
28984 \series bold
28985
28986 \backslash
28987 hfill
28988 \series default
28989  see 
28990 \begin_inset CommandInset ref
28991 LatexCommand ref
28992 reference "sub:Variable-Space"
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \series default
29003  before the first and after every even column.
29004  When the formula style 
29005 \series bold
29006 Indented
29007 \begin_inset Foot
29008 status collapsed
29009
29010 \begin_layout Plain Layout
29011 formula styles see 
29012 \begin_inset CommandInset ref
29013 LatexCommand ref
29014 reference "sec:Formula-Styles"
29015
29016 \end_inset
29017
29018
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \series default
29025  is used, the formula is set without the 
29026 \series bold
29027
29028 \backslash
29029 hfill
29030 \series default
29031  before the first column.
29032 \end_layout
29033
29034 \begin_layout Subsubsection
29035 Alignat Environment
29036 \begin_inset Index idx
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Formula ! multiline ! alignat environment
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 The alignat environment has no predefined column separation.
29050  It can be inserted manually with the spaces that are described 
29051 \begin_inset CommandInset ref
29052 LatexCommand ref
29053 reference "sub:Space"
29054
29055 \end_inset
29056
29057 .
29058 \end_layout
29059
29060 \begin_layout Standard
29061 The above example in the alignat environment where 1
29062 \begin_inset space \thinspace{}
29063 \end_inset
29064
29065 cm space was inserted at the beginning of the second formula:
29066 \begin_inset Formula 
29067 \begin{alignat*}{2}
29068 A & =\sin(B) & \hspace{1cm}C & =D\\
29069 C & \ne A & B & \ne D
29070 \end{alignat*}
29071
29072 \end_inset
29073
29074 Because the column separation can be set separately for every column, this
29075  environment is especially suitable to set three and more formulas side
29076  by side.
29077 \end_layout
29078
29079 \begin_layout Subsubsection
29080 Flalign Environment
29081 \begin_inset CommandInset label
29082 LatexCommand label
29083 name "sub:Flalign-Environment"
29084
29085 \end_inset
29086
29087
29088 \begin_inset Index idx
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092 Formula ! multiline ! flalign environment
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 In this environment the first two columns are always set as much as possible
29102  to the left and the last two ones to the right.
29103  An example:
29104 \begin_inset Formula 
29105 \begin{flalign*}
29106 A & =1 & B & =2 & C & =3\\
29107 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29108 \end{flalign*}
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Standard
29116 By creating a flalign environment with an odd number of columns where an
29117  empty TeX-brace is inserted to the last column, several formulas in a document
29118  can be set to the left, although the formula style 
29119 \series bold
29120 Centered
29121 \series default
29122  is used.
29123  As example the indented formula 
29124 \begin_inset CommandInset ref
29125 LatexCommand eqref
29126 reference "eq:VolInt"
29127
29128 \end_inset
29129
29130 :
29131 \begin_inset Formula 
29132 \begin{flalign}
29133 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29134 \end{flalign}
29135
29136 \end_inset
29137
29138 The first two columns contain the formula.
29139  To indent it as with the formula style 
29140 \series bold
29141 Indented
29142 \series default
29143 , 30
29144 \begin_inset space \thinspace{}
29145 \end_inset
29146
29147 pt space was inserted at the beginning of the first column.
29148 \end_layout
29149
29150 \begin_layout Subsection
29151 Eqnarray Environment
29152 \begin_inset CommandInset label
29153 LatexCommand label
29154 name "sub:Eqnarray-Environment"
29155
29156 \end_inset
29157
29158
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Formula ! multiline ! eqnarray environment
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 When this environment has been created, three blue boxes appear.
29173  The content of the first box is right aligned, the content of the last
29174  one left aligned.
29175  The content of the middle box appears centered and a bit smaller, because
29176  it is designed to insert there only relation characters.
29177 \begin_inset Formula 
29178 \begin{eqnarray*}
29179 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29180 AB & AB & AB\\
29181 A & = & A
29182 \end{eqnarray*}
29183
29184 \end_inset
29185
29186
29187 \end_layout
29188
29189 \begin_layout Subsection
29190 Gather Environment
29191 \begin_inset Index idx
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Formula ! multiline ! gather environment
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Standard
29204 This environment consists of only one centered column.
29205  Every line can be numbered.
29206 \begin_inset Formula 
29207 \begin{gather}
29208 A=1\\
29209 X=\textrm{-}1
29210 \end{gather}
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Subsection
29218 Multline Environment
29219 \begin_inset CommandInset label
29220 LatexCommand label
29221 name "sub:Multline-Environment"
29222
29223 \end_inset
29224
29225
29226 \begin_inset Index idx
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Formula ! multiline ! multline environment
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 The multline environment consists, like the gather environment, of only
29240  one column.
29241  But the first line is left aligned, the last one right aligned.
29242  All other lines are centered.
29243  Therefore this environment is suitable for long formulas.
29244  As example formula 
29245 \begin_inset CommandInset ref
29246 LatexCommand eqref
29247 reference "eq:lefteqn"
29248
29249 \end_inset
29250
29251  in the multline environment:
29252 \begin_inset Formula 
29253 \begin{multline}
29254 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}\\
29255 -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}\\
29256 =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}}
29257 \end{multline}
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 In the output only the last (first) line of a multline environment appears
29266  numbered when the document numbering is right (left).
29267 \begin_inset Foot
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271 numbering styles see 
29272 \begin_inset CommandInset ref
29273 LatexCommand ref
29274 reference "sec:Formula-Styles"
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \begin_layout Standard
29287 With the commands 
29288 \series bold
29289
29290 \backslash
29291 shoveright
29292 \series default
29293
29294 \begin_inset Index idx
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Commands ! S ! 
29299 \backslash
29300 shoveright
29301 \end_layout
29302
29303 \end_inset
29304
29305  and 
29306 \series bold
29307
29308 \backslash
29309 shoveleft
29310 \series default
29311
29312 \begin_inset Index idx
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316 Commands ! S ! 
29317 \backslash
29318 shoveleft
29319 \end_layout
29320
29321 \end_inset
29322
29323  a centered line can be right or left aligned, respectively.
29324  The commands are used as follows:
29325 \end_layout
29326
29327 \begin_layout Standard
29328
29329 \series bold
29330
29331 \backslash
29332 shoveright{line content}
29333 \series default
29334  and 
29335 \series bold
29336
29337 \backslash
29338 shoveleft{line content}
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \begin_inset VSpace medskip
29343 \end_inset
29344
29345 The length 
29346 \series bold
29347
29348 \backslash
29349 multlinegap
29350 \series default
29351
29352 \begin_inset Index idx
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 Commands ! M ! 
29357 \backslash
29358 multlinegap
29359 \end_layout
29360
29361 \end_inset
29362
29363  specifies the distance of the first line from the left page margin.
29364  Predefined is the length 0
29365 \begin_inset space \thinspace{}
29366 \end_inset
29367
29368 pt.
29369 \end_layout
29370
29371 \begin_layout Standard
29372 As example the above formula where the command
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 setlength{
29381 \backslash
29382 multlinegap}{2cm}
29383 \end_layout
29384
29385 \begin_layout Standard
29386 was inserted in TeX-mode before:
29387 \begin_inset ERT
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391
29392
29393 \backslash
29394 setlength{
29395 \backslash
29396 multlinegap}{2cm}
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \begin_inset Formula 
29403 \begin{multline}
29404 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}\\
29405 \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}}\\
29406 =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}}
29407 \end{multline}
29408
29409 \end_inset
29410
29411
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 setlength{
29420 \backslash
29421 multlinegap}{0pt}
29422 \end_layout
29423
29424 \end_inset
29425
29426 The second line was left aligned using 
29427 \series bold
29428
29429 \backslash
29430 shoveleft
29431 \series default
29432 .
29433 \end_layout
29434
29435 \begin_layout Subsection
29436 Multiline Formula Parts
29437 \begin_inset CommandInset label
29438 LatexCommand label
29439 name "sub:Multiline-Formula-Parts"
29440
29441 \end_inset
29442
29443
29444 \begin_inset Index idx
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Formula ! multiline ! formula parts
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \end_layout
29455
29456 \begin_layout Standard
29457 To display only parts of a formula with multiple lines, one of the following
29458  environments is used: 
29459 \series bold
29460 aligned
29461 \series default
29462
29463 \series bold
29464 alignedat
29465 \series default
29466
29467 \series bold
29468 gathered
29469 \series default
29470  or 
29471 \series bold
29472 split
29473 \series default
29474 .
29475  They can be inserted via the menu 
29476 \family sans
29477 Insert\SpecialChar \menuseparator
29478 Math
29479 \family default
29480  or by using the commands described in this section.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 The first three have the same properties as the corresponding multiline
29485  formula environments, but it is possible to set further formula parts beside
29486  them.
29487  An example:
29488 \begin_inset Formula 
29489 \[
29490 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29491 \Delta E\Delta t & \ge\frac{\hbar}{2}
29492 \end{aligned}
29493 \right\} \textrm{Uncertainty relations}
29494 \]
29495
29496 \end_inset
29497
29498
29499 \end_layout
29500
29501 \begin_layout Standard
29502 To get this formula, a displayed formula is created where the command 
29503 \series bold
29504
29505 \backslash
29506 aligned
29507 \series default
29508
29509 \begin_inset Index idx
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513 Commands ! A ! 
29514 \backslash
29515 aligned
29516 \end_layout
29517
29518 \end_inset
29519
29520  is inserted.
29521  A purple box appears around the blue formula box where now columns and
29522  lines can be added.
29523  Outside the multiline environment other formula parts can be set, like
29524  the brace.
29525 \end_layout
29526
29527 \begin_layout Standard
29528 The aligned environment is also suitable for long formulas whose lines are
29529  horizontally aligned.
29530  Using aligned in a displayed formula has the advantage that the formula
29531  number is vertically centered behind the lines.
29532  As example formula 
29533 \begin_inset CommandInset ref
29534 LatexCommand eqref
29535 reference "eq:shortlong"
29536
29537 \end_inset
29538
29539  in the aligned environment:
29540 \begin_inset Formula 
29541 \begin{equation}
29542 \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}|}\\
29543  & -\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}|}
29544 \end{aligned}
29545 \end{equation}
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Standard
29553 To use the environments 
29554 \series bold
29555 alignedat
29556 \series default
29557
29558 \series bold
29559 gathered
29560 \series default
29561 , or 
29562 \series bold
29563 split
29564 \series default
29565 , the command 
29566 \series bold
29567
29568 \backslash
29569 alignedat
29570 \series default
29571 ,
29572 \begin_inset Index idx
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Commands ! A ! 
29577 \backslash
29578 alignedat
29579 \end_layout
29580
29581 \end_inset
29582
29583  
29584 \series bold
29585
29586 \backslash
29587 gathered
29588 \series default
29589
29590 \begin_inset Index idx
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594 Commands ! G ! 
29595 \backslash
29596 gathered
29597 \end_layout
29598
29599 \end_inset
29600
29601 , or 
29602 \series bold
29603
29604 \backslash
29605 split
29606 \series default
29607
29608 \begin_inset Index idx
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Commands ! S ! 
29613 \backslash
29614 split
29615 \end_layout
29616
29617 \end_inset
29618
29619  are inserted, respectively.
29620  The split environment has the same properties as the aligned environment
29621  but it can only have two columns.
29622 \end_layout
29623
29624 \begin_layout Subsection
29625 Text in multiline Formulas
29626 \begin_inset CommandInset label
29627 LatexCommand label
29628 name "sub:Text-in-multiline"
29629
29630 \end_inset
29631
29632
29633 \begin_inset Index idx
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 Text ! in formulas
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \begin_inset Index idx
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647 Formula ! multiline ! text
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \begin_layout Standard
29656 In the Align environments, and the multline and gather environment, text
29657  can be inserted that will appear in a separate line and doesn't affect
29658  the column alignment.
29659  To do this, the command 
29660 \series bold
29661
29662 \backslash
29663 intertext
29664 \series default
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Commands ! I ! 
29671 \backslash
29672 intertext
29673 \end_layout
29674
29675 \end_inset
29676
29677  is used in the following scheme:
29678 \end_layout
29679
29680 \begin_layout Standard
29681
29682 \series bold
29683
29684 \backslash
29685 intertext{text}
29686 \end_layout
29687
29688 \begin_layout Standard
29689 The text should not be longer than a line because it cannot be hyphenated.
29690  As LyX doesn't yet support 
29691 \series bold
29692
29693 \backslash
29694 intertext
29695 \series default
29696  directly, the text is written as mathematical text.
29697  
29698 \series bold
29699
29700 \backslash
29701 intertext
29702 \series default
29703  must hereby be at the beginning of a line and appears in the output above
29704  this line.
29705  An example where the text was inserted at the beginning of the second line:
29706 \begin_inset Formula 
29707 \begin{align}
29708 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29709 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29710 \end{align}
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Section
29718 Formula Numbering
29719 \begin_inset Index idx
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723 Formula numbering
29724 \end_layout
29725
29726 \end_inset
29727
29728
29729 \begin_inset Index idx
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733 Formula ! numbering|see
29734 \begin_inset ERT
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739 {
29740 \end_layout
29741
29742 \end_inset
29743
29744 Formula numbering
29745 \begin_inset ERT
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 }
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Subsection
29764 General
29765 \end_layout
29766
29767 \begin_layout Standard
29768 Numbered formulas can be created with the menu 
29769 \family sans
29770 Insert\SpecialChar \menuseparator
29771 Math\SpecialChar \menuseparator
29772 Numbered
29773 \begin_inset space ~
29774 \end_inset
29775
29776 Formula
29777 \family default
29778  (shortcut 
29779 \family sans
29780 Ctrl+Alt
29781 \begin_inset space ~
29782 \end_inset
29783
29784 N
29785 \family default
29786 ).
29787  Existing formulas can be numbered with the menu 
29788 \family sans
29789 Edit\SpecialChar \menuseparator
29790 Math\SpecialChar \menuseparator
29791 Toggle
29792 \begin_inset space ~
29793 \end_inset
29794
29795 Numbering
29796 \family default
29797  (shortcut 
29798 \begin_inset Info
29799 type  "shortcut"
29800 arg   "math-number-toggle"
29801 \end_inset
29802
29803 ).
29804  The formula number is displayed in LyX behind the formula as a number sign
29805  in parentheses.
29806  The number sign is replaced in the output by the formula number.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 When numbering is turned on in multiline formulas, all lines will be numbered.
29811  But the numbering can be controlled with the menu 
29812 \family sans
29813 Edit\SpecialChar \menuseparator
29814 Math\SpecialChar \menuseparator
29815 Toggle
29816 \begin_inset space ~
29817 \end_inset
29818
29819 Numbering
29820 \begin_inset space ~
29821 \end_inset
29822
29823 of
29824 \begin_inset space ~
29825 \end_inset
29826
29827 Line
29828 \family default
29829  (shortcut 
29830 \begin_inset Info
29831 type  "shortcut"
29832 arg   "math-number-line-toggle"
29833 \end_inset
29834
29835 ) for every line.
29836 \end_layout
29837
29838 \begin_layout Standard
29839 Except for inline formulas, all formulas can be numbered with two different
29840  styles, see 
29841 \begin_inset CommandInset ref
29842 LatexCommand ref
29843 reference "sec:Formula-Styles"
29844
29845 \end_inset
29846
29847 .
29848 \end_layout
29849
29850 \begin_layout Subsection
29851 Cross-References
29852 \begin_inset Index idx
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 Cross-references ! to formulas
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 All labeled formulas can be cross-referenced.
29866  A label is added by the menu 
29867 \family sans
29868 Insert\SpecialChar \menuseparator
29869 Label
29870 \family default
29871  or the toolbar button 
29872 \begin_inset Graphics
29873         filename ../images/label-insert.png
29874         scale 85
29875
29876 \end_inset
29877
29878 .
29879  The cursor must hereby be inside a displayed formula.
29880  Alternatively you can right-click on the formula and choose 
29881 \family sans
29882 Equation Label
29883 \family default
29884 .
29885  A dialog pops up displaying the prefix 
29886 \series bold
29887 eq:
29888 \series default
29889  in a text field.
29890  The label is inserted there behind the prefix.
29891  The predefined prefix means 
29892 \begin_inset Quotes eld
29893 \end_inset
29894
29895 equation
29896 \begin_inset Quotes erd
29897 \end_inset
29898
29899  and makes it easier to find labels in large documents because it marks
29900  it as formula label to divide it from e.
29901 \begin_inset space \thinspace{}
29902 \end_inset
29903
29904 g.
29905 \begin_inset space \space{}
29906 \end_inset
29907
29908 section labels.
29909  To change a label, the menu 
29910 \family sans
29911 Insert\SpecialChar \menuseparator
29912 Label
29913 \family default
29914  is used again or you right-click on a formula and then on 
29915 \family sans
29916 Equation Label
29917 \family default
29918 .
29919 \end_layout
29920
29921 \begin_layout Standard
29922 The name of the label is displayed in LyX within two parentheses behind
29923  formula.
29924  A formula with a label is always numbered.
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Cross-references are inserted via the menu 
29929 \family sans
29930 Insert\SpecialChar \menuseparator
29931 Cross-Reference
29932 \family default
29933  or with the toolbar button 
29934 \begin_inset Graphics
29935         filename ../images/dialog-show-new-inset_ref.png
29936         scale 85
29937
29938 \end_inset
29939
29940 .
29941  A formula cross-reference appears in the output as formula number.
29942  When in the cross-reference dialog window the format 
29943 \series bold
29944 (<reference>)
29945 \series default
29946  is chosen, the cross-reference appears in the output as formula number
29947  in parentheses.
29948 \begin_inset Newline newline
29949 \end_inset
29950
29951 By right-clicking on a cross-reference in LyX, one jumps to the formula
29952  that is referenced.
29953 \end_layout
29954
29955 \begin_layout Standard
29956 Here are as examples cross-references to formulas of the following subsections:
29957 \begin_inset Note Note
29958 status open
29959
29960 \begin_layout Plain Layout
29961 Note the different cross-reference types.
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Standard
29970 The equations 
29971 \begin_inset CommandInset ref
29972 LatexCommand eqref
29973 reference "eq:tag"
29974
29975 \end_inset
29976
29977  and 
29978 \begin_inset CommandInset ref
29979 LatexCommand eqref
29980 reference "eq:c"
29981
29982 \end_inset
29983
29984  are equivalent.
29985  In (
29986 \begin_inset CommandInset ref
29987 LatexCommand ref
29988 reference "eq:Lat"
29989
29990 \end_inset
29991
29992 ) big Latin letters are used for the numbering in contrary to (
29993 \begin_inset CommandInset ref
29994 LatexCommand ref
29995 reference "eq:Rom"
29996
29997 \end_inset
29998
29999 ).
30000 \end_layout
30001
30002 \begin_layout Standard
30003 \begin_inset VSpace medskip
30004 \end_inset
30005
30006 When the argument of 
30007 \series bold
30008
30009 \backslash
30010 tag
30011 \begin_inset Foot
30012 status collapsed
30013
30014 \begin_layout Plain Layout
30015
30016 \series bold
30017
30018 \backslash
30019 tag
30020 \series default
30021  is described in 
30022 \begin_inset CommandInset ref
30023 LatexCommand ref
30024 reference "sub:User-defined-Numbering"
30025
30026 \end_inset
30027
30028 .
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \series default
30035  contains a box like in 
30036 \begin_inset CommandInset ref
30037 LatexCommand ref
30038 reference "sub:Paragraph-Boxes"
30039
30040 \end_inset
30041
30042 , the formula cannot be referenced.
30043 \end_layout
30044
30045 \begin_layout Subsection
30046 Subnumbering
30047 \begin_inset Index idx
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Formula numbering ! subnumbering
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 With the help of the commands 
30061 \series bold
30062
30063 \backslash
30064 begin{subequations}
30065 \series default
30066  and 
30067 \series bold
30068
30069 \backslash
30070 end{subequations}
30071 \series default
30072  formulas can be subnumbered.
30073  Both commands are inserted in TeX-mode.
30074 \end_layout
30075
30076 \begin_layout Standard
30077 An example:
30078 \begin_inset Formula 
30079 \begin{equation}
30080 A=C-B\label{eq:a}
30081 \end{equation}
30082
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 addtocounter{equation}{-1}
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 begin{subequations}
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset VSpace -5mm
30113 \end_inset
30114
30115
30116 \begin_inset Formula 
30117 \begin{equation}
30118 B=C-A\label{eq:b}
30119 \end{equation}
30120
30121 \end_inset
30122
30123
30124 \begin_inset Formula 
30125 \begin{equation}
30126 C=A+B\label{eq:c}
30127 \end{equation}
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140
30141 \backslash
30142 end{subequations}
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 To create the example, the following is done:
30152 \end_layout
30153
30154 \begin_layout Enumerate
30155 first formula is inserted
30156 \end_layout
30157
30158 \begin_layout Enumerate
30159
30160 \series bold
30161
30162 \backslash
30163 addtocounter{equation}{-1} 
30164 \backslash
30165 begin{subequations}
30166 \begin_inset Index idx
30167 status collapsed
30168
30169 \begin_layout Plain Layout
30170 Commands ! A ! 
30171 \backslash
30172 addtocounter
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset Newline newline
30179 \end_inset
30180
30181
30182 \series default
30183 is inserted after the first formula
30184 \end_layout
30185
30186 \begin_layout Enumerate
30187 second formula is inserted
30188 \end_layout
30189
30190 \begin_layout Enumerate
30191 third formula is inserted
30192 \end_layout
30193
30194 \begin_layout Enumerate
30195
30196 \series bold
30197
30198 \backslash
30199 end{subequations}
30200 \series default
30201  is inserted after the third formula
30202 \end_layout
30203
30204 \begin_layout Standard
30205 Every formula between the commands 
30206 \series bold
30207
30208 \backslash
30209 begin
30210 \series default
30211  and 
30212 \series bold
30213
30214 \backslash
30215 end
30216 \series default
30217  is subnumbered as a, b, 
30218 \begin_inset Newline linebreak
30219 \end_inset
30220
30221 c, \SpecialChar \ldots{}
30222  For multiline formulas every line will be subnumbered.
30223  All subnumbered formulas are treated as 
30224 \emph on
30225 one
30226 \emph default
30227  numbered formula.
30228  But as every numbered formula increases the counter 
30229 \series bold
30230 equation
30231 \series default
30232  by one, the command 
30233 \series bold
30234
30235 \backslash
30236 addtocounter
30237 \series default
30238  is needed to decrease it.
30239  Otherwise the formulas 
30240 \begin_inset CommandInset ref
30241 LatexCommand eqref
30242 reference "eq:a"
30243
30244 \end_inset
30245
30246
30247 \begin_inset CommandInset ref
30248 LatexCommand eqref
30249 reference "eq:b"
30250
30251 \end_inset
30252
30253
30254 \begin_inset CommandInset ref
30255 LatexCommand eqref
30256 reference "eq:c"
30257
30258 \end_inset
30259
30260  would be numbered as 
30261 \begin_inset CommandInset ref
30262 LatexCommand eqref
30263 reference "eq:a"
30264
30265 \end_inset
30266
30267
30268 \begin_inset CommandInset ref
30269 LatexCommand eqref
30270 reference "eq:d"
30271
30272 \end_inset
30273
30274
30275 \begin_inset CommandInset ref
30276 LatexCommand eqref
30277 reference "eq:f"
30278
30279 \end_inset
30280
30281 .
30282 \end_layout
30283
30284 \begin_layout Standard
30285 By inserting the commands in TeX-mode, a space is created between the first
30286  two formulas.
30287  To revert this -5
30288 \begin_inset space \thinspace{}
30289 \end_inset
30290
30291 mm vertical space is inserted after the command 
30292 \series bold
30293
30294 \backslash
30295 begin{subequations}
30296 \series default
30297 .
30298  When the formula style 
30299 \series bold
30300 Indented
30301 \begin_inset Foot
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 formula styles see 
30306 \begin_inset CommandInset ref
30307 LatexCommand ref
30308 reference "sec:Formula-Styles"
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \series default
30319  is used, -7
30320 \begin_inset space \thinspace{}
30321 \end_inset
30322
30323 mm space is inserted instead.
30324 \end_layout
30325
30326 \begin_layout Standard
30327 Here is an example for a multiline formula where the numbering was turned
30328  off for the second line:
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 begin{subequations}
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \begin_inset Formula 
30343 \begin{eqnarray}
30344 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30345  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30346  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30347 \end{eqnarray}
30348
30349 \end_inset
30350
30351
30352 \begin_inset ERT
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356
30357
30358 \backslash
30359 end{subequations}
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Subsection
30368 User-defined Numbering
30369 \begin_inset CommandInset label
30370 LatexCommand label
30371 name "sub:User-defined-Numbering"
30372
30373 \end_inset
30374
30375
30376 \begin_inset Index idx
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Formula numbering ! user-defined
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \end_layout
30387
30388 \begin_layout Standard
30389 \begin_inset Index idx
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393 Formula numbering ! self-defined delimiters
30394 \end_layout
30395
30396 \end_inset
30397
30398 With the standard numbering parentheses are set around the formula number.
30399  To replace the parentheses for example by vertical bars, the following
30400  line is added to the LaTeX-preamble:
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 def
30409 \backslash
30410 tagform@#1{
30411 \backslash
30412 maketag@@@{|#1|}}
30413 \series default
30414
30415 \begin_inset Note Note
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 This macro is already declared in the LaTeX-preamble for testing.
30420  To activate it, remove the percent sign at the beginning.
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \end_layout
30427
30428 \begin_layout Standard
30429 To use other characters, the vertical bars besides the 
30430 \series bold
30431 #1
30432 \series default
30433  are replaced by one ore more characters.
30434  To get only the formula number the vertical bars are omitted.
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \begin_inset VSpace bigskip
30439 \end_inset
30440
30441 When there should be an expression of your choice instead of the consecutive
30442  formula number in parentheses behind the formula, the command 
30443 \series bold
30444
30445 \backslash
30446 tag
30447 \series default
30448
30449 \begin_inset Index idx
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 Commands ! T ! 
30454 \backslash
30455 tag
30456 \end_layout
30457
30458 \end_inset
30459
30460  is used:
30461 \begin_inset Formula 
30462 \begin{equation}
30463 A+B=C\tag{something}\label{eq:tag}
30464 \end{equation}
30465
30466 \end_inset
30467
30468 In this example the command 
30469 \series bold
30470
30471 \backslash
30472 tag
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478
30479 \backslash
30480 spce 
30481 \end_layout
30482
30483 \end_inset
30484
30485 something
30486 \series default
30487  was inserted in the formula.
30488 \end_layout
30489
30490 \begin_layout Standard
30491 When the command 
30492 \series bold
30493
30494 \backslash
30495 tag*
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 spce 
30504 \end_layout
30505
30506 \end_inset
30507
30508 something
30509 \series default
30510  is inserted instead, the star prevents the parentheses around the expression:
30511 \begin_inset Formula 
30512 \[
30513 A+B=C\tag*{something}
30514 \]
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 \begin_inset VSpace bigskip
30523 \end_inset
30524
30525 To restart the formula numbering with new document parts or sections, the
30526  following command is used:
30527 \end_layout
30528
30529 \begin_layout Standard
30530
30531 \series bold
30532
30533 \backslash
30534 @addtoreset{equation}{part}
30535 \series default
30536
30537 \begin_inset Index idx
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 Commands ! 
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547 "
30548 \end_layout
30549
30550 \end_inset
30551
30552 @
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558 "
30559 \end_layout
30560
30561 \end_inset
30562
30563  ! 
30564 \backslash
30565
30566 \begin_inset ERT
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570
30571 "
30572 \end_layout
30573
30574 \end_inset
30575
30576 @
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582 "
30583 \end_layout
30584
30585 \end_inset
30586
30587 addtoreset
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset Newline newline
30594 \end_inset
30595
30596 resp.
30597 \begin_inset Newline newline
30598 \end_inset
30599
30600
30601 \series bold
30602
30603 \backslash
30604 @addtoreset{equation}{section}
30605 \end_layout
30606
30607 \begin_layout Standard
30608 To be able to use these commands in TeX-mode, the 
30609 \begin_inset Quotes eld
30610 \end_inset
30611
30612 @
30613 \begin_inset Quotes erd
30614 \end_inset
30615
30616  character has to be made 
30617 \begin_inset Quotes eld
30618 \end_inset
30619
30620 active
30621 \begin_inset Quotes erd
30622 \end_inset
30623
30624  for LaTeX using the command 
30625 \series bold
30626
30627 \backslash
30628 makeatletter.
30629
30630 \series default
30631  The command 
30632 \series bold
30633
30634 \backslash
30635 makeatother
30636 \series default
30637  reverts this.
30638  So the command sequence in TeX-mode is:
30639 \end_layout
30640
30641 \begin_layout Standard
30642
30643 \series bold
30644
30645 \backslash
30646 makeatletter
30647 \begin_inset Newline newline
30648 \end_inset
30649
30650
30651 \backslash
30652 @addtoreset{equation}{section}
30653 \begin_inset Newline newline
30654 \end_inset
30655
30656
30657 \backslash
30658 makeatother
30659 \end_layout
30660
30661 \begin_layout Standard
30662 In the LaTeX-preamble 
30663 \series bold
30664
30665 \backslash
30666 makeatletter
30667 \series default
30668  and 
30669 \series bold
30670
30671 \backslash
30672 makeatother
30673 \series default
30674  can be omitted as they are automatically internally inserted by LyX.
30675 \end_layout
30676
30677 \begin_layout Standard
30678 To revert 
30679 \series bold
30680
30681 \backslash
30682 @addtoreset
30683 \series default
30684 , the file 
30685 \series bold
30686 remreset.sty
30687 \series default
30688
30689 \begin_inset Foot
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694 \series bold
30695 remreset
30696 \series default
30697  is part of the LaTeX-package 
30698 \series bold
30699 carlisle
30700 \series default
30701
30702 \begin_inset Index idx
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706 Packages ! carlisle
30707 \end_layout
30708
30709 \end_inset
30710
30711  that is part of every LaTeX standard installation.
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Index idx
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 Packages ! remreset
30722 \end_layout
30723
30724 \end_inset
30725
30726  has to be loaded in the LaTeX-preamble with the line
30727 \end_layout
30728
30729 \begin_layout Standard
30730
30731 \series bold
30732
30733 \backslash
30734 usepackage{remreset}
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Then the command 
30739 \series bold
30740
30741 \backslash
30742 @removefromreset
30743 \series default
30744
30745 \begin_inset Index idx
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 Commands ! 
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755 "
30756 \end_layout
30757
30758 \end_inset
30759
30760 @
30761 \begin_inset ERT
30762 status collapsed
30763
30764 \begin_layout Plain Layout
30765
30766 "
30767 \end_layout
30768
30769 \end_inset
30770
30771  ! 
30772 \backslash
30773
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779 "
30780 \end_layout
30781
30782 \end_inset
30783
30784 @
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 "
30791 \end_layout
30792
30793 \end_inset
30794
30795 removefromreset
30796 \end_layout
30797
30798 \end_inset
30799
30800  can be used with the same scheme as 
30801 \series bold
30802
30803 \backslash
30804 @addtoreset
30805 \series default
30806 .
30807 \end_layout
30808
30809 \begin_layout Standard
30810 \begin_inset VSpace bigskip
30811 \end_inset
30812
30813 Sometimes formulas should be numbered in the following form:
30814 \end_layout
30815
30816 \begin_layout Standard
30817
30818 \family typewriter
30819 (section number.formula number)
30820 \end_layout
30821
30822 \begin_layout Standard
30823 The formula number should start with every section with 
30824 \begin_inset Quotes eld
30825 \end_inset
30826
30827 1
30828 \begin_inset Quotes erd
30829 \end_inset
30830
30831 .
30832 \end_layout
30833
30834 \begin_layout Standard
30835 For this case there is the command 
30836 \series bold
30837
30838 \backslash
30839 numberwithin
30840 \series default
30841
30842 \begin_inset Index idx
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846 Commands ! N ! 
30847 \backslash
30848 numberwithin
30849 \end_layout
30850
30851 \end_inset
30852
30853 , which is used with the following scheme:
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 numberwithin{counter}{sectioning}
30862 \end_layout
30863
30864 \begin_layout Standard
30865 Counter denotes what kind of numbering is affected, sectioning denotes what
30866  number is before the dot.
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Thus in our case the following LaTeX-preamble or TeX code line is used:
30871 \end_layout
30872
30873 \begin_layout Standard
30874
30875 \series bold
30876
30877 \backslash
30878 numberwithin{equation}{section}
30879 \end_layout
30880
30881 \begin_layout Standard
30882 This is the result:
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 numberwithin{equation}{section}
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \begin_inset Formula 
30897 \begin{equation}
30898 A+B=C
30899 \end{equation}
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 To number e.
30908 \begin_inset space \thinspace{}
30909 \end_inset
30910
30911 g.
30912 \begin_inset space \space{}
30913 \end_inset
30914
30915 tables so that the number of the part is the sectioning,
30916 \begin_inset Newline newline
30917 \end_inset
30918
30919
30920 \series bold
30921
30922 \backslash
30923 numberwithin{table}{part}
30924 \series default
30925  is used.
30926 \end_layout
30927
30928 \begin_layout Standard
30929 To go back to the standard numbering or to prevent this kind of numbering
30930  when it is defined by the document class, the following command is inserted
30931  as TeX code or to the LaTeX-preamble:
30932 \end_layout
30933
30934 \begin_layout Standard
30935
30936 \series bold
30937
30938 \backslash
30939 renewcommand{
30940 \backslash
30941 theequation}{
30942 \backslash
30943 arabic{equation}}
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 Commands ! A ! 
30949 \backslash
30950 arabic
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \series default
30957
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 renewcommand{
30966 \backslash
30967 theequation}{
30968 \backslash
30969 arabic{equation}}
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \series bold
30976
30977 \begin_inset Newline newline
30978 \end_inset
30979
30980
30981 \series default
30982 or
30983 \series bold
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988
30989 \backslash
30990 renewcommand{
30991 \backslash
30992 thetable}{
30993 \backslash
30994 arabic{table}}
30995 \end_layout
30996
30997 \begin_layout Standard
30998
30999 \series bold
31000
31001 \backslash
31002 numberwithin
31003 \series default
31004  uses internally the command 
31005 \series bold
31006
31007 \backslash
31008 @addtoreset
31009 \series default
31010 , described above, that also needs to be reverted.
31011 \begin_inset ERT
31012 status collapsed
31013
31014 \begin_layout Plain Layout
31015
31016
31017 \backslash
31018 makeatletter
31019 \end_layout
31020
31021 \begin_layout Plain Layout
31022
31023
31024 \backslash
31025 @removefromreset{equation}{section}
31026 \end_layout
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 makeatother
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Subsection
31041 Numbering with Roman Numbers and Letters
31042 \begin_inset Index idx
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046 Formula numbering ! with letters
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 Formula numbering ! with Roman numbers
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \end_layout
31063
31064 \begin_layout Standard
31065 Formulas can also be numbered with Roman numbers and Latin letters.
31066  To number for example with small Roman numbers, the command
31067 \end_layout
31068
31069 \begin_layout Standard
31070
31071 \series bold
31072
31073 \backslash
31074 renewcommand{
31075 \backslash
31076 theequation}{
31077 \backslash
31078 roman{equation}}
31079 \end_layout
31080
31081 \begin_layout Standard
31082 is inserted before the formula in TeX-mode.
31083  
31084 \series bold
31085
31086 \backslash
31087 renewcommand
31088 \series default
31089
31090 \begin_inset Index idx
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Commands ! R ! 
31095 \backslash
31096 renewcommand
31097 \end_layout
31098
31099 \end_inset
31100
31101  redefines the predefined command 
31102 \series bold
31103
31104 \backslash
31105 theequation
31106 \series default
31107  to the command 
31108 \series bold
31109
31110 \backslash
31111 roman{equation}
31112 \series default
31113 .
31114 \begin_inset Foot
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 The command 
31119 \series bold
31120
31121 \backslash
31122 renewcommand
31123 \series default
31124  has the same scheme like the command 
31125 \series bold
31126
31127 \backslash
31128 newcommand
31129 \series default
31130  that is described in 
31131 \begin_inset CommandInset ref
31132 LatexCommand ref
31133 reference "sub:The-Command-newcommand"
31134
31135 \end_inset
31136
31137 .
31138 \end_layout
31139
31140 \end_inset
31141
31142  
31143 \series bold
31144 equation
31145 \series default
31146  is the formula counter.
31147  When the command 
31148 \series bold
31149
31150 \backslash
31151 the
31152 \series default
31153  is used as prefix for a counter, the value of the counter is output as
31154  Arabic number.
31155  When a formula is numbered, LaTeX sets internally the command 
31156 \series bold
31157
31158 \backslash
31159 theequation
31160 \series default
31161  behind the formula.
31162  
31163 \series bold
31164
31165 \backslash
31166 roman{equation}
31167 \begin_inset Index idx
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171 Commands ! R ! 
31172 \backslash
31173 roman
31174 \end_layout
31175
31176 \end_inset
31177
31178
31179 \series default
31180  outputs the counter as small Roman number.
31181 \end_layout
31182
31183 \begin_layout Standard
31184 All formulas behind the command 
31185 \series bold
31186
31187 \backslash
31188 renew
31189 \series default
31190 c
31191 \series bold
31192 ommand
31193 \series default
31194  are now numbered Roman.
31195  To switch to numbering with big Roman numbers, the command is inserted
31196  again, but 
31197 \series bold
31198
31199 \backslash
31200 roman
31201 \series default
31202  is replaced by 
31203 \series bold
31204
31205 \backslash
31206 Roman
31207 \series default
31208
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Commands ! R ! 
31214 \backslash
31215 roman@
31216 \backslash
31217 Roman
31218 \end_layout
31219
31220 \end_inset
31221
31222 .
31223  To 
31224 \begin_inset Quotes eld
31225 \end_inset
31226
31227 number
31228 \begin_inset Quotes erd
31229 \end_inset
31230
31231  with small Latin letters there is the command 
31232 \series bold
31233
31234 \backslash
31235 alph
31236 \series default
31237
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Commands ! A ! 
31243 \backslash
31244 alph
31245 \end_layout
31246
31247 \end_inset
31248
31249 , for big ones there is the command 
31250 \series bold
31251
31252 \backslash
31253 Alph
31254 \series default
31255
31256 \begin_inset Index idx
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Commands ! A ! 
31261 \backslash
31262 alph@
31263 \backslash
31264 Alph
31265 \end_layout
31266
31267 \end_inset
31268
31269 .
31270 \end_layout
31271
31272 \begin_layout Standard
31273 \begin_inset Note Greyedout
31274 status open
31275
31276 \begin_layout Plain Layout
31277
31278 \series bold
31279 \color none
31280 Note:
31281 \series default
31282  Only maximal 26
31283 \begin_inset space ~
31284 \end_inset
31285
31286 formulas can be numbered with Latin letters in one document.
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 renewcommand{
31303 \backslash
31304 theequation}{
31305 \backslash
31306 roman{equation}}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Formula 
31316 \begin{equation}
31317 A=\textrm{small roman}
31318 \end{equation}
31319
31320 \end_inset
31321
31322
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 renewcommand{
31331 \backslash
31332 theequation}{
31333 \backslash
31334 Roman{equation}}
31335 \end_layout
31336
31337 \end_inset
31338
31339
31340 \begin_inset Formula 
31341 \begin{equation}
31342 B=\textrm{big Roman}\label{eq:Rom}
31343 \end{equation}
31344
31345 \end_inset
31346
31347
31348 \begin_inset ERT
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352
31353
31354 \backslash
31355 renewcommand{
31356 \backslash
31357 theequation}{
31358 \backslash
31359 alph{equation}}
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \begin_inset Formula 
31366 \begin{equation}
31367 C=\textrm{small Latin}
31368 \end{equation}
31369
31370 \end_inset
31371
31372
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378
31379 \backslash
31380 renewcommand{
31381 \backslash
31382 theequation}{
31383 \backslash
31384 Alph{equation}}
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \begin_inset Formula 
31391 \begin{equation}
31392 D=\textrm{big Latin}\label{eq:Lat}
31393 \end{equation}
31394
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 To switch back to the default numbering, insert the command:
31402 \end_layout
31403
31404 \begin_layout Standard
31405
31406 \series bold
31407
31408 \backslash
31409 renewcommand{
31410 \backslash
31411 theequation}{
31412 \backslash
31413 arabic{equation}}
31414 \begin_inset Index idx
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418 Commands ! A ! 
31419 \backslash
31420 arabic
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 renewcommand{
31437 \backslash
31438 theequation}{
31439 \backslash
31440 arabic{equation}}
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Formula 
31447 \begin{equation}
31448 E=\textrm{Arabic}
31449 \end{equation}
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset VSpace medskip
31458 \end_inset
31459
31460 As you see, formulas are numbered serially independent from the numbering
31461  style.
31462  When then numbering should start with 
31463 \begin_inset Quotes eld
31464 \end_inset
31465
31466 1
31467 \begin_inset Quotes erd
31468 \end_inset
31469
31470  when the style is changed, new equation counters have to be defined.
31471  A description about this can be found in the file 
31472 \begin_inset CommandInset href
31473 LatexCommand href
31474 name "Formula-numbering.lyx"
31475 target "run:Formula-numbering.lyx"
31476
31477 \end_inset
31478
31479 .
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset Newpage newpage
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \begin_layout Section
31490 Chemical Symbols and Equations
31491 \begin_inset CommandInset label
31492 LatexCommand label
31493 name "sub:Chemical-Symbols-and"
31494
31495 \end_inset
31496
31497
31498 \begin_inset Index idx
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502 Chemical characters ! Symbols
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \begin_inset Index idx
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512 Chemical equations
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \begin_inset Index idx
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522 Symbols ! chemical
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 An example text from chemistry:
31532 \end_layout
31533
31534 \begin_layout Quote
31535 The 
31536 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31537 \end_inset
31538
31539 -ion reacts with two 
31540 \begin_inset Formula $\mathrm{Na^{+}}$
31541 \end_inset
31542
31543 -ions to sodium sulfate 
31544 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31545 \end_inset
31546
31547 .
31548  The chemical equation for this is:
31549 \begin_inset Formula 
31550 \begin{equation}
31551 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31552 \end{equation}
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Standard
31560 This chemical equation can directly be created as formula.
31561  To avoid that the symbols appear italic, everything is highlighted and
31562  changed by the shortcut 
31563 \begin_inset Info
31564 type  "shortcut"
31565 arg   "font-roman"
31566 \end_inset
31567
31568  to the upright font style.
31569 \begin_inset Foot
31570 status collapsed
31571
31572 \begin_layout Plain Layout
31573 font styles
31574 \series bold
31575  
31576 \series default
31577 see 
31578 \begin_inset CommandInset ref
31579 LatexCommand ref
31580 reference "sub:Font-Styles"
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 A more convenient way to typeset chemical formulas is to use the command
31594  
31595 \series bold
31596
31597 \backslash
31598 ce
31599 \series default
31600
31601 \begin_inset Index idx
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Commands ! C ! 
31606 \backslash
31607 ce
31608 \end_layout
31609
31610 \end_inset
31611
31612  that is available when the LaTeX-package 
31613 \series bold
31614 mhchem
31615 \series default
31616
31617 \begin_inset Index idx
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621 Packages ! mhchem
31622 \end_layout
31623
31624 \end_inset
31625
31626  is installed.
31627  After inserting 
31628 \series bold
31629
31630 \backslash
31631 ce
31632 \series default
31633  to a formula a new blue box appears where chemical formulas can be inserted
31634  in an intuitive way.
31635 \end_layout
31636
31637 \begin_layout Standard
31638 \align center
31639 \begin_inset Tabular
31640 <lyxtabular version="3" rows="9" columns="2">
31641 <features rotate="0" tabularvalignment="middle">
31642 <column alignment="center" valignment="top">
31643 <column alignment="center" valignment="top">
31644 <row>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 Command
31650 \end_layout
31651
31652 \end_inset
31653 </cell>
31654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31655 \begin_inset Text
31656
31657 \begin_layout Plain Layout
31658 Result
31659 \begin_inset Note Note
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663
31664 \series bold
31665
31666 \backslash
31667 raisebox
31668 \series default
31669  is only used as spacer.
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 </row>
31680 <row>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685
31686 \backslash
31687 ce
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 spce 
31696 \end_layout
31697
31698 \end_inset
31699
31700 H2CO3
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31710 \end_inset
31711
31712
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 </row>
31718 <row>
31719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31720 \begin_inset Text
31721
31722 \begin_layout Plain Layout
31723
31724 \backslash
31725 ce
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 spce 
31734 \end_layout
31735
31736 \end_inset
31737
31738 SO4^2-
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 </row>
31756 <row>
31757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761
31762 \backslash
31763 ce
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 spce 
31772 \end_layout
31773
31774 \end_inset
31775
31776 (NH4)2S
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \end_inset
31792 </cell>
31793 </row>
31794 <row>
31795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799
31800 \backslash
31801 ce
31802 \begin_inset ERT
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807
31808 \backslash
31809 spce 
31810 \end_layout
31811
31812 \end_inset
31813
31814 KCr(SO4)2.12H2O
31815 \end_layout
31816
31817 \end_inset
31818 </cell>
31819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31820 \begin_inset Text
31821
31822 \begin_layout Plain Layout
31823 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \end_inset
31830 </cell>
31831 </row>
31832 <row>
31833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31834 \begin_inset Text
31835
31836 \begin_layout Plain Layout
31837
31838 \backslash
31839 ce
31840 \begin_inset ERT
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845
31846 \backslash
31847 spce 
31848 \end_layout
31849
31850 \end_inset
31851
31852 A-B
31853 \backslash
31854 dbond
31855 \begin_inset ERT
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859
31860
31861 \backslash
31862 spce 
31863 \end_layout
31864
31865 \end_inset
31866
31867 C
31868 \backslash
31869 tbond
31870 \begin_inset ERT
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874
31875
31876 \backslash
31877 spce 
31878 \end_layout
31879
31880 \end_inset
31881
31882 D
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 </row>
31900 <row>
31901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905
31906 \backslash
31907 ce
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 spce 
31916 \end_layout
31917
31918 \end_inset
31919
31920 ^227
31921 \begin_inset Formula $\downarrow$
31922 \end_inset
31923
31924 _90
31925 \begin_inset Formula $\to$
31926 \end_inset
31927
31928 Th+
31929 \end_layout
31930
31931 \end_inset
31932 </cell>
31933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31934 \begin_inset Text
31935
31936 \begin_layout Plain Layout
31937 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 <row>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951
31952 \backslash
31953 ce
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 spce 
31962 \end_layout
31963
31964 \end_inset
31965
31966 CO2
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972
31973 \backslash
31974 spce 
31975 \end_layout
31976
31977 \end_inset
31978
31979 +
31980 \begin_inset ERT
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984
31985
31986 \backslash
31987 spce 
31988 \end_layout
31989
31990 \end_inset
31991
31992 C
31993 \begin_inset ERT
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997
31998
31999 \backslash
32000 spce 
32001 \end_layout
32002
32003 \end_inset
32004
32005 <=>
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 spce 
32014 \end_layout
32015
32016 \end_inset
32017
32018 2CO
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 </row>
32036 <row>
32037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041
32042 \backslash
32043 ce
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 spce 
32052 \end_layout
32053
32054 \end_inset
32055
32056 CO2
32057 \begin_inset ERT
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062
32063 \backslash
32064 spce 
32065 \end_layout
32066
32067 \end_inset
32068
32069 +
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075
32076 \backslash
32077 spce 
32078 \end_layout
32079
32080 \end_inset
32081
32082 C
32083 \begin_inset ERT
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087
32088
32089 \backslash
32090 spce 
32091 \end_layout
32092
32093 \end_inset
32094
32095 ->[
32096 \backslash
32097 alpha][
32098 \backslash
32099 beta]
32100 \begin_inset ERT
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104
32105
32106 \backslash
32107 spce 
32108 \end_layout
32109
32110 \end_inset
32111
32112 2CO}
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 </row>
32130 </lyxtabular>
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \begin_inset Note Greyedout
32139 status open
32140
32141 \begin_layout Plain Layout
32142
32143 \series bold
32144 \color none
32145 Note:
32146 \series default
32147  Inserting a formula to a 
32148 \series bold
32149
32150 \backslash
32151 ce
32152 \series default
32153  box will lead to LaTeX errors due to a LyX bug.
32154 \color inherit
32155
32156 \begin_inset Foot
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160 \begin_inset CommandInset href
32161 LatexCommand href
32162 name "LyX-bug #8566"
32163 target "http://www.lyx.org/trac/ticket/8566"
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \color none
32174  In this case TeX code has to be used like for 
32175 \series bold
32176
32177 \backslash
32178 ce{$
32179 \backslash
32180 mu
32181 \backslash
32182 hyphen$Cl}
32183 \series default
32184
32185 \begin_inset ERT
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190
32191 \backslash
32192 ce{$
32193 \backslash
32194 mu
32195 \backslash
32196 hyphen$Cl}
32197 \end_layout
32198
32199 \end_inset
32200
32201  
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 \begin_inset Note Greyedout
32211 status open
32212
32213 \begin_layout Plain Layout
32214
32215 \series bold
32216 \color none
32217 Note:
32218 \series default
32219  It is not possible in LyX to use the character ^ to get an up-arrow as
32220  described in the 
32221 \series bold
32222 mhchem
32223 \series default
32224  manual.
32225  One instead uses a negative thin space followed by the command 
32226 \series bold
32227
32228 \backslash
32229 uparrow
32230 \series default
32231
32232 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Standard
32244 Using 
32245 \series bold
32246
32247 \backslash
32248 ce
32249 \series default
32250  the command for equation
32251 \begin_inset space ~
32252 \end_inset
32253
32254
32255 \begin_inset CommandInset ref
32256 LatexCommand eqref
32257 reference "eq:chem-reaction"
32258
32259 \end_inset
32260
32261  is:
32262 \begin_inset Newline newline
32263 \end_inset
32264
32265
32266 \series bold
32267  
32268 \backslash
32269 ce
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275
32276 \backslash
32277 spce 
32278 \end_layout
32279
32280 \end_inset
32281
32282 2Na+
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288
32289 \backslash
32290 spce 
32291 \end_layout
32292
32293 \end_inset
32294
32295 +
32296 \begin_inset ERT
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300
32301
32302 \backslash
32303 spce 
32304 \end_layout
32305
32306 \end_inset
32307
32308 SO4^2-
32309 \begin_inset ERT
32310 status collapsed
32311
32312 \begin_layout Plain Layout
32313
32314
32315 \backslash
32316 spce 
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \begin_inset ERT
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326
32327
32328 \backslash
32329 spce 
32330 \end_layout
32331
32332 \end_inset
32333
32334 ->
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 spce 
32343 \end_layout
32344
32345 \end_inset
32346
32347 Na2SO4
32348 \end_layout
32349
32350 \begin_layout Standard
32351 To create multiline chemical equations first a multiline formula is created
32352  as described in 
32353 \begin_inset CommandInset ref
32354 LatexCommand ref
32355 reference "sec:Multiline-Formulas"
32356
32357 \end_inset
32358
32359 .
32360  Afterwards the command 
32361 \series bold
32362
32363 \backslash
32364 ce
32365 \series default
32366  is used in every small blue box of the formula.
32367  
32368 \begin_inset CommandInset ref
32369 LatexCommand eqref
32370 reference "eq:TEOS-reaction-1"
32371
32372 \end_inset
32373
32374  and 
32375 \begin_inset CommandInset ref
32376 LatexCommand eqref
32377 reference "eq:TEOS-reaction-2"
32378
32379 \end_inset
32380
32381  are an example of a multi-stage chemical reaction where every equation
32382  has its own number.
32383 \begin_inset Formula 
32384 \begin{eqnarray}
32385 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32386 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32387 \end{eqnarray}
32388
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 Besides 
32396 \series bold
32397
32398 \backslash
32399 ce
32400 \series default
32401  the 
32402 \series bold
32403 mhchem
32404 \series default
32405  package provides the command 
32406 \series bold
32407
32408 \backslash
32409 cf
32410 \series default
32411
32412 \begin_inset Index idx
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 Commands ! C ! 
32417 \backslash
32418 cf
32419 \end_layout
32420
32421 \end_inset
32422
32423  that has to be used for special cases.
32424  For more information about 
32425 \series bold
32426
32427 \backslash
32428 cf
32429 \series default
32430  and more examples have a look at the documentation of 
32431 \series bold
32432 mhchem
32433 \series default
32434
32435 \begin_inset CommandInset citation
32436 LatexCommand cite
32437 key "mhchem"
32438
32439 \end_inset
32440
32441 .
32442 \end_layout
32443
32444 \begin_layout Section
32445 Diagrams
32446 \end_layout
32447
32448 \begin_layout Standard
32449 LyX supports two types of commutative diagrams: 
32450 \series bold
32451 amscd
32452 \series default
32453  and 
32454 \series bold
32455 xymatrix
32456 \series default
32457  that are explained in the following.
32458 \end_layout
32459
32460 \begin_layout Subsection
32461 Amscd Diagrams
32462 \begin_inset Index idx
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466 Diagrams ! amscd
32467 \end_layout
32468
32469 \end_inset
32470
32471
32472 \end_layout
32473
32474 \begin_layout Standard
32475 Diagrams of this type visualize relations by vertical and horizontal lines
32476  or arrows:
32477 \begin_inset Formula 
32478 \[
32479 \begin{CD}A@>>>B@>>>C\\
32480 @AAA@.@VVV\\
32481 F@<<<E@<<<D
32482 \end{CD}
32483 \]
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 To get them, the command 
32492 \series bold
32493
32494 \backslash
32495 CD
32496 \begin_inset Index idx
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500 Commands ! C ! 
32501 \backslash
32502 CD
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \series default
32509  is inserted to a formula.
32510  A blue box appears with two dashed lines where further commands can be
32511  inserted.
32512  With 
32513 \begin_inset Info
32514 type  "shortcut"
32515 arg   "newline-insert newline"
32516 \end_inset
32517
32518  a new line is created.
32519  Horizontal relations are inserted in odd, vertical in even formula lines.
32520 \end_layout
32521
32522 \begin_layout Standard
32523 To create the relations there are the following commands:
32524 \end_layout
32525
32526 \begin_layout Itemize
32527
32528 \series bold
32529 @<<<
32530 \series default
32531  creates a left arrow, 
32532 \series bold
32533 @>>>
32534 \series default
32535  a right arrow and 
32536 \series bold
32537 @=
32538 \series default
32539  a long equal sign
32540 \end_layout
32541
32542 \begin_layout Itemize
32543
32544 \series bold
32545 @AAA
32546 \series default
32547  creates an up arrow, 
32548 \series bold
32549 @VVV
32550 \series default
32551  a down arrow and 
32552 \series bold
32553 @|
32554 \series default
32555  a vertical equal sign
32556 \end_layout
32557
32558 \begin_layout Itemize
32559
32560 \series bold
32561 @.
32562
32563 \series default
32564  is a placeholder for non-existent relations
32565 \end_layout
32566
32567 \begin_layout Standard
32568 All arrows can be labeled as follows:
32569 \end_layout
32570
32571 \begin_layout Itemize
32572 If text inserted between the first and second < or >, resp., it is placed
32573  above the arrow.
32574  When it is inserted between the second and third one, it appears under
32575  the arrow.
32576 \end_layout
32577
32578 \begin_layout Itemize
32579 When text for vertical arrows is inserted between the first and second A
32580  or V, resp., it is placed left beside the arrow.
32581  When it is inserted between the second and third one, it appears right
32582  beside the arrow.
32583  If the text contains an A or V, these letters must be set into a TeX-brace.
32584 \end_layout
32585
32586 \begin_layout Standard
32587 As example a diagram with all possible relations:
32588 \end_layout
32589
32590 \begin_layout Standard
32591 \begin_inset Formula 
32592 \[
32593 \begin{CD}A@>j>>B@>>k>C@=F\\
32594 @AmAA@.@VV{V}V@|\\
32595 D@<<j<E@>k>>F@=C
32596 \end{CD}
32597 \]
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Standard
32605 The command for this is:
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609
32610 \series bold
32611
32612 \backslash
32613 CD
32614 \begin_inset ERT
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618
32619
32620 \backslash
32621 spce 
32622 \end_layout
32623
32624 \end_inset
32625
32626 A@>j>>B@>>k>C@=F Ctrl+Return
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \begin_inset Phantom HPhantom
32632 status open
32633
32634 \begin_layout Plain Layout
32635
32636 \series bold
32637
32638 \backslash
32639 CD
32640 \begin_inset ERT
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644
32645
32646 \backslash
32647 spce 
32648 \end_layout
32649
32650 \end_inset
32651
32652
32653 \end_layout
32654
32655 \end_inset
32656
32657 @AmAA@.@VV
32658 \backslash
32659 {V
32660 \series default
32661
32662 \begin_inset Formula $\to$
32663 \end_inset
32664
32665
32666 \series bold
32667 V@| Ctrl+Return
32668 \begin_inset Newline newline
32669 \end_inset
32670
32671
32672 \begin_inset Phantom HPhantom
32673 status open
32674
32675 \begin_layout Plain Layout
32676
32677 \series bold
32678
32679 \backslash
32680 CD
32681 \begin_inset ERT
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685
32686
32687 \backslash
32688 spce 
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \end_inset
32697
32698 D@<<j<E@>k>>F@=C
32699 \end_layout
32700
32701 \begin_layout Subsection
32702 Xymatrix Diagrams
32703 \begin_inset Index idx
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707 Diagrams ! xymatrix
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \end_layout
32714
32715 \begin_layout Standard
32716 To be able to use xymatrices, the LaTeX-package 
32717 \series bold
32718 xypic
32719 \series default
32720  must be installed.
32721  A xymatrix is created by inserting the command 
32722 \series bold
32723
32724 \backslash
32725 xymatrix
32726 \series default
32727  in a formula.
32728  Then you are able to add new matrix columns and rows like for normal matrices,
32729  see 
32730 \begin_inset CommandInset ref
32731 LatexCommand ref
32732 reference "sec:Matrices"
32733
32734 \end_inset
32735
32736 .
32737 \end_layout
32738
32739 \begin_layout Standard
32740 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32741  and much more.
32742  All possibilities to create commutative diagrams and decorations are explained
32743  in detail in the 
32744 \emph on
32745 XY-pic manual
32746 \emph default
32747  that you find in the menu 
32748 \family sans
32749 Help\SpecialChar \menuseparator
32750 Specific
32751 \begin_inset space ~
32752 \end_inset
32753
32754 Manuals
32755 \family default
32756 .
32757 \end_layout
32758
32759 \begin_layout Subsection
32760
32761 \noun on
32762 Feynman
32763 \noun default
32764  Diagrams
32765 \begin_inset Index idx
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 Diagrams ! Feynman
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Standard
32778 To be able to use 
32779 \noun on
32780 Feynman
32781 \noun default
32782 -diagrams, the LaTeX-package 
32783 \series bold
32784 feyn
32785 \series default
32786  must be installed.
32787  A 
32788 \noun on
32789 Feynman
32790 \noun default
32791 -diagram is created by inserting the command 
32792 \series bold
32793
32794 \backslash
32795 Diagram
32796 \series default
32797  in a formula.
32798  Then you are able to add new matrix columns and rows like for normal matrices,
32799  see 
32800 \begin_inset CommandInset ref
32801 LatexCommand ref
32802 reference "sec:Matrices"
32803
32804 \end_inset
32805
32806 .
32807 \end_layout
32808
32809 \begin_layout Standard
32810 Examples how to create 
32811 \noun on
32812 Feynman-
32813 \noun default
32814 diagrams in LyX is given in the 
32815 \emph on
32816 Feynman-diagram manual
32817 \emph default
32818  that you find in the menu 
32819 \family sans
32820 Help\SpecialChar \menuseparator
32821 Specific
32822 \begin_inset space ~
32823 \end_inset
32824
32825 Manuals
32826 \family default
32827 .
32828 \end_layout
32829
32830 \begin_layout Standard
32831 \begin_inset Newpage newpage
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Section
32838 User-defined Commands
32839 \begin_inset Index idx
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843 User-defined commands
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Standard
32852 \begin_inset Note Greyedout
32853 status open
32854
32855 \begin_layout Plain Layout
32856
32857 \series bold
32858 Note:
32859 \series default
32860  The names of user-defined commands and macros may only consist of Latin
32861  letters.
32862 \end_layout
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Subsection
32870 The Command 
32871 \backslash
32872 newcommand
32873 \begin_inset CommandInset label
32874 LatexCommand label
32875 name "sub:The-Command-newcommand"
32876
32877 \end_inset
32878
32879
32880 \begin_inset Index idx
32881 status collapsed
32882
32883 \begin_layout Plain Layout
32884 User-defined commands ! 
32885 \backslash
32886 newcommand
32887 \end_layout
32888
32889 \end_inset
32890
32891
32892 \begin_inset Index idx
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896 Commands ! N ! 
32897 \backslash
32898 newcommand
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Standard
32907 Many LaTeX-commands are too long to be used frequently.
32908  But it is possible to define with the command 
32909 \series bold
32910
32911 \backslash
32912 newcommand
32913 \series default
32914  new shorter commands.
32915 \end_layout
32916
32917 \begin_layout Standard
32918 The command scheme of 
32919 \series bold
32920
32921 \backslash
32922 newcommand
32923 \series default
32924  is:
32925 \end_layout
32926
32927 \begin_layout Standard
32928
32929 \series bold
32930
32931 \backslash
32932 newcommand{new command name}[number of arguments][optional
32933 \series default
32934  
32935 \series bold
32936 value]
32937 \begin_inset Newline newline
32938 \end_inset
32939
32940
32941 \begin_inset Phantom HPhantom
32942 status open
32943
32944 \begin_layout Plain Layout
32945
32946 \series bold
32947
32948 \backslash
32949 newcommand
32950 \end_layout
32951
32952 \end_inset
32953
32954 {command definition}
32955 \end_layout
32956
32957 \begin_layout Standard
32958 \begin_inset Note Greyedout
32959 status open
32960
32961 \begin_layout Plain Layout
32962
32963 \series bold
32964 Note:
32965 \series default
32966  Assure that the name of the new command is not already used in your document
32967  or by LaTeX-packages that you use.
32968  When you for example define the command 
32969 \series bold
32970
32971 \backslash
32972 le
32973 \series default
32974  for 
32975 \series bold
32976
32977 \backslash
32978 Leftarrow
32979 \series default
32980 , you get an error message because 
32981 \series bold
32982
32983 \backslash
32984 le
32985 \series default
32986  is already defined as command for 
32987 \begin_inset Quotes eld
32988 \end_inset
32989
32990
32991 \begin_inset Formula $\le$
32992 \end_inset
32993
32994
32995 \begin_inset Quotes erd
32996 \end_inset
32997
32998 .
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Standard
33007 The number of arguments is an integer in the range 0
33008 \begin_inset space \thinspace{}
33009 \end_inset
33010
33011 -
33012 \begin_inset space \thinspace{}
33013 \end_inset
33014
33015 9 and specifies how many arguments the new command should have.
33016  With the optional value a value for an optional argument can be predefined.
33017  When this is done, the 
33018 \emph on
33019 first
33020 \emph default
33021  
33022 \emph on
33023 a
33024 \emph default
33025 rgument of the new command is automatically an optional one.
33026 \end_layout
33027
33028 \begin_layout Standard
33029 Here are some examples:
33030 \end_layout
33031
33032 \begin_layout Itemize
33033 To define the command 
33034 \series bold
33035
33036 \backslash
33037 gr
33038 \series default
33039  for 
33040 \series bold
33041
33042 \backslash
33043 Longrightarrow
33044 \series default
33045 , the LaTeX-preamble line is:
33046 \begin_inset VSpace medskip
33047 \end_inset
33048
33049
33050 \begin_inset Newline newline
33051 \end_inset
33052
33053
33054 \series bold
33055
33056 \backslash
33057 newcommand{
33058 \backslash
33059 gr}{
33060 \backslash
33061 Longrightarrow}
33062 \end_layout
33063
33064 \begin_layout Itemize
33065 To define the command 
33066 \series bold
33067
33068 \backslash
33069 us
33070 \series default
33071  for 
33072 \series bold
33073
33074 \backslash
33075 underline
33076 \series default
33077 , the argument (that should be underlined) must be taken into account.
33078  For this the preamble line is:
33079 \begin_inset VSpace medskip
33080 \end_inset
33081
33082
33083 \begin_inset Newline newline
33084 \end_inset
33085
33086
33087 \series bold
33088
33089 \backslash
33090 newcommand{
33091 \backslash
33092 us}[1]{
33093 \backslash
33094 underline{#1}}
33095 \series default
33096
33097 \begin_inset VSpace medskip
33098 \end_inset
33099
33100
33101 \begin_inset Newline newline
33102 \end_inset
33103
33104 The character 
33105 \series bold
33106 #
33107 \series default
33108  acts as argument placeholder, the 
33109 \series bold
33110 1
33111 \series default
33112  behind it denotes that it is the placeholder for the first argument.
33113 \end_layout
33114
33115 \begin_layout Itemize
33116 For 
33117 \series bold
33118
33119 \backslash
33120 framebox
33121 \series default
33122  one can e.
33123 \begin_inset space \thinspace{}
33124 \end_inset
33125
33126 g.
33127 \begin_inset space \space{}
33128 \end_inset
33129
33130 define the command 
33131 \series bold
33132
33133 \backslash
33134 fb
33135 \series default
33136 :
33137 \begin_inset VSpace medskip
33138 \end_inset
33139
33140
33141 \begin_inset Newline newline
33142 \end_inset
33143
33144
33145 \series bold
33146
33147 \backslash
33148 newcommand{
33149 \backslash
33150 fb}[3]{
33151 \backslash
33152 framebox#1#2{$#3$}}
33153 \series default
33154
33155 \begin_inset VSpace medskip
33156 \end_inset
33157
33158
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162 The two Dollar signs creates the extra formula needed for 
33163 \series bold
33164
33165 \backslash
33166 framebox
33167 \series default
33168 , see 
33169 \begin_inset CommandInset ref
33170 LatexCommand ref
33171 reference "sub:Boxes-with-Frame"
33172
33173 \end_inset
33174
33175 .
33176 \end_layout
33177
33178 \begin_layout Itemize
33179 To create a new command for 
33180 \series bold
33181
33182 \backslash
33183 fcolorbox
33184 \series default
33185  where the color for the box need not be specified, the argument for the
33186  color is defined optional:
33187 \begin_inset VSpace medskip
33188 \end_inset
33189
33190
33191 \begin_inset Newline newline
33192 \end_inset
33193
33194
33195 \series bold
33196
33197 \backslash
33198 newcommand{
33199 \backslash
33200 cb}[3][white]{
33201 \backslash
33202 fcolorbox{#2}{#1}{$#3$}}
33203 \series default
33204
33205 \begin_inset VSpace medskip
33206 \end_inset
33207
33208
33209 \begin_inset Newline newline
33210 \end_inset
33211
33212 When the color is not specified when using 
33213 \series bold
33214
33215 \backslash
33216 cb
33217 \series default
33218 , the predefined color 
33219 \series bold
33220 white
33221 \series default
33222  will be used.
33223 \end_layout
33224
33225 \begin_layout Standard
33226 A test of the new defined commands:
33227 \end_layout
33228
33229 \begin_layout Standard
33230 \align center
33231 \begin_inset Tabular
33232 <lyxtabular version="3" rows="6" columns="2">
33233 <features rotate="0" tabularvalignment="middle">
33234 <column alignment="center" valignment="top">
33235 <column alignment="center" valignment="top">
33236 <row>
33237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Plain Layout
33241 Command
33242 \end_layout
33243
33244 \end_inset
33245 </cell>
33246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 Result
33251 \begin_inset Note Note
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255
33256 \series bold
33257
33258 \backslash
33259 raisebox
33260 \series default
33261  is only used as spacer.
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 A
33278 \backslash
33279 gr
33280 \begin_inset ERT
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284
33285
33286 \backslash
33287 spce 
33288 \end_layout
33289
33290 \end_inset
33291
33292 B
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301 \begin_inset Formula $A\gr B$
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 </row>
33310 <row>
33311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33312 \begin_inset Text
33313
33314 \begin_layout Plain Layout
33315
33316 \backslash
33317 us{ABcd
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \end_inset
33333 </cell>
33334 </row>
33335 <row>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340
33341 \backslash
33342 fb{[2cm]
33343 \begin_inset Formula $\to$
33344 \end_inset
33345
33346
33347 \backslash
33348 {
33349 \begin_inset Formula $\to$
33350 \end_inset
33351
33352
33353 \backslash
33354 {
33355 \backslash
33356 int
33357 \begin_inset ERT
33358 status collapsed
33359
33360 \begin_layout Plain Layout
33361
33362
33363 \backslash
33364 spce 
33365 \end_layout
33366
33367 \end_inset
33368
33369 A=B
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \end_inset
33385 </cell>
33386 </row>
33387 <row>
33388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33389 \begin_inset Text
33390
33391 \begin_layout Plain Layout
33392
33393 \backslash
33394 cb{red
33395 \begin_inset Formula $\to$
33396 \end_inset
33397
33398
33399 \backslash
33400 {
33401 \backslash
33402 int
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 spce 
33411 \end_layout
33412
33413 \end_inset
33414
33415 A=B
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 </row>
33433 <row>
33434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438
33439 \backslash
33440 cb[green]
33441 \backslash
33442 {red
33443 \begin_inset Formula $\to$
33444 \end_inset
33445
33446
33447 \backslash
33448 {
33449 \backslash
33450 int
33451 \begin_inset ERT
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455
33456
33457 \backslash
33458 spce 
33459 \end_layout
33460
33461 \end_inset
33462
33463 A=B
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33469 \begin_inset Text
33470
33471 \begin_layout Plain Layout
33472 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33473 \end_inset
33474
33475
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 </lyxtabular>
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Subsection
33489 Math Macros
33490 \begin_inset Index idx
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494 User-defined commands! Math macros
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \begin_inset Index idx
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504 Macros
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Standard
33513 User-defined commands are especially convenient for complex expressions.
33514  When you are for example dealing with a document that has quadratic equations,
33515  the same solution type occurs several times.
33516  The general form of a quadratic equation is
33517 \begin_inset Formula 
33518 \[
33519 0=\lambda^{2}+p\lambda+q
33520 \]
33521
33522 \end_inset
33523
33524 The general form of the solution is
33525 \begin_inset Formula 
33526 \[
33527 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33528 \]
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Standard
33536 To define a command for the solution formula where only the three parameters
33537  
33538 \begin_inset Formula $\lambda$
33539 \end_inset
33540
33541
33542 \begin_inset Formula $p$
33543 \end_inset
33544
33545  and 
33546 \begin_inset Formula $q$
33547 \end_inset
33548
33549  need to be specified and the index of 
33550 \begin_inset Formula $\lambda$
33551 \end_inset
33552
33553  can be given optionally, the LaTeX-preamble line is
33554 \begin_inset Newline newline
33555 \end_inset
33556
33557
33558 \series bold
33559
33560 \backslash
33561 newcommand{
33562 \backslash
33563 qG}[4][1,
33564 \backslash
33565 ,2]{#2_{#1}=-
33566 \backslash
33567 frac{#3}{2}
33568 \backslash
33569 pm
33570 \begin_inset Newline newline
33571 \end_inset
33572
33573
33574 \begin_inset Phantom HPhantom
33575 status open
33576
33577 \begin_layout Plain Layout
33578
33579 \series bold
33580
33581 \backslash
33582 newcommand
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \backslash
33589 sqrt{
33590 \backslash
33591 frac{#3^{2}}{4}-#4}}
33592 \end_layout
33593
33594 \begin_layout Standard
33595 To create with this the solution formula, the command
33596 \begin_inset Newline newline
33597 \end_inset
33598
33599
33600 \series bold
33601
33602 \backslash
33603 qG{
33604 \backslash
33605 lambda
33606 \begin_inset Formula $\to$
33607 \end_inset
33608
33609
33610 \backslash
33611 {p
33612 \begin_inset Formula $\to$
33613 \end_inset
33614
33615
33616 \backslash
33617 {q
33618 \series default
33619  is inserted to a formula
33620 \series bold
33621 .
33622 \end_layout
33623
33624 \begin_layout Standard
33625 The definition of the new command is unintuitive because one has to know
33626  the schemes of all used LaTeX commands, e.
33627 \begin_inset space \thinspace{}
33628 \end_inset
33629
33630 g.
33631 \begin_inset space \space{}
33632 \end_inset
33633
33634 that a fraction is inserted in LaTeX as 
33635 \series bold
33636
33637 \backslash
33638 frac{numerator}{denominator}
33639 \series default
33640 .
33641  Furthermore one can easily forget a brace in the definition and cannot
33642  see in LyX what the new command is doing.
33643  To avoid these problems LyX offers the possibility to use math macros instead
33644  of the command 
33645 \series bold
33646
33647 \backslash
33648 newcommand
33649 \series default
33650 .
33651 \end_layout
33652
33653 \begin_layout Standard
33654 A math macro is created by using the menu 
33655 \family sans
33656 Insert\SpecialChar \menuseparator
33657 Math\SpecialChar \menuseparator
33658 Macro
33659 \family default
33660  or the toolbar button 
33661 \begin_inset Graphics
33662         filename ../images/math-macro_newmacroname_newcommand.png
33663         scale 85
33664
33665 \end_inset
33666
33667 .
33668  The math macro toolbar appears together with the following box where the
33669  macro is defined:
33670 \begin_inset Newline newline
33671 \end_inset
33672
33673
33674 \begin_inset space \hspace*{\fill}
33675 \end_inset
33676
33677
33678 \begin_inset Graphics
33679         filename clipart/macrobox.png
33680
33681 \end_inset
33682
33683
33684 \begin_inset space \hspace*{\fill}
33685 \end_inset
33686
33687
33688 \begin_inset Newline newline
33689 \end_inset
33690
33691
33692 \begin_inset FormulaMacro
33693 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33694 \end_inset
33695
33696
33697 \backslash
33698 newmacroname is the default name of the macro that should be changed to
33699  something sensible.
33700  The wanted formula is inserted in the first blue box.
33701  An argument placeholder is inserted with the command 
33702 \series bold
33703
33704 \backslash
33705 #argumentnumber
33706 \series default
33707 , e.
33708 \begin_inset space \thinspace{}
33709 \end_inset
33710
33711 g
33712 \begin_inset space \space{}
33713 \end_inset
33714
33715
33716 \series bold
33717
33718 \backslash
33719 #1
33720 \series default
33721  or by using the macro toolbar button 
33722 \begin_inset Graphics
33723         filename ../images/math-macro-add-param.png
33724         scale 85
33725
33726 \end_inset
33727
33728 .
33729  Argument placeholders are displayed red.
33730  A maximum of 9
33731 \begin_inset space ~
33732 \end_inset
33733
33734 arguments are possible.
33735  Optional arguments are created with the toolbar button 
33736 \begin_inset Graphics
33737         filename ../images/math-macro-add-optional-param.png
33738         scale 85
33739
33740 \end_inset
33741
33742 .
33743  The first non-optional argument can be transformed to an optional one with
33744  the toolbar button 
33745 \begin_inset Graphics
33746         filename ../images/math-macro-make-optional.png
33747         scale 85
33748
33749 \end_inset
33750
33751 .
33752  In the second blue box the appearance of the macro in LyX can be defined.
33753  Normally you want to see it as it is defined, so the box is kept empty.
33754  But when you have created a macro that needs lot of space on the screen,
33755  you can insert in the box for example
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \series bold
33761 qG: 
33762 \backslash
33763 #1
33764 \series default
33765  
33766 \series bold
33767 ,
33768 \series default
33769  
33770 \series bold
33771
33772 \backslash
33773 #2
33774 \series default
33775  
33776 \series bold
33777 ,
33778 \series default
33779  
33780 \series bold
33781
33782 \backslash
33783 #3, 
33784 \backslash
33785 #4
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789
33790 \series default
33791 For the macro only the arguments with the macro name in front of them will
33792  then be displayed in LyX, leading to a better overview.
33793  The formula appears in the output as defined in the first box.
33794 \begin_inset Newline newline
33795 \end_inset
33796
33797 The appearance of macros in formulas can furthermore be changed for single
33798  macros by setting the cursor in the macro and using the menu 
33799 \family sans
33800 View\SpecialChar \menuseparator
33801 (Un)fold
33802 \begin_inset space ~
33803 \end_inset
33804
33805 Math
33806 \begin_inset space ~
33807 \end_inset
33808
33809 Macro
33810 \family default
33811 .
33812 \end_layout
33813
33814 \begin_layout Standard
33815 To use a macro, the macro name is inserted as command to a formula, in our
33816  case 
33817 \series bold
33818
33819 \backslash
33820 qG
33821 \series default
33822 .
33823  Our macro looks in LyX like this:
33824 \begin_inset Newline newline
33825 \end_inset
33826
33827
33828 \begin_inset space \hspace*{\fill}
33829 \end_inset
33830
33831
33832 \begin_inset Graphics
33833         filename clipart/macrouse.png
33834
33835 \end_inset
33836
33837
33838 \begin_inset space \hspace*{\fill}
33839 \end_inset
33840
33841
33842 \begin_inset Newline newline
33843 \end_inset
33844
33845 Here is our macro example with the arguments 
33846 \begin_inset Formula $x$
33847 \end_inset
33848
33849
33850 \begin_inset Formula $\ln(x)$
33851 \end_inset
33852
33853  and 
33854 \begin_inset Formula $B$
33855 \end_inset
33856
33857 :
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \begin_inset Formula 
33862 \[
33863 \qG x{\ln(x)}B
33864 \]
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \begin_layout Standard
33872 LyX offers in the menu 
33873 \family sans
33874 Tools\SpecialChar \menuseparator
33875 Preferences\SpecialChar \menuseparator
33876 Editing\SpecialChar \menuseparator
33877 Control
33878 \family default
33879  different styles to edit macros.
33880  To find the style that suits you the most, choose a style and set the cursor
33881  in a macro formula to see the difference.
33882 \end_layout
33883
33884 \begin_layout Standard
33885 A math macro is transformed internally to a 
33886 \series bold
33887
33888 \backslash
33889 newcommand
33890 \series default
33891  command when exporting the document.
33892  The created 
33893 \series bold
33894
33895 \backslash
33896 newcommand
33897 \series default
33898  command is not placed in the LaTeX-preamble, therefore macros can only
33899  be used in formulas that are in the document below the macro definition
33900  box.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 Math macros can also be directly created from a 
33905 \series bold
33906
33907 \backslash
33908 newcommand
33909 \series default
33910  command.
33911  When writing for example the command
33912 \series bold
33913
33914 \begin_inset Newline newline
33915 \end_inset
33916
33917
33918 \backslash
33919 newcommand{
33920 \backslash
33921 larrow}[2]{
33922 \backslash
33923 xleftarrow[#2]{#1}}
33924 \begin_inset Newline newline
33925 \end_inset
33926
33927
33928 \series default
33929 in LyX as normal text, highlighting it completely and using then the shortcut
33930  
33931 \family sans
33932 Ctrl+M
33933 \family default
33934 , the command will be transformed to a math macro.
33935  Using this method you need to be careful that the 
33936 \series bold
33937
33938 \backslash
33939 newcommand
33940 \series default
33941  command is typed correctly, otherwise you get a faulty macro leading to
33942  LaTeX errors.
33943 \end_layout
33944
33945 \begin_layout Standard
33946 Math macros currently have the problem that further formulas in macro definition
33947 s are handled wrongly.
33948  Therefore the example 
33949 \series bold
33950
33951 \backslash
33952 fb
33953 \series default
33954  from 
33955 \begin_inset CommandInset ref
33956 LatexCommand ref
33957 reference "sub:The-Command-newcommand"
33958
33959 \end_inset
33960
33961  cannot be created as macro.
33962 \end_layout
33963
33964 \begin_layout Standard
33965 When the cursor is in a macro definition box, you will see the macro toolbar
33966  in LyX:
33967 \end_layout
33968
33969 \begin_layout Standard
33970 \begin_inset VSpace defskip
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Standard
33977 \begin_inset Graphics
33978         filename clipart/MacroToolbar.png
33979
33980 \end_inset
33981
33982
33983 \begin_inset Index idx
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987 Macros ! Toolbar
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 \begin_inset VSpace defskip
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 The macro toolbar contains from left to right the following buttons:
34004 \end_layout
34005
34006 \begin_layout Standard
34007 \begin_inset VSpace defskip
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \begin_layout Standard
34014 \begin_inset Tabular
34015 <lyxtabular version="3" rows="9" columns="2">
34016 <features rotate="0" islongtable="true" longtabularalignment="center">
34017 <column alignment="left" valignment="top">
34018 <column alignment="left" valignment="top" width="85col%">
34019 <row interlinespace="2.5mm">
34020 <cell alignment="center" valignment="top" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 \begin_inset Graphics
34025         filename ../images/math-macro-remove-param.png
34026         rotateOrigin center
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039
34040 \family sans
34041 Edit\SpecialChar \menuseparator
34042 Math\SpecialChar \menuseparator
34043 Macro
34044 \begin_inset space ~
34045 \end_inset
34046
34047 Definition\SpecialChar \menuseparator
34048 Remove Last Argument
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 </row>
34054 <row interlinespace="2.5mm">
34055 <cell alignment="center" valignment="top" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 \begin_inset Graphics
34060         filename ../images/math-macro-add-param.png
34061         rotateOrigin center
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \end_inset
34069 </cell>
34070 <cell alignment="center" valignment="top" usebox="none">
34071 \begin_inset Text
34072
34073 \begin_layout Plain Layout
34074
34075 \family sans
34076 Edit\SpecialChar \menuseparator
34077 Math\SpecialChar \menuseparator
34078 Macro
34079 \begin_inset space ~
34080 \end_inset
34081
34082 Definition\SpecialChar \menuseparator
34083 Append Argument
34084 \end_layout
34085
34086 \end_inset
34087 </cell>
34088 </row>
34089 <row interlinespace="2.5mm">
34090 <cell alignment="center" valignment="top" usebox="none">
34091 \begin_inset Text
34092
34093 \begin_layout Plain Layout
34094 \begin_inset Graphics
34095         filename ../images/math-macro-make-optional.png
34096         rotateOrigin center
34097
34098 \end_inset
34099
34100
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 <cell alignment="center" valignment="top" usebox="none">
34106 \begin_inset Text
34107
34108 \begin_layout Plain Layout
34109
34110 \family sans
34111 Edit\SpecialChar \menuseparator
34112 Math\SpecialChar \menuseparator
34113 Macro
34114 \begin_inset space ~
34115 \end_inset
34116
34117 Definition\SpecialChar \menuseparator
34118 Make First Non-Optional into
34119 \begin_inset Newline newline
34120 \end_inset
34121
34122
34123 \begin_inset Phantom HPhantom
34124 status open
34125
34126 \begin_layout Plain Layout
34127
34128 \family sans
34129 Edit\SpecialChar \menuseparator
34130 Math\SpecialChar \menuseparator
34131 Macro
34132 \begin_inset space ~
34133 \end_inset
34134
34135 Definition\SpecialChar \menuseparator
34136
34137 \end_layout
34138
34139 \end_inset
34140
34141 Optional Argument
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 </row>
34147 <row interlinespace="2.5mm">
34148 <cell alignment="center" valignment="top" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 \begin_inset Graphics
34153         filename ../images/math-macro-make-nonoptional.png
34154         rotateOrigin center
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \family sans
34169 Edit\SpecialChar \menuseparator
34170 Math\SpecialChar \menuseparator
34171 Macro
34172 \begin_inset space ~
34173 \end_inset
34174
34175 Definition\SpecialChar \menuseparator
34176 Make Last Optional into
34177 \begin_inset Newline newline
34178 \end_inset
34179
34180
34181 \begin_inset Phantom HPhantom
34182 status open
34183
34184 \begin_layout Plain Layout
34185
34186 \family sans
34187 Edit\SpecialChar \menuseparator
34188 Math\SpecialChar \menuseparator
34189 Macro
34190 \begin_inset space ~
34191 \end_inset
34192
34193 Definition\SpecialChar \menuseparator
34194
34195 \end_layout
34196
34197 \end_inset
34198
34199 Non-Optional Argument
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 </row>
34205 <row interlinespace="2.5mm">
34206 <cell alignment="center" valignment="top" usebox="none">
34207 \begin_inset Text
34208
34209 \begin_layout Plain Layout
34210 \begin_inset Graphics
34211         filename ../images/math-macro-remove-optional-param.png
34212         rotateOrigin center
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 <cell alignment="center" valignment="top" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225
34226 \family sans
34227 Edit\SpecialChar \menuseparator
34228 Math\SpecialChar \menuseparator
34229 Macro
34230 \begin_inset space ~
34231 \end_inset
34232
34233 Definition\SpecialChar \menuseparator
34234 Remove Optional Argument
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 </row>
34240 <row interlinespace="2.5mm">
34241 <cell alignment="center" valignment="top" usebox="none">
34242 \begin_inset Text
34243
34244 \begin_layout Plain Layout
34245 \begin_inset Graphics
34246         filename ../images/math-macro-add-optional-param.png
34247         rotateOrigin center
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 <cell alignment="center" valignment="top" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Plain Layout
34260
34261 \family sans
34262 Edit\SpecialChar \menuseparator
34263 Math\SpecialChar \menuseparator
34264 Macro
34265 \begin_inset space ~
34266 \end_inset
34267
34268 Definition\SpecialChar \menuseparator
34269 Insert Optional Argument
34270 \end_layout
34271
34272 \end_inset
34273 </cell>
34274 </row>
34275 <row interlinespace="2.5mm">
34276 <cell alignment="center" valignment="top" usebox="none">
34277 \begin_inset Text
34278
34279 \begin_layout Plain Layout
34280 \begin_inset Graphics
34281         filename ../images/math-macro-remove-greedy-param.png
34282         rotateOrigin center
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 <cell alignment="center" valignment="top" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295
34296 \family sans
34297 Edit\SpecialChar \menuseparator
34298 Math\SpecialChar \menuseparator
34299 Macro
34300 \begin_inset space ~
34301 \end_inset
34302
34303 Definition\SpecialChar \menuseparator
34304 Remove Last Argument
34305 \begin_inset Newline newline
34306 \end_inset
34307
34308
34309 \begin_inset Phantom HPhantom
34310 status open
34311
34312 \begin_layout Plain Layout
34313
34314 \family sans
34315 Edit\SpecialChar \menuseparator
34316 Math\SpecialChar \menuseparator
34317 Macro
34318 \begin_inset space ~
34319 \end_inset
34320
34321 Definition\SpecialChar \menuseparator
34322
34323 \end_layout
34324
34325 \end_inset
34326
34327 Spitting Out To The Right
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 <row interlinespace="2.5mm">
34334 <cell alignment="center" valignment="top" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 \begin_inset Graphics
34339         filename ../images/math-macro-append-greedy-param.png
34340         rotateOrigin center
34341
34342 \end_inset
34343
34344
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 <cell alignment="center" valignment="top" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353
34354 \family sans
34355 Edit\SpecialChar \menuseparator
34356 Math\SpecialChar \menuseparator
34357 Macro
34358 \begin_inset space ~
34359 \end_inset
34360
34361 Definition\SpecialChar \menuseparator
34362 Append Argument
34363 \begin_inset Newline newline
34364 \end_inset
34365
34366
34367 \begin_inset Phantom HPhantom
34368 status open
34369
34370 \begin_layout Plain Layout
34371
34372 \family sans
34373 Edit\SpecialChar \menuseparator
34374 Math\SpecialChar \menuseparator
34375 Macro
34376 \begin_inset space ~
34377 \end_inset
34378
34379 Definition\SpecialChar \menuseparator
34380
34381 \end_layout
34382
34383 \end_inset
34384
34385 Eating From The Right
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 </row>
34391 <row interlinespace="2.5mm">
34392 <cell alignment="center" valignment="top" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396 \begin_inset Graphics
34397         filename ../images/math-macro-add-greedy-optional-param.png
34398         rotateOrigin center
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411
34412 \family sans
34413 Edit\SpecialChar \menuseparator
34414 Math\SpecialChar \menuseparator
34415 Macro
34416 \begin_inset space ~
34417 \end_inset
34418
34419 Definition\SpecialChar \menuseparator
34420 Append Optional Argument
34421 \begin_inset Newline newline
34422 \end_inset
34423
34424
34425 \begin_inset Phantom HPhantom
34426 status open
34427
34428 \begin_layout Plain Layout
34429
34430 \family sans
34431 Edit\SpecialChar \menuseparator
34432 Math\SpecialChar \menuseparator
34433 Macro
34434 \begin_inset space ~
34435 \end_inset
34436
34437 Definition\SpecialChar \menuseparator
34438
34439 \end_layout
34440
34441 \end_inset
34442
34443 Eating From The Right
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 </row>
34449 </lyxtabular>
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Section
34457 Computer Algebra Systems
34458 \end_layout
34459
34460 \begin_layout Standard
34461 LyX offers the exchange between mathematical expressions written in LyX's
34462  math editor and external applications or user defined scripts.
34463  Currently supported applications are 
34464 \family sans
34465 Maple
34466 \family default
34467
34468 \family sans
34469 Mathematica
34470 \family default
34471
34472 \family sans
34473 Maxima
34474 \family default
34475  and 
34476 \family sans
34477 Octave
34478 \family default
34479 .
34480  Note that the set of supported mathematical constructs is limited only
34481  to very simple cases.
34482 \end_layout
34483
34484 \begin_layout Subsection
34485 Usage
34486 \end_layout
34487
34488 \begin_layout Standard
34489 Write some expression in a formula, go to the 
34490 \family sans
34491 Edit\SpecialChar \menuseparator
34492 Math\SpecialChar \menuseparator
34493 Use Computer Algebra System
34494 \family default
34495  menu and choose the application you have installed on the computer.
34496  After that the result of computation should show on the right side of the
34497  expression together with the 
34498 \begin_inset Quotes eld
34499 \end_inset
34500
34501 =
34502 \begin_inset Quotes erd
34503 \end_inset
34504
34505  operator.
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Here are few simple examples (with results from 
34510 \family typewriter
34511 Maxima
34512 \family default
34513 ) to show what kind of computations can be performed:
34514 \end_layout
34515
34516 \begin_layout Itemize
34517 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \begin_layout Itemize
34524 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Itemize
34531 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Itemize
34538 \begin_inset Formula $\det\left[\begin{array}{ccc}
34539 1 & 6 & 7\\
34540 2 & 5 & 8\\
34541 3 & 4 & 17
34542 \end{array}\right]=-56$
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \begin_layout Itemize
34549 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Subsection
34556 Keyboard shortcut
34557 \end_layout
34558
34559 \begin_layout Standard
34560 Currently there is no keyboard shortcut for calling the algebra applications.
34561  One can easily bind a shortcut to the 
34562 \family sans
34563 math-extern
34564 \family default
34565  LyX function (see the 
34566 \family sans
34567 \emph on
34568 LyX Functions
34569 \family default
34570 \emph default
34571  manual).
34572  One could e.
34573 \begin_inset space \thinspace{}
34574 \end_inset
34575
34576 g.
34577 \begin_inset space \space{}
34578 \end_inset
34579
34580 bind the 
34581 \family sans
34582 Return
34583 \family default
34584  key inside the math editor.
34585  To bind it to 
34586 \family typewriter
34587 Maxima
34588 \family default
34589  one would use this shortcut definition command:
34590 \end_layout
34591
34592 \begin_layout Standard
34593
34594 \series bold
34595 command-alternatives break-paragraph;math-extern maxima
34596 \end_layout
34597
34598 \begin_layout Section
34599 Miscellaneous
34600 \begin_inset Index idx
34601 status collapsed
34602
34603 \begin_layout Plain Layout
34604 Miscellaneous
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Subsection
34613 Negative Numbers
34614 \begin_inset Index idx
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 Numbers ! negative
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Negative numbers often look ugly in formulas because the minus sign before
34628  the number is set with the same length as the minus operator sign.
34629  When writing the negative number in normal text, the minus sign appears
34630  correctly.
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Thus, the problem disappears when converting the minus sign to mathematical
34635  text.
34636 \end_layout
34637
34638 \begin_layout Standard
34639 An example to visualize the problem:
34640 \end_layout
34641
34642 \begin_layout Standard
34643 \align center
34644 \begin_inset Tabular
34645 <lyxtabular version="3" rows="3" columns="2">
34646 <features rotate="0" tabularvalignment="middle">
34647 <column alignment="right" valignment="top">
34648 <column alignment="left" valignment="top">
34649 <row>
34650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 normal text:
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 x = -2
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 <row>
34670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34671 \begin_inset Text
34672
34673 \begin_layout Plain Layout
34674 formula:
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683 \begin_inset Formula $x=-2$
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 <row>
34693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 solution:
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 \begin_inset Formula $x=\textrm{-}2$
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 </row>
34715 </lyxtabular>
34716
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Subsection
34723 Comma as decimal Separator
34724 \begin_inset Index idx
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 Comma
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 In LaTeX a comma inside a formula is used, according to the English convention,
34738  as number group separator.
34739  So there will be space added behind all commas in formulas.
34740 \end_layout
34741
34742 \begin_layout Standard
34743 To avoid this, the comma is highlighted and changed to mathematical text
34744  (shortcut 
34745 \begin_inset Info
34746 type  "shortcut"
34747 arg   "math-mode"
34748 \end_inset
34749
34750 ).
34751 \end_layout
34752
34753 \begin_layout Standard
34754 To use all formula commas in the document as decimal separator, the file
34755  
34756 \series bold
34757 icomma.sty
34758 \series default
34759
34760 \begin_inset Foot
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764
34765 \series bold
34766 icomma
34767 \series default
34768  is part of the LaTeX-package 
34769 \series bold
34770 was
34771 \series default
34772
34773 \begin_inset Index idx
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777 Packages ! was
34778 \begin_inset ERT
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782
34783
34784 \backslash
34785 vspace{4mm}
34786 \end_layout
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \end_inset
34794
34795 .
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Packages ! icomma
34806 \end_layout
34807
34808 \end_inset
34809
34810  is loaded with the LaTeX-preamble line
34811 \end_layout
34812
34813 \begin_layout Standard
34814
34815 \series bold
34816
34817 \backslash
34818 usepackage{icomma}
34819 \end_layout
34820
34821 \begin_layout Subsection
34822 Physical Vectors
34823 \begin_inset CommandInset label
34824 LatexCommand label
34825 name "sub:Physical-Vectors"
34826
34827 \end_inset
34828
34829
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 Vectors ! physical
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 Predefined vectors are offered by the LaTeX-package 
34844 \series bold
34845 braket
34846 \series default
34847
34848 \begin_inset Index idx
34849 status collapsed
34850
34851 \begin_layout Plain Layout
34852 Packages ! braket
34853 \end_layout
34854
34855 \end_inset
34856
34857  that is loaded with the LaTeX-preamble line
34858 \end_layout
34859
34860 \begin_layout Standard
34861
34862 \series bold
34863
34864 \backslash
34865 usepackage{braket}
34866 \end_layout
34867
34868 \begin_layout Standard
34869 \begin_inset ERT
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873
34874
34875 \backslash
34876 ifbraket 
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \begin_inset Note Note
34883 status open
34884
34885 \begin_layout Plain Layout
34886 The following table will only be displayed when the LaTeX-package 
34887 \series bold
34888 braket
34889 \series default
34890  is installed.
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 The following commands are defined:
34900 \end_layout
34901
34902 \begin_layout Standard
34903 \align center
34904 \begin_inset Tabular
34905 <lyxtabular version="3" rows="4" columns="2">
34906 <features rotate="0" tabularvalignment="middle">
34907 <column alignment="center" valignment="top">
34908 <column alignment="center" valignment="top">
34909 <row>
34910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 Command
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 Result
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 </row>
34929 <row>
34930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934
34935 \backslash
34936 Bra{
34937 \backslash
34938 psi
34939 \end_layout
34940
34941 \end_inset
34942 </cell>
34943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34944 \begin_inset Text
34945
34946 \begin_layout Plain Layout
34947 \begin_inset Formula $\Bra{\psi}$
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 </row>
34956 <row>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \backslash
34963 Ket{
34964 \backslash
34965 psi
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 \begin_inset Formula $\Ket{\psi}$
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \end_inset
34981 </cell>
34982 </row>
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988
34989 \backslash
34990 Braket{
34991 \backslash
34992 psi|
34993 \backslash
34994 phi
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35000 \begin_inset Text
35001
35002 \begin_layout Plain Layout
35003 \begin_inset Formula $\Braket{\psi|\phi}$
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \end_inset
35010 </cell>
35011 </row>
35012 </lyxtabular>
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \begin_layout Standard
35020 The command 
35021 \series bold
35022
35023 \backslash
35024 Braket
35025 \series default
35026  assures that all vertical bars are set in the size of the surrounding brackets:
35027 \begin_inset Formula 
35028 \[
35029 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35030 \]
35031
35032 \end_inset
35033
35034
35035 \begin_inset ERT
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039
35040
35041 \backslash
35042 else 
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \begin_inset Note Note
35049 status open
35050
35051 \begin_layout Plain Layout
35052 The following will be displayed when the LaTeX-package 
35053 \series bold
35054 braket
35055 \series default
35056  is not installed:
35057 \end_layout
35058
35059 \end_inset
35060
35061
35062 \end_layout
35063
35064 \begin_layout Standard
35065 You need to install the LaTeX-package 
35066 \series bold
35067 braket
35068 \series default
35069  to see the rest of this subsection in the output.
35070 \end_layout
35071
35072 \begin_layout Standard
35073 \begin_inset ERT
35074 status collapsed
35075
35076 \begin_layout Plain Layout
35077
35078
35079 \backslash
35080 fi 
35081 \end_layout
35082
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \begin_layout Standard
35089 The effect of 
35090 \series bold
35091
35092 \backslash
35093 Braket
35094 \series default
35095  can also be achieved using the command 
35096 \series bold
35097
35098 \backslash
35099 middle
35100 \series default
35101 , that is described in 
35102 \begin_inset CommandInset ref
35103 LatexCommand ref
35104 reference "sub:Automatic-Bracket-Size"
35105
35106 \end_inset
35107
35108 .
35109 \end_layout
35110
35111 \begin_layout Subsection
35112 Self-defined Fractions
35113 \begin_inset CommandInset label
35114 LatexCommand label
35115 name "sub:Self-defined-Fractions"
35116
35117 \end_inset
35118
35119
35120 \begin_inset Index idx
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 Fractions ! self-defined
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 To define custom commands for fractions, the command 
35134 \series bold
35135
35136 \backslash
35137 genfrac
35138 \series default
35139
35140 \begin_inset Index idx
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 Commands ! G ! 
35145 \backslash
35146 genfrac
35147 \begin_inset ERT
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151
35152
35153 \backslash
35154 vspace{4mm}
35155 \end_layout
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \end_inset
35163
35164  is used in the following scheme:
35165 \end_layout
35166
35167 \begin_layout Standard
35168
35169 \series bold
35170
35171 \backslash
35172 genfrac{left
35173 \series default
35174  
35175 \series bold
35176 bracket}{right
35177 \series default
35178  
35179 \series bold
35180 bracket}{fraction bar thickness}{style}
35181 \begin_inset Newline newline
35182 \end_inset
35183
35184
35185 \begin_inset Phantom HPhantom
35186 status open
35187
35188 \begin_layout Plain Layout
35189
35190 \series bold
35191
35192 \backslash
35193 genfrac
35194 \end_layout
35195
35196 \end_inset
35197
35198 {numerator}{denominator}
35199 \end_layout
35200
35201 \begin_layout Standard
35202 The style is a number in the range of 0
35203 \begin_inset space \thinspace{}
35204 \end_inset
35205
35206 -
35207 \begin_inset space \thinspace{}
35208 \end_inset
35209
35210 3.
35211 \end_layout
35212
35213 \begin_layout Standard
35214 \align center
35215 \begin_inset Tabular
35216 <lyxtabular version="3" rows="5" columns="2">
35217 <features rotate="0" tabularvalignment="middle">
35218 <column alignment="center" valignment="top">
35219 <column alignment="center" valignment="top">
35220 <row>
35221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35222 \begin_inset Text
35223
35224 \begin_layout Plain Layout
35225 Number
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35231 \begin_inset Text
35232
35233 \begin_layout Plain Layout
35234 Style (Size)
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 </row>
35240 <row>
35241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35242 \begin_inset Text
35243
35244 \begin_layout Plain Layout
35245 0
35246 \end_layout
35247
35248 \end_inset
35249 </cell>
35250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35251 \begin_inset Text
35252
35253 \begin_layout Plain Layout
35254 display style formula
35255 \end_layout
35256
35257 \end_inset
35258 </cell>
35259 </row>
35260 <row>
35261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265 1
35266 \end_layout
35267
35268 \end_inset
35269 </cell>
35270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35271 \begin_inset Text
35272
35273 \begin_layout Plain Layout
35274 inline formula
35275 \end_layout
35276
35277 \end_inset
35278 </cell>
35279 </row>
35280 <row>
35281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35282 \begin_inset Text
35283
35284 \begin_layout Plain Layout
35285 2
35286 \end_layout
35287
35288 \end_inset
35289 </cell>
35290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35291 \begin_inset Text
35292
35293 \begin_layout Plain Layout
35294 small
35295 \end_layout
35296
35297 \end_inset
35298 </cell>
35299 </row>
35300 <row>
35301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35302 \begin_inset Text
35303
35304 \begin_layout Plain Layout
35305 3
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314 tiny
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 </row>
35320 </lyxtabular>
35321
35322 \end_inset
35323
35324
35325 \end_layout
35326
35327 \begin_layout Standard
35328 When no style is given, the size is adjusted to the surrounding environment
35329  like for the command 
35330 \series bold
35331
35332 \backslash
35333 frac
35334 \series default
35335 .
35336 \end_layout
35337
35338 \begin_layout Standard
35339 When no fraction bar thickness is given, the predefined value of 0.4
35340 \begin_inset space \thinspace{}
35341 \end_inset
35342
35343 pt will be used.
35344 \end_layout
35345
35346 \begin_layout Standard
35347 \begin_inset VSpace medskip
35348 \end_inset
35349
35350 For example, the commands 
35351 \series bold
35352
35353 \backslash
35354 dfrac
35355 \series default
35356  and 
35357 \series bold
35358
35359 \backslash
35360 tbinom
35361 \series default
35362  from 
35363 \begin_inset CommandInset ref
35364 LatexCommand ref
35365 reference "sub:Fractions"
35366
35367 \end_inset
35368
35369  are defined with the commands
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 newcommand{
35378 \backslash
35379 dfrac}[2]{
35380 \backslash
35381 genfrac{}{}{}{0}{#1}{#2}}
35382 \end_layout
35383
35384 \begin_layout Standard
35385 and
35386 \end_layout
35387
35388 \begin_layout Standard
35389
35390 \series bold
35391
35392 \backslash
35393 newcommand{
35394 \backslash
35395 tbinom}[2]{
35396 \backslash
35397 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35398 \end_layout
35399
35400 \begin_layout Standard
35401 \begin_inset VSpace medskip
35402 \end_inset
35403
35404 To define a fraction where the fraction bar thickness can be given as optional
35405  argument, the following line is inserted to the LaTeX-preamble:
35406 \end_layout
35407
35408 \begin_layout Standard
35409
35410 \series bold
35411
35412 \backslash
35413 newcommand{
35414 \backslash
35415 fracS}[3][]{
35416 \backslash
35417 genfrac{}{}{#1}{}{#2}{#3}}
35418 \end_layout
35419
35420 \begin_layout Standard
35421 A test:
35422 \begin_inset Formula 
35423 \begin{align*}
35424 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35425 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35426 \end{align*}
35427
35428 \end_inset
35429
35430 As one can see, the distance of the numerator and the denominator to the
35431  fraction bar is round about three times the bar thickness.
35432 \end_layout
35433
35434 \begin_layout Subsection
35435 Canceled Formulas
35436 \begin_inset Index idx
35437 status collapsed
35438
35439 \begin_layout Plain Layout
35440 Formula ! canceled
35441 \end_layout
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 To cancel formulas or formula parts, the LaTeX-package 
35450 \series bold
35451 cancel
35452 \series default
35453
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Packages ! cancel
35459 \end_layout
35460
35461 \end_inset
35462
35463  has to be loaded with the LaTeX-preamble line
35464 \end_layout
35465
35466 \begin_layout Standard
35467
35468 \series bold
35469
35470 \backslash
35471 usepackage{cancel}
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset ERT
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479
35480
35481 \backslash
35482 ifcancel 
35483 \end_layout
35484
35485 \end_inset
35486
35487
35488 \begin_inset Note Note
35489 status open
35490
35491 \begin_layout Plain Layout
35492 The following table will only be displayed when the LaTeX-package 
35493 \series bold
35494 cancel
35495 \series default
35496  is installed.
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 There are four ways to cancel formulas:
35506 \end_layout
35507
35508 \begin_layout Standard
35509 \align center
35510 \begin_inset Tabular
35511 <lyxtabular version="3" rows="5" columns="2">
35512 <features rotate="0" tabularvalignment="middle">
35513 <column alignment="center" valignment="top">
35514 <column alignment="center" valignment="top">
35515 <row>
35516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35517 \begin_inset Text
35518
35519 \begin_layout Plain Layout
35520 Command
35521 \end_layout
35522
35523 \end_inset
35524 </cell>
35525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35526 \begin_inset Text
35527
35528 \begin_layout Plain Layout
35529 Result
35530 \begin_inset Note Note
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534 The space and
35535 \series bold
35536  
35537 \backslash
35538 raisebox
35539 \series default
35540  are used here as spacer.
35541 \end_layout
35542
35543 \end_inset
35544
35545
35546 \end_layout
35547
35548 \end_inset
35549 </cell>
35550 </row>
35551 <row>
35552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35553 \begin_inset Text
35554
35555 \begin_layout Plain Layout
35556
35557 \backslash
35558 cancel{
35559 \backslash
35560 int
35561 \begin_inset ERT
35562 status collapsed
35563
35564 \begin_layout Plain Layout
35565
35566
35567 \backslash
35568 spce 
35569 \end_layout
35570
35571 \end_inset
35572
35573 A=B
35574 \end_layout
35575
35576 \end_inset
35577 </cell>
35578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35579 \begin_inset Text
35580
35581 \begin_layout Plain Layout
35582 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 </row>
35591 <row>
35592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596
35597 \backslash
35598 bcancel{
35599 \backslash
35600 int
35601 \begin_inset ERT
35602 status collapsed
35603
35604 \begin_layout Plain Layout
35605
35606
35607 \backslash
35608 spce 
35609 \end_layout
35610
35611 \end_inset
35612
35613 A=B
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \end_inset
35629 </cell>
35630 </row>
35631 <row>
35632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35633 \begin_inset Text
35634
35635 \begin_layout Plain Layout
35636
35637 \backslash
35638 xcancel{
35639 \backslash
35640 int
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646
35647 \backslash
35648 spce 
35649 \end_layout
35650
35651 \end_inset
35652
35653 A=B
35654 \end_layout
35655
35656 \end_inset
35657 </cell>
35658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35659 \begin_inset Text
35660
35661 \begin_layout Plain Layout
35662 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 </row>
35671 <row>
35672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35673 \begin_inset Text
35674
35675 \begin_layout Plain Layout
35676
35677 \backslash
35678 cancelto{1
35679 \begin_inset Formula $\to$
35680 \end_inset
35681
35682
35683 \backslash
35684 {
35685 \backslash
35686 int
35687 \begin_inset ERT
35688 status collapsed
35689
35690 \begin_layout Plain Layout
35691
35692
35693 \backslash
35694 spce 
35695 \end_layout
35696
35697 \end_inset
35698
35699 A=B
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35705 \begin_inset Text
35706
35707 \begin_layout Plain Layout
35708 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35709 \end_inset
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 </row>
35717 </lyxtabular>
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Standard
35725
35726 \series bold
35727
35728 \backslash
35729 cancelto
35730 \series default
35731  is especially suitable to visualize the reduction of fractions within formulas:
35732 \begin_inset Formula 
35733 \[
35734 \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}}}
35735 \]
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 To change the size of 
35744 \series bold
35745
35746 \backslash
35747 cancelto
35748 \series default
35749 's 
35750 \begin_inset Quotes eld
35751 \end_inset
35752
35753 subscript
35754 \begin_inset Quotes erd
35755 \end_inset
35756
35757  value one can load the package 
35758 \series bold
35759 cancel
35760 \series default
35761  with either the option 
35762 \series bold
35763 samesize
35764 \series default
35765  which leads to the same size as for the canceled value or with the option
35766  
35767 \series bold
35768 Smaller
35769 \series default
35770  which makes is it a bit smaller than the size one gets without using a
35771  package option.
35772  In this document 
35773 \series bold
35774 cancel
35775 \series default
35776  was loaded with this line:
35777 \end_layout
35778
35779 \begin_layout Standard
35780
35781 \series bold
35782
35783 \backslash
35784 usepackage[samesize]{cancel}
35785 \end_layout
35786
35787 \begin_layout Standard
35788 To color the cancellation bar one adds this command as TeX code:
35789 \end_layout
35790
35791 \begin_layout Standard
35792
35793 \series bold
35794
35795 \backslash
35796 renewcommand{
35797 \backslash
35798 CancelColor}{
35799 \backslash
35800 color{red}}
35801 \end_layout
35802
35803 \begin_layout Standard
35804
35805 \series bold
35806 red
35807 \series default
35808  can be replaced by a color of your choice.
35809 \end_layout
35810
35811 \begin_layout Standard
35812 \begin_inset ERT
35813 status collapsed
35814
35815 \begin_layout Plain Layout
35816
35817
35818 \backslash
35819 renewcommand{
35820 \backslash
35821 CancelColor}{
35822 \backslash
35823 color{red}}
35824 \end_layout
35825
35826 \end_inset
35827
35828
35829 \end_layout
35830
35831 \begin_layout Standard
35832 \begin_inset Formula 
35833 \[
35834 \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}}}
35835 \]
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Standard
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848
35849 \backslash
35850 renewcommand{
35851 \backslash
35852 CancelColor}{
35853 \backslash
35854 color{black}}
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \begin_inset Note Note
35861 status open
35862
35863 \begin_layout Plain Layout
35864 reset the color
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \begin_layout Standard
35873 For further customizations, see the documentation of the package 
35874 \series bold
35875 cancel
35876 \series default
35877
35878 \begin_inset CommandInset citation
35879 LatexCommand cite
35880 key "cancel"
35881
35882 \end_inset
35883
35884 .
35885 \end_layout
35886
35887 \begin_layout Standard
35888 \begin_inset ERT
35889 status collapsed
35890
35891 \begin_layout Plain Layout
35892
35893
35894 \backslash
35895 else 
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \begin_inset Note Note
35902 status open
35903
35904 \begin_layout Plain Layout
35905 The following will be displayed when the LaTeX-package 
35906 \series bold
35907 cancel
35908 \series default
35909  is not installed:
35910 \end_layout
35911
35912 \end_inset
35913
35914
35915 \end_layout
35916
35917 \begin_layout Standard
35918 You need to install the LaTeX-package 
35919 \series bold
35920 cancel
35921 \series default
35922  to see the rest of this subsection in the output.
35923 \end_layout
35924
35925 \begin_layout Standard
35926 \begin_inset ERT
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930
35931
35932 \backslash
35933 fi 
35934 \end_layout
35935
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \begin_layout Standard
35942 \begin_inset Newpage newpage
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Subsection
35949 Formulas in Section Headings
35950 \begin_inset CommandInset label
35951 LatexCommand label
35952 name "sub:Formulas-in-Section"
35953
35954 \end_inset
35955
35956
35957 \begin_inset Index idx
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961 Formula ! in section headings
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \begin_layout Standard
35970 When formulas are used in section headings, the following has to be taken
35971  into account:
35972 \end_layout
35973
35974 \begin_layout Standard
35975 \begin_inset Note Greyedout
35976 status open
35977
35978 \begin_layout Plain Layout
35979 When 
35980 \series bold
35981 hyperref
35982 \series default
35983
35984 \begin_inset Index idx
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988 Packages ! hyperref
35989 \end_layout
35990
35991 \end_inset
35992
35993  support is enabled in the document settings dialog under 
35994 \family sans
35995 PDF
35996 \begin_inset space ~
35997 \end_inset
35998
35999 Properties
36000 \family default
36001 , PDF-bookmarks are created for every section heading in the table of contents.
36002  If a section heading contains formulas, they are incorrectly displayed
36003  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36004 s.
36005 \end_layout
36006
36007 \end_inset
36008
36009
36010 \end_layout
36011
36012 \begin_layout Standard
36013 Both problems can be solved by inserting at the end of the section heading
36014  a short title with the menu 
36015 \family sans
36016 Insert\SpecialChar \menuseparator
36017 Short
36018 \begin_inset space ~
36019 \end_inset
36020
36021 Title
36022 \family default
36023 .
36024  Short titles are used as alternative for multiline section headings to
36025  keep the table of contents clearly arranged.
36026  Only the short title appears in the table of contents and therefore also
36027  in the PDF-bookmark.
36028 \end_layout
36029
36030 \begin_layout Standard
36031 When formulas should be used in the table of contents but 
36032 \series bold
36033 hyperref
36034 \series default
36035  is used, one can use the following command in TeX-mode:
36036 \end_layout
36037
36038 \begin_layout Standard
36039
36040 \series bold
36041
36042 \backslash
36043 texorpdfstring{part}{alternative}
36044 \begin_inset Index idx
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048 Commands ! T ! 
36049 \backslash
36050 texorpdfstring
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Standard
36059 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36060  This can be characters, formulas, footnotes, but also cross-references.
36061  The alternative is used instead of the part for the bookmark.
36062 \end_layout
36063
36064 \begin_layout Standard
36065 Here are two example headings:
36066 \begin_inset VSpace -3mm
36067 \end_inset
36068
36069
36070 \begin_inset ERT
36071 status collapsed
36072
36073 \begin_layout Plain Layout
36074
36075
36076 \backslash
36077 boldmath 
36078 \end_layout
36079
36080 \end_inset
36081
36082
36083 \end_layout
36084
36085 \begin_layout Subsubsection
36086 Heading without formula in table of contents 
36087 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36088 \end_inset
36089
36090
36091 \begin_inset Argument 1
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095 Heading without formula in table of contents
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Subsubsection
36104 Heading with formula in table of contents
36105 \begin_inset ERT
36106 status collapsed
36107
36108 \begin_layout Plain Layout
36109
36110
36111 \backslash
36112 texorpdfstring{
36113 \end_layout
36114
36115 \end_inset
36116
36117  
36118 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36119 \end_inset
36120
36121
36122 \begin_inset ERT
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127 }{}
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \begin_inset ERT
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140
36141
36142 \backslash
36143 unboldmath 
36144 \end_layout
36145
36146 \end_inset
36147
36148 In the first heading a short title was used, in the second one 
36149 \series bold
36150
36151 \backslash
36152 texorpdfstring
36153 \series default
36154 .
36155 \end_layout
36156
36157 \begin_layout Standard
36158 To get the same formatting as for the other headings, the complete heading
36159  was set into a 
36160 \series bold
36161 boldmath
36162 \series default
36163  environment
36164 \begin_inset Foot
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168 see 
36169 \begin_inset CommandInset ref
36170 LatexCommand ref
36171 reference "sub:Bold-Formulas"
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \end_inset
36179
36180 .
36181 \end_layout
36182
36183 \begin_layout Subsection
36184 Formulas in multi-column Text
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Formula ! in multi-column text
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Standard
36198 Formulas in multi-column text are often too wide to fit into a column and
36199  thus need to be set over the whole page width.
36200  This is done by using the LaTeX-package 
36201 \series bold
36202 multicol
36203 \series default
36204
36205 \begin_inset Foot
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209
36210 \series bold
36211 multicol
36212 \series default
36213  is part of every LaTeX standard installation.
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Packages ! multicol
36224 \end_layout
36225
36226 \end_inset
36227
36228 , that is loaded with the LaTeX-preamble line
36229 \end_layout
36230
36231 \begin_layout Standard
36232
36233 \series bold
36234
36235 \backslash
36236 usepackage{multicol}
36237 \end_layout
36238
36239 \begin_layout Standard
36240 \begin_inset Note Greyedout
36241 status open
36242
36243 \begin_layout Plain Layout
36244 Note that in this case the setting 
36245 \family sans
36246 Two-column
36247 \begin_inset space ~
36248 \end_inset
36249
36250 document
36251 \family default
36252  in the menu 
36253 \family sans
36254 Document\SpecialChar \menuseparator
36255 Settings
36256 \family default
36257  under 
36258 \family sans
36259 Text
36260 \begin_inset space ~
36261 \end_inset
36262
36263 Layout
36264 \family default
36265 \emph on
36266  
36267 \emph default
36268 must 
36269 \emph on
36270 not
36271 \emph default
36272  be selected.
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Standard
36281 Before the multi-column text the command
36282 \end_layout
36283
36284 \begin_layout Standard
36285
36286 \series bold
36287
36288 \backslash
36289 begin{multicols}{column number}
36290 \end_layout
36291
36292 \begin_layout Standard
36293 is written in TeX-mode.
36294  The column number is a number in the range of 2
36295 \begin_inset space \thinspace{}
36296 \end_inset
36297
36298 -
36299 \begin_inset space \thinspace{}
36300 \end_inset
36301
36302 10.
36303  Before the formula the multi-column text is ended by inserting the command
36304 \end_layout
36305
36306 \begin_layout Standard
36307
36308 \series bold
36309
36310 \backslash
36311 end{multicols}
36312 \end_layout
36313
36314 \begin_layout Standard
36315 in TeX-mode.
36316 \end_layout
36317
36318 \begin_layout Standard
36319 Due to the command some space is automatically added before the formula.
36320  To revert this, -6
36321 \begin_inset space \thinspace{}
36322 \end_inset
36323
36324 mm vertical space is inserted before the formula.
36325  When the formula style 
36326 \series bold
36327 Indented
36328 \begin_inset Foot
36329 status collapsed
36330
36331 \begin_layout Plain Layout
36332 formula styles see 
36333 \begin_inset CommandInset ref
36334 LatexCommand ref
36335 reference "sec:Formula-Styles"
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \series default
36346  is used, -9
36347 \begin_inset space \thinspace{}
36348 \end_inset
36349
36350 mm space is inserted instead.
36351 \end_layout
36352
36353 \begin_layout Standard
36354 As example a multi-column text with a displayed formula:
36355 \end_layout
36356
36357 \begin_layout Standard
36358
36359 \lang german
36360 \begin_inset ERT
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364
36365
36366 \backslash
36367 begin{multicols}{2}
36368 \end_layout
36369
36370 \end_inset
36371
36372 Das Spektrum wird fouriertransformiert.
36373  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36374 , Lösungsmittel) zu trennen.
36375  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36376  nun das Aussehen des Ausgangssignals.
36377  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36378  über alle Phasen integrieren muss.
36379  Sei nun 
36380 \begin_inset Formula $S$
36381 \end_inset
36382
36383  unser normiertes Ausgangssignal und 
36384 \begin_inset Formula $P$
36385 \end_inset
36386
36387  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36388 \begin_inset ERT
36389 status collapsed
36390
36391 \begin_layout Plain Layout
36392
36393
36394 \backslash
36395 end{multicols}
36396 \end_layout
36397
36398 \end_inset
36399
36400
36401 \begin_inset VSpace -6mm
36402 \end_inset
36403
36404
36405 \begin_inset Formula 
36406 \begin{equation}
36407 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36408 \end{equation}
36409
36410 \end_inset
36411
36412
36413 \begin_inset ERT
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417
36418
36419 \backslash
36420 begin{multicols}{2}
36421 \end_layout
36422
36423 \end_inset
36424
36425 wobei 
36426 \begin_inset Formula $S_{0}$
36427 \end_inset
36428
36429  das Signal ohne Gradient ist und die Normierungsbedingung 
36430 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36431 \end_inset
36432
36433  gilt.
36434  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36435  Direkt nach dem 
36436 \begin_inset Formula $\nicefrac{\pi}{2}$
36437 \end_inset
36438
36439
36440 \begin_inset space \thinspace{}
36441 \end_inset
36442
36443 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36444  das Signal zusätzlich abschwächt.
36445  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36446  
36447 \begin_inset Formula $T_{2}$
36448 \end_inset
36449
36450 -Zeit.
36451 \end_layout
36452
36453 \begin_layout Standard
36454
36455 \lang german
36456 \begin_inset ERT
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460
36461
36462 \backslash
36463 end{multicols}
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Subsection
36472 Formulas with Description of Variables
36473 \begin_inset Index idx
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477 Formula ! with description of variables
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 To describe variables within a formula, like in formula 
36487 \begin_inset CommandInset ref
36488 LatexCommand eqref
36489 reference "eq:within"
36490
36491 \end_inset
36492
36493 , a 2
36494 \series bold
36495 ×
36496 \series default
36497
36498 \begin_inset Formula $n$
36499 \end_inset
36500
36501
36502 \begin_inset space ~
36503 \end_inset
36504
36505 matrix is used with left aligned columns for the 
36506 \begin_inset Formula $n$
36507 \end_inset
36508
36509  used variables.
36510 \begin_inset Foot
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 matrices see 
36515 \begin_inset CommandInset ref
36516 LatexCommand ref
36517 reference "sec:Matrices"
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \end_inset
36525
36526  To set the description in a smaller size, before the matrix e.
36527 \begin_inset space \thinspace{}
36528 \end_inset
36529
36530 g.
36531 \begin_inset space \space{}
36532 \end_inset
36533
36534 the command 
36535 \series bold
36536
36537 \backslash
36538 footnotesize
36539 \series default
36540  is inserted.
36541 \begin_inset Foot
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545 font sizes see 
36546 \begin_inset CommandInset ref
36547 LatexCommand ref
36548 reference "sub:Font-Sizes"
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 When the formula style 
36562 \series bold
36563 Indented
36564 \begin_inset Foot
36565 status collapsed
36566
36567 \begin_layout Plain Layout
36568 formula styles see 
36569 \begin_inset CommandInset ref
36570 LatexCommand ref
36571 reference "sec:Formula-Styles"
36572
36573 \end_inset
36574
36575
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \series default
36582  is used, a 
36583 \series bold
36584
36585 \backslash
36586 hfill
36587 \series default
36588
36589 \begin_inset Foot
36590 status collapsed
36591
36592 \begin_layout Plain Layout
36593
36594 \series bold
36595
36596 \backslash
36597 hfill
36598 \series default
36599  only works in formulas with the style 
36600 \series bold
36601 Indented
36602 \series default
36603 , see 
36604 \begin_inset CommandInset ref
36605 LatexCommand ref
36606 reference "sub:Variable-Space"
36607
36608 \end_inset
36609
36610 .
36611 \end_layout
36612
36613 \end_inset
36614
36615  is inserted before and after the matrix to have the same separation of
36616  the matrix from the equation and the side margin.
36617 \end_layout
36618
36619 \begin_layout Standard
36620 When the formula style 
36621 \series bold
36622 Centered
36623 \series default
36624  is used, the method described in 
36625 \begin_inset CommandInset ref
36626 LatexCommand ref
36627 reference "sub:Flalign-Environment"
36628
36629 \end_inset
36630
36631  is used to indent formulas.
36632  Formula 
36633 \begin_inset CommandInset ref
36634 LatexCommand eqref
36635 reference "eq:within"
36636
36637 \end_inset
36638
36639  consists of five columns where in the first two columns contain the equation,
36640  the third the matrix and the last one an empty TeX-brace.
36641 \begin_inset Formula 
36642 \begin{flalign}
36643 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36644 \rho & \textrm{density}\\
36645 V & \textrm{volume}\\
36646 g & \textrm{gravitational acceleration}
36647 \end{array} &  & {}\label{eq:within}
36648 \end{flalign}
36649
36650 \end_inset
36651
36652
36653 \end_layout
36654
36655 \begin_layout Subsection
36656 Upright small Greek Letters
36657 \begin_inset CommandInset label
36658 LatexCommand label
36659 name "sub:Upright-small-Greek"
36660
36661 \end_inset
36662
36663
36664 \begin_inset Index idx
36665 status collapsed
36666
36667 \begin_layout Plain Layout
36668 Greek letters ! upright
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 Most of the math fonts only provide italic small Greek letters.
36678  But for symbols of elementary particles like pions and neutrinos, upright
36679  Greek letters are needed.
36680  The file 
36681 \series bold
36682 upgreek.sty
36683 \series default
36684
36685 \begin_inset Foot
36686 status collapsed
36687
36688 \begin_layout Plain Layout
36689
36690 \series bold
36691 upgreek
36692 \series default
36693  is part of the LaTeX-package 
36694 \series bold
36695 was
36696 \series default
36697
36698 \begin_inset Index idx
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 Packages ! was
36703 \begin_inset ERT
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707
36708
36709 \backslash
36710 vspace{4mm}
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \end_inset
36719
36720 .
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \begin_inset Index idx
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 Packages ! upgreek
36731 \end_layout
36732
36733 \end_inset
36734
36735  that is loaded with the LaTeX-preamble line
36736 \end_layout
36737
36738 \begin_layout Standard
36739
36740 \series bold
36741
36742 \backslash
36743 usepackage{upgreek}
36744 \end_layout
36745
36746 \begin_layout Standard
36747 provides them.
36748  
36749 \begin_inset ERT
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753
36754
36755 \backslash
36756 ifupgreek 
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \begin_inset Note Note
36763 status open
36764
36765 \begin_layout Plain Layout
36766 The following table will only be displayed when the LaTeX-package 
36767 \series bold
36768 upgreek
36769 \series default
36770  is installed:
36771 \end_layout
36772
36773 \end_inset
36774
36775  They are created when the command for a small Greek letter is started with
36776  
36777 \series bold
36778 up
36779 \series default
36780 .
36781  For example the command 
36782 \series bold
36783
36784 \backslash
36785 uptau
36786 \series default
36787  creates this: 
36788 \begin_inset Formula $\uptau$
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \begin_layout Standard
36795 With these commands reactions of elementary particles can be typeset:
36796 \begin_inset Formula 
36797 \[
36798 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36799 \]
36800
36801 \end_inset
36802
36803
36804 \end_layout
36805
36806 \begin_layout Standard
36807 The upright letters are more bold and wider than the italic ones.
36808  They should therefore not be used for units like 
36809 \begin_inset Quotes eld
36810 \end_inset
36811
36812 µm
36813 \begin_inset Quotes erd
36814 \end_inset
36815
36816 .
36817 \end_layout
36818
36819 \begin_layout Standard
36820 \begin_inset ERT
36821 status collapsed
36822
36823 \begin_layout Plain Layout
36824
36825
36826 \backslash
36827 else 
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \begin_inset Note Note
36834 status open
36835
36836 \begin_layout Plain Layout
36837 The following will be displayed when the LaTeX-package 
36838 \series bold
36839 upgreek
36840 \series default
36841  is not installed:
36842 \end_layout
36843
36844 \end_inset
36845
36846
36847 \end_layout
36848
36849 \begin_layout Standard
36850 You need to install the LaTeX-package 
36851 \series bold
36852 upgreek
36853 \series default
36854  to see the rest of this subsection in the output.
36855 \end_layout
36856
36857 \begin_layout Standard
36858 \begin_inset ERT
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862
36863
36864 \backslash
36865 fi 
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Subsection
36874 Text Characters in Formulas
36875 \begin_inset CommandInset label
36876 LatexCommand label
36877 name "sub:Text-Characters-in"
36878
36879 \end_inset
36880
36881
36882 \begin_inset Index idx
36883 status collapsed
36884
36885 \begin_layout Plain Layout
36886 Text ! in formulas
36887 \end_layout
36888
36889 \end_inset
36890
36891
36892 \end_layout
36893
36894 \begin_layout Standard
36895 In some cases you might want to insert text characters directly into formulas.
36896  When for example the centered dot · is often used in formulas like 
36897 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36898 \end_inset
36899
36900 , one would have to insert the command 
36901 \series bold
36902
36903 \backslash
36904 cdot
36905 \series default
36906
36907 \begin_inset Foot
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 see 
36912 \begin_inset CommandInset ref
36913 LatexCommand ref
36914 reference "sub:Binary-Operators"
36915
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \end_inset
36922
36923  all the time, because this character is defined in all encodings as text
36924  character.
36925  But the encoding can be changed by this LaTeX-preamble line:
36926 \end_layout
36927
36928 \begin_layout Standard
36929
36930 \series bold
36931
36932 \backslash
36933 Declare Inputtext{183}{
36934 \backslash
36935 ifmmode
36936 \backslash
36937 cdot
36938 \backslash
36939 else
36940 \backslash
36941 textperiodcentered
36942 \backslash
36943 f\SpecialChar \textcompwordmark{}
36944 i}
36945 \end_layout
36946
36947 \begin_layout Standard
36948 The character encoding (menu 
36949 \family sans
36950 Document\SpecialChar \menuseparator
36951 Settings\SpecialChar \menuseparator
36952 Language
36953 \family default
36954 ) specifies what character appears when a keyboard key is pressed.
36955  When the key for the character '·' is pressed, internally the command 
36956 \series bold
36957
36958 \backslash
36959 textperiodcentered
36960 \series default
36961  is used.
36962  But this command is not available in a formula so that you would get LaTeX-erro
36963 rs.
36964  With the changed encoding the right command is chosen automatically, depending
36965  on if the character was inserted into a formula or not.
36966 \end_layout
36967
36968 \begin_layout Standard
36969 The encoding of several characters is saved in definition files.
36970  For example the encoding 
36971 \series bold
36972 latin9
36973 \series default
36974  is defined in the file 
36975 \series bold
36976 latin9.def
36977 \series default
36978  which is in the installation folder of LaTeX.
36979  Encodings should only be changed via the LaTeX-preamble and not in the
36980  definition files.
36981  Otherwise documents could not be edited by other LyX users working on other
36982  computers.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 \begin_inset VSpace medskip
36987 \end_inset
36988
36989 Besides the centered dot, in this document the degree sign ° is defined
36990  with the following LaTeX-preamble line so that it can be directly inserted
36991  into a formula:
36992 \end_layout
36993
36994 \begin_layout Standard
36995
36996 \series bold
36997
36998 \backslash
36999 DeclareInputtext{176}{
37000 \backslash
37001 ifmmode^
37002 \backslash
37003 circ
37004 \backslash
37005 else
37006 \backslash
37007 textdegree
37008 \backslash
37009 f\SpecialChar \textcompwordmark{}
37010 i}
37011 \end_layout
37012
37013 \begin_layout Standard
37014 \begin_inset Newpage newpage
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Section
37021 \start_of_appendix
37022 Typographic Advice
37023 \begin_inset Index idx
37024 status collapsed
37025
37026 \begin_layout Plain Layout
37027 Typographic advice
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \end_layout
37034
37035 \begin_layout Standard
37036 This section is a summary of the most important typographic rules, listed
37037  in ISO norms.
37038 \begin_inset Foot
37039 status collapsed
37040
37041 \begin_layout Plain Layout
37042 This collection was partly taken from the German semi-official dictionary
37043  called 
37044 \begin_inset Quotes eld
37045 \end_inset
37046
37047 Duden
37048 \begin_inset Quotes erd
37049 \end_inset
37050
37051  
37052 \begin_inset CommandInset citation
37053 LatexCommand cite
37054 key "Duden"
37055
37056 \end_inset
37057
37058  that lists some of the ISO rules.
37059  More rules are listed in 
37060 \begin_inset CommandInset citation
37061 LatexCommand cite
37062 key "Checklist"
37063
37064 \end_inset
37065
37066 .
37067 \end_layout
37068
37069 \end_inset
37070
37071
37072 \end_layout
37073
37074 \begin_layout Itemize
37075 Physical units are 
37076 \emph on
37077 always
37078 \emph default
37079  set upright
37080 \begin_inset Foot
37081 status collapsed
37082
37083 \begin_layout Plain Layout
37084 done with font styles, see 
37085 \begin_inset CommandInset ref
37086 LatexCommand ref
37087 reference "sub:Font-Styles"
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \end_inset
37095
37096 , no matter if they appear in italic text: 30
37097 \begin_inset space \thinspace{}
37098 \end_inset
37099
37100 km/h
37101 \begin_inset Newline newline
37102 \end_inset
37103
37104 Between the value and the unit is the smallest space, see 
37105 \begin_inset CommandInset ref
37106 LatexCommand ref
37107 reference "sub:Predefined-Space"
37108
37109 \end_inset
37110
37111 .
37112 \begin_inset Newline newline
37113 \end_inset
37114
37115 This convention is automatically fulfilled when the command 
37116 \series bold
37117
37118 \backslash
37119 unittwo
37120 \series default
37121  is used.
37122  When it is entered to a formula, two boxes appear.
37123  In the first one the value is inserted, in the second one the unit, and
37124  one gets as above: 
37125 \begin_inset Formula $\unit[30]{km/h}$
37126 \end_inset
37127
37128
37129 \begin_inset space \thinspace{}
37130 \end_inset
37131
37132 .
37133  Note that 
37134 \series bold
37135
37136 \backslash
37137 unittwo
37138 \series default
37139  is not a real LaTeX command but the command 
37140 \series bold
37141
37142 \backslash
37143 unit[value]{unit}
37144 \series default
37145 , therefore you cannot use it in TeX code.
37146 \end_layout
37147
37148 \begin_layout Itemize
37149 Percent and perthousand signs are set like physical units:
37150 \begin_inset Newline newline
37151 \end_inset
37152
37153 1.2
37154 \begin_inset space \thinspace{}
37155 \end_inset
37156
37157 ‰ alcohol in blood
37158 \end_layout
37159
37160 \begin_layout Itemize
37161 The degree sign follows directly on the value: 15°, but not when it is used
37162  in units: 15
37163 \begin_inset space \thinspace{}
37164 \end_inset
37165
37166 °C
37167 \end_layout
37168
37169 \begin_layout Itemize
37170 In numbers with more than four digits the smallest space is inserted before
37171  every third digit to group them: 
37172 \family roman
37173 \series medium
37174 \shape up
37175 \size normal
37176 \emph off
37177 \bar no
37178 \noun off
37179 \color none
37180 18
37181 \begin_inset space \thinspace{}
37182 \end_inset
37183
37184 473
37185 \begin_inset space \thinspace{}
37186 \end_inset
37187
37188 588
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 For dimensions like 120×90×40
37193 \begin_inset space \thinspace{}
37194 \end_inset
37195
37196 cm the multiplication sign 
37197 \begin_inset Quotes eld
37198 \end_inset
37199
37200 ×
37201 \begin_inset Quotes erd
37202 \end_inset
37203
37204  is used.
37205  It is available either via the command 
37206 \series bold
37207
37208 \backslash
37209 times
37210 \series default
37211  or via the menu 
37212 \family sans
37213 Insert\SpecialChar \menuseparator
37214 Special Character\SpecialChar \menuseparator
37215 Symbols
37216 \family default
37217 .
37218 \end_layout
37219
37220 \begin_layout Itemize
37221 Functions with names consisting of several letters are set upright to avoid
37222  confusions, see 
37223 \begin_inset CommandInset ref
37224 LatexCommand ref
37225 reference "sub:Predefined-Functions"
37226
37227 \end_inset
37228
37229 .
37230 \end_layout
37231
37232 \begin_layout Itemize
37233 Indices consisting of several letters, are set upright: 
37234 \begin_inset Formula $E_{\mathrm{kin}}$
37235 \end_inset
37236
37237
37238 \begin_inset Newline newline
37239 \end_inset
37240
37241 Components of matrices are set italic: 
37242 \begin_inset Formula $\hat{H}_{kl}$
37243 \end_inset
37244
37245
37246 \end_layout
37247
37248 \begin_layout Itemize
37249 The differentiation/integration operator 'd', the Euler's number 'e' and
37250  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37251  other variables.
37252 \end_layout
37253
37254 \begin_layout Itemize
37255 The character that denotes a 
37256 \noun on
37257 Fourier
37258 \noun default
37259  transformation is inserted either by the command 
37260 \series bold
37261
37262 \backslash
37263 mathscr
37264 \begin_inset ERT
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268
37269
37270 \backslash
37271 spce 
37272 \end_layout
37273
37274 \end_inset
37275
37276 F
37277 \series default
37278  or via the menu 
37279 \family sans
37280 Insert\SpecialChar \menuseparator
37281 Special Character\SpecialChar \menuseparator
37282 Symbols\SpecialChar \menuseparator
37283 Letterlike
37284 \begin_inset space ~
37285 \end_inset
37286
37287 Symbols
37288 \family default
37289
37290 \begin_inset Formula $\mathscr{F}$
37291 \end_inset
37292
37293
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \begin_inset Newpage newpage
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \begin_layout Section
37304 Synonyms
37305 \begin_inset Index idx
37306 status collapsed
37307
37308 \begin_layout Plain Layout
37309 Synonyms
37310 \end_layout
37311
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \begin_layout Standard
37318 Some characters and symbols can be created with several commands.
37319  Here is a list of the synonym commands:
37320 \end_layout
37321
37322 \begin_layout Standard
37323 \begin_inset VSpace bigskip
37324 \end_inset
37325
37326
37327 \begin_inset space \hfill{}
37328 \end_inset
37329
37330
37331 \begin_inset Tabular
37332 <lyxtabular version="3" rows="12" columns="2">
37333 <features rotate="0" tabularvalignment="middle">
37334 <column alignment="center" valignment="top" width="0pt">
37335 <column alignment="center" valignment="top" width="0pt">
37336 <row>
37337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 Command
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 equivalent to
37351 \begin_inset Note Note
37352 status collapsed
37353
37354 \begin_layout Plain Layout
37355
37356 \series bold
37357
37358 \backslash
37359 raisebox
37360 \series default
37361  is only used as spacer.
37362 \end_layout
37363
37364 \end_inset
37365
37366
37367 \end_layout
37368
37369 \end_inset
37370 </cell>
37371 </row>
37372 <row>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377
37378 \backslash
37379 ast
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388 \begin_inset ERT
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392
37393
37394 \backslash
37395 raisebox{-1.2mm}{
37396 \end_layout
37397
37398 \end_inset
37399
37400 *
37401 \begin_inset ERT
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405
37406 }
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 <row>
37418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37419 \begin_inset Text
37420
37421 \begin_layout Plain Layout
37422
37423 \backslash
37424 choose
37425 \end_layout
37426
37427 \end_inset
37428 </cell>
37429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37430 \begin_inset Text
37431
37432 \begin_layout Plain Layout
37433
37434 \backslash
37435 binom
37436 \end_layout
37437
37438 \end_inset
37439 </cell>
37440 </row>
37441 <row>
37442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37443 \begin_inset Text
37444
37445 \begin_layout Plain Layout
37446
37447 \backslash
37448 geq
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457
37458 \backslash
37459 ge
37460 \end_layout
37461
37462 \end_inset
37463 </cell>
37464 </row>
37465 <row>
37466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470
37471 \backslash
37472 lbrace
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37478 \begin_inset Text
37479
37480 \begin_layout Plain Layout
37481 {
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 </row>
37487 <row>
37488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37489 \begin_inset Text
37490
37491 \begin_layout Plain Layout
37492
37493 \backslash
37494 lbracket
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 [
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 <row>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 leftarrow
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525
37526 \backslash
37527 gets
37528 \end_layout
37529
37530 \end_inset
37531 </cell>
37532 </row>
37533 <row>
37534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538
37539 \backslash
37540 leq
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 le
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 </row>
37557 <row>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562
37563 \backslash
37564 lor
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573
37574 \backslash
37575 vee
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 neq
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 not=
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 </row>
37605 <row>
37606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 slash
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621 /
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 </row>
37627 <row>
37628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632
37633 \backslash
37634 vert
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643 |
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 </lyxtabular>
37650
37651 \end_inset
37652
37653
37654 \begin_inset space \hfill{}
37655 \end_inset
37656
37657
37658 \begin_inset Tabular
37659 <lyxtabular version="3" rows="12" columns="2">
37660 <features rotate="0" tabularvalignment="middle">
37661 <column alignment="center" valignment="top" width="0pt">
37662 <column alignment="center" valignment="top" width="0pt">
37663 <row>
37664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668 Command
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37674 \begin_inset Text
37675
37676 \begin_layout Plain Layout
37677 equivalent to
37678 \end_layout
37679
37680 \end_inset
37681 </cell>
37682 </row>
37683 <row>
37684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout Plain Layout
37688
37689 \backslash
37690 backslash
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37696 \begin_inset Text
37697
37698 \begin_layout Plain Layout
37699
37700 \backslash
37701
37702 \backslash
37703
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 </row>
37709 <row>
37710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37711 \begin_inset Text
37712
37713 \begin_layout Plain Layout
37714
37715 \backslash
37716 dasharrow
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725
37726 \backslash
37727 dashrightarrow
37728 \end_layout
37729
37730 \end_inset
37731 </cell>
37732 </row>
37733 <row>
37734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738
37739 \backslash
37740 land
37741 \end_layout
37742
37743 \end_inset
37744 </cell>
37745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749
37750 \backslash
37751 wedge
37752 \end_layout
37753
37754 \end_inset
37755 </cell>
37756 </row>
37757 <row>
37758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37759 \begin_inset Text
37760
37761 \begin_layout Plain Layout
37762
37763 \backslash
37764 rbrace
37765 \end_layout
37766
37767 \end_inset
37768 </cell>
37769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37770 \begin_inset Text
37771
37772 \begin_layout Plain Layout
37773 }
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 </row>
37779 <row>
37780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37781 \begin_inset Text
37782
37783 \begin_layout Plain Layout
37784
37785 \backslash
37786 rbracket
37787 \end_layout
37788
37789 \end_inset
37790 </cell>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795 ]
37796 \end_layout
37797
37798 \end_inset
37799 </cell>
37800 </row>
37801 <row>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806
37807 \backslash
37808 rightarrow
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37814 \begin_inset Text
37815
37816 \begin_layout Plain Layout
37817
37818 \backslash
37819 to
37820 \end_layout
37821
37822 \end_inset
37823 </cell>
37824 </row>
37825 <row>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830
37831 \backslash
37832 lnot
37833 \end_layout
37834
37835 \end_inset
37836 </cell>
37837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 neg
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 </row>
37849 <row>
37850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854
37855 \backslash
37856 ne
37857 \end_layout
37858
37859 \end_inset
37860 </cell>
37861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37862 \begin_inset Text
37863
37864 \begin_layout Plain Layout
37865
37866 \backslash
37867 not=
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 </row>
37873 <row>
37874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878
37879 \backslash
37880 owns
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889
37890 \backslash
37891 ni
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 </row>
37897 <row>
37898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902
37903 \backslash
37904 square
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913
37914 \backslash
37915 Box
37916 \end_layout
37917
37918 \end_inset
37919 </cell>
37920 </row>
37921 <row>
37922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37923 \begin_inset Text
37924
37925 \begin_layout Plain Layout
37926
37927 \backslash
37928 Vert
37929 \end_layout
37930
37931 \end_inset
37932 </cell>
37933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37934 \begin_inset Text
37935
37936 \begin_layout Plain Layout
37937
37938 \backslash
37939 |
37940 \end_layout
37941
37942 \end_inset
37943 </cell>
37944 </row>
37945 </lyxtabular>
37946
37947 \end_inset
37948
37949
37950 \begin_inset space \hfill{}
37951 \end_inset
37952
37953
37954 \end_layout
37955
37956 \begin_layout Standard
37957 \begin_inset Newpage newpage
37958 \end_inset
37959
37960
37961 \end_layout
37962
37963 \begin_layout Bibliography
37964 \begin_inset CommandInset bibitem
37965 LatexCommand bibitem
37966 key "TLC2"
37967
37968 \end_inset
37969
37970
37971 \shape smallcaps
37972 Mittelbach, F.
37973  ; Goossens, M.
37974 \shape default
37975
37976 \shape italic
37977 The LaTeX Companion
37978 \shape default
37979 .
37980  Addison Wesley, 2004
37981 \end_layout
37982
37983 \begin_layout Bibliography
37984 \begin_inset CommandInset bibitem
37985 LatexCommand bibitem
37986 key "Mathmode"
37987
37988 \end_inset
37989
37990
37991 \begin_inset CommandInset href
37992 LatexCommand href
37993 name "Description"
37994 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37995
37996 \end_inset
37997
37998  of LaTeX's math abilities
37999 \end_layout
38000
38001 \begin_layout Bibliography
38002 \begin_inset CommandInset bibitem
38003 LatexCommand bibitem
38004 key "AMS"
38005
38006 \end_inset
38007
38008
38009 \begin_inset CommandInset href
38010 LatexCommand href
38011 name "Description"
38012 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38013
38014 \end_inset
38015
38016  of 
38017 \begin_inset ERT
38018 status collapsed
38019
38020 \begin_layout Plain Layout
38021
38022
38023 \backslash
38024 AmS
38025 \end_layout
38026
38027 \end_inset
38028
38029 -LaTeX
38030 \end_layout
38031
38032 \begin_layout Bibliography
38033 \begin_inset CommandInset bibitem
38034 LatexCommand bibitem
38035 key "Symbols"
38036
38037 \end_inset
38038
38039
38040 \begin_inset CommandInset href
38041 LatexCommand href
38042 name "List"
38043 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38044
38045 \end_inset
38046
38047  of all symbols available with LaTeX-packages
38048 \end_layout
38049
38050 \begin_layout Bibliography
38051 \begin_inset CommandInset bibitem
38052 LatexCommand bibitem
38053 key "cancel"
38054
38055 \end_inset
38056
38057
38058 \begin_inset CommandInset href
38059 LatexCommand href
38060 name "Documentation"
38061 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38062
38063 \end_inset
38064
38065  of the LaTeX-package 
38066 \series bold
38067 cancel
38068 \series default
38069
38070 \begin_inset Index idx
38071 status collapsed
38072
38073 \begin_layout Plain Layout
38074 Packages ! cancel
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \end_layout
38081
38082 \begin_layout Bibliography
38083 \begin_inset CommandInset bibitem
38084 LatexCommand bibitem
38085 key "hyperref"
38086
38087 \end_inset
38088
38089
38090 \begin_inset CommandInset href
38091 LatexCommand href
38092 name "Documentation"
38093 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38094
38095 \end_inset
38096
38097  of the LaTeX-package 
38098 \series bold
38099 hyperref
38100 \series default
38101
38102 \begin_inset Index idx
38103 status collapsed
38104
38105 \begin_layout Plain Layout
38106 Packages ! hyperref
38107 \end_layout
38108
38109 \end_inset
38110
38111
38112 \end_layout
38113
38114 \begin_layout Bibliography
38115 \begin_inset CommandInset bibitem
38116 LatexCommand bibitem
38117 key "mhchem"
38118
38119 \end_inset
38120
38121
38122 \begin_inset CommandInset href
38123 LatexCommand href
38124 name "Documentation"
38125 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38126
38127 \end_inset
38128
38129  of the LaTeX-package 
38130 \series bold
38131 mhchem
38132 \series default
38133
38134 \begin_inset Index idx
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138 Packages ! mhchem
38139 \end_layout
38140
38141 \end_inset
38142
38143
38144 \end_layout
38145
38146 \begin_layout Bibliography
38147 \begin_inset CommandInset bibitem
38148 LatexCommand bibitem
38149 key "Mathclap"
38150
38151 \end_inset
38152
38153
38154 \begin_inset CommandInset href
38155 LatexCommand href
38156 name "Description"
38157 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38158
38159 \end_inset
38160
38161  of the command 
38162 \series bold
38163
38164 \backslash
38165 mathclap
38166 \series default
38167 , described in 
38168 \begin_inset CommandInset ref
38169 LatexCommand ref
38170 reference "sub:Operator-Limits"
38171
38172 \end_inset
38173
38174
38175 \begin_inset Index idx
38176 status collapsed
38177
38178 \begin_layout Plain Layout
38179 Commands ! M ! 
38180 \backslash
38181 mathclap
38182 \end_layout
38183
38184 \end_inset
38185
38186
38187 \end_layout
38188
38189 \begin_layout Bibliography
38190 \begin_inset CommandInset bibitem
38191 LatexCommand bibitem
38192 key "Duden"
38193
38194 \end_inset
38195
38196
38197 \emph on
38198 Duden Band 1
38199 \emph default
38200 .
38201  22.
38202  Auflage, Duden 2001
38203 \end_layout
38204
38205 \begin_layout Bibliography
38206 \begin_inset CommandInset bibitem
38207 LatexCommand bibitem
38208 key "Checklist"
38209
38210 \end_inset
38211
38212
38213 \begin_inset CommandInset href
38214 LatexCommand href
38215 name "Check list"
38216 target "http://physics.nist.gov/Document/checklist.pdf"
38217
38218 \end_inset
38219
38220  for reviewing manuscripts
38221 \end_layout
38222
38223 \begin_layout Standard
38224 \begin_inset CommandInset index_print
38225 LatexCommand printindex
38226 type "idx"
38227
38228 \end_inset
38229
38230
38231 \end_layout
38232
38233 \end_body
38234 \end_document