]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
5033fe7cf99931357bed631910e3ad2ab91d1d92
[features.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language english
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyX's Math Manual"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-documentation about math"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_amsmath 2
190 \use_esint 1
191 \use_mhchem 1
192 \use_mathdots 1
193 \cite_engine basic
194 \use_bibtopic false
195 \use_indices false
196 \paperorientation portrait
197 \suppress_date false
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,
292 \series default
293  
294 \series bold
295 mhchem
296 \series default
297  and 
298 \series bold
299 was
300 \series default
301  should be installed.
302  If they are not installed the document can be export anyway but the sections
303  where the packages are required will not appear in the output.
304  An exeption is 
305 \series bold
306 mhchem
307 \series default
308 ; if it is not installed, this file cannot be exported.
309 \end_layout
310
311 \begin_layout Plain Layout
312 The latest PDF-version of this document can be found here:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Newpage newpage
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Introduction
335 \end_layout
336
337 \begin_layout Standard
338 This document explains LyX's math features and is furthermore a collection
339  of LaTeX-commands used for mathematical characters and constructs.
340  The explanations are designed for the usage of commands.
341  It is therefore required that you have read the section 
342 \family typewriter
343 Mathematical
344 \begin_inset space ~
345 \end_inset
346
347 Formulas
348 \family default
349  of the User's Guide.
350 \end_layout
351
352 \begin_layout Standard
353 Most of the characters and many constructs explained in this manual are
354  also accessible via the menu 
355 \family sans
356 Insert
357 \series bold
358 \SpecialChar \menuseparator
359
360 \series default
361 Math
362 \family default
363 , or the 
364 \family sans
365 math
366 \family default
367 \series bold
368  
369 \family sans
370 \series default
371 toolbar
372 \family default
373 .
374  But everybody who has to write lots of formulas will notice that it is
375  much faster to use commands instead of the math toolbar.
376  Therefore this manual is focused on commands but also mentions the correspondin
377 g toolbar buttons when available.
378 \end_layout
379
380 \begin_layout Standard
381 If not specially mentioned the commands are only available within formulas.
382  To be able to use all commands explained in this document, the option 
383 \family sans
384 Use AMS math package
385 \family default
386  must be used in the document settings (menu 
387 \family sans
388 Document\SpecialChar \menuseparator
389 Settings\SpecialChar \menuseparator
390 Math
391 \begin_inset space ~
392 \end_inset
393
394 Options
395 \family default
396 ).
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 The option 
402 \family sans
403 Use AMS math package automatically
404 \family default
405  only uses 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -math when math constructs are found that are supported by LyX.
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 This document doesn't list all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -math commands
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 A list with all 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -math commands is in the file 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
465
466 \end_inset
467
468
469 \family default
470 , which is part of every LaTeX standard installation.
471 \end_layout
472
473 \end_inset
474
475  for lucidity reasons.
476 \end_layout
477
478 \begin_layout Section
479 General Instructions
480 \end_layout
481
482 \begin_layout Standard
483 To create an inline formula
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! inline
489 \end_layout
490
491 \end_inset
492
493  that is embedded into a text line, use one of the shortcuts 
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-mode"
497 \end_inset
498
499  or the toolbar button 
500 \begin_inset Graphics
501         filename ../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506
507 \begin_inset Newline newline
508 \end_inset
509
510 To create a display style formula
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formula ! display style
516 \end_layout
517
518 \end_inset
519
520  that will appear bigger and in an own paragraph, use one of these shortcuts:
521  
522 \begin_inset Info
523 type  "shortcuts"
524 arg   "math-display"
525 \end_inset
526
527 .
528 \end_layout
529
530 \begin_layout Standard
531 To change a display style formula to an inline formula, set the cursor into
532  the formula and use one of the shortcuts 
533 \begin_inset Info
534 type  "shortcuts"
535 arg   "math-mode"
536 \end_inset
537
538  or the menu 
539 \family sans
540 Edit\SpecialChar \menuseparator
541 Math\SpecialChar \menuseparator
542 Change formula type
543 \family default
544 .
545  The same way is used to change an inline formula to a display style formula.
546 \end_layout
547
548 \begin_layout Standard
549 To display parts of an inline formula in the size of a display style formula,
550  enter the command 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Commands ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  to a formula.
569  Then a new blue box appears in which the desired formula part is inserted.
570 \end_layout
571
572 \begin_layout Standard
573 Only inline formulas are allowed inside tables.
574 \end_layout
575
576 \begin_layout Standard
577 The 
578 \family sans
579 math toolbar
580 \family default
581  can be turned on in the menu 
582 \family sans
583 View\SpecialChar \menuseparator
584 Toolbars
585 \family default
586 .
587  When you click there on 
588 \begin_inset Quotes eld
589 \end_inset
590
591 Math
592 \begin_inset Quotes erd
593 \end_inset
594
595  the toolbar will be shown permanently at the bottom; this state is visualized
596  in the 
597 \family sans
598 Toolbars
599 \family default
600  menu with a checkmark.
601  When you click in this state again on 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  in the 
610 \family sans
611 Toolbars
612 \family default
613  menu, the 
614 \family sans
615 math toolbar
616 \family default
617  is only shown when the cursor is within a formula; this state is visualized
618  by the renaming of the menu entry from 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  to 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset space ~
632 \end_inset
633
634 (auto)
635 \begin_inset Quotes erd
636 \end_inset
637
638 .
639 \end_layout
640
641 \begin_layout Standard
642 The TeX-mode
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@TeX-mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Graphics
654         filename ../images/ert-insert.png
655         scale 85
656
657 \end_inset
658
659  or by using the menu 
660 \family sans
661 Insert\SpecialChar \menuseparator
662 Te
663 \begin_inset ERT
664 status collapsed
665
666 \begin_layout Plain Layout
667
668 {}
669 \end_layout
670
671 \end_inset
672
673 X Code
674 \family default
675  (shortcut 
676 \begin_inset Info
677 type  "shortcut"
678 arg   "ert-insert"
679 \end_inset
680
681 ).
682 \begin_inset Note Note
683 status collapsed
684
685 \begin_layout Plain Layout
686 In LyX there are three 
687 \begin_inset Quotes eld
688 \end_inset
689
690 proper names
691 \begin_inset Quotes erd
692 \end_inset
693
694  that appear in the output with sub- and superscript letters: TeX, LaTeX
695  and LyX
696 \end_layout
697
698 \begin_layout Plain Layout
699 To avoid that these names are recognized as proper names, a TeX-brace pair
700  is inserted.
701 \end_layout
702
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 To change the LaTeX-preamble
710 \begin_inset Index idx
711 status collapsed
712
713 \begin_layout Plain Layout
714 L@LaTeX-preamble
715 \end_layout
716
717 \end_inset
718
719 , use the menu 
720 \family sans
721 Document\SpecialChar \menuseparator
722 Settings\SpecialChar \menuseparator
723 LaT
724 \begin_inset ERT
725 status collapsed
726
727 \begin_layout Plain Layout
728
729 {}
730 \end_layout
731
732 \end_inset
733
734 eX
735 \family default
736  
737 \family sans
738 Preamble
739 \family default
740 .
741 \end_layout
742
743 \begin_layout Standard
744 To edit matrices, case differentiations and multiline formulas subsequently,
745  the menus 
746 \family sans
747 Edit\SpecialChar \menuseparator
748 Math
749 \family default
750  and 
751 \family sans
752 Edit\SpecialChar \menuseparator
753 Rows
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 &
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 Columns,
762 \family default
763  or the 
764 \family sans
765 table toolbar
766 \family default
767  can be used.
768  When lines and columns are swapped via the menu, the column or line where
769  the cursor is in is exchanged with the column to the right or the line
770  below, respectively.
771  Is the cursor in the last column or row, the exchange is done with the
772  column to the left or the line above.
773 \end_layout
774
775 \begin_layout Standard
776 To write text in formulas
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 For multiline formulas the command 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  is used, see 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-multiline"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  
800 \emph on
801 mathematical text
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in formulas
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematical text
819 \end_layout
820
821 \end_inset
822
823  is used.
824  This mode is invoked with the shortcut 
825 \begin_inset Info
826 type  "shortcut"
827 arg   "font-default"
828 \end_inset
829
830  or by the insertion of the command 
831 \series bold
832
833 \backslash
834 text
835 \series default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 Commands ! T ! 
842 \backslash
843 text
844 \end_layout
845
846 \end_inset
847
848 .
849  The text appears black in LyX and can therefore be distinguished from the
850  other formula parts that appear blue.
851  In the output mathematical text is set upright, in contrary to other formula
852  parts.
853 \end_layout
854
855 \begin_layout Subsection*
856 Command Scheme
857 \end_layout
858
859 \begin_layout Standard
860 Most of the LaTeX-commands for math constructs have the following scheme:
861 \end_layout
862
863 \begin_layout Standard
864
865 \series bold
866
867 \backslash
868 commandname[optional
869 \series default
870  
871 \series bold
872 argument]{required
873 \series default
874  
875 \series bold
876 argument}
877 \end_layout
878
879 \begin_layout Standard
880 A command starts always with a backslash 
881 \begin_inset Quotes gld
882 \end_inset
883
884
885 \series bold
886
887 \backslash
888
889 \series default
890
891 \begin_inset Quotes grd
892 \end_inset
893
894 .
895  To omit optional arguments, also omit the associated brackets.
896  The braces around the required arguments are named in this document as
897  TeX-braces
898 \begin_inset Index idx
899 status collapsed
900
901 \begin_layout Plain Layout
902 T@TeX-braces
903 \end_layout
904
905 \end_inset
906
907 .
908  If you add in a formula a left brace to a command name, LyX creates automatical
909 ly a TeX-brace.
910  In all other cases TeX-braces are created in formulas with the command
911  
912 \series bold
913
914 \backslash
915 {
916 \series default
917 .
918  TeX-braces appear red in LyX, in contrary to normal braces that appear
919  blue.
920  In TeX-mode no command is needed to get TeX-braces.
921  TeX-braces don't appear in the output.
922 \end_layout
923
924 \begin_layout Standard
925 When commands without arguments, like commands for symbols are entered in
926  TeX-mode, a space character must 
927 \emph on
928 always
929 \emph default
930  be behind the command to end it.
931  This space doesn't appear in the output.
932  When the space should appear in the output, the space must be followed
933  by a protected space in normal text.
934 \end_layout
935
936 \begin_layout Standard
937 A protected space is inserted with 
938 \begin_inset Info
939 type  "shortcut"
940 arg   "space-insert protected"
941 \end_inset
942
943 .
944 \end_layout
945
946 \begin_layout Subsection*
947 \begin_inset Newpage newpage
948 \end_inset
949
950 Syntax Explanation
951 \end_layout
952
953 \begin_layout Itemize
954 The symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 This visible space character can be created with the command 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Commands ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , inserted in TeX-mode.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 spce 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 denotes a space character to be input.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 An arrow like 
1004 \begin_inset Formula $\to$
1005 \end_inset
1006
1007  denotes the usage of the corresponding arrow key on the keyboard.
1008 \end_layout
1009
1010 \begin_layout Subsection*
1011 Available units
1012 \end_layout
1013
1014 \begin_layout Standard
1015 \align center
1016 \begin_inset Float table
1017 placement H
1018 wide false
1019 sideways false
1020 status open
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Caption
1025
1026 \begin_layout Plain Layout
1027 \begin_inset CommandInset label
1028 LatexCommand label
1029 name "tab:Available-units"
1030
1031 \end_inset
1032
1033 Available units
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \align center
1043 \begin_inset Tabular
1044 <lyxtabular version="3" rows="13" columns="2">
1045 <features tabularvalignment="middle">
1046 <column alignment="center" valignment="top" width="0">
1047 <column alignment="center" valignment="top" width="0">
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Unit
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Name / Description
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 mm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Millimeter
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 cm
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Centimeter
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 in
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Inch (1
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 in = 2,54
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 cm)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pt
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Point (72.27
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pt = 1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 in)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 pc
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 Pica (1
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pc = 12
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 sp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 scaled point (65536
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 sp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 pt)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 bp
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 big point (72
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 bp = 1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 in)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 dd
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 Didot (1
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 dd 
1267 \begin_inset Formula $\approx$
1268 \end_inset
1269
1270  0.376
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 mm)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 cc
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Cicero (1
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 cc = 12
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 dd)
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 ex
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 Height of letter 
1323 \emph on
1324
1325 \begin_inset Quotes eld
1326 \end_inset
1327
1328 x
1329 \emph default
1330
1331 \begin_inset Quotes erd
1332 \end_inset
1333
1334  in the current font
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 em
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 width of letter 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358
1359 \emph on
1360 M
1361 \emph default
1362
1363 \begin_inset Quotes erd
1364 \end_inset
1365
1366  in the current font
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 <row>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 mu
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 math unit (1
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 mu = 
1391 \begin_inset Formula $\nicefrac{1}{18}$
1392 \end_inset
1393
1394
1395 \begin_inset space \thinspace{}
1396 \end_inset
1397
1398 em)
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 </row>
1404 </lyxtabular>
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Standard
1417 \begin_inset Newpage newpage
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \begin_layout Section
1424 Basic Functions
1425 \end_layout
1426
1427 \begin_layout Subsection
1428 Exponents
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 Exponents
1434 \end_layout
1435
1436 \end_inset
1437
1438  and Indices
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 Indices
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \begin_inset Index idx
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453 Superscripts|see
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 {
1460 \end_layout
1461
1462 \end_inset
1463
1464 Exponents
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 }
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \begin_inset Index idx
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485 Subscripts|see
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 {
1492 \end_layout
1493
1494 \end_inset
1495
1496 Indices
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 }
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \begin_layout Standard
1516 Indices are created with an underscore 
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520 _
1521 \begin_inset Quotes erd
1522 \end_inset
1523
1524  or via the math toolbar button 
1525 \begin_inset Graphics
1526         filename ../images/math-subscript.png
1527         scale 85
1528
1529 \end_inset
1530
1531  , exponents with a caret 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 ^
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  or via the math toolbar button 
1540 \begin_inset Graphics
1541         filename ../images/math-superscript.png
1542         scale 85
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 \align center
1551 \begin_inset Tabular
1552 <lyxtabular version="3" rows="4" columns="2">
1553 <features tabularvalignment="middle">
1554 <column alignment="center" valignment="top" width="0pt">
1555 <column alignment="center" valignment="top" width="0pt">
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 command
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 Result
1571 \begin_inset Note Note
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 \series bold
1577
1578 \backslash
1579 raisebox
1580 \series default
1581  is only used as spacer.
1582 \end_layout
1583
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 B_V
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $B_{V}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 B^V
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 <row>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 B^
1644 \begin_inset ERT
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648
1649
1650 \backslash
1651 spce 
1652 \end_layout
1653
1654 \end_inset
1655
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1666 \end_inset
1667
1668
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 </row>
1674 </lyxtabular>
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 As the caret is in some languages an accent, vowels will be accentuated
1683  in this case and not set as exponents
1684 \begin_inset Foot
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688 Depending on the used keyboard settings this can also happen for other character
1689 s than vowels.
1690 \end_layout
1691
1692 \end_inset
1693
1694 .
1695  To get in this case exponents, press 
1696 \family sans
1697 Space
1698 \family default
1699  after the caret as in the last example.
1700 \end_layout
1701
1702 \begin_layout Subsection
1703 Fractions
1704 \begin_inset CommandInset label
1705 LatexCommand label
1706 name "sub:Fractions"
1707
1708 \end_inset
1709
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Fractions
1716 \end_layout
1717
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Fractions are generated with the command 
1725 \series bold
1726
1727 \backslash
1728 frac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Commands ! F ! 
1736 \backslash
1737 frac
1738 \end_layout
1739
1740 \end_inset
1741
1742  or via the math toolbar button 
1743 \begin_inset Graphics
1744         filename ../images/math/frac.png
1745         scale 50
1746
1747 \end_inset
1748
1749 .
1750  The font size is adjusted automatically, depending on whether the fraction
1751  is in an inline or display style formula.
1752  With the math toolbar button 
1753 \begin_inset Graphics
1754         filename ../images/math/frac-square.png
1755         scale 85
1756
1757 \end_inset
1758
1759  you can select different fraction types.
1760 \end_layout
1761
1762 \begin_layout Standard
1763 With the command 
1764 \series bold
1765
1766 \backslash
1767 dfrac
1768 \series default
1769
1770 \begin_inset Index idx
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Commands ! D ! 
1775 \backslash
1776 dfrac
1777 \end_layout
1778
1779 \end_inset
1780
1781  a fraction can be created that has in any case the size of a display style
1782  formula.
1783  With 
1784 \series bold
1785
1786 \backslash
1787 tfrac
1788 \series default
1789
1790 \begin_inset Index idx
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794 Commands ! T ! 
1795 \backslash
1796 tfrac
1797 \end_layout
1798
1799 \end_inset
1800
1801  the fraction appears always with the size of an inline formula.
1802  An example:
1803 \end_layout
1804
1805 \begin_layout Standard
1806 A line with the fraction 
1807 \begin_inset Formula $\frac{1}{2}$
1808 \end_inset
1809
1810  that was created with the command 
1811 \series bold
1812
1813 \backslash
1814 frac
1815 \series default
1816 .
1817 \end_layout
1818
1819 \begin_layout Standard
1820 A line with the fraction 
1821 \begin_inset Formula $\dfrac{1}{2}$
1822 \end_inset
1823
1824  that was created with the command 
1825 \series bold
1826
1827 \backslash
1828 dfrac
1829 \series default
1830 .
1831 \end_layout
1832
1833 \begin_layout Standard
1834 \align center
1835 \begin_inset Tabular
1836 <lyxtabular version="3" rows="4" columns="2">
1837 <features tabularvalignment="middle">
1838 <column alignment="center" valignment="top" width="0pt">
1839 <column alignment="center" valignment="top" width="0pt">
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 Command
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 Result
1855 \begin_inset Note Note
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860 \series bold
1861
1862 \backslash
1863 raisebox
1864 \series default
1865  is only used as spacer.
1866 \end_layout
1867
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \backslash
1883 frac
1884 \begin_inset ERT
1885 status collapsed
1886
1887 \begin_layout Plain Layout
1888
1889
1890 \backslash
1891 spce 
1892 \end_layout
1893
1894 \end_inset
1895
1896 A
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 B
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \backslash
1925 dfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 spce 
1934 \end_layout
1935
1936 \end_inset
1937
1938 A
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 B
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1952 \end_inset
1953
1954
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \backslash
1967 dfrac
1968 \begin_inset ERT
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973
1974 \backslash
1975 spce 
1976 \end_layout
1977
1978 \end_inset
1979
1980 e^
1981 \begin_inset ERT
1982 status collapsed
1983
1984 \begin_layout Plain Layout
1985
1986
1987 \backslash
1988 spce 
1989 \end_layout
1990
1991 \end_inset
1992
1993
1994 \backslash
1995 frac
1996 \begin_inset ERT
1997 status collapsed
1998
1999 \begin_layout Plain Layout
2000
2001
2002 \backslash
2003 spce 
2004 \end_layout
2005
2006 \end_inset
2007
2008 1
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 2
2013 \begin_inset Formula $\downarrow\downarrow$
2014 \end_inset
2015
2016 3
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 </lyxtabular>
2035
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace bigskip
2043 \end_inset
2044
2045
2046 \begin_inset Newpage newpage
2047 \end_inset
2048
2049 For nested fractions the command 
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Commands ! C ! 
2061 \backslash
2062 cfrac
2063 \end_layout
2064
2065 \end_inset
2066
2067  can be used.
2068  Here is an example:
2069 \begin_inset VSpace -3mm
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \begin_inset Formula 
2077 \begin{align*}
2078 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2079 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2080 \end{align*}
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 The command for the example above is:
2089 \end_layout
2090
2091 \begin_layout Standard
2092
2093 \series bold
2094
2095 \backslash
2096 cfrac
2097 \begin_inset ERT
2098 status collapsed
2099
2100 \begin_layout Plain Layout
2101
2102
2103 \backslash
2104 spce 
2105 \end_layout
2106
2107 \end_inset
2108
2109 A
2110 \begin_inset Formula $\downarrow$
2111 \end_inset
2112
2113 B+
2114 \backslash
2115 cfrac
2116 \begin_inset ERT
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120
2121
2122 \backslash
2123 spce 
2124 \end_layout
2125
2126 \end_inset
2127
2128 C+
2129 \backslash
2130 cfrac
2131 \begin_inset ERT
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135
2136
2137 \backslash
2138 spce 
2139 \end_layout
2140
2141 \end_inset
2142
2143 E
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 F
2148 \begin_inset Formula $\downarrow$
2149 \end_inset
2150
2151 D
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset VSpace medskip
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  sets the fraction always in the size of a displayed formula, also when
2169  it is part of another fraction.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 It is possible to specify the alignment of the numerator.
2174  The command 
2175 \series bold
2176
2177 \backslash
2178 cfracleft
2179 \series default
2180  is used to left align it, the command 
2181 \series bold
2182
2183 \backslash
2184 cfracright
2185 \series default
2186  to right-align it.
2187  
2188 \series bold
2189
2190 \backslash
2191 cfrac
2192 \series default
2193  centers the numerator.
2194  These fractions demonstrate the different alignments:
2195 \end_layout
2196
2197 \begin_layout Standard
2198 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac{A}{B+C}$
2203 \end_inset
2204
2205
2206 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 \begin_inset Note Greyedout
2214 status open
2215
2216 \begin_layout Plain Layout
2217
2218 \series bold
2219 Note:
2220 \series default
2221  
2222 \series bold
2223
2224 \backslash
2225 cfracleft
2226 \series default
2227  and 
2228 \series bold
2229
2230 \backslash
2231 cfracright
2232 \series default
2233  are no real LaTeX commands but represent the command 
2234 \series bold
2235
2236 \backslash
2237 cfrac[alignment]{numerator}{denominator}
2238 \series default
2239  .
2240  Therefore you cannot use them in TeX code.
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 \begin_inset VSpace medskip
2250 \end_inset
2251
2252 It is often advantageous to combine 
2253 \series bold
2254
2255 \backslash
2256 cfrac
2257 \series default
2258  and 
2259 \series bold
2260
2261 \backslash
2262 frac
2263 \series default
2264 :
2265 \begin_inset Formula 
2266 \[
2267 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2268 \]
2269
2270 \end_inset
2271
2272
2273 \end_layout
2274
2275 \begin_layout Standard
2276 For inline fractions with a sloped fraction stroke you can use the command
2277  
2278 \series bold
2279
2280 \backslash
2281 nicefrac
2282 \series default
2283
2284 \begin_inset Index idx
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Commands ! N ! 
2289 \backslash
2290 nicefrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Formula $\nicefrac{5}{31}$
2297 \end_inset
2298
2299  or 
2300 \series bold
2301
2302 \backslash
2303 unitfrac
2304 \series default
2305
2306 \begin_inset Index idx
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310 Commands ! U ! 
2311 \backslash
2312 unitfrac
2313 \end_layout
2314
2315 \end_inset
2316
2317
2318 \begin_inset Formula $\unitfrac{5}{31}$
2319 \end_inset
2320
2321  There is furthermore the command 
2322 \series bold
2323
2324 \backslash
2325 unitfracthree
2326 \series default
2327  that offers to write a fraction in combination with a number: 
2328 \begin_inset Formula $\unitfrac[2]{1}{3}$
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Standard
2335 \begin_inset Note Greyedout
2336 status open
2337
2338 \begin_layout Plain Layout
2339
2340 \series bold
2341 Note:
2342 \series default
2343  
2344 \series bold
2345
2346 \backslash
2347 unitfracthree
2348 \series default
2349  is not a real LaTeX command but the command
2350 \begin_inset Newline newline
2351 \end_inset
2352
2353
2354 \series bold
2355
2356 \backslash
2357 unitfrac[number]{numerator}{denominator}
2358 \series default
2359  .
2360  Therefore you cannot use it in TeX code.
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \begin_layout Standard
2369 How to define own fractions where the fraction stroke can be changed, is
2370  explained in 
2371 \begin_inset CommandInset ref
2372 LatexCommand ref
2373 reference "sub:Self-defined-Fractions"
2374
2375 \end_inset
2376
2377 .
2378 \end_layout
2379
2380 \begin_layout Subsection
2381 Roots
2382 \begin_inset Index idx
2383 status collapsed
2384
2385 \begin_layout Plain Layout
2386 Roots
2387 \end_layout
2388
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \begin_layout Standard
2395 Square roots are created with 
2396 \series bold
2397
2398 \backslash
2399 sqrt
2400 \series default
2401
2402 \begin_inset Index idx
2403 status collapsed
2404
2405 \begin_layout Plain Layout
2406 Commands ! S ! 
2407 \backslash
2408 sqrt
2409 \end_layout
2410
2411 \end_inset
2412
2413  or the math toolbar button 
2414 \begin_inset Graphics
2415         filename ../images/math/sqrt.png
2416         scale 85
2417
2418 \end_inset
2419
2420 , all other roots with the command 
2421 \series bold
2422
2423 \backslash
2424 root
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commands ! R ! 
2432 \backslash
2433 root
2434 \end_layout
2435
2436 \end_inset
2437
2438  or with the math toolbar button 
2439 \begin_inset Graphics
2440         filename ../images/math/root.png
2441         scale 85
2442
2443 \end_inset
2444
2445 .
2446 \end_layout
2447
2448 \begin_layout Standard
2449 \align center
2450 \begin_inset Tabular
2451 <lyxtabular version="3" rows="3" columns="2">
2452 <features tabularvalignment="middle">
2453 <column alignment="center" valignment="top" width="0pt">
2454 <column alignment="center" valignment="top" width="0pt">
2455 <row>
2456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460 Command
2461 \end_layout
2462
2463 \end_inset
2464 </cell>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469 Result
2470 \begin_inset Note Note
2471 status collapsed
2472
2473 \begin_layout Plain Layout
2474
2475 \series bold
2476
2477 \backslash
2478 raisebox
2479 \series default
2480  is only used as spacer.
2481 \end_layout
2482
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 <row>
2492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \backslash
2498 sqrt
2499 \begin_inset ERT
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503
2504
2505 \backslash
2506 spce 
2507 \end_layout
2508
2509 \end_inset
2510
2511 A-B
2512 \end_layout
2513
2514 \end_inset
2515 </cell>
2516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2517 \begin_inset Text
2518
2519 \begin_layout Plain Layout
2520 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 <row>
2530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \backslash
2536 root
2537 \begin_inset ERT
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541
2542
2543 \backslash
2544 spce 
2545 \end_layout
2546
2547 \end_inset
2548
2549 3
2550 \begin_inset Formula $\downarrow$
2551 \end_inset
2552
2553 A-B
2554 \end_layout
2555
2556 \end_inset
2557 </cell>
2558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2559 \begin_inset Text
2560
2561 \begin_layout Plain Layout
2562 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2563 \end_inset
2564
2565
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 </row>
2571 </lyxtabular>
2572
2573 \end_inset
2574
2575
2576 \end_layout
2577
2578 \begin_layout Standard
2579 A square root can also be created with 
2580 \series bold
2581
2582 \backslash
2583 root
2584 \series default
2585  when the root index field is left empty.
2586 \end_layout
2587
2588 \begin_layout Standard
2589 With certain indices the distance to the root is too small, like in this
2590  formula: 
2591 \begin_inset Formula $\sqrt[\beta]{B}$
2592 \end_inset
2593
2594
2595 \begin_inset Newline newline
2596 \end_inset
2597
2598 The 
2599 \begin_inset Formula $\beta$
2600 \end_inset
2601
2602  touches the root.
2603  To avoid this, the commands 
2604 \series bold
2605
2606 \backslash
2607 leftroot
2608 \series default
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Commands ! L ! 
2615 \backslash
2616 leftroot
2617 \end_layout
2618
2619 \end_inset
2620
2621  and 
2622 \series bold
2623
2624 \backslash
2625 uproot
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 Commands ! U ! 
2633 \backslash
2634 uproot
2635 \end_layout
2636
2637 \end_inset
2638
2639  are used with the following scheme:
2640 \end_layout
2641
2642 \begin_layout Standard
2643
2644 \series bold
2645
2646 \backslash
2647 leftroot{distance}
2648 \series default
2649  and 
2650 \series bold
2651
2652 \backslash
2653 uproot{distance}
2654 \end_layout
2655
2656 \begin_layout Standard
2657 Distance is the number of Big Points (unit bp; 
2658 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2659 \end_inset
2660
2661 ), that the index should be moved to the left or top, resp..
2662  The commands are written to the index.
2663  This way the command
2664 \begin_inset Newline newline
2665 \end_inset
2666
2667
2668 \series bold
2669
2670 \backslash
2671 root
2672 \backslash
2673 leftroot{-1
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677
2678 \backslash
2679 uproot{2
2680 \begin_inset Formula $\to$
2681 \end_inset
2682
2683
2684 \backslash
2685 beta
2686 \begin_inset ERT
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690
2691
2692 \backslash
2693 spce 
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \begin_inset Formula $\to$
2700 \end_inset
2701
2702 B
2703 \begin_inset Newline newline
2704 \end_inset
2705
2706
2707 \series default
2708 produces a correct typeset formula: 
2709 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \begin_layout Subsection
2716 Binomial Coefficients
2717 \begin_inset Index idx
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 Binomial coefficients
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Binomial coefficients are inserted with the command 
2731 \series bold
2732
2733 \backslash
2734 binom
2735 \series default
2736
2737 \begin_inset Index idx
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741 Commands ! B ! 
2742 \backslash
2743 binom
2744 \end_layout
2745
2746 \end_inset
2747
2748  or with the submenu of the math toolbar button 
2749 \begin_inset Graphics
2750         filename ../images/math/frac-square.png
2751         scale 85
2752
2753 \end_inset
2754
2755 .
2756  Analog to fractions (
2757 \series bold
2758
2759 \backslash
2760 frac
2761 \series default
2762 ) there are besides 
2763 \series bold
2764
2765 \backslash
2766 binom
2767 \series default
2768  the commands 
2769 \series bold
2770
2771 \backslash
2772 dbinom
2773 \series default
2774
2775 \begin_inset Index idx
2776 status collapsed
2777
2778 \begin_layout Plain Layout
2779 Commands ! D ! 
2780 \backslash
2781 dbinom
2782 \end_layout
2783
2784 \end_inset
2785
2786  and 
2787 \series bold
2788
2789 \backslash
2790 tbinom
2791 \series default
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 Commands ! T ! 
2798 \backslash
2799 tbinom
2800 \end_layout
2801
2802 \end_inset
2803
2804 .
2805  For other brackets around binomial coeficients there are the commands 
2806 \series bold
2807
2808 \backslash
2809 brace
2810 \series default
2811
2812 \begin_inset Index idx
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 Commands ! B ! 
2817 \backslash
2818 brace
2819 \end_layout
2820
2821 \end_inset
2822
2823  and 
2824 \series bold
2825
2826 \backslash
2827 brack
2828 \series default
2829
2830 \begin_inset Index idx
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 Commands ! B ! 
2835 \backslash
2836 brack
2837 \end_layout
2838
2839 \end_inset
2840
2841 .
2842 \end_layout
2843
2844 \begin_layout Standard
2845 \align center
2846 \begin_inset Tabular
2847 <lyxtabular version="3" rows="6" columns="2">
2848 <features tabularvalignment="middle">
2849 <column alignment="center" valignment="top" width="0pt">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856 Command
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 Result
2866 \begin_inset Note Note
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870
2871 \series bold
2872
2873 \backslash
2874 raisebox
2875 \series default
2876  is only used as spacer.
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 </row>
2887 <row>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \backslash
2894 binom
2895 \begin_inset ERT
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899
2900
2901 \backslash
2902 spce 
2903 \end_layout
2904
2905 \end_inset
2906
2907 A
2908 \begin_inset Formula $\downarrow$
2909 \end_inset
2910
2911 B
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 dbinom
2937 \begin_inset ERT
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941
2942
2943 \backslash
2944 spce 
2945 \end_layout
2946
2947 \end_inset
2948
2949 A
2950 \begin_inset Formula $\downarrow$
2951 \end_inset
2952
2953 B
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 tbinom
2979 \begin_inset ERT
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983
2984
2985 \backslash
2986 spce 
2987 \end_layout
2988
2989 \end_inset
2990
2991 A
2992 \begin_inset Formula $\downarrow$
2993 \end_inset
2994
2995 B
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \backslash
3020 brack
3021 \begin_inset ERT
3022 status collapsed
3023
3024 \begin_layout Plain Layout
3025
3026
3027 \backslash
3028 spce 
3029 \end_layout
3030
3031 \end_inset
3032
3033 A
3034 \begin_inset Formula $\downarrow$
3035 \end_inset
3036
3037 B
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \backslash
3062 brace
3063 \begin_inset ERT
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067
3068
3069 \backslash
3070 spce 
3071 \end_layout
3072
3073 \end_inset
3074
3075 A
3076 \begin_inset Formula $\downarrow$
3077 \end_inset
3078
3079 B
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 </lyxtabular>
3098
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \begin_layout Subsection
3105 Case Differentiations
3106 \begin_inset Index idx
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110 Case differentiations 
3111 \end_layout
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \begin_layout Standard
3119 \align center
3120 \begin_inset Tabular
3121 <lyxtabular version="3" rows="3" columns="2">
3122 <features tabularvalignment="middle">
3123 <column alignment="center" valignment="top" width="0pt">
3124 <column alignment="center" valignment="top" width="0pt">
3125 <row>
3126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 Command
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 Result
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 <row>
3146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \backslash
3152 cases
3153 \begin_inset ERT
3154 status collapsed
3155
3156 \begin_layout Plain Layout
3157
3158
3159 \backslash
3160 spce 
3161 \end_layout
3162
3163 \end_inset
3164
3165 A
3166 \begin_inset Formula $\to$
3167 \end_inset
3168
3169 B>0
3170 \begin_inset Index idx
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174 Commands ! C ! 
3175 \backslash
3176 cases
3177 \end_layout
3178
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 \begin_inset Formula $\begin{cases}
3191 A & B>0\end{cases}$
3192 \end_inset
3193
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \backslash
3207 cases
3208 \begin_inset ERT
3209 status collapsed
3210
3211 \begin_layout Plain Layout
3212
3213
3214 \backslash
3215 spce 
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \begin_inset Info
3222 type  "shortcut"
3223 arg   "newline-insert newline"
3224 \end_inset
3225
3226
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 \begin_inset Formula $\begin{cases}
3236 A & \textrm{for }x>0\\
3237 B & \textrm{for }x=0
3238 \end{cases}$
3239 \end_inset
3240
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 </lyxtabular>
3248
3249 \end_inset
3250
3251
3252 \end_layout
3253
3254 \begin_layout Standard
3255 After inserting 
3256 \series bold
3257
3258 \backslash
3259 cases
3260 \series default
3261  or the usage of the math toolbar button 
3262 \begin_inset Graphics
3263         filename ../images/math/cases.png
3264         scale 85
3265
3266 \end_inset
3267
3268  you can create new lines with the shortcut 
3269 \begin_inset Info
3270 type  "shortcut"
3271 arg   "newline-insert newline"
3272 \end_inset
3273
3274  or the table toolbar button 
3275 \begin_inset Graphics
3276         filename ../images/tabular-feature_append-row.png
3277         scale 85
3278
3279 \end_inset
3280
3281 .
3282 \end_layout
3283
3284 \begin_layout Standard
3285 The command 
3286 \series bold
3287
3288 \backslash
3289 cases
3290 \series default
3291  is also available via the menu 
3292 \family sans
3293 Insert\SpecialChar \menuseparator
3294 Math\SpecialChar \menuseparator
3295 Cases-Environment
3296 \family default
3297 .
3298 \end_layout
3299
3300 \begin_layout Subsection
3301 Negations
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 Negations
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \begin_layout Standard
3315 By inserting of 
3316 \series bold
3317
3318 \backslash
3319 not
3320 \series default
3321
3322 \begin_inset Index idx
3323 status collapsed
3324
3325 \begin_layout Plain Layout
3326 Commands ! N ! 
3327 \backslash
3328 not
3329 \end_layout
3330
3331 \end_inset
3332
3333  every character can be displayed canceled.
3334  The characters are quasi accentuated by a slash.
3335 \end_layout
3336
3337 \begin_layout Standard
3338 \align center
3339 \begin_inset Tabular
3340 <lyxtabular version="3" rows="4" columns="2">
3341 <features tabularvalignment="middle">
3342 <column alignment="center" valignment="top" width="0pt">
3343 <column alignment="center" valignment="top" width="0pt">
3344 <row>
3345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Command
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Result
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \backslash
3371 not=
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 \begin_inset Formula $\not=$
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 <row>
3390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394
3395 \backslash
3396 not 
3397 \backslash
3398 le
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 \begin_inset Formula $\not\le$
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \backslash
3423 not 
3424 \backslash
3425 parallel
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 \begin_inset Formula $\not\parallel$
3435 \end_inset
3436
3437
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 </row>
3443 </lyxtabular>
3444
3445 \end_inset
3446
3447
3448 \end_layout
3449
3450 \begin_layout Standard
3451 The last example shows, that not all negations look good.
3452  Therefore there are for some negations special commands (see 
3453 \begin_inset CommandInset ref
3454 LatexCommand ref
3455 reference "sub:Mathematical-Symbols"
3456
3457 \end_inset
3458
3459  and 
3460 \begin_inset CommandInset ref
3461 LatexCommand ref
3462 reference "sec:Relations"
3463
3464 \end_inset
3465
3466 ).
3467 \end_layout
3468
3469 \begin_layout Subsection
3470 Placeholders
3471 \begin_inset CommandInset label
3472 LatexCommand label
3473 name "sub:Placeholders"
3474
3475 \end_inset
3476
3477
3478 \begin_inset Index idx
3479 status collapsed
3480
3481 \begin_layout Plain Layout
3482 Placeholders
3483 \end_layout
3484
3485 \end_inset
3486
3487
3488 \begin_inset Index idx
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 Chemical characters ! Isotopes
3493 \end_layout
3494
3495 \end_inset
3496
3497
3498 \begin_inset Index idx
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502 Isotopes|see
3503 \begin_inset ERT
3504 status collapsed
3505
3506 \begin_layout Plain Layout
3507
3508 {
3509 \end_layout
3510
3511 \end_inset
3512
3513 Chemical characters
3514 \begin_inset ERT
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518
3519 }
3520 \end_layout
3521
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \end_inset
3528
3529
3530 \end_layout
3531
3532 \begin_layout Standard
3533 When displaying e.
3534 \begin_inset space \thinspace{}
3535 \end_inset
3536
3537 g.
3538 \begin_inset space \space{}
3539 \end_inset
3540
3541 isotopes
3542 \begin_inset Foot
3543 status collapsed
3544
3545 \begin_layout Plain Layout
3546 Typesetting isotopes and chemical symbols is described in 
3547 \begin_inset CommandInset ref
3548 LatexCommand ref
3549 reference "sub:Chemical-Symbols-and"
3550
3551 \end_inset
3552
3553 .
3554 \end_layout
3555
3556 \end_inset
3557
3558  the following problem occurs:
3559 \end_layout
3560
3561 \begin_layout Standard
3562 \align center
3563 \begin_inset Tabular
3564 <lyxtabular version="3" rows="2" columns="2">
3565 <features tabularvalignment="middle">
3566 <column alignment="center" valignment="top" width="0pt">
3567 <column alignment="center" valignment="top" width="0pt">
3568 <row>
3569 <cell alignment="center" valignment="top" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 Indices created with sub- and superscripts:
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3583 \end_inset
3584
3585
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 </row>
3591 <row>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 correct indices:
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 </lyxtabular>
3615
3616 \end_inset
3617
3618
3619 \begin_inset Note Note
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625
3626 \backslash
3627 raisebox
3628 \series default
3629  is only used as spacer.
3630 \end_layout
3631
3632 \end_inset
3633
3634
3635 \end_layout
3636
3637 \begin_layout Standard
3638 The shorter index is by default placed below or above the first character
3639  of the longer index.
3640  To avoid this there is the command 
3641 \series bold
3642
3643 \backslash
3644 phantom
3645 \series default
3646
3647 \begin_inset Index idx
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651 Commands ! P ! 
3652 \backslash
3653 phantom
3654 \end_layout
3655
3656 \end_inset
3657
3658  or the math toolbar button
3659 \begin_inset space \thinspace{}
3660 \end_inset
3661
3662
3663 \begin_inset Foot
3664 status collapsed
3665
3666 \begin_layout Plain Layout
3667 can be found in the submenu of the toolbar button 
3668 \begin_inset Graphics
3669         filename ../images/math/space.png
3670         scale 85
3671
3672 \end_inset
3673
3674
3675 \end_layout
3676
3677 \end_inset
3678
3679  
3680 \begin_inset Graphics
3681         filename ../images/math/phantom.png
3682         scale 85
3683
3684 \end_inset
3685
3686  that creates one or more phantom characters.
3687  When inserting 
3688 \series bold
3689
3690 \backslash
3691 phantom
3692 \series default
3693  a small blue box appears that is superposed with two red arrows.
3694  The arrows indicate that the complete width and height of the box content
3695  will be created as placeholder.
3696  Phantom characters are accordingly placeholders with the size of the characters.
3697 \end_layout
3698
3699 \begin_layout Standard
3700 \align center
3701 \begin_inset Tabular
3702 <lyxtabular version="3" rows="4" columns="2">
3703 <features tabularvalignment="middle">
3704 <column alignment="center" valignment="top" width="0">
3705 <column alignment="center" valignment="top" width="0">
3706 <row>
3707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Command
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Result
3721 \begin_inset Note Note
3722 status collapsed
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727
3728 \backslash
3729 raisebox
3730 \series default
3731  is only used as spacer.
3732 \end_layout
3733
3734 \end_inset
3735
3736
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 ^19
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 spce 
3756 \end_layout
3757
3758 \end_inset
3759
3760 _
3761 \backslash
3762 phantom
3763 \begin_inset ERT
3764 status collapsed
3765
3766 \begin_layout Plain Layout
3767
3768
3769 \backslash
3770 spce 
3771 \end_layout
3772
3773 \end_inset
3774
3775 1
3776 \begin_inset Formula $\to$
3777 \end_inset
3778
3779 9
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 spce 
3788 \end_layout
3789
3790 \end_inset
3791
3792 F
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3802 \end_inset
3803
3804
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 ^235
3816 \begin_inset ERT
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820
3821
3822 \backslash
3823 spce 
3824 \end_layout
3825
3826 \end_inset
3827
3828 _
3829 \backslash
3830 phantom
3831 \begin_inset ERT
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836
3837 \backslash
3838 spce 
3839 \end_layout
3840
3841 \end_inset
3842
3843 23
3844 \begin_inset Formula $\to$
3845 \end_inset
3846
3847 9
3848 \begin_inset ERT
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852
3853
3854 \backslash
3855 spce 
3856 \end_layout
3857
3858 \end_inset
3859
3860 F
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3870 \end_inset
3871
3872
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \backslash
3885 Lambda^
3886 \begin_inset ERT
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891
3892 \backslash
3893 spce 
3894 \end_layout
3895
3896 \end_inset
3897
3898
3899 \backslash
3900 phantom
3901 \begin_inset ERT
3902 status collapsed
3903
3904 \begin_layout Plain Layout
3905
3906
3907 \backslash
3908 spce 
3909 \end_layout
3910
3911 \end_inset
3912
3913 ii
3914 \begin_inset Formula $\to$
3915 \end_inset
3916
3917 t
3918 \begin_inset ERT
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922
3923
3924 \backslash
3925 spce 
3926 \end_layout
3927
3928 \end_inset
3929
3930 _MMt
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 </lyxtabular>
3949
3950 \end_inset
3951
3952
3953 \end_layout
3954
3955 \begin_layout Standard
3956 Furthermore there are the commands 
3957 \series bold
3958
3959 \backslash
3960 vphantom
3961 \series default
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commands ! V ! 
3968 \backslash
3969 vphantom
3970 \end_layout
3971
3972 \end_inset
3973
3974  (toolbar button 
3975 \begin_inset space ~
3976 \end_inset
3977
3978
3979 \begin_inset Graphics
3980         filename ../images/math/vphantom.png
3981         scale 85
3982
3983 \end_inset
3984
3985 ) and 
3986 \series bold
3987
3988 \backslash
3989 hphantom
3990 \series default
3991
3992 \begin_inset Index idx
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996 Commands ! H ! 
3997 \backslash
3998 hphantom
3999 \end_layout
4000
4001 \end_inset
4002
4003  (toolbar button 
4004 \begin_inset space ~
4005 \end_inset
4006
4007
4008 \begin_inset Graphics
4009         filename ../images/math/hphantom.png
4010         scale 85
4011
4012 \end_inset
4013
4014 ).
4015  
4016 \series bold
4017
4018 \backslash
4019 hphantom
4020 \series default
4021  creates only space for the maximal height of the characters in the box
4022  but not for its width.
4023  
4024 \series bold
4025
4026 \backslash
4027 vphantom
4028 \series default
4029  creates only space for the width of the box content.
4030  Therefore  the boxes of both commands have only one red arrow.
4031 \end_layout
4032
4033 \begin_layout Standard
4034 For example creates 
4035 \series bold
4036
4037 \backslash
4038 vphantom
4039 \series default
4040
4041 \begin_inset ERT
4042 status collapsed
4043
4044 \begin_layout Plain Layout
4045
4046
4047 \backslash
4048 spce 
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \series bold
4055 a
4056 \backslash
4057 int
4058 \series default
4059  space for the height of the integral sign,
4060 \begin_inset Foot
4061 status collapsed
4062
4063 \begin_layout Plain Layout
4064 The command 
4065 \series bold
4066
4067 \backslash
4068 int
4069 \series default
4070  creates an integral sign, see 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Big-Operators"
4074
4075 \end_inset
4076
4077 .
4078 \end_layout
4079
4080 \end_inset
4081
4082  because this is the larger character.
4083  An example application is in 
4084 \begin_inset CommandInset ref
4085 LatexCommand ref
4086 reference "sub:Multiline-Brackets"
4087
4088 \end_inset
4089
4090 .
4091 \end_layout
4092
4093 \begin_layout Standard
4094 Placeholders can also be used for text when it is inserted via the menu
4095  
4096 \family sans
4097 Insert\SpecialChar \menuseparator
4098 Formatting\SpecialChar \menuseparator
4099 Phantom
4100 \family default
4101 :
4102 \end_layout
4103
4104 \begin_layout Standard
4105 This is a sentence.
4106 \begin_inset Newline newline
4107 \end_inset
4108
4109
4110 \begin_inset Phantom Phantom
4111 status open
4112
4113 \begin_layout Plain Layout
4114 This
4115 \end_layout
4116
4117 \end_inset
4118
4119  is a sentence.
4120 \end_layout
4121
4122 \begin_layout Subsection
4123 Lines
4124 \begin_inset Index idx
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128 Lines
4129 \end_layout
4130
4131 \end_inset
4132
4133
4134 \begin_inset Index idx
4135 status collapsed
4136
4137 \begin_layout Plain Layout
4138 Formula ! underlined
4139 \end_layout
4140
4141 \end_inset
4142
4143
4144 \end_layout
4145
4146 \begin_layout Standard
4147 \align center
4148 \begin_inset Tabular
4149 <lyxtabular version="3" rows="4" columns="2">
4150 <features tabularvalignment="middle">
4151 <column alignment="center" valignment="top" width="0pt">
4152 <column alignment="center" valignment="top" width="0pt">
4153 <row>
4154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Command
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Result
4168 \begin_inset Note Note
4169 status collapsed
4170
4171 \begin_layout Plain Layout
4172
4173 \series bold
4174
4175 \backslash
4176 raisebox
4177 \series default
4178  is only used as spacer.
4179 \end_layout
4180
4181 \end_inset
4182
4183
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \backslash
4196 overline
4197 \begin_inset ERT
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201
4202
4203 \backslash
4204 spce 
4205 \end_layout
4206
4207 \end_inset
4208
4209 A+B
4210 \begin_inset Index idx
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 Commands ! O ! 
4215 \backslash
4216 overline
4217 \end_layout
4218
4219 \end_inset
4220
4221
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4231 \end_inset
4232
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 </row>
4239 <row>
4240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \backslash
4246 underline
4247 \begin_inset ERT
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251
4252
4253 \backslash
4254 spce 
4255 \end_layout
4256
4257 \end_inset
4258
4259 A+B
4260 \begin_inset Index idx
4261 status collapsed
4262
4263 \begin_layout Plain Layout
4264 Commands ! U ! 
4265 \backslash
4266 underline
4267 \end_layout
4268
4269 \end_inset
4270
4271
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4281 \end_inset
4282
4283
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 </row>
4289 <row>
4290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294
4295 \backslash
4296 overline
4297 \begin_inset ERT
4298 status collapsed
4299
4300 \begin_layout Plain Layout
4301
4302
4303 \backslash
4304 spce 
4305 \end_layout
4306
4307 \end_inset
4308
4309
4310 \backslash
4311 underline
4312 \begin_inset ERT
4313 status collapsed
4314
4315 \begin_layout Plain Layout
4316
4317
4318 \backslash
4319 spce 
4320 \end_layout
4321
4322 \end_inset
4323
4324 A+B
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 </lyxtabular>
4343
4344 \end_inset
4345
4346
4347 \end_layout
4348
4349 \begin_layout Standard
4350 In the last example it doesn't matter if first 
4351 \series bold
4352
4353 \backslash
4354 overline
4355 \series default
4356  or 
4357 \series bold
4358
4359 \backslash
4360 underline
4361 \series default
4362  is inserted.
4363 \end_layout
4364
4365 \begin_layout Standard
4366 To double underline e.
4367 \begin_inset space \thinspace{}
4368 \end_inset
4369
4370 g.
4371 \begin_inset space \space{}
4372 \end_inset
4373
4374 results, one uses 
4375 \series bold
4376
4377 \backslash
4378 underline
4379 \series default
4380  twice.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 It is possible to place up to 6 lines above or below characters.
4385 \end_layout
4386
4387 \begin_layout Standard
4388 \begin_inset VSpace bigskip
4389 \end_inset
4390
4391 Custom lines can be created using the command 
4392 \series bold
4393
4394 \backslash
4395 rule
4396 \series default
4397
4398 \begin_inset Index idx
4399 status collapsed
4400
4401 \begin_layout Plain Layout
4402 Commands ! R ! 
4403 \backslash
4404 rule
4405 \end_layout
4406
4407 \end_inset
4408
4409  which has the following scheme:
4410 \end_layout
4411
4412 \begin_layout Standard
4413
4414 \series bold
4415
4416 \backslash
4417 rule[vertical offset]{length}{thickness}
4418 \end_layout
4419
4420 \begin_layout Standard
4421 The optional vertical offset shifts the line upwards (or downwards, when
4422  the value is negative).
4423  The units listed in 
4424 \begin_inset CommandInset ref
4425 LatexCommand ref
4426 reference "tab:Available-units"
4427
4428 \end_inset
4429
4430  can be used for the values.
4431  Here are two example lines created with the commands
4432 \begin_inset Newline newline
4433 \end_inset
4434
4435
4436 \series bold
4437
4438 \backslash
4439 rule[-2ex]{3cm}{2pt}
4440 \series default
4441  and 
4442 \series bold
4443
4444 \backslash
4445 rule{2cm}{1pt}
4446 \series default
4447 :
4448 \end_layout
4449
4450 \begin_layout Standard
4451 This is a sentence 
4452 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4453 \end_inset
4454
4455  with two lines.
4456 \end_layout
4457
4458 \begin_layout Standard
4459
4460 \series bold
4461
4462 \backslash
4463 rule
4464 \series default
4465  can also be used for text when a line is inserted via the menu 
4466 \family sans
4467 Insert\SpecialChar \menuseparator
4468 Formatting\SpecialChar \menuseparator
4469 Horizontal
4470 \begin_inset space ~
4471 \end_inset
4472
4473 Line
4474 \family default
4475 :
4476 \end_layout
4477
4478 \begin_layout Standard
4479 This is a sentence 
4480 \begin_inset CommandInset line
4481 LatexCommand rule
4482 offset "0.5ex"
4483 width "3cm"
4484 height "1pt"
4485
4486 \end_inset
4487
4488  with one line.
4489 \end_layout
4490
4491 \begin_layout Subsection
4492 Ellipses
4493 \begin_inset CommandInset label
4494 LatexCommand label
4495 name "sub:Ellipses"
4496
4497 \end_inset
4498
4499
4500 \begin_inset Index idx
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 Ellipses
4505 \end_layout
4506
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \begin_layout Standard
4513 There are different types of ellipses available.
4514 \begin_inset Foot
4515 status collapsed
4516
4517 \begin_layout Plain Layout
4518 In the math toolbar in the submenu of the button 
4519 \begin_inset Graphics
4520         filename ../images/math/ldots.png
4521         scale 85
4522
4523 \end_inset
4524
4525
4526 \end_layout
4527
4528 \end_inset
4529
4530  For listings dots at the baseline are used (
4531 \series bold
4532
4533 \backslash
4534 ldots
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Commands ! L ! 
4542 \backslash
4543 ldots
4544 \end_layout
4545
4546 \end_inset
4547
4548 ), while for operations dots are needed that are on the same height as the
4549  operators (
4550 \series bold
4551
4552 \backslash
4553 cdots
4554 \series default
4555
4556 \begin_inset Index idx
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560 Commands ! C ! 
4561 \backslash
4562 cdots
4563 \end_layout
4564
4565 \end_inset
4566
4567 ).
4568  When using the command 
4569 \series bold
4570
4571 \backslash
4572 dots
4573 \series default
4574
4575 \begin_inset Index idx
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579 Commands ! D ! 
4580 \backslash
4581 dots
4582 \end_layout
4583
4584 \end_inset
4585
4586 , LaTeX decides on the basis of the next character what type is used.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \align center
4591 \begin_inset Tabular
4592 <lyxtabular version="3" rows="9" columns="2">
4593 <features tabularvalignment="middle">
4594 <column alignment="center" valignment="top" width="0pt">
4595 <column alignment="center" valignment="top" width="0pt">
4596 <row>
4597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Command
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Result
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 ,
4635 \backslash
4636 dots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 ,A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1},\dots,A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 A_1
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 spce 
4681 \end_layout
4682
4683 \end_inset
4684
4685 +
4686 \backslash
4687 dots
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692
4693
4694 \backslash
4695 spce 
4696 \end_layout
4697
4698 \end_inset
4699
4700 +A_n
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $A_{1}+\dots+A_{n}$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 A_1
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 spce 
4732 \end_layout
4733
4734 \end_inset
4735
4736 ,
4737 \backslash
4738 ldots
4739 \begin_inset ERT
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743
4744
4745 \backslash
4746 spce 
4747 \end_layout
4748
4749 \end_inset
4750
4751 ,A_n
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 \begin_inset Formula $A_{1},\ldots,A_{n}$
4761 \end_inset
4762
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 A_1
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Plain Layout
4779
4780
4781 \backslash
4782 spce 
4783 \end_layout
4784
4785 \end_inset
4786
4787 +
4788 \backslash
4789 cdots
4790 \begin_inset ERT
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794
4795
4796 \backslash
4797 spce 
4798 \end_layout
4799
4800 \end_inset
4801
4802 +A_n
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4812 \end_inset
4813
4814
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \backslash
4827 vdots
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 \begin_inset Formula $\vdots$
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \backslash
4852 ddots
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 \begin_inset Formula $\ddots$
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \backslash
4877 iddots
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 \begin_inset Formula $\iddots$
4887 \end_inset
4888
4889
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 3×3
4901 \begin_inset space \thinspace{}
4902 \end_inset
4903
4904 matrix with the different dots
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 \begin_inset Formula $\begin{array}{ccc}
4914 A_{11} & \cdots & A_{1m}\\
4915 \vdots & \ddots & \vdots\\
4916 A_{n1} & \cdots & A_{nm}
4917 \end{array}$
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 </lyxtabular>
4927
4928 \end_inset
4929
4930
4931 \end_layout
4932
4933 \begin_layout Standard
4934 The ellipses available in menu 
4935 \family sans
4936 Insert\SpecialChar \menuseparator
4937 Special
4938 \begin_inset space ~
4939 \end_inset
4940
4941 Character
4942 \family default
4943  are 
4944 \series bold
4945
4946 \backslash
4947 ldots
4948 \series default
4949 .
4950 \end_layout
4951
4952 \begin_layout Standard
4953 \begin_inset VSpace medskip
4954 \end_inset
4955
4956 To use 
4957 \series bold
4958
4959 \backslash
4960 iddots
4961 \series default
4962 , one of the options 
4963 \family sans
4964 Use mathdots package (automatically)
4965 \family default
4966  must be set in the document settings under 
4967 \family sans
4968 Math
4969 \begin_inset space ~
4970 \end_inset
4971
4972 Options
4973 \family default
4974 .
4975 \begin_inset Newline newline
4976 \end_inset
4977
4978 Using the option 
4979 \family sans
4980 Use mathdots package
4981 \family default
4982  will improve the appearance of all dots in the documents if their font
4983  style or size is not the default.
4984 \end_layout
4985
4986 \begin_layout Standard
4987 \begin_inset VSpace medskip
4988 \end_inset
4989
4990 Specially for matrices there are ellipses that span over several columns.
4991  They are created with the command 
4992 \series bold
4993
4994 \backslash
4995 hdotsfor
4996 \series default
4997
4998 \begin_inset Index idx
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002 Commands ! H ! 
5003 \backslash
5004 hdotsfor
5005 \end_layout
5006
5007 \end_inset
5008
5009 , that has the following scheme:
5010 \end_layout
5011
5012 \begin_layout Standard
5013
5014 \series bold
5015
5016 \backslash
5017 hdotsfor[distance]{number of columns}
5018 \end_layout
5019
5020 \begin_layout Standard
5021 The number of columns specifies how many columns should be spanned.
5022  Distance is a factor for the distance between the dots.
5023 \end_layout
5024
5025 \begin_layout Standard
5026 In the following matrix the command 
5027 \series bold
5028
5029 \backslash
5030 hdotsfor[2]{4}
5031 \series default
5032  was inserted in the first box of the second line, to get an ellipsis with
5033  a dot distance twice as long as with the command 
5034 \series bold
5035
5036 \backslash
5037 dots
5038 \series default
5039 :
5040 \begin_inset Formula 
5041 \[
5042 \left(\begin{array}{cccc}
5043 A & B & C & D\\
5044 \hdotsfor[2]{4}\\
5045 q & w & e & r
5046 \end{array}\right)
5047 \]
5048
5049 \end_inset
5050
5051 Note that the matrix fields that should be spanned must be empty, otherwise
5052  you get LaTeX-errors.
5053 \end_layout
5054
5055 \begin_layout Standard
5056 \begin_inset VSpace bigskip
5057 \end_inset
5058
5059 Furthermore you can fill with the command 
5060 \series bold
5061
5062 \backslash
5063 dotfill
5064 \series default
5065
5066 \begin_inset Index idx
5067 status collapsed
5068
5069 \begin_layout Plain Layout
5070 Commands ! D ! 
5071 \backslash
5072 dotfill
5073 \end_layout
5074
5075 \end_inset
5076
5077  the rest of a line with dots.
5078  The effect of these commands is the same like with 
5079 \series bold
5080
5081 \backslash
5082 hfill
5083 \series default
5084 , see 
5085 \begin_inset CommandInset ref
5086 LatexCommand ref
5087 reference "sub:Variable-Space"
5088
5089 \end_inset
5090
5091 .
5092 \end_layout
5093
5094 \begin_layout Standard
5095 For example the command 
5096 \series bold
5097 A
5098 \backslash
5099 dotfill
5100 \begin_inset ERT
5101 status collapsed
5102
5103 \begin_layout Plain Layout
5104
5105
5106 \backslash
5107 spce 
5108 \end_layout
5109
5110 \end_inset
5111
5112 B
5113 \series default
5114  produces
5115 \end_layout
5116
5117 \begin_layout Standard
5118 \begin_inset Formula $A\dotfill B$
5119 \end_inset
5120
5121
5122 \end_layout
5123
5124 \begin_layout Standard
5125 Analog to
5126 \series bold
5127  
5128 \backslash
5129 dotfill
5130 \series default
5131  there is for a line the command 
5132 \series bold
5133
5134 \backslash
5135 hrulefill
5136 \series default
5137
5138 \begin_inset Index idx
5139 status collapsed
5140
5141 \begin_layout Plain Layout
5142 Commands ! H ! 
5143 \backslash
5144 hrulefill
5145 \end_layout
5146
5147 \end_inset
5148
5149 :
5150 \end_layout
5151
5152 \begin_layout Standard
5153 \begin_inset Formula $A\hrulefill B$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \begin_layout Standard
5160 To use the commands for text, they have to be inserted in TeX-mode.
5161 \end_layout
5162
5163 \begin_layout Section
5164 Matrices
5165 \begin_inset CommandInset label
5166 LatexCommand label
5167 name "sec:Matrices"
5168
5169 \end_inset
5170
5171
5172 \begin_inset Index idx
5173 status collapsed
5174
5175 \begin_layout Plain Layout
5176 Matrices
5177 \end_layout
5178
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \begin_layout Standard
5185 Matrices can be inserted via the math toolbar button 
5186 \begin_inset Graphics
5187         filename ../images/dialog-show_mathmatrix.png
5188         scale 85
5189
5190 \end_inset
5191
5192  or the menu 
5193 \family sans
5194 Insert\SpecialChar \menuseparator
5195 Math\SpecialChar \menuseparator
5196 Matrix
5197 \family default
5198 .
5199  In the matrix dialog you can specify the number of columns and rows, the
5200  alignment and the decoration.
5201  The vertical alignment is hereby only of importance for matrices in inline
5202  formulas:
5203 \end_layout
5204
5205 \begin_layout Standard
5206 The first matrix is top 
5207 \begin_inset Formula $\begin{array}[t]{cccc}
5208 A & D & G & J\\
5209 B & E & H & K\\
5210 C & F & I & L
5211 \end{array}$
5212 \end_inset
5213
5214 , the second middle 
5215 \begin_inset Formula $\begin{array}{cccc}
5216 A & D & G & J\\
5217 B & E & H & K\\
5218 C & F & I & L
5219 \end{array}$
5220 \end_inset
5221
5222  and the third bottom 
5223 \begin_inset Formula $\begin{array}[b]{cccc}
5224 A & D & G & J\\
5225 B & E & H & K\\
5226 C & F & I & L
5227 \end{array}$
5228 \end_inset
5229
5230  aligned.
5231 \end_layout
5232
5233 \begin_layout Standard
5234 The horizontal alignment specifies how the column entries should be aligned.
5235  It is set by entering a letter for every column.
5236  
5237 \emph on
5238 l
5239 \emph default
5240  denotes left aligned, 
5241 \emph on
5242 c
5243 \emph default
5244  centered and 
5245 \emph on
5246 r
5247 \emph default
5248  right aligned.
5249  To create for example a 4
5250 \series bold
5251 ×
5252 \series default
5253 4
5254 \begin_inset space ~
5255 \end_inset
5256
5257 matrix where the first column is left aligned, the second and third are
5258  centered and the last one is right aligned, one enters for the horizontal
5259  alignment 
5260 \series bold
5261 lccr
5262 \series default
5263 .
5264  Normally are in a matrix all columns centered, therefore the default is
5265  for every column is a 
5266 \series bold
5267 c
5268 \series default
5269 .
5270 \end_layout
5271
5272 \begin_layout Standard
5273 Horizontal alignment:
5274 \end_layout
5275
5276 \begin_layout Standard
5277
5278 \series bold
5279 lll
5280 \series default
5281  : 
5282 \begin_inset Formula $\begin{array}{lll}
5283 10000 & D & G\\
5284 B & 10000 & H\\
5285 C & F & 10000
5286 \end{array}$
5287 \end_inset
5288
5289  , 
5290 \series bold
5291 ccc
5292 \series default
5293  : 
5294 \begin_inset Formula $\begin{array}{ccc}
5295 10000 & D & G\\
5296 B & 10000 & H\\
5297 C & F & 10000
5298 \end{array}$
5299 \end_inset
5300
5301  , 
5302 \series bold
5303 rrr
5304 \series default
5305  : 
5306 \begin_inset Formula $\begin{array}{rrr}
5307 10000 & D & G\\
5308 B & 10000 & H\\
5309 C & F & 10000
5310 \end{array}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 To add or delete rows and columns subsequently, the math toolbar buttons
5318  
5319 \begin_inset Graphics
5320         filename ../images/tabular-feature_append-row.png
5321         scale 85
5322
5323 \end_inset
5324
5325
5326 \begin_inset Graphics
5327         filename ../images/tabular-feature_delete-row.png
5328         scale 85
5329
5330 \end_inset
5331
5332 , etc.
5333 \begin_inset space \thinspace{}
5334 \end_inset
5335
5336 , or the menu 
5337 \family sans
5338 Edit\SpecialChar \menuseparator
5339 Rows & Columns
5340 \family default
5341  can be used.
5342  New rows can also be created with 
5343 \begin_inset Info
5344 type  "shortcut"
5345 arg   "newline-insert newline"
5346 \end_inset
5347
5348 .
5349 \end_layout
5350
5351 \begin_layout Standard
5352 \begin_inset VSpace bigskip
5353 \end_inset
5354
5355 The 
5356 \family sans
5357 Decoration
5358 \family default
5359  adds parentheses in the selected style around the matrix.
5360  Alternatively, parentheses can can either be created with the commands
5361  
5362 \series bold
5363
5364 \backslash
5365 left
5366 \series default
5367
5368 \begin_inset Index idx
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372 Commands ! L ! 
5373 \backslash
5374 left
5375 \end_layout
5376
5377 \end_inset
5378
5379  and 
5380 \series bold
5381
5382 \backslash
5383 right
5384 \series default
5385
5386 \begin_inset Index idx
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 Commands ! R ! 
5391 \backslash
5392 right
5393 \end_layout
5394
5395 \end_inset
5396
5397  (shortcut 
5398 \family sans
5399 Alt+M
5400 \begin_inset space ~
5401 \end_inset
5402
5403 Parenthesis
5404 \family default
5405 ), see 
5406 \begin_inset CommandInset ref
5407 LatexCommand ref
5408 reference "sub:Automatic-Bracket-Size"
5409
5410 \end_inset
5411
5412 , or by using the following commands:
5413 \begin_inset VSpace medskip
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 \begin_inset space \hfill{}
5421 \end_inset
5422
5423
5424 \begin_inset Tabular
5425 <lyxtabular version="3" rows="4" columns="2">
5426 <features tabularvalignment="middle">
5427 <column alignment="center" valignment="top" width="0">
5428 <column alignment="center" valignment="top" width="0">
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Command
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Result
5444 \begin_inset Note Note
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449 \series bold
5450
5451 \backslash
5452 raisebox
5453 \series default
5454  is only used as spacer.
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470
5471 \backslash
5472 bmatrix
5473 \begin_inset ERT
5474 status collapsed
5475
5476 \begin_layout Plain Layout
5477
5478
5479 \backslash
5480 spce 
5481 \end_layout
5482
5483 \end_inset
5484
5485 2
5486 \series bold
5487 ×
5488 \series default
5489 2
5490 \begin_inset space \thinspace{}
5491 \end_inset
5492
5493 matrix
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5503 0 & \textrm{-}\mathrm{i}\\
5504 \mathrm{i} & 0
5505 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \backslash
5521 Bmatrix
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 spce 
5530 \end_layout
5531
5532 \end_inset
5533
5534 2
5535 \series bold
5536 ×
5537 \series default
5538 2
5539 \begin_inset space \thinspace{}
5540 \end_inset
5541
5542 matrix
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5552 0 & \textrm{-}\mathrm{i}\\
5553 \mathrm{i} & 0
5554 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \backslash
5570 pmatrix
5571 \begin_inset ERT
5572 status collapsed
5573
5574 \begin_layout Plain Layout
5575
5576
5577 \backslash
5578 spce 
5579 \end_layout
5580
5581 \end_inset
5582
5583 2
5584 \series bold
5585 ×
5586 \series default
5587 2
5588 \begin_inset space \thinspace{}
5589 \end_inset
5590
5591 matrix
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5601 0 & \textrm{-}\mathrm{i}\\
5602 \mathrm{i} & 0
5603 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 </lyxtabular>
5613
5614 \end_inset
5615
5616
5617 \begin_inset space \hfill{}
5618 \end_inset
5619
5620
5621 \begin_inset Tabular
5622 <lyxtabular version="3" rows="4" columns="2">
5623 <features tabularvalignment="middle">
5624 <column alignment="center" valignment="top" width="0">
5625 <column alignment="center" valignment="top" width="0">
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 Command
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 Result
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 vmatrix
5654 \begin_inset ERT
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658
5659
5660 \backslash
5661 spce 
5662 \end_layout
5663
5664 \end_inset
5665
5666 2
5667 \series bold
5668 ×
5669 \series default
5670 2
5671 \begin_inset space \thinspace{}
5672 \end_inset
5673
5674 matrix
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5684 0 & \textrm{-}\mathrm{i}\\
5685 \mathrm{i} & 0
5686 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700
5701 \backslash
5702 Vmatrix
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 spce 
5711 \end_layout
5712
5713 \end_inset
5714
5715 2
5716 \series bold
5717 ×
5718 \series default
5719 2
5720 \begin_inset space \thinspace{}
5721 \end_inset
5722
5723 matrix
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5733 0 & \textrm{-}\mathrm{i}\\
5734 \mathrm{i} & 0
5735 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 matrix
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 spce 
5760 \end_layout
5761
5762 \end_inset
5763
5764 2
5765 \series bold
5766 ×
5767 \series default
5768 2
5769 \begin_inset space \thinspace{}
5770 \end_inset
5771
5772 matrix
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5782 0 & \textrm{-}\mathrm{i}\\
5783 \mathrm{i} & 0
5784 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 </lyxtabular>
5794
5795 \end_inset
5796
5797
5798 \begin_inset space \hfill{}
5799 \end_inset
5800
5801
5802 \end_layout
5803
5804 \begin_layout Standard
5805 \begin_inset VSpace medskip
5806 \end_inset
5807
5808 When e.
5809 \begin_inset space \thinspace{}
5810 \end_inset
5811
5812 g.
5813 \begin_inset space \space{}
5814 \end_inset
5815
5816
5817 \series bold
5818
5819 \backslash
5820 vmatrix
5821 \series default
5822  is inserted, a blue box appears between two vertical lines where the matrix
5823  is inserted.
5824 \begin_inset Newline newline
5825 \end_inset
5826
5827 Note that decorated matrices ignore the vertical alignment.
5828 \end_layout
5829
5830 \begin_layout Standard
5831 \begin_inset VSpace bigskip
5832 \end_inset
5833
5834 As all multiline formulas are matrices, the length 
5835 \series bold
5836
5837 \backslash
5838 arraycolsep
5839 \series default
5840
5841 \begin_inset Index idx
5842 status collapsed
5843
5844 \begin_layout Plain Layout
5845 Commands ! A ! 
5846 \backslash
5847 arraycolsep
5848 \end_layout
5849
5850 \end_inset
5851
5852  that is described in 
5853 \begin_inset CommandInset ref
5854 LatexCommand ref
5855 reference "sub:Column-Separation"
5856
5857 \end_inset
5858
5859  can also be used to change the column separation of matrices.
5860 \end_layout
5861
5862 \begin_layout Standard
5863 To change the row separation, the command 
5864 \series bold
5865
5866 \backslash
5867 arraystretch
5868 \series default
5869
5870 \begin_inset Index idx
5871 status collapsed
5872
5873 \begin_layout Plain Layout
5874 Commands ! A ! 
5875 \backslash
5876 arraystretch
5877 \end_layout
5878
5879 \end_inset
5880
5881  is used.
5882  It is used as follows:
5883 \end_layout
5884
5885 \begin_layout Standard
5886
5887 \series bold
5888
5889 \backslash
5890 renewcommand{
5891 \backslash
5892 arraystretch}{stretch factor}
5893 \begin_inset Index idx
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Commands ! R ! 
5898 \backslash
5899 renewcommand
5900 \end_layout
5901
5902 \end_inset
5903
5904
5905 \end_layout
5906
5907 \begin_layout Standard
5908 The command 
5909 \series bold
5910
5911 \backslash
5912 renewcommand
5913 \series default
5914  assigns the stretch factor to the predefined command 
5915 \series bold
5916
5917 \backslash
5918 arraystretch
5919 \series default
5920 .
5921  To double e.
5922 \begin_inset space \thinspace{}
5923 \end_inset
5924
5925 g.
5926 \begin_inset space \space{}
5927 \end_inset
5928
5929 the row separation, use the factor 2.
5930  This is then used for all following matrices.
5931  To go back to the original separation, assign the factor 1 to 
5932 \series bold
5933
5934 \backslash
5935 arraystretch
5936 \series default
5937 .
5938 \end_layout
5939
5940 \begin_layout Standard
5941 To set matrices into a text line, the command 
5942 \series bold
5943
5944 \backslash
5945 smallmatrix
5946 \series default
5947
5948 \begin_inset Index idx
5949 status collapsed
5950
5951 \begin_layout Plain Layout
5952 Commands ! S ! 
5953 \backslash
5954 smallmatrix
5955 \end_layout
5956
5957 \end_inset
5958
5959  is used.
5960  When it is inserted a blue box with two dashed lines appears.
5961  In this box the matrix is inserted.
5962 \end_layout
5963
5964 \begin_layout Standard
5965 This is a matrix 
5966 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5967 C & D
5968 \end{smallmatrix}\right)$
5969 \end_inset
5970
5971  in a text line.
5972 \end_layout
5973
5974 \begin_layout Section
5975 Brackets and Delimiters
5976 \begin_inset Index idx
5977 status collapsed
5978
5979 \begin_layout Plain Layout
5980 Brackets
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \begin_inset Index idx
5987 status collapsed
5988
5989 \begin_layout Plain Layout
5990 Delimiters
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \begin_layout Subsection
5999 Vertical Brackets and Delimiters
6000 \begin_inset Index idx
6001 status collapsed
6002
6003 \begin_layout Plain Layout
6004 Brackets ! vertical
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \begin_layout Standard
6013 \begin_inset space \hfill{}
6014 \end_inset
6015
6016
6017 \begin_inset Tabular
6018 <lyxtabular version="3" rows="9" columns="2">
6019 <features tabularvalignment="middle">
6020 <column alignment="center" valignment="top" width="0pt">
6021 <column alignment="center" valignment="top" width="0pt">
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 Command
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 Result
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 (
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $($
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 {
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $\{$
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 [
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 \begin_inset Formula $[$
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116
6117 \backslash
6118 langle
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $\langle$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141
6142 \backslash
6143 lceil
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 \begin_inset Formula $\lceil$
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \backslash
6168 lfloor
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 \begin_inset Formula $\lfloor$
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 </row>
6186 <row>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 /
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $/$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 |
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $|$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 </lyxtabular>
6233
6234 \end_inset
6235
6236
6237 \begin_inset space \hfill{}
6238 \end_inset
6239
6240
6241 \begin_inset Tabular
6242 <lyxtabular version="3" rows="9" columns="2">
6243 <features tabularvalignment="middle">
6244 <column alignment="center" valignment="top" width="0pt">
6245 <column alignment="center" valignment="top" width="0pt">
6246 <row>
6247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 Command
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 Result
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 <row>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 )
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 \begin_inset Formula $)$
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 }
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\}$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 ]
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 \begin_inset Formula $]$
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340
6341 \backslash
6342 rangle
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 \begin_inset Formula $\rangle$
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 </row>
6360 <row>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365
6366 \backslash
6367 rceil
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 \begin_inset Formula $\rceil$
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 <row>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390
6391 \backslash
6392 rfloor
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 \begin_inset Formula $\rfloor$
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \backslash
6417
6418 \backslash
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 \begin_inset Formula $\backslash$
6429 \end_inset
6430
6431
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 </row>
6437 <row>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442
6443 \backslash
6444 |
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\|$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 </lyxtabular>
6463
6464 \end_inset
6465
6466
6467 \begin_inset space \hfill{}
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \begin_layout Standard
6474
6475 \series medium
6476 \begin_inset Note Greyedout
6477 status open
6478
6479 \begin_layout Plain Layout
6480
6481 \series bold
6482 Note:
6483 \series default
6484  In TeX-mode the command 
6485 \series bold
6486
6487 \backslash
6488 textbackslash
6489 \series default
6490
6491 \begin_inset Index idx
6492 status collapsed
6493
6494 \begin_layout Plain Layout
6495 Commands ! T ! 
6496 \backslash
6497 textbackslash
6498 \end_layout
6499
6500 \end_inset
6501
6502  must be used for the backslash, because the command 
6503 \series bold
6504
6505 \backslash
6506
6507 \backslash
6508
6509 \series default
6510  produces there a line break.
6511 \end_layout
6512
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Standard
6519 For all characters listed above the size can be adjusted with the commands
6520  described in the following two subsections.
6521  When using these commands, the characters < and > can directly be used
6522  instead of the commands 
6523 \series bold
6524
6525 \backslash
6526 langle
6527 \series default
6528  and 
6529 \series bold
6530
6531 \backslash
6532 rangle
6533 \series default
6534 .
6535 \end_layout
6536
6537 \begin_layout Subsubsection
6538 Manual Bracket Size
6539 \begin_inset CommandInset label
6540 LatexCommand label
6541 name "sub:Manual-Bracket-Size"
6542
6543 \end_inset
6544
6545
6546 \begin_inset Index idx
6547 status collapsed
6548
6549 \begin_layout Plain Layout
6550 Bracket size ! manual
6551 \end_layout
6552
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \begin_layout Standard
6559 The bracket size can be specified manually by the LaTeX-commands 
6560 \series bold
6561
6562 \backslash
6563 big
6564 \series default
6565
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Commands ! B ! 
6571 \backslash
6572 big
6573 \end_layout
6574
6575 \end_inset
6576
6577
6578 \series bold
6579
6580 \backslash
6581 Big
6582 \series default
6583
6584 \series bold
6585
6586 \backslash
6587 bigg
6588 \series default
6589  and 
6590 \series bold
6591
6592 \backslash
6593 Bigg
6594 \series default
6595 .
6596  
6597 \series bold
6598
6599 \backslash
6600 big
6601 \series default
6602  denotes the smallest and 
6603 \series bold
6604
6605 \backslash
6606 Bigg
6607 \series default
6608  the largest bracket size.
6609 \end_layout
6610
6611 \begin_layout Standard
6612 These commands are used to emphasize levels of brackets:
6613 \end_layout
6614
6615 \begin_layout Standard
6616 \align center
6617 \begin_inset Tabular
6618 <lyxtabular version="3" rows="2" columns="2">
6619 <features tabularvalignment="middle">
6620 <column alignment="center" valignment="top" width="0pt">
6621 <column alignment="center" valignment="top" width="0pt">
6622 <row>
6623 <cell alignment="center" valignment="top" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 all brackets in the same size:
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6637 \end_inset
6638
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 this looks better:
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 </row>
6668 </lyxtabular>
6669
6670 \end_inset
6671
6672
6673 \begin_inset Note Note
6674 status collapsed
6675
6676 \begin_layout Plain Layout
6677
6678 \series bold
6679
6680 \backslash
6681 raisebox
6682 \series default
6683  is only used as spacer.
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 For the second formula the command 
6693 \series bold
6694
6695 \backslash
6696 Big((A+B)(A-B)
6697 \backslash
6698 Big)^
6699 \begin_inset ERT
6700 status collapsed
6701
6702 \begin_layout Plain Layout
6703
6704
6705 \backslash
6706 spce 
6707 \end_layout
6708
6709 \end_inset
6710
6711 C
6712 \series default
6713  has been used.
6714 \end_layout
6715
6716 \begin_layout Standard
6717 Here is an overview about all bracket sizes:
6718 \end_layout
6719
6720 \begin_layout Standard
6721 \align center
6722
6723 \backslash
6724 Bigg(
6725 \backslash
6726 exp
6727 \backslash
6728 bigg<
6729 \backslash
6730 Big[
6731 \backslash
6732 big{
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 big}^2
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 spce 
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \backslash
6751 sin(x)
6752 \backslash
6753 Big]^
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 spce 
6762 \end_layout
6763
6764 \end_inset
6765
6766 A
6767 \begin_inset ERT
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771
6772
6773 \backslash
6774 spce 
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \backslash
6781 bigg>
6782 \backslash
6783 Bigg)^0,5
6784 \end_layout
6785
6786 \begin_layout Standard
6787 \align center
6788 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \begin_layout Standard
6795 Besides the 
6796 \series bold
6797
6798 \backslash
6799 big
6800 \series default
6801 -commands there is the variant 
6802 \series bold
6803
6804 \backslash
6805 bigm
6806 \series default
6807
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 Commands ! B ! 
6813 \backslash
6814 bigm
6815 \end_layout
6816
6817 \end_inset
6818
6819  that adds a bit more space between the bracket and its content, and the
6820  variant 
6821 \series bold
6822
6823 \backslash
6824 bigl
6825 \series default
6826 -
6827 \series bold
6828
6829 \backslash
6830 bigr
6831 \series default
6832
6833 \begin_inset Index idx
6834 status collapsed
6835
6836 \begin_layout Plain Layout
6837 Commands ! B ! 
6838 \backslash
6839 bigl - 
6840 \backslash
6841 bigr
6842 \end_layout
6843
6844 \end_inset
6845
6846 , that don't add additional space.
6847  The 
6848 \emph on
6849 l
6850 \emph default
6851  at the end of the command 
6852 \series bold
6853
6854 \backslash
6855 bigl
6856 \series default
6857  is for a left bracket; for a right bracket this will be replaced by an
6858  
6859 \emph on
6860 r
6861 \emph default
6862 .
6863  A left or right bracket can each be an opening or closing bracket.
6864 \end_layout
6865
6866 \begin_layout Standard
6867 In the following table is a comparison of the variants:
6868 \end_layout
6869
6870 \begin_layout Standard
6871 \align center
6872 \begin_inset Tabular
6873 <lyxtabular version="3" rows="5" columns="2">
6874 <features tabularvalignment="middle">
6875 <column alignment="center" valignment="middle" width="0">
6876 <column alignment="center" valignment="middle" width="0">
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 Command
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 Result
6892 \begin_inset Note Note
6893 status collapsed
6894
6895 \begin_layout Plain Layout
6896
6897 \series bold
6898
6899 \backslash
6900 raisebox
6901 \series default
6902  is only used as spacer.
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
6919 \backslash
6920 Bigm(
6921 \backslash
6922 bigm(
6923 \backslash
6924 ln(3x)
6925 \backslash
6926 bigm)^2
6927 \series bold
6928
6929 \begin_inset ERT
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933
6934
6935 \backslash
6936 spce 
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \series default
6943
6944 \backslash
6945 Bigm)
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 </row>
6963 <row>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968
6969 \backslash
6970 Big(
6971 \backslash
6972 big(
6973 \backslash
6974 ln(3x)
6975 \backslash
6976 big)^2
6977 \series bold
6978
6979 \begin_inset ERT
6980 status collapsed
6981
6982 \begin_layout Plain Layout
6983
6984
6985 \backslash
6986 spce 
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \series default
6993
6994 \backslash
6995 Big)
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \backslash
7020 Bigl(
7021 \backslash
7022 bigl(
7023 \backslash
7024 ln(3x)
7025 \backslash
7026 bigr)^2
7027 \series bold
7028
7029 \begin_inset ERT
7030 status collapsed
7031
7032 \begin_layout Plain Layout
7033
7034
7035 \backslash
7036 spce 
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \series default
7043
7044 \backslash
7045 Bigr)
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 </row>
7063 <row>
7064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \backslash
7070 bigl)
7071 \backslash
7072 ln(3x)
7073 \backslash
7074 bigr(
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 </lyxtabular>
7093
7094 \end_inset
7095
7096
7097 \end_layout
7098
7099 \begin_layout Subsubsection
7100 Automatic Bracket Size
7101 \begin_inset CommandInset label
7102 LatexCommand label
7103 name "sub:Automatic-Bracket-Size"
7104
7105 \end_inset
7106
7107
7108 \begin_inset Index idx
7109 status collapsed
7110
7111 \begin_layout Plain Layout
7112 Bracket size ! automatic
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \begin_layout Standard
7121 Brackets with variable size can be inserted with the commands 
7122 \series bold
7123
7124 \backslash
7125 left
7126 \series default
7127
7128 \begin_inset Index idx
7129 status collapsed
7130
7131 \begin_layout Plain Layout
7132 Commands ! L ! 
7133 \backslash
7134 left
7135 \end_layout
7136
7137 \end_inset
7138
7139  and 
7140 \series bold
7141
7142 \backslash
7143 right
7144 \series default
7145
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 Commands ! R ! 
7151 \backslash
7152 right
7153 \end_layout
7154
7155 \end_inset
7156
7157  or via the math toolbar button 
7158 \begin_inset Graphics
7159         filename ../images/dialog-show_mathdelimiter.png
7160         scale 85
7161
7162 \end_inset
7163
7164 .
7165  Directly behind 
7166 \series bold
7167
7168 \backslash
7169 left
7170 \series default
7171  and 
7172 \series bold
7173
7174 \backslash
7175 right
7176 \series default
7177  the wanted bracket must be inserted.
7178  The bracket size will then automatically be calculated for the output.
7179 \end_layout
7180
7181 \begin_layout Standard
7182 \align center
7183 normal bracket: The command 
7184 \series bold
7185
7186 \backslash
7187 ln(
7188 \backslash
7189 frac
7190 \begin_inset ERT
7191 status collapsed
7192
7193 \begin_layout Plain Layout
7194
7195
7196 \backslash
7197 spce 
7198 \end_layout
7199
7200 \end_inset
7201
7202 A
7203 \begin_inset Formula $\downarrow$
7204 \end_inset
7205
7206 C
7207 \begin_inset ERT
7208 status collapsed
7209
7210 \begin_layout Plain Layout
7211
7212
7213 \backslash
7214 spce 
7215 \end_layout
7216
7217 \end_inset
7218
7219 )
7220 \series default
7221  creates
7222 \begin_inset Formula 
7223 \[
7224 \ln(\frac{A}{C})
7225 \]
7226
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 multiline bracket: The command 
7235 \series bold
7236
7237 \backslash
7238 ln
7239 \backslash
7240 left(
7241 \backslash
7242 frac
7243 \begin_inset ERT
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247
7248
7249 \backslash
7250 spce 
7251 \end_layout
7252
7253 \end_inset
7254
7255 A
7256 \begin_inset Formula $\downarrow$
7257 \end_inset
7258
7259 C
7260 \begin_inset ERT
7261 status collapsed
7262
7263 \begin_layout Plain Layout
7264
7265
7266 \backslash
7267 spce 
7268 \end_layout
7269
7270 \end_inset
7271
7272
7273 \backslash
7274 right)
7275 \series default
7276  creates
7277 \begin_inset Formula 
7278 \[
7279 \ln\left(\frac{A}{C}\right)
7280 \]
7281
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \begin_layout Standard
7288 Instead of 
7289 \series bold
7290
7291 \backslash
7292 left
7293 \series default
7294  and 
7295 \series bold
7296
7297 \backslash
7298 right
7299 \series default
7300  the shortcut 
7301 \family sans
7302 Alt+M
7303 \begin_inset space ~
7304 \end_inset
7305
7306 Bracket
7307 \family default
7308  can be used.
7309  This has the advantage that you can see in LyX immediately the real bracket
7310  size and that the matching right bracket will be created too.
7311 \begin_inset Newline newline
7312 \end_inset
7313
7314 The command for the last example would then be: 
7315 \series bold
7316
7317 \backslash
7318 ln Alt+M
7319 \series default
7320  
7321 \series bold
7322 (
7323 \backslash
7324 frac
7325 \begin_inset ERT
7326 status collapsed
7327
7328 \begin_layout Plain Layout
7329
7330
7331 \backslash
7332 spce 
7333 \end_layout
7334
7335 \end_inset
7336
7337 A
7338 \begin_inset Formula $\downarrow$
7339 \end_inset
7340
7341 C
7342 \end_layout
7343
7344 \begin_layout Standard
7345 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7346  For example the command 
7347 \series bold
7348
7349 \backslash
7350 left.
7351 \backslash
7352 frac
7353 \begin_inset ERT
7354 status collapsed
7355
7356 \begin_layout Plain Layout
7357
7358
7359 \backslash
7360 spce 
7361 \end_layout
7362
7363 \end_inset
7364
7365 A
7366 \begin_inset Formula $\downarrow$
7367 \end_inset
7368
7369 B
7370 \begin_inset ERT
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374
7375
7376 \backslash
7377 spce 
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \backslash
7384 right}
7385 \series default
7386  creates:
7387 \series bold
7388
7389 \begin_inset Formula 
7390 \[
7391 \left.\frac{A}{B}\right\} 
7392 \]
7393
7394 \end_inset
7395
7396
7397 \series default
7398 The commands 
7399 \series bold
7400
7401 \backslash
7402 left
7403 \series default
7404  and 
7405 \series bold
7406
7407 \backslash
7408 right
7409 \series default
7410  will be converted by LyX to brackets in the right size when the document
7411  is reloaded and an omitted bracket will appear as dashed line.
7412 \end_layout
7413
7414 \begin_layout Standard
7415 \begin_inset VSpace bigskip
7416 \end_inset
7417
7418 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7419  the command 
7420 \series bold
7421
7422 \backslash
7423 middle
7424 \series default
7425
7426 \begin_inset Index idx
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 Commands ! M ! 
7431 \backslash
7432 middle
7433 \end_layout
7434
7435 \end_inset
7436
7437  is additionally available for all brackets and limits.
7438  With this command the height of the following character is adapted to the
7439  one of the surrounding brackets, what is e.
7440 \begin_inset space \thinspace{}
7441 \end_inset
7442
7443 g.
7444 \begin_inset space \space{}
7445 \end_inset
7446
7447 needed for physical vectors:
7448 \begin_inset Formula 
7449 \[
7450 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7451 \]
7452
7453 \end_inset
7454
7455 For physical vectors there is a special LaTeX-package, described in 
7456 \begin_inset CommandInset ref
7457 LatexCommand ref
7458 reference "sub:Physical-Vectors"
7459
7460 \end_inset
7461
7462 .
7463 \end_layout
7464
7465 \begin_layout Subsection
7466 Horizontal Brackets
7467 \begin_inset Index idx
7468 status collapsed
7469
7470 \begin_layout Plain Layout
7471 Brackets ! horizontal
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \begin_layout Standard
7480 \align center
7481 \begin_inset Tabular
7482 <lyxtabular version="3" rows="4" columns="2">
7483 <features tabularvalignment="middle">
7484 <column alignment="center" valignment="top" width="0pt">
7485 <column alignment="center" valignment="top" width="0pt">
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Command
7492 \begin_inset Note Note
7493 status collapsed
7494
7495 \begin_layout Plain Layout
7496
7497 \series bold
7498
7499 \backslash
7500 raisebox
7501 \series default
7502  is only used as spacer.
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 Result
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 </row>
7522 <row>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531
7532
7533 \backslash
7534 raisebox{2.3mm}{
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \backslash
7541 overbrace
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 spce 
7550 \end_layout
7551
7552 \end_inset
7553
7554 A+B
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 spce 
7563 \end_layout
7564
7565 \end_inset
7566
7567 ^
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573
7574 \backslash
7575 spce 
7576 \end_layout
7577
7578 \end_inset
7579
7580 3
7581 \begin_inset ERT
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585
7586 }
7587 \end_layout
7588
7589 \end_inset
7590
7591
7592 \begin_inset Index idx
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596 Commands ! O ! 
7597 \backslash
7598 overbrace
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset Formula $\overbrace{A+B}^{3}$
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 \begin_inset ERT
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630
7631
7632 \backslash
7633 raisebox{-2.2mm}{
7634 \end_layout
7635
7636 \end_inset
7637
7638
7639 \backslash
7640 underbrace
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 spce 
7649 \end_layout
7650
7651 \end_inset
7652
7653 A+B
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659
7660 \backslash
7661 spce 
7662 \end_layout
7663
7664 \end_inset
7665
7666 _5
7667 \begin_inset ERT
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671
7672 }
7673 \end_layout
7674
7675 \end_inset
7676
7677
7678 \begin_inset Index idx
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682 Commands ! U ! 
7683 \backslash
7684 underbrace
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 \begin_inset Formula $\underbrace{A+B}_{5}$
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \backslash
7714 overbrace
7715 \begin_inset ERT
7716 status collapsed
7717
7718 \begin_layout Plain Layout
7719
7720
7721 \backslash
7722 spce 
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \backslash
7729 underbrace
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 spce 
7738 \end_layout
7739
7740 \end_inset
7741
7742 A+B_w
7743 \begin_inset ERT
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747
7748
7749 \backslash
7750 spce 
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \begin_inset ERT
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760
7761
7762 \backslash
7763 spce 
7764 \end_layout
7765
7766 \end_inset
7767
7768 _7
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 spce 
7777 \end_layout
7778
7779 \end_inset
7780
7781
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 spce 
7790 \end_layout
7791
7792 \end_inset
7793
7794 ^
7795 \begin_inset ERT
7796 status collapsed
7797
7798 \begin_layout Plain Layout
7799
7800
7801 \backslash
7802 spce 
7803 \end_layout
7804
7805 \end_inset
7806
7807 C
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 </row>
7825 </lyxtabular>
7826
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \begin_layout Standard
7833 In the last example it doesn't matter if 
7834 \series bold
7835
7836 \backslash
7837 overbrace
7838 \series default
7839  or 
7840 \series bold
7841
7842 \backslash
7843 underbrace
7844 \series default
7845  is inserted at first.
7846 \end_layout
7847
7848 \begin_layout Standard
7849 \begin_inset VSpace bigskip
7850 \end_inset
7851
7852 When brackets are needed that overlap each other, multiline formulas, as
7853  described in 
7854 \begin_inset CommandInset ref
7855 LatexCommand ref
7856 reference "sec:Multiline-Formulas"
7857
7858 \end_inset
7859
7860 , must be used:
7861 \begin_inset Formula 
7862 \begin{eqnarray*}
7863 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7864  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7865 \end{eqnarray*}
7866
7867 \end_inset
7868
7869 In the first row the formula is inserted together with the first brace.
7870  It is hereby important that the space command
7871 \begin_inset Foot
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 Space commands are explained in 
7876 \begin_inset CommandInset ref
7877 LatexCommand ref
7878 reference "sub:Predefined-Space"
7879
7880 \end_inset
7881
7882 .
7883 \end_layout
7884
7885 \end_inset
7886
7887  
7888 \series bold
7889
7890 \backslash
7891 :
7892 \series default
7893  is inserted before the first 
7894 \begin_inset Formula $d$
7895 \end_inset
7896
7897 , because the brace that ends behind the 
7898 \begin_inset Formula $q$
7899 \end_inset
7900
7901  prevents that the following 
7902 \begin_inset Quotes eld
7903 \end_inset
7904
7905 +
7906 \begin_inset Quotes erd
7907 \end_inset
7908
7909  is surrounded by space.
7910 \begin_inset Foot
7911 status collapsed
7912
7913 \begin_layout Plain Layout
7914 because a bracket is not handled as character, see 
7915 \begin_inset CommandInset ref
7916 LatexCommand ref
7917 reference "sub:Binary-Operators"
7918
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925
7926  In the second row the second brace is inserted.
7927  As it should begin before the 
7928 \begin_inset Formula $b$
7929 \end_inset
7930
7931 , first the command 
7932 \series bold
7933
7934 \backslash
7935 hphantom{gggg+
7936 \backslash
7937 :}
7938 \series default
7939  is inserted.
7940 \begin_inset Foot
7941 status collapsed
7942
7943 \begin_layout Plain Layout
7944 more about 
7945 \series bold
7946
7947 \backslash
7948 hphantom
7949 \series default
7950  see 
7951 \begin_inset CommandInset ref
7952 LatexCommand ref
7953 reference "sub:Placeholders"
7954
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961
7962  This space is needed because the 
7963 \begin_inset Quotes eld
7964 \end_inset
7965
7966 +
7967 \begin_inset Quotes erd
7968 \end_inset
7969
7970  is also surrounded by space in the formula.
7971  The brace is placed under the command 
7972 \series bold
7973
7974 \backslash
7975 hphantom{bbqq+dddd}
7976 \series default
7977 .
7978 \end_layout
7979
7980 \begin_layout Standard
7981 It gets more complicated when brackets overlap each other, like in the following
7982  example:
7983 \begin_inset ERT
7984 status collapsed
7985
7986 \begin_layout Plain Layout
7987
7988
7989 \backslash
7990 setlength{
7991 \backslash
7992 jot}{-6pt}
7993 \end_layout
7994
7995 \end_inset
7996
7997
7998 \begin_inset Formula 
7999 \begin{eqnarray*}
8000  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8001 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8002 \end{eqnarray*}
8003
8004 \end_inset
8005
8006
8007 \begin_inset ERT
8008 status collapsed
8009
8010 \begin_layout Plain Layout
8011
8012
8013 \backslash
8014 setlength{
8015 \backslash
8016 jot}{3pt}
8017 \end_layout
8018
8019 \end_inset
8020
8021 The first formula row is the same as the second row of the previous example,
8022  with the difference that the brace is above.
8023  The second row contains the formula together with the second brace.
8024  To avoid that there is space between the upper brace in the first row and
8025  the formula, the row spacing need to be reduced.
8026  This is not easily possible due to a bug in LyX
8027 \begin_inset Foot
8028 status collapsed
8029
8030 \begin_layout Plain Layout
8031 \begin_inset CommandInset href
8032 LatexCommand href
8033 name "LyX-bug #1505"
8034 target "http://www.lyx.org/trac/ticket/1505"
8035
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042
8043 .
8044  As solution for the problem, the global formula row separation 
8045 \series bold
8046
8047 \backslash
8048 jot
8049 \series default
8050
8051 \begin_inset Index idx
8052 status collapsed
8053
8054 \begin_layout Plain Layout
8055 Commands ! J ! 
8056 \backslash
8057 jot
8058 \end_layout
8059
8060 \end_inset
8061
8062  must be changed to -6
8063 \begin_inset space \thinspace{}
8064 \end_inset
8065
8066 pt before the formula with the command 
8067 \series bold
8068
8069 \backslash
8070 setlength{
8071 \backslash
8072 jot}{-6pt}
8073 \series default
8074  in TeX-mode.
8075  
8076 \series bold
8077
8078 \backslash
8079 jot
8080 \series default
8081  is set back after the formula to the standard value of 3
8082 \begin_inset space \thinspace{}
8083 \end_inset
8084
8085 pt using the same command.
8086  More about the row separation in formulas is explained in 
8087 \begin_inset CommandInset ref
8088 LatexCommand ref
8089 reference "sub:Line-Separation"
8090
8091 \end_inset
8092
8093 .
8094 \end_layout
8095
8096 \begin_layout Section
8097 Arrows
8098 \begin_inset Index idx
8099 status collapsed
8100
8101 \begin_layout Plain Layout
8102 Arrows
8103 \end_layout
8104
8105 \end_inset
8106
8107
8108 \end_layout
8109
8110 \begin_layout Standard
8111 Arrows can be inserted via the math toolbar button 
8112 \begin_inset Graphics
8113         filename ../images/math/leftarrow.png
8114         scale 85
8115
8116 \end_inset
8117
8118  or the commands listed in the following subsections.
8119 \end_layout
8120
8121 \begin_layout Standard
8122 \begin_inset Newpage newpage
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \begin_layout Subsection
8129 Horizontal Arrows
8130 \begin_inset Index idx
8131 status collapsed
8132
8133 \begin_layout Plain Layout
8134 Arrows ! horizontal
8135 \end_layout
8136
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \begin_layout Standard
8143 \begin_inset space \hfill{}
8144 \end_inset
8145
8146
8147 \begin_inset Tabular
8148 <lyxtabular version="3" rows="8" columns="2">
8149 <features tabularvalignment="middle">
8150 <column alignment="center" valignment="top" width="0pt">
8151 <column alignment="center" valignment="top" width="0pt">
8152 <row>
8153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Command
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Result
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \backslash
8179 gets
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 \begin_inset Formula $\gets$
8189 \end_inset
8190
8191
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \backslash
8204 Leftarrow
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 \begin_inset Formula $\Leftarrow$
8214 \end_inset
8215
8216
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \backslash
8229 longleftarrow
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 \begin_inset Formula $\longleftarrow$
8239 \end_inset
8240
8241
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \backslash
8254 Longleftarrow
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\Longleftarrow$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277
8278 \backslash
8279 leftharpoonup
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 \begin_inset Formula $\leftharpoonup$
8289 \end_inset
8290
8291
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \backslash
8304 leftharpoondown
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 \begin_inset Formula $\leftharpoondown$
8314 \end_inset
8315
8316
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \backslash
8329 hookleftarrow
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 \begin_inset Formula $\hookleftarrow$
8339 \end_inset
8340
8341
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 </lyxtabular>
8348
8349 \end_inset
8350
8351
8352 \begin_inset space \hfill{}
8353 \end_inset
8354
8355
8356 \begin_inset Tabular
8357 <lyxtabular version="3" rows="8" columns="2">
8358 <features tabularvalignment="middle">
8359 <column alignment="center" valignment="top" width="0pt">
8360 <column alignment="center" valignment="top" width="0pt">
8361 <row>
8362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Command
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Result
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \backslash
8388 to
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 \begin_inset Formula $\to$
8398 \end_inset
8399
8400
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \backslash
8413 Rightarrow
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 \begin_inset Formula $\Rightarrow$
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \backslash
8438 longrightarrow
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 \begin_inset Formula $\longrightarrow$
8448 \end_inset
8449
8450
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \backslash
8463 Longrightarrow
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 \begin_inset Formula $\Longrightarrow$
8473 \end_inset
8474
8475
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \backslash
8488 rightharpoonup
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 \begin_inset Formula $\rightharpoonup$
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \backslash
8513 rightharpoondown
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 \begin_inset Formula $\rightharpoondown$
8523 \end_inset
8524
8525
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \backslash
8538 hookrightarrow
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 \begin_inset Formula $\hookrightarrow$
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 </lyxtabular>
8557
8558 \end_inset
8559
8560
8561 \begin_inset space \hfill{}
8562 \end_inset
8563
8564
8565 \end_layout
8566
8567 \begin_layout Standard
8568 \begin_inset space \hfill{}
8569 \end_inset
8570
8571
8572 \begin_inset Tabular
8573 <lyxtabular version="3" rows="6" columns="2">
8574 <features tabularvalignment="middle">
8575 <column alignment="center" valignment="top" width="0pt">
8576 <column alignment="center" valignment="top" width="0pt">
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Command
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Result
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 leftrightarrow
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\leftrightarrow$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 Leftrightarrow
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\Leftrightarrow$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \backslash
8654 longleftrightarrow
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 \begin_inset Formula $\longleftrightarrow$
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \backslash
8679 Longleftrightarrow
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\Longleftrightarrow$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \backslash
8704 rightleftharpoons
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 \begin_inset Formula $\rightleftharpoons$
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 </lyxtabular>
8723
8724 \end_inset
8725
8726
8727 \begin_inset space \hspace{}
8728 \length 25pt
8729 \end_inset
8730
8731
8732 \begin_inset space \hfill{}
8733 \end_inset
8734
8735
8736 \begin_inset Tabular
8737 <lyxtabular version="3" rows="5" columns="2">
8738 <features tabularvalignment="middle">
8739 <column alignment="center" valignment="top" width="0pt">
8740 <column alignment="center" valignment="top" width="0pt">
8741 <row>
8742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Command
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Result
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \backslash
8768 mapsto
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\mapsto$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \backslash
8793 longmapsto
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 \begin_inset Formula $\longmapsto$
8803 \end_inset
8804
8805
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row>
8812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \backslash
8818 leadsto
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 \begin_inset Formula $\leadsto$
8828 \end_inset
8829
8830
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \backslash
8843 dasharrow
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 \begin_inset Formula $\dasharrow$
8853 \end_inset
8854
8855
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 </row>
8861 </lyxtabular>
8862
8863 \end_inset
8864
8865
8866 \begin_inset space \hfill{}
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \begin_layout Standard
8873 \begin_inset VSpace medskip
8874 \end_inset
8875
8876 Arrows used as accent like e.
8877 \begin_inset space \thinspace{}
8878 \end_inset
8879
8880 g.
8881 \begin_inset space \space{}
8882 \end_inset
8883
8884 vector arrows are listed in 
8885 \begin_inset CommandInset ref
8886 LatexCommand ref
8887 reference "sec:Accents"
8888
8889 \end_inset
8890
8891 .
8892 \end_layout
8893
8894 \begin_layout Standard
8895 \begin_inset VSpace bigskip
8896 \end_inset
8897
8898 Furthermore there are the labeled arrows
8899 \begin_inset Index idx
8900 status collapsed
8901
8902 \begin_layout Plain Layout
8903 Arrows ! labeled
8904 \end_layout
8905
8906 \end_inset
8907
8908  
8909 \series bold
8910
8911 \backslash
8912 xleftarrow
8913 \series default
8914
8915 \begin_inset Index idx
8916 status collapsed
8917
8918 \begin_layout Plain Layout
8919 Commands ! X ! 
8920 \backslash
8921 xleftarrow
8922 \end_layout
8923
8924 \end_inset
8925
8926  and 
8927 \series bold
8928
8929 \backslash
8930 xrightarrow
8931 \series default
8932
8933 \begin_inset Index idx
8934 status collapsed
8935
8936 \begin_layout Plain Layout
8937 Commands ! X ! 
8938 \backslash
8939 xrightarrow
8940 \begin_inset ERT
8941 status collapsed
8942
8943 \begin_layout Plain Layout
8944
8945
8946 \backslash
8947 vspace{4mm}
8948 \end_layout
8949
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \end_inset
8956
8957 .
8958  When inserting one of these commands in a formula, an arrow with two blue
8959  boxes appear where the label can be inserted.
8960  The length of the arrow adapts to the label width.
8961 \end_layout
8962
8963 \begin_layout Standard
8964 \align center
8965 \begin_inset Tabular
8966 <lyxtabular version="3" rows="3" columns="2">
8967 <features tabularvalignment="middle">
8968 <column alignment="center" valignment="top" width="0pt">
8969 <column alignment="center" valignment="top" width="0pt">
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Command
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Result
8985 \begin_inset Note Note
8986 status collapsed
8987
8988 \begin_layout Plain Layout
8989
8990 \series bold
8991
8992 \backslash
8993 raisebox
8994 \series default
8995  is only used as spacer.
8996 \end_layout
8997
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 F(a)
9012 \backslash
9013 xleftarrow
9014 \begin_inset ERT
9015 status collapsed
9016
9017 \begin_layout Plain Layout
9018
9019
9020 \backslash
9021 spce 
9022 \end_layout
9023
9024 \end_inset
9025
9026 x=a
9027 \begin_inset Formula $\downarrow$
9028 \end_inset
9029
9030 x>0
9031 \begin_inset Formula $\to$
9032 \end_inset
9033
9034 F(x)
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 F(x)
9058 \backslash
9059 xrightarrow
9060 \begin_inset ERT
9061 status collapsed
9062
9063 \begin_layout Plain Layout
9064
9065
9066 \backslash
9067 spce 
9068 \end_layout
9069
9070 \end_inset
9071
9072 x=a
9073 \begin_inset Formula $\downarrow$
9074 \end_inset
9075
9076 x>0
9077 \begin_inset Formula $\to$
9078 \end_inset
9079
9080 F(a)
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9090 \end_inset
9091
9092
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 </lyxtabular>
9099
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \begin_layout Subsection
9106 Vertical and diagonal Arrows
9107 \begin_inset Index idx
9108 status collapsed
9109
9110 \begin_layout Plain Layout
9111 Arrows ! diagonal
9112 \end_layout
9113
9114 \end_inset
9115
9116
9117 \begin_inset Index idx
9118 status collapsed
9119
9120 \begin_layout Plain Layout
9121 Arrows ! vertical
9122 \end_layout
9123
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \begin_layout Standard
9130 \begin_inset space \hfill{}
9131 \end_inset
9132
9133
9134 \begin_inset Tabular
9135 <lyxtabular version="3" rows="7" columns="2">
9136 <features tabularvalignment="middle">
9137 <column alignment="center" valignment="top" width="0pt">
9138 <column alignment="center" valignment="top" width="0pt">
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Command
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Result
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \backslash
9166 uparrow
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 \begin_inset Formula $\uparrow$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \backslash
9191 Uparrow
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 \begin_inset Formula $\Uparrow$
9201 \end_inset
9202
9203
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \backslash
9216 updownarrow
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 \begin_inset Formula $\updownarrow$
9226 \end_inset
9227
9228
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \backslash
9241 Updownarrow
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 \begin_inset Formula $\Updownarrow$
9251 \end_inset
9252
9253
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \backslash
9266 Downarrow
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 \begin_inset Formula $\Downarrow$
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \backslash
9291 downarrow
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\downarrow$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 </lyxtabular>
9310
9311 \end_inset
9312
9313
9314 \begin_inset space \hfill{}
9315 \end_inset
9316
9317
9318 \begin_inset Tabular
9319 <lyxtabular version="3" rows="5" columns="2">
9320 <features tabularvalignment="middle">
9321 <column alignment="center" valignment="top" width="0pt">
9322 <column alignment="center" valignment="top" width="0pt">
9323 <row>
9324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Command
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Result
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \backslash
9350 nearrow
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 \begin_inset Formula $\nearrow$
9360 \end_inset
9361
9362
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 </row>
9368 <row>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373
9374 \backslash
9375 searrow
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 \begin_inset Formula $\searrow$
9385 \end_inset
9386
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \backslash
9400 swarrow
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 \begin_inset Formula $\swarrow$
9410 \end_inset
9411
9412
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row>
9419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \backslash
9425 nwarrow
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Formula $\nwarrow$
9435 \end_inset
9436
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 </lyxtabular>
9444
9445 \end_inset
9446
9447
9448 \begin_inset space \hfill{}
9449 \end_inset
9450
9451
9452 \end_layout
9453
9454 \begin_layout Standard
9455 \begin_inset VSpace medskip
9456 \end_inset
9457
9458 Vertical arrows can be used also as delimiter together with the commands
9459  described in 
9460 \begin_inset CommandInset ref
9461 LatexCommand ref
9462 reference "sub:Manual-Bracket-Size"
9463
9464 \end_inset
9465
9466  and 
9467 \begin_inset CommandInset ref
9468 LatexCommand ref
9469 reference "sub:Automatic-Bracket-Size"
9470
9471 \end_inset
9472
9473 .
9474 \end_layout
9475
9476 \begin_layout Standard
9477 \begin_inset Newpage newpage
9478 \end_inset
9479
9480
9481 \end_layout
9482
9483 \begin_layout Section
9484 Accents
9485 \begin_inset CommandInset label
9486 LatexCommand label
9487 name "sec:Accents"
9488
9489 \end_inset
9490
9491
9492 \begin_inset Index idx
9493 status collapsed
9494
9495 \begin_layout Plain Layout
9496 Accents
9497 \end_layout
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Standard
9505 Accents can be inserted via the math toolbar button 
9506 \begin_inset Graphics
9507         filename ../images/math/hat.png
9508         scale 85
9509
9510 \end_inset
9511
9512  or the commands listed in the following subsections.
9513 \end_layout
9514
9515 \begin_layout Subsection
9516 Accents for one Character
9517 \begin_inset ERT
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521
9522
9523 \backslash
9524 texorpdfstring{
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \begin_inset Foot
9531 status collapsed
9532
9533 \begin_layout Plain Layout
9534 accents in text see 
9535 \begin_inset CommandInset ref
9536 LatexCommand ref
9537 reference "sub:Accents-in-Text"
9538
9539 \end_inset
9540
9541
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset ERT
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552 }{}
9553 \end_layout
9554
9555 \end_inset
9556
9557
9558 \begin_inset Note Note
9559 status collapsed
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564
9565 \backslash
9566 texorpdfstring
9567 \series default
9568  is used to avoid that the footnote appears in the PDF-bookmark.
9569 \end_layout
9570
9571 \begin_layout Plain Layout
9572 More about 
9573 \series bold
9574
9575 \backslash
9576 texorpdfstring
9577 \series default
9578  is in section 
9579 \begin_inset CommandInset ref
9580 LatexCommand ref
9581 reference "sub:Formulas-in-Section"
9582
9583 \end_inset
9584
9585 .
9586 \end_layout
9587
9588 \end_inset
9589
9590
9591 \begin_inset CommandInset label
9592 LatexCommand label
9593 name "sub:Accents-for-one"
9594
9595 \end_inset
9596
9597
9598 \begin_inset Index idx
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602 Accents ! for one character
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \begin_layout Standard
9611 \begin_inset space \hfill{}
9612 \end_inset
9613
9614
9615 \begin_inset Tabular
9616 <lyxtabular version="3" rows="8" columns="2">
9617 <features tabularvalignment="middle">
9618 <column alignment="center" valignment="top" width="0pt">
9619 <column alignment="center" valignment="top" width="0pt">
9620 <row>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 Command
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634 Result
9635 \begin_inset Note Note
9636 status collapsed
9637
9638 \begin_layout Plain Layout
9639
9640 \series bold
9641
9642 \backslash
9643 raisebox
9644 \series default
9645  is only used as spacer.
9646 \end_layout
9647
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \backslash
9663 dot
9664 \begin_inset ERT
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669
9670 \backslash
9671 spce 
9672 \end_layout
9673
9674 \end_inset
9675
9676 A
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \backslash
9701 ddot
9702 \begin_inset ERT
9703 status collapsed
9704
9705 \begin_layout Plain Layout
9706
9707
9708 \backslash
9709 spce 
9710 \end_layout
9711
9712 \end_inset
9713
9714 A
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 </row>
9732 <row>
9733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \backslash
9739 dddot
9740 \begin_inset ERT
9741 status collapsed
9742
9743 \begin_layout Plain Layout
9744
9745
9746 \backslash
9747 spce 
9748 \end_layout
9749
9750 \end_inset
9751
9752 A
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 ddddot
9778 \begin_inset ERT
9779 status collapsed
9780
9781 \begin_layout Plain Layout
9782
9783
9784 \backslash
9785 spce 
9786 \end_layout
9787
9788 \end_inset
9789
9790 A
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 </row>
9808 <row>
9809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813
9814 \backslash
9815 vec
9816 \begin_inset ERT
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820
9821
9822 \backslash
9823 spce 
9824 \end_layout
9825
9826 \end_inset
9827
9828 A
9829 \begin_inset Index idx
9830 status collapsed
9831
9832 \begin_layout Plain Layout
9833 Vectors
9834 \end_layout
9835
9836 \end_inset
9837
9838
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \backslash
9863 bar
9864 \begin_inset ERT
9865 status collapsed
9866
9867 \begin_layout Plain Layout
9868
9869
9870 \backslash
9871 spce 
9872 \end_layout
9873
9874 \end_inset
9875
9876 A
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \backslash
9901 mathring
9902 \begin_inset ERT
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906
9907
9908 \backslash
9909 spce 
9910 \end_layout
9911
9912 \end_inset
9913
9914 A
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 </lyxtabular>
9933
9934 \end_inset
9935
9936
9937 \begin_inset space \hfill{}
9938 \end_inset
9939
9940
9941 \begin_inset Tabular
9942 <lyxtabular version="3" rows="7" columns="2">
9943 <features tabularvalignment="middle">
9944 <column alignment="center" valignment="top" width="0pt">
9945 <column alignment="center" valignment="top" width="0pt">
9946 <row>
9947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 Command
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960 Result
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 </row>
9966 <row>
9967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971
9972 \backslash
9973 tilde
9974 \begin_inset ERT
9975 status collapsed
9976
9977 \begin_layout Plain Layout
9978
9979
9980 \backslash
9981 spce 
9982 \end_layout
9983
9984 \end_inset
9985
9986 A
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9996 \end_inset
9997
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \backslash
10011 hat
10012 \begin_inset ERT
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016
10017
10018 \backslash
10019 spce 
10020 \end_layout
10021
10022 \end_inset
10023
10024 A
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10034 \end_inset
10035
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 </row>
10042 <row>
10043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \backslash
10049 check
10050 \begin_inset ERT
10051 status collapsed
10052
10053 \begin_layout Plain Layout
10054
10055
10056 \backslash
10057 spce 
10058 \end_layout
10059
10060 \end_inset
10061
10062 A
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \backslash
10087 acute
10088 \begin_inset ERT
10089 status collapsed
10090
10091 \begin_layout Plain Layout
10092
10093
10094 \backslash
10095 spce 
10096 \end_layout
10097
10098 \end_inset
10099
10100 A
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10110 \end_inset
10111
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 </row>
10118 <row>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \backslash
10125 grave
10126 \begin_inset ERT
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130
10131
10132 \backslash
10133 spce 
10134 \end_layout
10135
10136 \end_inset
10137
10138 A
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 breve
10164 \begin_inset ERT
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168
10169
10170 \backslash
10171 spce 
10172 \end_layout
10173
10174 \end_inset
10175
10176 A
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 </lyxtabular>
10195
10196 \end_inset
10197
10198
10199 \begin_inset space \hfill{}
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \begin_layout Standard
10206 \begin_inset VSpace bigskip
10207 \end_inset
10208
10209
10210 \end_layout
10211
10212 \begin_layout Standard
10213 You can directly insert accents like é to formulas.
10214  LyX will transform them to the corresponding accent command.
10215  For umlauts
10216 \begin_inset Index idx
10217 status collapsed
10218
10219 \begin_layout Plain Layout
10220 Umlauts
10221 \end_layout
10222
10223 \end_inset
10224
10225  it is better to insert a quotation mark before the vowel.
10226  These two characters are then treated by LaTeX as 
10227 \emph on
10228 one
10229 \emph default
10230  character when the formula part with the umlaut is marked as German.
10231  In contrary to 
10232 \series bold
10233
10234 \backslash
10235 ddot
10236 \series default
10237 , with this method 
10238 \begin_inset Quotes eld
10239 \end_inset
10240
10241 real
10242 \begin_inset Quotes erd
10243 \end_inset
10244
10245  umlauts are created as demonstrated in the following example:
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \begin_inset VSpace -2mm
10250 \end_inset
10251
10252
10253 \end_layout
10254
10255 \begin_layout Standard
10256 \align center
10257 \begin_inset Tabular
10258 <lyxtabular version="3" rows="3" columns="2">
10259 <features tabularvalignment="middle">
10260 <column alignment="center" valignment="top" width="0">
10261 <column alignment="center" valignment="top" width="0">
10262 <row>
10263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Command
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Result
10277 \begin_inset Note Note
10278 status collapsed
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283
10284 \backslash
10285 raisebox
10286 \series default
10287  and the 0
10288 \begin_inset space \thinspace{}
10289 \end_inset
10290
10291 pt space are only used as spacer.
10292 \end_layout
10293
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \lang ngerman
10309 \begin_inset Quotes grd
10310 \end_inset
10311
10312 i
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 \begin_inset space \hspace{}
10322 \length 0pt
10323 \end_inset
10324
10325
10326 \lang ngerman
10327
10328 \begin_inset Formula $"i$
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 <row>
10338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342
10343 \backslash
10344 ddot
10345 \begin_inset ERT
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349
10350
10351 \backslash
10352 spce 
10353 \end_layout
10354
10355 \end_inset
10356
10357 i
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10367 \end_inset
10368
10369
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 </lyxtabular>
10376
10377 \end_inset
10378
10379
10380 \end_layout
10381
10382 \begin_layout Standard
10383 Another advantage to 
10384 \series bold
10385
10386 \backslash
10387 ddot
10388 \series default
10389  is that umlauts can directly be converted to mathematical text because
10390  the accent commands above are 
10391 \emph on
10392 not allowed
10393 \emph default
10394  
10395 \emph on
10396 in mathematical text
10397 \emph default
10398 .
10399  To convert an accented character to mathematical text, only the character
10400  under the accent may be converted.
10401  This applies also for all other conversions, e.
10402 \begin_inset space \thinspace{}
10403 \end_inset
10404
10405 g.
10406 \begin_inset space \space{}
10407 \end_inset
10408
10409 to italic or bold.
10410 \end_layout
10411
10412 \begin_layout Standard
10413 In mathematical text, umlauts and other accented characters can directly
10414  be inserted.
10415 \end_layout
10416
10417 \begin_layout Subsection
10418 Accents for Operators
10419 \begin_inset Index idx
10420 status collapsed
10421
10422 \begin_layout Plain Layout
10423 Accents ! for operators
10424 \end_layout
10425
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \begin_layout Standard
10432 With the commands 
10433 \series bold
10434
10435 \backslash
10436 overset
10437 \series default
10438
10439 \begin_inset Index idx
10440 status collapsed
10441
10442 \begin_layout Plain Layout
10443 Commands ! O ! 
10444 \backslash
10445 overset
10446 \end_layout
10447
10448 \end_inset
10449
10450  and 
10451 \series bold
10452
10453 \backslash
10454 underset
10455 \series default
10456
10457 \begin_inset Index idx
10458 status collapsed
10459
10460 \begin_layout Plain Layout
10461 Commands ! U ! 
10462 \backslash
10463 underset
10464 \end_layout
10465
10466 \end_inset
10467
10468  characters can be placed above or below an operator, respectively, to accent
10469  it.
10470  With the command 
10471 \series bold
10472
10473 \backslash
10474 sideset
10475 \series default
10476
10477 \begin_inset Index idx
10478 status collapsed
10479
10480 \begin_layout Plain Layout
10481 Commands ! S ! 
10482 \backslash
10483 sideset
10484 \end_layout
10485
10486 \end_inset
10487
10488  characters can be set before and behind an operator.
10489  The command scheme is:
10490 \end_layout
10491
10492 \begin_layout Standard
10493
10494 \series bold
10495
10496 \backslash
10497 sideset{character
10498 \series default
10499  
10500 \series bold
10501 before}{character
10502 \series default
10503  
10504 \series bold
10505 behind}
10506 \end_layout
10507
10508 \begin_layout Standard
10509
10510 \series bold
10511
10512 \backslash
10513 sideset
10514 \series default
10515  must always be before the operator that should be accented.
10516  You can accent with several characters and even with other operators and
10517  symbols.
10518  To place with 
10519 \series bold
10520
10521 \backslash
10522 sideset
10523 \series default
10524  for example only characters behind an operator, write nothing between the
10525  first braces but don't omit the braces.
10526 \end_layout
10527
10528 \begin_layout Standard
10529 For example the command 
10530 \series bold
10531
10532 \backslash
10533 sideset{
10534 \begin_inset Formula $\to$
10535 \end_inset
10536
10537
10538 \backslash
10539 {
10540 \series default
10541 '
10542 \series bold
10543
10544 \begin_inset Formula $\to$
10545 \end_inset
10546
10547
10548 \backslash
10549 sum_k=1
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
10563 \series default
10564 ^
10565 \series bold
10566 n
10567 \series default
10568  produces:
10569 \begin_inset Formula 
10570 \[
10571 \sideset{}{'}\sum_{k=1}^{n}
10572 \]
10573
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \begin_layout Standard
10580 The command 
10581 \series bold
10582
10583 \backslash
10584 overset
10585 \begin_inset ERT
10586 status collapsed
10587
10588 \begin_layout Plain Layout
10589
10590
10591 \backslash
10592 spce 
10593 \end_layout
10594
10595 \end_inset
10596
10597
10598 \backslash
10599 maltese
10600 \begin_inset ERT
10601 status collapsed
10602
10603 \begin_layout Plain Layout
10604
10605
10606 \backslash
10607 spce 
10608 \end_layout
10609
10610 \end_inset
10611
10612
10613 \series default
10614
10615 \begin_inset Formula $\uparrow$
10616 \end_inset
10617
10618
10619 \series bold
10620 a
10621 \series default
10622  produces:
10623 \begin_inset Formula 
10624 \[
10625 \overset{a}{\maltese}
10626 \]
10627
10628 \end_inset
10629
10630 As seen in the last example, with 
10631 \series bold
10632
10633 \backslash
10634 overset
10635 \series default
10636  and 
10637 \series bold
10638
10639 \backslash
10640 underset
10641 \series default
10642  also symbols and characters can be accented; with 
10643 \series bold
10644
10645 \backslash
10646 sideset
10647 \series default
10648  this is not possible.
10649 \end_layout
10650
10651 \begin_layout Subsection
10652 Accents for several Characters
10653 \begin_inset Index idx
10654 status collapsed
10655
10656 \begin_layout Plain Layout
10657 Accents ! for several characters
10658 \end_layout
10659
10660 \end_inset
10661
10662
10663 \end_layout
10664
10665 \begin_layout Standard
10666 \begin_inset space \hfill{}
10667 \end_inset
10668
10669
10670 \begin_inset Tabular
10671 <lyxtabular version="3" rows="5" columns="2">
10672 <features tabularvalignment="middle">
10673 <column alignment="center" valignment="top" width="0pt">
10674 <column alignment="center" valignment="top" width="0pt">
10675 <row>
10676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Command
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Result
10690 \begin_inset Note Note
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696
10697 \backslash
10698 raisebox
10699 \series default
10700  is only used as spacer.
10701 \end_layout
10702
10703 \end_inset
10704
10705
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \backslash
10718 overleftarrow
10719 \begin_inset ERT
10720 status collapsed
10721
10722 \begin_layout Plain Layout
10723
10724
10725 \backslash
10726 spce 
10727 \end_layout
10728
10729 \end_inset
10730
10731 A=B
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \backslash
10756 underleftarrow
10757 \begin_inset ERT
10758 status collapsed
10759
10760 \begin_layout Plain Layout
10761
10762
10763 \backslash
10764 spce 
10765 \end_layout
10766
10767 \end_inset
10768
10769 A=B
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10779 \end_inset
10780
10781
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 </row>
10787 <row>
10788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792
10793 \backslash
10794 overleftrightarrow
10795 \begin_inset ERT
10796 status collapsed
10797
10798 \begin_layout Plain Layout
10799
10800
10801 \backslash
10802 spce 
10803 \end_layout
10804
10805 \end_inset
10806
10807 A=B
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10817 \end_inset
10818
10819
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 </row>
10825 <row>
10826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830
10831 \backslash
10832 underleftrightarrow
10833 \begin_inset ERT
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837
10838
10839 \backslash
10840 spce 
10841 \end_layout
10842
10843 \end_inset
10844
10845 A=B
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10855 \end_inset
10856
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 </lyxtabular>
10864
10865 \end_inset
10866
10867
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \begin_inset Tabular
10873 <lyxtabular version="3" rows="5" columns="2">
10874 <features tabularvalignment="middle">
10875 <column alignment="center" valignment="top" width="0pt">
10876 <column alignment="center" valignment="top" width="0pt">
10877 <row>
10878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 Command
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Result
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \backslash
10904 overrightarrow
10905 \begin_inset ERT
10906 status collapsed
10907
10908 \begin_layout Plain Layout
10909
10910
10911 \backslash
10912 spce 
10913 \end_layout
10914
10915 \end_inset
10916
10917 A=B
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \backslash
10942 underrightarrow
10943 \begin_inset ERT
10944 status collapsed
10945
10946 \begin_layout Plain Layout
10947
10948
10949 \backslash
10950 spce 
10951 \end_layout
10952
10953 \end_inset
10954
10955 A=B
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10965 \end_inset
10966
10967
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 </row>
10973 <row>
10974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978
10979 \backslash
10980 widetilde
10981 \begin_inset ERT
10982 status collapsed
10983
10984 \begin_layout Plain Layout
10985
10986
10987 \backslash
10988 spce 
10989 \end_layout
10990
10991 \end_inset
10992
10993 A=B
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \backslash
11018 widehat
11019 \begin_inset ERT
11020 status collapsed
11021
11022 \begin_layout Plain Layout
11023
11024
11025 \backslash
11026 spce 
11027 \end_layout
11028
11029 \end_inset
11030
11031 A=B
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 </lyxtabular>
11050
11051 \end_inset
11052
11053
11054 \begin_inset space \hfill{}
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Standard
11061 \begin_inset VSpace medskip
11062 \end_inset
11063
11064 With these commands as many characters as you like can be accented.
11065  But the accents 
11066 \series bold
11067
11068 \backslash
11069 widetilde
11070 \series default
11071  and 
11072 \series bold
11073
11074 \backslash
11075 widehat
11076 \series default
11077  will only be set in the output with a length of three characters, as shown
11078  in the following example:
11079 \begin_inset Formula 
11080 \[
11081 \widetilde{A+B=C-D}
11082 \]
11083
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Standard
11090 With the commands 
11091 \series bold
11092
11093 \backslash
11094 overset
11095 \series default
11096
11097 \begin_inset Index idx
11098 status collapsed
11099
11100 \begin_layout Plain Layout
11101 Commands ! O ! 
11102 \backslash
11103 overset
11104 \end_layout
11105
11106 \end_inset
11107
11108  and 
11109 \series bold
11110
11111 \backslash
11112 underset
11113 \series default
11114
11115 \begin_inset Index idx
11116 status collapsed
11117
11118 \begin_layout Plain Layout
11119 Commands ! U ! 
11120 \backslash
11121 underset
11122 \end_layout
11123
11124 \end_inset
11125
11126  described in the previous subsection it is also possible to accent several
11127  characters.
11128  The command 
11129 \series bold
11130
11131 \backslash
11132 underset
11133 \begin_inset ERT
11134 status collapsed
11135
11136 \begin_layout Plain Layout
11137
11138
11139 \backslash
11140 spce 
11141 \end_layout
11142
11143 \end_inset
11144
11145 A=B
11146 \begin_inset Formula $\downarrow$
11147 \end_inset
11148
11149 ***
11150 \series default
11151  creates:
11152 \begin_inset Formula 
11153 \[
11154 \underset{***}{A=B}
11155 \]
11156
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \begin_layout Section
11163 Space
11164 \begin_inset CommandInset label
11165 LatexCommand label
11166 name "sub:Space"
11167
11168 \end_inset
11169
11170
11171 \begin_inset Index idx
11172 status collapsed
11173
11174 \begin_layout Plain Layout
11175 Space ! horizontal
11176 \end_layout
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Subsection
11184 Predefined Space
11185 \begin_inset CommandInset label
11186 LatexCommand label
11187 name "sub:Predefined-Space"
11188
11189 \end_inset
11190
11191
11192 \begin_inset Index idx
11193 status collapsed
11194
11195 \begin_layout Plain Layout
11196 Space ! horizontal ! predefined
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Standard
11205 Sometimes it is necessary to insert horizontal space to a formula.
11206  This is done by inserting a protected space (shortcut 
11207 \begin_inset Info
11208 type  "shortcut"
11209 arg   "space-insert protected"
11210 \end_inset
11211
11212 ).
11213  A 
11214 \begin_inset Quotes eld
11215 \end_inset
11216
11217
11218 \color blue
11219
11220 \begin_inset ERT
11221 status collapsed
11222
11223 \begin_layout Plain Layout
11224
11225
11226 \backslash
11227 spce 
11228 \end_layout
11229
11230 \end_inset
11231
11232
11233 \color inherit
11234
11235 \begin_inset Quotes erd
11236 \end_inset
11237
11238  appears and by pressing 
11239 \family sans
11240 Space
11241 \family default
11242  several times one can select one of eight different space sizes.
11243  The spaces can also be inserted using the math toolbar button 
11244 \begin_inset Graphics
11245         filename ../images/math/space.png
11246         scale 85
11247
11248 \end_inset
11249
11250  or special commands.
11251  Independent from the inserted command, one can select the size again by
11252  pressing 
11253 \family sans
11254 Space
11255 \family default
11256  afterwards.
11257 \end_layout
11258
11259 \begin_layout Standard
11260 \noindent
11261 \align center
11262 \begin_inset VSpace -5mm
11263 \end_inset
11264
11265
11266 \begin_inset Tabular
11267 <lyxtabular version="3" rows="3" columns="7">
11268 <features tabularvalignment="middle">
11269 <column alignment="center" valignment="middle" width="6.8cm">
11270 <column alignment="center" valignment="top" width="0">
11271 <column alignment="center" valignment="top" width="0">
11272 <column alignment="center" valignment="top" width="0">
11273 <column alignment="center" valignment="top" width="0">
11274 <column alignment="center" valignment="top" width="0">
11275 <column alignment="center" valignment="top" width="0">
11276 <row>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 Command
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \backslash
11292 ,
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301
11302 \backslash
11303 :
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \backslash
11314 ;
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \backslash
11325 quad
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \backslash
11336 qquad
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \backslash
11347 !
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 </row>
11353 <row>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 Number of 
11359 \family sans
11360 Space
11361 \family default
11362  keystrokes after inserting the protected space
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 0
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380 1
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 2
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 3
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 4
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 5
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 Result
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 \begin_inset Formula $A\, B$
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 \begin_inset Formula $A\: B$
11449 \end_inset
11450
11451
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Formula $A\; B$
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Formula $A\quad B$
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $A\qquad B$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $A\! B$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 </row>
11505 </lyxtabular>
11506
11507 \end_inset
11508
11509
11510 \end_layout
11511
11512 \begin_layout Standard
11513 The last size seem to produce no space.
11514  It is displayed red in LyX contrary to the other sizes, because it is a
11515  negative space.
11516  There are two more negative spaces:
11517 \end_layout
11518
11519 \begin_layout Standard
11520 \align center
11521 \begin_inset Tabular
11522 <lyxtabular version="3" rows="3" columns="3">
11523 <features tabularvalignment="middle">
11524 <column alignment="center" valignment="middle" width="6.8cm">
11525 <column alignment="center" valignment="top" width="0pt">
11526 <column alignment="center" valignment="top" width="0pt">
11527 <row>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 Command
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541
11542 \backslash
11543 negmedspace
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552
11553 \backslash
11554 negthickspace
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 </row>
11560 <row>
11561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 Number of 
11566 \family sans
11567 Space
11568 \family default
11569  keystrokes after inserting the protected space
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 6
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 7
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 </row>
11593 <row>
11594 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 Result
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 \begin_inset Formula $A\negmedspace B$
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 \begin_inset Formula $A\negthickspace B$
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 </lyxtabular>
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 Negative spaces can lead to characters overlapping each other.
11637  Thus they can be used to enforce ligatures, what is e.
11638 \begin_inset space \thinspace{}
11639 \end_inset
11640
11641 g.
11642 \begin_inset space \space{}
11643 \end_inset
11644
11645 useful for summation operators: 
11646 \end_layout
11647
11648 \begin_layout Standard
11649 \align center
11650 \begin_inset Tabular
11651 <lyxtabular version="3" rows="3" columns="2">
11652 <features tabularvalignment="middle">
11653 <column alignment="center" valignment="top" width="0">
11654 <column alignment="center" valignment="top" width="0">
11655 <row>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 Command
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 Result
11670 \begin_inset Note Note
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674
11675 \series bold
11676
11677 \backslash
11678 raisebox
11679 \series default
11680  is only used as spacer.
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696
11697 \backslash
11698 sum
11699 \backslash
11700 sum
11701 \begin_inset ERT
11702 status collapsed
11703
11704 \begin_layout Plain Layout
11705
11706
11707 \backslash
11708 spce 
11709 \end_layout
11710
11711 \end_inset
11712
11713 f_kl
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11723 \end_inset
11724
11725
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 </row>
11731 <row>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736
11737 \backslash
11738 sum
11739 \backslash
11740 negmedspace
11741 \backslash
11742 sum
11743 \begin_inset ERT
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747
11748
11749 \backslash
11750 spce 
11751 \end_layout
11752
11753 \end_inset
11754
11755 f_kl
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 </lyxtabular>
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 Relations like for example equal signs, are always surrounded by space.
11782  To suppress this, the equal sign is placed into a TeX-brace.
11783  The following example demonstrates this:
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="2" columns="2">
11790 <features tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="top" width="0pt">
11793 <row>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 normal equation
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 \begin_inset Formula $A=B$
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 \begin_inset Note Note
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825
11826 \series bold
11827
11828 \backslash
11829 raisebox
11830 \series default
11831  is only used as spacer.
11832 \end_layout
11833
11834 \end_inset
11835
11836
11837 \begin_inset Formula $\raisebox{5mm}{}$
11838 \end_inset
11839
11840 equation without space
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A{=}B$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 </lyxtabular>
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Standard
11866 \noindent
11867 The command for the last formula is: 
11868 \series bold
11869 A
11870 \backslash
11871 {=
11872 \begin_inset Formula $\to$
11873 \end_inset
11874
11875 B
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \begin_inset VSpace bigskip
11880 \end_inset
11881
11882 Spaces are needed for physical units, because the space between the value
11883  and the unit is the smallest one and not a normal space.
11884  For units in text, the smallest space is inserted via the menu 
11885 \family sans
11886 Insert\SpecialChar \menuseparator
11887 Formatting\SpecialChar \menuseparator
11888 Thin
11889 \begin_inset space ~
11890 \end_inset
11891
11892 Space
11893 \family default
11894  (shortcut 
11895 \begin_inset Info
11896 type  "shortcut"
11897 arg   "space-insert thin"
11898 \end_inset
11899
11900 ).
11901 \end_layout
11902
11903 \begin_layout Standard
11904 An example to visualize the difference:
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \begin_inset Tabular
11909 <lyxtabular version="3" rows="2" columns="2">
11910 <features tabularvalignment="middle">
11911 <column alignment="left" valignment="top" width="0">
11912 <column alignment="left" valignment="top" width="0">
11913 <row>
11914 <cell alignment="center" valignment="top" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 24 kW
11919 \begin_inset Formula $\cdot$
11920 \end_inset
11921
11922 h
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 space between value and unit
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 </row>
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 24
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 kW
11947 \begin_inset Formula $\cdot$
11948 \end_inset
11949
11950 h
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 smallest space between value and unit
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Subsection
11973 Variable Space
11974 \begin_inset ERT
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978
11979
11980 \backslash
11981 texorpdfstring{
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \begin_inset Foot
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991 for vertical space in formulas see 
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "sub:Line-Separation"
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }{}
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \begin_inset Note Note
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019
12020 \backslash
12021 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12022 \end_layout
12023
12024 \begin_layout Plain Layout
12025 More about 
12026 \backslash
12027 texorpdfstring is in section 
12028 \begin_inset CommandInset ref
12029 LatexCommand ref
12030 reference "sub:Formulas-in-Section"
12031
12032 \end_inset
12033
12034 .
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \begin_inset CommandInset label
12041 LatexCommand label
12042 name "sub:Variable-Space"
12043
12044 \end_inset
12045
12046
12047 \begin_inset Index idx
12048 status collapsed
12049
12050 \begin_layout Plain Layout
12051 Space ! horizontal ! variable
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \begin_layout Standard
12060 Space with a defined length can be inserted with the command 
12061 \series bold
12062
12063 \backslash
12064 hspace
12065 \series default
12066
12067 \begin_inset Index idx
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 Commands ! H ! 
12072 \backslash
12073 hspace
12074 \end_layout
12075
12076 \end_inset
12077
12078 .
12079  Then a long 
12080 \begin_inset Quotes eld
12081 \end_inset
12082
12083
12084 \color blue
12085
12086 \begin_inset ERT
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090
12091
12092 \backslash
12093 spce 
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \color inherit
12100
12101 \begin_inset Quotes erd
12102 \end_inset
12103
12104  appears.
12105  The length can be specified by left-clicking on the 
12106 \begin_inset Quotes eld
12107 \end_inset
12108
12109
12110 \color blue
12111
12112 \begin_inset ERT
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116
12117
12118 \backslash
12119 spce 
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \color inherit
12126
12127 \begin_inset Quotes erd
12128 \end_inset
12129
12130 .
12131  The length may also be negative.
12132  To insert so many space that the formula uses all available space, the
12133  command 
12134 \series bold
12135
12136 \backslash
12137 hfill
12138 \series default
12139
12140 \begin_inset Index idx
12141 status collapsed
12142
12143 \begin_layout Plain Layout
12144 Commands ! H ! 
12145 \backslash
12146 hfill
12147 \end_layout
12148
12149 \end_inset
12150
12151  is used.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 \begin_inset VSpace -1mm
12156 \end_inset
12157
12158
12159 \end_layout
12160
12161 \begin_layout Standard
12162 \align center
12163 \begin_inset Tabular
12164 <lyxtabular version="3" rows="4" columns="2">
12165 <features tabularvalignment="middle">
12166 <column alignment="center" valignment="top" width="0">
12167 <column alignment="center" valignment="top" width="0">
12168 <row>
12169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 Command (
12174 \backslash
12175 hspace length)
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 Result
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 </row>
12190 <row>
12191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 A=B
12196 \backslash
12197 hspace
12198 \begin_inset ERT
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202
12203
12204 \backslash
12205 spce 
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \begin_inset Formula $\to$
12212 \end_inset
12213
12214 A
12215 \backslash
12216 not=C (3
12217 \begin_inset space \thinspace{}
12218 \end_inset
12219
12220 cm)
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 </row>
12238 <row>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 A
12244 \backslash
12245 hspace
12246 \begin_inset ERT
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250
12251
12252 \backslash
12253 spce 
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \begin_inset Formula $\to$
12260 \end_inset
12261
12262 A
12263 \backslash
12264 not=A (-1
12265 \begin_inset space \thinspace{}
12266 \end_inset
12267
12268 mm)
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 A=A
12292 \backslash
12293 hfill
12294 \begin_inset ERT
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298
12299
12300 \backslash
12301 spce 
12302 \end_layout
12303
12304 \end_inset
12305
12306 B=B
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 \begin_inset Formula $A=A\hfill B=B$
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 </lyxtabular>
12325
12326 \end_inset
12327
12328
12329 \end_layout
12330
12331 \begin_layout Standard
12332 In the last example the available space is given by the longest column entry
12333  of the table.
12334  In an inline formula the space depends on the length of the line in which
12335  
12336 \series bold
12337
12338 \backslash
12339 hfill
12340 \series default
12341  is inserted.
12342  Thus, when the line uses the full width, no space will be created.
12343  
12344 \series bold
12345
12346 \backslash
12347 hfill
12348 \series default
12349  only has an effect on displayed formulas when the formula style 
12350 \series bold
12351 Indented
12352 \series default
12353  is used.
12354  (Formula styles are explained in 
12355 \begin_inset CommandInset ref
12356 LatexCommand ref
12357 reference "sec:Formula-Styles"
12358
12359 \end_inset
12360
12361 .)
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Besides 
12366 \series bold
12367
12368 \backslash
12369 hfill
12370 \series default
12371 , there are the commands 
12372 \series bold
12373
12374 \backslash
12375 dotfill
12376 \series default
12377  and 
12378 \series bold
12379
12380 \backslash
12381 hrulefill
12382 \series default
12383  that fill the space with a pattern, see 
12384 \begin_inset CommandInset ref
12385 LatexCommand ref
12386 reference "sub:Ellipses"
12387
12388 \end_inset
12389
12390  for an example.
12391 \end_layout
12392
12393 \begin_layout Standard
12394 For text, variable space can be inserted via the menu 
12395 \family sans
12396 Insert\SpecialChar \menuseparator
12397 Formatting\SpecialChar \menuseparator
12398 Horizontal
12399 \begin_inset space ~
12400 \end_inset
12401
12402 Space
12403 \family default
12404 :
12405 \end_layout
12406
12407 \begin_layout Standard
12408 This is a line with
12409 \begin_inset space \hspace{}
12410 \length 2cm
12411 \end_inset
12412
12413 2
12414 \begin_inset space \thinspace{}
12415 \end_inset
12416
12417 cm space.
12418 \end_layout
12419
12420 \begin_layout Standard
12421 This is a line with
12422 \begin_inset space \hfill{}
12423 \end_inset
12424
12425 maximum space.
12426 \end_layout
12427
12428 \begin_layout Subsection
12429 Space besides inline Formulas
12430 \begin_inset Index idx
12431 status collapsed
12432
12433 \begin_layout Plain Layout
12434 Space ! besides inline formulas
12435 \end_layout
12436
12437 \end_inset
12438
12439
12440 \end_layout
12441
12442 \begin_layout Standard
12443 The space that surrounds inline formulas can be adjusted with the length
12444  
12445 \series bold
12446
12447 \backslash
12448 mathsurround
12449 \series default
12450
12451 \begin_inset Index idx
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455 Commands ! M ! 
12456 \backslash
12457 mathsurround
12458 \end_layout
12459
12460 \end_inset
12461
12462 .
12463  The value of a length is set with the command 
12464 \series bold
12465
12466 \backslash
12467 setlength
12468 \series default
12469
12470 \begin_inset Index idx
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474 Commands ! S ! 
12475 \backslash
12476 setlength
12477 \end_layout
12478
12479 \end_inset
12480
12481  that has the following scheme:
12482 \end_layout
12483
12484 \begin_layout Standard
12485
12486 \series bold
12487
12488 \backslash
12489 setlength{length name}{value}
12490 \end_layout
12491
12492 \begin_layout Standard
12493 To set 
12494 \series bold
12495
12496 \backslash
12497 mathsurround
12498 \series default
12499  to the value 5
12500 \begin_inset space \thinspace{}
12501 \end_inset
12502
12503 mm, the command
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509
12510 \backslash
12511 setlength{
12512 \backslash
12513 mathsurround}{5mm}
12514 \end_layout
12515
12516 \begin_layout Standard
12517 is inserted in TeX-mode.
12518  5
12519 \begin_inset space \thinspace{}
12520 \end_inset
12521
12522 mm space will now be set around all inline formulas:
12523 \begin_inset ERT
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527
12528
12529 \backslash
12530 setlength{
12531 \backslash
12532 mathsurround}{5mm}
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 This is a line with an inline formula 
12542 \begin_inset Formula $A=B$
12543 \end_inset
12544
12545  with 5
12546 \begin_inset space \thinspace{}
12547 \end_inset
12548
12549 mm surrounding space.
12550 \begin_inset ERT
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554
12555
12556 \backslash
12557 setlength{
12558 \backslash
12559 mathsurround}{0pt}
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 To return to the predefined value, 
12569 \series bold
12570
12571 \backslash
12572 mathsurround
12573 \series default
12574  is set to the value 0
12575 \begin_inset space \thinspace{}
12576 \end_inset
12577
12578 pt.
12579 \end_layout
12580
12581 \begin_layout Section
12582 Boxes and Frames
12583 \begin_inset Index idx
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587 Boxes
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \begin_inset Index idx
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597 Frames | see
12598 \begin_inset ERT
12599 status collapsed
12600
12601 \begin_layout Plain Layout
12602
12603 {
12604 \end_layout
12605
12606 \end_inset
12607
12608 Boxes
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614 }
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \end_layout
12621
12622 \end_inset
12623
12624
12625 \end_layout
12626
12627 \begin_layout Standard
12628 Boxes for text are described in chapter 
12629 \family typewriter
12630 Boxes
12631 \family default
12632  in the 
12633 \family typewriter
12634 Embedded
12635 \begin_inset space ~
12636 \end_inset
12637
12638 Objects
12639 \family default
12640  manual.
12641 \end_layout
12642
12643 \begin_layout Subsection
12644 Boxes with Frame
12645 \begin_inset CommandInset label
12646 LatexCommand label
12647 name "sub:Boxes-with-Frame"
12648
12649 \end_inset
12650
12651
12652 \begin_inset Index idx
12653 status collapsed
12654
12655 \begin_layout Plain Layout
12656 Boxes ! with frame
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \begin_layout Standard
12665 It is possible to frame formulas or parts of it with the commands 
12666 \series bold
12667
12668 \backslash
12669 fbox
12670 \series default
12671
12672 \begin_inset Index idx
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Commands ! F ! 
12677 \backslash
12678 fbox
12679 \end_layout
12680
12681 \end_inset
12682
12683  and 
12684 \series bold
12685
12686 \backslash
12687 boxed
12688 \series default
12689
12690 \begin_inset Index idx
12691 status collapsed
12692
12693 \begin_layout Plain Layout
12694 Commands ! B ! 
12695 \backslash
12696 boxed
12697 \end_layout
12698
12699 \end_inset
12700
12701 .
12702 \end_layout
12703
12704 \begin_layout Standard
12705 When one of these commands is inserted to a formula, a blue box appears
12706  within a frame to enter formula parts.
12707  For 
12708 \series bold
12709
12710 \backslash
12711 fbox
12712 \series default
12713  an additional formula has to be created by 
12714 \family sans
12715 Ctrl+M
12716 \family default
12717  within this box, because the box content will otherwise be treated as mathemati
12718 cal text.
12719  When 
12720 \series bold
12721
12722 \backslash
12723 boxed
12724 \series default
12725  is used, a new formula is automatically created inside the frame.
12726 \end_layout
12727
12728 \begin_layout Standard
12729 The command 
12730 \series bold
12731
12732 \backslash
12733 fbox
12734 \series default
12735  is not suitable to frame displayed formulas because the formula will always
12736  be set in the size of the text.
12737  
12738 \series bold
12739
12740 \backslash
12741 boxed
12742 \series default
12743  is in contrary not suitable to frame inline formulas, because the formula
12744  will always be set in the size of a displayed formula.
12745 \end_layout
12746
12747 \begin_layout Standard
12748 As extension to 
12749 \series bold
12750
12751 \backslash
12752 fbox
12753 \series default
12754  there is the command 
12755 \series bold
12756
12757 \backslash
12758 framebox
12759 \series default
12760
12761 \begin_inset Index idx
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 Commands ! F ! 
12766 \backslash
12767 framebox
12768 \end_layout
12769
12770 \end_inset
12771
12772  where additionally the frame width and the alignment can be specified.
12773  
12774 \series bold
12775
12776 \backslash
12777 framebox
12778 \series default
12779  is used in the following scheme:
12780 \end_layout
12781
12782 \begin_layout Standard
12783
12784 \series bold
12785
12786 \backslash
12787 framebox[frame width][position]{box content}
12788 \end_layout
12789
12790 \begin_layout Standard
12791 The position can either be 
12792 \emph on
12793 l
12794 \emph default
12795  or 
12796 \emph on
12797 r
12798 \emph default
12799 .
12800  
12801 \emph on
12802 l
12803 \emph default
12804  left aligns, 
12805 \emph on
12806 r
12807 \emph default
12808  right aligns the formula in the box.
12809  When no position is given, the formula will be centered.
12810 \begin_inset Newline newline
12811 \end_inset
12812
12813 Is no width given, also no position can be given.
12814  In this case the frame width is adjusted to the box content like for 
12815 \series bold
12816
12817 \backslash
12818 fbox
12819 \series default
12820 .
12821 \end_layout
12822
12823 \begin_layout Standard
12824 When the command 
12825 \series bold
12826
12827 \backslash
12828 framebox
12829 \series default
12830  is inserted, a box appears containing three blue boxes.
12831  The first two boxes are surrounded by brackets and denote the two optional
12832  arguments.
12833  The third box is for formula parts like for 
12834 \series bold
12835
12836 \backslash
12837 fbox
12838 \series default
12839 .
12840 \end_layout
12841
12842 \begin_layout Standard
12843 \align center
12844 \begin_inset Tabular
12845 <lyxtabular version="3" rows="5" columns="2">
12846 <features tabularvalignment="middle">
12847 <column alignment="center" valignment="top" width="0">
12848 <column alignment="center" valignment="top" width="0">
12849 <row>
12850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 Command
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 Result
12864 \begin_inset Note Note
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869 \series bold
12870
12871 \backslash
12872 raisebox
12873 \series default
12874  is only used as spacer.
12875 \end_layout
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 </row>
12885 <row>
12886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890
12891 \backslash
12892 fbox
12893 \begin_inset ERT
12894 status collapsed
12895
12896 \begin_layout Plain Layout
12897
12898
12899 \backslash
12900 spce 
12901 \end_layout
12902
12903 \end_inset
12904
12905
12906 \family sans
12907 Ctrl+M
12908 \family default
12909  
12910 \backslash
12911 int
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 spce 
12920 \end_layout
12921
12922 \end_inset
12923
12924 A=B
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12934 \end_inset
12935
12936
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947
12948 \backslash
12949 boxed
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 spce 
12958 \end_layout
12959
12960 \end_inset
12961
12962
12963 \backslash
12964 int
12965 \begin_inset ERT
12966 status collapsed
12967
12968 \begin_layout Plain Layout
12969
12970
12971 \backslash
12972 spce 
12973 \end_layout
12974
12975 \end_inset
12976
12977 A=B
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row>
12996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 A+
13001 \backslash
13002 fbox
13003 \begin_inset ERT
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007
13008
13009 \backslash
13010 spce 
13011 \end_layout
13012
13013 \end_inset
13014
13015 B
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row>
13034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \backslash
13040 framebox
13041 \begin_inset ERT
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045
13046
13047 \backslash
13048 spce 
13049 \end_layout
13050
13051 \end_inset
13052
13053 20mm
13054 \begin_inset Formula $\to$
13055 \end_inset
13056
13057
13058 \begin_inset Formula $\to$
13059 \end_inset
13060
13061
13062 \family sans
13063 Ctrl+M
13064 \family default
13065  
13066 \backslash
13067 frac
13068 \begin_inset ERT
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072
13073
13074 \backslash
13075 spce 
13076 \end_layout
13077
13078 \end_inset
13079
13080 A
13081 \begin_inset Formula $\downarrow$
13082 \end_inset
13083
13084 B
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 \begin_inset Formula $\raisebox{6mm}{}$
13094 \end_inset
13095
13096
13097 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13098 \end_inset
13099
13100
13101 \begin_inset Formula $\raisebox{-4mm}{}$
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 </lyxtabular>
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 The frame thickness can also be adjusted.
13119  To do this the following commands have to be inserted in TeX-mode before
13120  the formula
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126
13127 \backslash
13128 fboxrule
13129 \series default
13130  
13131 \series bold
13132
13133 \begin_inset Quotes eld
13134 \end_inset
13135
13136 thickness
13137 \begin_inset Quotes erd
13138 \end_inset
13139
13140
13141 \series default
13142  
13143 \series bold
13144
13145 \backslash
13146 fboxsep
13147 \series default
13148  
13149 \series bold
13150
13151 \begin_inset Quotes eld
13152 \end_inset
13153
13154 distance
13155 \begin_inset Quotes erd
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \begin_inset Quotes eld
13163 \end_inset
13164
13165 distance
13166 \begin_inset Quotes erd
13167 \end_inset
13168
13169  specifies the minimal distance between the frame and the first character
13170  in the box.
13171  An example for this is the following framed formula:
13172 \begin_inset ERT
13173 status collapsed
13174
13175 \begin_layout Plain Layout
13176
13177
13178 \backslash
13179 fboxrule 2mm 
13180 \backslash
13181 fboxsep 3mm
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \begin_inset Formula 
13188 \[
13189 \boxed{A+B=C}
13190 \]
13191
13192 \end_inset
13193
13194 Before this formula the commands
13195 \end_layout
13196
13197 \begin_layout Standard
13198
13199 \series bold
13200
13201 \backslash
13202 fboxrule
13203 \series default
13204  
13205 \series bold
13206 2mm
13207 \series default
13208  
13209 \series bold
13210
13211 \backslash
13212 fboxsep
13213 \series default
13214  
13215 \series bold
13216 3mm
13217 \end_layout
13218
13219 \begin_layout Standard
13220 were inserted in TeX-mode.
13221  The given values are used for all following boxes.
13222 \end_layout
13223
13224 \begin_layout Standard
13225 To return to the standard frame size, the command
13226 \end_layout
13227
13228 \begin_layout Standard
13229
13230 \series bold
13231
13232 \backslash
13233 fboxrule
13234 \series default
13235  
13236 \series bold
13237 0.4pt
13238 \series default
13239  
13240 \series bold
13241
13242 \backslash
13243 fboxsep
13244 \series default
13245  
13246 \series bold
13247 3pt
13248 \series default
13249
13250 \begin_inset ERT
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254
13255
13256 \backslash
13257 fboxrule 0.4pt 
13258 \backslash
13259 fboxsep 3pt
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 is inserted in TeX-mode before the next formula.
13269 \end_layout
13270
13271 \begin_layout Subsection
13272 Boxes without Frame
13273 \begin_inset CommandInset label
13274 LatexCommand label
13275 name "sub:Boxes-without-Frame"
13276
13277 \end_inset
13278
13279
13280 \begin_inset Index idx
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 Boxes ! without frame
13285 \end_layout
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \begin_layout Standard
13293 For boxes without a frame there are the following box commands: 
13294 \series bold
13295
13296 \backslash
13297 mbox
13298 \series default
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Commands ! M ! 
13305 \backslash
13306 mbox
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \series bold
13313
13314 \backslash
13315 makebox
13316 \series default
13317
13318 \begin_inset Index idx
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322 Commands ! M ! 
13323 \backslash
13324 makebox
13325 \end_layout
13326
13327 \end_inset
13328
13329  and 
13330 \series bold
13331
13332 \backslash
13333 raisebox
13334 \series default
13335
13336 \begin_inset Index idx
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340 Commands ! R ! 
13341 \backslash
13342 raisebox
13343 \end_layout
13344
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 With 
13352 \series bold
13353
13354 \backslash
13355 raisebox
13356 \series default
13357  a box can be super- or subscripted.
13358  But in contrary to normal super- and subscripting, the characters in the
13359  box keep their font size.
13360  
13361 \series bold
13362
13363 \backslash
13364 raisebox
13365 \series default
13366  is used in the following scheme:
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 raisebox{height}{box content}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 When the box should contain a formula, an extra formula is needed like for
13379  
13380 \series bold
13381
13382 \backslash
13383 fbox
13384 \series default
13385 .
13386  
13387 \series medium
13388
13389 \begin_inset Note Greyedout
13390 status open
13391
13392 \begin_layout Plain Layout
13393
13394 \series bold
13395 Note:
13396 \series default
13397  For 
13398 \series bold
13399
13400 \backslash
13401 raisebox
13402 \series default
13403  this extra formula is created by pressing 
13404 \family sans
13405 Ctrl+M
13406 \family default
13407  twice instead of once because LyX doesn't yet support 
13408 \series bold
13409
13410 \backslash
13411 raisebox
13412 \series default
13413  directly.
13414 \end_layout
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 \align center
13423 \begin_inset Tabular
13424 <lyxtabular version="3" rows="4" columns="2">
13425 <features tabularvalignment="middle">
13426 <column alignment="center" valignment="top" width="0">
13427 <column alignment="center" valignment="top" width="0">
13428 <row>
13429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 Command
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 Result
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 </row>
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 H
13454 \backslash
13455 raisebox{2mm
13456 \begin_inset Formula $\to$
13457 \end_inset
13458
13459
13460 \backslash
13461 {al
13462 \begin_inset Formula $\to$
13463 \end_inset
13464
13465  lo
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 H
13489 \backslash
13490 raisebox{-2mm
13491 \begin_inset Formula $\to$
13492 \end_inset
13493
13494
13495 \backslash
13496 {al
13497 \begin_inset Formula $\to$
13498 \end_inset
13499
13500 lo
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 </row>
13518 <row>
13519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 A=
13524 \backslash
13525 raisebox{-2mm
13526 \begin_inset Formula $\to$
13527 \end_inset
13528
13529
13530 \backslash
13531 {
13532 \family sans
13533 Ctrl+M
13534 \family default
13535  
13536 \family sans
13537 Ctrl+M
13538 \family default
13539  
13540 \backslash
13541 sqrt
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547
13548 \backslash
13549 spce 
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13564 \end_inset
13565
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 </lyxtabular>
13573
13574 \end_inset
13575
13576
13577 \end_layout
13578
13579 \begin_layout Standard
13580 The command 
13581 \series bold
13582
13583 \backslash
13584 mbox
13585 \series default
13586  is equivalent to 
13587 \series bold
13588
13589 \backslash
13590 fbox
13591 \series default
13592  and 
13593 \series bold
13594
13595 \backslash
13596 makebox
13597 \series default
13598  is equivalent to 
13599 \series bold
13600
13601 \backslash
13602 framebox
13603 \series default
13604 , with the difference that there is no frame.
13605 \end_layout
13606
13607 \begin_layout Subsection
13608 Colored Boxes
13609 \begin_inset CommandInset label
13610 LatexCommand label
13611 name "sub:Colored-Boxes"
13612
13613 \end_inset
13614
13615
13616 \begin_inset Index idx
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620 Boxes ! colored
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \end_layout
13627
13628 \begin_layout Standard
13629 To be able to use all commands explained in this section, the LaTeX-package
13630  
13631 \series bold
13632 color
13633 \series default
13634
13635 \begin_inset Foot
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639 The LaTeX-package 
13640 \series bold
13641 color
13642 \series default
13643  is part of every LaTeX standard installation.
13644 \end_layout
13645
13646 \end_inset
13647
13648
13649 \begin_inset Index idx
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653 Packages ! color
13654 \end_layout
13655
13656 \end_inset
13657
13658  has to be loaded in the LaTeX-preamble with the line
13659 \begin_inset Foot
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663 When text is colored somewhere in the document with a predefined color,
13664  LyX loads the LaTeX-package 
13665 \series bold
13666 color
13667 \series default
13668  automatically.
13669  Thus it is possible that the package is loaded twice, but this doesn't
13670  arise problems.
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \begin_inset Note Note
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13681 amble.
13682 \end_layout
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690
13691 \series bold
13692
13693 \backslash
13694 usepackage{color}
13695 \end_layout
13696
13697 \begin_layout Standard
13698 \begin_inset VSpace medskip
13699 \end_inset
13700
13701 To color boxes, the command 
13702 \series bold
13703
13704 \backslash
13705 colorbox
13706 \series default
13707
13708 \begin_inset Index idx
13709 status collapsed
13710
13711 \begin_layout Plain Layout
13712 Commands ! C ! 
13713 \backslash
13714 colorbox
13715 \end_layout
13716
13717 \end_inset
13718
13719  is used in the following scheme:
13720 \end_layout
13721
13722 \begin_layout Standard
13723
13724 \series bold
13725
13726 \backslash
13727 colorbox{color}{box content}
13728 \end_layout
13729
13730 \begin_layout Standard
13731 The box content can also be a box and a 
13732 \series bold
13733
13734 \backslash
13735 colorbox
13736 \series default
13737  can also be part of another box (see the 2nd and 3rd example).
13738  When the box should contain a formula, an extra formula has to be created,
13739  the same way as for 
13740 \series bold
13741
13742 \backslash
13743 raisebox
13744 \series default
13745 .
13746 \begin_inset Foot
13747 status collapsed
13748
13749 \begin_layout Plain Layout
13750 This also applies for the command 
13751 \series bold
13752
13753 \backslash
13754 fcolorbox
13755 \series default
13756 .
13757 \end_layout
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \begin_layout Standard
13765 One of the following predefined colors can be chosen:
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771 black
13772 \series default
13773
13774 \series bold
13775 blue
13776 \series default
13777
13778 \series bold
13779 cyan
13780 \series default
13781
13782 \series bold
13783 green
13784 \series default
13785
13786 \series bold
13787 magenta
13788 \series default
13789
13790 \series bold
13791 red
13792 \series default
13793
13794 \series bold
13795 white
13796 \series default
13797  and 
13798 \series bold
13799 yellow
13800 \end_layout
13801
13802 \begin_layout Standard
13803 \align center
13804 \begin_inset Tabular
13805 <lyxtabular version="3" rows="4" columns="2">
13806 <features tabularvalignment="middle">
13807 <column alignment="center" valignment="top" width="0">
13808 <column alignment="center" valignment="top" width="0">
13809 <row>
13810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 Command
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 Result
13824 \begin_inset Note Note
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829 \series bold
13830
13831 \backslash
13832 raisebox
13833 \series default
13834  is only used as spacer.
13835 \end_layout
13836
13837 \end_inset
13838
13839
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \backslash
13852 colorbox{yellow
13853 \begin_inset Formula $\to$
13854 \end_inset
13855
13856
13857 \backslash
13858 {A=B
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881
13882 \backslash
13883 colorbox{green
13884 \begin_inset Formula $\to$
13885 \end_inset
13886
13887
13888 \backslash
13889 {
13890 \backslash
13891 fbox
13892 \begin_inset ERT
13893 status collapsed
13894
13895 \begin_layout Plain Layout
13896
13897
13898 \backslash
13899 spce 
13900 \end_layout
13901
13902 \end_inset
13903
13904 A=B
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 </row>
13922 <row>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927
13928 \backslash
13929 fbox
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 spce 
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \backslash
13944 colorbox{green
13945 \begin_inset Formula $\to$
13946 \end_inset
13947
13948
13949 \backslash
13950 {
13951 \family sans
13952 Ctrl+M
13953 \family default
13954  
13955 \family sans
13956 Ctrl+M
13957 \family default
13958  
13959 \backslash
13960 int
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966
13967 \backslash
13968 spce 
13969 \end_layout
13970
13971 \end_inset
13972
13973 C=D
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 </lyxtabular>
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999
14000 \series bold
14001
14002 \backslash
14003 colorbox
14004 \series default
14005  only colors the box but not the characters in the box.
14006  To color all characters, the whole formula is highlighted and the wanted
14007  color is chosen in the 
14008 \family sans
14009 Text
14010 \begin_inset space ~
14011 \end_inset
14012
14013 Style
14014 \family default
14015  dialog.
14016  The dialog can be called with the toolbar button 
14017 \begin_inset Graphics
14018         filename ../images/dialog-show_character.png
14019         scale 85
14020
14021 \end_inset
14022
14023  or the menu 
14024 \family sans
14025 Edit\SpecialChar \menuseparator
14026 Text
14027 \begin_inset space ~
14028 \end_inset
14029
14030 Style\SpecialChar \menuseparator
14031 Customized
14032 \family default
14033 .
14034  The formula number has then the same color as the formula.
14035  When the formula number should get another color than the formula characters,
14036  the color must be changed within the formula.
14037 \end_layout
14038
14039 \begin_layout Standard
14040 An example:
14041 \end_layout
14042
14043 \begin_layout Standard
14044
14045 \color red
14046 \begin_inset Formula 
14047 \begin{equation}
14048 \int A=B\label{eq:red}
14049 \end{equation}
14050
14051 \end_inset
14052
14053
14054 \color green
14055
14056 \begin_inset Formula 
14057 \begin{equation}
14058 \textcolor{red}{\int A=B}\label{eq:redgreen}
14059 \end{equation}
14060
14061 \end_inset
14062
14063
14064 \end_layout
14065
14066 \begin_layout Standard
14067 Formula 
14068 \begin_inset CommandInset ref
14069 LatexCommand eqref
14070 reference "eq:red"
14071
14072 \end_inset
14073
14074  is completely colored red.
14075 \begin_inset Newline newline
14076 \end_inset
14077
14078 Formula 
14079 \begin_inset CommandInset ref
14080 LatexCommand eqref
14081 reference "eq:redgreen"
14082
14083 \end_inset
14084
14085  was first completely colored green to set the color for the formula number.
14086  Subsequently the formula characters were colored red.
14087 \end_layout
14088
14089 \begin_layout Standard
14090 \begin_inset VSpace bigskip
14091 \end_inset
14092
14093 To color the frame different than the rest of the box, the command 
14094 \series bold
14095
14096 \backslash
14097 fcolorbox
14098 \series default
14099
14100 \begin_inset Index idx
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 Commands ! F ! 
14105 \backslash
14106 fcolorbox
14107 \end_layout
14108
14109 \end_inset
14110
14111  is used in the following scheme:
14112 \end_layout
14113
14114 \begin_layout Standard
14115
14116 \series bold
14117
14118 \backslash
14119 fcolorbox{frame color}{color}{box content}
14120 \end_layout
14121
14122 \begin_layout Standard
14123 So 
14124 \series bold
14125
14126 \backslash
14127 fcolorbox
14128 \series default
14129  is an extension of the command 
14130 \series bold
14131
14132 \backslash
14133 colorbox
14134 \series default
14135 .
14136  The frame width is set, like for 
14137 \series bold
14138
14139 \backslash
14140 framebox
14141 \series default
14142 , with 
14143 \series bold
14144
14145 \backslash
14146 fboxrule
14147 \series default
14148  and 
14149 \series bold
14150
14151 \backslash
14152 fboxsep
14153 \series default
14154 .
14155  An example:
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160
14161
14162 \backslash
14163 fboxrule 1mm 
14164 \backslash
14165 fboxsep 1mm
14166 \end_layout
14167
14168 \end_inset
14169
14170
14171 \begin_inset Formula 
14172 \[
14173 \fcolorbox{cyan}{magenta}{A=B}
14174 \]
14175
14176 \end_inset
14177
14178
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184
14185 \backslash
14186 fboxrule 0.4pt 
14187 \backslash
14188 fboxsep 3pt
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Standard
14197 This formula was created with the command
14198 \begin_inset Newline newline
14199 \end_inset
14200
14201
14202 \series bold
14203
14204 \backslash
14205 fcolorbox{cyan
14206 \begin_inset Formula $\to$
14207 \end_inset
14208
14209
14210 \backslash
14211 {magenta
14212 \begin_inset Formula $\to$
14213 \end_inset
14214
14215
14216 \backslash
14217 {A=B
14218 \series default
14219 .
14220 \end_layout
14221
14222 \begin_layout Standard
14223 \begin_inset VSpace bigskip
14224 \end_inset
14225
14226 To use other colors than the predefined ones, they have to be defined first.
14227 \end_layout
14228
14229 \begin_layout Standard
14230 One can for example define the color 
14231 \begin_inset Quotes eld
14232 \end_inset
14233
14234
14235 \series bold
14236 darkgreen
14237 \series default
14238
14239 \begin_inset Quotes erd
14240 \end_inset
14241
14242  with the LaTeX-preamble line:
14243 \end_layout
14244
14245 \begin_layout Standard
14246
14247 \series bold
14248
14249 \backslash
14250 definecolor{darkgreen}{cmyk}{0.5,
14251 \series default
14252  
14253 \series bold
14254 0,
14255 \series default
14256  
14257 \series bold
14258 1,
14259 \series default
14260  
14261 \series bold
14262 0.5}
14263 \series default
14264
14265 \begin_inset Index idx
14266 status collapsed
14267
14268 \begin_layout Plain Layout
14269 Commands ! D ! 
14270 \backslash
14271 definecolor
14272 \end_layout
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Standard
14280
14281 \series bold
14282 cmyk
14283 \series default
14284  is the color space that denotes the colors 
14285 \series bold
14286 cyan
14287 \series default
14288
14289 \series bold
14290 magenta
14291 \series default
14292
14293 \series bold
14294 yellow
14295 \series default
14296  and 
14297 \series bold
14298 black
14299 \series default
14300 .
14301  The four comma separated numbers are the portion factor for the corresponding
14302  colors of the color space.
14303  The factors can be in the range of 0
14304 \begin_inset space \thinspace{}
14305 \end_inset
14306
14307 -
14308 \begin_inset space \thinspace{}
14309 \end_inset
14310
14311 1.
14312  Instead of 
14313 \series bold
14314 cmyk
14315 \series default
14316  also the color space 
14317 \series bold
14318 rgb
14319 \series default
14320  can be used for definitions.
14321  
14322 \series bold
14323 rgb
14324 \series default
14325  denotes 
14326 \series bold
14327 red
14328 \series default
14329
14330 \series bold
14331 green
14332 \series default
14333  and 
14334 \series bold
14335 blue
14336 \series default
14337 , so that there are in this case three portion factors for the corresponding
14338  colors.
14339  Furthermore there is the color space 
14340 \series bold
14341 gray
14342 \series default
14343  with one portion factor for the gray value.
14344 \end_layout
14345
14346 \begin_layout Standard
14347 As example a framed box with the new defined color 
14348 \series bold
14349 darkgreen
14350 \series default
14351  where the characters have been colored 
14352 \series bold
14353 yellow
14354 \series default
14355 :
14356 \begin_inset Formula 
14357 \begin{equation}
14358 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14359 \end{equation}
14360
14361 \end_inset
14362
14363
14364 \end_layout
14365
14366 \begin_layout Standard
14367 Self-defined colors can also be used for text with the help of the command
14368  
14369 \series bold
14370
14371 \backslash
14372 textcolor
14373 \series default
14374 :
14375 \begin_inset Index idx
14376 status collapsed
14377
14378 \begin_layout Plain Layout
14379 Text ! colored
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \begin_layout Standard
14388 \begin_inset ERT
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392
14393
14394 \backslash
14395 textcolor{darkgreen}{
14396 \end_layout
14397
14398 \end_inset
14399
14400 This sentence is 
14401 \begin_inset Quotes eld
14402 \end_inset
14403
14404 darkgreen
14405 \begin_inset Quotes erd
14406 \end_inset
14407
14408 .
14409 \begin_inset ERT
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413
14414 }
14415 \end_layout
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \begin_layout Standard
14423
14424 \series bold
14425
14426 \backslash
14427 textcolor
14428 \series default
14429
14430 \begin_inset Index idx
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434 Commands ! T ! 
14435 \backslash
14436 textcolor
14437 \end_layout
14438
14439 \end_inset
14440
14441  is used in the scheme 
14442 \series bold
14443
14444 \backslash
14445 textcolor{color}{characters to color}
14446 \series default
14447 .
14448 \end_layout
14449
14450 \begin_layout Subsection
14451 Paragraph Boxes
14452 \begin_inset CommandInset label
14453 LatexCommand label
14454 name "sub:Paragraph-Boxes"
14455
14456 \end_inset
14457
14458
14459 \begin_inset Index idx
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463 Boxes ! as paragraph
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 A box that can contain several lines and paragraphs, a so called paragraph
14473  box (parbox), can be created with the menu 
14474 \family sans
14475 Insert\SpecialChar \menuseparator
14476 Box
14477 \family default
14478  or the toolbar button 
14479 \begin_inset Graphics
14480         filename ../images/box-insert.png
14481         scale 85
14482
14483 \end_inset
14484
14485 .
14486 \end_layout
14487
14488 \begin_layout Standard
14489 The following example shows a framed parbox in a line:
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \begin_inset VSpace medskip
14494 \end_inset
14495
14496 This is a line 
14497 \begin_inset Box Boxed
14498 position "c"
14499 hor_pos "c"
14500 has_inner_box 1
14501 inner_pos "t"
14502 use_parbox 1
14503 use_makebox 0
14504 width "5cm"
14505 special "none"
14506 height "1in"
14507 height_special "totalheight"
14508 status open
14509
14510 \begin_layout Plain Layout
14511 This is a paragraph box.
14512  It is exactly 5
14513 \begin_inset space \thinspace{}
14514 \end_inset
14515
14516 cm long and can also contain formulas: 
14517 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \end_inset
14524
14525  with a parbox.
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset VSpace medskip
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \begin_layout Standard
14536 Such a box is created by right-clicking on the gray box inset.
14537  A dialog pops up showing the box properties.
14538  In our case set: 
14539 \emph on
14540 Decoration
14541 \emph default
14542 : Recangular box, 
14543 \emph on
14544 Inner Box
14545 \emph default
14546 : Parbox, 
14547 \emph on
14548 Width
14549 \emph default
14550 : 5
14551 \begin_inset space \thinspace{}
14552 \end_inset
14553
14554 cm, 
14555 \emph on
14556 Vertical Box Alignment
14557 \emph default
14558 : Middle
14559 \end_layout
14560
14561 \begin_layout Standard
14562 \begin_inset VSpace medskip
14563 \end_inset
14564
14565 In LaTeX a parbox is created with the command 
14566 \series bold
14567
14568 \backslash
14569 parbox
14570 \series default
14571
14572 \begin_inset Index idx
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576 Commands ! P ! 
14577 \backslash
14578 parbox
14579 \end_layout
14580
14581 \end_inset
14582
14583  that has the following scheme:
14584 \end_layout
14585
14586 \begin_layout Standard
14587
14588 \series bold
14589
14590 \backslash
14591 parbox[position]{width}{box content}
14592 \end_layout
14593
14594 \begin_layout Standard
14595 The positions 
14596 \emph on
14597 b
14598 \emph default
14599  and 
14600 \emph on
14601 t
14602 \emph default
14603  are possible.
14604  
14605 \emph on
14606 b
14607 \emph default
14608  for bottom means that the box is aligned within the surrounding text with
14609  its last line.
14610  With 
14611 \emph on
14612 t
14613 \emph default
14614  for top this is done with the first line.
14615  When no position is given, the box will be vertically centered, see section
14616  
14617 \emph on
14618 Boxes
14619 \emph default
14620  of the 
14621 \emph on
14622 Embedded
14623 \begin_inset space ~
14624 \end_inset
14625
14626 Objects
14627 \emph default
14628  manual for examples.
14629 \end_layout
14630
14631 \begin_layout Standard
14632 \begin_inset VSpace bigskip
14633 \end_inset
14634
14635 To frame formulas completely, including the formula number, the formula
14636  must be set into a parbox.
14637  To do this, the command 
14638 \series bold
14639
14640 \backslash
14641 fbox{
14642 \backslash
14643 parbox{
14644 \backslash
14645 linewidth-2
14646 \backslash
14647 fboxsep-2
14648 \backslash
14649 fboxrule}{
14650 \series default
14651  is inserted in TeX-mode before the formula.
14652  
14653 \series bold
14654
14655 \backslash
14656 linewidth
14657 \series default
14658
14659 \begin_inset Index idx
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 Commands ! L ! 
14664 \backslash
14665 linewidth
14666 \end_layout
14667
14668 \end_inset
14669
14670  is hereby the line width set for the document.
14671  Because the frame is outside the parbox, 2
14672 \begin_inset space \thinspace{}
14673 \end_inset
14674
14675 times the frame separation and the frame thickness must be subtracted from
14676  the line width.
14677  As this is not automatically done by LyX due to a bug
14678 \begin_inset Foot
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682 \begin_inset CommandInset href
14683 LatexCommand href
14684 name "LyX-bug #4483"
14685 target "http://www.lyx.org/trac/ticket/4483"
14686
14687 \end_inset
14688
14689
14690 \end_layout
14691
14692 \end_inset
14693
14694 , TeX-mode has to be used.
14695  To be able to multiply and subtract in arguments, the LaTeX-package 
14696 \series bold
14697 calc
14698 \series default
14699
14700 \begin_inset Foot
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704
14705 \series bold
14706 calc
14707 \series default
14708  is part of every LaTeX standard installation.
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \begin_inset Index idx
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718 Packages ! calc
14719 \end_layout
14720
14721 \end_inset
14722
14723  must be loaded in the LaTeX-preamble with the line
14724 \end_layout
14725
14726 \begin_layout Standard
14727
14728 \series bold
14729
14730 \backslash
14731 usepackage{calc}
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Behind the formula both boxes are closed by entering 
14736 \series bold
14737 }}
14738 \series default
14739  in TeX-mode.
14740  Here is an example:
14741 \begin_inset ERT
14742 status collapsed
14743
14744 \begin_layout Plain Layout
14745
14746
14747 \backslash
14748 fboxsep 5mm 
14749 \backslash
14750 fboxrule 5mm
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Standard
14759 \begin_inset ERT
14760 status collapsed
14761
14762 \begin_layout Plain Layout
14763
14764
14765 \backslash
14766 fbox{
14767 \backslash
14768 parbox{
14769 \backslash
14770 linewidth-2
14771 \backslash
14772 fboxsep-2
14773 \backslash
14774 fboxrule}{
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \begin_inset Formula 
14781 \begin{equation}
14782 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14783 \end{equation}
14784
14785 \end_inset
14786
14787
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793 }}
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \begin_inset ERT
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803
14804
14805 \backslash
14806 fboxrule 0.4pt 
14807 \backslash
14808 fboxsep 3pt
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Standard
14817 \begin_inset VSpace medskip
14818 \end_inset
14819
14820 As a parbox is used as argument of 
14821 \series bold
14822
14823 \backslash
14824 fbox
14825 \series default
14826 , there is in this case no difference between 
14827 \series bold
14828
14829 \backslash
14830 fbox
14831 \series default
14832  and 
14833 \series bold
14834
14835 \backslash
14836 boxed
14837 \series default
14838 .
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset VSpace bigskip
14843 \end_inset
14844
14845 Paragraph boxes are very useful to comment formulas directly.
14846  To do this, 
14847 \series bold
14848
14849 \backslash
14850 parbox
14851 \series default
14852  is used in combination with the command 
14853 \series bold
14854
14855 \backslash
14856 tag
14857 \series default
14858 .
14859  (more about 
14860 \series bold
14861
14862 \backslash
14863 tag
14864 \series default
14865  see 
14866 \begin_inset CommandInset ref
14867 LatexCommand ref
14868 reference "sub:User-defined-Numbering"
14869
14870 \end_inset
14871
14872 )
14873 \end_layout
14874
14875 \begin_layout Standard
14876 An example of a formula commented with 
14877 \series bold
14878
14879 \backslash
14880 parbox
14881 \series default
14882 :
14883 \end_layout
14884
14885 \begin_layout Standard
14886 \begin_inset ERT
14887 status collapsed
14888
14889 \begin_layout Plain Layout
14890
14891
14892 \backslash
14893 [5x-7b=3b
14894 \backslash
14895 tag*{
14896 \backslash
14897 parbox{5cm}{
14898 \end_layout
14899
14900 \end_inset
14901
14902 This is a description.
14903  It is distinctly separated from the formula and multiline.
14904 \begin_inset ERT
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908
14909 }}
14910 \backslash
14911 ]
14912 \end_layout
14913
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \begin_layout Standard
14920 Such a formula must be inserted completely in TeX-mode because LyX does
14921  not yet support the command 
14922 \series bold
14923
14924 \backslash
14925 parbox
14926 \series default
14927  in formulas.
14928  The formula is created with the following command sequence:
14929 \end_layout
14930
14931 \begin_layout Standard
14932 The command 
14933 \series bold
14934
14935 \backslash
14936 [5x-7b=3b
14937 \backslash
14938 tag*
14939 \backslash
14940 {
14941 \backslash
14942 parbox{5cm}{
14943 \series default
14944  is inserted in TeX-mode.
14945 \begin_inset Foot
14946 status collapsed
14947
14948 \begin_layout Plain Layout
14949 When the formula style 
14950 \series bold
14951 Indented
14952 \series default
14953  is used, 
14954 \series bold
14955
14956 \backslash
14957 tag*
14958 \backslash
14959 {
14960 \series default
14961  can also be replaced by 
14962 \series bold
14963
14964 \backslash
14965 hfill
14966 \series default
14967 .
14968  (formula styles see 
14969 \begin_inset CommandInset ref
14970 LatexCommand ref
14971 reference "sec:Formula-Styles"
14972
14973 \end_inset
14974
14975 )
14976 \end_layout
14977
14978 \end_inset
14979
14980  Then the description follows as normal text and finally 
14981 \series bold
14982 }}
14983 \backslash
14984 ]
14985 \series default
14986  is inserted in TeX-mode.
14987  The commands 
14988 \series bold
14989
14990 \backslash
14991 [
14992 \series default
14993  and 
14994 \series bold
14995
14996 \backslash
14997 ]
14998 \series default
14999  hereby create a displayed formula.
15000 \end_layout
15001
15002 \begin_layout Standard
15003 The advantages of 
15004 \series bold
15005
15006 \backslash
15007 parbox
15008 \series default
15009  can be seen in this example that was 
15010 \begin_inset Quotes eld
15011 \end_inset
15012
15013 commented
15014 \begin_inset Quotes erd
15015 \end_inset
15016
15017  using the mathematical textmode:
15018 \begin_inset Formula 
15019 \[
15020 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15021 \]
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Section
15029 Operators
15030 \begin_inset Index idx
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034 Operators
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Subsection
15043 Big Operators
15044 \begin_inset CommandInset label
15045 LatexCommand label
15046 name "sub:Big-Operators"
15047
15048 \end_inset
15049
15050
15051 \begin_inset Index idx
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055 Operators ! big
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \begin_inset Index idx
15062 status collapsed
15063
15064 \begin_layout Plain Layout
15065 Sums
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \begin_inset Index idx
15072 status collapsed
15073
15074 \begin_layout Plain Layout
15075 Integrals
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \begin_layout Standard
15084 To be able to use all integral operators listed here, the option 
15085 \family sans
15086 Use esint package automatically
15087 \family default
15088  must be set in the document settings under 
15089 \family sans
15090 Math
15091 \begin_inset space ~
15092 \end_inset
15093
15094 Options
15095 \family default
15096 .
15097 \end_layout
15098
15099 \begin_layout Standard
15100 \begin_inset space \hfill{}
15101 \end_inset
15102
15103
15104 \begin_inset Tabular
15105 <lyxtabular version="3" rows="11" columns="2">
15106 <features tabularvalignment="middle">
15107 <column alignment="center" valignment="top" width="0pt">
15108 <column alignment="center" valignment="top" width="0pt">
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 Command
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123 Result
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \backslash
15136 int
15137 \begin_inset Index idx
15138 status collapsed
15139
15140 \begin_layout Plain Layout
15141 Commands ! I ! 
15142 \backslash
15143 int
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 \begin_inset Formula $\int$
15158 \end_inset
15159
15160
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 </row>
15166 <row>
15167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171
15172 \backslash
15173 oint
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15179 \begin_inset Text
15180
15181 \begin_layout Plain Layout
15182 \begin_inset Formula $\oint$
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \backslash
15198 ointctrclockwise
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset Formula $\ointctrclockwise$
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \backslash
15223 ointclockwise
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232 \begin_inset Formula $\ointclockwise$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 sqint
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\sqint$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 fint
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282  
15283 \begin_inset Formula $\fint$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 landupint
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308  
15309 \begin_inset Formula $\landupint$
15310 \end_inset
15311
15312
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 </row>
15318 <row>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \backslash
15325 landdownint
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334  
15335 \begin_inset Formula $\landdownint$
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \backslash
15351 bigcap
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset Formula $\bigcap$
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \backslash
15376 bigcup
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Formula $\bigcup$
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 </lyxtabular>
15395
15396 \end_inset
15397
15398
15399 \begin_inset space \hfill{}
15400 \end_inset
15401
15402
15403 \begin_inset Tabular
15404 <lyxtabular version="3" rows="11" columns="2">
15405 <features tabularvalignment="middle">
15406 <column alignment="center" valignment="top" width="0pt">
15407 <column alignment="center" valignment="top" width="0pt">
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413 Command
15414 \end_layout
15415
15416 \end_inset
15417 </cell>
15418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422 Result
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 </row>
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433
15434 \backslash
15435 sum
15436 \begin_inset Index idx
15437 status collapsed
15438
15439 \begin_layout Plain Layout
15440 Commands ! S ! 
15441 \backslash
15442 sum
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset Formula $\sum$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \backslash
15472 prod
15473 \begin_inset Index idx
15474 status collapsed
15475
15476 \begin_layout Plain Layout
15477 Commands ! P ! 
15478 \backslash
15479 prod
15480 \end_layout
15481
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493 \begin_inset Formula $\prod$
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row>
15503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 coprod
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\coprod$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \backslash
15534 bigodot
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Formula $\bigodot$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \backslash
15559 bigotimes
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\bigotimes$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \backslash
15584 bigoplus
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593 \begin_inset Formula $\bigoplus$
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 </row>
15602 <row>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607
15608 \backslash
15609 bigwedge
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618 \begin_inset Formula $\bigwedge$
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 </row>
15627 <row>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632
15633 \backslash
15634 bigvee
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 \begin_inset Formula $\bigvee$
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \end_inset
15650 </cell>
15651 </row>
15652 <row>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657
15658 \backslash
15659 bigsqcup
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 \begin_inset Formula $\bigsqcup$
15669 \end_inset
15670
15671
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 </row>
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \backslash
15684 biguplus
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 \begin_inset Formula $\biguplus$
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 </row>
15702 </lyxtabular>
15703
15704 \end_inset
15705
15706
15707 \begin_inset space \hfill{}
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \begin_layout Standard
15714 All big operators can also be inserted via the math toolbar button 
15715 \begin_inset Graphics
15716         filename ../images/math/intop.png
15717         scale 85
15718
15719 \end_inset
15720
15721 .
15722 \end_layout
15723
15724 \begin_layout Standard
15725 The operators are called big because they are bigger than the sometimes
15726  equal looking binary operators.
15727  All big operators can have limits as described in the next subsection.
15728 \end_layout
15729
15730 \begin_layout Standard
15731 For all integral operators there is a second version available, ending on
15732  
15733 \series bold
15734 op
15735 \series default
15736
15737 \series bold
15738
15739 \backslash
15740 intop
15741 \series default
15742
15743 \series bold
15744
15745 \backslash
15746 ointop
15747 \series default
15748  etc..
15749  These operators are different from 
15750 \series bold
15751
15752 \backslash
15753 int
15754 \series default
15755  etc.
15756 \begin_inset space \space{}
15757 \end_inset
15758
15759 in the style the operator limits are displayed, see 
15760 \begin_inset CommandInset ref
15761 LatexCommand ref
15762 reference "sub:Operator-Limits"
15763
15764 \end_inset
15765
15766 .
15767  
15768 \end_layout
15769
15770 \begin_layout Subsubsection*
15771 Advice for Integrals
15772 \end_layout
15773
15774 \begin_layout Standard
15775 The letter 
15776 \emph on
15777 d
15778 \emph default
15779  in an integral is an operator, that therefore has to be set upright.
15780  This is done by highlighting the 
15781 \emph on
15782 d
15783 \emph default
15784  and using the keyboard shortcut 
15785 \begin_inset Info
15786 type  "shortcut"
15787 arg   "font-roman"
15788 \end_inset
15789
15790
15791 \begin_inset Foot
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795 Font styles
15796 \series bold
15797  
15798 \series default
15799 see 
15800 \begin_inset CommandInset ref
15801 LatexCommand ref
15802 reference "sub:Font-Styles"
15803
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810
15811 .
15812  Finally the smallest space is inserted before the 
15813 \emph on
15814 d
15815 \emph default
15816 , as this is usual for operators.
15817  An example:
15818 \end_layout
15819
15820 \begin_layout Standard
15821 incorrect: 
15822 \begin_inset Formula $\int A(x)dx$
15823 \end_inset
15824
15825
15826 \begin_inset Newline newline
15827 \end_inset
15828
15829
15830 \begin_inset Phantom HPhantom
15831 status open
15832
15833 \begin_layout Plain Layout
15834 in
15835 \end_layout
15836
15837 \end_inset
15838
15839 correct: 
15840 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 For multiple integrals there are the following commands:
15848 \begin_inset VSpace medskip
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Standard
15855 \begin_inset space \hfill{}
15856 \end_inset
15857
15858
15859 \begin_inset Tabular
15860 <lyxtabular version="3" rows="4" columns="2">
15861 <features tabularvalignment="middle">
15862 <column alignment="center" valignment="top" width="0">
15863 <column alignment="center" valignment="top" width="0">
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 Command
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 Result
15879 \begin_inset Note Note
15880 status collapsed
15881
15882 \begin_layout Plain Layout
15883
15884 \series bold
15885
15886 \backslash
15887 raisebox
15888 \series default
15889  is only used as spacer.
15890 \end_layout
15891
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 iint
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row>
15926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930
15931 \backslash
15932 oiint
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \backslash
15957 sqiint
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 </lyxtabular>
15976
15977 \end_inset
15978
15979
15980 \begin_inset space \hfill{}
15981 \end_inset
15982
15983
15984 \begin_inset Tabular
15985 <lyxtabular version="3" rows="4" columns="2">
15986 <features tabularvalignment="middle">
15987 <column alignment="center" valignment="top" width="0">
15988 <column alignment="center" valignment="top" width="0">
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 Command
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 Result
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \backslash
16016 iiint
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16026 \end_inset
16027
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 <row>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \backslash
16041 iiiint
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \backslash
16066 dotsint
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 </lyxtabular>
16085
16086 \end_inset
16087
16088
16089 \begin_inset space \hfill{}
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Subsection
16096 Operator Limits
16097 \begin_inset CommandInset label
16098 LatexCommand label
16099 name "sub:Operator-Limits"
16100
16101 \end_inset
16102
16103
16104 \begin_inset Index idx
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108 Operators ! Limits
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Standard
16117 Limits are created by super- and subscripts:
16118 \end_layout
16119
16120 \begin_layout Standard
16121 \align center
16122 \begin_inset Tabular
16123 <lyxtabular version="3" rows="2" columns="2">
16124 <features tabularvalignment="middle">
16125 <column alignment="center" valignment="top" width="0pt">
16126 <column alignment="center" valignment="top" width="0pt">
16127 <row>
16128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 Command
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Result
16142 \begin_inset Note Note
16143 status collapsed
16144
16145 \begin_layout Plain Layout
16146
16147 \series bold
16148
16149 \backslash
16150 raisebox
16151 \series default
16152  is only used as spacer.
16153 \end_layout
16154
16155 \end_inset
16156
16157
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 </row>
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \backslash
16170 prod^
16171 \backslash
16172 infty
16173 \begin_inset ERT
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177
16178
16179 \backslash
16180 spce 
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \begin_inset Formula $\to$
16187 \end_inset
16188
16189 _0
16190 \begin_inset Formula $\to$
16191 \end_inset
16192
16193 A(x)
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Limits of inline formulas are set right beside the operator.
16220  Limits in displayed formulas are set above or below the operator, except
16221  for integral limits.
16222 \end_layout
16223
16224 \begin_layout Standard
16225 To force that the limits are set beside the operator, the cursor is set
16226  directly behind the operator and the limits type is changed with the menu
16227  
16228 \family sans
16229 Edit\SpecialChar \menuseparator
16230 Math\SpecialChar \menuseparator
16231 Change Limits Type
16232 \family default
16233  to 
16234 \family sans
16235 \series bold
16236 Inline
16237 \family default
16238 \series default
16239  (shortcut 
16240 \begin_inset Info
16241 type  "shortcut"
16242 arg   "math-limits"
16243 \end_inset
16244
16245 ).
16246  An example:
16247 \end_layout
16248
16249 \begin_layout Standard
16250 The default limits type is this:
16251 \begin_inset Formula 
16252 \[
16253 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16254 \]
16255
16256 \end_inset
16257
16258 This is how it looks when the limits type was changed to 
16259 \family sans
16260 \series bold
16261 Inline
16262 \family default
16263 \series default
16264 :
16265 \begin_inset Formula 
16266 \[
16267 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16268 \]
16269
16270 \end_inset
16271
16272 For integrals, except those ending with 
16273 \series bold
16274 op
16275 \series default
16276  like 
16277 \series bold
16278
16279 \backslash
16280 intop
16281 \series default
16282
16283 \series bold
16284
16285 \backslash
16286 ointop
16287 \series default
16288  etc., the limits are by default set beside the operator.
16289  But for multiple integrals the limits are often set below the operator.
16290  In the following example the limits type was therefore set to 
16291 \series bold
16292 Display
16293 \series default
16294  and so set below the integrals:
16295 \begin_inset Formula 
16296 \begin{equation}
16297 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16298 \end{equation}
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306 \begin_inset VSpace medskip
16307 \end_inset
16308
16309 To specify conditions for limits, the commands 
16310 \series bold
16311
16312 \backslash
16313 subarray
16314 \series default
16315
16316 \begin_inset Index idx
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320 Commands ! S ! 
16321 \backslash
16322 subarray
16323 \end_layout
16324
16325 \end_inset
16326
16327  and 
16328 \series bold
16329
16330 \backslash
16331 substack
16332 \series default
16333
16334 \begin_inset Index idx
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338 Commands ! S ! 
16339 \backslash
16340 substack
16341 \end_layout
16342
16343 \end_inset
16344
16345  are used.
16346  To create for example this expression 
16347 \begin_inset Formula 
16348 \begin{equation}
16349 \sum_{\begin{subarray}{c}
16350 0<k<1000\\
16351 \\
16352 k\,\in\,\mathbb{N}
16353 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16354 \end{equation}
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 the following has to be done:
16363 \begin_inset Newline newline
16364 \end_inset
16365
16366 First the command 
16367 \series bold
16368
16369 \backslash
16370 sum
16371 \series default
16372 ^
16373 \series bold
16374 n
16375 \begin_inset ERT
16376 status collapsed
16377
16378 \begin_layout Plain Layout
16379
16380
16381 \backslash
16382 spce 
16383 \end_layout
16384
16385 \end_inset
16386
16387 _
16388 \series default
16389  is typed in.
16390  One is now in a blue box under the summation operator and insert there
16391  the command 
16392 \series bold
16393
16394 \backslash
16395 subarray
16396 \begin_inset ERT
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400
16401
16402 \backslash
16403 spce 
16404 \end_layout
16405
16406 \end_inset
16407
16408
16409 \series default
16410 .
16411  The blue box is now within a purple box and now several lines can be written
16412  among each other.
16413  A new line is created by inserting a line break (
16414 \begin_inset Info
16415 type  "shortcut"
16416 arg   "newline-insert newline"
16417 \end_inset
16418
16419 ).
16420  When now
16421 \begin_inset Newline newline
16422 \end_inset
16423
16424
16425 \series bold
16426 0<k<1000 Ctrl+Return
16427 \begin_inset Newline newline
16428 \end_inset
16429
16430
16431 \series default
16432 is typed in, a new box appears below for the new line.
16433 \end_layout
16434
16435 \begin_layout Standard
16436 The alignment of the lines can be changed to left aligned with the 
16437 \family sans
16438 table
16439 \family default
16440  
16441 \family sans
16442 toolbar
16443 \family default
16444  or the menu 
16445 \family sans
16446 Edit\SpecialChar \menuseparator
16447 Rows &Columns
16448 \family default
16449 .
16450  To get right alignment, 
16451 \series bold
16452
16453 \backslash
16454 hfill
16455 \begin_inset ERT
16456 status collapsed
16457
16458 \begin_layout Plain Layout
16459
16460
16461 \backslash
16462 spce 
16463 \end_layout
16464
16465 \end_inset
16466
16467
16468 \series default
16469  is inserted at the beginning of the line.
16470 \end_layout
16471
16472 \begin_layout Standard
16473 The command 
16474 \series bold
16475
16476 \backslash
16477 substack
16478 \series default
16479  is equivalent to 
16480 \series bold
16481
16482 \backslash
16483 subarray
16484 \series default
16485  with the difference that the lines are always centered.
16486 \end_layout
16487
16488 \begin_layout Standard
16489 \begin_inset VSpace bigskip
16490 \end_inset
16491
16492 Like in formula 
16493 \begin_inset CommandInset ref
16494 LatexCommand eqref
16495 reference "eq:substack"
16496
16497 \end_inset
16498
16499  there can be too much space beside an operator, because the characters
16500  following the operator are set beside the limits.
16501 \end_layout
16502
16503 \begin_layout Standard
16504 To avoid this, the following macro can be used in the LaTeX-preamble:
16505 \end_layout
16506
16507 \begin_layout Standard
16508
16509 \series bold
16510
16511 \backslash
16512 def
16513 \backslash
16514 clap#1{
16515 \backslash
16516 hbox to 0pt{
16517 \backslash
16518 hss #1
16519 \backslash
16520 hss}}
16521 \begin_inset Newline newline
16522 \end_inset
16523
16524
16525 \backslash
16526 def
16527 \backslash
16528 mathclap {
16529 \backslash
16530 mathpalette 
16531 \backslash
16532 mathclapinternal}
16533 \begin_inset Newline newline
16534 \end_inset
16535
16536
16537 \backslash
16538 def
16539 \backslash
16540 mathclapinternal #1#2{
16541 \backslash
16542 clap{$
16543 \backslash
16544 mathsurround =0pt #1{#2}$}}
16545 \end_layout
16546
16547 \begin_layout Standard
16548 This defines the command 
16549 \series bold
16550
16551 \backslash
16552 mathclap
16553 \series default
16554
16555 \begin_inset Index idx
16556 status collapsed
16557
16558 \begin_layout Plain Layout
16559 Commands ! M ! 
16560 \backslash
16561 mathclap
16562 \end_layout
16563
16564 \end_inset
16565
16566  that sets the width of the limit to 0
16567 \begin_inset space \thinspace{}
16568 \end_inset
16569
16570 pt.
16571  The command scheme is
16572 \end_layout
16573
16574 \begin_layout Standard
16575
16576 \series bold
16577
16578 \backslash
16579 mathclap{limit}
16580 \end_layout
16581
16582 \begin_layout Standard
16583 where the limit can consist of several conditions.
16584 \end_layout
16585
16586 \begin_layout Standard
16587 Applied on formula 
16588 \begin_inset CommandInset ref
16589 LatexCommand eqref
16590 reference "eq:substack"
16591
16592 \end_inset
16593
16594 , one uses the command
16595 \end_layout
16596
16597 \begin_layout Standard
16598
16599 \series bold
16600
16601 \backslash
16602 sum_
16603 \backslash
16604 mathclap{
16605 \backslash
16606 substack
16607 \begin_inset ERT
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611
16612
16613 \backslash
16614 spce 
16615 \end_layout
16616
16617 \end_inset
16618
16619 0<k<1000 Ctrl+Return
16620 \end_layout
16621
16622 \begin_layout Standard
16623 to create the lower limit.
16624  The summand is now directly behind the summation operator:
16625 \begin_inset Formula 
16626 \[
16627 \sum_{\mathclap{\substack{0<k<1000\\
16628 \\
16629 k\,\in\,\mathbb{N}
16630 }
16631 }}^{n}k^{-2}
16632 \]
16633
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \begin_layout Standard
16640 \begin_inset VSpace bigskip
16641 \end_inset
16642
16643 How to use one limit for several operators is described in 
16644 \begin_inset CommandInset ref
16645 LatexCommand ref
16646 reference "sub:Self-defined-Operators"
16647
16648 \end_inset
16649
16650 .
16651 \end_layout
16652
16653 \begin_layout Subsection
16654 Binary Operators
16655 \begin_inset CommandInset label
16656 LatexCommand label
16657 name "sub:Binary-Operators"
16658
16659 \end_inset
16660
16661
16662 \begin_inset Index idx
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666 Operators ! binary
16667 \end_layout
16668
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \begin_layout Standard
16675 Binary operators are surrounded by space when there is a character before
16676  and behind them.
16677 \begin_inset VSpace medskip
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Standard
16684 \begin_inset space \hfill{}
16685 \end_inset
16686
16687
16688 \begin_inset Tabular
16689 <lyxtabular version="3" rows="13" columns="2">
16690 <features tabularvalignment="middle">
16691 <column alignment="center" valignment="top" width="0pt">
16692 <column alignment="center" valignment="top" width="0pt">
16693 <row>
16694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 Command
16699 \begin_inset Note Note
16700 status collapsed
16701
16702 \begin_layout Plain Layout
16703
16704 \series bold
16705
16706 \backslash
16707 raisebox
16708 \series default
16709  is only used as spacer.
16710 \end_layout
16711
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 Result
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 +
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $+$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 -
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $-$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 pm
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\pm$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \backslash
16807 mp
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset Formula $\mp$
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 <row>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830
16831 \backslash
16832 cdot
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $\cdot$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 </row>
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855
16856 \backslash
16857 times
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 \begin_inset Formula $\times$
16867 \end_inset
16868
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 div
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\div$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset ERT
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909
16910
16911 \backslash
16912 raisebox{-1.2mm}{
16913 \end_layout
16914
16915 \end_inset
16916
16917 *
16918 \begin_inset ERT
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922
16923 }
16924 \end_layout
16925
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $*$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \backslash
16953 star
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 \begin_inset Formula $\star$
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 <row>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976
16977 \backslash
16978 circ
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $\circ$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001
17002 \backslash
17003 diamond
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 \begin_inset Formula $\diamond$
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019 </cell>
17020 </row>
17021 <row>
17022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026
17027 \backslash
17028 bullet
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\bullet$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 </lyxtabular>
17047
17048 \end_inset
17049
17050
17051 \begin_inset space \hfill{}
17052 \end_inset
17053
17054
17055 \begin_inset Tabular
17056 <lyxtabular version="3" rows="13" columns="2">
17057 <features tabularvalignment="middle">
17058 <column alignment="center" valignment="top" width="0pt">
17059 <column alignment="center" valignment="top" width="0pt">
17060 <row>
17061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 Command
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 Result
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 nabla
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096 \begin_inset Formula $\nabla$
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 </row>
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110
17111 \backslash
17112 bigtriangledown
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 \begin_inset Formula $\bigtriangledown$
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 </row>
17130 <row>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135
17136 \backslash
17137 bigtriangleup
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Formula $\bigtriangleup$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160
17161 \backslash
17162 Box
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Formula $\Box$
17172 \end_inset
17173
17174
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \backslash
17187 cap 
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 \begin_inset Formula $\cap$
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210
17211 \backslash
17212 cup
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221 \begin_inset Formula $\cup$
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \backslash
17237 dagger
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Formula $\dagger$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 ddagger
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\ddagger$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 wr
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\wr$
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 bigcirc
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\bigcirc$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 wedge
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\wedge$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 vee
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 \begin_inset Formula $\vee$
17372 \end_inset
17373
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 </row>
17380 </lyxtabular>
17381
17382 \end_inset
17383
17384
17385 \begin_inset space \hfill{}
17386 \end_inset
17387
17388
17389 \begin_inset Tabular
17390 <lyxtabular version="3" rows="13" columns="2">
17391 <features tabularvalignment="middle">
17392 <column alignment="center" valignment="top" width="0pt">
17393 <column alignment="center" valignment="top" width="0pt">
17394 <row>
17395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 Command
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408 Result
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 oplus
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\oplus$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 ominus
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\ominus$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 otimes
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\otimes$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 oslash
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\oslash$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 odot
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\odot$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 amalg
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\amalg$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \backslash
17571 uplus
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 \begin_inset Formula $\uplus$
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \backslash
17596 setminus
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $\setminus$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619
17620 \backslash
17621 sqcap
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\sqcap$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 sqcup
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 \begin_inset Formula $\sqcup$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \backslash
17671 triangleleft
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Formula $\triangleleft$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 <row>
17690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \backslash
17696 triangleright
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\triangleright$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 </lyxtabular>
17715
17716 \end_inset
17717
17718
17719 \begin_inset space \hfill{}
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Standard
17726 All binary operators can also be inserted via the math toolbar button 
17727 \begin_inset Graphics
17728         filename ../images/math/pm.png
17729         scale 85
17730
17731 \end_inset
17732
17733 .
17734 \end_layout
17735
17736 \begin_layout Standard
17737 To typeset the Laplace operator also 
17738 \series bold
17739
17740 \backslash
17741 Delta
17742 \series default
17743  or 
17744 \series bold
17745
17746 \backslash
17747 nabla
17748 \series default
17749 ^
17750 \series bold
17751 2
17752 \series default
17753  (
17754 \begin_inset Formula $\nabla^{2}$
17755 \end_inset
17756
17757 ) can be used instead of 
17758 \series bold
17759
17760 \backslash
17761 bigtriangleup
17762 \series default
17763  .
17764 \end_layout
17765
17766 \begin_layout Standard
17767 The character 
17768 \family sans
17769 Menu Separator
17770 \family default
17771  from the menu 
17772 \family sans
17773 Insert\SpecialChar \menuseparator
17774 Special Character
17775 \family default
17776  is the operator 
17777 \series bold
17778
17779 \backslash
17780 triangleright
17781 \series default
17782 .
17783 \end_layout
17784
17785 \begin_layout Subsection
17786 Self-defined Operators
17787 \begin_inset CommandInset label
17788 LatexCommand label
17789 name "sub:Self-defined-Operators"
17790
17791 \end_inset
17792
17793
17794 \begin_inset Index idx
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798 Operators ! self-defined
17799 \end_layout
17800
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \begin_layout Standard
17807 With the help of the command 
17808 \series bold
17809
17810 \backslash
17811 DeclareMathOperator
17812 \series default
17813
17814 \begin_inset Index idx
17815 status collapsed
17816
17817 \begin_layout Plain Layout
17818 Commands ! D ! 
17819 \backslash
17820 dbinom@
17821 \backslash
17822 DeclareMathOperator
17823 \end_layout
17824
17825 \end_inset
17826
17827  custom operators can be defined in the LaTeX-preamble.
17828  Its command scheme is:
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834
17835 \backslash
17836 DeclareMathOperator{new command}{display}
17837 \end_layout
17838
17839 \begin_layout Standard
17840 Display can be characters or symbols that define how the operator looks
17841  in the output.
17842  To define a big operator a * is set behind the command.
17843  All self-defined big operators can have limits as described in 
17844 \begin_inset CommandInset ref
17845 LatexCommand ref
17846 reference "sub:Operator-Limits"
17847
17848 \end_inset
17849
17850 .
17851 \end_layout
17852
17853 \begin_layout Standard
17854 For example the LaTeX-preamble line
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 DeclareMathOperator*{
17863 \backslash
17864 Lozenge}{
17865 \backslash
17866 blacklozenge}
17867 \end_layout
17868
17869 \begin_layout Standard
17870 defines the command 
17871 \series bold
17872
17873 \backslash
17874 Lozenge
17875 \series default
17876 , that inserts a big operator consisting of the lozenge symbol from 
17877 \begin_inset CommandInset ref
17878 LatexCommand ref
17879 reference "sub:Miscellaneous-Symbols"
17880
17881 \end_inset
17882
17883 :
17884 \begin_inset Formula 
17885 \[
17886 \Lozenge_{n=1}^{\infty}
17887 \]
17888
17889 \end_inset
17890
17891 The command for this formula is: 
17892 \series bold
17893
17894 \backslash
17895 Lozenge
17896 \series default
17897 ^
17898 \series bold
17899
17900 \backslash
17901 infty
17902 \begin_inset Formula $\to$
17903 \end_inset
17904
17905 _n=1
17906 \end_layout
17907
17908 \begin_layout Standard
17909 \begin_inset VSpace bigskip
17910 \end_inset
17911
17912 When self-defined operators are not used several times in the document,
17913  they can also be defined with the commands 
17914 \series bold
17915
17916 \backslash
17917 mathop
17918 \series default
17919
17920 \begin_inset Index idx
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924 Commands ! M ! 
17925 \backslash
17926 mathop
17927 \end_layout
17928
17929 \end_inset
17930
17931  and 
17932 \series bold
17933
17934 \backslash
17935 mathbin
17936 \series default
17937
17938 \begin_inset Index idx
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 Commands ! M ! 
17943 \backslash
17944 mathbin
17945 \end_layout
17946
17947 \end_inset
17948
17949 , which have the following scheme:
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 mathop{display}
17958 \series default
17959  and 
17960 \series bold
17961
17962 \backslash
17963 mathbin{display}
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969
17970 \backslash
17971 mathop
17972 \series default
17973  defines big operators, 
17974 \series bold
17975
17976 \backslash
17977 mathbin
17978 \series default
17979  binary operators.
17980 \end_layout
17981
17982 \begin_layout Standard
17983
17984 \series bold
17985
17986 \backslash
17987 mathop
17988 \series default
17989  can e.
17990 \begin_inset space \thinspace{}
17991 \end_inset
17992
17993 g.
17994 \begin_inset space \space{}
17995 \end_inset
17996
17997 be used to use one limit for several operators:
17998 \end_layout
17999
18000 \begin_layout Standard
18001 \begin_inset Formula 
18002 \[
18003 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18004 \]
18005
18006 \end_inset
18007
18008
18009 \end_layout
18010
18011 \begin_layout Standard
18012 The command for the formula above is:
18013 \begin_inset Newline newline
18014 \end_inset
18015
18016
18017 \series bold
18018
18019 \backslash
18020 mathop{
18021 \backslash
18022 sum
18023 \backslash
18024 negmedspace
18025 \backslash
18026 sum
18027 \series default
18028
18029 \begin_inset ERT
18030 status collapsed
18031
18032 \begin_layout Plain Layout
18033
18034
18035 \backslash
18036 spce 
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \series bold
18043
18044 \begin_inset Formula $\to$
18045 \end_inset
18046
18047 ^N
18048 \series default
18049
18050 \begin_inset ERT
18051 status collapsed
18052
18053 \begin_layout Plain Layout
18054
18055
18056 \backslash
18057 spce 
18058 \end_layout
18059
18060 \end_inset
18061
18062
18063 \series bold
18064 _i,j=1
18065 \end_layout
18066
18067 \begin_layout Section
18068 Fonts
18069 \begin_inset Index idx
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073 Fonts
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Subsection
18082 Font Styles
18083 \begin_inset CommandInset label
18084 LatexCommand label
18085 name "sub:Font-Styles"
18086
18087 \end_inset
18088
18089
18090 \begin_inset Index idx
18091 status collapsed
18092
18093 \begin_layout Plain Layout
18094 Font ! style
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Latin letters in formulas can be set in one of the following font styles:
18104 \begin_inset VSpace -2mm
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \begin_layout Standard
18111 \align center
18112 \begin_inset Tabular
18113 <lyxtabular version="3" rows="7" columns="3">
18114 <features tabularvalignment="middle">
18115 <column alignment="center" valignment="top" width="0">
18116 <column alignment="center" valignment="top" width="0">
18117 <column alignment="center" valignment="top" width="0">
18118 <row>
18119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 Command
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 Result
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 shortcut
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 </row>
18147 <row>
18148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152
18153 \backslash
18154 mathbb
18155 \series bold
18156
18157 \begin_inset ERT
18158 status collapsed
18159
18160 \begin_layout Plain Layout
18161
18162
18163 \backslash
18164 spce 
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \series default
18171 ABC
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 \begin_inset Formula $\mathbb{ABC}$
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 \begin_inset Info
18193 type  "shortcuts"
18194 arg   "font-noun"
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 <row>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \backslash
18210 mathbf
18211 \series bold
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 spce 
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \series default
18227 AbC
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18233 \begin_inset Text
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Formula $\mathbf{AbC}$
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 \begin_inset Info
18249 type  "shortcuts"
18250 arg   "font-bold"
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 <row>
18260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \backslash
18266 boldsymbol
18267 \series bold
18268
18269 \begin_inset ERT
18270 status collapsed
18271
18272 \begin_layout Plain Layout
18273
18274
18275 \backslash
18276 spce 
18277 \end_layout
18278
18279 \end_inset
18280
18281
18282 \series default
18283 AbC
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 \begin_inset Formula $\boldsymbol{AbC}$
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 \begin_inset Info
18305 type  "shortcuts"
18306 arg   "font-boldsymbol"
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \backslash
18322 mathcal
18323 \series bold
18324
18325 \begin_inset ERT
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329
18330
18331 \backslash
18332 spce 
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \series default
18339 ABC
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 \begin_inset Formula $\mathcal{ABC}$
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 \begin_inset Info
18361 type  "shortcuts"
18362 arg   "font-emph"
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \backslash
18378 mathfrak
18379 \series bold
18380
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 spce 
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \series default
18395 AbC
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 \begin_inset Formula $\mathfrak{AbC}$
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 -
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 </row>
18422 <row>
18423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427
18428 \backslash
18429 mathscr
18430 \series bold
18431
18432 \begin_inset ERT
18433 status collapsed
18434
18435 \begin_layout Plain Layout
18436
18437
18438 \backslash
18439 spce 
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \series default
18446 AbC
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 \begin_inset Formula $\mathscr{AbC}$
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 -
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 </lyxtabular>
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 \align center
18482 \begin_inset Tabular
18483 <lyxtabular version="3" rows="5" columns="3">
18484 <features tabularvalignment="middle">
18485 <column alignment="center" valignment="top" width="0">
18486 <column alignment="center" valignment="top" width="0">
18487 <column alignment="center" valignment="top" width="0">
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 Command
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 Result
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 shortcut
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \backslash
18524 mathit
18525 \series bold
18526
18527 \begin_inset ERT
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531
18532
18533 \backslash
18534 spce 
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \series default
18541 AbC
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 \begin_inset Formula $\mathit{AbC}$
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 -
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \backslash
18575 mathrm
18576 \series bold
18577
18578 \begin_inset ERT
18579 status collapsed
18580
18581 \begin_layout Plain Layout
18582
18583
18584 \backslash
18585 spce 
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \series default
18592 AbC
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 \begin_inset Formula $\mathrm{AbC}$
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 \begin_inset Info
18614 type  "shortcuts"
18615 arg   "font-roman"
18616 \end_inset
18617
18618
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629
18630 \backslash
18631 mathsf
18632 \series bold
18633
18634 \begin_inset ERT
18635 status collapsed
18636
18637 \begin_layout Plain Layout
18638
18639
18640 \backslash
18641 spce 
18642 \end_layout
18643
18644 \end_inset
18645
18646
18647 \series default
18648 AbC
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657 \begin_inset Formula $\mathsf{AbC}$
18658 \end_inset
18659
18660
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Info
18670 type  "shortcuts"
18671 arg   "font-sans"
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 </row>
18680 <row>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \backslash
18687 mathtt
18688 \series bold
18689
18690 \begin_inset ERT
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694
18695
18696 \backslash
18697 spce 
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \series default
18704 AbC
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713 \begin_inset Formula $\mathtt{AbC}$
18714 \end_inset
18715
18716
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725 \begin_inset Info
18726 type  "shortcuts"
18727 arg   "font-typewriter"
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 </row>
18736 </lyxtabular>
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 \begin_inset Note Greyedout
18745 status open
18746
18747 \begin_layout Plain Layout
18748
18749 \series bold
18750 Note:
18751 \series default
18752  The styles 
18753 \series bold
18754
18755 \backslash
18756 mathbb
18757 \series default
18758  and 
18759 \series bold
18760
18761 \backslash
18762 mathcal
18763 \series default
18764  can only be used for big letters.
18765 \end_layout
18766
18767 \end_inset
18768
18769
18770 \end_layout
18771
18772 \begin_layout Standard
18773 Predefined is the style 
18774 \series bold
18775
18776 \backslash
18777 mathnormal
18778 \series default
18779 .
18780 \end_layout
18781
18782 \begin_layout Standard
18783 The style commands work also for letters in mathematical constructs:
18784 \begin_inset Formula 
18785 \[
18786 \mathfrak{A=\frac{b}{C}}
18787 \]
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Characters in mathematical text don't appear in a math font style but in
18796  the text font style 
18797 \series bold
18798
18799 \backslash
18800 textrm
18801 \series default
18802 .
18803  That their style can't be set correctly via the text style dialog is a
18804  bug in LyX.
18805 \begin_inset Foot
18806 status collapsed
18807
18808 \begin_layout Plain Layout
18809 \begin_inset CommandInset href
18810 LatexCommand href
18811 name "LyX-bug #4629"
18812 target "http://www.lyx.org/trac/ticket/4629"
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 Instead of the style commands the dialog 
18826 \family sans
18827 Edit\SpecialChar \menuseparator
18828 Math\SpecialChar \menuseparator
18829 Text Style
18830 \family default
18831  or the toolbar button 
18832 \begin_inset Graphics
18833         filename ../images/math/font.png
18834         scale 85
18835
18836 \end_inset
18837
18838  can be used.
18839 \end_layout
18840
18841 \begin_layout Subsection
18842 Bold Formulas
18843 \begin_inset CommandInset label
18844 LatexCommand label
18845 name "sub:Bold-Formulas"
18846
18847 \end_inset
18848
18849
18850 \begin_inset Index idx
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 Formula ! bold
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 To make a complete formula bold, the command 
18864 \series bold
18865
18866 \backslash
18867 mathbf
18868 \series default
18869  from the previous subsection cannot be used, because it doesn't work for
18870  small Greek letters.
18871  Furthermore it prints Latin letters always upright, like in the following
18872  equation:
18873 \end_layout
18874
18875 \begin_layout Standard
18876 \begin_inset Formula 
18877 \[
18878 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18879 \]
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 To display the formula correctly, the command 
18888 \series bold
18889
18890 \backslash
18891 boldsymbol
18892 \series default
18893  is used:
18894 \begin_inset Formula 
18895 \[
18896 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18897 \]
18898
18899 \end_inset
18900
18901 It is also possible to set the formula in a 
18902 \series bold
18903 boldmath environment
18904 \series default
18905 .
18906  This environment is created by inserting the command 
18907 \series bold
18908
18909 \backslash
18910 boldmath
18911 \series default
18912
18913 \begin_inset Index idx
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917 Commands ! B ! 
18918 \backslash
18919 boldmath
18920 \end_layout
18921
18922 \end_inset
18923
18924  in TeX-mode.
18925  To end the environment, the command 
18926 \series bold
18927
18928 \backslash
18929 unboldmath
18930 \series default
18931
18932 \begin_inset Index idx
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936 Commands ! U ! 
18937 \backslash
18938 unboldmath
18939 \end_layout
18940
18941 \end_inset
18942
18943  is inserted in TeX-mode.
18944 \begin_inset ERT
18945 status collapsed
18946
18947 \begin_layout Plain Layout
18948
18949
18950 \backslash
18951 boldmath 
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \begin_inset Formula 
18958 \[
18959 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18960 \]
18961
18962 \end_inset
18963
18964
18965 \begin_inset ERT
18966 status collapsed
18967
18968 \begin_layout Plain Layout
18969
18970
18971 \backslash
18972 unboldmath 
18973 \end_layout
18974
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \begin_layout Subsection
18981 Colored Formulas
18982 \begin_inset Index idx
18983 status collapsed
18984
18985 \begin_layout Plain Layout
18986 Formula ! colored
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \begin_layout Standard
18995 Formulas can be colored like normal text: Highlight a formula or a formula
18996  part and use the 
18997 \family sans
18998 Text Style
18999 \family default
19000  dialog.
19001  Here is a formula in magenta:
19002 \begin_inset Formula 
19003 \[
19004 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19005 \]
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 You can also define your own colors as described in 
19014 \begin_inset CommandInset ref
19015 LatexCommand ref
19016 reference "sub:Colored-Boxes"
19017
19018 \end_inset
19019
19020 .
19021  They can be used with the TeX code command 
19022 \series bold
19023
19024 \backslash
19025 textcolor
19026 \series default
19027
19028 \begin_inset Index idx
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032 Commands ! T ! 
19033 \backslash
19034 textcolor
19035 \end_layout
19036
19037 \end_inset
19038
19039  in the scheme
19040 \end_layout
19041
19042 \begin_layout Standard
19043
19044 \series bold
19045
19046 \backslash
19047 textcolor{color}{characters or formula}
19048 \end_layout
19049
19050 \begin_layout Standard
19051 The following example was colored completely dark green and partly red:
19052 \end_layout
19053
19054 \begin_layout Standard
19055 \begin_inset ERT
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059
19060
19061 \backslash
19062 textcolor{darkgreen}{
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \begin_inset Formula 
19069 \[
19070 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19071 \]
19072
19073 \end_inset
19074
19075
19076 \begin_inset ERT
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080
19081 }
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \begin_layout Standard
19090 Due to a bug in LyX only complete formulas can be colored with self-defined
19091  colors.
19092 \begin_inset Foot
19093 status collapsed
19094
19095 \begin_layout Plain Layout
19096 \begin_inset CommandInset href
19097 LatexCommand href
19098 name "LyX-bug #5269"
19099 target "http://www.lyx.org/trac/ticket/5269"
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Subsection
19112 Font Sizes
19113 \begin_inset CommandInset label
19114 LatexCommand label
19115 name "sub:Font-Sizes"
19116
19117 \end_inset
19118
19119
19120 \begin_inset Index idx
19121 status collapsed
19122
19123 \begin_layout Plain Layout
19124 Font ! size
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Standard
19133 For characters in formulas there are, analog to characters in text, the
19134  following size commands:
19135 \end_layout
19136
19137 \begin_layout Standard
19138
19139 \series bold
19140
19141 \backslash
19142 Huge
19143 \series default
19144
19145 \series bold
19146
19147 \backslash
19148 huge
19149 \series default
19150
19151 \series bold
19152
19153 \backslash
19154 LARGE
19155 \series default
19156
19157 \series bold
19158
19159 \backslash
19160 Large
19161 \series default
19162
19163 \series bold
19164
19165 \backslash
19166 large
19167 \series default
19168
19169 \series bold
19170
19171 \backslash
19172 normalsize
19173 \series default
19174
19175 \series bold
19176
19177 \backslash
19178 small
19179 \series default
19180 ,
19181 \begin_inset Newline newline
19182 \end_inset
19183
19184
19185 \series bold
19186
19187 \backslash
19188 footnotesize
19189 \series default
19190
19191 \series bold
19192
19193 \backslash
19194 scriptsize
19195 \series default
19196  and 
19197 \series bold
19198
19199 \backslash
19200 tiny
19201 \end_layout
19202
19203 \begin_layout Standard
19204 The size produced by the commands depends on the document font size, that
19205  corresponds with the command 
19206 \series bold
19207
19208 \backslash
19209 normalsize
19210 \series default
19211 .
19212  The other commands produce smaller or larger sizes than 
19213 \series bold
19214
19215 \backslash
19216 normalsize
19217 \series default
19218 .
19219  The font size can however not exceed a certain value.
19220  Is for example the document font size 12
19221 \begin_inset space \thinspace{}
19222 \end_inset
19223
19224 pt, the command 
19225 \series bold
19226
19227 \backslash
19228 Huge
19229 \series default
19230  switches to the same size as 
19231 \series bold
19232
19233 \backslash
19234 huge
19235 \series default
19236 .
19237  
19238 \end_layout
19239
19240 \begin_layout Standard
19241 A size command is inserted in TeX-mode before the formula and sets the size
19242  for all following formula and text characters.
19243  To switch back to the initial size, the command 
19244 \series bold
19245
19246 \backslash
19247 normalsize
19248 \series default
19249  is inserted behind the formula in TeX-mode.
19250 \end_layout
19251
19252 \begin_layout Standard
19253 \begin_inset Newpage newpage
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \begin_layout Standard
19260 Within a formula the size can be changed using the following size commands:
19261 \end_layout
19262
19263 \begin_layout Standard
19264 \noindent
19265 \align center
19266 \begin_inset Tabular
19267 <lyxtabular version="3" rows="5" columns="2">
19268 <features tabularvalignment="middle">
19269 <column alignment="center" valignment="top" width="0">
19270 <column alignment="center" valignment="top" width="0">
19271 <row>
19272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 Command
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 Result
19286 \begin_inset Note Note
19287 status collapsed
19288
19289 \begin_layout Plain Layout
19290
19291 \series bold
19292
19293 \backslash
19294 raisebox
19295 \series default
19296  is only used as spacer.
19297 \end_layout
19298
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 <row>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \backslash
19314 displaystyle
19315 \begin_inset Index idx
19316 status collapsed
19317
19318 \begin_layout Plain Layout
19319 Commands ! D ! 
19320 \backslash
19321 displaystyle
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \backslash
19351 textstyle
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \backslash
19376 scriptstyle
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \backslash
19401 scriptscriptstyle
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 </lyxtabular>
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \begin_layout Standard
19427 After entering these commands, a blue box appears in which the formula parts
19428  are inserted.
19429 \end_layout
19430
19431 \begin_layout Standard
19432 There is a further method to change the font size, that though only works
19433  for symbols or letters in mathematical text.
19434  To use it, one of the above text size commands is inserted in mathematical
19435  text.
19436  All following characters until the end of the mathematical text or until
19437  another size command will have the selected size.
19438  Two examples:
19439 \begin_inset VSpace -2mm
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Standard
19446 \begin_inset ERT
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450
19451
19452 \backslash
19453 huge 
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \begin_inset Formula 
19460 \[
19461 A=\frac{B}{c}\cdot\maltese
19462 \]
19463
19464 \end_inset
19465
19466
19467 \begin_inset Formula 
19468 \[
19469 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19470 \]
19471
19472 \end_inset
19473
19474
19475 \begin_inset ERT
19476 status collapsed
19477
19478 \begin_layout Plain Layout
19479
19480
19481 \backslash
19482 normalsize 
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset VSpace medskip
19492 \end_inset
19493
19494 Before both formulas the command 
19495 \series bold
19496
19497 \backslash
19498 huge
19499 \series default
19500  was inserted.
19501  The command for the second formula is:
19502 \begin_inset Newline newline
19503 \end_inset
19504
19505
19506 \series bold
19507
19508 \backslash
19509 maltese
19510 \begin_inset ERT
19511 status collapsed
19512
19513 \begin_layout Plain Layout
19514
19515
19516 \backslash
19517 spce 
19518 \end_layout
19519
19520 \end_inset
19521
19522 A Alt+M M 
19523 \backslash
19524 Large
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532 spce 
19533 \end_layout
19534
19535 \end_inset
19536
19537
19538 \backslash
19539 maltese
19540 \begin_inset ERT
19541 status collapsed
19542
19543 \begin_layout Plain Layout
19544
19545
19546 \backslash
19547 spce 
19548 \end_layout
19549
19550 \end_inset
19551
19552
19553 \backslash
19554 textit
19555 \begin_inset ERT
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559
19560
19561 \backslash
19562 spce 
19563 \end_layout
19564
19565 \end_inset
19566
19567 A
19568 \begin_inset Formula $\to$
19569 \end_inset
19570
19571
19572 \begin_inset Formula $\to$
19573 \end_inset
19574
19575
19576 \begin_inset Newline newline
19577 \end_inset
19578
19579
19580 \begin_inset space \hspace*{}
19581 \length 1cm
19582 \end_inset
19583
19584 Alt+M
19585 \series default
19586  
19587 \series bold
19588
19589 \backslash
19590 tiny
19591 \begin_inset ERT
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595
19596
19597 \backslash
19598 spce 
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \backslash
19605 maltese
19606 \begin_inset ERT
19607 status collapsed
19608
19609 \begin_layout Plain Layout
19610
19611
19612 \backslash
19613 spce 
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \backslash
19620 textit
19621 \begin_inset ERT
19622 status collapsed
19623
19624 \begin_layout Plain Layout
19625
19626
19627 \backslash
19628 spce 
19629 \end_layout
19630
19631 \end_inset
19632
19633 A
19634 \end_layout
19635
19636 \begin_layout Standard
19637 If a symbol cannot be displayed in different sizes, it will always be displayed
19638  in the default size.
19639 \end_layout
19640
19641 \begin_layout Standard
19642 \begin_inset Newpage newpage
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Section
19649 Greek Letters
19650 \begin_inset Index idx
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654 Greek letters
19655 \end_layout
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 Greek letters can also be inserted via the toolbar button 
19664 \begin_inset Graphics
19665         filename ../images/math/alpha.png
19666         scale 85
19667
19668 \end_inset
19669
19670 .
19671  All international typesetting norms purport that Greek letters in math
19672  have to be typeset italic/slanted.
19673  In some languages, like French or Russian, they are nevertheless sometimes
19674  typeset upright.
19675 \end_layout
19676
19677 \begin_layout Subsection
19678 Small Letters
19679 \begin_inset Index idx
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683 Greek letters ! small
19684 \end_layout
19685
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \begin_layout Standard
19692 \begin_inset space \hfill{}
19693 \end_inset
19694
19695
19696 \begin_inset Tabular
19697 <lyxtabular version="3" rows="11" columns="2">
19698 <features tabularvalignment="middle">
19699 <column alignment="center" valignment="top" width="0pt">
19700 <column alignment="center" valignment="top" width="0pt">
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 Command
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 Result
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 alpha
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\alpha$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751
19752 \backslash
19753 beta
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 \begin_inset Formula $\beta$
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 <row>
19772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19773 \begin_inset Text
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 gamma
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Formula $\gamma$
19788 \end_inset
19789
19790
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 </row>
19796 <row>
19797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801
19802 \backslash
19803 delta
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812 \begin_inset Formula $\delta$
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 </row>
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826
19827 \backslash
19828 epsilon
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 \begin_inset Formula $\epsilon$
19838 \end_inset
19839
19840
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 </row>
19846 <row>
19847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \backslash
19853 varepsilon
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 \begin_inset Formula $\varepsilon$
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 <row>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876
19877 \backslash
19878 zeta
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887 \begin_inset Formula $\zeta$
19888 \end_inset
19889
19890
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 </row>
19896 <row>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901
19902 \backslash
19903 eta
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 \begin_inset Formula $\eta$
19913 \end_inset
19914
19915
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 </row>
19921 <row>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926
19927 \backslash
19928 theta
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 \begin_inset Formula $\theta$
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 </row>
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951
19952 \backslash
19953 vartheta
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 \begin_inset Formula $\vartheta$
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 </row>
19971 </lyxtabular>
19972
19973 \end_inset
19974
19975
19976 \begin_inset space \hfill{}
19977 \end_inset
19978
19979
19980 \begin_inset Tabular
19981 <lyxtabular version="3" rows="12" columns="2">
19982 <features tabularvalignment="middle">
19983 <column alignment="center" valignment="top" width="0pt">
19984 <column alignment="center" valignment="top" width="0pt">
19985 <row>
19986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990 Command
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 Result
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 iota
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\iota$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 <row>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \backslash
20037 kappa
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 \begin_inset Formula $\kappa$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \backslash
20062 varkappa
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset Formula $\varkappa$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 <row>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \backslash
20087 lambda
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 \begin_inset Formula $\lambda$
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 </row>
20105 <row>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110
20111 \backslash
20112 mu
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121 \begin_inset Formula $\mu$
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 </row>
20130 <row>
20131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135
20136 \backslash
20137 nu
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146 \begin_inset Formula $\nu$
20147 \end_inset
20148
20149
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 </row>
20155 <row>
20156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160
20161 \backslash
20162 xi
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset Formula $\xi$
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 </row>
20180 <row>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 o
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $o$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 pi
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\pi$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 varpi
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\varpi$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 rho
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\rho$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 </lyxtabular>
20279
20280 \end_inset
20281
20282
20283 \begin_inset space \hfill{}
20284 \end_inset
20285
20286
20287 \begin_inset Tabular
20288 <lyxtabular version="3" rows="11" columns="2">
20289 <features tabularvalignment="middle">
20290 <column alignment="center" valignment="top" width="0pt">
20291 <column alignment="center" valignment="top" width="0pt">
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 Command
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 Result
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317
20318 \backslash
20319 varrho
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\varrho$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \backslash
20344 sigma
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $\sigma$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \backslash
20369 varsigma
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Formula $\varsigma$
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \backslash
20394 tau
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 \begin_inset Formula $\tau$
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 </row>
20412 <row>
20413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417
20418 \backslash
20419 upsilon
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 \begin_inset Formula $\upsilon$
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row>
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442
20443 \backslash
20444 phi
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset Formula $\phi$
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \backslash
20469 varphi
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 \begin_inset Formula $\varphi$
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 chi
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\chi$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \backslash
20519 psi
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Formula $\psi$
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 </row>
20537 <row>
20538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542
20543 \backslash
20544 omega
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Formula $\omega$
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 </lyxtabular>
20563
20564 \end_inset
20565
20566
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Standard
20574 \begin_inset VSpace medskip
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 How to create special upright Greek letters is explained in 
20582 \begin_inset CommandInset ref
20583 LatexCommand ref
20584 reference "sub:Upright-small-Greek"
20585
20586 \end_inset
20587
20588 .
20589 \end_layout
20590
20591 \begin_layout Subsection
20592 Big Letters
20593 \begin_inset Index idx
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 Greek letters ! big
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 \begin_inset space \hfill{}
20607 \end_inset
20608
20609
20610 \begin_inset Tabular
20611 <lyxtabular version="3" rows="7" columns="2">
20612 <features tabularvalignment="middle">
20613 <column alignment="center" valignment="top" width="0pt">
20614 <column alignment="center" valignment="top" width="0pt">
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 Command
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 Result
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 Gamma
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\Gamma$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 Delta
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\Delta$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 Theta
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\Theta$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 Lambda
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\Lambda$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 Xi
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Xi$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 Pi
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\Pi$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 </lyxtabular>
20786
20787 \end_inset
20788
20789
20790 \begin_inset space \hfill{}
20791 \end_inset
20792
20793
20794 \begin_inset Tabular
20795 <lyxtabular version="3" rows="6" columns="2">
20796 <features tabularvalignment="middle">
20797 <column alignment="center" valignment="top" width="0pt">
20798 <column alignment="center" valignment="top" width="0pt">
20799 <row>
20800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 Command
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 Result
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 <row>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \backslash
20826 Sigma
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $\Sigma$
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 <row>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \backslash
20851 Upsilon
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 \begin_inset Formula $\Upsilon$
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874
20875 \backslash
20876 Phi
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 \begin_inset Formula $\Phi$
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 </row>
20894 <row>
20895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \backslash
20901 Psi
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 \begin_inset Formula $\Psi$
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 <row>
20920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \backslash
20926 Omega
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 \begin_inset Formula $\Omega$
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 </lyxtabular>
20945
20946 \end_inset
20947
20948
20949 \begin_inset space \hfill{}
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \begin_layout Standard
20956 \begin_inset VSpace medskip
20957 \end_inset
20958
20959 That the big Greek letters appear upright is caused by a design bug when
20960  TeX was developed.
20961  To get correct italic big letters, begin every command with 
20962 \series bold
20963 var
20964 \series default
20965 .
20966  For example the command 
20967 \series bold
20968
20969 \backslash
20970 varGamma
20971 \series default
20972  produces 
20973 \begin_inset Formula $\varGamma$
20974 \end_inset
20975
20976 .
20977  Another way is to load the package 
20978 \series bold
20979 fixmath
20980 \series default
20981
20982 \begin_inset Foot
20983 status collapsed
20984
20985 \begin_layout Plain Layout
20986
20987 \series bold
20988 fixmath
20989 \series default
20990  is part of the LaTeX-package 
20991 \series bold
20992 was
20993 \series default
20994
20995 \begin_inset Index idx
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 Packages ! was
21000 \begin_inset ERT
21001 status collapsed
21002
21003 \begin_layout Plain Layout
21004
21005
21006 \backslash
21007 vspace{4mm}
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016
21017 .
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \begin_inset Index idx
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 Packages ! fixmath
21028 \end_layout
21029
21030 \end_inset
21031
21032  with the LaTeX-preamble line
21033 \end_layout
21034
21035 \begin_layout Standard
21036
21037 \series bold
21038
21039 \backslash
21040 usepackage{fixmath}
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Then all big Greek letters in a document will automatically be typeset italic.
21045 \end_layout
21046
21047 \begin_layout Subsection
21048 Bold Letters
21049 \begin_inset Index idx
21050 status collapsed
21051
21052 \begin_layout Plain Layout
21053 Greek letters ! bold
21054 \end_layout
21055
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \begin_layout Standard
21062 Greek letters cannot be set with different font styles like Latin letters.
21063  They can only be made bold with the command 
21064 \series bold
21065
21066 \backslash
21067 boldsymbol
21068 \series default
21069
21070 \begin_inset Index idx
21071 status collapsed
21072
21073 \begin_layout Plain Layout
21074 Commands ! B ! 
21075 \backslash
21076 boldsymbol
21077 \end_layout
21078
21079 \end_inset
21080
21081 .
21082 \end_layout
21083
21084 \begin_layout Standard
21085 \align center
21086 \begin_inset Tabular
21087 <lyxtabular version="3" rows="3" columns="2">
21088 <features tabularvalignment="middle">
21089 <column alignment="center" valignment="top" width="0">
21090 <column alignment="center" valignment="top" width="0">
21091 <row>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 Command
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 Result
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 Upsilon
21119 \backslash
21120 boldsymbol
21121 \backslash
21122 Upsilon
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 theta
21148 \backslash
21149 boldsymbol
21150 \backslash
21151 theta
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\theta\boldsymbol{\theta}$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 </lyxtabular>
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Section
21177 Symbols
21178 \begin_inset ERT
21179 status collapsed
21180
21181 \begin_layout Plain Layout
21182
21183
21184 \backslash
21185 texorpdfstring{
21186 \end_layout
21187
21188 \end_inset
21189
21190
21191 \begin_inset Foot
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 A list with all symbols of most of the LaTeX-packages can be found in 
21196 \begin_inset CommandInset citation
21197 LatexCommand cite
21198 key "Symbols"
21199
21200 \end_inset
21201
21202 .
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \begin_inset ERT
21209 status collapsed
21210
21211 \begin_layout Plain Layout
21212
21213 }{}
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \begin_inset Note Note
21220 status collapsed
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21226 \end_layout
21227
21228 \begin_layout Plain Layout
21229 More about 
21230 \backslash
21231 texorpdfstring is in section 
21232 \begin_inset CommandInset ref
21233 LatexCommand ref
21234 reference "sub:Formulas-in-Section"
21235
21236 \end_inset
21237
21238 .
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \begin_inset Index idx
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248 Symbols
21249 \end_layout
21250
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \begin_layout Standard
21257 Many of the symbols listed in this section can also be inserted via the
21258  toolbar buttons 
21259 \begin_inset Graphics
21260         filename ../images/math/nabla.png
21261         scale 85
21262
21263 \end_inset
21264
21265  and 
21266 \begin_inset Graphics
21267         filename ../images/math/digamma.png
21268         scale 85
21269
21270 \end_inset
21271
21272 .
21273 \end_layout
21274
21275 \begin_layout Subsection
21276 Mathematical Symbols
21277 \begin_inset CommandInset label
21278 LatexCommand label
21279 name "sub:Mathematical-Symbols"
21280
21281 \end_inset
21282
21283
21284 \begin_inset Index idx
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288 Symbols ! mathematical
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \begin_layout Standard
21297 \begin_inset space \hfill{}
21298 \end_inset
21299
21300
21301 \begin_inset Tabular
21302 <lyxtabular version="3" rows="10" columns="2">
21303 <features tabularvalignment="middle">
21304 <column alignment="center" valignment="top" width="0pt">
21305 <column alignment="center" valignment="top" width="0pt">
21306 <row>
21307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 Command
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Result
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 neg
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\neg$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 Im
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\Im$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 Re
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\Re$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406
21407 \backslash
21408 aleph
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $\aleph$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 partial
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\partial$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 infty
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\infty$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 wp
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\wp$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 imath
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\imath$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 <row>
21527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \backslash
21533 jmath
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $\jmath$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \begin_inset space \hfill{}
21557 \end_inset
21558
21559
21560 \begin_inset Tabular
21561 <lyxtabular version="3" rows="10" columns="2">
21562 <features tabularvalignment="middle">
21563 <column alignment="center" valignment="top" width="0pt">
21564 <column alignment="center" valignment="top" width="0pt">
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 Command
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 Result
21580 \begin_inset Note Note
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584
21585 \series bold
21586
21587 \backslash
21588 raisebox
21589 \series default
21590  is only used as spacer.
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 forall
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\forall$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 exists
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\exists$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 nexists
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\nexists$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 emptyset
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\emptyset$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 varnothing
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\varnothing$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 dag
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\dag$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 ddag
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\ddag$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 complement
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset ERT
21793 status collapsed
21794
21795 \begin_layout Plain Layout
21796
21797
21798 \backslash
21799 raisebox{-0.8mm}{
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \begin_inset Formula $\complement$
21806 \end_inset
21807
21808
21809 \begin_inset ERT
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813
21814 }
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \backslash
21832 Bbbk
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $\Bbbk$
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 </lyxtabular>
21851
21852 \end_inset
21853
21854
21855 \begin_inset space \hfill{}
21856 \end_inset
21857
21858
21859 \begin_inset Tabular
21860 <lyxtabular version="3" rows="10" columns="2">
21861 <features tabularvalignment="middle">
21862 <column alignment="center" valignment="top" width="0pt">
21863 <column alignment="center" valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Command
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 Result
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 prime
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\prime$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 backprime
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\backprime$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 mho
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\mho$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 triangle
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\triangle$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 angle
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\angle$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 measuredangle
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\measuredangle$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 sphericalangle
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\sphericalangle$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 top
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\top$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 bot
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\bot$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \begin_inset space \hfill{}
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Subsection
22121 Miscellaneous Symbols
22122 \begin_inset CommandInset label
22123 LatexCommand label
22124 name "sub:Miscellaneous-Symbols"
22125
22126 \end_inset
22127
22128
22129 \begin_inset Index idx
22130 status collapsed
22131
22132 \begin_layout Plain Layout
22133 Symbols ! miscellaneous
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 \noindent
22143 \align center
22144 \begin_inset Tabular
22145 <lyxtabular version="3" rows="10" columns="2">
22146 <features tabularvalignment="middle">
22147 <column alignment="center" valignment="top" width="0pt">
22148 <column alignment="center" valignment="top" width="0pt">
22149 <row>
22150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 Command
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 Result
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \backslash
22176 flat
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 \begin_inset Formula $\flat$
22186 \end_inset
22187
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 </row>
22194 <row>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \backslash
22201 natural
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 \begin_inset Formula $\natural$
22211 \end_inset
22212
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224
22225 \backslash
22226 sharp
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 \begin_inset Formula $\sharp$
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 </row>
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \backslash
22251 surd
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Formula $\surd$
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 </row>
22269 <row>
22270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274
22275 \backslash
22276 checkmark
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Formula $\checkmark$
22286 \end_inset
22287
22288
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 </row>
22294 <row>
22295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \backslash
22301 yen
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 \begin_inset Formula $\yen$
22311 \end_inset
22312
22313
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 </row>
22319 <row>
22320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \backslash
22326 pounds
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 \begin_inset Formula $\pounds$
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 $
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\$$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 §
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $§$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 </lyxtabular>
22391
22392 \end_inset
22393
22394
22395 \begin_inset Tabular
22396 <lyxtabular version="3" rows="10" columns="2">
22397 <features tabularvalignment="middle">
22398 <column alignment="center" valignment="top" width="0">
22399 <column alignment="center" valignment="top" width="0">
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 Command
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 Result
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \backslash
22427 hbar
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $\hbar$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \backslash
22452 hslash
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $\hslash$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 clubsuit
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\clubsuit$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 spadesuit
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\spadesuit$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 bigstar
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\bigstar$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 blacklozenge
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\blacklozenge$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 blacktriangle
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\blacktriangle$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 blacktiangledown
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\blacktriangledown$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 bullet
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\bullet$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 </lyxtabular>
22646
22647 \end_inset
22648
22649
22650 \begin_inset Tabular
22651 <lyxtabular version="3" rows="10" columns="2">
22652 <features tabularvalignment="middle">
22653 <column alignment="center" valignment="top" width="0pt">
22654 <column alignment="center" valignment="top" width="0pt">
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 Command
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 Result
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 diamondsuit
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\diamondsuit$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 Diamond
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\Diamond$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 heartsuit
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\heartsuit$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 P
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\P$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 <row>
22776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \backslash
22782 copyright
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Formula $\copyright$
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805
22806 \backslash
22807 circledR
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Formula $\circledR$
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 maltese
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $\maltese$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 </row>
22850 <row>
22851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855
22856 \backslash
22857 diagup
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 \begin_inset Formula $\diagup$
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 <row>
22876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880
22881 \backslash
22882 diagdown
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Formula $\diagdown$
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 </lyxtabular>
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \begin_layout Standard
22908 \begin_inset VSpace medskip
22909 \end_inset
22910
22911 More symbols are listed in 
22912 \begin_inset CommandInset ref
22913 LatexCommand ref
22914 reference "sub:Miscellaneous-special-Characters"
22915
22916 \end_inset
22917
22918 .
22919 \end_layout
22920
22921 \begin_layout Standard
22922 Some symbols can be displayed in different sizes, see 
22923 \begin_inset CommandInset ref
22924 LatexCommand ref
22925 reference "sub:Font-Sizes"
22926
22927 \end_inset
22928
22929 .
22930 \end_layout
22931
22932 \begin_layout Subsection
22933 The Euro-Symbol €
22934 \begin_inset Index idx
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 Symbols ! Euro-symbol
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \begin_inset Index idx
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948
22949 \backslash
22950 @
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955
22956
22957 \backslash
22958 officialeuro
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Standard
22972 To use the Euro symbol in formulas, the LaTeX-package 
22973 \series bold
22974 eurosym
22975 \series default
22976
22977 \begin_inset Index idx
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981 Packages ! eurosym
22982 \end_layout
22983
22984 \end_inset
22985
22986  must be installed and loaded with the LaTeX-preamble line
22987 \end_layout
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992
22993 \backslash
22994 usepackage[gennarrow]{eurosym}
22995 \end_layout
22996
22997 \begin_layout Standard
22998 The Euro symbol can now be inserted with the command 
22999 \series bold
23000
23001 \backslash
23002 euro
23003 \series default
23004
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 Commands ! E ! 
23010 \backslash
23011 euro
23012 \end_layout
23013
23014 \end_inset
23015
23016 .
23017 \end_layout
23018
23019 \begin_layout Standard
23020 The Euro symbol can directly be inserted with the € key in mathematical
23021  text, without having 
23022 \series bold
23023 eurosym
23024 \series default
23025  installed.
23026  When 
23027 \series bold
23028 eurosym
23029 \series default
23030  is installed, 
23031 \series bold
23032
23033 \backslash
23034 euro
23035 \series default
23036  can also be inserted in TeX-mode.
23037  The official currency symbol can then be inserted with the command 
23038 \series bold
23039
23040 \backslash
23041 officialeuro
23042 \series default
23043
23044 \begin_inset Index idx
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048 Commands ! O ! 
23049 \backslash
23050 officialeuro
23051 \end_layout
23052
23053 \end_inset
23054
23055 , that is only available in TeX-mode.
23056 \end_layout
23057
23058 \begin_layout Standard
23059 \begin_inset ERT
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063
23064
23065 \backslash
23066 ifeurosym 
23067 \end_layout
23068
23069 \end_inset
23070
23071
23072 \begin_inset Note Note
23073 status open
23074
23075 \begin_layout Plain Layout
23076 The following table will only be displayed when the LaTeX-package 
23077 \series bold
23078 eurosym
23079 \series default
23080  is installed.
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \begin_layout Standard
23089 An overview about the different Euro symbols:
23090 \end_layout
23091
23092 \begin_layout Standard
23093 \align center
23094 \begin_inset Tabular
23095 <lyxtabular version="3" rows="4" columns="3">
23096 <features tabularvalignment="middle">
23097 <column alignment="center" valignment="top" width="0pt">
23098 <column alignment="center" valignment="top" width="0pt">
23099 <column alignment="center" valignment="top" width="0pt">
23100 <row>
23101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 Command 
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 Result
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 </row>
23129 <row>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 formula
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143
23144 \backslash
23145 euro
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 \begin_inset Formula $\euro$
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 </row>
23163 <row>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 mathematical text
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\mbox{€}$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 TeX-mode
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209
23210 \backslash
23211 officialeuro
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 \begin_inset ERT
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224
23225
23226 \backslash
23227 officialeuro
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 </row>
23238 </lyxtabular>
23239
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \begin_layout Standard
23246 \begin_inset ERT
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250
23251
23252 \backslash
23253 else 
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \begin_inset Note Note
23260 status open
23261
23262 \begin_layout Plain Layout
23263 The following will be displayed when the LaTeX-package 
23264 \series bold
23265 eurosym
23266 \series default
23267  is not installed:
23268 \end_layout
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \begin_layout Standard
23276 You need to install the LaTeX-package 
23277 \series bold
23278 eurosym
23279 \series default
23280  to see the rest of this subsection in the output.
23281 \end_layout
23282
23283 \begin_layout Standard
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289
23290 \backslash
23291 fi 
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Section
23300 Relations
23301 \begin_inset CommandInset label
23302 LatexCommand label
23303 name "sec:Relations"
23304
23305 \end_inset
23306
23307
23308 \begin_inset Index idx
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312 Relations
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \begin_inset Index idx
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 Comparisons|see
23323 \begin_inset ERT
23324 status collapsed
23325
23326 \begin_layout Plain Layout
23327
23328 {
23329 \end_layout
23330
23331 \end_inset
23332
23333 Relations
23334 \begin_inset ERT
23335 status collapsed
23336
23337 \begin_layout Plain Layout
23338
23339 }
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \begin_layout Standard
23353 All relations can also be inserted via the toolbar button 
23354 \begin_inset Graphics
23355         filename ../images/math/leq.png
23356         scale 85
23357
23358 \end_inset
23359
23360 .
23361 \end_layout
23362
23363 \begin_layout Standard
23364 \begin_inset space \hfill{}
23365 \end_inset
23366
23367
23368 \begin_inset Tabular
23369 <lyxtabular version="3" rows="17" columns="2">
23370 <features tabularvalignment="middle">
23371 <column alignment="center" valignment="top" width="0pt">
23372 <column alignment="center" valignment="top" width="0pt">
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 Command
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 Result
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 </row>
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 <
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 \begin_inset Formula $<$
23408 \end_inset
23409
23410
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 \backslash
23423 le
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 \begin_inset Formula $\le$
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 </row>
23441 <row>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446
23447 \backslash
23448 ll
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457 \begin_inset Formula $\ll$
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 </row>
23466 <row>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471
23472 \backslash
23473 prec
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482 \begin_inset Formula $\prec$
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 </row>
23491 <row>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496
23497 \backslash
23498 preceq
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 \begin_inset Formula $\preceq$
23508 \end_inset
23509
23510
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 </row>
23516 <row>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521
23522 \backslash
23523 subset
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532 \begin_inset Formula $\subset$
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 </row>
23541 <row>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546
23547 \backslash
23548 subseteq
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 \begin_inset Formula $\subseteq$
23558 \end_inset
23559
23560
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 </row>
23566 <row>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571
23572 \backslash
23573 sqsubseteq
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 \begin_inset Formula $\sqsubseteq$
23583 \end_inset
23584
23585
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 </row>
23591 <row>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596
23597 \backslash
23598 in
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 \begin_inset Formula $\in$
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \backslash
23623 vdash
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Formula $\vdash$
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 <row>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646
23647 \backslash
23648 smile
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 \begin_inset Formula $\smile$
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 </row>
23666 <row>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671
23672 \backslash
23673 lhd
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $\lhd$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \backslash
23698 unlhd
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 \begin_inset Formula $\unlhd$
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 </row>
23716 <row>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \backslash
23723 gtrless
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset Formula $\gtrless$
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \backslash
23748 mid
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Formula $\mid$
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 nmid
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $\nmid$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 </lyxtabular>
23792
23793 \end_inset
23794
23795
23796 \begin_inset space \hfill{}
23797 \end_inset
23798
23799
23800 \begin_inset Tabular
23801 <lyxtabular version="3" rows="17" columns="2">
23802 <features tabularvalignment="middle">
23803 <column alignment="center" valignment="top" width="0pt">
23804 <column alignment="center" valignment="top" width="0pt">
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 Command
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 Result
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 =
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 \begin_inset Formula $=$
23840 \end_inset
23841
23842
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 \backslash
23855 not=
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864 \begin_inset Formula $\not=$
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \backslash
23880 equiv
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 \begin_inset Formula $\equiv$
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 </row>
23898 <row>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903
23904 \backslash
23905 sim
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 \begin_inset Formula $\sim$
23915 \end_inset
23916
23917
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 </row>
23923 <row>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928
23929 \backslash
23930 simeq
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939 \begin_inset Formula $\simeq$
23940 \end_inset
23941
23942
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 </row>
23948 <row>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953
23954 \backslash
23955 approx
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964 \begin_inset Formula $\approx$
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 </row>
23973 <row>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978
23979 \backslash
23980 cong
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989 \begin_inset Formula $\cong$
23990 \end_inset
23991
23992
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 </row>
23998 <row>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003
24004 \backslash
24005 bowtie
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 \begin_inset Formula $\bowtie$
24015 \end_inset
24016
24017
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 </row>
24023 <row>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028
24029 \backslash
24030 notin
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 \begin_inset Formula $\notin$
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 </row>
24048 <row>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053
24054 \backslash
24055 perp
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 \begin_inset Formula $\perp$
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 </row>
24073 <row>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 propto
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089 \begin_inset Formula $\propto$
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103
24104 \backslash
24105 asymp
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 \begin_inset Formula $\asymp$
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 <row>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128
24129 \backslash
24130 doteq
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 \begin_inset Formula $\doteq$
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 circeq
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Formula $\circeq$
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 models
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Formula $\models$
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 widehat=
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Formula $\widehat{=}$
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 </lyxtabular>
24224
24225 \end_inset
24226
24227
24228 \begin_inset space \hfill{}
24229 \end_inset
24230
24231
24232 \begin_inset Tabular
24233 <lyxtabular version="3" rows="17" columns="2">
24234 <features tabularvalignment="middle">
24235 <column alignment="center" valignment="top" width="0pt">
24236 <column alignment="center" valignment="top" width="0pt">
24237 <row>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 Command
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 Result
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 >
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 \begin_inset Formula $>$
24272 \end_inset
24273
24274
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 \backslash
24287 ge
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296 \begin_inset Formula $\ge$
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 </row>
24305 <row>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 gg
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321 \begin_inset Formula $\gg$
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 </row>
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \backslash
24337 succ
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 \begin_inset Formula $\succ$
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 </row>
24355 <row>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360
24361 \backslash
24362 succeq
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 \begin_inset Formula $\succeq$
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 </row>
24380 <row>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 supset
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 \begin_inset Formula $\supset$
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 supseteq
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 \begin_inset Formula $\supseteq$
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \end_inset
24428 </cell>
24429 </row>
24430 <row>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 sqsupseteq
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446 \begin_inset Formula $\sqsupseteq$
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 </row>
24455 <row>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 ni
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471 \begin_inset Formula $\ni$
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 dashv
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 \begin_inset Formula $\dashv$
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 </row>
24505 <row>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 frown
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Formula $\frown$
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 <row>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535
24536 \backslash
24537 rhd
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546 \begin_inset Formula $\rhd$
24547 \end_inset
24548
24549
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 </row>
24555 <row>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560
24561 \backslash
24562 unrhd
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 \begin_inset Formula $\unrhd$
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 <row>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 lessgtr
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 \begin_inset Formula $\lessgtr$
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 </row>
24605 <row>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610
24611 \backslash
24612 parallel
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Formula $\parallel$
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 <row>
24631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 nparallel
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Formula $\nparallel$
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 </lyxtabular>
24656
24657 \end_inset
24658
24659
24660 \begin_inset space \hfill{}
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 \begin_inset VSpace medskip
24668 \end_inset
24669
24670 The characters 
24671 \series bold
24672
24673 \backslash
24674 lhd
24675 \series default
24676  and 
24677 \series bold
24678
24679 \backslash
24680 rhd
24681 \series default
24682  are bigger than the equal looking operators 
24683 \series bold
24684
24685 \backslash
24686 triangleleft
24687 \series default
24688  and 
24689 \series bold
24690
24691 \backslash
24692 triangleright
24693 \series default
24694 , respectively.
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Relations are, in contrary to symbols, always surrounded by space.
24699 \end_layout
24700
24701 \begin_layout Standard
24702 Relations with labels can be created with the command 
24703 \series bold
24704
24705 \backslash
24706 stackrel
24707 \series default
24708
24709 \begin_inset Index idx
24710 status collapsed
24711
24712 \begin_layout Plain Layout
24713 Commands ! S ! 
24714 \backslash
24715 stackrel
24716 \end_layout
24717
24718 \end_inset
24719
24720 :
24721 \end_layout
24722
24723 \begin_layout Standard
24724 \align center
24725 \begin_inset Tabular
24726 <lyxtabular version="3" rows="2" columns="2">
24727 <features tabularvalignment="middle">
24728 <column alignment="center" valignment="top" width="0">
24729 <column alignment="center" valignment="top" width="0">
24730 <row>
24731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735 Command
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 Result
24745 \begin_inset Note Note
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749
24750 \series bold
24751
24752 \backslash
24753 raisebox
24754 \series default
24755  is only used as spacer.
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 </row>
24766 <row>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 A(r)
24772 \backslash
24773 stackrel
24774 \begin_inset ERT
24775 status collapsed
24776
24777 \begin_layout Plain Layout
24778
24779
24780 \backslash
24781 spce 
24782 \end_layout
24783
24784 \end_inset
24785
24786 r
24787 \backslash
24788 to
24789 \backslash
24790 infty
24791 \begin_inset ERT
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 spce 
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \begin_inset Formula $\downarrow$
24805 \end_inset
24806
24807
24808 \backslash
24809 approx
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 spce 
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \begin_inset ERT
24824 status collapsed
24825
24826 \begin_layout Plain Layout
24827
24828
24829 \backslash
24830 spce 
24831 \end_layout
24832
24833 \end_inset
24834
24835 B
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 </lyxtabular>
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Section
24861 Functions
24862 \end_layout
24863
24864 \begin_layout Subsection
24865 Predefined Functions
24866 \begin_inset CommandInset label
24867 LatexCommand label
24868 name "sub:Predefined-Functions"
24869
24870 \end_inset
24871
24872
24873 \begin_inset Index idx
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877 Functions ! predefined
24878 \end_layout
24879
24880 \end_inset
24881
24882
24883 \end_layout
24884
24885 \begin_layout Standard
24886 In general, variables are set 
24887 \emph on
24888 italic
24889 \emph default
24890  in mathematical expressions, but not function names, because 
24891 \begin_inset Formula $sin$
24892 \end_inset
24893
24894  could be misunderstood as 
24895 \begin_inset Formula $s\cdot i\cdot n$
24896 \end_inset
24897
24898 .
24899  Therefore there are predefined functions, that are additionally a bit separated
24900  from prefactors.
24901  They are inserted as commands starting with a backslash before their name.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 \align center
24906 \begin_inset Tabular
24907 <lyxtabular version="3" rows="2" columns="4">
24908 <features tabularvalignment="middle">
24909 <column alignment="center" valignment="top" width="0pt">
24910 <column alignment="center" valignment="top" width="0pt">
24911 <column alignment="center" valignment="top" width="0pt">
24912 <column alignment="center" valignment="top" width="0pt">
24913 <row>
24914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 Command
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927 Result
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936 Command
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 Result
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 </row>
24951 <row>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 Asin(x)+B
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 \begin_inset Formula $Asin(x)+B$
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 A
24978 \backslash
24979 sin(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 $A\sin(x)+B$
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 </lyxtabular>
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 The following functions are predefined:
25006 \end_layout
25007
25008 \begin_layout Standard
25009 \begin_inset VSpace -2mm
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Standard
25016 \align center
25017 \begin_inset Tabular
25018 <lyxtabular version="3" rows="9" columns="4">
25019 <features tabularvalignment="middle">
25020 <column alignment="center" valignment="top" width="0pt">
25021 <column alignment="center" valignment="top" width="0pt">
25022 <column alignment="center" valignment="top" width="0pt">
25023 <column alignment="center" valignment="top" width="0pt">
25024 <row>
25025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029 Command
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038 Command
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 Command
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 Command
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 </row>
25062 <row>
25063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067
25068 \backslash
25069 sin
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078
25079 \backslash
25080 sinh
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089
25090 \backslash
25091 arcsin
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100
25101 \backslash
25102 sup
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 </row>
25108 <row>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 cos
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 cosh
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135
25136 \backslash
25137 arccos
25138 \end_layout
25139
25140 \end_inset
25141 </cell>
25142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25143 \begin_inset Text
25144
25145 \begin_layout Plain Layout
25146
25147 \backslash
25148 inf
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 <row>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 tan
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 tanh
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181
25182 \backslash
25183 arctan
25184 \end_layout
25185
25186 \end_inset
25187 </cell>
25188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192
25193 \backslash
25194 lim
25195 \end_layout
25196
25197 \end_inset
25198 </cell>
25199 </row>
25200 <row>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 cot
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 coth
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \backslash
25229 arg
25230 \end_layout
25231
25232 \end_inset
25233 </cell>
25234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238
25239 \backslash
25240 liminf
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 sec
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 min
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273
25274 \backslash
25275 deg
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 limsup
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 </row>
25292 <row>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 csc
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 max
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319
25320 \backslash
25321 det
25322 \end_layout
25323
25324 \end_inset
25325 </cell>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \backslash
25332 Pr
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 </row>
25338 <row>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 ln
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 exp
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \backslash
25367 dim
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376
25377 \backslash
25378 hom
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 lg
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 log
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25408 \begin_inset Text
25409
25410 \begin_layout Plain Layout
25411
25412 \backslash
25413 ker
25414 \end_layout
25415
25416 \end_inset
25417 </cell>
25418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422
25423 \backslash
25424 gcd
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 </row>
25430 </lyxtabular>
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \begin_layout Standard
25438 They can also be inserted with the math toolbar button 
25439 \begin_inset Graphics
25440         filename ../images/math/functions.png
25441         scale 85
25442
25443 \end_inset
25444
25445 .
25446 \end_layout
25447
25448 \begin_layout Subsection
25449 Self-defined Functions
25450 \begin_inset Index idx
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 Functions ! self-defined
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 To use a function that is not predefined, like for example the sign function
25464  sgn(x), there are two possibilities:
25465 \end_layout
25466
25467 \begin_layout Itemize
25468 Define the function by inserting the following line to the LaTeX-preamble
25469 \begin_inset Foot
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 For more about 
25474 \series bold
25475
25476 \backslash
25477 DeclareMathOperator
25478 \series default
25479  see 
25480 \begin_inset CommandInset ref
25481 LatexCommand ref
25482 reference "sub:Self-defined-Operators"
25483
25484 \end_inset
25485
25486 .
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \begin_inset Newline newline
25493 \end_inset
25494
25495
25496 \begin_inset VSpace -3mm
25497 \end_inset
25498
25499
25500 \begin_inset Newline newline
25501 \end_inset
25502
25503
25504 \series bold
25505
25506 \backslash
25507 DeclareMathOperator{
25508 \backslash
25509 sgn}{sgn}
25510 \series default
25511
25512 \begin_inset Index idx
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 Commands ! D ! 
25517 \backslash
25518 dbinom@
25519 \backslash
25520 DeclareMathOperator
25521 \end_layout
25522
25523 \end_inset
25524
25525
25526 \begin_inset Newline newline
25527 \end_inset
25528
25529
25530 \begin_inset VSpace -2mm
25531 \end_inset
25532
25533
25534 \begin_inset Newline newline
25535 \end_inset
25536
25537 Now the new defined function can be called with the command 
25538 \series bold
25539
25540 \backslash
25541 sgn
25542 \series default
25543 .
25544 \end_layout
25545
25546 \begin_layout Itemize
25547 Write the formula as usual, mark the formula name, in our example the letters
25548  
25549 \emph on
25550 sgn
25551 \emph default
25552 , and change it to mathematical text.
25553  At last a space is inserted between prefactor and function.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 The result is the same with both methods as with a predefined function
25558 \begin_inset Foot
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562 In LyX self-defined functions are displayed red, predefined ones black.
25563 \end_layout
25564
25565 \end_inset
25566
25567 :
25568 \end_layout
25569
25570 \begin_layout Standard
25571 \align center
25572 \begin_inset Tabular
25573 <lyxtabular version="3" rows="3" columns="2">
25574 <features tabularvalignment="middle">
25575 <column alignment="center" valignment="top" width="0pt">
25576 <column alignment="center" valignment="top" width="0pt">
25577 <row>
25578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 Command
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591 Result
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 </row>
25597 <row>
25598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602 A
25603 \backslash
25604 sgn(x)+B
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 \begin_inset Formula $A\sgn(x)+B$
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 <row>
25623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25624 \begin_inset Text
25625
25626 \begin_layout Plain Layout
25627 A
25628 \backslash
25629 ,
25630 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25631 \end_inset
25632
25633 (x)+B
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 </row>
25651 </lyxtabular>
25652
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \begin_layout Standard
25659 The first method is more suitable when the self-defined function should
25660  be used several times.
25661 \end_layout
25662
25663 \begin_layout Subsection
25664 Limits
25665 \begin_inset Index idx
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669 Limits
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 For limits there are defined besides 
25679 \series bold
25680
25681 \backslash
25682 lim
25683 \series default
25684
25685 \begin_inset Index idx
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689 Commands ! L ! 
25690 \backslash
25691 lim
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \series bold
25698
25699 \backslash
25700 liminf
25701 \series default
25702  and 
25703 \series bold
25704
25705 \backslash
25706 limsup
25707 \series default
25708  furthermore the following functions:
25709 \end_layout
25710
25711 \begin_layout Standard
25712 \align center
25713 \begin_inset Tabular
25714 <lyxtabular version="3" rows="5" columns="2">
25715 <features tabularvalignment="middle">
25716 <column alignment="center" valignment="top" width="0">
25717 <column alignment="center" valignment="top" width="0">
25718 <row>
25719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723 Command
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732 Result
25733 \begin_inset Note Note
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737
25738 \series bold
25739
25740 \backslash
25741 raisebox
25742 \series default
25743  is only used as spacer.
25744 \end_layout
25745
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 <row>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 varliminf
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset Formula $\varliminf$
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 varlimsup
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 \begin_inset Formula $\varlimsup$
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 <row>
25805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 varprojlim
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 \begin_inset Formula $\varprojlim$
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 </row>
25829 <row>
25830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834
25835 \backslash
25836 varinjlim
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $\varinjlim$
25846 \end_inset
25847
25848
25849 \begin_inset Formula $\raisebox{-2.5mm}{}$
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 </row>
25858 </lyxtabular>
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 \begin_inset VSpace medskip
25867 \end_inset
25868
25869 The limit is created by inserting a subscript.
25870  It is set right beside the function in an inline formula:
25871 \end_layout
25872
25873 \begin_layout Standard
25874 \align center
25875 \begin_inset Tabular
25876 <lyxtabular version="3" rows="2" columns="2">
25877 <features tabularvalignment="middle">
25878 <column alignment="center" valignment="top" width="0pt">
25879 <column alignment="center" valignment="top" width="0pt">
25880 <row>
25881 <cell alignment="center" valignment="top" usebox="none">
25882 \begin_inset Text
25883
25884 \begin_layout Plain Layout
25885 Command
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 <cell alignment="center" valignment="top" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 \begin_inset space \hspace{}
25895 \length 1cm
25896 \end_inset
25897
25898 Result
25899 \begin_inset Note Note
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903 The space and
25904 \series bold
25905  
25906 \backslash
25907 raisebox
25908 \series default
25909  are used here as spacer.
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 lim_x
25928 \backslash
25929 to
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 spce 
25938 \end_layout
25939
25940 \end_inset
25941
25942 A
25943 \begin_inset ERT
25944 status collapsed
25945
25946 \begin_layout Plain Layout
25947
25948
25949 \backslash
25950 spce 
25951 \end_layout
25952
25953 \end_inset
25954
25955 x=B
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \end_inset
25971 </cell>
25972 </row>
25973 </lyxtabular>
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Standard
25981 In a displayed formula the limit is set below the formula, as usual:
25982 \begin_inset Formula 
25983 \[
25984 \lim_{x\to A}x=B
25985 \]
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Subsection
25993 Modulo-Functions
25994 \begin_inset Index idx
25995 status collapsed
25996
25997 \begin_layout Plain Layout
25998 Functions ! modulo-
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 The modulo-function is special, because it exists in four variants.
26008 \end_layout
26009
26010 \begin_layout Standard
26011 The variants in a displayed formula:
26012 \begin_inset Formula 
26013 \begin{align*}
26014 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26015 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26016 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26017 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26018 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26019 \end{align*}
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 In an inline formula less space is set before the function names for all
26028  variants.
26029 \end_layout
26030
26031 \begin_layout Section
26032 Special Characters
26033 \begin_inset Index idx
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037 Special characters
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Subsection
26046 Special Characters in Mathematical Text
26047 \end_layout
26048
26049 \begin_layout Standard
26050 The following commands can only be used in mathematical text or in TeX-mode:
26051 \end_layout
26052
26053 \begin_layout Standard
26054 \begin_inset space \hfill{}
26055 \end_inset
26056
26057
26058 \begin_inset Tabular
26059 <lyxtabular version="3" rows="8" columns="2">
26060 <features tabularvalignment="middle">
26061 <column alignment="block" valignment="top" width="0">
26062 <column alignment="block" valignment="top" width="0">
26063 <row>
26064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 Command
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 Result
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 oe
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Formula $\textrm{œ}$
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 <row>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113
26114 \backslash
26115 OE
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 \begin_inset Formula $\textrm{Œ}$
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 </row>
26133 <row>
26134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138
26139 \backslash
26140 ae
26141 \end_layout
26142
26143 \end_inset
26144 </cell>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149 \begin_inset Formula $\textrm{æ}$
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 </row>
26158 <row>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163
26164 \backslash
26165 AE
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174 \begin_inset Formula $\textrm{Æ}$
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 aa
26191 \end_layout
26192
26193 \end_inset
26194 </cell>
26195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26196 \begin_inset Text
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Formula $\textrm{\aa}$
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 </row>
26208 <row>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213
26214 \backslash
26215 AA
26216 \begin_inset Index idx
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220
26221 \backslash
26222 @
26223 \begin_inset ERT
26224 status collapsed
26225
26226 \begin_layout Plain Layout
26227
26228
26229 \backslash
26230 textrm{
26231 \backslash
26232 AA}
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Formula $\textrm{Å}$
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 </row>
26260 <row>
26261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265
26266 \backslash
26267 i
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 \begin_inset Formula $\textrm{ı}$
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 </row>
26285 </lyxtabular>
26286
26287 \end_inset
26288
26289
26290 \begin_inset space \hfill{}
26291 \end_inset
26292
26293
26294 \begin_inset Tabular
26295 <lyxtabular version="3" rows="8" columns="2">
26296 <features tabularvalignment="middle">
26297 <column alignment="block" valignment="top" width="0">
26298 <column alignment="center" valignment="top" width="0">
26299 <row>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 command
26305 \begin_inset Note Note
26306 status collapsed
26307
26308 \begin_layout Plain Layout
26309 The space of 0
26310 \begin_inset space \thinspace{}
26311 \end_inset
26312
26313 mm is used for separation, because otherwise the output will be ¡ and ¿
26314  respectively.
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 Result
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 </row>
26334 <row>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339
26340 \backslash
26341 o
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 \begin_inset Formula $\textrm{ø}$
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 </row>
26359 <row>
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364
26365 \backslash
26366 O
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 \begin_inset Formula $\textrm{Ø}$
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 </row>
26384 <row>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389
26390 \backslash
26391 l
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 \begin_inset Formula $\textrm{ł}$
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 </row>
26409 <row>
26410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26411 \begin_inset Text
26412
26413 \begin_layout Plain Layout
26414
26415 \backslash
26416 L
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 \begin_inset Formula $\textrm{Ł}$
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 <row>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 !
26440 \begin_inset space \hspace{}
26441 \length 0mm
26442 \end_inset
26443
26444 `
26445 \begin_inset ERT
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450
26451 \backslash
26452 spce 
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 \begin_inset Formula $\textrm{!`}$
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 </row>
26475 <row>
26476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 ?
26481 \begin_inset space \hspace{}
26482 \length 0mm
26483 \end_inset
26484
26485 `
26486 \begin_inset ERT
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490
26491
26492 \backslash
26493 spce 
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 \begin_inset Formula $\textrm{?`}$
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 </row>
26516 <row>
26517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521
26522 \backslash
26523 j
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 \begin_inset Formula $\textrm{ȷ}$
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 </row>
26541 </lyxtabular>
26542
26543 \end_inset
26544
26545
26546 \begin_inset space \hfill{}
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Standard
26553 The characters 
26554 \begin_inset Formula $\textrm{\textrm{Å}}$
26555 \end_inset
26556
26557  and 
26558 \begin_inset Formula $\textrm{\textrm{Ø}}$
26559 \end_inset
26560
26561  can also be inserted via the math toolbar button 
26562 \begin_inset Graphics
26563         filename ../images/math/digamma.png
26564         scale 85
26565
26566 \end_inset
26567
26568 .
26569 \end_layout
26570
26571 \begin_layout Standard
26572 An exception are the commands 
26573 \series bold
26574 !
26575 \begin_inset space \hspace{}
26576 \length 0mm
26577 \end_inset
26578
26579 `
26580 \series default
26581  and 
26582 \series bold
26583 ?
26584 \begin_inset space \hspace{}
26585 \length 0mm
26586 \end_inset
26587
26588 `
26589 \series default
26590 , because they can be inserted in LyX directly to text.
26591 \end_layout
26592
26593 \begin_layout Subsection
26594 Accents in Text
26595 \begin_inset CommandInset label
26596 LatexCommand label
26597 name "sub:Accents-in-Text"
26598
26599 \end_inset
26600
26601
26602 \begin_inset Index idx
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606 Accents ! in text
26607 \end_layout
26608
26609 \end_inset
26610
26611
26612 \end_layout
26613
26614 \begin_layout Standard
26615 With the following commands all letters can be accented.
26616  The commands must be inserted in TeX-mode.
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset space \hfill{}
26621 \end_inset
26622
26623
26624 \begin_inset Tabular
26625 <lyxtabular version="3" rows="8" columns="2">
26626 <features tabularvalignment="middle">
26627 <column alignment="block" valignment="top" width="0">
26628 <column alignment="block" valignment="top" width="0">
26629 <row>
26630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26631 \begin_inset Text
26632
26633 \begin_layout Plain Layout
26634 Command
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26640 \begin_inset Text
26641
26642 \begin_layout Plain Layout
26643 Result
26644 \end_layout
26645
26646 \end_inset
26647 </cell>
26648 </row>
26649 <row>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654
26655 \backslash
26656
26657 \begin_inset Quotes grd
26658 \end_inset
26659
26660 e
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 \begin_inset ERT
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673
26674
26675 \backslash
26676 "e
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row>
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692
26693 \backslash
26694 `e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 `e
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 ^
26729 \begin_inset ERT
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733
26734
26735 \backslash
26736 spce 
26737 \end_layout
26738
26739 \end_inset
26740
26741 e
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 ^e
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 =e
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 \begin_inset ERT
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788
26789
26790 \backslash
26791 =e
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 </row>
26802 <row>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807
26808 \backslash
26809 u
26810 \begin_inset ERT
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814
26815
26816 \backslash
26817 spce 
26818 \end_layout
26819
26820 \end_inset
26821
26822 e
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 \begin_inset ERT
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835
26836
26837 \backslash
26838 u e
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854
26855 \backslash
26856 b
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 spce 
26865 \end_layout
26866
26867 \end_inset
26868
26869 e
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 b e
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 t
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 spce 
26912 \end_layout
26913
26914 \end_inset
26915
26916 ee
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 \begin_inset ERT
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929
26930
26931 \backslash
26932 t ee
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 </lyxtabular>
26944
26945 \end_inset
26946
26947
26948 \begin_inset space \hfill{}
26949 \end_inset
26950
26951
26952 \begin_inset Tabular
26953 <lyxtabular version="3" rows="8" columns="2">
26954 <features tabularvalignment="middle">
26955 <column alignment="block" valignment="top" width="0">
26956 <column alignment="center" valignment="top" width="0">
26957 <row>
26958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 Command
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 Result
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 </row>
26977 <row>
26978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982
26983 \backslash
26984 H
26985 \begin_inset ERT
26986 status collapsed
26987
26988 \begin_layout Plain Layout
26989
26990
26991 \backslash
26992 spce 
26993 \end_layout
26994
26995 \end_inset
26996
26997 e
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 \begin_inset ERT
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010
27011
27012 \backslash
27013 H e
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029
27030 \backslash
27031 'e
27032 \end_layout
27033
27034 \end_inset
27035 </cell>
27036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27037 \begin_inset Text
27038
27039 \begin_layout Plain Layout
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 'e
27048 \end_layout
27049
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 </row>
27058 <row>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063
27064 \backslash
27065 ~e
27066 \begin_inset Index idx
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070 Tilde
27071 \end_layout
27072
27073 \end_inset
27074
27075
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084 \begin_inset ERT
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088
27089
27090 \backslash
27091 ~e
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 </row>
27102 <row>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107
27108 \backslash
27109 .e
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 .e
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 </row>
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141
27142 \backslash
27143 v
27144 \begin_inset ERT
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148
27149
27150 \backslash
27151 spce 
27152 \end_layout
27153
27154 \end_inset
27155
27156 e
27157 \end_layout
27158
27159 \end_inset
27160 </cell>
27161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165 \begin_inset ERT
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169
27170
27171 \backslash
27172 v e
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 <row>
27184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188
27189 \backslash
27190 d
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 spce 
27199 \end_layout
27200
27201 \end_inset
27202
27203 e
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212 \begin_inset ERT
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216
27217
27218 \backslash
27219 d e
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 </row>
27230 <row>
27231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235
27236 \backslash
27237 c
27238 \begin_inset ERT
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242
27243
27244 \backslash
27245 spce 
27246 \end_layout
27247
27248 \end_inset
27249
27250 e
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259 \begin_inset ERT
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263
27264
27265 \backslash
27266 c e
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 </row>
27277 </lyxtabular>
27278
27279 \end_inset
27280
27281
27282 \begin_inset space \hfill{}
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset VSpace medskip
27290 \end_inset
27291
27292 With the command 
27293 \series bold
27294
27295 \backslash
27296 t
27297 \series default
27298  also two different characters can be accented.
27299  The command 
27300 \series bold
27301
27302 \backslash
27303 t
27304 \begin_inset ERT
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308
27309
27310 \backslash
27311 spce 
27312 \end_layout
27313
27314 \end_inset
27315
27316 sz
27317 \series default
27318  creates: 
27319 \begin_inset ERT
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323
27324
27325 \backslash
27326 t sz
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \begin_layout Standard
27335 The accents 
27336 \series bold
27337 `
27338 \series default
27339  , 
27340 \series bold
27341 '
27342 \series default
27343  and 
27344 \series bold
27345 ^
27346 \series default
27347  can in combination with vowels directly be inserted with the keyboard without
27348  using TeX-mode.
27349  The same applies for the tilde
27350 \begin_inset Foot
27351 status collapsed
27352
27353 \begin_layout Plain Layout
27354 This only applies for keyboards where the tilde is defined as accent.
27355 \end_layout
27356
27357 \end_inset
27358
27359  
27360 \series bold
27361 ~
27362 \series default
27363  in combination with 
27364 \emph on
27365 a
27366 \emph default
27367  , 
27368 \emph on
27369 n
27370 \emph default
27371  , or 
27372 \emph on
27373 o
27374 \emph default
27375 .
27376 \end_layout
27377
27378 \begin_layout Standard
27379 The commands 
27380 \series bold
27381
27382 \backslash
27383 b
27384 \series default
27385  , 
27386 \series bold
27387
27388 \backslash
27389 c
27390 \series default
27391  , 
27392 \series bold
27393
27394 \backslash
27395 d
27396 \series default
27397  , 
27398 \series bold
27399
27400 \backslash
27401 H
27402 \series default
27403  , 
27404 \series bold
27405
27406 \backslash
27407 t
27408 \series default
27409  , 
27410 \series bold
27411
27412 \backslash
27413 u
27414 \series default
27415  , 
27416 \series bold
27417
27418 \backslash
27419 v
27420 \series default
27421  and accents that are inserted directly with the keyboard are also available
27422  in mathematical text.
27423  For the other accents there are special math commands to be used in formulas,
27424  see 
27425 \begin_inset CommandInset ref
27426 LatexCommand ref
27427 reference "sub:Accents-for-one"
27428
27429 \end_inset
27430
27431 .
27432 \end_layout
27433
27434 \begin_layout Standard
27435 \begin_inset VSpace bigskip
27436 \end_inset
27437
27438 Furthermore, with the command 
27439 \series bold
27440
27441 \backslash
27442 textcircled
27443 \series default
27444
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 Commands ! T ! 
27450 \backslash
27451 textcircled
27452 \end_layout
27453
27454 \end_inset
27455
27456  all numbers and letters can be set into a circle, quasi accented with a
27457  circle, similar to the copyright symbol.
27458 \end_layout
27459
27460 \begin_layout Standard
27461 \align center
27462 \begin_inset Tabular
27463 <lyxtabular version="3" rows="3" columns="2">
27464 <features tabularvalignment="middle">
27465 <column alignment="center" valignment="top" width="0">
27466 <column alignment="center" valignment="top" width="0">
27467 <row>
27468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27469 \begin_inset Text
27470
27471 \begin_layout Plain Layout
27472 Command
27473 \end_layout
27474
27475 \end_inset
27476 </cell>
27477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27478 \begin_inset Text
27479
27480 \begin_layout Plain Layout
27481 Result
27482 \begin_inset Note Note
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487 \series bold
27488
27489 \backslash
27490 raisebox
27491 \series default
27492  is only used as spacer.
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 </row>
27503 <row>
27504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \backslash
27510 textcircled{w}
27511 \end_layout
27512
27513 \end_inset
27514 </cell>
27515 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519 \begin_inset ERT
27520 status collapsed
27521
27522 \begin_layout Plain Layout
27523
27524
27525 \backslash
27526 textcircled{w}
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 </row>
27537 <row>
27538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542
27543 \backslash
27544 Large 
27545 \backslash
27546 textcircled{
27547 \backslash
27548 normalsize
27549 \backslash
27550 protect
27551 \backslash
27552 raisebox{-1.5pt}{W}}
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 \begin_inset Formula $\raisebox{4.5mm}{}$
27562 \end_inset
27563
27564
27565 \begin_inset ERT
27566 status collapsed
27567
27568 \begin_layout Plain Layout
27569
27570
27571 \backslash
27572 Large 
27573 \backslash
27574 textcircled{
27575 \backslash
27576 normalsize
27577 \backslash
27578 protect
27579 \backslash
27580 raisebox{-1.5pt}W}
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \begin_inset Formula $\raisebox{-2mm}{}$
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 </row>
27595 </lyxtabular>
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \begin_layout Standard
27603 One has to take care that the character fits in the circle.
27604  
27605 \series bold
27606
27607 \backslash
27608 Large
27609 \series default
27610
27611 \begin_inset Foot
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 see 
27616 \begin_inset CommandInset ref
27617 LatexCommand ref
27618 reference "sub:Font-Sizes"
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \end_inset
27626
27627  specifies thereby the size of the circle.
27628  With the help of 
27629 \series bold
27630
27631 \backslash
27632 raisebox
27633 \series default
27634
27635 \begin_inset Foot
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 see 
27640 \begin_inset CommandInset ref
27641 LatexCommand ref
27642 reference "sub:Boxes-without-Frame"
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650
27651  the character can be centered.
27652 \end_layout
27653
27654 \begin_layout Subsection
27655 Minuscule Numbers
27656 \begin_inset Index idx
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660 Minuscule numbers
27661 \end_layout
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Standard
27669 Minuscule numbers are created with the command 
27670 \series bold
27671
27672 \backslash
27673 oldstylenums
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Commands ! O ! 
27681 \backslash
27682 oldstylenums
27683 \end_layout
27684
27685 \end_inset
27686
27687 .
27688  The command can be used in formulas and in TeX-mode.
27689  The command scheme is:
27690 \end_layout
27691
27692 \begin_layout Standard
27693
27694 \series bold
27695
27696 \backslash
27697 oldstylenums{number}
27698 \end_layout
27699
27700 \begin_layout Standard
27701 The command 
27702 \series bold
27703
27704 \backslash
27705 oldstylenums{0123456789
27706 \series default
27707  produces: 
27708 \begin_inset Formula $\oldstylenums{0123456789}$
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Subsection
27715 Miscellaneous special Characters
27716 \begin_inset CommandInset label
27717 LatexCommand label
27718 name "sub:Miscellaneous-special-Characters"
27719
27720 \end_inset
27721
27722
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Special characters ! miscellaneous
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Standard
27736 The following characters can only be inserted to formulas by using commands:
27737 \end_layout
27738
27739 \begin_layout Standard
27740 \align center
27741 \begin_inset Tabular
27742 <lyxtabular version="3" rows="4" columns="2">
27743 <features tabularvalignment="middle">
27744 <column alignment="center" valignment="top" width="0">
27745 <column alignment="center" valignment="top" width="0">
27746 <row>
27747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 Command
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 Result
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 </row>
27766 <row>
27767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771
27772 \backslash
27773 ^
27774 \begin_inset ERT
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778
27779
27780 \backslash
27781 spce 
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 \begin_inset Formula $\mathcircumflex$
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 </row>
27804 <row>
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809
27810 \backslash
27811 _
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 \begin_inset Formula $\_$
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \end_inset
27827 </cell>
27828 </row>
27829 <row>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 ^
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840
27841 \backslash
27842 spce 
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \backslash
27849 circ
27850 \begin_inset Index idx
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854
27855 \backslash
27856
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 \begin_inset Formula $^{\circ}$
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 </lyxtabular>
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Standard
27887 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27888  contains the following line
27889 \begin_inset Foot
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893 More about this is described in 
27894 \begin_inset CommandInset ref
27895 LatexCommand ref
27896 reference "sub:Text-Characters-in"
27897
27898 \end_inset
27899
27900 .
27901 \end_layout
27902
27903 \end_inset
27904
27905 :
27906 \end_layout
27907
27908 \begin_layout Standard
27909
27910 \series bold
27911
27912 \backslash
27913 DeclareInputtext{176}{
27914 \backslash
27915 ifmmode^
27916 \backslash
27917 circ
27918 \backslash
27919 else
27920 \backslash
27921 textdegree
27922 \backslash
27923 fi}
27924 \end_layout
27925
27926 \begin_layout Section
27927 Formula Styles
27928 \begin_inset CommandInset label
27929 LatexCommand label
27930 name "sec:Formula-Styles"
27931
27932 \end_inset
27933
27934
27935 \begin_inset Index idx
27936 status collapsed
27937
27938 \begin_layout Plain Layout
27939 Formula ! styles
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Itemize
27948 There are two different alignment styles:
27949 \end_layout
27950
27951 \begin_deeper
27952 \begin_layout Description
27953 Centered is the predefined standard
27954 \end_layout
27955
27956 \begin_layout Description
27957 Indented for this the option 
27958 \series bold
27959 fleqn
27960 \series default
27961  must be inserted in the menu 
27962 \family sans
27963 Document\SpecialChar \menuseparator
27964 Settings
27965 \family default
27966  under 
27967 \family sans
27968 Document
27969 \begin_inset space ~
27970 \end_inset
27971
27972 Class
27973 \end_layout
27974
27975 \begin_layout Standard
27976 When 
27977 \series bold
27978 Indented
27979 \series default
27980  is used, the indentation can be adjusted with the length 
27981 \series bold
27982
27983 \backslash
27984 mathindent
27985 \series default
27986
27987 \begin_inset Index idx
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 Commands ! M ! 
27992 \backslash
27993 mathindent
27994 \end_layout
27995
27996 \end_inset
27997
27998 .
27999  Should the distance be 15
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 mm, the following command line is inserted in the LaTeX-preamble
28004 \end_layout
28005
28006 \begin_layout Standard
28007
28008 \series bold
28009
28010 \backslash
28011 setlength{
28012 \backslash
28013 mathindent}{15mm}
28014 \end_layout
28015
28016 \begin_layout Standard
28017 When no length is specified, the predefined value of 30
28018 \begin_inset space \thinspace{}
28019 \end_inset
28020
28021 pt will be used.
28022 \end_layout
28023
28024 \end_deeper
28025 \begin_layout Itemize
28026 And two different numbering styles:
28027 \end_layout
28028
28029 \begin_deeper
28030 \begin_layout Description
28031 Right is the predefined standard
28032 \end_layout
28033
28034 \begin_layout Description
28035 Left for this the option 
28036 \series bold
28037 leqno
28038 \series default
28039  must be inserted in the menu 
28040 \family sans
28041 Document\SpecialChar \menuseparator
28042 Settings
28043 \family default
28044  under 
28045 \family sans
28046 Document
28047 \begin_inset space ~
28048 \end_inset
28049
28050 Class
28051 \end_layout
28052
28053 \end_deeper
28054 \begin_layout Standard
28055
28056 \series bold
28057 fleqn
28058 \series default
28059  and 
28060 \series bold
28061 leqno
28062 \series default
28063  can also be used together.
28064  In this case both options are inserted, separated by a comma.
28065 \end_layout
28066
28067 \begin_layout Standard
28068 The chosen styles are used for all displayed formulas of the document.
28069  When both, centered and indented formulas should be created in a document,
28070  the style 
28071 \series bold
28072 Centered
28073 \series default
28074  is used.
28075  The indented formulas are then set in a flalign environment, see 
28076 \begin_inset CommandInset ref
28077 LatexCommand ref
28078 reference "sub:Flalign-Environment"
28079
28080 \end_inset
28081
28082 .
28083 \end_layout
28084
28085 \begin_layout Section
28086 Multiline Formulas
28087 \begin_inset CommandInset label
28088 LatexCommand label
28089 name "sec:Multiline-Formulas"
28090
28091 \end_inset
28092
28093
28094 \begin_inset Index idx
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Formula ! multiline
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Subsection
28107 General
28108 \end_layout
28109
28110 \begin_layout Standard
28111 In LyX multiline formulas are created by pressing 
28112 \series bold
28113
28114 \begin_inset Info
28115 type  "shortcut"
28116 arg   "newline-insert newline"
28117 \end_inset
28118
28119
28120 \series default
28121  inside a formula.
28122  This creates either an 
28123 \series bold
28124 eqnarray environment
28125 \series default
28126  that is described in 
28127 \begin_inset CommandInset ref
28128 LatexCommand ref
28129 reference "sub:Eqnarray-Environment"
28130
28131 \end_inset
28132
28133  or, when the option 
28134 \family sans
28135 Use AMS math package
28136 \family default
28137  in the document settings is selected, an 
28138 \series bold
28139 align environment
28140 \series default
28141  that is described in 
28142 \begin_inset CommandInset ref
28143 LatexCommand ref
28144 reference "sub:Standard-align-Environment"
28145
28146 \end_inset
28147
28148 .
28149 \end_layout
28150
28151 \begin_layout Standard
28152 There are other multiline formula environments that can be created via the
28153  menu 
28154 \family sans
28155 Insert\SpecialChar \menuseparator
28156 Math
28157 \family default
28158 .
28159  These environments are described in the following sections.
28160 \end_layout
28161
28162 \begin_layout Standard
28163 In all multiline formula environments a new line is created by pressing
28164  
28165 \begin_inset Info
28166 type  "shortcut"
28167 arg   "newline-insert newline"
28168 \end_inset
28169
28170 .
28171  To add or delete lines, the math toolbar buttons 
28172 \begin_inset Graphics
28173         filename ../images/tabular-feature_append-row.png
28174         scale 85
28175
28176 \end_inset
28177
28178  or 
28179 \begin_inset Graphics
28180         filename ../images/tabular-feature_delete-row.png
28181         scale 85
28182
28183 \end_inset
28184
28185 , respectively, or the menu 
28186 \family sans
28187 Edit\SpecialChar \menuseparator
28188 Rows & Columns
28189 \family default
28190  can be used.
28191 \end_layout
28192
28193 \begin_layout Subsubsection
28194 Line Separation
28195 \begin_inset CommandInset label
28196 LatexCommand label
28197 name "sub:Line-Separation"
28198
28199 \end_inset
28200
28201
28202 \begin_inset Index idx
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Formula ! multiline ! Line separation
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Standard
28215 There is sometimes not enough space in multiline formulas between the lines:
28216 \begin_inset Formula 
28217 \begin{eqnarray*}
28218 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}\\
28219 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
28220 \end{eqnarray*}
28221
28222 \end_inset
28223
28224
28225 \end_layout
28226
28227 \begin_layout Standard
28228 In LaTeX additional line space is specified as optional argument of the
28229  new line command.
28230  This is not yet possible in LyX
28231 \begin_inset Foot
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235 see 
28236 \begin_inset CommandInset href
28237 LatexCommand href
28238 name "LyX-bug #1505"
28239 target "http://www.lyx.org/trac/ticket/1505"
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247
28248 , therefore the whole formula must be inserted in TeX-mode.
28249  To add in our example space, the command 
28250 \series bold
28251
28252 \backslash
28253
28254 \backslash
28255 [3mm]
28256 \series default
28257  is inserted at the end of the first line.
28258  One gets: 
28259 \begin_inset ERT
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264
28265 \backslash
28266 begin{eqnarray*}
28267 \end_layout
28268
28269 \begin_layout Plain Layout
28270
28271 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28272  = & 
28273 \backslash
28274 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28275 \backslash
28276
28277 \backslash
28278 [3mm]
28279 \end_layout
28280
28281 \begin_layout Plain Layout
28282
28283 4x^{2}
28284 \backslash
28285 left(B^{2}+x_{0}^{2}
28286 \backslash
28287 right)+4x_{0}x
28288 \backslash
28289 left(D-B^{2}
28290 \backslash
28291 right)+B^{2}
28292 \backslash
28293 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28294 \backslash
28295 right) & = & 0
28296 \end_layout
28297
28298 \begin_layout Plain Layout
28299
28300
28301 \backslash
28302 end{eqnarray*}
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \begin_layout Standard
28311 \begin_inset VSpace bigskip
28312 \end_inset
28313
28314 To set the line separation for all lines in a formula, the length 
28315 \series bold
28316
28317 \backslash
28318 jot
28319 \series default
28320
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Commands ! J ! 
28326 \backslash
28327 jot
28328 \end_layout
28329
28330 \end_inset
28331
28332  is changed.
28333  The definition is: 
28334 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28335 \end_inset
28336
28337 .
28338  Predefined for 
28339 \series bold
28340
28341 \backslash
28342 jot
28343 \series default
28344  is the value 3
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348 pt.
28349  To create 3
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 mm additional line separation as in the previous example, the command
28354 \end_layout
28355
28356 \begin_layout Standard
28357
28358 \series bold
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 jot}{3mm+3pt}
28364 \end_layout
28365
28366 \begin_layout Standard
28367 is inserted in TeX-mode before the formula.
28368  This requires that the LaTeX-package 
28369 \series bold
28370 calc
28371 \series default
28372
28373 \begin_inset Foot
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377
28378 \series bold
28379 calc
28380 \series default
28381  is part of every LaTeX standard installation.
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \begin_inset Index idx
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 Packages ! calc
28392 \end_layout
28393
28394 \end_inset
28395
28396  was loaded in LaTeX-preamble with the line
28397 \end_layout
28398
28399 \begin_layout Standard
28400
28401 \series bold
28402
28403 \backslash
28404 usepackage{calc}
28405 \end_layout
28406
28407 \begin_layout Standard
28408 One gets: 
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 setlength{
28417 \backslash
28418 jot}{3mm+3pt}
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \begin_inset Formula 
28425 \begin{eqnarray*}
28426 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}\\
28427 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
28428 \end{eqnarray*}
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \begin_layout Standard
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 setlength{
28444 \backslash
28445 jot}{3pt}
28446 \end_layout
28447
28448 \end_inset
28449
28450  To get back to the predefined distance, 
28451 \series bold
28452
28453 \backslash
28454 jot
28455 \series default
28456  is set to the value 3
28457 \begin_inset space \thinspace{}
28458 \end_inset
28459
28460 pt.
28461 \end_layout
28462
28463 \begin_layout Subsubsection
28464 Column Separation
28465 \begin_inset CommandInset label
28466 LatexCommand label
28467 name "sub:Column-Separation"
28468
28469 \end_inset
28470
28471
28472 \begin_inset Index idx
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476 Formula ! multiline ! Column separation
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \end_layout
28483
28484 \begin_layout Standard
28485 Multiline formulas form a matrix.
28486  A formula in the eqnarray environment is for example a matrix with three
28487  columns.
28488  By changing the column separation in this environment, the space beside
28489  the relation sign can be changed.
28490 \end_layout
28491
28492 \begin_layout Standard
28493 The column separation is specified with the length 
28494 \series bold
28495
28496 \backslash
28497 arraycolsep
28498 \series default
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Commands ! A ! 
28505 \backslash
28506 arraycolsep
28507 \end_layout
28508
28509 \end_inset
28510
28511  according to:
28512 \begin_inset Newline newline
28513 \end_inset
28514
28515 column separation = 2
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519
28520 \series bold
28521
28522 \backslash
28523 arraycolsep
28524 \series default
28525
28526 \begin_inset Newline newline
28527 \end_inset
28528
28529 Thus, the command
28530 \end_layout
28531
28532 \begin_layout Standard
28533
28534 \series bold
28535
28536 \backslash
28537 setlength{
28538 \backslash
28539 arraycolsep}{1cm}
28540 \end_layout
28541
28542 \begin_layout Standard
28543 inserted in TeX-mode, sets for all following formulas a column separation
28544  of 2
28545 \begin_inset space \thinspace{}
28546 \end_inset
28547
28548 cm.
28549  To get back to the predefined distance, 
28550 \series bold
28551
28552 \backslash
28553 arraycolsep
28554 \series default
28555  is set to 5
28556 \begin_inset space \thinspace{}
28557 \end_inset
28558
28559 pt.
28560 \end_layout
28561
28562 \begin_layout Standard
28563 A formula with 2
28564 \begin_inset space \thinspace{}
28565 \end_inset
28566
28567 cm column separation:
28568 \begin_inset ERT
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572
28573
28574 \backslash
28575 setlength{
28576 \backslash
28577 arraycolsep}{1cm}
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \begin_inset Formula 
28584 \begin{eqnarray*}
28585 A & = & B\\
28586 C & \ne & A
28587 \end{eqnarray*}
28588
28589 \end_inset
28590
28591 A formula with the predefined column separation for matrices of 10
28592 \begin_inset space \thinspace{}
28593 \end_inset
28594
28595 pt:
28596 \begin_inset ERT
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600
28601
28602 \backslash
28603 setlength{
28604 \backslash
28605 arraycolsep}{5pt}
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \begin_inset Formula 
28612 \begin{eqnarray*}
28613 A & = & B\\
28614 C & \ne & A
28615 \end{eqnarray*}
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Subsubsection
28623 Long Formulas
28624 \begin_inset Index idx
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Formula ! long
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 Long formulas can be typeset using these methods:
28638 \end_layout
28639
28640 \begin_layout Itemize
28641 When one side of the equation is much shorther than the line width, this
28642  one is chosen for the left side and the right side is typeset over two
28643  lines:
28644 \begin_inset Formula 
28645 \begin{eqnarray}
28646 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 \\
28647  &  & -\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}
28648 \end{eqnarray}
28649
28650 \end_inset
28651
28652 The minus sign at the beginning of the second line does normally not appear
28653  as operator because it is the first character of the line.
28654  Thus it would not be surrounded by space and could not be distinguished
28655  from the fraction bar.
28656  To avoid this, 3
28657 \begin_inset space \thinspace{}
28658 \end_inset
28659
28660 pt space was inserted behind the minus sign with the command 
28661 \series bold
28662
28663 \backslash
28664 hspace
28665 \series default
28666 .
28667 \begin_inset Foot
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671 more about 
28672 \series bold
28673
28674 \backslash
28675 hspace
28676 \series default
28677  see 
28678 \begin_inset CommandInset ref
28679 LatexCommand ref
28680 reference "sub:Variable-Space"
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \begin_inset Index idx
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 Commands ! H ! 
28695 \backslash
28696 hspace
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Itemize
28705 When both sides of the equation are too long, the command 
28706 \series bold
28707
28708 \backslash
28709 lefteqn
28710 \series default
28711
28712 \begin_inset Index idx
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716 Commands ! L ! 
28717 \backslash
28718 lefteqn
28719 \end_layout
28720
28721 \end_inset
28722
28723  is used.
28724  It is inserted to the first column of the first line and effects that all
28725  further insertions overwrite the following columns:
28726 \begin_inset Formula 
28727 \begin{eqnarray}
28728 \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 \\
28729  &  & -\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 \\
28730  &  & =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}
28731 \end{eqnarray}
28732
28733 \end_inset
28734
28735 After the insertion of 
28736 \series bold
28737
28738 \backslash
28739 lefteqn
28740 \series default
28741 , the cursor is in a purple box that is a bit shifted to the left from the
28742  blue one.
28743  In this the formula is inserted.
28744 \begin_inset Newline newline
28745 \end_inset
28746
28747 The content of the further lines is inserted to the second or another formula
28748  column.
28749  The greater the column number where it was inserted, the larger the indentation.
28750 \begin_inset VSpace medskip
28751 \end_inset
28752
28753
28754 \begin_inset Newline newline
28755 \end_inset
28756
28757
28758 \begin_inset Note Greyedout
28759 status open
28760
28761 \begin_layout Plain Layout
28762 Note the following when using 
28763 \series bold
28764
28765 \backslash
28766 lefteqn
28767 \series default
28768 :
28769 \end_layout
28770
28771 \begin_layout Itemize
28772 The formula doesn't use the full page width.
28773  When e.
28774 \begin_inset space \thinspace{}
28775 \end_inset
28776
28777 g.
28778 \begin_inset space \space{}
28779 \end_inset
28780
28781 the term 
28782 \begin_inset Formula $-B^{2}$
28783 \end_inset
28784
28785  is added to the first line in the above example, it would have been outside
28786  the page margin.
28787  To better use the width, negative space can be inserted at the beginning
28788  of the first line.
28789 \end_layout
28790
28791 \begin_layout Itemize
28792 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28793  line.
28794 \begin_inset Foot
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 \begin_inset CommandInset href
28799 LatexCommand href
28800 name "LyX-bug #1429"
28801 target "http://www.lyx.org/trac/ticket/1429"
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810  One can only set the cursor at the beginning of the line and move it with
28811  the arrow keys.
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \end_layout
28818
28819 \begin_layout Itemize
28820 Other methods to set long formulas are offered by the environments described
28821  in 
28822 \begin_inset CommandInset ref
28823 LatexCommand ref
28824 reference "sub:Multline-Environment"
28825
28826 \end_inset
28827
28828  and 
28829 \begin_inset CommandInset ref
28830 LatexCommand ref
28831 reference "sub:Multiline-Formula-Parts"
28832
28833 \end_inset
28834
28835 .
28836 \end_layout
28837
28838 \begin_layout Subsubsection
28839 Multiline Brackets
28840 \begin_inset CommandInset label
28841 LatexCommand label
28842 name "sub:Multiline-Brackets"
28843
28844 \end_inset
28845
28846
28847 \begin_inset Index idx
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851 Brackets ! for multiline expressions
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 For brackets spanning multiple lines the following problem occurs:
28861 \begin_inset Formula 
28862 \begin{eqnarray*}
28863 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28864  &  & \left.\cdots+B-D\right]
28865 \end{eqnarray*}
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Standard
28873 The closing bracket is smaller than the opening bracket because brackets
28874  with variable size may not span multiple lines.
28875 \end_layout
28876
28877 \begin_layout Standard
28878 To set the bracket size for the second line correctly, the first line is
28879  ended with 
28880 \series bold
28881
28882 \backslash
28883 right.
28884 \series default
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Commands ! R ! 
28891 \backslash
28892 right
28893 \end_layout
28894
28895 \end_inset
28896
28897  and the second line with 
28898 \series bold
28899
28900 \backslash
28901 left.
28902 \begin_inset Foot
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 for more about 
28907 \series bold
28908
28909 \backslash
28910 left
28911 \series default
28912  and 
28913 \series bold
28914
28915 \backslash
28916 right
28917 \series default
28918  see 
28919 \begin_inset CommandInset ref
28920 LatexCommand ref
28921 reference "sub:Automatic-Bracket-Size"
28922
28923 \end_inset
28924
28925
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \series default
28932
28933 \begin_inset Index idx
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 Commands ! L ! 
28938 \backslash
28939 left
28940 \end_layout
28941
28942 \end_inset
28943
28944 .
28945  After 
28946 \series bold
28947
28948 \backslash
28949 left.
28950
28951 \series default
28952  the command 
28953 \series bold
28954
28955 \backslash
28956 vphantom
28957 \series default
28958
28959 \begin_inset ERT
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963
28964
28965 \backslash
28966 spce 
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \series bold
28973
28974 \backslash
28975 prod
28976 \series default
28977 ^
28978 \begin_inset ERT
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982
28983
28984 \backslash
28985 spce 
28986 \end_layout
28987
28988 \end_inset
28989
28990
28991 \series bold
28992
28993 \backslash
28994 infty
28995 \series default
28996
28997 \begin_inset ERT
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001
29002
29003 \backslash
29004 spce 
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \series bold
29011
29012 \begin_inset Formula $\downarrow$
29013 \end_inset
29014
29015 _R=1}
29016 \series default
29017
29018 \begin_inset Index idx
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022 Commands ! V ! 
29023 \backslash
29024 vphantom
29025 \end_layout
29026
29027 \end_inset
29028
29029  is inserted, because the multiplication operator with its limits is the
29030  largest symbol in the first line and this should be the size for the bracket
29031  in the second line.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 The result is this:
29036 \begin_inset Formula 
29037 \begin{eqnarray*}
29038 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29039  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29040 \end{eqnarray*}
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Subsection
29048 Align Environments
29049 \end_layout
29050
29051 \begin_layout Standard
29052 Align environments can be used for every kind of multiline formulas.
29053  They are specially useful to set several formulas side by side.
29054 \end_layout
29055
29056 \begin_layout Standard
29057 Align environments consist of columns.
29058  The odd columns are right aligned, the even ones left aligned.
29059  Every line in an Align environment can be numbered.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 Align environments are created via the menu 
29064 \family sans
29065 Insert\SpecialChar \menuseparator
29066 Math
29067 \family default
29068 .
29069  With the menu 
29070 \family sans
29071 Edit\SpecialChar \menuseparator
29072 Math\SpecialChar \menuseparator
29073 Change Formula Type
29074 \family default
29075  already existing formulas can be converted to Align environments.
29076 \end_layout
29077
29078 \begin_layout Standard
29079 To add or delete columns, the math toolbar buttons 
29080 \begin_inset Graphics
29081         filename ../images/tabular-feature_append-column.png
29082         scale 85
29083
29084 \end_inset
29085
29086  or 
29087 \begin_inset Graphics
29088         filename ../images/tabular-feature_delete-column.png
29089         scale 85
29090
29091 \end_inset
29092
29093 , respectively, or the menu 
29094 \family sans
29095 Edit\SpecialChar \menuseparator
29096 Rows & Columns
29097 \family default
29098  can be used.
29099 \end_layout
29100
29101 \begin_layout Subsubsection
29102 Standard align Environment
29103 \begin_inset CommandInset label
29104 LatexCommand label
29105 name "sub:Standard-align-Environment"
29106
29107 \end_inset
29108
29109
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 Formula ! multiline ! align environment
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \begin_layout Standard
29123 This Align environment is created by presssing 
29124 \begin_inset Info
29125 type  "shortcut"
29126 arg   "newline-insert newline"
29127 \end_inset
29128
29129  in a formula or by the menu 
29130 \family sans
29131 Insert\SpecialChar \menuseparator
29132 Math\SpecialChar \menuseparator
29133 AMS align Environment
29134 \family default
29135 .
29136 \end_layout
29137
29138 \begin_layout Standard
29139 An example for two formulas set side by side, that are created with a four
29140  column align environment:
29141 \begin_inset Formula 
29142 \begin{align*}
29143 A & =\sin(B) & C & =D\\
29144 C & \ne A & B & \ne D
29145 \end{align*}
29146
29147 \end_inset
29148
29149 As it can be seen, the formulas in this environment are placed so as if
29150  there would be a 
29151 \series bold
29152
29153 \backslash
29154 hfill
29155 \begin_inset Foot
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159 more about 
29160 \series bold
29161
29162 \backslash
29163 hfill
29164 \series default
29165  see 
29166 \begin_inset CommandInset ref
29167 LatexCommand ref
29168 reference "sub:Variable-Space"
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \series default
29179  before the first and after every even column.
29180  When the formula style 
29181 \series bold
29182 Indented
29183 \begin_inset Foot
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 formula styles see 
29188 \begin_inset CommandInset ref
29189 LatexCommand ref
29190 reference "sec:Formula-Styles"
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \series default
29201  is used, the formula is set without the 
29202 \series bold
29203
29204 \backslash
29205 hfill
29206 \series default
29207  before the first column.
29208 \end_layout
29209
29210 \begin_layout Subsubsection
29211 Alignat Environment
29212 \begin_inset Index idx
29213 status collapsed
29214
29215 \begin_layout Plain Layout
29216 Formula ! multiline ! alignat environment
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 The alignat environment has no predefined column separation.
29226  It can be inserted manually with the spaces that are described 
29227 \begin_inset CommandInset ref
29228 LatexCommand ref
29229 reference "sub:Space"
29230
29231 \end_inset
29232
29233 .
29234 \end_layout
29235
29236 \begin_layout Standard
29237 The above example in the alignat environment where 1
29238 \begin_inset space \thinspace{}
29239 \end_inset
29240
29241 cm space was inserted at the beginning of the second formula:
29242 \begin_inset Formula 
29243 \begin{alignat*}{2}
29244 A & =\sin(B) & \hspace{1cm}C & =D\\
29245 C & \ne A & B & \ne D
29246 \end{alignat*}
29247
29248 \end_inset
29249
29250 Because the column separation can be set separately for every column, this
29251  environment is especially suitable to set three and more formulas side
29252  by side.
29253 \end_layout
29254
29255 \begin_layout Subsubsection
29256 Flalign Environment
29257 \begin_inset CommandInset label
29258 LatexCommand label
29259 name "sub:Flalign-Environment"
29260
29261 \end_inset
29262
29263
29264 \begin_inset Index idx
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268 Formula ! multiline ! flalign environment
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 In this environment the first two columns are always set as much as possible
29278  to the left and the last two ones to the right.
29279  An example:
29280 \begin_inset Formula 
29281 \begin{flalign*}
29282 A & =1 & B & =2 & C & =3\\
29283 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29284 \end{flalign*}
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 By creating a flalign environment with an odd number of columns where an
29293  empty TeX-brace is inserted to the last column, several formulas in a document
29294  can be set to the left, although the formula style 
29295 \series bold
29296 Centered
29297 \series default
29298  is used.
29299  As example the indented formula 
29300 \begin_inset CommandInset ref
29301 LatexCommand eqref
29302 reference "eq:VolInt"
29303
29304 \end_inset
29305
29306 :
29307 \begin_inset Formula 
29308 \begin{flalign}
29309 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29310 \end{flalign}
29311
29312 \end_inset
29313
29314 The first two columns contain the formula.
29315  To indent it as with the formula style 
29316 \series bold
29317 Indented
29318 \series default
29319 , 30
29320 \begin_inset space \thinspace{}
29321 \end_inset
29322
29323 pt space was inserted at the beginning of the first column.
29324 \end_layout
29325
29326 \begin_layout Subsection
29327 Eqnarray Environment
29328 \begin_inset CommandInset label
29329 LatexCommand label
29330 name "sub:Eqnarray-Environment"
29331
29332 \end_inset
29333
29334
29335 \begin_inset Index idx
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339 Formula ! multiline ! eqnarray environment
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \end_layout
29346
29347 \begin_layout Standard
29348 When this environment has been created, three blue boxes appear.
29349  The content of the first box is right aligned, the content of the last
29350  one left aligned.
29351  The content of the middle box appears centered and a bit smaller, because
29352  it is designed to insert there only relation characters.
29353 \begin_inset Formula 
29354 \begin{eqnarray*}
29355 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29356 AB & AB & AB\\
29357 A & = & A
29358 \end{eqnarray*}
29359
29360 \end_inset
29361
29362
29363 \end_layout
29364
29365 \begin_layout Subsection
29366 Gather Environment
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Formula ! multiline ! gather environment
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 This environment consists of only one centered column.
29381  Every line can be numbered.
29382 \begin_inset Formula 
29383 \begin{gather}
29384 A=1\\
29385 X=\textrm{-}1
29386 \end{gather}
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \begin_layout Subsection
29394 Multline Environment
29395 \begin_inset CommandInset label
29396 LatexCommand label
29397 name "sub:Multline-Environment"
29398
29399 \end_inset
29400
29401
29402 \begin_inset Index idx
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406 Formula ! multiline ! multline environment
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 The multline environment consists, like the gather environment, of only
29416  one column.
29417  But the first line is left aligned, the last one right aligned.
29418  All other lines are centered.
29419  Therefore this environment is suitable for long formulas.
29420  As example formula 
29421 \begin_inset CommandInset ref
29422 LatexCommand eqref
29423 reference "eq:lefteqn"
29424
29425 \end_inset
29426
29427  in the multline environment:
29428 \begin_inset Formula 
29429 \begin{multline}
29430 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}\\
29431 -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}\\
29432 =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}}
29433 \end{multline}
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Standard
29441 In the output only the last (first) line of a multline environment appears
29442  numbered when the document numbering is right (left).
29443 \begin_inset Foot
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447 numbering styles see 
29448 \begin_inset CommandInset ref
29449 LatexCommand ref
29450 reference "sec:Formula-Styles"
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \end_inset
29458
29459
29460 \end_layout
29461
29462 \begin_layout Standard
29463 With the commands 
29464 \series bold
29465
29466 \backslash
29467 shoveright
29468 \series default
29469
29470 \begin_inset Index idx
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474 Commands ! S ! 
29475 \backslash
29476 shoveright
29477 \end_layout
29478
29479 \end_inset
29480
29481  and 
29482 \series bold
29483
29484 \backslash
29485 shoveleft
29486 \series default
29487
29488 \begin_inset Index idx
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Commands ! S ! 
29493 \backslash
29494 shoveleft
29495 \end_layout
29496
29497 \end_inset
29498
29499  a centered line can be right or left aligned, respectively.
29500  The commands are used as follows:
29501 \end_layout
29502
29503 \begin_layout Standard
29504
29505 \series bold
29506
29507 \backslash
29508 shoveright{line content}
29509 \series default
29510  and 
29511 \series bold
29512
29513 \backslash
29514 shoveleft{line content}
29515 \end_layout
29516
29517 \begin_layout Standard
29518 \begin_inset VSpace medskip
29519 \end_inset
29520
29521 The length 
29522 \series bold
29523
29524 \backslash
29525 multlinegap
29526 \series default
29527
29528 \begin_inset Index idx
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Commands ! M ! 
29533 \backslash
29534 multlinegap
29535 \end_layout
29536
29537 \end_inset
29538
29539  specifies the distance of the first line from the left page margin.
29540  Predefined is the length 0
29541 \begin_inset space \thinspace{}
29542 \end_inset
29543
29544 pt.
29545 \end_layout
29546
29547 \begin_layout Standard
29548 As example the above formula where the command
29549 \end_layout
29550
29551 \begin_layout Standard
29552
29553 \series bold
29554
29555 \backslash
29556 setlength{
29557 \backslash
29558 multlinegap}{2cm}
29559 \end_layout
29560
29561 \begin_layout Standard
29562 was inserted in TeX-mode before:
29563 \begin_inset ERT
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567
29568
29569 \backslash
29570 setlength{
29571 \backslash
29572 multlinegap}{2cm}
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \begin_inset Formula 
29579 \begin{multline}
29580 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}\\
29581 \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}}\\
29582 =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}}
29583 \end{multline}
29584
29585 \end_inset
29586
29587
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593
29594 \backslash
29595 setlength{
29596 \backslash
29597 multlinegap}{0pt}
29598 \end_layout
29599
29600 \end_inset
29601
29602 The second line was left aligned using 
29603 \series bold
29604
29605 \backslash
29606 shoveleft
29607 \series default
29608 .
29609 \end_layout
29610
29611 \begin_layout Subsection
29612 Multiline Formula Parts
29613 \begin_inset CommandInset label
29614 LatexCommand label
29615 name "sub:Multiline-Formula-Parts"
29616
29617 \end_inset
29618
29619
29620 \begin_inset Index idx
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Formula ! multiline ! formula parts
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 To display only parts of a formula with multiple lines, one of the following
29634  environments are used: 
29635 \series bold
29636 aligned
29637 \series default
29638
29639 \series bold
29640 alignedat
29641 \series default
29642
29643 \series bold
29644 gathered
29645 \series default
29646  or 
29647 \series bold
29648 split
29649 \series default
29650 .
29651  They can be inserted via the menu 
29652 \family sans
29653 Insert\SpecialChar \menuseparator
29654 Math
29655 \family default
29656  or by using the commands described in this section.
29657 \end_layout
29658
29659 \begin_layout Standard
29660 The first three have the same properties as the corresponding multiline
29661  formula environments, but it is possible to set further formula parts beside
29662  them.
29663  An example:
29664 \begin_inset Formula 
29665 \[
29666 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29667 \Delta E\Delta t & \ge\frac{\hbar}{2}
29668 \end{aligned}
29669 \right\} \textrm{Uncertainty relations}
29670 \]
29671
29672 \end_inset
29673
29674
29675 \end_layout
29676
29677 \begin_layout Standard
29678 To get this formula, a displayed formula is created where the command 
29679 \series bold
29680
29681 \backslash
29682 aligned
29683 \series default
29684
29685 \begin_inset Index idx
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689 Commands ! A ! 
29690 \backslash
29691 aligned
29692 \end_layout
29693
29694 \end_inset
29695
29696  is inserted.
29697  A purple box appears around the blue formula box where now columns and
29698  lines can be added.
29699  Outside the multiline environment other formula parts can be set, like
29700  the brace.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 The aligned environment is also suitable for long formulas whose lines are
29705  horizontally aligned.
29706  Using aligned in a displayed formula has the advantage that the formula
29707  number is vertically centered behind the lines.
29708  As example formula 
29709 \begin_inset CommandInset ref
29710 LatexCommand eqref
29711 reference "eq:shortlong"
29712
29713 \end_inset
29714
29715  in the aligned environment:
29716 \begin_inset Formula 
29717 \begin{equation}
29718 \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}|}\\
29719  & -\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}|}
29720 \end{aligned}
29721 \end{equation}
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 To use the environments 
29730 \series bold
29731 alignedat
29732 \series default
29733
29734 \series bold
29735 gathered
29736 \series default
29737 , or 
29738 \series bold
29739 split
29740 \series default
29741 , the command 
29742 \series bold
29743
29744 \backslash
29745 alignedat
29746 \series default
29747 ,
29748 \begin_inset Index idx
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752 Commands ! A ! 
29753 \backslash
29754 alignedat
29755 \end_layout
29756
29757 \end_inset
29758
29759  
29760 \series bold
29761
29762 \backslash
29763 gathered
29764 \series default
29765
29766 \begin_inset Index idx
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Commands ! G ! 
29771 \backslash
29772 gathered
29773 \end_layout
29774
29775 \end_inset
29776
29777 , or 
29778 \series bold
29779
29780 \backslash
29781 split
29782 \series default
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Commands ! S ! 
29789 \backslash
29790 split
29791 \end_layout
29792
29793 \end_inset
29794
29795  are inserted, respectively.
29796  The split environment has the same properties as the aligned environment
29797  but it can only have two columns.
29798 \end_layout
29799
29800 \begin_layout Subsection
29801 Text in multiline Formulas
29802 \begin_inset CommandInset label
29803 LatexCommand label
29804 name "sub:Text-in-multiline"
29805
29806 \end_inset
29807
29808
29809 \begin_inset Index idx
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813 Text ! in formulas
29814 \end_layout
29815
29816 \end_inset
29817
29818
29819 \begin_inset Index idx
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 Formula ! multiline ! text
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \end_layout
29830
29831 \begin_layout Standard
29832 In the Align environments, and the multline and gather environment, text
29833  can be inserted that will appear in a separate line and doesn't affect
29834  the column alignment.
29835  To do this, the command 
29836 \series bold
29837
29838 \backslash
29839 intertext
29840 \series default
29841
29842 \begin_inset Index idx
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846 Commands ! I ! 
29847 \backslash
29848 intertext
29849 \end_layout
29850
29851 \end_inset
29852
29853  is used in the following scheme:
29854 \end_layout
29855
29856 \begin_layout Standard
29857
29858 \series bold
29859
29860 \backslash
29861 intertext{text}
29862 \end_layout
29863
29864 \begin_layout Standard
29865 The text should not be longer than a line because it cannot be hyphenated.
29866  As LyX doesn't yet support 
29867 \series bold
29868
29869 \backslash
29870 intertext
29871 \series default
29872  directly, the text is written as mathematical text.
29873  
29874 \series bold
29875
29876 \backslash
29877 intertext
29878 \series default
29879  must hereby be at the beginning of a line and appears in the output above
29880  this line.
29881  An example where the text was inserted at the beginning of the second line:
29882 \begin_inset Formula 
29883 \begin{align}
29884 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29885 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29886 \end{align}
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Section
29894 Formula Numbering
29895 \begin_inset Index idx
29896 status collapsed
29897
29898 \begin_layout Plain Layout
29899 Formula numbering
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \begin_inset Index idx
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 Formula ! numbering|see
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915 {
29916 \end_layout
29917
29918 \end_inset
29919
29920 Formula numbering
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926 }
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \end_layout
29938
29939 \begin_layout Subsection
29940 General
29941 \end_layout
29942
29943 \begin_layout Standard
29944 Numbered formulas can be created with the menu 
29945 \family sans
29946 Insert\SpecialChar \menuseparator
29947 Math\SpecialChar \menuseparator
29948 Numbered
29949 \begin_inset space ~
29950 \end_inset
29951
29952 Formula
29953 \family default
29954  (shortcut 
29955 \family sans
29956 Ctrl+Alt
29957 \begin_inset space ~
29958 \end_inset
29959
29960 N
29961 \family default
29962 ).
29963  Existing formulas can be numbered with the menu 
29964 \family sans
29965 Edit\SpecialChar \menuseparator
29966 Math\SpecialChar \menuseparator
29967 Toggle
29968 \begin_inset space ~
29969 \end_inset
29970
29971 Numbering
29972 \family default
29973  (shortcut 
29974 \begin_inset Info
29975 type  "shortcut"
29976 arg   "math-number-toggle"
29977 \end_inset
29978
29979 ).
29980  The formula number is displayed in LyX behind the formula as number sign
29981  in parentheses.
29982  The number sign is replaced in the output by the formula number.
29983 \end_layout
29984
29985 \begin_layout Standard
29986 When numbering is turned on in multiline formulas, all lines will be numbered.
29987  But the numbering can be controlled with the menu 
29988 \family sans
29989 Edit\SpecialChar \menuseparator
29990 Math\SpecialChar \menuseparator
29991 Toggle
29992 \begin_inset space ~
29993 \end_inset
29994
29995 Numbering
29996 \begin_inset space ~
29997 \end_inset
29998
29999 of
30000 \begin_inset space ~
30001 \end_inset
30002
30003 Line
30004 \family default
30005  (shortcut
30006 \begin_inset Info
30007 type  "shortcut"
30008 arg   "math-number-line-toggle"
30009 \end_inset
30010
30011 ) for every line.
30012 \end_layout
30013
30014 \begin_layout Standard
30015 Except for inline formulas, all formulas can be numbered with two different
30016  styles, see 
30017 \begin_inset CommandInset ref
30018 LatexCommand ref
30019 reference "sec:Formula-Styles"
30020
30021 \end_inset
30022
30023 .
30024 \end_layout
30025
30026 \begin_layout Subsection
30027 Cross-References
30028 \begin_inset Index idx
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Cross-references ! to formulas
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \end_layout
30039
30040 \begin_layout Standard
30041 All labeled formulas can be cross-referenced.
30042  A label is added by the menu 
30043 \family sans
30044 Insert\SpecialChar \menuseparator
30045 Label
30046 \family default
30047  or the toolbar button 
30048 \begin_inset Graphics
30049         filename ../images/label-insert.png
30050         scale 85
30051
30052 \end_inset
30053
30054 .
30055  The cursor must hereby be inside a displayed formula.
30056  A dialog pops up displaying the prefix 
30057 \series bold
30058 eq:
30059 \series default
30060  in a text field.
30061  The label is inserted there behind the prefix.
30062  The predefined prefix means 
30063 \begin_inset Quotes eld
30064 \end_inset
30065
30066 equation
30067 \begin_inset Quotes erd
30068 \end_inset
30069
30070  and makes it easier to find labels in large documents because it marks
30071  it as formula label to divide it from e.
30072 \begin_inset space \thinspace{}
30073 \end_inset
30074
30075 g.
30076 \begin_inset space \space{}
30077 \end_inset
30078
30079 section labels.
30080  To change a label, the menu 
30081 \family sans
30082 Insert\SpecialChar \menuseparator
30083 Label
30084 \family default
30085  is used again.
30086 \end_layout
30087
30088 \begin_layout Standard
30089 The name of the label is displayed in LyX within two parentheses behind
30090  formula.
30091  A formula with a label is always numbered.
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Cross-references are inserted via the menu 
30096 \family sans
30097 Insert\SpecialChar \menuseparator
30098 Cross-Reference
30099 \family default
30100  or with the toolbar button 
30101 \begin_inset Graphics
30102         filename ../images/dialog-show-new-inset_ref.png
30103         scale 85
30104
30105 \end_inset
30106
30107 .
30108  A formula cross-reference appears in the output as formula number.
30109  When in the cross-reference dialog window the format 
30110 \series bold
30111 (<reference>)
30112 \series default
30113  is chosen, the cross-reference appears in the output as formula number
30114  in parentheses.
30115 \begin_inset Newline newline
30116 \end_inset
30117
30118 By right-clicking on a cross-reference in LyX, one jumps to the formula
30119  that is referenced.
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Here are as examples cross-references to formulas of the following subsections:
30124 \begin_inset Note Note
30125 status open
30126
30127 \begin_layout Plain Layout
30128 Note the different cross-reference types.
30129 \end_layout
30130
30131 \end_inset
30132
30133
30134 \end_layout
30135
30136 \begin_layout Standard
30137 The equations 
30138 \begin_inset CommandInset ref
30139 LatexCommand eqref
30140 reference "eq:tag"
30141
30142 \end_inset
30143
30144  and 
30145 \begin_inset CommandInset ref
30146 LatexCommand eqref
30147 reference "eq:c"
30148
30149 \end_inset
30150
30151  are equivalent.
30152  In (
30153 \begin_inset CommandInset ref
30154 LatexCommand ref
30155 reference "eq:Lat"
30156
30157 \end_inset
30158
30159 ) big Latin letters are used for the numbering in contrary to (
30160 \begin_inset CommandInset ref
30161 LatexCommand ref
30162 reference "eq:Rom"
30163
30164 \end_inset
30165
30166 ).
30167 \end_layout
30168
30169 \begin_layout Standard
30170 \begin_inset VSpace medskip
30171 \end_inset
30172
30173 When the argument of 
30174 \series bold
30175
30176 \backslash
30177 tag
30178 \begin_inset Foot
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 \series bold
30184
30185 \backslash
30186 tag
30187 \series default
30188  is described in 
30189 \begin_inset CommandInset ref
30190 LatexCommand ref
30191 reference "sub:User-defined-Numbering"
30192
30193 \end_inset
30194
30195 .
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \series default
30202  contains a box like in 
30203 \begin_inset CommandInset ref
30204 LatexCommand ref
30205 reference "sub:Paragraph-Boxes"
30206
30207 \end_inset
30208
30209 , the formula cannot be referenced.
30210 \end_layout
30211
30212 \begin_layout Subsection
30213 Subnumbering
30214 \begin_inset Index idx
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218 Formula numbering ! subnumbering
30219 \end_layout
30220
30221 \end_inset
30222
30223
30224 \end_layout
30225
30226 \begin_layout Standard
30227 With the help of the commands 
30228 \series bold
30229
30230 \backslash
30231 begin{subequations}
30232 \series default
30233  and 
30234 \series bold
30235
30236 \backslash
30237 end{subequations}
30238 \series default
30239  formulas can be subnumbered.
30240  Both commands are inserted in TeX-mode.
30241 \end_layout
30242
30243 \begin_layout Standard
30244 An example:
30245 \begin_inset Formula 
30246 \begin{equation}
30247 A=C-B\label{eq:a}
30248 \end{equation}
30249
30250 \end_inset
30251
30252
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 addtocounter{equation}{-1}
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \begin_inset ERT
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270
30271
30272 \backslash
30273 begin{subequations}
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \begin_inset VSpace -5mm
30280 \end_inset
30281
30282
30283 \begin_inset Formula 
30284 \begin{equation}
30285 B=C-A\label{eq:b}
30286 \end{equation}
30287
30288 \end_inset
30289
30290
30291 \begin_inset Formula 
30292 \begin{equation}
30293 C=A+B\label{eq:c}
30294 \end{equation}
30295
30296 \end_inset
30297
30298
30299 \end_layout
30300
30301 \begin_layout Standard
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 end{subequations}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 To create the example, the following is done:
30319 \end_layout
30320
30321 \begin_layout Enumerate
30322 first formula is inserted
30323 \end_layout
30324
30325 \begin_layout Enumerate
30326
30327 \series bold
30328
30329 \backslash
30330 addtocounter{equation}{-1} 
30331 \backslash
30332 begin{subequations}
30333 \begin_inset Index idx
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337 Commands ! A ! 
30338 \backslash
30339 addtocounter
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \series default
30350 is inserted after the first formula
30351 \end_layout
30352
30353 \begin_layout Enumerate
30354 second formula is inserted
30355 \end_layout
30356
30357 \begin_layout Enumerate
30358 third formula is inserted
30359 \end_layout
30360
30361 \begin_layout Enumerate
30362
30363 \series bold
30364
30365 \backslash
30366 end{subequations}
30367 \series default
30368  is inserted after the third formula
30369 \end_layout
30370
30371 \begin_layout Standard
30372 Every formula between the commands 
30373 \series bold
30374
30375 \backslash
30376 begin
30377 \series default
30378  and 
30379 \series bold
30380
30381 \backslash
30382 end
30383 \series default
30384  is subnumbered as a, b, 
30385 \begin_inset Newline linebreak
30386 \end_inset
30387
30388 c, \SpecialChar \ldots{}
30389  For multiline formulas every line will be subnumbered.
30390  All subnumbered formulas are treated as 
30391 \emph on
30392 one
30393 \emph default
30394  numbered formula.
30395  But as every numbered formula increases the counter 
30396 \series bold
30397 equation
30398 \series default
30399  by one, the command 
30400 \series bold
30401
30402 \backslash
30403 addtocounter
30404 \series default
30405  is needed to decrease it.
30406  Otherwise the formulas 
30407 \begin_inset CommandInset ref
30408 LatexCommand eqref
30409 reference "eq:a"
30410
30411 \end_inset
30412
30413
30414 \begin_inset CommandInset ref
30415 LatexCommand eqref
30416 reference "eq:b"
30417
30418 \end_inset
30419
30420
30421 \begin_inset CommandInset ref
30422 LatexCommand eqref
30423 reference "eq:c"
30424
30425 \end_inset
30426
30427  would be numbered as 
30428 \begin_inset CommandInset ref
30429 LatexCommand eqref
30430 reference "eq:a"
30431
30432 \end_inset
30433
30434
30435 \begin_inset CommandInset ref
30436 LatexCommand eqref
30437 reference "eq:d"
30438
30439 \end_inset
30440
30441
30442 \begin_inset CommandInset ref
30443 LatexCommand eqref
30444 reference "eq:f"
30445
30446 \end_inset
30447
30448 .
30449 \end_layout
30450
30451 \begin_layout Standard
30452 By inserting the commands in TeX-mode, a space is created between the first
30453  two formulas.
30454  To revert this -5
30455 \begin_inset space \thinspace{}
30456 \end_inset
30457
30458 mm vertical space is inserted after the command 
30459 \series bold
30460
30461 \backslash
30462 begin{subequations}
30463 \series default
30464 .
30465  When the formula style 
30466 \series bold
30467 Indented
30468 \begin_inset Foot
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472 formula styles see 
30473 \begin_inset CommandInset ref
30474 LatexCommand ref
30475 reference "sec:Formula-Styles"
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \series default
30486  is used, -7
30487 \begin_inset space \thinspace{}
30488 \end_inset
30489
30490 mm space is inserted instead.
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Here is an example for a multiline formula where the numbering was turned
30495  off for the second line:
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 begin{subequations}
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \begin_inset Formula 
30510 \begin{eqnarray}
30511 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30512  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30513  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30514 \end{eqnarray}
30515
30516 \end_inset
30517
30518
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524
30525 \backslash
30526 end{subequations}
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Subsection
30535 User-defined Numbering
30536 \begin_inset CommandInset label
30537 LatexCommand label
30538 name "sub:User-defined-Numbering"
30539
30540 \end_inset
30541
30542
30543 \begin_inset Index idx
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 Formula numbering ! user-defined
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset Index idx
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Formula numbering ! self-defined delimiters
30561 \end_layout
30562
30563 \end_inset
30564
30565 With the standard numbering parentheses are set around the formula number.
30566  To replace the parentheses for example by vertical bars, the following
30567  line is added to the LaTeX-preamble:
30568 \end_layout
30569
30570 \begin_layout Standard
30571
30572 \series bold
30573
30574 \backslash
30575 def
30576 \backslash
30577 tagform@#1{
30578 \backslash
30579 maketag@@@{|#1|}}
30580 \series default
30581
30582 \begin_inset Note Note
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586 This macro is already declared in the LaTeX-preamble for testing.
30587  To activate it, remove the percent sign at the beginning.
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 To use other characters, the vertical bars besides the 
30597 \series bold
30598 #1
30599 \series default
30600  are replaced by one ore more characters.
30601  To get only the formula number the vertical bars are omitted.
30602 \end_layout
30603
30604 \begin_layout Standard
30605 \begin_inset VSpace bigskip
30606 \end_inset
30607
30608 When there should be an expression of your choice instead of the consecutive
30609  formula number in parentheses behind the formula, the command 
30610 \series bold
30611
30612 \backslash
30613 tag
30614 \series default
30615
30616 \begin_inset Index idx
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 Commands ! T ! 
30621 \backslash
30622 tag
30623 \end_layout
30624
30625 \end_inset
30626
30627  is used:
30628 \begin_inset Formula 
30629 \begin{equation}
30630 A+B=C\tag{something}\label{eq:tag}
30631 \end{equation}
30632
30633 \end_inset
30634
30635 In this example the command 
30636 \series bold
30637
30638 \backslash
30639 tag
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 spce 
30648 \end_layout
30649
30650 \end_inset
30651
30652 something
30653 \series default
30654  was inserted to the formula.
30655 \end_layout
30656
30657 \begin_layout Standard
30658 When the command 
30659 \series bold
30660
30661 \backslash
30662 tag*
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668
30669 \backslash
30670 spce 
30671 \end_layout
30672
30673 \end_inset
30674
30675 something
30676 \series default
30677  is inserted instead, the star prevents the parentheses around the expression:
30678 \begin_inset Formula 
30679 \[
30680 A+B=C\tag*{something}
30681 \]
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 \begin_inset VSpace bigskip
30690 \end_inset
30691
30692 To restart the formula numbering with new document parts or sections, the
30693  following command is used:
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 @addtoreset{equation}{part}
30702 \series default
30703
30704 \begin_inset Index idx
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Commands ! 
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714 "
30715 \end_layout
30716
30717 \end_inset
30718
30719 @
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725 "
30726 \end_layout
30727
30728 \end_inset
30729
30730  ! 
30731 \backslash
30732
30733 \begin_inset ERT
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737
30738 "
30739 \end_layout
30740
30741 \end_inset
30742
30743 @
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749 "
30750 \end_layout
30751
30752 \end_inset
30753
30754 addtoreset
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Newline newline
30761 \end_inset
30762
30763 resp.
30764 \begin_inset Newline newline
30765 \end_inset
30766
30767
30768 \series bold
30769
30770 \backslash
30771 @addtoreset{equation}{section}
30772 \end_layout
30773
30774 \begin_layout Standard
30775 To be able to use these commands in TeX-mode, the 
30776 \begin_inset Quotes eld
30777 \end_inset
30778
30779 @
30780 \begin_inset Quotes erd
30781 \end_inset
30782
30783  character has to be made 
30784 \begin_inset Quotes eld
30785 \end_inset
30786
30787 active
30788 \begin_inset Quotes erd
30789 \end_inset
30790
30791  for LaTeX using the command 
30792 \series bold
30793
30794 \backslash
30795 makeatletter.
30796
30797 \series default
30798  The command 
30799 \series bold
30800
30801 \backslash
30802 makeatother
30803 \series default
30804  reverts this.
30805  So the command sequence in TeX-mode is:
30806 \end_layout
30807
30808 \begin_layout Standard
30809
30810 \series bold
30811
30812 \backslash
30813 makeatletter
30814 \begin_inset Newline newline
30815 \end_inset
30816
30817
30818 \backslash
30819 @addtoreset{equation}{section}
30820 \begin_inset Newline newline
30821 \end_inset
30822
30823
30824 \backslash
30825 makeatother
30826 \end_layout
30827
30828 \begin_layout Standard
30829 In the LaTeX-preamble 
30830 \series bold
30831
30832 \backslash
30833 makeatletter
30834 \series default
30835  and 
30836 \series bold
30837
30838 \backslash
30839 makeatother
30840 \series default
30841  can be omitted as they are automatically internally inserted by LyX.
30842 \end_layout
30843
30844 \begin_layout Standard
30845 To revert 
30846 \series bold
30847
30848 \backslash
30849 @addtoreset
30850 \series default
30851 , the file 
30852 \series bold
30853 remreset.sty
30854 \series default
30855
30856 \begin_inset Foot
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861 \series bold
30862 remreset
30863 \series default
30864  is part of the LaTeX-package 
30865 \series bold
30866 carlisle
30867 \series default
30868
30869 \begin_inset Index idx
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 Packages ! carlisle
30874 \end_layout
30875
30876 \end_inset
30877
30878  that is part of every LaTeX standard installation.
30879 \end_layout
30880
30881 \end_inset
30882
30883
30884 \begin_inset Index idx
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888 Packages ! remreset
30889 \end_layout
30890
30891 \end_inset
30892
30893  has to be loaded in the LaTeX-preamble with the line
30894 \end_layout
30895
30896 \begin_layout Standard
30897
30898 \series bold
30899
30900 \backslash
30901 usepackage{remreset}
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Then the command 
30906 \series bold
30907
30908 \backslash
30909 @removefromreset
30910 \series default
30911
30912 \begin_inset Index idx
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Commands ! 
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922 "
30923 \end_layout
30924
30925 \end_inset
30926
30927 @
30928 \begin_inset ERT
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932
30933 "
30934 \end_layout
30935
30936 \end_inset
30937
30938  ! 
30939 \backslash
30940
30941 \begin_inset ERT
30942 status collapsed
30943
30944 \begin_layout Plain Layout
30945
30946 "
30947 \end_layout
30948
30949 \end_inset
30950
30951 @
30952 \begin_inset ERT
30953 status collapsed
30954
30955 \begin_layout Plain Layout
30956
30957 "
30958 \end_layout
30959
30960 \end_inset
30961
30962 removefromreset
30963 \end_layout
30964
30965 \end_inset
30966
30967  can be used with the same scheme as 
30968 \series bold
30969
30970 \backslash
30971 @addtoreset
30972 \series default
30973 .
30974 \end_layout
30975
30976 \begin_layout Standard
30977 \begin_inset VSpace bigskip
30978 \end_inset
30979
30980 Sometimes formulas should be numbered in the following form:
30981 \end_layout
30982
30983 \begin_layout Standard
30984
30985 \family typewriter
30986 (section number.formula number)
30987 \end_layout
30988
30989 \begin_layout Standard
30990 The formula number should start with every section with 
30991 \begin_inset Quotes eld
30992 \end_inset
30993
30994 1
30995 \begin_inset Quotes erd
30996 \end_inset
30997
30998 .
30999 \end_layout
31000
31001 \begin_layout Standard
31002 For this case there is the command 
31003 \series bold
31004
31005 \backslash
31006 numberwithin
31007 \series default
31008
31009 \begin_inset Index idx
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013 Commands ! N ! 
31014 \backslash
31015 numberwithin
31016 \end_layout
31017
31018 \end_inset
31019
31020 , which is used with the following scheme:
31021 \end_layout
31022
31023 \begin_layout Standard
31024
31025 \series bold
31026
31027 \backslash
31028 numberwithin{counter}{sectioning}
31029 \end_layout
31030
31031 \begin_layout Standard
31032 Counter denotes what kind of numbering is affected, sectioning denotes what
31033  number is before the dot.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
31038 \end_layout
31039
31040 \begin_layout Standard
31041
31042 \series bold
31043
31044 \backslash
31045 numberwithin{equation}{section}
31046 \end_layout
31047
31048 \begin_layout Standard
31049 This is the result:
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055
31056 \backslash
31057 numberwithin{equation}{section}
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \begin_inset Formula 
31064 \begin{equation}
31065 A+B=C
31066 \end{equation}
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 To number e.
31075 \begin_inset space \thinspace{}
31076 \end_inset
31077
31078 g.
31079 \begin_inset space \space{}
31080 \end_inset
31081
31082 tables so that the number of the part is the sectioning,
31083 \begin_inset Newline newline
31084 \end_inset
31085
31086
31087 \series bold
31088
31089 \backslash
31090 numberwithin{table}{part}
31091 \series default
31092  is used.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 To go back to the standard numbering or to prevent this kind of numbering
31097  when it is defined by the document class, the following command is inserted
31098  as TeX-Code or to the LaTeX-preamble:
31099 \end_layout
31100
31101 \begin_layout Standard
31102
31103 \series bold
31104
31105 \backslash
31106 renewcommand{
31107 \backslash
31108 theequation}{
31109 \backslash
31110 arabic{equation}}
31111 \begin_inset Index idx
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115 Commands ! A ! 
31116 \backslash
31117 arabic
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \series default
31124
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 renewcommand{
31133 \backslash
31134 theequation}{
31135 \backslash
31136 arabic{equation}}
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \series bold
31143
31144 \begin_inset Newline newline
31145 \end_inset
31146
31147
31148 \series default
31149 or
31150 \series bold
31151
31152 \begin_inset Newline newline
31153 \end_inset
31154
31155
31156 \backslash
31157 renewcommand{
31158 \backslash
31159 thetable}{
31160 \backslash
31161 arabic{table}}
31162 \end_layout
31163
31164 \begin_layout Standard
31165
31166 \series bold
31167
31168 \backslash
31169 numberwithin
31170 \series default
31171  uses internally the command 
31172 \series bold
31173
31174 \backslash
31175 @addtoreset
31176 \series default
31177 , described above, that also needs to be reverted.
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 makeatletter
31186 \end_layout
31187
31188 \begin_layout Plain Layout
31189
31190
31191 \backslash
31192 @removefromreset{equation}{section}
31193 \end_layout
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 makeatother
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Subsection
31208 Numbering with Roman Numbers and Letters
31209 \begin_inset Index idx
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213 Formula numbering ! with letters
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \begin_inset Index idx
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223 Formula numbering ! with Roman numbers
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 Formulas can also be numbered with Roman numbers and Latin letters.
31233  To number for example with small Roman numbers, the command
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 renewcommand{
31242 \backslash
31243 theequation}{
31244 \backslash
31245 roman{equation}}
31246 \end_layout
31247
31248 \begin_layout Standard
31249 is inserted before the formula in TeX-mode.
31250  
31251 \series bold
31252
31253 \backslash
31254 renewcommand
31255 \series default
31256
31257 \begin_inset Index idx
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261 Commands ! R ! 
31262 \backslash
31263 renewcommand
31264 \end_layout
31265
31266 \end_inset
31267
31268  redefines the predefined command 
31269 \series bold
31270
31271 \backslash
31272 theequation
31273 \series default
31274  to the command 
31275 \series bold
31276
31277 \backslash
31278 roman{equation}
31279 \series default
31280 .
31281 \begin_inset Foot
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 The command 
31286 \series bold
31287
31288 \backslash
31289 renewcommand
31290 \series default
31291  has the same scheme like the command 
31292 \series bold
31293
31294 \backslash
31295 newcommand
31296 \series default
31297  that is described in 
31298 \begin_inset CommandInset ref
31299 LatexCommand ref
31300 reference "sub:The-Command-newcommand"
31301
31302 \end_inset
31303
31304 .
31305 \end_layout
31306
31307 \end_inset
31308
31309  
31310 \series bold
31311 equation
31312 \series default
31313  is the formula counter.
31314  When the command 
31315 \series bold
31316
31317 \backslash
31318 the
31319 \series default
31320  is used as prefix for a counter, the value of the counter is output as
31321  Arabic number.
31322  When a formula is numbered, LaTeX sets internally the command 
31323 \series bold
31324
31325 \backslash
31326 theequation
31327 \series default
31328  behind the formula.
31329  
31330 \series bold
31331
31332 \backslash
31333 roman{equation}
31334 \begin_inset Index idx
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 Commands ! R ! 
31339 \backslash
31340 roman
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \series default
31347  outputs the counter as small Roman number.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 All formulas behind the command 
31352 \series bold
31353
31354 \backslash
31355 renew
31356 \series default
31357 c
31358 \series bold
31359 ommand
31360 \series default
31361  are now numbered Roman.
31362  To switch to numbering with big Roman numbers, the command is inserted
31363  again, but 
31364 \series bold
31365
31366 \backslash
31367 roman
31368 \series default
31369  is replaced by 
31370 \series bold
31371
31372 \backslash
31373 Roman
31374 \series default
31375
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 Commands ! R ! 
31381 \backslash
31382 roman@
31383 \backslash
31384 Roman
31385 \end_layout
31386
31387 \end_inset
31388
31389 .
31390  To 
31391 \begin_inset Quotes eld
31392 \end_inset
31393
31394 number
31395 \begin_inset Quotes erd
31396 \end_inset
31397
31398  with small Latin letters there is the command 
31399 \series bold
31400
31401 \backslash
31402 alph
31403 \series default
31404
31405 \begin_inset Index idx
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409 Commands ! A ! 
31410 \backslash
31411 alph
31412 \end_layout
31413
31414 \end_inset
31415
31416 , for big ones there is the command 
31417 \series bold
31418
31419 \backslash
31420 Alph
31421 \series default
31422
31423 \begin_inset Index idx
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427 Commands ! A ! 
31428 \backslash
31429 alph@
31430 \backslash
31431 Alph
31432 \end_layout
31433
31434 \end_inset
31435
31436 .
31437 \end_layout
31438
31439 \begin_layout Standard
31440 \begin_inset Note Greyedout
31441 status open
31442
31443 \begin_layout Plain Layout
31444
31445 \series bold
31446 Note:
31447 \series default
31448  Only maximal 26 formulas can be numbered with Latin letters in one document.
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462
31463 \backslash
31464 renewcommand{
31465 \backslash
31466 theequation}{
31467 \backslash
31468 roman{equation}}
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset Formula 
31478 \begin{equation}
31479 A=\textrm{small roman}
31480 \end{equation}
31481
31482 \end_inset
31483
31484
31485 \begin_inset ERT
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489
31490
31491 \backslash
31492 renewcommand{
31493 \backslash
31494 theequation}{
31495 \backslash
31496 Roman{equation}}
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset Formula 
31503 \begin{equation}
31504 B=\textrm{big Roman}\label{eq:Rom}
31505 \end{equation}
31506
31507 \end_inset
31508
31509
31510 \begin_inset ERT
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514
31515
31516 \backslash
31517 renewcommand{
31518 \backslash
31519 theequation}{
31520 \backslash
31521 alph{equation}}
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \begin_inset Formula 
31528 \begin{equation}
31529 C=\textrm{small Latin}
31530 \end{equation}
31531
31532 \end_inset
31533
31534
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540
31541 \backslash
31542 renewcommand{
31543 \backslash
31544 theequation}{
31545 \backslash
31546 Alph{equation}}
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \begin_inset Formula 
31553 \begin{equation}
31554 D=\textrm{big Latin}\label{eq:Lat}
31555 \end{equation}
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \begin_layout Standard
31563 To switch back to the default numbering, insert the command:
31564 \end_layout
31565
31566 \begin_layout Standard
31567
31568 \series bold
31569
31570 \backslash
31571 renewcommand{
31572 \backslash
31573 theequation}{
31574 \backslash
31575 arabic{equation}}
31576 \begin_inset Index idx
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 Commands ! A ! 
31581 \backslash
31582 arabic
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 renewcommand{
31599 \backslash
31600 theequation}{
31601 \backslash
31602 arabic{equation}}
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Formula 
31609 \begin{equation}
31610 E=\textrm{Arabic}
31611 \end{equation}
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 \begin_inset VSpace medskip
31620 \end_inset
31621
31622 As you see, formulas are numbered serially independent from the numbering
31623  style.
31624  When then numbering should start with 
31625 \begin_inset Quotes eld
31626 \end_inset
31627
31628 1
31629 \begin_inset Quotes erd
31630 \end_inset
31631
31632  when the style is changed, new equation counters have to be defined.
31633  A description about this can be found in the file 
31634 \begin_inset CommandInset href
31635 LatexCommand href
31636 name "Formula-numbering.lyx"
31637 target "run:Formula-numbering.lyx"
31638
31639 \end_inset
31640
31641 .
31642 \end_layout
31643
31644 \begin_layout Section
31645 Chemical Symbols and Equations
31646 \begin_inset CommandInset label
31647 LatexCommand label
31648 name "sub:Chemical-Symbols-and"
31649
31650 \end_inset
31651
31652
31653 \begin_inset Index idx
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 Chemical characters ! Symbols
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \begin_inset Index idx
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667 Chemical equations
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \begin_inset Index idx
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677 Symbols ! chemical
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686 An example text from chemistry:
31687 \end_layout
31688
31689 \begin_layout Quote
31690 The 
31691 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31692 \end_inset
31693
31694 -ion reacts with two 
31695 \begin_inset Formula $\mathrm{Na^{+}}$
31696 \end_inset
31697
31698 -ions to sodium sulfate 
31699 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31700 \end_inset
31701
31702 .
31703  The chemical equation for this is:
31704 \begin_inset Formula 
31705 \begin{equation}
31706 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31707 \end{equation}
31708
31709 \end_inset
31710
31711
31712 \end_layout
31713
31714 \begin_layout Standard
31715 This chemical equation can directly be created as formula.
31716  To avoid that the symbols appear italic, everything is highlighted and
31717  changed by the shortcut 
31718 \begin_inset Info
31719 type  "shortcut"
31720 arg   "font-roman"
31721 \end_inset
31722
31723  to the upright font style.
31724 \begin_inset Foot
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 font styles
31729 \series bold
31730  
31731 \series default
31732 see 
31733 \begin_inset CommandInset ref
31734 LatexCommand ref
31735 reference "sub:Font-Styles"
31736
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \end_layout
31746
31747 \begin_layout Standard
31748 A more convenient way to typeset chemical formulas is to use the command
31749  
31750 \series bold
31751
31752 \backslash
31753 ce
31754 \series default
31755
31756 \begin_inset Index idx
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760 Commands ! C ! 
31761 \backslash
31762 ce
31763 \end_layout
31764
31765 \end_inset
31766
31767  that is available when the LaTeX-package 
31768 \series bold
31769 mhchem
31770 \series default
31771
31772 \begin_inset Index idx
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 Packages ! mhchem
31777 \end_layout
31778
31779 \end_inset
31780
31781  is installed.
31782  After inserting 
31783 \series bold
31784
31785 \backslash
31786 ce
31787 \series default
31788  to a formula a new blue box appears where chemical formulas can be inserted
31789  in an intuitive way.
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \align center
31794 \begin_inset Tabular
31795 <lyxtabular version="3" rows="9" columns="2">
31796 <features tabularvalignment="middle">
31797 <column alignment="center" valignment="top" width="0">
31798 <column alignment="center" valignment="top" width="0">
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 Command
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 Result
31814 \begin_inset Note Note
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819 \series bold
31820
31821 \backslash
31822 raisebox
31823 \series default
31824  is only used as spacer.
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \end_inset
31833 </cell>
31834 </row>
31835 <row>
31836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840
31841 \backslash
31842 ce
31843 \begin_inset ERT
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847
31848
31849 \backslash
31850 spce 
31851 \end_layout
31852
31853 \end_inset
31854
31855 H2CO3
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31865 \end_inset
31866
31867
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 </row>
31873 <row>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Plain Layout
31878
31879 \backslash
31880 ce
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 spce 
31889 \end_layout
31890
31891 \end_inset
31892
31893 SO4^2-
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 </row>
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916
31917 \backslash
31918 ce
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924
31925 \backslash
31926 spce 
31927 \end_layout
31928
31929 \end_inset
31930
31931 (NH4)2S
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31937 \begin_inset Text
31938
31939 \begin_layout Plain Layout
31940 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \end_inset
31947 </cell>
31948 </row>
31949 <row>
31950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954
31955 \backslash
31956 ce
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962
31963 \backslash
31964 spce 
31965 \end_layout
31966
31967 \end_inset
31968
31969 KCr(SO4)2.12H2O
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 <row>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992
31993 \backslash
31994 ce
31995 \begin_inset ERT
31996 status collapsed
31997
31998 \begin_layout Plain Layout
31999
32000
32001 \backslash
32002 spce 
32003 \end_layout
32004
32005 \end_inset
32006
32007 A-B
32008 \backslash
32009 dbond
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015
32016 \backslash
32017 spce 
32018 \end_layout
32019
32020 \end_inset
32021
32022 C
32023 \backslash
32024 tbond
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030
32031 \backslash
32032 spce 
32033 \end_layout
32034
32035 \end_inset
32036
32037 D
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 </row>
32055 <row>
32056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32057 \begin_inset Text
32058
32059 \begin_layout Plain Layout
32060
32061 \backslash
32062 ce
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 spce 
32071 \end_layout
32072
32073 \end_inset
32074
32075 ^227
32076 \begin_inset Formula $\downarrow$
32077 \end_inset
32078
32079 _90
32080 \begin_inset Formula $\to$
32081 \end_inset
32082
32083 Th+
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32089 \begin_inset Text
32090
32091 \begin_layout Plain Layout
32092 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 </row>
32101 <row>
32102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106
32107 \backslash
32108 ce
32109 \begin_inset ERT
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113
32114
32115 \backslash
32116 spce 
32117 \end_layout
32118
32119 \end_inset
32120
32121 CO2
32122 \begin_inset ERT
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126
32127
32128 \backslash
32129 spce 
32130 \end_layout
32131
32132 \end_inset
32133
32134 +
32135 \begin_inset ERT
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139
32140
32141 \backslash
32142 spce 
32143 \end_layout
32144
32145 \end_inset
32146
32147 C
32148 \begin_inset ERT
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152
32153
32154 \backslash
32155 spce 
32156 \end_layout
32157
32158 \end_inset
32159
32160 <=>
32161 \begin_inset ERT
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165
32166
32167 \backslash
32168 spce 
32169 \end_layout
32170
32171 \end_inset
32172
32173 2CO
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 </row>
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196
32197 \backslash
32198 ce
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204
32205 \backslash
32206 spce 
32207 \end_layout
32208
32209 \end_inset
32210
32211 CO2
32212 \begin_inset ERT
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216
32217
32218 \backslash
32219 spce 
32220 \end_layout
32221
32222 \end_inset
32223
32224 +
32225 \begin_inset ERT
32226 status collapsed
32227
32228 \begin_layout Plain Layout
32229
32230
32231 \backslash
32232 spce 
32233 \end_layout
32234
32235 \end_inset
32236
32237 C
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243
32244 \backslash
32245 spce 
32246 \end_layout
32247
32248 \end_inset
32249
32250 ->[
32251 \backslash
32252 alpha][
32253 \backslash
32254 beta]
32255 \begin_inset ERT
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259
32260
32261 \backslash
32262 spce 
32263 \end_layout
32264
32265 \end_inset
32266
32267 2CO}
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 </lyxtabular>
32286
32287 \end_inset
32288
32289
32290 \end_layout
32291
32292 \begin_layout Standard
32293 \begin_inset Note Greyedout
32294 status open
32295
32296 \begin_layout Plain Layout
32297
32298 \series bold
32299 Note:
32300 \series default
32301  Inserting a formula to a 
32302 \series bold
32303
32304 \backslash
32305 ce
32306 \series default
32307  box will lead to LaTeX errors.
32308  In this case TeX code has to be used like for 
32309 \series bold
32310
32311 \backslash
32312 ce{$
32313 \backslash
32314 mu
32315 \backslash
32316 hyphen$Cl}
32317 \series default
32318
32319 \begin_inset ERT
32320 status collapsed
32321
32322 \begin_layout Plain Layout
32323
32324
32325 \backslash
32326 ce{$
32327 \backslash
32328 mu
32329 \backslash
32330 hyphen$Cl}
32331 \end_layout
32332
32333 \end_inset
32334
32335  
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Standard
32344 Using 
32345 \series bold
32346
32347 \backslash
32348 ce
32349 \series default
32350  the command for equation
32351 \begin_inset space ~
32352 \end_inset
32353
32354
32355 \begin_inset CommandInset ref
32356 LatexCommand eqref
32357 reference "eq:chem-reaction"
32358
32359 \end_inset
32360
32361  is:
32362 \begin_inset Newline newline
32363 \end_inset
32364
32365
32366 \series bold
32367  
32368 \backslash
32369 ce
32370 \begin_inset ERT
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374
32375
32376 \backslash
32377 spce 
32378 \end_layout
32379
32380 \end_inset
32381
32382 2Na+
32383 \begin_inset ERT
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387
32388
32389 \backslash
32390 spce 
32391 \end_layout
32392
32393 \end_inset
32394
32395 +
32396 \begin_inset ERT
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400
32401
32402 \backslash
32403 spce 
32404 \end_layout
32405
32406 \end_inset
32407
32408 SO4^2-
32409 \begin_inset ERT
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413
32414
32415 \backslash
32416 spce 
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \begin_inset ERT
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426
32427
32428 \backslash
32429 spce 
32430 \end_layout
32431
32432 \end_inset
32433
32434 ->
32435 \begin_inset ERT
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440
32441 \backslash
32442 spce 
32443 \end_layout
32444
32445 \end_inset
32446
32447 Na2SO4
32448 \end_layout
32449
32450 \begin_layout Standard
32451 To create multiline chemical equations first a multiline formula is created
32452  as described in 
32453 \begin_inset CommandInset ref
32454 LatexCommand ref
32455 reference "sec:Multiline-Formulas"
32456
32457 \end_inset
32458
32459 .
32460  Afterwards the command 
32461 \series bold
32462
32463 \backslash
32464 ce
32465 \series default
32466  is used in every small blue box of the formula.
32467  
32468 \begin_inset CommandInset ref
32469 LatexCommand eqref
32470 reference "eq:TEOS-reaction-1"
32471
32472 \end_inset
32473
32474  and 
32475 \begin_inset CommandInset ref
32476 LatexCommand eqref
32477 reference "eq:TEOS-reaction-2"
32478
32479 \end_inset
32480
32481  are an example of a multi-stage chemical reaction where every equation
32482  has its own number.
32483 \begin_inset Formula 
32484 \begin{eqnarray}
32485 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32486 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32487 \end{eqnarray}
32488
32489 \end_inset
32490
32491
32492 \end_layout
32493
32494 \begin_layout Standard
32495 Besides 
32496 \series bold
32497
32498 \backslash
32499 ce
32500 \series default
32501  the 
32502 \series bold
32503 mhchem
32504 \series default
32505  package provides the command 
32506 \series bold
32507
32508 \backslash
32509 cf
32510 \series default
32511
32512 \begin_inset Index idx
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516 Commands ! C ! 
32517 \backslash
32518 cf
32519 \end_layout
32520
32521 \end_inset
32522
32523  that has to be used for special cases.
32524  For more information about 
32525 \series bold
32526
32527 \backslash
32528 cf
32529 \series default
32530  and more examples have a look at the documentation of 
32531 \series bold
32532 mhchem
32533 \series default
32534
32535 \begin_inset CommandInset citation
32536 LatexCommand cite
32537 key "mhchem"
32538
32539 \end_inset
32540
32541 .
32542 \end_layout
32543
32544 \begin_layout Standard
32545 \begin_inset Newpage newpage
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Section
32552 Diagrams
32553 \end_layout
32554
32555 \begin_layout Standard
32556 LyX supports two types of commutative diagrams: 
32557 \series bold
32558 amscd
32559 \series default
32560  and 
32561 \series bold
32562 xymatrix
32563 \series default
32564  that are explained in the following.
32565 \end_layout
32566
32567 \begin_layout Subsection
32568 Amscd Diagrams
32569 \begin_inset Index idx
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 Diagrams ! amscd
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 Diagrams of this type visualize relations by vertical and horizontal lines
32583  or arrows:
32584 \begin_inset Formula 
32585 \[
32586 \begin{CD}A@>>>B@>>>C\\
32587 @AAA@.@VVV\\
32588 F@<<<E@<<<D
32589 \end{CD}
32590 \]
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 To get them, the command 
32599 \series bold
32600
32601 \backslash
32602 CD
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Commands ! C ! 
32608 \backslash
32609 CD
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \series default
32616  is inserted to a formula.
32617  A blue box appears with two dashed lines where further commands can be
32618  inserted.
32619  With 
32620 \begin_inset Info
32621 type  "shortcut"
32622 arg   "newline-insert newline"
32623 \end_inset
32624
32625  a new line is created.
32626  Horizontal relations are inserted in odd, vertical in even formula lines.
32627 \end_layout
32628
32629 \begin_layout Standard
32630 To create the relations there are the following commands:
32631 \end_layout
32632
32633 \begin_layout Itemize
32634
32635 \series bold
32636 @<<<
32637 \series default
32638  creates a left arrow, 
32639 \series bold
32640 @>>>
32641 \series default
32642  a right arrow and 
32643 \series bold
32644 @=
32645 \series default
32646  a long equal sign
32647 \end_layout
32648
32649 \begin_layout Itemize
32650
32651 \series bold
32652 @AAA
32653 \series default
32654  creates an up arrow, 
32655 \series bold
32656 @VVV
32657 \series default
32658  an down arrow and 
32659 \series bold
32660 @|
32661 \series default
32662  a vertical equal sign
32663 \end_layout
32664
32665 \begin_layout Itemize
32666
32667 \series bold
32668 @.
32669
32670 \series default
32671  is a placeholder for non-existent relations
32672 \end_layout
32673
32674 \begin_layout Standard
32675 All arrows can be labeled as follows:
32676 \end_layout
32677
32678 \begin_layout Itemize
32679 Is text inserted between the first and second < or >, resp., it is placed
32680  above the arrow.
32681  When it is inserted between the second and third one, it appears under
32682  the arrow.
32683 \end_layout
32684
32685 \begin_layout Itemize
32686 When text for vertical arrows is inserted between the first and second A
32687  or V, resp., it is placed left beside the arrow.
32688  When it is inserted between the second and third one, it appears right
32689  beside the arrow.
32690  If the text contains an A or V, these letters must be set into a TeX-brace.
32691 \end_layout
32692
32693 \begin_layout Standard
32694 As example a diagram with all possible relations:
32695 \end_layout
32696
32697 \begin_layout Standard
32698 \begin_inset Formula 
32699 \[
32700 \begin{CD}A@>j>>B@>>k>C@=F\\
32701 @AmAA@.@VV{V}V@|\\
32702 D@<<j<E@>k>>F@=C
32703 \end{CD}
32704 \]
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \begin_layout Standard
32712 The command for this is:
32713 \begin_inset Newline newline
32714 \end_inset
32715
32716
32717 \series bold
32718
32719 \backslash
32720 CD
32721 \begin_inset ERT
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725
32726
32727 \backslash
32728 spce 
32729 \end_layout
32730
32731 \end_inset
32732
32733 A@>j>>B@>>k>C@=F Ctrl+Return
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737
32738 \begin_inset Phantom HPhantom
32739 status open
32740
32741 \begin_layout Plain Layout
32742
32743 \series bold
32744
32745 \backslash
32746 CD
32747 \begin_inset ERT
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751
32752
32753 \backslash
32754 spce 
32755 \end_layout
32756
32757 \end_inset
32758
32759
32760 \end_layout
32761
32762 \end_inset
32763
32764 @AmAA@.@VV
32765 \backslash
32766 {V
32767 \series default
32768
32769 \begin_inset Formula $\to$
32770 \end_inset
32771
32772
32773 \series bold
32774 V@| Ctrl+Return
32775 \begin_inset Newline newline
32776 \end_inset
32777
32778
32779 \begin_inset Phantom HPhantom
32780 status open
32781
32782 \begin_layout Plain Layout
32783
32784 \series bold
32785
32786 \backslash
32787 CD
32788 \begin_inset ERT
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792
32793
32794 \backslash
32795 spce 
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \end_inset
32804
32805 D@<<j<E@>k>>F@=C
32806 \end_layout
32807
32808 \begin_layout Subsection
32809 Xymatrix Diagrams
32810 \begin_inset Index idx
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814 Diagrams ! xymatrix
32815 \end_layout
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 To be able to use xymatrices, the LaTeX-package 
32824 \series bold
32825 xypic
32826 \series default
32827  must be installed.
32828  A xymatrix is created by inserting the command 
32829 \series bold
32830
32831 \backslash
32832 xymatrix
32833 \series default
32834  in a formula.
32835  Then you are able to add new matrix columns and rows like for normal matrices,
32836  see 
32837 \begin_inset CommandInset ref
32838 LatexCommand ref
32839 reference "sec:Matrices"
32840
32841 \end_inset
32842
32843 .
32844 \end_layout
32845
32846 \begin_layout Standard
32847 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32848  and much more.
32849  All possibilities to create commutative diagrams and decorations are explained
32850  in detail in the 
32851 \emph on
32852 XY-pic manual
32853 \emph default
32854  that you find in the menu 
32855 \family sans
32856 Help\SpecialChar \menuseparator
32857 Specific
32858 \begin_inset space ~
32859 \end_inset
32860
32861 Manuals
32862 \family default
32863 .
32864 \end_layout
32865
32866 \begin_layout Subsection
32867
32868 \noun on
32869 Feynman
32870 \noun default
32871  Diagrams
32872 \begin_inset Index idx
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876 Diagrams ! Feynman
32877 \end_layout
32878
32879 \end_inset
32880
32881
32882 \end_layout
32883
32884 \begin_layout Standard
32885 To be able to use 
32886 \noun on
32887 Feynman
32888 \noun default
32889 -diagrams, the LaTeX-package 
32890 \series bold
32891 feyn
32892 \series default
32893  must be installed.
32894  A 
32895 \noun on
32896 Feynman
32897 \noun default
32898 -diagram is created by inserting the command 
32899 \series bold
32900
32901 \backslash
32902 Diagram
32903 \series default
32904  in a formula.
32905  Then you are able to add new matrix columns and rows like for normal matrices,
32906  see 
32907 \begin_inset CommandInset ref
32908 LatexCommand ref
32909 reference "sec:Matrices"
32910
32911 \end_inset
32912
32913 .
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Examples how to create 
32918 \noun on
32919 Feynman-
32920 \noun default
32921 diagrams in LyX is given in the 
32922 \emph on
32923 Feynman-diagram manual
32924 \emph default
32925  that you find in the menu 
32926 \family sans
32927 Help\SpecialChar \menuseparator
32928 Specific
32929 \begin_inset space ~
32930 \end_inset
32931
32932 Manuals
32933 \family default
32934 .
32935 \end_layout
32936
32937 \begin_layout Section
32938 User-defined Commands
32939 \begin_inset Index idx
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943 User-defined commands
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 \begin_inset Note Greyedout
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \series bold
32958 Note:
32959 \series default
32960  The names of user-defined commands and macros may only consist of Latin
32961  letters.
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Subsection
32970 The Command 
32971 \backslash
32972 newcommand
32973 \begin_inset CommandInset label
32974 LatexCommand label
32975 name "sub:The-Command-newcommand"
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index idx
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 User-defined commands ! 
32985 \backslash
32986 newcommand
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \begin_inset Index idx
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996 Commands ! N ! 
32997 \backslash
32998 newcommand
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Standard
33007 Many LaTeX-commands are too long to be used frequently.
33008  But it is possible to define with the command 
33009 \series bold
33010
33011 \backslash
33012 newcommand
33013 \series default
33014  new shorter commands.
33015 \end_layout
33016
33017 \begin_layout Standard
33018 The command scheme of 
33019 \series bold
33020
33021 \backslash
33022 newcommand
33023 \series default
33024  is:
33025 \end_layout
33026
33027 \begin_layout Standard
33028
33029 \series bold
33030
33031 \backslash
33032 newcommand{new command name}[number of arguments][optional
33033 \series default
33034  
33035 \series bold
33036 value]
33037 \begin_inset Newline newline
33038 \end_inset
33039
33040
33041 \begin_inset Phantom HPhantom
33042 status open
33043
33044 \begin_layout Plain Layout
33045
33046 \series bold
33047
33048 \backslash
33049 newcommand
33050 \end_layout
33051
33052 \end_inset
33053
33054 {command definition}
33055 \end_layout
33056
33057 \begin_layout Standard
33058 \begin_inset Note Greyedout
33059 status open
33060
33061 \begin_layout Plain Layout
33062
33063 \series bold
33064 Note:
33065 \series default
33066  Assure that the name of the new command is not already used in your document
33067  or by LaTeX-packages that you use.
33068  When you for example define the command 
33069 \series bold
33070
33071 \backslash
33072 le
33073 \series default
33074  for 
33075 \series bold
33076
33077 \backslash
33078 Leftarrow
33079 \series default
33080 , you get an error message because 
33081 \series bold
33082
33083 \backslash
33084 le
33085 \series default
33086  is already defined as command for 
33087 \begin_inset Quotes eld
33088 \end_inset
33089
33090
33091 \begin_inset Formula $\le$
33092 \end_inset
33093
33094
33095 \begin_inset Quotes erd
33096 \end_inset
33097
33098 .
33099 \end_layout
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \begin_layout Standard
33107 The number of arguments is an integer in the range 0
33108 \begin_inset space \thinspace{}
33109 \end_inset
33110
33111 -
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 9 and specifies how many arguments the new command should have.
33116  With the optional value a value for an optional argument can be predefined.
33117  When this is done, the 
33118 \emph on
33119 first
33120 \emph default
33121  
33122 \emph on
33123 a
33124 \emph default
33125 rgument of the new command is automatically an optional one.
33126 \end_layout
33127
33128 \begin_layout Standard
33129 Here are some examples:
33130 \end_layout
33131
33132 \begin_layout Itemize
33133 To define the command 
33134 \series bold
33135
33136 \backslash
33137 gr
33138 \series default
33139  for 
33140 \series bold
33141
33142 \backslash
33143 Longrightarrow
33144 \series default
33145 , the LaTeX-preamble line is:
33146 \begin_inset VSpace medskip
33147 \end_inset
33148
33149
33150 \begin_inset Newline newline
33151 \end_inset
33152
33153
33154 \series bold
33155
33156 \backslash
33157 newcommand{
33158 \backslash
33159 gr}{
33160 \backslash
33161 Longrightarrow}
33162 \end_layout
33163
33164 \begin_layout Itemize
33165 To define the command 
33166 \series bold
33167
33168 \backslash
33169 us
33170 \series default
33171  for 
33172 \series bold
33173
33174 \backslash
33175 underline
33176 \series default
33177 , the argument (that should be underlined) must be taken into account.
33178  For this the preamble line is:
33179 \begin_inset VSpace medskip
33180 \end_inset
33181
33182
33183 \begin_inset Newline newline
33184 \end_inset
33185
33186
33187 \series bold
33188
33189 \backslash
33190 newcommand{
33191 \backslash
33192 us}[1]{
33193 \backslash
33194 underline{#1}}
33195 \series default
33196
33197 \begin_inset VSpace medskip
33198 \end_inset
33199
33200
33201 \begin_inset Newline newline
33202 \end_inset
33203
33204 The character 
33205 \series bold
33206 #
33207 \series default
33208  acts as argument placeholder, the 
33209 \series bold
33210 1
33211 \series default
33212  behind it denotes that it is the placeholder for the first argument.
33213 \end_layout
33214
33215 \begin_layout Itemize
33216 For 
33217 \series bold
33218
33219 \backslash
33220 framebox
33221 \series default
33222  one can e.
33223 \begin_inset space \thinspace{}
33224 \end_inset
33225
33226 g.
33227 \begin_inset space \space{}
33228 \end_inset
33229
33230 define the command 
33231 \series bold
33232
33233 \backslash
33234 fb
33235 \series default
33236 :
33237 \begin_inset VSpace medskip
33238 \end_inset
33239
33240
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244
33245 \series bold
33246
33247 \backslash
33248 newcommand{
33249 \backslash
33250 fb}[3]{
33251 \backslash
33252 framebox#1#2{$#3$}}
33253 \series default
33254
33255 \begin_inset VSpace medskip
33256 \end_inset
33257
33258
33259 \begin_inset Newline newline
33260 \end_inset
33261
33262 The two Dollar signs creates the extra formula needed for 
33263 \series bold
33264
33265 \backslash
33266 framebox
33267 \series default
33268 , see 
33269 \begin_inset CommandInset ref
33270 LatexCommand ref
33271 reference "sub:Boxes-with-Frame"
33272
33273 \end_inset
33274
33275 .
33276 \end_layout
33277
33278 \begin_layout Itemize
33279 To create a new command for 
33280 \series bold
33281
33282 \backslash
33283 fcolorbox
33284 \series default
33285  where the color for the box needn't to be specified, the argument for the
33286  color is defined optional:
33287 \begin_inset VSpace medskip
33288 \end_inset
33289
33290
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294
33295 \series bold
33296
33297 \backslash
33298 newcommand{
33299 \backslash
33300 cb}[3][white]{
33301 \backslash
33302 fcolorbox{#2}{#1}{$#3$}}
33303 \series default
33304
33305 \begin_inset VSpace medskip
33306 \end_inset
33307
33308
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312 When the color is not specified when using 
33313 \series bold
33314
33315 \backslash
33316 cb
33317 \series default
33318 , the predefined color 
33319 \series bold
33320 white
33321 \series default
33322  will be used.
33323 \end_layout
33324
33325 \begin_layout Standard
33326 A test of the new defined commands:
33327 \end_layout
33328
33329 \begin_layout Standard
33330 \align center
33331 \begin_inset Tabular
33332 <lyxtabular version="3" rows="6" columns="2">
33333 <features tabularvalignment="middle">
33334 <column alignment="center" valignment="top" width="0">
33335 <column alignment="center" valignment="top" width="0">
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341 Command
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 Result
33351 \begin_inset Note Note
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356 \series bold
33357
33358 \backslash
33359 raisebox
33360 \series default
33361  is only used as spacer.
33362 \end_layout
33363
33364 \end_inset
33365
33366
33367 \end_layout
33368
33369 \end_inset
33370 </cell>
33371 </row>
33372 <row>
33373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 A
33378 \backslash
33379 gr
33380 \begin_inset ERT
33381 status collapsed
33382
33383 \begin_layout Plain Layout
33384
33385
33386 \backslash
33387 spce 
33388 \end_layout
33389
33390 \end_inset
33391
33392 B
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401 \begin_inset Formula $A\gr B$
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \end_inset
33408 </cell>
33409 </row>
33410 <row>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415
33416 \backslash
33417 us{ABcd
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 </row>
33435 <row>
33436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33437 \begin_inset Text
33438
33439 \begin_layout Plain Layout
33440
33441 \backslash
33442 fb{[2cm]
33443 \begin_inset Formula $\to$
33444 \end_inset
33445
33446
33447 \backslash
33448 {
33449 \begin_inset Formula $\to$
33450 \end_inset
33451
33452
33453 \backslash
33454 {
33455 \backslash
33456 int
33457 \begin_inset ERT
33458 status collapsed
33459
33460 \begin_layout Plain Layout
33461
33462
33463 \backslash
33464 spce 
33465 \end_layout
33466
33467 \end_inset
33468
33469 A=B
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33479 \end_inset
33480
33481
33482 \end_layout
33483
33484 \end_inset
33485 </cell>
33486 </row>
33487 <row>
33488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492
33493 \backslash
33494 cb{red
33495 \begin_inset Formula $\to$
33496 \end_inset
33497
33498
33499 \backslash
33500 {
33501 \backslash
33502 int
33503 \begin_inset ERT
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507
33508
33509 \backslash
33510 spce 
33511 \end_layout
33512
33513 \end_inset
33514
33515 A=B
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \end_inset
33531 </cell>
33532 </row>
33533 <row>
33534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33535 \begin_inset Text
33536
33537 \begin_layout Plain Layout
33538
33539 \backslash
33540 cb[green]
33541 \backslash
33542 {red
33543 \begin_inset Formula $\to$
33544 \end_inset
33545
33546
33547 \backslash
33548 {
33549 \backslash
33550 int
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556
33557 \backslash
33558 spce 
33559 \end_layout
33560
33561 \end_inset
33562
33563 A=B
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \end_inset
33579 </cell>
33580 </row>
33581 </lyxtabular>
33582
33583 \end_inset
33584
33585
33586 \end_layout
33587
33588 \begin_layout Subsection
33589 Math Macros
33590 \begin_inset Index idx
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 User-defined commands! Math macros
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \begin_inset Index idx
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604 Macros
33605 \end_layout
33606
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \begin_layout Standard
33613 User-defined commands are especially convenient for complex expressions.
33614  When you are for example dealing in a document with quadratic equations,
33615  the same solution type occurs several times.
33616  The general form of a quadratic equation is
33617 \begin_inset Formula 
33618 \[
33619 0=\lambda^{2}+p\lambda+q
33620 \]
33621
33622 \end_inset
33623
33624 The general form of the solution is
33625 \begin_inset Formula 
33626 \[
33627 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33628 \]
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \begin_layout Standard
33636 To define a command for the solution formula where only the three parameters
33637  
33638 \begin_inset Formula $\lambda$
33639 \end_inset
33640
33641
33642 \begin_inset Formula $p$
33643 \end_inset
33644
33645  and 
33646 \begin_inset Formula $q$
33647 \end_inset
33648
33649  need to be specified and the index of 
33650 \begin_inset Formula $\lambda$
33651 \end_inset
33652
33653  can be given optionally, the LaTeX-preamble line is
33654 \begin_inset Newline newline
33655 \end_inset
33656
33657
33658 \series bold
33659
33660 \backslash
33661 newcommand{
33662 \backslash
33663 qG}[4][1,
33664 \backslash
33665 ,2]{#2_{#1}=-
33666 \backslash
33667 frac{#3}{2}
33668 \backslash
33669 pm
33670 \begin_inset Newline newline
33671 \end_inset
33672
33673
33674 \begin_inset Phantom HPhantom
33675 status open
33676
33677 \begin_layout Plain Layout
33678
33679 \series bold
33680
33681 \backslash
33682 newcommand
33683 \end_layout
33684
33685 \end_inset
33686
33687
33688 \backslash
33689 sqrt{
33690 \backslash
33691 frac{#3^{2}}{4}-#4}}
33692 \end_layout
33693
33694 \begin_layout Standard
33695 To create with this the solution formula, the command
33696 \begin_inset Newline newline
33697 \end_inset
33698
33699
33700 \series bold
33701
33702 \backslash
33703 qG{
33704 \backslash
33705 lambda
33706 \begin_inset Formula $\to$
33707 \end_inset
33708
33709
33710 \backslash
33711 {p
33712 \begin_inset Formula $\to$
33713 \end_inset
33714
33715
33716 \backslash
33717 {q
33718 \series default
33719  is inserted to a formula
33720 \series bold
33721 .
33722 \end_layout
33723
33724 \begin_layout Standard
33725 The definition of the new command is unintuitive because one has to know
33726  the schemes of all used LaTeX commands, e.
33727 \begin_inset space \thinspace{}
33728 \end_inset
33729
33730 g.
33731 \begin_inset space \space{}
33732 \end_inset
33733
33734 that a fraction is inserted in LaTeX as 
33735 \series bold
33736
33737 \backslash
33738 frac{numerator}{denominator}
33739 \series default
33740 .
33741  Furthermore one can easily forget a brace in the definition and cannot
33742  see in LyX what the new command is doing.
33743  To avoid these problems LyX offers the possibility to use math macros instead
33744  of the command 
33745 \series bold
33746
33747 \backslash
33748 newcommand
33749 \series default
33750 .
33751 \end_layout
33752
33753 \begin_layout Standard
33754 A math macro is created by using the menu 
33755 \family sans
33756 Insert\SpecialChar \menuseparator
33757 Math\SpecialChar \menuseparator
33758 Macro
33759 \family default
33760  or the toolbar button 
33761 \begin_inset Graphics
33762         filename ../images/math-macro_newmacroname_newcommand.png
33763         scale 85
33764
33765 \end_inset
33766
33767 .
33768  The math macro toolbar appears together with the following box where the
33769  macro is defined:
33770 \begin_inset Newline newline
33771 \end_inset
33772
33773
33774 \begin_inset space \hspace*{\fill}
33775 \end_inset
33776
33777
33778 \begin_inset Graphics
33779         filename clipart/macrobox.png
33780
33781 \end_inset
33782
33783
33784 \begin_inset space \hspace*{\fill}
33785 \end_inset
33786
33787
33788 \begin_inset Newline newline
33789 \end_inset
33790
33791
33792 \begin_inset FormulaMacro
33793 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33794 \end_inset
33795
33796
33797 \backslash
33798 newmacroname is the default name of the macro that should be changed to
33799  something sensible.
33800  The wanted formula is inserted in the first blue box.
33801  An argument placeholder is inserted with the command 
33802 \series bold
33803
33804 \backslash
33805 #argumentnumber
33806 \series default
33807 , e.
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 g
33812 \begin_inset space \space{}
33813 \end_inset
33814
33815
33816 \series bold
33817
33818 \backslash
33819 #1
33820 \series default
33821  or by using the macro toolbar button 
33822 \begin_inset Graphics
33823         filename ../images/math-macro-add-param.png
33824         scale 85
33825
33826 \end_inset
33827
33828 .
33829  Argument placeholders are displayed red.
33830  Maximum 9 arguments are possible.
33831  Optional arguments are created with the toolbar button 
33832 \begin_inset Graphics
33833         filename ../images/math-macro-add-optional-param.png
33834         scale 85
33835
33836 \end_inset
33837
33838 .
33839  The first non-optional argument can be transformed to an optional one with
33840  the toolbar button 
33841 \begin_inset Graphics
33842         filename ../images/math-macro-make-optional.png
33843         scale 85
33844
33845 \end_inset
33846
33847 .
33848  In the second blue box the appearance of the macro in LyX can be defined.
33849  Normally you want to see it as it is defined, so the box is kept empty.
33850  But when you have created a macro that needs lot of space on the screen,
33851  you can insert in the box for example
33852 \begin_inset Newline newline
33853 \end_inset
33854
33855
33856 \series bold
33857 qG: 
33858 \backslash
33859 #1
33860 \series default
33861  
33862 \series bold
33863 ,
33864 \series default
33865  
33866 \series bold
33867
33868 \backslash
33869 #2
33870 \series default
33871  
33872 \series bold
33873 ,
33874 \series default
33875  
33876 \series bold
33877
33878 \backslash
33879 #3, 
33880 \backslash
33881 #4
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885
33886 \series default
33887 For the macro only the arguments with the macro name in front of them will
33888  then be displayed in LyX, leading to a better overview.
33889  The formula appears in the output as defined in the first box.
33890 \begin_inset Newline newline
33891 \end_inset
33892
33893 The appearance of macros in formulas can furthermore be changed for single
33894  macros by setting the cursor in the macro and using the menu 
33895 \family sans
33896 View\SpecialChar \menuseparator
33897 (Un)fold
33898 \begin_inset space ~
33899 \end_inset
33900
33901 Math
33902 \begin_inset space ~
33903 \end_inset
33904
33905 Macro
33906 \family default
33907 .
33908 \end_layout
33909
33910 \begin_layout Standard
33911 To use a macro, the macro name is inserted as command to a formula, in our
33912  case 
33913 \series bold
33914
33915 \backslash
33916 qG
33917 \series default
33918 .
33919  Our macro looks in LyX like this:
33920 \begin_inset Newline newline
33921 \end_inset
33922
33923
33924 \begin_inset space \hspace*{\fill}
33925 \end_inset
33926
33927
33928 \begin_inset Graphics
33929         filename clipart/macrouse.png
33930
33931 \end_inset
33932
33933
33934 \begin_inset space \hspace*{\fill}
33935 \end_inset
33936
33937
33938 \begin_inset Newline newline
33939 \end_inset
33940
33941 Here is our macro example with the arguments 
33942 \begin_inset Formula $x$
33943 \end_inset
33944
33945
33946 \begin_inset Formula $\ln(x)$
33947 \end_inset
33948
33949  and 
33950 \begin_inset Formula $B$
33951 \end_inset
33952
33953 :
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset Formula 
33958 \[
33959 \qG x{\ln(x)}B
33960 \]
33961
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \begin_layout Standard
33968 LyX offers in the menu 
33969 \family sans
33970 Tools\SpecialChar \menuseparator
33971 Preferences\SpecialChar \menuseparator
33972 Editing\SpecialChar \menuseparator
33973 Control
33974 \family default
33975  different styles to edit macros.
33976  To find the style that suits you the most, choose a style and set the cursor
33977  in a macro formula to see the difference.
33978 \end_layout
33979
33980 \begin_layout Standard
33981 A math macro is transformed internally to a 
33982 \series bold
33983
33984 \backslash
33985 newcommand
33986 \series default
33987  command when exporting the document.
33988  The created 
33989 \series bold
33990
33991 \backslash
33992 newcommand
33993 \series default
33994  command is not placed in the LaTeX-preamble, therefore macros can only
33995  be used in formulas that are in the document below the macro definition
33996  box.
33997 \end_layout
33998
33999 \begin_layout Standard
34000 Math macros can also be directly be created from a 
34001 \series bold
34002
34003 \backslash
34004 newcommand
34005 \series default
34006  command.
34007  When writing for example the command
34008 \series bold
34009
34010 \begin_inset Newline newline
34011 \end_inset
34012
34013
34014 \backslash
34015 newcommand{
34016 \backslash
34017 larrow}[2]{
34018 \backslash
34019 xleftarrow[#2]{#1}}
34020 \begin_inset Newline newline
34021 \end_inset
34022
34023
34024 \series default
34025 in LyX as normal text, highlighting it completely and using then the shortcut
34026  
34027 \family sans
34028 Ctrl+M
34029 \family default
34030 , the command will be transformed to a math macro.
34031  Using this method you need to be careful that the 
34032 \series bold
34033
34034 \backslash
34035 newcommand
34036 \series default
34037  command is typed correctly, otherwise you get a faulty macro leading to
34038  LaTeX errors.
34039 \end_layout
34040
34041 \begin_layout Standard
34042 Math macros currently yet have the problem that further formulas in macro
34043  definitions are handled wrongly.
34044  Therefore the example 
34045 \series bold
34046
34047 \backslash
34048 fb
34049 \series default
34050  from 
34051 \begin_inset CommandInset ref
34052 LatexCommand ref
34053 reference "sub:The-Command-newcommand"
34054
34055 \end_inset
34056
34057  cannot be created as macro.
34058 \end_layout
34059
34060 \begin_layout Standard
34061 When the cursor is in a macro definition box, you will see the macro toolbar
34062  in LyX:
34063 \end_layout
34064
34065 \begin_layout Standard
34066 \begin_inset VSpace defskip
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \begin_inset Graphics
34074         filename clipart/MacroToolbar.png
34075
34076 \end_inset
34077
34078
34079 \begin_inset Index idx
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083 Macros ! Toolbar
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Standard
34092 \begin_inset VSpace defskip
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Standard
34099 The macro toolbar contains from left to right the following buttons:
34100 \end_layout
34101
34102 \begin_layout Standard
34103 \begin_inset VSpace defskip
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset Tabular
34111 <lyxtabular version="3" rows="9" columns="2">
34112 <features islongtable="true" longtabularalignment="center">
34113 <column alignment="left" valignment="top" width="0">
34114 <column alignment="left" valignment="top" width="85col%">
34115 <row interlinespace="2.5mm">
34116 <cell alignment="center" valignment="top" usebox="none">
34117 \begin_inset Text
34118
34119 \begin_layout Plain Layout
34120 \begin_inset Graphics
34121         filename ../images/math-macro-remove-param.png
34122         rotateOrigin center
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \end_inset
34130 </cell>
34131 <cell alignment="center" valignment="top" usebox="none">
34132 \begin_inset Text
34133
34134 \begin_layout Plain Layout
34135
34136 \family sans
34137 Edit\SpecialChar \menuseparator
34138 Math\SpecialChar \menuseparator
34139 Macro
34140 \begin_inset space ~
34141 \end_inset
34142
34143 Definition\SpecialChar \menuseparator
34144 Remove Last Argument
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 </row>
34150 <row interlinespace="2.5mm">
34151 <cell alignment="center" valignment="top" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 \begin_inset Graphics
34156         filename ../images/math-macro-add-param.png
34157         rotateOrigin center
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 <cell alignment="center" valignment="top" usebox="none">
34167 \begin_inset Text
34168
34169 \begin_layout Plain Layout
34170
34171 \family sans
34172 Edit\SpecialChar \menuseparator
34173 Math\SpecialChar \menuseparator
34174 Macro
34175 \begin_inset space ~
34176 \end_inset
34177
34178 Definition\SpecialChar \menuseparator
34179 Append Argument
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 </row>
34185 <row interlinespace="2.5mm">
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 \begin_inset Graphics
34191         filename ../images/math-macro-make-optional.png
34192         rotateOrigin center
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205
34206 \family sans
34207 Edit\SpecialChar \menuseparator
34208 Math\SpecialChar \menuseparator
34209 Macro
34210 \begin_inset space ~
34211 \end_inset
34212
34213 Definition\SpecialChar \menuseparator
34214 Make First Non-Optional into
34215 \begin_inset Newline newline
34216 \end_inset
34217
34218
34219 \begin_inset Phantom HPhantom
34220 status open
34221
34222 \begin_layout Plain Layout
34223
34224 \family sans
34225 Edit\SpecialChar \menuseparator
34226 Math\SpecialChar \menuseparator
34227 Macro
34228 \begin_inset space ~
34229 \end_inset
34230
34231 Definition\SpecialChar \menuseparator
34232
34233 \end_layout
34234
34235 \end_inset
34236
34237 Optional Argument
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 </row>
34243 <row interlinespace="2.5mm">
34244 <cell alignment="center" valignment="top" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248 \begin_inset Graphics
34249         filename ../images/math-macro-make-nonoptional.png
34250         rotateOrigin center
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \end_inset
34258 </cell>
34259 <cell alignment="center" valignment="top" usebox="none">
34260 \begin_inset Text
34261
34262 \begin_layout Plain Layout
34263
34264 \family sans
34265 Edit\SpecialChar \menuseparator
34266 Math\SpecialChar \menuseparator
34267 Macro
34268 \begin_inset space ~
34269 \end_inset
34270
34271 Definition\SpecialChar \menuseparator
34272 Make Last Optional into
34273 \begin_inset Newline newline
34274 \end_inset
34275
34276
34277 \begin_inset Phantom HPhantom
34278 status open
34279
34280 \begin_layout Plain Layout
34281
34282 \family sans
34283 Edit\SpecialChar \menuseparator
34284 Math\SpecialChar \menuseparator
34285 Macro
34286 \begin_inset space ~
34287 \end_inset
34288
34289 Definition\SpecialChar \menuseparator
34290
34291 \end_layout
34292
34293 \end_inset
34294
34295 Non-Optional Argument
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 </row>
34301 <row interlinespace="2.5mm">
34302 <cell alignment="center" valignment="top" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306 \begin_inset Graphics
34307         filename ../images/math-macro-remove-optional-param.png
34308         rotateOrigin center
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 <cell alignment="center" valignment="top" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321
34322 \family sans
34323 Edit\SpecialChar \menuseparator
34324 Math\SpecialChar \menuseparator
34325 Macro
34326 \begin_inset space ~
34327 \end_inset
34328
34329 Definition\SpecialChar \menuseparator
34330 Remove Optional Argument
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row interlinespace="2.5mm">
34337 <cell alignment="center" valignment="top" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 \begin_inset Graphics
34342         filename ../images/math-macro-add-optional-param.png
34343         rotateOrigin center
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356
34357 \family sans
34358 Edit\SpecialChar \menuseparator
34359 Math\SpecialChar \menuseparator
34360 Macro
34361 \begin_inset space ~
34362 \end_inset
34363
34364 Definition\SpecialChar \menuseparator
34365 Insert Optional Argument
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 </row>
34371 <row interlinespace="2.5mm">
34372 <cell alignment="center" valignment="top" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 \begin_inset Graphics
34377         filename ../images/math-macro-remove-greedy-param.png
34378         rotateOrigin center
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391
34392 \family sans
34393 Edit\SpecialChar \menuseparator
34394 Math\SpecialChar \menuseparator
34395 Macro
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Definition\SpecialChar \menuseparator
34400 Remove Last Argument
34401 \begin_inset Newline newline
34402 \end_inset
34403
34404
34405 \begin_inset Phantom HPhantom
34406 status open
34407
34408 \begin_layout Plain Layout
34409
34410 \family sans
34411 Edit\SpecialChar \menuseparator
34412 Math\SpecialChar \menuseparator
34413 Macro
34414 \begin_inset space ~
34415 \end_inset
34416
34417 Definition\SpecialChar \menuseparator
34418
34419 \end_layout
34420
34421 \end_inset
34422
34423 Spitting Out To The Right
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 </row>
34429 <row interlinespace="2.5mm">
34430 <cell alignment="center" valignment="top" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 \begin_inset Graphics
34435         filename ../images/math-macro-append-greedy-param.png
34436         rotateOrigin center
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \end_inset
34444 </cell>
34445 <cell alignment="center" valignment="top" usebox="none">
34446 \begin_inset Text
34447
34448 \begin_layout Plain Layout
34449
34450 \family sans
34451 Edit\SpecialChar \menuseparator
34452 Math\SpecialChar \menuseparator
34453 Macro
34454 \begin_inset space ~
34455 \end_inset
34456
34457 Definition\SpecialChar \menuseparator
34458 Append Argument
34459 \begin_inset Newline newline
34460 \end_inset
34461
34462
34463 \begin_inset Phantom HPhantom
34464 status open
34465
34466 \begin_layout Plain Layout
34467
34468 \family sans
34469 Edit\SpecialChar \menuseparator
34470 Math\SpecialChar \menuseparator
34471 Macro
34472 \begin_inset space ~
34473 \end_inset
34474
34475 Definition\SpecialChar \menuseparator
34476
34477 \end_layout
34478
34479 \end_inset
34480
34481 Eating From The Right
34482 \end_layout
34483
34484 \end_inset
34485 </cell>
34486 </row>
34487 <row interlinespace="2.5mm">
34488 <cell alignment="center" valignment="top" usebox="none">
34489 \begin_inset Text
34490
34491 \begin_layout Plain Layout
34492 \begin_inset Graphics
34493         filename ../images/math-macro-add-greedy-optional-param.png
34494         rotateOrigin center
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 <cell alignment="center" valignment="top" usebox="none">
34504 \begin_inset Text
34505
34506 \begin_layout Plain Layout
34507
34508 \family sans
34509 Edit\SpecialChar \menuseparator
34510 Math\SpecialChar \menuseparator
34511 Macro
34512 \begin_inset space ~
34513 \end_inset
34514
34515 Definition\SpecialChar \menuseparator
34516 Append Optional Argument
34517 \begin_inset Newline newline
34518 \end_inset
34519
34520
34521 \begin_inset Phantom HPhantom
34522 status open
34523
34524 \begin_layout Plain Layout
34525
34526 \family sans
34527 Edit\SpecialChar \menuseparator
34528 Math\SpecialChar \menuseparator
34529 Macro
34530 \begin_inset space ~
34531 \end_inset
34532
34533 Definition\SpecialChar \menuseparator
34534
34535 \end_layout
34536
34537 \end_inset
34538
34539 Eating From The Right
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 </row>
34545 </lyxtabular>
34546
34547 \end_inset
34548
34549
34550 \end_layout
34551
34552 \begin_layout Section
34553 Computer Algebra Systems
34554 \end_layout
34555
34556 \begin_layout Standard
34557 LyX offers the exchange between mathematical expressions written in LyX's
34558  math editor and external applications or user defined scripts.
34559  Currently supported applications are 
34560 \family sans
34561 Maple
34562 \family default
34563
34564 \family sans
34565 Mathematica
34566 \family default
34567
34568 \family sans
34569 Maxima
34570 \family default
34571  and 
34572 \family sans
34573 Octave
34574 \family default
34575 .
34576  Note that the set of supported mathematical constructs is limited only
34577  to very simple cases.
34578 \end_layout
34579
34580 \begin_layout Subsection
34581 Usage
34582 \end_layout
34583
34584 \begin_layout Standard
34585 Write some expression in a formula, go to the 
34586 \family sans
34587 Edit\SpecialChar \menuseparator
34588 Math\SpecialChar \menuseparator
34589 Use Computer Algebra System
34590 \family default
34591  menu and choose the application you have installed on the computer.
34592  After that the result of computation should show on the right side of the
34593  expression together with the 
34594 \begin_inset Quotes eld
34595 \end_inset
34596
34597 =
34598 \begin_inset Quotes erd
34599 \end_inset
34600
34601  operator.
34602 \end_layout
34603
34604 \begin_layout Standard
34605 Here are few simple examples (with results from 
34606 \family typewriter
34607 Maxima
34608 \family default
34609 ) to show what kind of computations can be performed:
34610 \end_layout
34611
34612 \begin_layout Itemize
34613 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Itemize
34620 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Itemize
34627 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Itemize
34634 \begin_inset Formula $\det\left[\begin{array}{ccc}
34635 1 & 6 & 7\\
34636 2 & 5 & 8\\
34637 3 & 4 & 17
34638 \end{array}\right]=-56$
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Itemize
34645 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Subsection
34652 Keyboard shortcut
34653 \end_layout
34654
34655 \begin_layout Standard
34656 Currently there is no keyboard shortcut for calling the algebra applications.
34657  One can easily bind a shortcut to the 
34658 \family sans
34659 math-extern
34660 \family default
34661  LyX function (see the 
34662 \family sans
34663 \emph on
34664 LyX Functions
34665 \family default
34666 \emph default
34667  manual).
34668  One could e.
34669 \begin_inset space \thinspace{}
34670 \end_inset
34671
34672 g.
34673 \begin_inset space ~
34674 \end_inset
34675
34676 bind the 
34677 \family sans
34678 Return
34679 \family default
34680  key inside the math editor.
34681  To bind it to 
34682 \family typewriter
34683 Maxima
34684 \family default
34685  one would use this shortcut definition command:
34686 \end_layout
34687
34688 \begin_layout Standard
34689
34690 \series bold
34691 command-alternatives break-paragraph;math-extern maxima
34692 \end_layout
34693
34694 \begin_layout Standard
34695 \begin_inset Newpage newpage
34696 \end_inset
34697
34698
34699 \end_layout
34700
34701 \begin_layout Section
34702 Tips
34703 \begin_inset Index idx
34704 status collapsed
34705
34706 \begin_layout Plain Layout
34707 Tips
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Subsection
34716 Negative Numbers
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 Numbers ! negative
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Standard
34730 Negative numbers often look ugly in formulas because the minus sign before
34731  the number is set with the same length as the minus operator sign.
34732  When writing the negative number in normal text, the minus sign appears
34733  correctly.
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Thus, the problem disappears when converting the minus sign to mathematical
34738  text.
34739 \end_layout
34740
34741 \begin_layout Standard
34742 An example to visualize the problem:
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \align center
34747 \begin_inset Tabular
34748 <lyxtabular version="3" rows="3" columns="2">
34749 <features tabularvalignment="middle">
34750 <column alignment="right" valignment="top" width="0">
34751 <column alignment="left" valignment="top" width="0">
34752 <row>
34753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 normal text:
34758 \end_layout
34759
34760 \end_inset
34761 </cell>
34762 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766 x = -2
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 <row>
34773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777 formula:
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786 \begin_inset Formula $x=-2$
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \end_inset
34793 </cell>
34794 </row>
34795 <row>
34796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 solution:
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34806 \begin_inset Text
34807
34808 \begin_layout Plain Layout
34809 \begin_inset Formula $x=\textrm{-}2$
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 </row>
34818 </lyxtabular>
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Subsection
34826 Comma as decimal Separator
34827 \begin_inset Index idx
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831 Comma
34832 \end_layout
34833
34834 \end_inset
34835
34836
34837 \end_layout
34838
34839 \begin_layout Standard
34840 In LaTeX a comma inside a formula is used, according to the English convention,
34841  as number group separator.
34842  So there will be space added behind all commas in formulas.
34843 \end_layout
34844
34845 \begin_layout Standard
34846 To avoid this, the comma is highlighted and changed to mathematical text
34847  (shortcut 
34848 \begin_inset Info
34849 type  "shortcut"
34850 arg   "math-mode"
34851 \end_inset
34852
34853 ).
34854 \end_layout
34855
34856 \begin_layout Standard
34857 To use all formula commas in the document as decimal separator, the file
34858  
34859 \series bold
34860 icomma.sty
34861 \series default
34862
34863 \begin_inset Foot
34864 status collapsed
34865
34866 \begin_layout Plain Layout
34867
34868 \series bold
34869 icomma
34870 \series default
34871  is part of the LaTeX-package 
34872 \series bold
34873 was
34874 \series default
34875
34876 \begin_inset Index idx
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880 Packages ! was
34881 \begin_inset ERT
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885
34886
34887 \backslash
34888 vspace{4mm}
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \end_inset
34897
34898 .
34899 \end_layout
34900
34901 \end_inset
34902
34903
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 Packages ! icomma
34909 \end_layout
34910
34911 \end_inset
34912
34913  is loaded with the LaTeX-preamble line
34914 \end_layout
34915
34916 \begin_layout Standard
34917
34918 \series bold
34919
34920 \backslash
34921 usepackage{icomma}
34922 \end_layout
34923
34924 \begin_layout Subsection
34925 Physical Vectors
34926 \begin_inset CommandInset label
34927 LatexCommand label
34928 name "sub:Physical-Vectors"
34929
34930 \end_inset
34931
34932
34933 \begin_inset Index idx
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937 Vectors ! physical
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Predefined vectors are offered by the LaTeX-package 
34947 \series bold
34948 braket
34949 \series default
34950
34951 \begin_inset Index idx
34952 status collapsed
34953
34954 \begin_layout Plain Layout
34955 Packages ! braket
34956 \end_layout
34957
34958 \end_inset
34959
34960  that is loaded with the LaTeX-preamble line
34961 \end_layout
34962
34963 \begin_layout Standard
34964
34965 \series bold
34966
34967 \backslash
34968 usepackage{braket}
34969 \end_layout
34970
34971 \begin_layout Standard
34972 \begin_inset ERT
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976
34977
34978 \backslash
34979 ifbraket 
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \begin_inset Note Note
34986 status open
34987
34988 \begin_layout Plain Layout
34989 The following table will only be displayed when the LaTeX-package 
34990 \series bold
34991 braket
34992 \series default
34993  is installed.
34994 \end_layout
34995
34996 \end_inset
34997
34998
34999 \end_layout
35000
35001 \begin_layout Standard
35002 The following commands are defined:
35003 \end_layout
35004
35005 \begin_layout Standard
35006 \align center
35007 \begin_inset Tabular
35008 <lyxtabular version="3" rows="4" columns="2">
35009 <features tabularvalignment="middle">
35010 <column alignment="center" valignment="top" width="0">
35011 <column alignment="center" valignment="top" width="0">
35012 <row>
35013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35014 \begin_inset Text
35015
35016 \begin_layout Plain Layout
35017 Command
35018 \end_layout
35019
35020 \end_inset
35021 </cell>
35022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35023 \begin_inset Text
35024
35025 \begin_layout Plain Layout
35026 Result
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 </row>
35032 <row>
35033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35034 \begin_inset Text
35035
35036 \begin_layout Plain Layout
35037
35038 \backslash
35039 Bra{
35040 \backslash
35041 psi
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050 \begin_inset Formula $\Bra{\psi}$
35051 \end_inset
35052
35053
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 </row>
35059 <row>
35060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064
35065 \backslash
35066 Ket{
35067 \backslash
35068 psi
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077 \begin_inset Formula $\Ket{\psi}$
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 <row>
35087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091
35092 \backslash
35093 Braket{
35094 \backslash
35095 psi|
35096 \backslash
35097 phi
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106 \begin_inset Formula $\Braket{\psi|\phi}$
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 </row>
35115 </lyxtabular>
35116
35117 \end_inset
35118
35119
35120 \end_layout
35121
35122 \begin_layout Standard
35123 The command 
35124 \series bold
35125
35126 \backslash
35127 Braket
35128 \series default
35129  assures that all vertical bars are set in the size of the surrounding brackets:
35130 \begin_inset Formula 
35131 \[
35132 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35133 \]
35134
35135 \end_inset
35136
35137
35138 \begin_inset ERT
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142
35143
35144 \backslash
35145 else 
35146 \end_layout
35147
35148 \end_inset
35149
35150
35151 \begin_inset Note Note
35152 status open
35153
35154 \begin_layout Plain Layout
35155 The following will be displayed when the LaTeX-package 
35156 \series bold
35157 braket
35158 \series default
35159  is not installed:
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \end_layout
35166
35167 \begin_layout Standard
35168 You need to install the LaTeX-package 
35169 \series bold
35170 braket
35171 \series default
35172  to see the rest of this subsection in the output.
35173 \end_layout
35174
35175 \begin_layout Standard
35176 \begin_inset ERT
35177 status collapsed
35178
35179 \begin_layout Plain Layout
35180
35181
35182 \backslash
35183 fi 
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Standard
35192 The effect of 
35193 \series bold
35194
35195 \backslash
35196 Braket
35197 \series default
35198  can also be achieved using the command 
35199 \series bold
35200
35201 \backslash
35202 middle
35203 \series default
35204 , that is described in 
35205 \begin_inset CommandInset ref
35206 LatexCommand ref
35207 reference "sub:Automatic-Bracket-Size"
35208
35209 \end_inset
35210
35211 .
35212 \end_layout
35213
35214 \begin_layout Subsection
35215 Self-defined Fractions
35216 \begin_inset CommandInset label
35217 LatexCommand label
35218 name "sub:Self-defined-Fractions"
35219
35220 \end_inset
35221
35222
35223 \begin_inset Index idx
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227 Fractions ! self-defined
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 To define custom commands for fractions, the command 
35237 \series bold
35238
35239 \backslash
35240 genfrac
35241 \series default
35242
35243 \begin_inset Index idx
35244 status collapsed
35245
35246 \begin_layout Plain Layout
35247 Commands ! G ! 
35248 \backslash
35249 genfrac
35250 \end_layout
35251
35252 \end_inset
35253
35254  is used in the following scheme:
35255 \end_layout
35256
35257 \begin_layout Standard
35258
35259 \series bold
35260
35261 \backslash
35262 genfrac{left
35263 \series default
35264  
35265 \series bold
35266 bracket}{right
35267 \series default
35268  
35269 \series bold
35270 bracket}{fraction bar thickness}{style}
35271 \begin_inset Newline newline
35272 \end_inset
35273
35274
35275 \begin_inset Phantom HPhantom
35276 status open
35277
35278 \begin_layout Plain Layout
35279
35280 \series bold
35281
35282 \backslash
35283 genfrac
35284 \end_layout
35285
35286 \end_inset
35287
35288 {numerator}{denominator}
35289 \end_layout
35290
35291 \begin_layout Standard
35292 The style is a number in the range of 0
35293 \begin_inset space \thinspace{}
35294 \end_inset
35295
35296 -
35297 \begin_inset space \thinspace{}
35298 \end_inset
35299
35300 3.
35301 \end_layout
35302
35303 \begin_layout Standard
35304 \align center
35305 \begin_inset Tabular
35306 <lyxtabular version="3" rows="5" columns="2">
35307 <features tabularvalignment="middle">
35308 <column alignment="center" valignment="top" width="0">
35309 <column alignment="center" valignment="top" width="0">
35310 <row>
35311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 Number
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324 Style (Size)
35325 \end_layout
35326
35327 \end_inset
35328 </cell>
35329 </row>
35330 <row>
35331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35332 \begin_inset Text
35333
35334 \begin_layout Plain Layout
35335 0
35336 \end_layout
35337
35338 \end_inset
35339 </cell>
35340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35341 \begin_inset Text
35342
35343 \begin_layout Plain Layout
35344 display style formula
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 </row>
35350 <row>
35351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355 1
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35361 \begin_inset Text
35362
35363 \begin_layout Plain Layout
35364 inline formula
35365 \end_layout
35366
35367 \end_inset
35368 </cell>
35369 </row>
35370 <row>
35371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35372 \begin_inset Text
35373
35374 \begin_layout Plain Layout
35375 2
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384 small
35385 \end_layout
35386
35387 \end_inset
35388 </cell>
35389 </row>
35390 <row>
35391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395 3
35396 \end_layout
35397
35398 \end_inset
35399 </cell>
35400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 tiny
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 </row>
35410 </lyxtabular>
35411
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \begin_layout Standard
35418 When no style is given, the size is adjusted to the surrounding environment
35419  like for the command 
35420 \series bold
35421
35422 \backslash
35423 frac
35424 \series default
35425 .
35426 \end_layout
35427
35428 \begin_layout Standard
35429 When no fraction bar thickness is given, the predefined value of 0.4
35430 \begin_inset space \thinspace{}
35431 \end_inset
35432
35433 pt will be used.
35434 \end_layout
35435
35436 \begin_layout Standard
35437 \begin_inset VSpace medskip
35438 \end_inset
35439
35440 For example, the commands 
35441 \series bold
35442
35443 \backslash
35444 dfrac
35445 \series default
35446  and 
35447 \series bold
35448
35449 \backslash
35450 tbinom
35451 \series default
35452  from 
35453 \begin_inset CommandInset ref
35454 LatexCommand ref
35455 reference "sub:Fractions"
35456
35457 \end_inset
35458
35459  are defined with the commands
35460 \end_layout
35461
35462 \begin_layout Standard
35463
35464 \series bold
35465
35466 \backslash
35467 newcommand{
35468 \backslash
35469 dfrac}[2]{
35470 \backslash
35471 genfrac{}{}{}{0}{#1}{#2}}
35472 \end_layout
35473
35474 \begin_layout Standard
35475 and
35476 \end_layout
35477
35478 \begin_layout Standard
35479
35480 \series bold
35481
35482 \backslash
35483 newcommand{
35484 \backslash
35485 tbinom}[2]{
35486 \backslash
35487 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35488 \end_layout
35489
35490 \begin_layout Standard
35491 \begin_inset VSpace medskip
35492 \end_inset
35493
35494 To define a fraction where the fraction bar thickness can be given as optional
35495  argument, the following line is inserted to the LaTeX-preamble:
35496 \end_layout
35497
35498 \begin_layout Standard
35499
35500 \series bold
35501
35502 \backslash
35503 newcommand{
35504 \backslash
35505 fracS}[3][]{
35506 \backslash
35507 genfrac{}{}{#1}{}{#2}{#3}}
35508 \end_layout
35509
35510 \begin_layout Standard
35511 A test:
35512 \begin_inset Formula 
35513 \begin{align*}
35514 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35515 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35516 \end{align*}
35517
35518 \end_inset
35519
35520 As one can see, the distance of the numerator and the denominator to the
35521  fraction bar is round about three times the bar thickness.
35522 \end_layout
35523
35524 \begin_layout Subsection
35525 Canceled Formulas
35526 \begin_inset Index idx
35527 status collapsed
35528
35529 \begin_layout Plain Layout
35530 Formula ! canceled
35531 \end_layout
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Standard
35539 To cancel formulas or formula parts, the LaTeX-package 
35540 \series bold
35541 cancel
35542 \series default
35543
35544 \begin_inset Index idx
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548 Packages ! cancel
35549 \end_layout
35550
35551 \end_inset
35552
35553  has to be loaded with the LaTeX-preamble line
35554 \end_layout
35555
35556 \begin_layout Standard
35557
35558 \series bold
35559
35560 \backslash
35561 usepackage[samesize]{cancel}
35562 \end_layout
35563
35564 \begin_layout Standard
35565 \begin_inset ERT
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569
35570
35571 \backslash
35572 ifcancel 
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \begin_inset Note Note
35579 status open
35580
35581 \begin_layout Plain Layout
35582 The following table will only be displayed when the LaTeX-package 
35583 \series bold
35584 cancel
35585 \series default
35586  is installed.
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \end_layout
35593
35594 \begin_layout Standard
35595 There are four ways to cancel formulas:
35596 \end_layout
35597
35598 \begin_layout Standard
35599 \align center
35600 \begin_inset Tabular
35601 <lyxtabular version="3" rows="5" columns="2">
35602 <features tabularvalignment="middle">
35603 <column alignment="center" valignment="top" width="0">
35604 <column alignment="center" valignment="top" width="0">
35605 <row>
35606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35607 \begin_inset Text
35608
35609 \begin_layout Plain Layout
35610 Command
35611 \end_layout
35612
35613 \end_inset
35614 </cell>
35615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35616 \begin_inset Text
35617
35618 \begin_layout Plain Layout
35619 Result
35620 \begin_inset Note Note
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624 The space and
35625 \series bold
35626  
35627 \backslash
35628 raisebox
35629 \series default
35630  are used here as spacer.
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646
35647 \backslash
35648 cancel{
35649 \backslash
35650 int
35651 \begin_inset ERT
35652 status collapsed
35653
35654 \begin_layout Plain Layout
35655
35656
35657 \backslash
35658 spce 
35659 \end_layout
35660
35661 \end_inset
35662
35663 A=B
35664 \end_layout
35665
35666 \end_inset
35667 </cell>
35668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35669 \begin_inset Text
35670
35671 \begin_layout Plain Layout
35672 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 </row>
35681 <row>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686
35687 \backslash
35688 bcancel{
35689 \backslash
35690 int
35691 \begin_inset ERT
35692 status collapsed
35693
35694 \begin_layout Plain Layout
35695
35696
35697 \backslash
35698 spce 
35699 \end_layout
35700
35701 \end_inset
35702
35703 A=B
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35709 \begin_inset Text
35710
35711 \begin_layout Plain Layout
35712 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 </row>
35721 <row>
35722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726
35727 \backslash
35728 xcancel{
35729 \backslash
35730 int
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736
35737 \backslash
35738 spce 
35739 \end_layout
35740
35741 \end_inset
35742
35743 A=B
35744 \end_layout
35745
35746 \end_inset
35747 </cell>
35748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35749 \begin_inset Text
35750
35751 \begin_layout Plain Layout
35752 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 </row>
35761 <row>
35762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766
35767 \backslash
35768 cancelto{1
35769 \begin_inset Formula $\to$
35770 \end_inset
35771
35772
35773 \backslash
35774 {
35775 \backslash
35776 int
35777 \begin_inset ERT
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781
35782
35783 \backslash
35784 spce 
35785 \end_layout
35786
35787 \end_inset
35788
35789 A=B
35790 \end_layout
35791
35792 \end_inset
35793 </cell>
35794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35795 \begin_inset Text
35796
35797 \begin_layout Plain Layout
35798 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 </row>
35807 </lyxtabular>
35808
35809 \end_inset
35810
35811
35812 \end_layout
35813
35814 \begin_layout Standard
35815
35816 \series bold
35817
35818 \backslash
35819 cancelto
35820 \series default
35821  is especially suitable to visualize the reduction of fractions within formulas:
35822 \begin_inset Formula 
35823 \[
35824 \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}}}
35825 \]
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Standard
35833 \begin_inset ERT
35834 status collapsed
35835
35836 \begin_layout Plain Layout
35837
35838
35839 \backslash
35840 else 
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \begin_inset Note Note
35847 status open
35848
35849 \begin_layout Plain Layout
35850 The following will be displayed when the LaTeX-package 
35851 \series bold
35852 cancel
35853 \series default
35854  is not installed:
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Standard
35863 You need to install the LaTeX-package 
35864 \series bold
35865 cancel
35866 \series default
35867  to see the rest of this subsection in the output.
35868 \end_layout
35869
35870 \begin_layout Standard
35871 \begin_inset ERT
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875
35876
35877 \backslash
35878 fi 
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \end_layout
35885
35886 \begin_layout Subsection
35887 Formulas in Section Headings
35888 \begin_inset CommandInset label
35889 LatexCommand label
35890 name "sub:Formulas-in-Section"
35891
35892 \end_inset
35893
35894
35895 \begin_inset Index idx
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899 Formula ! in section headings
35900 \end_layout
35901
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \begin_layout Standard
35908 When formulas are used in section headings, the following has to be taken
35909  into account:
35910 \end_layout
35911
35912 \begin_layout Standard
35913 \begin_inset Note Greyedout
35914 status open
35915
35916 \begin_layout Plain Layout
35917 When 
35918 \series bold
35919 hyperref
35920 \series default
35921
35922 \begin_inset Index idx
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 Packages ! hyperref
35927 \end_layout
35928
35929 \end_inset
35930
35931  support is enabled in the document settings dialog under 
35932 \family sans
35933 PDF
35934 \begin_inset space ~
35935 \end_inset
35936
35937 Properties
35938 \family default
35939 , PDF-bookmarks are created for every section heading in the table of contents.
35940  If a section heading contains formulas, they are incorrectly displayed
35941  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35942 s.
35943 \end_layout
35944
35945 \end_inset
35946
35947
35948 \end_layout
35949
35950 \begin_layout Standard
35951 Both problems can be solved by inserting at the end of the section heading
35952  a short title with the menu 
35953 \family sans
35954 Insert\SpecialChar \menuseparator
35955 Short
35956 \begin_inset space ~
35957 \end_inset
35958
35959 Title
35960 \family default
35961 .
35962  Short titles are used as alternative for multiline section headings to
35963  keep the table of contents clearly arranged.
35964  Only the short title appears in the table of contents and therefore also
35965  in the PDF-bookmark.
35966 \end_layout
35967
35968 \begin_layout Standard
35969 When formulas should be used in the table of contents but 
35970 \series bold
35971 hyperref
35972 \series default
35973  is used, one can use the following command in TeX-mode:
35974 \end_layout
35975
35976 \begin_layout Standard
35977
35978 \series bold
35979
35980 \backslash
35981 texorpdfstring{part}{alternative}
35982 \begin_inset Index idx
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986 Commands ! T ! 
35987 \backslash
35988 texorpdfstring
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \begin_layout Standard
35997 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35998  This can be characters, formulas, footnotes, but also cross-references.
35999  The alternative is used instead of the part for the bookmark.
36000 \end_layout
36001
36002 \begin_layout Standard
36003 Here are two example headings:
36004 \begin_inset VSpace -3mm
36005 \end_inset
36006
36007
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 boldmath 
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \begin_layout Subsubsection
36024 Heading without formula in table of contents 
36025 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36026 \end_inset
36027
36028
36029 \begin_inset Argument
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033 Heading without formula in table of contents
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Subsubsection
36042 Heading with formula in table of contents
36043 \begin_inset ERT
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047
36048
36049 \backslash
36050 texorpdfstring{
36051 \end_layout
36052
36053 \end_inset
36054
36055  
36056 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36057 \end_inset
36058
36059
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065 }{}
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \end_layout
36072
36073 \begin_layout Standard
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 unboldmath 
36082 \end_layout
36083
36084 \end_inset
36085
36086 In the first heading a short title was used, in the second one 
36087 \series bold
36088
36089 \backslash
36090 texorpdfstring
36091 \series default
36092 .
36093 \end_layout
36094
36095 \begin_layout Standard
36096 To get the same formatting as for the other headings, the complete heading
36097  was set into a 
36098 \series bold
36099 boldmath
36100 \series default
36101  environment
36102 \begin_inset Foot
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106 see 
36107 \begin_inset CommandInset ref
36108 LatexCommand ref
36109 reference "sub:Bold-Formulas"
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \end_inset
36117
36118 .
36119 \end_layout
36120
36121 \begin_layout Subsection
36122 Formulas in multi-column Text
36123 \begin_inset Index idx
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127 Formula ! in multi-column text
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \begin_layout Standard
36136 Formulas in multi-column text are often too wide to fit into a column and
36137  thus need to be set over the whole page width.
36138  This is done by using the LaTeX-package 
36139 \series bold
36140 multicol
36141 \series default
36142
36143 \begin_inset Foot
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147
36148 \series bold
36149 multicol
36150 \series default
36151  is part of every LaTeX standard installation.
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \begin_inset Index idx
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161 Packages ! multicol
36162 \end_layout
36163
36164 \end_inset
36165
36166 , that is loaded with the LaTeX-preamble line
36167 \end_layout
36168
36169 \begin_layout Standard
36170
36171 \series bold
36172
36173 \backslash
36174 usepackage{multicol}
36175 \end_layout
36176
36177 \begin_layout Standard
36178 \begin_inset Note Greyedout
36179 status open
36180
36181 \begin_layout Plain Layout
36182 Note herby that the setting 
36183 \family sans
36184 Two-column
36185 \begin_inset space ~
36186 \end_inset
36187
36188 document
36189 \family default
36190  in the menu 
36191 \family sans
36192 Document\SpecialChar \menuseparator
36193 Settings
36194 \family default
36195  under 
36196 \family sans
36197 Text
36198 \begin_inset space ~
36199 \end_inset
36200
36201 Layout
36202 \family default
36203 \emph on
36204  
36205 \emph default
36206 must 
36207 \emph on
36208 not
36209 \emph default
36210  be selected.
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \end_layout
36217
36218 \begin_layout Standard
36219 Before the multi-column text the command
36220 \end_layout
36221
36222 \begin_layout Standard
36223
36224 \series bold
36225
36226 \backslash
36227 begin{multicols}{column number}
36228 \end_layout
36229
36230 \begin_layout Standard
36231 is written in TeX-mode.
36232  The column number is a number in the range of 2
36233 \begin_inset space \thinspace{}
36234 \end_inset
36235
36236 -
36237 \begin_inset space \thinspace{}
36238 \end_inset
36239
36240 10.
36241  Before the formula the multi-column text is ended by inserting the command
36242 \end_layout
36243
36244 \begin_layout Standard
36245
36246 \series bold
36247
36248 \backslash
36249 end{multicols}
36250 \end_layout
36251
36252 \begin_layout Standard
36253 in TeX-mode.
36254 \end_layout
36255
36256 \begin_layout Standard
36257 Due to the command some space is automatically added before the formula.
36258  To revert this, -6
36259 \begin_inset space \thinspace{}
36260 \end_inset
36261
36262 mm vertical space is inserted before the formula.
36263  When the formula style 
36264 \series bold
36265 Indented
36266 \begin_inset Foot
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270 formula styles see 
36271 \begin_inset CommandInset ref
36272 LatexCommand ref
36273 reference "sec:Formula-Styles"
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \series default
36284  is used, -9
36285 \begin_inset space \thinspace{}
36286 \end_inset
36287
36288 mm space is inserted instead.
36289 \end_layout
36290
36291 \begin_layout Standard
36292 As example a multi-column text with a displayed formula:
36293 \end_layout
36294
36295 \begin_layout Standard
36296
36297 \lang german
36298 \begin_inset ERT
36299 status collapsed
36300
36301 \begin_layout Plain Layout
36302
36303
36304 \backslash
36305 begin{multicols}{2}
36306 \end_layout
36307
36308 \end_inset
36309
36310 Das Spektrum wird fouriertransformiert.
36311  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36312 , Lösungsmittel) zu trennen.
36313  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36314  nun das Aussehen des Ausgangssignals.
36315  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36316  über alle Phasen integrieren muss.
36317  Sei nun 
36318 \begin_inset Formula $S$
36319 \end_inset
36320
36321  unser normiertes Ausgangssignal und 
36322 \begin_inset Formula $P$
36323 \end_inset
36324
36325  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 end{multicols}
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \begin_inset VSpace -6mm
36340 \end_inset
36341
36342
36343 \begin_inset Formula 
36344 \begin{equation}
36345 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36346 \end{equation}
36347
36348 \end_inset
36349
36350
36351 \begin_inset ERT
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355
36356
36357 \backslash
36358 begin{multicols}{2}
36359 \end_layout
36360
36361 \end_inset
36362
36363 wobei 
36364 \begin_inset Formula $S_{0}$
36365 \end_inset
36366
36367  das Signal ohne Gradient ist und die Normierungsbedingung 
36368 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36369 \end_inset
36370
36371  gilt.
36372  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36373  Direkt nach dem 
36374 \begin_inset Formula $\nicefrac{\pi}{2}$
36375 \end_inset
36376
36377
36378 \begin_inset space \thinspace{}
36379 \end_inset
36380
36381 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36382  das Signal zusätzlich abschwächt.
36383  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36384  
36385 \begin_inset Formula $T_{2}$
36386 \end_inset
36387
36388 -Zeit.
36389 \end_layout
36390
36391 \begin_layout Standard
36392
36393 \lang german
36394 \begin_inset ERT
36395 status collapsed
36396
36397 \begin_layout Plain Layout
36398
36399
36400 \backslash
36401 end{multicols}
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Subsection
36410 Formulas with Description of Variables
36411 \begin_inset Index idx
36412 status collapsed
36413
36414 \begin_layout Plain Layout
36415 Formula ! with description of variables
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 To describe variables within a formula, like in formula 
36425 \begin_inset CommandInset ref
36426 LatexCommand eqref
36427 reference "eq:within"
36428
36429 \end_inset
36430
36431 , a 2
36432 \series bold
36433 ×
36434 \series default
36435
36436 \begin_inset Formula $n$
36437 \end_inset
36438
36439
36440 \begin_inset space ~
36441 \end_inset
36442
36443 matrix is used with left aligned columns for the 
36444 \begin_inset Formula $n$
36445 \end_inset
36446
36447  used variables.
36448 \begin_inset Foot
36449 status collapsed
36450
36451 \begin_layout Plain Layout
36452 matrices see 
36453 \begin_inset CommandInset ref
36454 LatexCommand ref
36455 reference "sec:Matrices"
36456
36457 \end_inset
36458
36459
36460 \end_layout
36461
36462 \end_inset
36463
36464  To set the description in a smaller size, before the matrix e.
36465 \begin_inset space \thinspace{}
36466 \end_inset
36467
36468 g.
36469 \begin_inset space \space{}
36470 \end_inset
36471
36472 the command 
36473 \series bold
36474
36475 \backslash
36476 footnotesize
36477 \series default
36478  is inserted.
36479 \begin_inset Foot
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 font sizes see 
36484 \begin_inset CommandInset ref
36485 LatexCommand ref
36486 reference "sub:Font-Sizes"
36487
36488 \end_inset
36489
36490
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \end_layout
36497
36498 \begin_layout Standard
36499 When the formula style 
36500 \series bold
36501 Indented
36502 \begin_inset Foot
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506 formula styles see 
36507 \begin_inset CommandInset ref
36508 LatexCommand ref
36509 reference "sec:Formula-Styles"
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \end_inset
36517
36518
36519 \series default
36520  is used, a 
36521 \series bold
36522
36523 \backslash
36524 hfill
36525 \series default
36526
36527 \begin_inset Foot
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531
36532 \series bold
36533
36534 \backslash
36535 hfill
36536 \series default
36537  only works in formulas with the style 
36538 \series bold
36539 Indented
36540 \series default
36541 , see 
36542 \begin_inset CommandInset ref
36543 LatexCommand ref
36544 reference "sub:Variable-Space"
36545
36546 \end_inset
36547
36548 .
36549 \end_layout
36550
36551 \end_inset
36552
36553  is inserted before and after the matrix to have the same separation of
36554  the matrix from the equation and the side margin.
36555 \end_layout
36556
36557 \begin_layout Standard
36558 When the formula style 
36559 \series bold
36560 Centered
36561 \series default
36562  is used, the method described in 
36563 \begin_inset CommandInset ref
36564 LatexCommand ref
36565 reference "sub:Flalign-Environment"
36566
36567 \end_inset
36568
36569  is used to indent formulas.
36570  Formula 
36571 \begin_inset CommandInset ref
36572 LatexCommand eqref
36573 reference "eq:within"
36574
36575 \end_inset
36576
36577  consists of five columns whereas in the first two columns contain the equation,
36578  the third the matrix and the last one an empty TeX-brace.
36579 \begin_inset Formula 
36580 \begin{flalign}
36581 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36582 \rho & \textrm{density}\\
36583 V & \textrm{volume}\\
36584 g & \textrm{gravitational acceleration}
36585 \end{array} &  & {}\label{eq:within}
36586 \end{flalign}
36587
36588 \end_inset
36589
36590
36591 \end_layout
36592
36593 \begin_layout Subsection
36594 Upright small Greek Letters
36595 \begin_inset CommandInset label
36596 LatexCommand label
36597 name "sub:Upright-small-Greek"
36598
36599 \end_inset
36600
36601
36602 \begin_inset Index idx
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606 Greek letters ! upright
36607 \end_layout
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Standard
36615 Most of the math fonts only provide italic small Greek letters.
36616  But for symbols of elementary particles like pions and neutrinos, upright
36617  Greek letters are needed.
36618  The file 
36619 \series bold
36620 upgreek.sty
36621 \series default
36622
36623 \begin_inset Foot
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627
36628 \series bold
36629 upgreek
36630 \series default
36631  is part of the LaTeX-package 
36632 \series bold
36633 was
36634 \series default
36635
36636 \begin_inset Index idx
36637 status collapsed
36638
36639 \begin_layout Plain Layout
36640 Packages ! was
36641 \begin_inset ERT
36642 status collapsed
36643
36644 \begin_layout Plain Layout
36645
36646
36647 \backslash
36648 vspace{4mm}
36649 \end_layout
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \end_inset
36657
36658 .
36659 \end_layout
36660
36661 \end_inset
36662
36663
36664 \begin_inset Index idx
36665 status collapsed
36666
36667 \begin_layout Plain Layout
36668 Packages ! upgreek
36669 \end_layout
36670
36671 \end_inset
36672
36673  that is loaded with the LaTeX-preamble line
36674 \end_layout
36675
36676 \begin_layout Standard
36677
36678 \series bold
36679
36680 \backslash
36681 usepackage{upgreek}
36682 \end_layout
36683
36684 \begin_layout Standard
36685 provides them.
36686  
36687 \begin_inset ERT
36688 status collapsed
36689
36690 \begin_layout Plain Layout
36691
36692
36693 \backslash
36694 ifupgreek 
36695 \end_layout
36696
36697 \end_inset
36698
36699
36700 \begin_inset Note Note
36701 status open
36702
36703 \begin_layout Plain Layout
36704 The following table will only be displayed when the LaTeX-package 
36705 \series bold
36706 upgreek
36707 \series default
36708  is installed:
36709 \end_layout
36710
36711 \end_inset
36712
36713  They are created when the command for a small Greek letters is started
36714  with 
36715 \series bold
36716 up
36717 \series default
36718 .
36719  For example the command 
36720 \series bold
36721
36722 \backslash
36723 uptau
36724 \series default
36725  creates this: 
36726 \begin_inset Formula $\uptau$
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 With these commands reactions of elementary particles can be typeset:
36734 \begin_inset Formula 
36735 \[
36736 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36737 \]
36738
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \begin_layout Standard
36745 The upright letters are more bold and wider than the italic ones.
36746  They should therefore not be used for units like 
36747 \begin_inset Quotes eld
36748 \end_inset
36749
36750 µm
36751 \begin_inset Quotes erd
36752 \end_inset
36753
36754 .
36755 \end_layout
36756
36757 \begin_layout Standard
36758 \begin_inset ERT
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762
36763
36764 \backslash
36765 else 
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \begin_inset Note Note
36772 status open
36773
36774 \begin_layout Plain Layout
36775 The following will be displayed when the LaTeX-package 
36776 \series bold
36777 upgreek
36778 \series default
36779  is not installed:
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \begin_layout Standard
36788 You need to install the LaTeX-package 
36789 \series bold
36790 upgreek
36791 \series default
36792  to see the rest of this subsection in the output.
36793 \end_layout
36794
36795 \begin_layout Standard
36796 \begin_inset ERT
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800
36801
36802 \backslash
36803 fi 
36804 \end_layout
36805
36806 \end_inset
36807
36808
36809 \end_layout
36810
36811 \begin_layout Subsection
36812 Text Characters in Formulas
36813 \begin_inset CommandInset label
36814 LatexCommand label
36815 name "sub:Text-Characters-in"
36816
36817 \end_inset
36818
36819
36820 \begin_inset Index idx
36821 status collapsed
36822
36823 \begin_layout Plain Layout
36824 Text ! in formulas
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Standard
36833 In some cases you might want to insert text characters directly into formulas.
36834  When for example the centered dot · is often used in formulas like 
36835 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36836 \end_inset
36837
36838 , one would have to insert the command 
36839 \series bold
36840
36841 \backslash
36842 cdot
36843 \series default
36844
36845 \begin_inset Foot
36846 status collapsed
36847
36848 \begin_layout Plain Layout
36849 see 
36850 \begin_inset CommandInset ref
36851 LatexCommand ref
36852 reference "sub:Binary-Operators"
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \end_inset
36860
36861  all the time, because this character is defined in all encodings as text
36862  character.
36863  But the encoding can be changed by this LaTeX-preamble line:
36864 \end_layout
36865
36866 \begin_layout Standard
36867
36868 \series bold
36869
36870 \backslash
36871 Declare Inputtext{183}{
36872 \backslash
36873 ifmmode
36874 \backslash
36875 cdot
36876 \backslash
36877 else
36878 \backslash
36879 textperiodcentered
36880 \backslash
36881 f\SpecialChar \textcompwordmark{}
36882 i}
36883 \end_layout
36884
36885 \begin_layout Standard
36886 The character encoding (menu 
36887 \family sans
36888 Document\SpecialChar \menuseparator
36889 Settings\SpecialChar \menuseparator
36890 Language
36891 \family default
36892 ) specifies what character appears when a keyboard key is pressed.
36893  When the key for the character '·' is pressed, internally the command 
36894 \series bold
36895
36896 \backslash
36897 textperiodcentered
36898 \series default
36899  is used.
36900  But this command is not available in a formula so that you would get LaTeX-erro
36901 rs.
36902  With the changed encoding the right command is chosen automatically, depending
36903  on if the character was inserted into a formula or not.
36904 \end_layout
36905
36906 \begin_layout Standard
36907 The encoding of several characters is saved in definition files.
36908  Fore example the encoding 
36909 \series bold
36910 latin9
36911 \series default
36912  is defined in the file 
36913 \series bold
36914 latin9.def
36915 \series default
36916  that is in the installation folder of LaTeX.
36917  Encodings should only be changed via the LaTeX-preamble and not in the
36918  definition files.
36919  Otherwise own documents could not be edited by other LyX users working
36920  on other computers.
36921 \end_layout
36922
36923 \begin_layout Standard
36924 \begin_inset VSpace medskip
36925 \end_inset
36926
36927 Besides the centered dot, in this document the degree sign ° is defined
36928  with the following LaTeX-preamble line so that it can directly be inserted
36929  to a formula:
36930 \end_layout
36931
36932 \begin_layout Standard
36933
36934 \series bold
36935
36936 \backslash
36937 DeclareInputtext{176}{
36938 \backslash
36939 ifmmode^
36940 \backslash
36941 circ
36942 \backslash
36943 else
36944 \backslash
36945 textdegree
36946 \backslash
36947 f\SpecialChar \textcompwordmark{}
36948 i}
36949 \end_layout
36950
36951 \begin_layout Standard
36952 \begin_inset Newpage newpage
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Section
36959 \start_of_appendix
36960 Typographic Advice
36961 \begin_inset Index idx
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965 Typographic advice
36966 \end_layout
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Standard
36974 This section is a summary of the most important typographic rules, listed
36975  in ISO norms.
36976 \begin_inset Foot
36977 status collapsed
36978
36979 \begin_layout Plain Layout
36980 This collection was partly taken from the German semi-official dictionary
36981  called 
36982 \begin_inset Quotes eld
36983 \end_inset
36984
36985 Duden
36986 \begin_inset Quotes erd
36987 \end_inset
36988
36989  
36990 \begin_inset CommandInset citation
36991 LatexCommand cite
36992 key "Duden"
36993
36994 \end_inset
36995
36996  that lists some of the ISO rules.
36997  More rules are listed in 
36998 \begin_inset CommandInset citation
36999 LatexCommand cite
37000 key "Checklist"
37001
37002 \end_inset
37003
37004 .
37005 \end_layout
37006
37007 \end_inset
37008
37009
37010 \end_layout
37011
37012 \begin_layout Itemize
37013 Physical units are 
37014 \emph on
37015 always
37016 \emph default
37017  set upright
37018 \begin_inset Foot
37019 status collapsed
37020
37021 \begin_layout Plain Layout
37022 done with font styles, see 
37023 \begin_inset CommandInset ref
37024 LatexCommand ref
37025 reference "sub:Font-Styles"
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \end_inset
37033
37034 , no matter if they appear in italic text: 30
37035 \begin_inset space \thinspace{}
37036 \end_inset
37037
37038 km/h
37039 \begin_inset Newline newline
37040 \end_inset
37041
37042 Between the value and the unit is the smallest space, see 
37043 \begin_inset CommandInset ref
37044 LatexCommand ref
37045 reference "sub:Predefined-Space"
37046
37047 \end_inset
37048
37049 .
37050 \begin_inset Newline newline
37051 \end_inset
37052
37053 This convention is automatically fulfilled when the command 
37054 \series bold
37055
37056 \backslash
37057 unittwo
37058 \series default
37059  is used.
37060  When it is entered to a formula, two boxes appear.
37061  In the first one the value is inserted, in the second one the unit, and
37062  one gets as above: 
37063 \begin_inset Formula $\unit[30]{km/h}$
37064 \end_inset
37065
37066
37067 \begin_inset space \thinspace{}
37068 \end_inset
37069
37070 .
37071  Note that 
37072 \series bold
37073
37074 \backslash
37075 unittwo
37076 \series default
37077  is not a real LaTeX command but the command 
37078 \series bold
37079
37080 \backslash
37081 unit[value]{unit}
37082 \series default
37083 , therefore you cannot use it in TeX code.
37084 \end_layout
37085
37086 \begin_layout Itemize
37087 Percent and perthousand signs are set like physical units:
37088 \begin_inset Newline newline
37089 \end_inset
37090
37091 1,2
37092 \begin_inset space \thinspace{}
37093 \end_inset
37094
37095 ‰ alcohol in blood
37096 \end_layout
37097
37098 \begin_layout Itemize
37099 The degree sign follows directly on the value: 15°, but not when it is used
37100  in units: 15
37101 \begin_inset space \thinspace{}
37102 \end_inset
37103
37104 °C
37105 \end_layout
37106
37107 \begin_layout Itemize
37108 In numbers with more than four digits the smallest space is inserted before
37109  every third digit to group them: 
37110 \family roman
37111 \series medium
37112 \shape up
37113 \size normal
37114 \emph off
37115 \bar no
37116 \noun off
37117 \color none
37118 18
37119 \begin_inset space \thinspace{}
37120 \end_inset
37121
37122 473
37123 \begin_inset space \thinspace{}
37124 \end_inset
37125
37126 588
37127 \end_layout
37128
37129 \begin_layout Itemize
37130 For dimensions like 120×90×40
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 cm the multiplication sign 
37135 \begin_inset Quotes eld
37136 \end_inset
37137
37138 ×
37139 \begin_inset Quotes erd
37140 \end_inset
37141
37142  is used.
37143  It is available either via the command 
37144 \series bold
37145
37146 \backslash
37147 times
37148 \series default
37149  or via the menu 
37150 \family sans
37151 Insert\SpecialChar \menuseparator
37152 Special Character\SpecialChar \menuseparator
37153 Symbols
37154 \family default
37155 .
37156 \end_layout
37157
37158 \begin_layout Itemize
37159 Functions with names consisting of several letters are set upright to avoid
37160  confusions, see 
37161 \begin_inset CommandInset ref
37162 LatexCommand ref
37163 reference "sub:Predefined-Functions"
37164
37165 \end_inset
37166
37167 .
37168 \end_layout
37169
37170 \begin_layout Itemize
37171 Indices consisting of several letters, are set upright: 
37172 \begin_inset Formula $E_{\mathrm{kin}}$
37173 \end_inset
37174
37175
37176 \begin_inset Newline newline
37177 \end_inset
37178
37179 Components of matrices are set italic: 
37180 \begin_inset Formula $\hat{H}_{kl}$
37181 \end_inset
37182
37183
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 The differentiation/integration operator 'd', the Euler's number 'e' and
37188  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37189  other variables.
37190 \end_layout
37191
37192 \begin_layout Itemize
37193 The character that denotes a 
37194 \noun on
37195 Fourier
37196 \noun default
37197  transformation is inserted either by the command 
37198 \series bold
37199
37200 \backslash
37201 mathscr
37202 \begin_inset ERT
37203 status collapsed
37204
37205 \begin_layout Plain Layout
37206
37207
37208 \backslash
37209 spce 
37210 \end_layout
37211
37212 \end_inset
37213
37214 F
37215 \series default
37216  or via the menu 
37217 \family sans
37218 Insert\SpecialChar \menuseparator
37219 Special Character\SpecialChar \menuseparator
37220 Symbols\SpecialChar \menuseparator
37221 Letterlike
37222 \begin_inset space ~
37223 \end_inset
37224
37225 Symbols
37226 \family default
37227
37228 \begin_inset Formula $\mathscr{F}$
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Standard
37235 \begin_inset Newpage newpage
37236 \end_inset
37237
37238
37239 \end_layout
37240
37241 \begin_layout Section
37242 Synonyms
37243 \begin_inset Index idx
37244 status collapsed
37245
37246 \begin_layout Plain Layout
37247 Synonyms
37248 \end_layout
37249
37250 \end_inset
37251
37252
37253 \end_layout
37254
37255 \begin_layout Standard
37256 Some characters and symbols can be created with several commands.
37257  Here is a list of the synonym commands:
37258 \end_layout
37259
37260 \begin_layout Standard
37261 \begin_inset VSpace bigskip
37262 \end_inset
37263
37264
37265 \begin_inset space \hfill{}
37266 \end_inset
37267
37268
37269 \begin_inset Tabular
37270 <lyxtabular version="3" rows="12" columns="2">
37271 <features tabularvalignment="middle">
37272 <column alignment="center" valignment="top" width="0pt">
37273 <column alignment="center" valignment="top" width="0pt">
37274 <row>
37275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37276 \begin_inset Text
37277
37278 \begin_layout Plain Layout
37279 Command
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288 equivalent to
37289 \begin_inset Note Note
37290 status collapsed
37291
37292 \begin_layout Plain Layout
37293
37294 \series bold
37295
37296 \backslash
37297 raisebox
37298 \series default
37299  is only used as spacer.
37300 \end_layout
37301
37302 \end_inset
37303
37304
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 </row>
37310 <row>
37311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315
37316 \backslash
37317 ast
37318 \end_layout
37319
37320 \end_inset
37321 </cell>
37322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37323 \begin_inset Text
37324
37325 \begin_layout Plain Layout
37326 \begin_inset ERT
37327 status collapsed
37328
37329 \begin_layout Plain Layout
37330
37331
37332 \backslash
37333 raisebox{-1.2mm}{
37334 \end_layout
37335
37336 \end_inset
37337
37338 *
37339 \begin_inset ERT
37340 status collapsed
37341
37342 \begin_layout Plain Layout
37343
37344 }
37345 \end_layout
37346
37347 \end_inset
37348
37349
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 </row>
37355 <row>
37356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37357 \begin_inset Text
37358
37359 \begin_layout Plain Layout
37360
37361 \backslash
37362 choose
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371
37372 \backslash
37373 binom
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 </row>
37379 <row>
37380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37381 \begin_inset Text
37382
37383 \begin_layout Plain Layout
37384
37385 \backslash
37386 geq
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395
37396 \backslash
37397 ge
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 </row>
37403 <row>
37404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408
37409 \backslash
37410 lbrace
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419 {
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 </row>
37425 <row>
37426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37427 \begin_inset Text
37428
37429 \begin_layout Plain Layout
37430
37431 \backslash
37432 lbracket
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 [
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 leftarrow
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463
37464 \backslash
37465 gets
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 </row>
37471 <row>
37472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476
37477 \backslash
37478 leq
37479 \end_layout
37480
37481 \end_inset
37482 </cell>
37483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 le
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 </row>
37495 <row>
37496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500
37501 \backslash
37502 lor
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 vee
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 </row>
37519 <row>
37520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524
37525 \backslash
37526 neq
37527 \end_layout
37528
37529 \end_inset
37530 </cell>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 not=
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 </row>
37543 <row>
37544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37545 \begin_inset Text
37546
37547 \begin_layout Plain Layout
37548
37549 \backslash
37550 slash
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559 /
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 </row>
37565 <row>
37566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37567 \begin_inset Text
37568
37569 \begin_layout Plain Layout
37570
37571 \backslash
37572 vert
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581 |
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 </row>
37587 </lyxtabular>
37588
37589 \end_inset
37590
37591
37592 \begin_inset space \hfill{}
37593 \end_inset
37594
37595
37596 \begin_inset Tabular
37597 <lyxtabular version="3" rows="12" columns="2">
37598 <features tabularvalignment="middle">
37599 <column alignment="center" valignment="top" width="0pt">
37600 <column alignment="center" valignment="top" width="0pt">
37601 <row>
37602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606 Command
37607 \end_layout
37608
37609 \end_inset
37610 </cell>
37611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 equivalent to
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 </row>
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626
37627 \backslash
37628 backslash
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637
37638 \backslash
37639
37640 \backslash
37641
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 </row>
37647 <row>
37648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37649 \begin_inset Text
37650
37651 \begin_layout Plain Layout
37652
37653 \backslash
37654 dasharrow
37655 \end_layout
37656
37657 \end_inset
37658 </cell>
37659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37660 \begin_inset Text
37661
37662 \begin_layout Plain Layout
37663
37664 \backslash
37665 dashrightarrow
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row>
37672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676
37677 \backslash
37678 land
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687
37688 \backslash
37689 wedge
37690 \end_layout
37691
37692 \end_inset
37693 </cell>
37694 </row>
37695 <row>
37696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700
37701 \backslash
37702 rbrace
37703 \end_layout
37704
37705 \end_inset
37706 </cell>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711 }
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 </row>
37717 <row>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722
37723 \backslash
37724 rbracket
37725 \end_layout
37726
37727 \end_inset
37728 </cell>
37729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 ]
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 <row>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744
37745 \backslash
37746 rightarrow
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755
37756 \backslash
37757 to
37758 \end_layout
37759
37760 \end_inset
37761 </cell>
37762 </row>
37763 <row>
37764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768
37769 \backslash
37770 lnot
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779
37780 \backslash
37781 neg
37782 \end_layout
37783
37784 \end_inset
37785 </cell>
37786 </row>
37787 <row>
37788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792
37793 \backslash
37794 ne
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout Plain Layout
37803
37804 \backslash
37805 not=
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 <row>
37812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816
37817 \backslash
37818 owns
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827
37828 \backslash
37829 ni
37830 \end_layout
37831
37832 \end_inset
37833 </cell>
37834 </row>
37835 <row>
37836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37837 \begin_inset Text
37838
37839 \begin_layout Plain Layout
37840
37841 \backslash
37842 square
37843 \end_layout
37844
37845 \end_inset
37846 </cell>
37847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37848 \begin_inset Text
37849
37850 \begin_layout Plain Layout
37851
37852 \backslash
37853 Box
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 </row>
37859 <row>
37860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864
37865 \backslash
37866 Vert
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875
37876 \backslash
37877 |
37878 \end_layout
37879
37880 \end_inset
37881 </cell>
37882 </row>
37883 </lyxtabular>
37884
37885 \end_inset
37886
37887
37888 \begin_inset space \hfill{}
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \begin_layout Standard
37895 \begin_inset Newpage newpage
37896 \end_inset
37897
37898
37899 \end_layout
37900
37901 \begin_layout Bibliography
37902 \labelwidthstring References
37903 \begin_inset CommandInset bibitem
37904 LatexCommand bibitem
37905 key "TLC2"
37906
37907 \end_inset
37908
37909
37910 \shape smallcaps
37911 Mittelbach, F.
37912  ; Goossens, M.
37913 \shape default
37914
37915 \shape italic
37916 The LaTeX Companion
37917 \shape default
37918 .
37919  Addison Wesley, 2004
37920 \end_layout
37921
37922 \begin_layout Bibliography
37923 \labelwidthstring References
37924 \begin_inset CommandInset bibitem
37925 LatexCommand bibitem
37926 key "Mathmode"
37927
37928 \end_inset
37929
37930
37931 \begin_inset CommandInset href
37932 LatexCommand href
37933 name "Description"
37934 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37935
37936 \end_inset
37937
37938  of LaTeX's math abilities
37939 \end_layout
37940
37941 \begin_layout Bibliography
37942 \labelwidthstring References
37943 \begin_inset CommandInset bibitem
37944 LatexCommand bibitem
37945 key "AMS"
37946
37947 \end_inset
37948
37949
37950 \begin_inset CommandInset href
37951 LatexCommand href
37952 name "Description"
37953 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37954
37955 \end_inset
37956
37957  of 
37958 \begin_inset ERT
37959 status collapsed
37960
37961 \begin_layout Plain Layout
37962
37963
37964 \backslash
37965 AmS
37966 \end_layout
37967
37968 \end_inset
37969
37970 -LaTeX
37971 \end_layout
37972
37973 \begin_layout Bibliography
37974 \labelwidthstring References
37975 \begin_inset CommandInset bibitem
37976 LatexCommand bibitem
37977 key "Symbols"
37978
37979 \end_inset
37980
37981
37982 \begin_inset CommandInset href
37983 LatexCommand href
37984 name "List"
37985 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37986
37987 \end_inset
37988
37989  of all symbols available with LaTeX-packages
37990 \end_layout
37991
37992 \begin_layout Bibliography
37993 \labelwidthstring References
37994 \begin_inset CommandInset bibitem
37995 LatexCommand bibitem
37996 key "hyperref"
37997
37998 \end_inset
37999
38000
38001 \begin_inset CommandInset href
38002 LatexCommand href
38003 name "Documentation"
38004 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38005
38006 \end_inset
38007
38008  of the LaTeX-package 
38009 \series bold
38010 hyperref
38011 \series default
38012
38013 \begin_inset Index idx
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017 Packages ! hyperref
38018 \end_layout
38019
38020 \end_inset
38021
38022
38023 \end_layout
38024
38025 \begin_layout Bibliography
38026 \labelwidthstring References
38027 \begin_inset CommandInset bibitem
38028 LatexCommand bibitem
38029 key "mhchem"
38030
38031 \end_inset
38032
38033
38034 \begin_inset CommandInset href
38035 LatexCommand href
38036 name "Documentation"
38037 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38038
38039 \end_inset
38040
38041  of the LaTeX-package 
38042 \series bold
38043 mhchem
38044 \series default
38045
38046 \begin_inset Index idx
38047 status collapsed
38048
38049 \begin_layout Plain Layout
38050 Packages ! mhchem
38051 \end_layout
38052
38053 \end_inset
38054
38055
38056 \end_layout
38057
38058 \begin_layout Bibliography
38059 \labelwidthstring References
38060 \begin_inset CommandInset bibitem
38061 LatexCommand bibitem
38062 key "Mathclap"
38063
38064 \end_inset
38065
38066
38067 \begin_inset CommandInset href
38068 LatexCommand href
38069 name "Description"
38070 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38071
38072 \end_inset
38073
38074  of the command 
38075 \series bold
38076
38077 \backslash
38078 mathclap
38079 \series default
38080 , described in 
38081 \begin_inset CommandInset ref
38082 LatexCommand ref
38083 reference "sub:Operator-Limits"
38084
38085 \end_inset
38086
38087
38088 \begin_inset Index idx
38089 status collapsed
38090
38091 \begin_layout Plain Layout
38092 Commands ! M ! 
38093 \backslash
38094 mathclap
38095 \end_layout
38096
38097 \end_inset
38098
38099
38100 \end_layout
38101
38102 \begin_layout Bibliography
38103 \labelwidthstring References
38104 \begin_inset CommandInset bibitem
38105 LatexCommand bibitem
38106 key "Duden"
38107
38108 \end_inset
38109
38110
38111 \emph on
38112 Duden Band 1
38113 \emph default
38114 .
38115  22.
38116  Auflage, Duden 2001
38117 \end_layout
38118
38119 \begin_layout Bibliography
38120 \labelwidthstring References
38121 \begin_inset CommandInset bibitem
38122 LatexCommand bibitem
38123 key "Checklist"
38124
38125 \end_inset
38126
38127
38128 \begin_inset CommandInset href
38129 LatexCommand href
38130 name "Check list"
38131 target "http://physics.nist.gov/Document/checklist.pdf"
38132
38133 \end_inset
38134
38135  for reviewing manuscripts
38136 \end_layout
38137
38138 \begin_layout Standard
38139 \begin_inset CommandInset index_print
38140 LatexCommand printindex
38141 type "idx"
38142
38143 \end_inset
38144
38145
38146 \end_layout
38147
38148 \end_body
38149 \end_document