]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Math.lyx: port changes from branch
[lyx.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. 24.5
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 24.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, mathdots, mhchem
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be export anyway but the sections
299  where the packages are required will not appear in the output.
300  An exeption is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains LyX's math features and is furthermore a collection
335  of LaTeX-commands used for mathematical characters and constructs.
336  The explanations are designed for the usage of commands.
337  It is therefore required that you have read the section 
338 \family typewriter
339 Mathematical
340 \begin_inset space ~
341 \end_inset
342
343 Formulas
344 \family default
345  of the User's Guide.
346 \end_layout
347
348 \begin_layout Standard
349 Most of the characters and many constructs explained in this manual are
350  also accessible via the menu 
351 \family sans
352 Insert
353 \series bold
354 \SpecialChar \menuseparator
355
356 \series default
357 Math
358 \family default
359 , or the 
360 \family sans
361 math
362 \family default
363 \series bold
364  
365 \family sans
366 \series default
367 toolbar
368 \family default
369 .
370  But everybody who has to write lots of formulas will notice that it is
371  much faster to use commands instead of the math toolbar.
372  Therefore this manual is focused on commands but also mentions the correspondin
373 g toolbar buttons when available.
374 \end_layout
375
376 \begin_layout Standard
377 If not specially mentioned the commands are only available within formulas.
378  To be able to use all commands explained in this document, the option 
379 \family sans
380 Use AMS math package
381 \family default
382  must be used in the document settings (menu 
383 \family sans
384 Document\SpecialChar \menuseparator
385 Settings\SpecialChar \menuseparator
386 Math
387 \begin_inset space ~
388 \end_inset
389
390 Options
391 \family default
392 ).
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 The option 
398 \family sans
399 Use AMS math package automatically
400 \family default
401  only uses 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -math when math constructs are found that are supported by LyX.
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Standard
423 This document doesn't list all 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS 
432 \end_layout
433
434 \end_inset
435
436 -math commands
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441 A list with all 
442 \begin_inset ERT
443 status collapsed
444
445 \begin_layout Plain Layout
446
447
448 \backslash
449 AmS
450 \end_layout
451
452 \end_inset
453
454 -math commands is in the file 
455 \family sans
456
457 \begin_inset CommandInset href
458 LatexCommand href
459 name "amsguide.ps"
460 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
461
462 \end_inset
463
464
465 \family default
466 , which is part of every LaTeX standard installation.
467 \end_layout
468
469 \end_inset
470
471  for lucidity reasons.
472 \end_layout
473
474 \begin_layout Section
475 General Instructions
476 \end_layout
477
478 \begin_layout Standard
479 To create an inline formula
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Formula ! inline
485 \end_layout
486
487 \end_inset
488
489  that is embedded into a text line, use one of the shortcuts 
490 \begin_inset Info
491 type  "shortcuts"
492 arg   "math-mode"
493 \end_inset
494
495  or the toolbar button 
496 \begin_inset Graphics
497         filename ../images/math-mode.png
498         scale 85
499
500 \end_inset
501
502
503 \begin_inset Newline newline
504 \end_inset
505
506 To create a display style formula
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Formula ! display style
512 \end_layout
513
514 \end_inset
515
516  that will appear bigger and in an own paragraph, use one of these shortcuts:
517  
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-display"
521 \end_inset
522
523 .
524 \end_layout
525
526 \begin_layout Standard
527 To change a display style formula to an inline formula, set the cursor into
528  the formula and use one of the shortcuts 
529 \begin_inset Info
530 type  "shortcuts"
531 arg   "math-mode"
532 \end_inset
533
534  or the menu 
535 \family sans
536 Edit\SpecialChar \menuseparator
537 Math\SpecialChar \menuseparator
538 Change formula type
539 \family default
540 .
541  The same way is used to change an inline formula to a display style formula.
542 \end_layout
543
544 \begin_layout Standard
545 To display parts of an inline formula in the size of a display style formula,
546  enter the command 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Commands ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  to a formula.
565  Then a new blue box appears in which the desired formula part is inserted.
566 \end_layout
567
568 \begin_layout Standard
569 Only inline formulas are allowed inside tables.
570 \end_layout
571
572 \begin_layout Standard
573 The 
574 \family sans
575 math toolbar
576 \family default
577  can be turned on in the menu 
578 \family sans
579 View\SpecialChar \menuseparator
580 Toolbars
581 \family default
582 .
583  When you click there on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  the toolbar will be shown permanently at the bottom; this state is visualized
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu with a checkmark.
597  When you click in this state again on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  in the 
606 \family sans
607 Toolbars
608 \family default
609  menu, the 
610 \family sans
611 math toolbar
612 \family default
613  is only shown when the cursor is within a formula; this state is visualized
614  by the renaming of the menu entry from 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  to 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Math
627 \begin_inset space ~
628 \end_inset
629
630 (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The TeX-mode
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-mode
644 \end_layout
645
646 \end_inset
647
648  is invoked by pressing the toolbar button 
649 \begin_inset Graphics
650         filename ../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  or by using the menu 
656 \family sans
657 Insert\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X Code
670 \family default
671  (shortcut 
672 \begin_inset Info
673 type  "shortcut"
674 arg   "ert-insert"
675 \end_inset
676
677 ).
678 \begin_inset Note Note
679 status collapsed
680
681 \begin_layout Plain Layout
682 In LyX there are three 
683 \begin_inset Quotes eld
684 \end_inset
685
686 proper names
687 \begin_inset Quotes erd
688 \end_inset
689
690  that appear in the output with sub- and superscript letters: TeX, LaTeX
691  and LyX
692 \end_layout
693
694 \begin_layout Plain Layout
695 To avoid that these names are recognized as proper names, a TeX-brace pair
696  is inserted.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 To change the LaTeX-preamble
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 L@LaTeX-preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar \menuseparator
718 Settings\SpecialChar \menuseparator
719 LaT
720 \begin_inset ERT
721 status collapsed
722
723 \begin_layout Plain Layout
724
725 {}
726 \end_layout
727
728 \end_inset
729
730 eX
731 \family default
732  
733 \family sans
734 Preamble
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 To edit matrices, case differentiations and multiline formulas subsequently,
741  the menus 
742 \family sans
743 Edit\SpecialChar \menuseparator
744 Math
745 \family default
746  and 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Rows
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Columns,
758 \family default
759  or the 
760 \family sans
761 table toolbar
762 \family default
763  can be used.
764  When lines and columns are swapped via the menu, the column or line where
765  the cursor is in is exchanged with the column to the right or the line
766  below, respectively.
767  Is the cursor in the last column or row, the exchange is done with the
768  column to the left or the line above.
769 \end_layout
770
771 \begin_layout Standard
772 To write text in formulas
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 For multiline formulas the command 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  is used, see 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-multiline"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  
796 \emph on
797 mathematical text
798 \emph default
799
800 \begin_inset Index idx
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in formulas
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematical text
815 \end_layout
816
817 \end_inset
818
819  is used.
820  This mode is invoked with the shortcut 
821 \begin_inset Info
822 type  "shortcut"
823 arg   "font-default"
824 \end_inset
825
826  or by the insertion of the command 
827 \series bold
828
829 \backslash
830 text
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Commands ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844 .
845  The text appears black in LyX and can therefore be distinguished from the
846  other formula parts that appear blue.
847  In the output mathematical text is set upright, in contrary to other formula
848  parts.
849 \end_layout
850
851 \begin_layout Subsection*
852 Command Scheme
853 \end_layout
854
855 \begin_layout Standard
856 Most of the LaTeX-commands for math constructs have the following scheme:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 commandname[optional
865 \series default
866  
867 \series bold
868 argument]{required
869 \series default
870  
871 \series bold
872 argument}
873 \end_layout
874
875 \begin_layout Standard
876 A command starts always with a backslash 
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  To omit optional arguments, also omit the associated brackets.
892  The braces around the required arguments are named in this document as
893  TeX-braces
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 T@TeX-braces
899 \end_layout
900
901 \end_inset
902
903 .
904  If you add in a formula a left brace to a command name, LyX creates automatical
905 ly a TeX-brace.
906  In all other cases TeX-braces are created in formulas with the command
907  
908 \series bold
909
910 \backslash
911 {
912 \series default
913 .
914  TeX-braces appear red in LyX, in contrary to normal braces that appear
915  blue.
916  In TeX-mode no command is needed to get TeX-braces.
917  TeX-braces don't appear in the output.
918 \end_layout
919
920 \begin_layout Standard
921 When commands without arguments, like commands for symbols are entered in
922  TeX-mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcut"
936 arg   "space-insert protected"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 This visible space character can be created with the command 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Commands ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , inserted in TeX-mode.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 spce 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 denotes a space character to be input.
996 \end_layout
997
998 \begin_layout Itemize
999 An arrow like 
1000 \begin_inset Formula $\to$
1001 \end_inset
1002
1003  denotes the usage of the corresponding arrow key on the keyboard.
1004 \end_layout
1005
1006 \begin_layout Subsection*
1007 Available units
1008 \end_layout
1009
1010 \begin_layout Standard
1011 \align center
1012 \begin_inset Float table
1013 placement H
1014 wide false
1015 sideways false
1016 status open
1017
1018 \begin_layout Plain Layout
1019 \align center
1020 \begin_inset Caption
1021
1022 \begin_layout Plain Layout
1023 \begin_inset CommandInset label
1024 LatexCommand label
1025 name "tab:Available-units"
1026
1027 \end_inset
1028
1029 Available units
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Plain Layout
1038 \align center
1039 \begin_inset Tabular
1040 <lyxtabular version="3" rows="13" columns="2">
1041 <features tabularvalignment="middle">
1042 <column alignment="center" valignment="top" width="0">
1043 <column alignment="center" valignment="top" width="0">
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 Unit
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Name / Description
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 mm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Millimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 cm
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Centimeter
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 in
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Inch (1
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 in = 2,54
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 cm)
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 </row>
1132 <row>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 pt
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 Point (72.27
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pt = 1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 in)
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 pc
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 Pica (1
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 pc = 12
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pt)
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 </row>
1188 <row>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 sp
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 scaled point (65536
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 sp = 1
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 pt)
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 </row>
1216 <row>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 bp
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 big point (72
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 bp = 1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 in)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 dd
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 Didot (1
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd 
1263 \begin_inset Formula $\approx$
1264 \end_inset
1265
1266  0.376
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 mm)
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 cc
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 Cicero (1
1291 \begin_inset space \thinspace{}
1292 \end_inset
1293
1294 cc = 12
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 dd)
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 </row>
1304 <row>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 ex
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 Height of letter 
1319 \emph on
1320
1321 \begin_inset Quotes eld
1322 \end_inset
1323
1324 x
1325 \emph default
1326
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  in the current font
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 width of letter 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \emph on
1356 M
1357 \emph default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  in the current font
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 <row>
1369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Plain Layout
1373 mu
1374 \end_layout
1375
1376 \end_inset
1377 </cell>
1378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1379 \begin_inset Text
1380
1381 \begin_layout Plain Layout
1382 math unit (1
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 mu = 
1387 \begin_inset Formula $\nicefrac{1}{18}$
1388 \end_inset
1389
1390
1391 \begin_inset space \thinspace{}
1392 \end_inset
1393
1394 em)
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 </row>
1400 </lyxtabular>
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Standard
1413 \begin_inset Newpage newpage
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Section
1420 Basic Functions
1421 \end_layout
1422
1423 \begin_layout Subsection
1424 Exponents
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Exponents
1430 \end_layout
1431
1432 \end_inset
1433
1434  and Indices
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Indices
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Superscripts|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Exponents
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Index idx
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 Subscripts|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Indices
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 Indices are created with an underscore 
1513 \begin_inset Quotes eld
1514 \end_inset
1515
1516 _
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  or via the math toolbar button 
1521 \begin_inset Graphics
1522         filename ../images/math-subscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527  , exponents with a caret 
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 ^
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535  or via the math toolbar button 
1536 \begin_inset Graphics
1537         filename ../images/math-superscript.png
1538         scale 85
1539
1540 \end_inset
1541
1542 .
1543 \end_layout
1544
1545 \begin_layout Standard
1546 \align center
1547 \begin_inset Tabular
1548 <lyxtabular version="3" rows="4" columns="2">
1549 <features tabularvalignment="middle">
1550 <column alignment="center" valignment="top" width="0pt">
1551 <column alignment="center" valignment="top" width="0pt">
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 command
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 Result
1567 \begin_inset Note Note
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 \series bold
1573
1574 \backslash
1575 raisebox
1576 \series default
1577  is only used as spacer.
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B_V
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B_{V}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 B^V
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 </row>
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 B^
1640 \begin_inset ERT
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644
1645
1646 \backslash
1647 spce 
1648 \end_layout
1649
1650 \end_inset
1651
1652 A
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 </lyxtabular>
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678 As the caret is in some languages an accent, vowels will be accentuated
1679  in this case and not set as exponents
1680 \begin_inset Foot
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Depending on the used keyboard settings this can also happen for other character
1685 s than vowels.
1686 \end_layout
1687
1688 \end_inset
1689
1690 .
1691  To get in this case exponents, press 
1692 \family sans
1693 Space
1694 \family default
1695  after the caret as in the last example.
1696 \end_layout
1697
1698 \begin_layout Subsection
1699 Fractions
1700 \begin_inset CommandInset label
1701 LatexCommand label
1702 name "sub:Fractions"
1703
1704 \end_inset
1705
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Fractions
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Standard
1720 Fractions are generated with the command 
1721 \series bold
1722
1723 \backslash
1724 frac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Commands ! F ! 
1732 \backslash
1733 frac
1734 \end_layout
1735
1736 \end_inset
1737
1738  or via the math toolbar button 
1739 \begin_inset Graphics
1740         filename ../images/math/frac.png
1741         scale 50
1742
1743 \end_inset
1744
1745 .
1746  The font size is adjusted automatically, depending on whether the fraction
1747  is in an inline or display style formula.
1748  With the math toolbar button 
1749 \begin_inset Graphics
1750         filename ../images/math/frac-square.png
1751         scale 85
1752
1753 \end_inset
1754
1755  you can select different fraction types.
1756 \end_layout
1757
1758 \begin_layout Standard
1759 With the command 
1760 \series bold
1761
1762 \backslash
1763 dfrac
1764 \series default
1765
1766 \begin_inset Index idx
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770 Commands ! D ! 
1771 \backslash
1772 dfrac
1773 \end_layout
1774
1775 \end_inset
1776
1777  a fraction can be created that has in any case the size of a display style
1778  formula.
1779  With 
1780 \series bold
1781
1782 \backslash
1783 tfrac
1784 \series default
1785
1786 \begin_inset Index idx
1787 status collapsed
1788
1789 \begin_layout Plain Layout
1790 Commands ! T ! 
1791 \backslash
1792 tfrac
1793 \end_layout
1794
1795 \end_inset
1796
1797  the fraction appears always with the size of an inline formula.
1798  An example:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 A line with the fraction 
1803 \begin_inset Formula $\frac{1}{2}$
1804 \end_inset
1805
1806  that was created with the command 
1807 \series bold
1808
1809 \backslash
1810 frac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 A line with the fraction 
1817 \begin_inset Formula $\dfrac{1}{2}$
1818 \end_inset
1819
1820  that was created with the command 
1821 \series bold
1822
1823 \backslash
1824 dfrac
1825 \series default
1826 .
1827 \end_layout
1828
1829 \begin_layout Standard
1830 \align center
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="4" columns="2">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top" width="0pt">
1835 <column alignment="center" valignment="top" width="0pt">
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 Command
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 Result
1851 \begin_inset Note Note
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856 \series bold
1857
1858 \backslash
1859 raisebox
1860 \series default
1861  is only used as spacer.
1862 \end_layout
1863
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \backslash
1879 frac
1880 \begin_inset ERT
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884
1885
1886 \backslash
1887 spce 
1888 \end_layout
1889
1890 \end_inset
1891
1892 A
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 B
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \backslash
1921 dfrac
1922 \begin_inset ERT
1923 status collapsed
1924
1925 \begin_layout Plain Layout
1926
1927
1928 \backslash
1929 spce 
1930 \end_layout
1931
1932 \end_inset
1933
1934 A
1935 \begin_inset Formula $\downarrow$
1936 \end_inset
1937
1938 B
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 </row>
1956 <row>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \backslash
1963 dfrac
1964 \begin_inset ERT
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968
1969
1970 \backslash
1971 spce 
1972 \end_layout
1973
1974 \end_inset
1975
1976 e^
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989
1990 \backslash
1991 frac
1992 \begin_inset ERT
1993 status collapsed
1994
1995 \begin_layout Plain Layout
1996
1997
1998 \backslash
1999 spce 
2000 \end_layout
2001
2002 \end_inset
2003
2004 1
2005 \begin_inset Formula $\downarrow$
2006 \end_inset
2007
2008 2
2009 \begin_inset Formula $\downarrow\downarrow$
2010 \end_inset
2011
2012 3
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2022 \end_inset
2023
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 </lyxtabular>
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Standard
2038 \begin_inset VSpace bigskip
2039 \end_inset
2040
2041
2042 \begin_inset Newpage newpage
2043 \end_inset
2044
2045 For nested fractions the command 
2046 \series bold
2047
2048 \backslash
2049 cfrac
2050 \series default
2051
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 Commands ! C ! 
2057 \backslash
2058 cfrac
2059 \end_layout
2060
2061 \end_inset
2062
2063  can be used.
2064  Here is an example:
2065 \begin_inset VSpace -3mm
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 \begin_inset Formula 
2073 \begin{align*}
2074 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2075 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2076 \end{align*}
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Standard
2084 The command for the example above is:
2085 \end_layout
2086
2087 \begin_layout Standard
2088
2089 \series bold
2090
2091 \backslash
2092 cfrac
2093 \begin_inset ERT
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097
2098
2099 \backslash
2100 spce 
2101 \end_layout
2102
2103 \end_inset
2104
2105 A
2106 \begin_inset Formula $\downarrow$
2107 \end_inset
2108
2109 B+
2110 \backslash
2111 cfrac
2112 \begin_inset ERT
2113 status collapsed
2114
2115 \begin_layout Plain Layout
2116
2117
2118 \backslash
2119 spce 
2120 \end_layout
2121
2122 \end_inset
2123
2124 C+
2125 \backslash
2126 cfrac
2127 \begin_inset ERT
2128 status collapsed
2129
2130 \begin_layout Plain Layout
2131
2132
2133 \backslash
2134 spce 
2135 \end_layout
2136
2137 \end_inset
2138
2139 E
2140 \begin_inset Formula $\downarrow$
2141 \end_inset
2142
2143 F
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 D
2148 \end_layout
2149
2150 \begin_layout Standard
2151 \begin_inset VSpace medskip
2152 \end_inset
2153
2154
2155 \end_layout
2156
2157 \begin_layout Standard
2158
2159 \series bold
2160
2161 \backslash
2162 cfrac
2163 \series default
2164  sets the fraction always in the size of a displayed formula, also when
2165  it is part of another fraction.
2166 \end_layout
2167
2168 \begin_layout Standard
2169 It is possible to specify the alignment of the numerator.
2170  The command 
2171 \series bold
2172
2173 \backslash
2174 cfracleft
2175 \series default
2176  is used to left align it, the command 
2177 \series bold
2178
2179 \backslash
2180 cfracright
2181 \series default
2182  to right-align it.
2183  
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \series default
2189  centers the numerator.
2190  These fractions demonstrate the different alignments:
2191 \end_layout
2192
2193 \begin_layout Standard
2194 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2195 \end_inset
2196
2197
2198 \begin_inset Formula $\cfrac{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2203 \end_inset
2204
2205
2206 \end_layout
2207
2208 \begin_layout Standard
2209 \begin_inset Note Greyedout
2210 status open
2211
2212 \begin_layout Plain Layout
2213
2214 \series bold
2215 Note:
2216 \series default
2217  
2218 \series bold
2219
2220 \backslash
2221 cfracleft
2222 \series default
2223  and 
2224 \series bold
2225
2226 \backslash
2227 cfracright
2228 \series default
2229  are no real LaTeX commands but represent the command 
2230 \series bold
2231
2232 \backslash
2233 cfrac[alignment]{numerator}{denominator}
2234 \series default
2235  .
2236  Therefore you cannot use them in TeX code.
2237 \end_layout
2238
2239 \end_inset
2240
2241
2242 \end_layout
2243
2244 \begin_layout Standard
2245 \begin_inset VSpace medskip
2246 \end_inset
2247
2248 It is often advantageous to combine 
2249 \series bold
2250
2251 \backslash
2252 cfrac
2253 \series default
2254  and 
2255 \series bold
2256
2257 \backslash
2258 frac
2259 \series default
2260 :
2261 \begin_inset Formula 
2262 \[
2263 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2264 \]
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Standard
2272 For inline fractions with a sloped fraction stroke you can use the command
2273  
2274 \series bold
2275
2276 \backslash
2277 nicefrac
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Commands ! N ! 
2285 \backslash
2286 nicefrac
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \begin_inset Formula $\nicefrac{5}{31}$
2293 \end_inset
2294
2295  or 
2296 \series bold
2297
2298 \backslash
2299 unitfrac
2300 \series default
2301
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Commands ! U ! 
2307 \backslash
2308 unitfrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \begin_inset Formula $\unitfrac{5}{31}$
2315 \end_inset
2316
2317  There is furthermore the command 
2318 \series bold
2319
2320 \backslash
2321 unitfracthree
2322 \series default
2323  that offers to write a fraction in combination with a number: 
2324 \begin_inset Formula $\unitfrac[2]{1}{3}$
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \begin_inset Note Greyedout
2332 status open
2333
2334 \begin_layout Plain Layout
2335
2336 \series bold
2337 Note:
2338 \series default
2339  
2340 \series bold
2341
2342 \backslash
2343 unitfracthree
2344 \series default
2345  is not a real LaTeX command but the command
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349
2350 \series bold
2351
2352 \backslash
2353 unitfrac[number]{numerator}{denominator}
2354 \series default
2355  .
2356  Therefore you cannot use it in TeX code.
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 How to define own fractions where the fraction stroke can be changed, is
2366  explained in 
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "sub:Self-defined-Fractions"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Subsection
2377 Roots
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Roots
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Square roots are created with 
2392 \series bold
2393
2394 \backslash
2395 sqrt
2396 \series default
2397
2398 \begin_inset Index idx
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Commands ! S ! 
2403 \backslash
2404 sqrt
2405 \end_layout
2406
2407 \end_inset
2408
2409  or the math toolbar button 
2410 \begin_inset Graphics
2411         filename ../images/math/sqrt.png
2412         scale 85
2413
2414 \end_inset
2415
2416 , all other roots with the command 
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422
2423 \begin_inset Index idx
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 Commands ! R ! 
2428 \backslash
2429 root
2430 \end_layout
2431
2432 \end_inset
2433
2434  or with the math toolbar button 
2435 \begin_inset Graphics
2436         filename ../images/math/root.png
2437         scale 85
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Standard
2445 \align center
2446 \begin_inset Tabular
2447 <lyxtabular version="3" rows="3" columns="2">
2448 <features tabularvalignment="middle">
2449 <column alignment="center" valignment="top" width="0pt">
2450 <column alignment="center" valignment="top" width="0pt">
2451 <row>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 Command
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 Result
2466 \begin_inset Note Note
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470
2471 \series bold
2472
2473 \backslash
2474 raisebox
2475 \series default
2476  is only used as spacer.
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 </row>
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \backslash
2494 sqrt
2495 \begin_inset ERT
2496 status collapsed
2497
2498 \begin_layout Plain Layout
2499
2500
2501 \backslash
2502 spce 
2503 \end_layout
2504
2505 \end_inset
2506
2507 A-B
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 <row>
2526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530
2531 \backslash
2532 root
2533 \begin_inset ERT
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537
2538
2539 \backslash
2540 spce 
2541 \end_layout
2542
2543 \end_inset
2544
2545 3
2546 \begin_inset Formula $\downarrow$
2547 \end_inset
2548
2549 A-B
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Plain Layout
2558 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 </row>
2567 </lyxtabular>
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 A square root can also be created with 
2576 \series bold
2577
2578 \backslash
2579 root
2580 \series default
2581  when the root index field is left empty.
2582 \end_layout
2583
2584 \begin_layout Standard
2585 With certain indices the distance to the root is too small, like in this
2586  formula: 
2587 \begin_inset Formula $\sqrt[\beta]{B}$
2588 \end_inset
2589
2590
2591 \begin_inset Newline newline
2592 \end_inset
2593
2594 The 
2595 \begin_inset Formula $\beta$
2596 \end_inset
2597
2598  touches the root.
2599  To avoid this, the commands 
2600 \series bold
2601
2602 \backslash
2603 leftroot
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! L ! 
2611 \backslash
2612 leftroot
2613 \end_layout
2614
2615 \end_inset
2616
2617  and 
2618 \series bold
2619
2620 \backslash
2621 uproot
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Commands ! U ! 
2629 \backslash
2630 uproot
2631 \end_layout
2632
2633 \end_inset
2634
2635  are used with the following scheme:
2636 \end_layout
2637
2638 \begin_layout Standard
2639
2640 \series bold
2641
2642 \backslash
2643 leftroot{distance}
2644 \series default
2645  and 
2646 \series bold
2647
2648 \backslash
2649 uproot{distance}
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Distance is the number of Big Points (unit bp; 
2654 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2655 \end_inset
2656
2657 ), that the index should be moved to the left or top, resp..
2658  The commands are written to the index.
2659  This way the command
2660 \begin_inset Newline newline
2661 \end_inset
2662
2663
2664 \series bold
2665
2666 \backslash
2667 root
2668 \backslash
2669 leftroot{-1
2670 \begin_inset Formula $\to$
2671 \end_inset
2672
2673
2674 \backslash
2675 uproot{2
2676 \begin_inset Formula $\to$
2677 \end_inset
2678
2679
2680 \backslash
2681 beta
2682 \begin_inset ERT
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686
2687
2688 \backslash
2689 spce 
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \begin_inset Formula $\to$
2696 \end_inset
2697
2698 B
2699 \begin_inset Newline newline
2700 \end_inset
2701
2702
2703 \series default
2704 produces a correct typeset formula: 
2705 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Subsection
2712 Binomial Coefficients
2713 \begin_inset Index idx
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Binomial coefficients
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 Binomial coefficients are inserted with the command 
2727 \series bold
2728
2729 \backslash
2730 binom
2731 \series default
2732
2733 \begin_inset Index idx
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Commands ! B ! 
2738 \backslash
2739 binom
2740 \end_layout
2741
2742 \end_inset
2743
2744  or with the submenu of the math toolbar button 
2745 \begin_inset Graphics
2746         filename ../images/math/frac-square.png
2747         scale 85
2748
2749 \end_inset
2750
2751 .
2752  Analog to fractions (
2753 \series bold
2754
2755 \backslash
2756 frac
2757 \series default
2758 ) there are besides 
2759 \series bold
2760
2761 \backslash
2762 binom
2763 \series default
2764  the commands 
2765 \series bold
2766
2767 \backslash
2768 dbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Commands ! D ! 
2776 \backslash
2777 dbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782  and 
2783 \series bold
2784
2785 \backslash
2786 tbinom
2787 \series default
2788
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 Commands ! T ! 
2794 \backslash
2795 tbinom
2796 \end_layout
2797
2798 \end_inset
2799
2800 .
2801  For other brackets around binomial coeficients there are the commands 
2802 \series bold
2803
2804 \backslash
2805 brace
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Commands ! B ! 
2813 \backslash
2814 brace
2815 \end_layout
2816
2817 \end_inset
2818
2819  and 
2820 \series bold
2821
2822 \backslash
2823 brack
2824 \series default
2825
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 Commands ! B ! 
2831 \backslash
2832 brack
2833 \end_layout
2834
2835 \end_inset
2836
2837 .
2838 \end_layout
2839
2840 \begin_layout Standard
2841 \align center
2842 \begin_inset Tabular
2843 <lyxtabular version="3" rows="6" columns="2">
2844 <features tabularvalignment="middle">
2845 <column alignment="center" valignment="top" width="0pt">
2846 <column alignment="center" valignment="top" width="0pt">
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 Command
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 Result
2862 \begin_inset Note Note
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867 \series bold
2868
2869 \backslash
2870 raisebox
2871 \series default
2872  is only used as spacer.
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 binom
2891 \begin_inset ERT
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895
2896
2897 \backslash
2898 spce 
2899 \end_layout
2900
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 dbinom
2933 \begin_inset ERT
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937
2938
2939 \backslash
2940 spce 
2941 \end_layout
2942
2943 \end_inset
2944
2945 A
2946 \begin_inset Formula $\downarrow$
2947 \end_inset
2948
2949 B
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 tbinom
2975 \begin_inset ERT
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979
2980
2981 \backslash
2982 spce 
2983 \end_layout
2984
2985 \end_inset
2986
2987 A
2988 \begin_inset Formula $\downarrow$
2989 \end_inset
2990
2991 B
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 brack
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029 A
3030 \begin_inset Formula $\downarrow$
3031 \end_inset
3032
3033 B
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \backslash
3058 brace
3059 \begin_inset ERT
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063
3064
3065 \backslash
3066 spce 
3067 \end_layout
3068
3069 \end_inset
3070
3071 A
3072 \begin_inset Formula $\downarrow$
3073 \end_inset
3074
3075 B
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 </lyxtabular>
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Subsection
3101 Case Differentiations
3102 \begin_inset Index idx
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Case differentiations 
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="3" columns="2">
3118 <features tabularvalignment="middle">
3119 <column alignment="center" valignment="top" width="0pt">
3120 <column alignment="center" valignment="top" width="0pt">
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 Command
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Result
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \backslash
3148 cases
3149 \begin_inset ERT
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153
3154
3155 \backslash
3156 spce 
3157 \end_layout
3158
3159 \end_inset
3160
3161 A
3162 \begin_inset Formula $\to$
3163 \end_inset
3164
3165 B>0
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Commands ! C ! 
3171 \backslash
3172 cases
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\begin{cases}
3187 A & B>0\end{cases}$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 cases
3204 \begin_inset ERT
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208
3209
3210 \backslash
3211 spce 
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \begin_inset Info
3218 type  "shortcut"
3219 arg   "newline-insert newline"
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 \begin_inset Formula $\begin{cases}
3232 A & \textrm{for }x>0\\
3233 B & \textrm{for }x=0
3234 \end{cases}$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 After inserting 
3252 \series bold
3253
3254 \backslash
3255 cases
3256 \series default
3257  or the usage of the math toolbar button 
3258 \begin_inset Graphics
3259         filename ../images/math/cases.png
3260         scale 85
3261
3262 \end_inset
3263
3264  you can create new lines with the shortcut 
3265 \begin_inset Info
3266 type  "shortcut"
3267 arg   "newline-insert newline"
3268 \end_inset
3269
3270  or the table toolbar button 
3271 \begin_inset Graphics
3272         filename ../images/tabular-feature_append-row.png
3273         scale 85
3274
3275 \end_inset
3276
3277 .
3278 \end_layout
3279
3280 \begin_layout Standard
3281 The command 
3282 \series bold
3283
3284 \backslash
3285 cases
3286 \series default
3287  is also available via the menu 
3288 \family sans
3289 Insert\SpecialChar \menuseparator
3290 Math\SpecialChar \menuseparator
3291 Cases-Environment
3292 \family default
3293 .
3294 \end_layout
3295
3296 \begin_layout Subsection
3297 Negations
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 Negations
3303 \end_layout
3304
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \begin_layout Standard
3311 By inserting of 
3312 \series bold
3313
3314 \backslash
3315 not
3316 \series default
3317
3318 \begin_inset Index idx
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 Commands ! N ! 
3323 \backslash
3324 not
3325 \end_layout
3326
3327 \end_inset
3328
3329  every character can be displayed canceled.
3330  The characters are quasi accentuated by a slash.
3331 \end_layout
3332
3333 \begin_layout Standard
3334 \align center
3335 \begin_inset Tabular
3336 <lyxtabular version="3" rows="4" columns="2">
3337 <features tabularvalignment="middle">
3338 <column alignment="center" valignment="top" width="0pt">
3339 <column alignment="center" valignment="top" width="0pt">
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Command
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Result
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \backslash
3367 not=
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 \begin_inset Formula $\not=$
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \backslash
3392 not 
3393 \backslash
3394 le
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 \begin_inset Formula $\not\le$
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \backslash
3419 not 
3420 \backslash
3421 parallel
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $\not\parallel$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 </lyxtabular>
3440
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \begin_layout Standard
3447 The last example shows, that not all negations look good.
3448  Therefore there are for some negations special commands (see 
3449 \begin_inset CommandInset ref
3450 LatexCommand ref
3451 reference "sub:Mathematical-Symbols"
3452
3453 \end_inset
3454
3455  and 
3456 \begin_inset CommandInset ref
3457 LatexCommand ref
3458 reference "sec:Relations"
3459
3460 \end_inset
3461
3462 ).
3463 \end_layout
3464
3465 \begin_layout Subsection
3466 Placeholders
3467 \begin_inset CommandInset label
3468 LatexCommand label
3469 name "sub:Placeholders"
3470
3471 \end_inset
3472
3473
3474 \begin_inset Index idx
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 Placeholders
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \begin_inset Index idx
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488 Chemical characters ! Isotopes
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \begin_inset Index idx
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498 Isotopes|see
3499 \begin_inset ERT
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503
3504 {
3505 \end_layout
3506
3507 \end_inset
3508
3509 Chemical characters
3510 \begin_inset ERT
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514
3515 }
3516 \end_layout
3517
3518 \end_inset
3519
3520
3521 \end_layout
3522
3523 \end_inset
3524
3525
3526 \end_layout
3527
3528 \begin_layout Standard
3529 When displaying e.
3530 \begin_inset space \thinspace{}
3531 \end_inset
3532
3533 g.
3534 \begin_inset space \space{}
3535 \end_inset
3536
3537 isotopes
3538 \begin_inset Foot
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542 Typesetting isotopes and chemical symbols is described in 
3543 \begin_inset CommandInset ref
3544 LatexCommand ref
3545 reference "sub:Chemical-Symbols-and"
3546
3547 \end_inset
3548
3549 .
3550 \end_layout
3551
3552 \end_inset
3553
3554  the following problem occurs:
3555 \end_layout
3556
3557 \begin_layout Standard
3558 \align center
3559 \begin_inset Tabular
3560 <lyxtabular version="3" rows="2" columns="2">
3561 <features tabularvalignment="middle">
3562 <column alignment="center" valignment="top" width="0pt">
3563 <column alignment="center" valignment="top" width="0pt">
3564 <row>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Indices created with sub- and superscripts:
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 correct indices:
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 </lyxtabular>
3611
3612 \end_inset
3613
3614
3615 \begin_inset Note Note
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621
3622 \backslash
3623 raisebox
3624 \series default
3625  is only used as spacer.
3626 \end_layout
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 The shorter index is by default placed below or above the first character
3635  of the longer index.
3636  To avoid this there is the command 
3637 \series bold
3638
3639 \backslash
3640 phantom
3641 \series default
3642
3643 \begin_inset Index idx
3644 status collapsed
3645
3646 \begin_layout Plain Layout
3647 Commands ! P ! 
3648 \backslash
3649 phantom
3650 \end_layout
3651
3652 \end_inset
3653
3654  or the math toolbar button
3655 \begin_inset space \thinspace{}
3656 \end_inset
3657
3658
3659 \begin_inset Foot
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 can be found in the submenu of the toolbar button 
3664 \begin_inset Graphics
3665         filename ../images/math/space.png
3666         scale 85
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674
3675  
3676 \begin_inset Graphics
3677         filename ../images/math/phantom.png
3678         scale 85
3679
3680 \end_inset
3681
3682  that creates one or more phantom characters.
3683  When inserting 
3684 \series bold
3685
3686 \backslash
3687 phantom
3688 \series default
3689  a small blue box appears that is superposed with two red arrows.
3690  The arrows indicate that the complete width and height of the box content
3691  will be created as placeholder.
3692  Phantom characters are accordingly placeholders with the size of the characters.
3693 \end_layout
3694
3695 \begin_layout Standard
3696 \align center
3697 \begin_inset Tabular
3698 <lyxtabular version="3" rows="4" columns="2">
3699 <features tabularvalignment="middle">
3700 <column alignment="center" valignment="top" width="0">
3701 <column alignment="center" valignment="top" width="0">
3702 <row>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Command
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Result
3717 \begin_inset Note Note
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723
3724 \backslash
3725 raisebox
3726 \series default
3727  is only used as spacer.
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 ^19
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749
3750 \backslash
3751 spce 
3752 \end_layout
3753
3754 \end_inset
3755
3756 _
3757 \backslash
3758 phantom
3759 \begin_inset ERT
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763
3764
3765 \backslash
3766 spce 
3767 \end_layout
3768
3769 \end_inset
3770
3771 1
3772 \begin_inset Formula $\to$
3773 \end_inset
3774
3775 9
3776 \begin_inset ERT
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780
3781
3782 \backslash
3783 spce 
3784 \end_layout
3785
3786 \end_inset
3787
3788 F
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 ^235
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817
3818 \backslash
3819 spce 
3820 \end_layout
3821
3822 \end_inset
3823
3824 _
3825 \backslash
3826 phantom
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 23
3840 \begin_inset Formula $\to$
3841 \end_inset
3842
3843 9
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856 F
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3866 \end_inset
3867
3868
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \backslash
3881 Lambda^
3882 \begin_inset ERT
3883 status collapsed
3884
3885 \begin_layout Plain Layout
3886
3887
3888 \backslash
3889 spce 
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \backslash
3896 phantom
3897 \begin_inset ERT
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902
3903 \backslash
3904 spce 
3905 \end_layout
3906
3907 \end_inset
3908
3909 ii
3910 \begin_inset Formula $\to$
3911 \end_inset
3912
3913 t
3914 \begin_inset ERT
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918
3919
3920 \backslash
3921 spce 
3922 \end_layout
3923
3924 \end_inset
3925
3926 _MMt
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 </lyxtabular>
3945
3946 \end_inset
3947
3948
3949 \end_layout
3950
3951 \begin_layout Standard
3952 Furthermore there are the commands 
3953 \series bold
3954
3955 \backslash
3956 vphantom
3957 \series default
3958
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 Commands ! V ! 
3964 \backslash
3965 vphantom
3966 \end_layout
3967
3968 \end_inset
3969
3970  (toolbar button 
3971 \begin_inset space ~
3972 \end_inset
3973
3974
3975 \begin_inset Graphics
3976         filename ../images/math/vphantom.png
3977         scale 85
3978
3979 \end_inset
3980
3981 ) and 
3982 \series bold
3983
3984 \backslash
3985 hphantom
3986 \series default
3987
3988 \begin_inset Index idx
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992 Commands ! H ! 
3993 \backslash
3994 hphantom
3995 \end_layout
3996
3997 \end_inset
3998
3999  (toolbar button 
4000 \begin_inset space ~
4001 \end_inset
4002
4003
4004 \begin_inset Graphics
4005         filename ../images/math/hphantom.png
4006         scale 85
4007
4008 \end_inset
4009
4010 ).
4011  
4012 \series bold
4013
4014 \backslash
4015 hphantom
4016 \series default
4017  creates only space for the maximal height of the characters in the box
4018  but not for its width.
4019  
4020 \series bold
4021
4022 \backslash
4023 vphantom
4024 \series default
4025  creates only space for the width of the box content.
4026  Therefore  the boxes of both commands have only one red arrow.
4027 \end_layout
4028
4029 \begin_layout Standard
4030 For example creates 
4031 \series bold
4032
4033 \backslash
4034 vphantom
4035 \series default
4036
4037 \begin_inset ERT
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041
4042
4043 \backslash
4044 spce 
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \series bold
4051 a
4052 \backslash
4053 int
4054 \series default
4055  space for the height of the integral sign,
4056 \begin_inset Foot
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060 The command 
4061 \series bold
4062
4063 \backslash
4064 int
4065 \series default
4066  creates an integral sign, see 
4067 \begin_inset CommandInset ref
4068 LatexCommand ref
4069 reference "sub:Big-Operators"
4070
4071 \end_inset
4072
4073 .
4074 \end_layout
4075
4076 \end_inset
4077
4078  because this is the larger character.
4079  An example application is in 
4080 \begin_inset CommandInset ref
4081 LatexCommand ref
4082 reference "sub:Multiline-Brackets"
4083
4084 \end_inset
4085
4086 .
4087 \end_layout
4088
4089 \begin_layout Standard
4090 Placeholders can also be used for text when it is inserted via the menu
4091  
4092 \family sans
4093 Insert\SpecialChar \menuseparator
4094 Formatting\SpecialChar \menuseparator
4095 Phantom
4096 \family default
4097 :
4098 \end_layout
4099
4100 \begin_layout Standard
4101 This is a sentence.
4102 \begin_inset Newline newline
4103 \end_inset
4104
4105
4106 \begin_inset Phantom Phantom
4107 status open
4108
4109 \begin_layout Plain Layout
4110 This
4111 \end_layout
4112
4113 \end_inset
4114
4115  is a sentence.
4116 \end_layout
4117
4118 \begin_layout Subsection
4119 Lines
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Lines
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Formula ! underlined
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 \align center
4144 \begin_inset Tabular
4145 <lyxtabular version="3" rows="4" columns="2">
4146 <features tabularvalignment="middle">
4147 <column alignment="center" valignment="top" width="0pt">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Command
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Result
4164 \begin_inset Note Note
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170
4171 \backslash
4172 raisebox
4173 \series default
4174  is only used as spacer.
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205 A+B
4206 \begin_inset Index idx
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commands ! O ! 
4211 \backslash
4212 overline
4213 \end_layout
4214
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \backslash
4242 underline
4243 \begin_inset ERT
4244 status collapsed
4245
4246 \begin_layout Plain Layout
4247
4248
4249 \backslash
4250 spce 
4251 \end_layout
4252
4253 \end_inset
4254
4255 A+B
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Commands ! U ! 
4261 \backslash
4262 underline
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \backslash
4292 overline
4293 \begin_inset ERT
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297
4298
4299 \backslash
4300 spce 
4301 \end_layout
4302
4303 \end_inset
4304
4305
4306 \backslash
4307 underline
4308 \begin_inset ERT
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312
4313
4314 \backslash
4315 spce 
4316 \end_layout
4317
4318 \end_inset
4319
4320 A+B
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 </lyxtabular>
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Standard
4346 In the last example it doesn't matter if first 
4347 \series bold
4348
4349 \backslash
4350 overline
4351 \series default
4352  or 
4353 \series bold
4354
4355 \backslash
4356 underline
4357 \series default
4358  is inserted.
4359 \end_layout
4360
4361 \begin_layout Standard
4362 To double underline e.
4363 \begin_inset space \thinspace{}
4364 \end_inset
4365
4366 g.
4367 \begin_inset space \space{}
4368 \end_inset
4369
4370 results, one uses 
4371 \series bold
4372
4373 \backslash
4374 underline
4375 \series default
4376  twice.
4377 \end_layout
4378
4379 \begin_layout Standard
4380 It is possible to place up to 6 lines above or below characters.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 \begin_inset VSpace bigskip
4385 \end_inset
4386
4387 Custom lines can be created using the command 
4388 \series bold
4389
4390 \backslash
4391 rule
4392 \series default
4393
4394 \begin_inset Index idx
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Commands ! R ! 
4399 \backslash
4400 rule
4401 \end_layout
4402
4403 \end_inset
4404
4405  which has the following scheme:
4406 \end_layout
4407
4408 \begin_layout Standard
4409
4410 \series bold
4411
4412 \backslash
4413 rule[vertical offset]{length}{thickness}
4414 \end_layout
4415
4416 \begin_layout Standard
4417 The optional vertical offset shifts the line upwards (or downwards, when
4418  the value is negative).
4419  The units listed in 
4420 \begin_inset CommandInset ref
4421 LatexCommand ref
4422 reference "tab:Available-units"
4423
4424 \end_inset
4425
4426  can be used for the values.
4427  Here are two example lines created with the commands
4428 \begin_inset Newline newline
4429 \end_inset
4430
4431
4432 \series bold
4433
4434 \backslash
4435 rule[-2ex]{3cm}{2pt}
4436 \series default
4437  and 
4438 \series bold
4439
4440 \backslash
4441 rule{2cm}{1pt}
4442 \series default
4443 :
4444 \end_layout
4445
4446 \begin_layout Standard
4447 This is a sentence 
4448 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4449 \end_inset
4450
4451  with two lines.
4452 \end_layout
4453
4454 \begin_layout Standard
4455
4456 \series bold
4457
4458 \backslash
4459 rule
4460 \series default
4461  can also be used for text when a line is inserted via the menu 
4462 \family sans
4463 Insert\SpecialChar \menuseparator
4464 Formatting\SpecialChar \menuseparator
4465 Horizontal
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Line
4470 \family default
4471 :
4472 \end_layout
4473
4474 \begin_layout Standard
4475 This is a sentence 
4476 \begin_inset CommandInset line
4477 LatexCommand rule
4478 offset "0.5ex"
4479 width "3cm"
4480 height "1pt"
4481
4482 \end_inset
4483
4484  with one line.
4485 \end_layout
4486
4487 \begin_layout Subsection
4488 Ellipses
4489 \begin_inset CommandInset label
4490 LatexCommand label
4491 name "sub:Ellipses"
4492
4493 \end_inset
4494
4495
4496 \begin_inset Index idx
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500 Ellipses
4501 \end_layout
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \begin_layout Standard
4509 There are different types of ellipses available.
4510 \begin_inset Foot
4511 status collapsed
4512
4513 \begin_layout Plain Layout
4514 In the math toolbar in the submenu of the button 
4515 \begin_inset Graphics
4516         filename ../images/math/ldots.png
4517         scale 85
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525
4526  For listings dots at the baseline are used (
4527 \series bold
4528
4529 \backslash
4530 ldots
4531 \series default
4532
4533 \begin_inset Index idx
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537 Commands ! L ! 
4538 \backslash
4539 ldots
4540 \end_layout
4541
4542 \end_inset
4543
4544 ), while for operations dots are needed that are on the same height as the
4545  operators (
4546 \series bold
4547
4548 \backslash
4549 cdots
4550 \series default
4551
4552 \begin_inset Index idx
4553 status collapsed
4554
4555 \begin_layout Plain Layout
4556 Commands ! C ! 
4557 \backslash
4558 cdots
4559 \end_layout
4560
4561 \end_inset
4562
4563 ).
4564  When using the command 
4565 \series bold
4566
4567 \backslash
4568 dots
4569 \series default
4570
4571 \begin_inset Index idx
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575 Commands ! D ! 
4576 \backslash
4577 dots
4578 \end_layout
4579
4580 \end_inset
4581
4582 , LaTeX decides on the basis of the next character what type is used.
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \align center
4587 \begin_inset Tabular
4588 <lyxtabular version="3" rows="9" columns="2">
4589 <features tabularvalignment="middle">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Command
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Result
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 dots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\dots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 dots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\dots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 A_1
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 spce 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,
4733 \backslash
4734 ldots
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747 ,A_n
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $A_{1},\ldots,A_{n}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 A_1
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 spce 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +
4784 \backslash
4785 cdots
4786 \begin_inset ERT
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790
4791
4792 \backslash
4793 spce 
4794 \end_layout
4795
4796 \end_inset
4797
4798 +A_n
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \backslash
4823 vdots
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $\vdots$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 ddots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\ddots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \backslash
4873 iddots
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 \begin_inset Formula $\iddots$
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 3×3
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 matrix with the different dots
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 \begin_inset Formula $\begin{array}{ccc}
4910 A_{11} & \cdots & A_{1m}\\
4911 \vdots & \ddots & \vdots\\
4912 A_{n1} & \cdots & A_{nm}
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 </lyxtabular>
4923
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 The ellipses available in menu 
4931 \family sans
4932 Insert\SpecialChar \menuseparator
4933 Special
4934 \begin_inset space ~
4935 \end_inset
4936
4937 Character
4938 \family default
4939  are 
4940 \series bold
4941
4942 \backslash
4943 ldots
4944 \series default
4945 .
4946 \end_layout
4947
4948 \begin_layout Standard
4949 \begin_inset VSpace medskip
4950 \end_inset
4951
4952 To use 
4953 \series bold
4954
4955 \backslash
4956 iddots
4957 \series default
4958 , one of the options 
4959 \family sans
4960 Use mathdots package (automatically)
4961 \family default
4962  must be set in the document settings under 
4963 \family sans
4964 Math
4965 \begin_inset space ~
4966 \end_inset
4967
4968 Options
4969 \family default
4970 .
4971 \begin_inset Newline newline
4972 \end_inset
4973
4974 Using the option 
4975 \family sans
4976 Use mathdots package
4977 \family default
4978  will improve the appearance of all dots in the documents if their font
4979  style or size is not the default.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986 Specially for matrices there are ellipses that span over several columns.
4987  They are created with the command 
4988 \series bold
4989
4990 \backslash
4991 hdotsfor
4992 \series default
4993
4994 \begin_inset Index idx
4995 status collapsed
4996
4997 \begin_layout Plain Layout
4998 Commands ! H ! 
4999 \backslash
5000 hdotsfor
5001 \end_layout
5002
5003 \end_inset
5004
5005 , that has the following scheme:
5006 \end_layout
5007
5008 \begin_layout Standard
5009
5010 \series bold
5011
5012 \backslash
5013 hdotsfor[distance]{number of columns}
5014 \end_layout
5015
5016 \begin_layout Standard
5017 The number of columns specifies how many columns should be spanned.
5018  Distance is a factor for the distance between the dots.
5019 \end_layout
5020
5021 \begin_layout Standard
5022 In the following matrix the command 
5023 \series bold
5024
5025 \backslash
5026 hdotsfor[2]{4}
5027 \series default
5028  was inserted in the first box of the second line, to get an ellipsis with
5029  a dot distance twice as long as with the command 
5030 \series bold
5031
5032 \backslash
5033 dots
5034 \series default
5035 :
5036 \begin_inset Formula 
5037 \[
5038 \left(\begin{array}{cccc}
5039 A & B & C & D\\
5040 \hdotsfor[2]{4}\\
5041 q & w & e & r
5042 \end{array}\right)
5043 \]
5044
5045 \end_inset
5046
5047 Note that the matrix fields that should be spanned must be empty, otherwise
5048  you get LaTeX-errors.
5049 \end_layout
5050
5051 \begin_layout Standard
5052 \begin_inset VSpace bigskip
5053 \end_inset
5054
5055 Furthermore you can fill with the command 
5056 \series bold
5057
5058 \backslash
5059 dotfill
5060 \series default
5061
5062 \begin_inset Index idx
5063 status collapsed
5064
5065 \begin_layout Plain Layout
5066 Commands ! D ! 
5067 \backslash
5068 dotfill
5069 \end_layout
5070
5071 \end_inset
5072
5073  the rest of a line with dots.
5074  The effect of these commands is the same like with 
5075 \series bold
5076
5077 \backslash
5078 hfill
5079 \series default
5080 , see 
5081 \begin_inset CommandInset ref
5082 LatexCommand ref
5083 reference "sub:Variable-Space"
5084
5085 \end_inset
5086
5087 .
5088 \end_layout
5089
5090 \begin_layout Standard
5091 For example the command 
5092 \series bold
5093 A
5094 \backslash
5095 dotfill
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 spce 
5104 \end_layout
5105
5106 \end_inset
5107
5108 B
5109 \series default
5110  produces
5111 \end_layout
5112
5113 \begin_layout Standard
5114 \begin_inset Formula $A\dotfill B$
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \begin_layout Standard
5121 Analog to
5122 \series bold
5123  
5124 \backslash
5125 dotfill
5126 \series default
5127  there is for a line the command 
5128 \series bold
5129
5130 \backslash
5131 hrulefill
5132 \series default
5133
5134 \begin_inset Index idx
5135 status collapsed
5136
5137 \begin_layout Plain Layout
5138 Commands ! H ! 
5139 \backslash
5140 hrulefill
5141 \end_layout
5142
5143 \end_inset
5144
5145 :
5146 \end_layout
5147
5148 \begin_layout Standard
5149 \begin_inset Formula $A\hrulefill B$
5150 \end_inset
5151
5152
5153 \end_layout
5154
5155 \begin_layout Standard
5156 To use the commands for text, they have to be inserted in TeX-mode.
5157 \end_layout
5158
5159 \begin_layout Section
5160 Matrices
5161 \begin_inset CommandInset label
5162 LatexCommand label
5163 name "sec:Matrices"
5164
5165 \end_inset
5166
5167
5168 \begin_inset Index idx
5169 status collapsed
5170
5171 \begin_layout Plain Layout
5172 Matrices
5173 \end_layout
5174
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 Matrices can be inserted via the math toolbar button 
5182 \begin_inset Graphics
5183         filename ../images/dialog-show_mathmatrix.png
5184         scale 85
5185
5186 \end_inset
5187
5188  or the menu 
5189 \family sans
5190 Insert\SpecialChar \menuseparator
5191 Math\SpecialChar \menuseparator
5192 Matrix
5193 \family default
5194 .
5195  In the matrix dialog you can specify the number of columns and rows, the
5196  alignment and the decoration.
5197  The vertical alignment is hereby only of importance for matrices in inline
5198  formulas:
5199 \end_layout
5200
5201 \begin_layout Standard
5202 The first matrix is top 
5203 \begin_inset Formula $\begin{array}[t]{cccc}
5204 A & D & G & J\\
5205 B & E & H & K\\
5206 C & F & I & L
5207 \end{array}$
5208 \end_inset
5209
5210 , the second middle 
5211 \begin_inset Formula $\begin{array}{cccc}
5212 A & D & G & J\\
5213 B & E & H & K\\
5214 C & F & I & L
5215 \end{array}$
5216 \end_inset
5217
5218  and the third bottom 
5219 \begin_inset Formula $\begin{array}[b]{cccc}
5220 A & D & G & J\\
5221 B & E & H & K\\
5222 C & F & I & L
5223 \end{array}$
5224 \end_inset
5225
5226  aligned.
5227 \end_layout
5228
5229 \begin_layout Standard
5230 The horizontal alignment specifies how the column entries should be aligned.
5231  It is set by entering a letter for every column.
5232  
5233 \emph on
5234 l
5235 \emph default
5236  denotes left aligned, 
5237 \emph on
5238 c
5239 \emph default
5240  centered and 
5241 \emph on
5242 r
5243 \emph default
5244  right aligned.
5245  To create for example a 4
5246 \series bold
5247 ×
5248 \series default
5249 4
5250 \begin_inset space ~
5251 \end_inset
5252
5253 matrix where the first column is left aligned, the second and third are
5254  centered and the last one is right aligned, one enters for the horizontal
5255  alignment 
5256 \series bold
5257 lccr
5258 \series default
5259 .
5260  Normally are in a matrix all columns centered, therefore the default is
5261  for every column is a 
5262 \series bold
5263 c
5264 \series default
5265 .
5266 \end_layout
5267
5268 \begin_layout Standard
5269 Horizontal alignment:
5270 \end_layout
5271
5272 \begin_layout Standard
5273
5274 \series bold
5275 lll
5276 \series default
5277  : 
5278 \begin_inset Formula $\begin{array}{lll}
5279 10000 & D & G\\
5280 B & 10000 & H\\
5281 C & F & 10000
5282 \end{array}$
5283 \end_inset
5284
5285  , 
5286 \series bold
5287 ccc
5288 \series default
5289  : 
5290 \begin_inset Formula $\begin{array}{ccc}
5291 10000 & D & G\\
5292 B & 10000 & H\\
5293 C & F & 10000
5294 \end{array}$
5295 \end_inset
5296
5297  , 
5298 \series bold
5299 rrr
5300 \series default
5301  : 
5302 \begin_inset Formula $\begin{array}{rrr}
5303 10000 & D & G\\
5304 B & 10000 & H\\
5305 C & F & 10000
5306 \end{array}$
5307 \end_inset
5308
5309
5310 \end_layout
5311
5312 \begin_layout Standard
5313 To add or delete rows and columns subsequently, the math toolbar buttons
5314  
5315 \begin_inset Graphics
5316         filename ../images/tabular-feature_append-row.png
5317         scale 85
5318
5319 \end_inset
5320
5321
5322 \begin_inset Graphics
5323         filename ../images/tabular-feature_delete-row.png
5324         scale 85
5325
5326 \end_inset
5327
5328 , etc.
5329 \begin_inset space \thinspace{}
5330 \end_inset
5331
5332 , or the menu 
5333 \family sans
5334 Edit\SpecialChar \menuseparator
5335 Rows & Columns
5336 \family default
5337  can be used.
5338  New rows can also be created with 
5339 \begin_inset Info
5340 type  "shortcut"
5341 arg   "newline-insert newline"
5342 \end_inset
5343
5344 .
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset VSpace bigskip
5349 \end_inset
5350
5351 The 
5352 \family sans
5353 Decoration
5354 \family default
5355  adds parentheses in the selected style around the matrix.
5356  Alternatively, parentheses can can either be created with the commands
5357  
5358 \series bold
5359
5360 \backslash
5361 left
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commands ! L ! 
5369 \backslash
5370 left
5371 \end_layout
5372
5373 \end_inset
5374
5375  and 
5376 \series bold
5377
5378 \backslash
5379 right
5380 \series default
5381
5382 \begin_inset Index idx
5383 status collapsed
5384
5385 \begin_layout Plain Layout
5386 Commands ! R ! 
5387 \backslash
5388 right
5389 \end_layout
5390
5391 \end_inset
5392
5393  (shortcut 
5394 \family sans
5395 Alt+M
5396 \begin_inset space ~
5397 \end_inset
5398
5399 Parenthesis
5400 \family default
5401 ), see 
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:Automatic-Bracket-Size"
5405
5406 \end_inset
5407
5408 , or by using the following commands:
5409 \begin_inset VSpace medskip
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \begin_layout Standard
5416 \begin_inset space \hfill{}
5417 \end_inset
5418
5419
5420 \begin_inset Tabular
5421 <lyxtabular version="3" rows="4" columns="2">
5422 <features tabularvalignment="middle">
5423 <column alignment="center" valignment="top" width="0">
5424 <column alignment="center" valignment="top" width="0">
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Command
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 Result
5440 \begin_inset Note Note
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444
5445 \series bold
5446
5447 \backslash
5448 raisebox
5449 \series default
5450  is only used as spacer.
5451 \end_layout
5452
5453 \end_inset
5454
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \backslash
5468 bmatrix
5469 \begin_inset ERT
5470 status collapsed
5471
5472 \begin_layout Plain Layout
5473
5474
5475 \backslash
5476 spce 
5477 \end_layout
5478
5479 \end_inset
5480
5481 2
5482 \series bold
5483 ×
5484 \series default
5485 2
5486 \begin_inset space \thinspace{}
5487 \end_inset
5488
5489 matrix
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5499 0 & \textrm{-}\mathrm{i}\\
5500 \mathrm{i} & 0
5501 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5502 \end_inset
5503
5504
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 </row>
5510 <row>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515
5516 \backslash
5517 Bmatrix
5518 \begin_inset ERT
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522
5523
5524 \backslash
5525 spce 
5526 \end_layout
5527
5528 \end_inset
5529
5530 2
5531 \series bold
5532 ×
5533 \series default
5534 2
5535 \begin_inset space \thinspace{}
5536 \end_inset
5537
5538 matrix
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5548 0 & \textrm{-}\mathrm{i}\\
5549 \mathrm{i} & 0
5550 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \backslash
5566 pmatrix
5567 \begin_inset ERT
5568 status collapsed
5569
5570 \begin_layout Plain Layout
5571
5572
5573 \backslash
5574 spce 
5575 \end_layout
5576
5577 \end_inset
5578
5579 2
5580 \series bold
5581 ×
5582 \series default
5583 2
5584 \begin_inset space \thinspace{}
5585 \end_inset
5586
5587 matrix
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5597 0 & \textrm{-}\mathrm{i}\\
5598 \mathrm{i} & 0
5599 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5600 \end_inset
5601
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 </lyxtabular>
5609
5610 \end_inset
5611
5612
5613 \begin_inset space \hfill{}
5614 \end_inset
5615
5616
5617 \begin_inset Tabular
5618 <lyxtabular version="3" rows="4" columns="2">
5619 <features tabularvalignment="middle">
5620 <column alignment="center" valignment="top" width="0">
5621 <column alignment="center" valignment="top" width="0">
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 Command
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 Result
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 <row>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \backslash
5649 vmatrix
5650 \begin_inset ERT
5651 status collapsed
5652
5653 \begin_layout Plain Layout
5654
5655
5656 \backslash
5657 spce 
5658 \end_layout
5659
5660 \end_inset
5661
5662 2
5663 \series bold
5664 ×
5665 \series default
5666 2
5667 \begin_inset space \thinspace{}
5668 \end_inset
5669
5670 matrix
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5680 0 & \textrm{-}\mathrm{i}\\
5681 \mathrm{i} & 0
5682 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 </row>
5691 <row>
5692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696
5697 \backslash
5698 Vmatrix
5699 \begin_inset ERT
5700 status collapsed
5701
5702 \begin_layout Plain Layout
5703
5704
5705 \backslash
5706 spce 
5707 \end_layout
5708
5709 \end_inset
5710
5711 2
5712 \series bold
5713 ×
5714 \series default
5715 2
5716 \begin_inset space \thinspace{}
5717 \end_inset
5718
5719 matrix
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5729 0 & \textrm{-}\mathrm{i}\\
5730 \mathrm{i} & 0
5731 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745
5746 \backslash
5747 matrix
5748 \begin_inset ERT
5749 status collapsed
5750
5751 \begin_layout Plain Layout
5752
5753
5754 \backslash
5755 spce 
5756 \end_layout
5757
5758 \end_inset
5759
5760 2
5761 \series bold
5762 ×
5763 \series default
5764 2
5765 \begin_inset space \thinspace{}
5766 \end_inset
5767
5768 matrix
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5778 0 & \textrm{-}\mathrm{i}\\
5779 \mathrm{i} & 0
5780 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 </lyxtabular>
5790
5791 \end_inset
5792
5793
5794 \begin_inset space \hfill{}
5795 \end_inset
5796
5797
5798 \end_layout
5799
5800 \begin_layout Standard
5801 \begin_inset VSpace medskip
5802 \end_inset
5803
5804 When e.
5805 \begin_inset space \thinspace{}
5806 \end_inset
5807
5808 g.
5809 \begin_inset space \space{}
5810 \end_inset
5811
5812
5813 \series bold
5814
5815 \backslash
5816 vmatrix
5817 \series default
5818  is inserted, a blue box appears between two vertical lines where the matrix
5819  is inserted.
5820 \begin_inset Newline newline
5821 \end_inset
5822
5823 Note that decorated matrices ignore the vertical alignment.
5824 \end_layout
5825
5826 \begin_layout Standard
5827 \begin_inset Note Greyedout
5828 status open
5829
5830 \begin_layout Plain Layout
5831
5832 \series bold
5833 Note:
5834 \series default
5835  LaTeX limits the number of matrix columns with decorations to 10.
5836  If you need more than 10
5837 \begin_inset space ~
5838 \end_inset
5839
5840 columns, you have to add this line to the document preamble:
5841 \end_layout
5842
5843 \begin_layout Plain Layout
5844
5845 \series bold
5846
5847 \backslash
5848 setcounter{MaxMatrixCols}{number}
5849 \end_layout
5850
5851 \begin_layout Plain Layout
5852 where 
5853 \emph on
5854 number
5855 \emph default
5856  is the number of columns between 11 and 99.
5857 \end_layout
5858
5859 \end_inset
5860
5861
5862 \end_layout
5863
5864 \begin_layout Standard
5865 \begin_inset VSpace bigskip
5866 \end_inset
5867
5868 As all multiline formulas are matrices, the length 
5869 \series bold
5870
5871 \backslash
5872 arraycolsep
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Commands ! A ! 
5880 \backslash
5881 arraycolsep
5882 \end_layout
5883
5884 \end_inset
5885
5886  that is described in 
5887 \begin_inset CommandInset ref
5888 LatexCommand ref
5889 reference "sub:Column-Separation"
5890
5891 \end_inset
5892
5893  can also be used to change the column separation of matrices.
5894 \end_layout
5895
5896 \begin_layout Standard
5897 To change the row separation, the command 
5898 \series bold
5899
5900 \backslash
5901 arraystretch
5902 \series default
5903
5904 \begin_inset Index idx
5905 status collapsed
5906
5907 \begin_layout Plain Layout
5908 Commands ! A ! 
5909 \backslash
5910 arraystretch
5911 \end_layout
5912
5913 \end_inset
5914
5915  is used.
5916  It is used as follows:
5917 \end_layout
5918
5919 \begin_layout Standard
5920
5921 \series bold
5922
5923 \backslash
5924 renewcommand{
5925 \backslash
5926 arraystretch}{stretch factor}
5927 \begin_inset Index idx
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931 Commands ! R ! 
5932 \backslash
5933 renewcommand
5934 \end_layout
5935
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \begin_layout Standard
5942 The command 
5943 \series bold
5944
5945 \backslash
5946 renewcommand
5947 \series default
5948  assigns the stretch factor to the predefined command 
5949 \series bold
5950
5951 \backslash
5952 arraystretch
5953 \series default
5954 .
5955  To double e.
5956 \begin_inset space \thinspace{}
5957 \end_inset
5958
5959 g.
5960 \begin_inset space \space{}
5961 \end_inset
5962
5963 the row separation, use the factor 2.
5964  This is then used for all following matrices.
5965  To go back to the original separation, assign the factor 1 to 
5966 \series bold
5967
5968 \backslash
5969 arraystretch
5970 \series default
5971 .
5972 \end_layout
5973
5974 \begin_layout Standard
5975 To set matrices into a text line, the command 
5976 \series bold
5977
5978 \backslash
5979 smallmatrix
5980 \series default
5981
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Commands ! S ! 
5987 \backslash
5988 smallmatrix
5989 \end_layout
5990
5991 \end_inset
5992
5993  is used.
5994  When it is inserted a blue box with two dashed lines appears.
5995  In this box the matrix is inserted.
5996 \end_layout
5997
5998 \begin_layout Standard
5999 This is a matrix 
6000 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6001 C & D
6002 \end{smallmatrix}\right)$
6003 \end_inset
6004
6005  in a text line.
6006 \end_layout
6007
6008 \begin_layout Section
6009 Brackets and Delimiters
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 Brackets
6015 \end_layout
6016
6017 \end_inset
6018
6019
6020 \begin_inset Index idx
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024 Delimiters
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Subsection
6033 Vertical Brackets and Delimiters
6034 \begin_inset Index idx
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 Brackets ! vertical
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \begin_inset space \hfill{}
6048 \end_inset
6049
6050
6051 \begin_inset Tabular
6052 <lyxtabular version="3" rows="9" columns="2">
6053 <features tabularvalignment="middle">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <column alignment="center" valignment="top" width="0pt">
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 Command
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 Result
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 (
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 \begin_inset Formula $($
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 </row>
6099 <row>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 {
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 \begin_inset Formula $\{$
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 </row>
6122 <row>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 [
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 \begin_inset Formula $[$
6137 \end_inset
6138
6139
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 </row>
6145 <row>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \backslash
6152 langle
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 \begin_inset Formula $\langle$
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \backslash
6177 lceil
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 \begin_inset Formula $\lceil$
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200
6201 \backslash
6202 lfloor
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 \begin_inset Formula $\lfloor$
6212 \end_inset
6213
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 </row>
6220 <row>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 /
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 \begin_inset Formula $/$
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 </row>
6243 <row>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 |
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 \begin_inset Formula $|$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 </row>
6266 </lyxtabular>
6267
6268 \end_inset
6269
6270
6271 \begin_inset space \hfill{}
6272 \end_inset
6273
6274
6275 \begin_inset Tabular
6276 <lyxtabular version="3" rows="9" columns="2">
6277 <features tabularvalignment="middle">
6278 <column alignment="center" valignment="top" width="0pt">
6279 <column alignment="center" valignment="top" width="0pt">
6280 <row>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 Command
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 Result
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 )
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 \begin_inset Formula $)$
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 </row>
6323 <row>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 }
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 \begin_inset Formula $\}$
6338 \end_inset
6339
6340
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 ]
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 \begin_inset Formula $]$
6361 \end_inset
6362
6363
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 <row>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374
6375 \backslash
6376 rangle
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 \begin_inset Formula $\rangle$
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \backslash
6401 rceil
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 \begin_inset Formula $\rceil$
6411 \end_inset
6412
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 </row>
6419 <row>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424
6425 \backslash
6426 rfloor
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 \begin_inset Formula $\rfloor$
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \backslash
6451
6452 \backslash
6453
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 \begin_inset Formula $\backslash$
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476
6477 \backslash
6478 |
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 \begin_inset Formula $\|$
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 </lyxtabular>
6497
6498 \end_inset
6499
6500
6501 \begin_inset space \hfill{}
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508
6509 \series medium
6510 \begin_inset Note Greyedout
6511 status open
6512
6513 \begin_layout Plain Layout
6514
6515 \series bold
6516 Note:
6517 \series default
6518  In TeX-mode the command 
6519 \series bold
6520
6521 \backslash
6522 textbackslash
6523 \series default
6524
6525 \begin_inset Index idx
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529 Commands ! T ! 
6530 \backslash
6531 textbackslash
6532 \end_layout
6533
6534 \end_inset
6535
6536  must be used for the backslash, because the command 
6537 \series bold
6538
6539 \backslash
6540
6541 \backslash
6542
6543 \series default
6544  produces there a line break.
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \begin_layout Standard
6553 For all characters listed above the size can be adjusted with the commands
6554  described in the following two subsections.
6555  When using these commands, the characters < and > can directly be used
6556  instead of the commands 
6557 \series bold
6558
6559 \backslash
6560 langle
6561 \series default
6562  and 
6563 \series bold
6564
6565 \backslash
6566 rangle
6567 \series default
6568 .
6569 \end_layout
6570
6571 \begin_layout Subsubsection
6572 Manual Bracket Size
6573 \begin_inset CommandInset label
6574 LatexCommand label
6575 name "sub:Manual-Bracket-Size"
6576
6577 \end_inset
6578
6579
6580 \begin_inset Index idx
6581 status collapsed
6582
6583 \begin_layout Plain Layout
6584 Bracket size ! manual
6585 \end_layout
6586
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \begin_layout Standard
6593 The bracket size can be specified manually by the LaTeX-commands 
6594 \series bold
6595
6596 \backslash
6597 big
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Commands ! B ! 
6605 \backslash
6606 big
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \series bold
6613
6614 \backslash
6615 Big
6616 \series default
6617
6618 \series bold
6619
6620 \backslash
6621 bigg
6622 \series default
6623  and 
6624 \series bold
6625
6626 \backslash
6627 Bigg
6628 \series default
6629 .
6630  
6631 \series bold
6632
6633 \backslash
6634 big
6635 \series default
6636  denotes the smallest and 
6637 \series bold
6638
6639 \backslash
6640 Bigg
6641 \series default
6642  the largest bracket size.
6643 \end_layout
6644
6645 \begin_layout Standard
6646 These commands are used to emphasize levels of brackets:
6647 \end_layout
6648
6649 \begin_layout Standard
6650 \align center
6651 \begin_inset Tabular
6652 <lyxtabular version="3" rows="2" columns="2">
6653 <features tabularvalignment="middle">
6654 <column alignment="center" valignment="top" width="0pt">
6655 <column alignment="center" valignment="top" width="0pt">
6656 <row>
6657 <cell alignment="center" valignment="top" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 all brackets in the same size:
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 this looks better:
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6694 \end_inset
6695
6696
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 </row>
6702 </lyxtabular>
6703
6704 \end_inset
6705
6706
6707 \begin_inset Note Note
6708 status collapsed
6709
6710 \begin_layout Plain Layout
6711
6712 \series bold
6713
6714 \backslash
6715 raisebox
6716 \series default
6717  is only used as spacer.
6718 \end_layout
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Standard
6726 For the second formula the command 
6727 \series bold
6728
6729 \backslash
6730 Big((A+B)(A-B)
6731 \backslash
6732 Big)^
6733 \begin_inset ERT
6734 status collapsed
6735
6736 \begin_layout Plain Layout
6737
6738
6739 \backslash
6740 spce 
6741 \end_layout
6742
6743 \end_inset
6744
6745 C
6746 \series default
6747  has been used.
6748 \end_layout
6749
6750 \begin_layout Standard
6751 Here is an overview about all bracket sizes:
6752 \end_layout
6753
6754 \begin_layout Standard
6755 \align center
6756
6757 \backslash
6758 Bigg(
6759 \backslash
6760 exp
6761 \backslash
6762 bigg<
6763 \backslash
6764 Big[
6765 \backslash
6766 big{
6767 \backslash
6768 ln(3x)
6769 \backslash
6770 big}^2
6771 \begin_inset ERT
6772 status collapsed
6773
6774 \begin_layout Plain Layout
6775
6776
6777 \backslash
6778 spce 
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \backslash
6785 sin(x)
6786 \backslash
6787 Big]^
6788 \begin_inset ERT
6789 status collapsed
6790
6791 \begin_layout Plain Layout
6792
6793
6794 \backslash
6795 spce 
6796 \end_layout
6797
6798 \end_inset
6799
6800 A
6801 \begin_inset ERT
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805
6806
6807 \backslash
6808 spce 
6809 \end_layout
6810
6811 \end_inset
6812
6813
6814 \backslash
6815 bigg>
6816 \backslash
6817 Bigg)^0,5
6818 \end_layout
6819
6820 \begin_layout Standard
6821 \align center
6822 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6823 \end_inset
6824
6825
6826 \end_layout
6827
6828 \begin_layout Standard
6829 Besides the 
6830 \series bold
6831
6832 \backslash
6833 big
6834 \series default
6835 -commands there is the variant 
6836 \series bold
6837
6838 \backslash
6839 bigm
6840 \series default
6841
6842 \begin_inset Index idx
6843 status collapsed
6844
6845 \begin_layout Plain Layout
6846 Commands ! B ! 
6847 \backslash
6848 bigm
6849 \end_layout
6850
6851 \end_inset
6852
6853  that adds a bit more space between the bracket and its content, and the
6854  variant 
6855 \series bold
6856
6857 \backslash
6858 bigl
6859 \series default
6860 -
6861 \series bold
6862
6863 \backslash
6864 bigr
6865 \series default
6866
6867 \begin_inset Index idx
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Commands ! B ! 
6872 \backslash
6873 bigl - 
6874 \backslash
6875 bigr
6876 \end_layout
6877
6878 \end_inset
6879
6880 , that don't add additional space.
6881  The 
6882 \emph on
6883 l
6884 \emph default
6885  at the end of the command 
6886 \series bold
6887
6888 \backslash
6889 bigl
6890 \series default
6891  is for a left bracket; for a right bracket this will be replaced by an
6892  
6893 \emph on
6894 r
6895 \emph default
6896 .
6897  A left or right bracket can each be an opening or closing bracket.
6898 \end_layout
6899
6900 \begin_layout Standard
6901 In the following table is a comparison of the variants:
6902 \end_layout
6903
6904 \begin_layout Standard
6905 \align center
6906 \begin_inset Tabular
6907 <lyxtabular version="3" rows="5" columns="2">
6908 <features tabularvalignment="middle">
6909 <column alignment="center" valignment="middle" width="0">
6910 <column alignment="center" valignment="middle" width="0">
6911 <row>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 Command
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 Result
6926 \begin_inset Note Note
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931 \series bold
6932
6933 \backslash
6934 raisebox
6935 \series default
6936  is only used as spacer.
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 </row>
6947 <row>
6948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952
6953 \backslash
6954 Bigm(
6955 \backslash
6956 bigm(
6957 \backslash
6958 ln(3x)
6959 \backslash
6960 bigm)^2
6961 \series bold
6962
6963 \begin_inset ERT
6964 status collapsed
6965
6966 \begin_layout Plain Layout
6967
6968
6969 \backslash
6970 spce 
6971 \end_layout
6972
6973 \end_inset
6974
6975
6976 \series default
6977
6978 \backslash
6979 Bigm)
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \backslash
7004 Big(
7005 \backslash
7006 big(
7007 \backslash
7008 ln(3x)
7009 \backslash
7010 big)^2
7011 \series bold
7012
7013 \begin_inset ERT
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017
7018
7019 \backslash
7020 spce 
7021 \end_layout
7022
7023 \end_inset
7024
7025
7026 \series default
7027
7028 \backslash
7029 Big)
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 </row>
7047 <row>
7048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \backslash
7054 Bigl(
7055 \backslash
7056 bigl(
7057 \backslash
7058 ln(3x)
7059 \backslash
7060 bigr)^2
7061 \series bold
7062
7063 \begin_inset ERT
7064 status collapsed
7065
7066 \begin_layout Plain Layout
7067
7068
7069 \backslash
7070 spce 
7071 \end_layout
7072
7073 \end_inset
7074
7075
7076 \series default
7077
7078 \backslash
7079 Bigr)
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 </row>
7097 <row>
7098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102
7103 \backslash
7104 bigl)
7105 \backslash
7106 ln(3x)
7107 \backslash
7108 bigr(
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 </row>
7126 </lyxtabular>
7127
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \begin_layout Subsubsection
7134 Automatic Bracket Size
7135 \begin_inset CommandInset label
7136 LatexCommand label
7137 name "sub:Automatic-Bracket-Size"
7138
7139 \end_inset
7140
7141
7142 \begin_inset Index idx
7143 status collapsed
7144
7145 \begin_layout Plain Layout
7146 Bracket size ! automatic
7147 \end_layout
7148
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \begin_layout Standard
7155 Brackets with variable size can be inserted with the commands 
7156 \series bold
7157
7158 \backslash
7159 left
7160 \series default
7161
7162 \begin_inset Index idx
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166 Commands ! L ! 
7167 \backslash
7168 left
7169 \end_layout
7170
7171 \end_inset
7172
7173  and 
7174 \series bold
7175
7176 \backslash
7177 right
7178 \series default
7179
7180 \begin_inset Index idx
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184 Commands ! R ! 
7185 \backslash
7186 right
7187 \end_layout
7188
7189 \end_inset
7190
7191  or via the math toolbar button 
7192 \begin_inset Graphics
7193         filename ../images/dialog-show_mathdelimiter.png
7194         scale 85
7195
7196 \end_inset
7197
7198 .
7199  Directly behind 
7200 \series bold
7201
7202 \backslash
7203 left
7204 \series default
7205  and 
7206 \series bold
7207
7208 \backslash
7209 right
7210 \series default
7211  the wanted bracket must be inserted.
7212  The bracket size will then automatically be calculated for the output.
7213 \end_layout
7214
7215 \begin_layout Standard
7216 \align center
7217 normal bracket: The command 
7218 \series bold
7219
7220 \backslash
7221 ln(
7222 \backslash
7223 frac
7224 \begin_inset ERT
7225 status collapsed
7226
7227 \begin_layout Plain Layout
7228
7229
7230 \backslash
7231 spce 
7232 \end_layout
7233
7234 \end_inset
7235
7236 A
7237 \begin_inset Formula $\downarrow$
7238 \end_inset
7239
7240 C
7241 \begin_inset ERT
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245
7246
7247 \backslash
7248 spce 
7249 \end_layout
7250
7251 \end_inset
7252
7253 )
7254 \series default
7255  creates
7256 \begin_inset Formula 
7257 \[
7258 \ln(\frac{A}{C})
7259 \]
7260
7261 \end_inset
7262
7263
7264 \end_layout
7265
7266 \begin_layout Standard
7267 \align center
7268 multiline bracket: The command 
7269 \series bold
7270
7271 \backslash
7272 ln
7273 \backslash
7274 left(
7275 \backslash
7276 frac
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 spce 
7285 \end_layout
7286
7287 \end_inset
7288
7289 A
7290 \begin_inset Formula $\downarrow$
7291 \end_inset
7292
7293 C
7294 \begin_inset ERT
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298
7299
7300 \backslash
7301 spce 
7302 \end_layout
7303
7304 \end_inset
7305
7306
7307 \backslash
7308 right)
7309 \series default
7310  creates
7311 \begin_inset Formula 
7312 \[
7313 \ln\left(\frac{A}{C}\right)
7314 \]
7315
7316 \end_inset
7317
7318
7319 \end_layout
7320
7321 \begin_layout Standard
7322 Instead of 
7323 \series bold
7324
7325 \backslash
7326 left
7327 \series default
7328  and 
7329 \series bold
7330
7331 \backslash
7332 right
7333 \series default
7334  the shortcut 
7335 \family sans
7336 Alt+M
7337 \begin_inset space ~
7338 \end_inset
7339
7340 Bracket
7341 \family default
7342  can be used.
7343  This has the advantage that you can see in LyX immediately the real bracket
7344  size and that the matching right bracket will be created too.
7345 \begin_inset Newline newline
7346 \end_inset
7347
7348 The command for the last example would then be: 
7349 \series bold
7350
7351 \backslash
7352 ln Alt+M
7353 \series default
7354  
7355 \series bold
7356 (
7357 \backslash
7358 frac
7359 \begin_inset ERT
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363
7364
7365 \backslash
7366 spce 
7367 \end_layout
7368
7369 \end_inset
7370
7371 A
7372 \begin_inset Formula $\downarrow$
7373 \end_inset
7374
7375 C
7376 \end_layout
7377
7378 \begin_layout Standard
7379 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7380  For example the command 
7381 \series bold
7382
7383 \backslash
7384 left.
7385 \backslash
7386 frac
7387 \begin_inset ERT
7388 status collapsed
7389
7390 \begin_layout Plain Layout
7391
7392
7393 \backslash
7394 spce 
7395 \end_layout
7396
7397 \end_inset
7398
7399 A
7400 \begin_inset Formula $\downarrow$
7401 \end_inset
7402
7403 B
7404 \begin_inset ERT
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408
7409
7410 \backslash
7411 spce 
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \backslash
7418 right}
7419 \series default
7420  creates:
7421 \series bold
7422
7423 \begin_inset Formula 
7424 \[
7425 \left.\frac{A}{B}\right\} 
7426 \]
7427
7428 \end_inset
7429
7430
7431 \series default
7432 The commands 
7433 \series bold
7434
7435 \backslash
7436 left
7437 \series default
7438  and 
7439 \series bold
7440
7441 \backslash
7442 right
7443 \series default
7444  will be converted by LyX to brackets in the right size when the document
7445  is reloaded and an omitted bracket will appear as dashed line.
7446 \end_layout
7447
7448 \begin_layout Standard
7449 \begin_inset VSpace bigskip
7450 \end_inset
7451
7452 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7453  the command 
7454 \series bold
7455
7456 \backslash
7457 middle
7458 \series default
7459
7460 \begin_inset Index idx
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 Commands ! M ! 
7465 \backslash
7466 middle
7467 \end_layout
7468
7469 \end_inset
7470
7471  is additionally available for all brackets and limits.
7472  With this command the height of the following character is adapted to the
7473  one of the surrounding brackets, what is e.
7474 \begin_inset space \thinspace{}
7475 \end_inset
7476
7477 g.
7478 \begin_inset space \space{}
7479 \end_inset
7480
7481 needed for physical vectors:
7482 \begin_inset Formula 
7483 \[
7484 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7485 \]
7486
7487 \end_inset
7488
7489 For physical vectors there is a special LaTeX-package, described in 
7490 \begin_inset CommandInset ref
7491 LatexCommand ref
7492 reference "sub:Physical-Vectors"
7493
7494 \end_inset
7495
7496 .
7497 \end_layout
7498
7499 \begin_layout Subsection
7500 Horizontal Brackets
7501 \begin_inset Index idx
7502 status collapsed
7503
7504 \begin_layout Plain Layout
7505 Brackets ! horizontal
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \begin_layout Standard
7514 \align center
7515 \begin_inset Tabular
7516 <lyxtabular version="3" rows="4" columns="2">
7517 <features tabularvalignment="middle">
7518 <column alignment="center" valignment="top" width="0pt">
7519 <column alignment="center" valignment="top" width="0pt">
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 Command
7526 \begin_inset Note Note
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531 \series bold
7532
7533 \backslash
7534 raisebox
7535 \series default
7536  is only used as spacer.
7537 \end_layout
7538
7539 \end_inset
7540
7541
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 Result
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 \begin_inset ERT
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565
7566
7567 \backslash
7568 raisebox{2.3mm}{
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \backslash
7575 overbrace
7576 \begin_inset ERT
7577 status collapsed
7578
7579 \begin_layout Plain Layout
7580
7581
7582 \backslash
7583 spce 
7584 \end_layout
7585
7586 \end_inset
7587
7588 A+B
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 spce 
7597 \end_layout
7598
7599 \end_inset
7600
7601 ^
7602 \begin_inset ERT
7603 status collapsed
7604
7605 \begin_layout Plain Layout
7606
7607
7608 \backslash
7609 spce 
7610 \end_layout
7611
7612 \end_inset
7613
7614 3
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620 }
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \begin_inset Index idx
7627 status collapsed
7628
7629 \begin_layout Plain Layout
7630 Commands ! O ! 
7631 \backslash
7632 overbrace
7633 \end_layout
7634
7635 \end_inset
7636
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 \begin_inset Formula $\overbrace{A+B}^{3}$
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 \begin_inset ERT
7661 status collapsed
7662
7663 \begin_layout Plain Layout
7664
7665
7666 \backslash
7667 raisebox{-2.2mm}{
7668 \end_layout
7669
7670 \end_inset
7671
7672
7673 \backslash
7674 underbrace
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 spce 
7683 \end_layout
7684
7685 \end_inset
7686
7687 A+B
7688 \begin_inset ERT
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692
7693
7694 \backslash
7695 spce 
7696 \end_layout
7697
7698 \end_inset
7699
7700 _5
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706 }
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \begin_inset Index idx
7713 status collapsed
7714
7715 \begin_layout Plain Layout
7716 Commands ! U ! 
7717 \backslash
7718 underbrace
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\underbrace{A+B}_{5}$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 overbrace
7749 \begin_inset ERT
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753
7754
7755 \backslash
7756 spce 
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \backslash
7763 underbrace
7764 \begin_inset ERT
7765 status collapsed
7766
7767 \begin_layout Plain Layout
7768
7769
7770 \backslash
7771 spce 
7772 \end_layout
7773
7774 \end_inset
7775
7776 A+B_w
7777 \begin_inset ERT
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781
7782
7783 \backslash
7784 spce 
7785 \end_layout
7786
7787 \end_inset
7788
7789
7790 \begin_inset ERT
7791 status collapsed
7792
7793 \begin_layout Plain Layout
7794
7795
7796 \backslash
7797 spce 
7798 \end_layout
7799
7800 \end_inset
7801
7802 _7
7803 \begin_inset ERT
7804 status collapsed
7805
7806 \begin_layout Plain Layout
7807
7808
7809 \backslash
7810 spce 
7811 \end_layout
7812
7813 \end_inset
7814
7815
7816 \begin_inset ERT
7817 status collapsed
7818
7819 \begin_layout Plain Layout
7820
7821
7822 \backslash
7823 spce 
7824 \end_layout
7825
7826 \end_inset
7827
7828 ^
7829 \begin_inset ERT
7830 status collapsed
7831
7832 \begin_layout Plain Layout
7833
7834
7835 \backslash
7836 spce 
7837 \end_layout
7838
7839 \end_inset
7840
7841 C
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 </lyxtabular>
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \begin_layout Standard
7867 In the last example it doesn't matter if 
7868 \series bold
7869
7870 \backslash
7871 overbrace
7872 \series default
7873  or 
7874 \series bold
7875
7876 \backslash
7877 underbrace
7878 \series default
7879  is inserted at first.
7880 \end_layout
7881
7882 \begin_layout Standard
7883 \begin_inset VSpace bigskip
7884 \end_inset
7885
7886 When brackets are needed that overlap each other, multiline formulas, as
7887  described in 
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "sec:Multiline-Formulas"
7891
7892 \end_inset
7893
7894 , must be used:
7895 \begin_inset Formula 
7896 \begin{eqnarray*}
7897 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7898  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7899 \end{eqnarray*}
7900
7901 \end_inset
7902
7903 In the first row the formula is inserted together with the first brace.
7904  It is hereby important that the space command
7905 \begin_inset Foot
7906 status collapsed
7907
7908 \begin_layout Plain Layout
7909 Space commands are explained in 
7910 \begin_inset CommandInset ref
7911 LatexCommand ref
7912 reference "sub:Predefined-Space"
7913
7914 \end_inset
7915
7916 .
7917 \end_layout
7918
7919 \end_inset
7920
7921  
7922 \series bold
7923
7924 \backslash
7925 :
7926 \series default
7927  is inserted before the first 
7928 \begin_inset Formula $d$
7929 \end_inset
7930
7931 , because the brace that ends behind the 
7932 \begin_inset Formula $q$
7933 \end_inset
7934
7935  prevents that the following 
7936 \begin_inset Quotes eld
7937 \end_inset
7938
7939 +
7940 \begin_inset Quotes erd
7941 \end_inset
7942
7943  is surrounded by space.
7944 \begin_inset Foot
7945 status collapsed
7946
7947 \begin_layout Plain Layout
7948 because a bracket is not handled as character, see 
7949 \begin_inset CommandInset ref
7950 LatexCommand ref
7951 reference "sub:Binary-Operators"
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959
7960  In the second row the second brace is inserted.
7961  As it should begin before the 
7962 \begin_inset Formula $b$
7963 \end_inset
7964
7965 , first the command 
7966 \series bold
7967
7968 \backslash
7969 hphantom{gggg+
7970 \backslash
7971 :}
7972 \series default
7973  is inserted.
7974 \begin_inset Foot
7975 status collapsed
7976
7977 \begin_layout Plain Layout
7978 more about 
7979 \series bold
7980
7981 \backslash
7982 hphantom
7983 \series default
7984  see 
7985 \begin_inset CommandInset ref
7986 LatexCommand ref
7987 reference "sub:Placeholders"
7988
7989 \end_inset
7990
7991
7992 \end_layout
7993
7994 \end_inset
7995
7996  This space is needed because the 
7997 \begin_inset Quotes eld
7998 \end_inset
7999
8000 +
8001 \begin_inset Quotes erd
8002 \end_inset
8003
8004  is also surrounded by space in the formula.
8005  The brace is placed under the command 
8006 \series bold
8007
8008 \backslash
8009 hphantom{bbqq+dddd}
8010 \series default
8011 .
8012 \end_layout
8013
8014 \begin_layout Standard
8015 It gets more complicated when brackets overlap each other, like in the following
8016  example:
8017 \begin_inset ERT
8018 status collapsed
8019
8020 \begin_layout Plain Layout
8021
8022
8023 \backslash
8024 setlength{
8025 \backslash
8026 jot}{-6pt}
8027 \end_layout
8028
8029 \end_inset
8030
8031
8032 \begin_inset Formula 
8033 \begin{eqnarray*}
8034  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8035 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8036 \end{eqnarray*}
8037
8038 \end_inset
8039
8040
8041 \begin_inset ERT
8042 status collapsed
8043
8044 \begin_layout Plain Layout
8045
8046
8047 \backslash
8048 setlength{
8049 \backslash
8050 jot}{3pt}
8051 \end_layout
8052
8053 \end_inset
8054
8055 The first formula row is the same as the second row of the previous example,
8056  with the difference that the brace is above.
8057  The second row contains the formula together with the second brace.
8058  To avoid that there is space between the upper brace in the first row and
8059  the formula, the row spacing need to be reduced.
8060  This is not easily possible due to a bug in LyX
8061 \begin_inset Foot
8062 status collapsed
8063
8064 \begin_layout Plain Layout
8065 \begin_inset CommandInset href
8066 LatexCommand href
8067 name "LyX-bug #1505"
8068 target "http://www.lyx.org/trac/ticket/1505"
8069
8070 \end_inset
8071
8072
8073 \end_layout
8074
8075 \end_inset
8076
8077 .
8078  As solution for the problem, the global formula row separation 
8079 \series bold
8080
8081 \backslash
8082 jot
8083 \series default
8084
8085 \begin_inset Index idx
8086 status collapsed
8087
8088 \begin_layout Plain Layout
8089 Commands ! J ! 
8090 \backslash
8091 jot
8092 \end_layout
8093
8094 \end_inset
8095
8096  must be changed to -6
8097 \begin_inset space \thinspace{}
8098 \end_inset
8099
8100 pt before the formula with the command 
8101 \series bold
8102
8103 \backslash
8104 setlength{
8105 \backslash
8106 jot}{-6pt}
8107 \series default
8108  in TeX-mode.
8109  
8110 \series bold
8111
8112 \backslash
8113 jot
8114 \series default
8115  is set back after the formula to the standard value of 3
8116 \begin_inset space \thinspace{}
8117 \end_inset
8118
8119 pt using the same command.
8120  More about the row separation in formulas is explained in 
8121 \begin_inset CommandInset ref
8122 LatexCommand ref
8123 reference "sub:Line-Separation"
8124
8125 \end_inset
8126
8127 .
8128 \end_layout
8129
8130 \begin_layout Section
8131 Arrows
8132 \begin_inset Index idx
8133 status collapsed
8134
8135 \begin_layout Plain Layout
8136 Arrows
8137 \end_layout
8138
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \begin_layout Standard
8145 Arrows can be inserted via the math toolbar button 
8146 \begin_inset Graphics
8147         filename ../images/math/leftarrow.png
8148         scale 85
8149
8150 \end_inset
8151
8152  or the commands listed in the following subsections.
8153 \end_layout
8154
8155 \begin_layout Subsection
8156 Horizontal Arrows
8157 \begin_inset Index idx
8158 status collapsed
8159
8160 \begin_layout Plain Layout
8161 Arrows ! horizontal
8162 \end_layout
8163
8164 \end_inset
8165
8166
8167 \end_layout
8168
8169 \begin_layout Standard
8170 \begin_inset space \hfill{}
8171 \end_inset
8172
8173
8174 \begin_inset Tabular
8175 <lyxtabular version="3" rows="8" columns="2">
8176 <features tabularvalignment="middle">
8177 <column alignment="center" valignment="top" width="0pt">
8178 <column alignment="center" valignment="top" width="0pt">
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Command
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Result
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 gets
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\gets$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 Leftarrow
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\Leftarrow$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 longleftarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\longleftarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \backslash
8281 Longleftarrow
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 \begin_inset Formula $\Longleftarrow$
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \backslash
8306 leftharpoonup
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 \begin_inset Formula $\leftharpoonup$
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \backslash
8331 leftharpoondown
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 \begin_inset Formula $\leftharpoondown$
8341 \end_inset
8342
8343
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \backslash
8356 hookleftarrow
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 \begin_inset Formula $\hookleftarrow$
8366 \end_inset
8367
8368
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 </lyxtabular>
8375
8376 \end_inset
8377
8378
8379 \begin_inset space \hfill{}
8380 \end_inset
8381
8382
8383 \begin_inset Tabular
8384 <lyxtabular version="3" rows="8" columns="2">
8385 <features tabularvalignment="middle">
8386 <column alignment="center" valignment="top" width="0pt">
8387 <column alignment="center" valignment="top" width="0pt">
8388 <row>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Command
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Result
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 to
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\to$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 Rightarrow
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\Rightarrow$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 longrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\longrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 Longrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\Longrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 rightharpoonup
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\rightharpoonup$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 rightharpoondown
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\rightharpoondown$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \backslash
8565 hookrightarrow
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 \begin_inset Formula $\hookrightarrow$
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 </lyxtabular>
8584
8585 \end_inset
8586
8587
8588 \begin_inset space \hfill{}
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \begin_layout Standard
8595 \begin_inset space \hfill{}
8596 \end_inset
8597
8598
8599 \begin_inset Tabular
8600 <lyxtabular version="3" rows="6" columns="2">
8601 <features tabularvalignment="middle">
8602 <column alignment="center" valignment="top" width="0pt">
8603 <column alignment="center" valignment="top" width="0pt">
8604 <row>
8605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Command
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Result
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 leftrightarrow
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\leftrightarrow$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \backslash
8656 Leftrightarrow
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 \begin_inset Formula $\Leftrightarrow$
8666 \end_inset
8667
8668
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \backslash
8681 longleftrightarrow
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 \begin_inset Formula $\longleftrightarrow$
8691 \end_inset
8692
8693
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \backslash
8706 Longleftrightarrow
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 \begin_inset Formula $\Longleftrightarrow$
8716 \end_inset
8717
8718
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \backslash
8731 rightleftharpoons
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\rightleftharpoons$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 </lyxtabular>
8750
8751 \end_inset
8752
8753
8754 \begin_inset space \hspace{}
8755 \length 25pt
8756 \end_inset
8757
8758
8759 \begin_inset space \hfill{}
8760 \end_inset
8761
8762
8763 \begin_inset Tabular
8764 <lyxtabular version="3" rows="5" columns="2">
8765 <features tabularvalignment="middle">
8766 <column alignment="center" valignment="top" width="0pt">
8767 <column alignment="center" valignment="top" width="0pt">
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Command
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Result
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \backslash
8795 mapsto
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\mapsto$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \backslash
8820 longmapsto
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 \begin_inset Formula $\longmapsto$
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843
8844 \backslash
8845 leadsto
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854 \begin_inset Formula $\leadsto$
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \backslash
8870 dasharrow
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 \begin_inset Formula $\dasharrow$
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 </lyxtabular>
8889
8890 \end_inset
8891
8892
8893 \begin_inset space \hfill{}
8894 \end_inset
8895
8896
8897 \end_layout
8898
8899 \begin_layout Standard
8900 \begin_inset VSpace medskip
8901 \end_inset
8902
8903 Arrows used as accent like e.
8904 \begin_inset space \thinspace{}
8905 \end_inset
8906
8907 g.
8908 \begin_inset space \space{}
8909 \end_inset
8910
8911 vector arrows are listed in 
8912 \begin_inset CommandInset ref
8913 LatexCommand ref
8914 reference "sec:Accents"
8915
8916 \end_inset
8917
8918 .
8919 \end_layout
8920
8921 \begin_layout Standard
8922 \begin_inset VSpace bigskip
8923 \end_inset
8924
8925 Furthermore there are the labeled arrows
8926 \begin_inset Index idx
8927 status collapsed
8928
8929 \begin_layout Plain Layout
8930 Arrows ! labeled
8931 \end_layout
8932
8933 \end_inset
8934
8935  
8936 \series bold
8937
8938 \backslash
8939 xleftarrow
8940 \series default
8941
8942 \begin_inset Index idx
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 Commands ! X ! 
8947 \backslash
8948 xleftarrow
8949 \end_layout
8950
8951 \end_inset
8952
8953  and 
8954 \series bold
8955
8956 \backslash
8957 xrightarrow
8958 \series default
8959
8960 \begin_inset Index idx
8961 status collapsed
8962
8963 \begin_layout Plain Layout
8964 Commands ! X ! 
8965 \backslash
8966 xrightarrow
8967 \begin_inset ERT
8968 status collapsed
8969
8970 \begin_layout Plain Layout
8971
8972
8973 \backslash
8974 vspace{4mm}
8975 \end_layout
8976
8977 \end_inset
8978
8979
8980 \end_layout
8981
8982 \end_inset
8983
8984 .
8985  When inserting one of these commands in a formula, an arrow with two blue
8986  boxes appear where the label can be inserted.
8987  The length of the arrow adapts to the label width.
8988 \end_layout
8989
8990 \begin_layout Standard
8991 \align center
8992 \begin_inset Tabular
8993 <lyxtabular version="3" rows="3" columns="2">
8994 <features tabularvalignment="middle">
8995 <column alignment="center" valignment="top" width="0pt">
8996 <column alignment="center" valignment="top" width="0pt">
8997 <row>
8998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Command
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Result
9012 \begin_inset Note Note
9013 status collapsed
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018
9019 \backslash
9020 raisebox
9021 \series default
9022  is only used as spacer.
9023 \end_layout
9024
9025 \end_inset
9026
9027
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 F(a)
9039 \backslash
9040 xleftarrow
9041 \begin_inset ERT
9042 status collapsed
9043
9044 \begin_layout Plain Layout
9045
9046
9047 \backslash
9048 spce 
9049 \end_layout
9050
9051 \end_inset
9052
9053 x=a
9054 \begin_inset Formula $\downarrow$
9055 \end_inset
9056
9057 x>0
9058 \begin_inset Formula $\to$
9059 \end_inset
9060
9061 F(x)
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 F(x)
9085 \backslash
9086 xrightarrow
9087 \begin_inset ERT
9088 status collapsed
9089
9090 \begin_layout Plain Layout
9091
9092
9093 \backslash
9094 spce 
9095 \end_layout
9096
9097 \end_inset
9098
9099 x=a
9100 \begin_inset Formula $\downarrow$
9101 \end_inset
9102
9103 x>0
9104 \begin_inset Formula $\to$
9105 \end_inset
9106
9107 F(a)
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 </lyxtabular>
9126
9127 \end_inset
9128
9129
9130 \end_layout
9131
9132 \begin_layout Subsection
9133 Vertical and diagonal Arrows
9134 \begin_inset Index idx
9135 status collapsed
9136
9137 \begin_layout Plain Layout
9138 Arrows ! diagonal
9139 \end_layout
9140
9141 \end_inset
9142
9143
9144 \begin_inset Index idx
9145 status collapsed
9146
9147 \begin_layout Plain Layout
9148 Arrows ! vertical
9149 \end_layout
9150
9151 \end_inset
9152
9153
9154 \end_layout
9155
9156 \begin_layout Standard
9157 \begin_inset space \hfill{}
9158 \end_inset
9159
9160
9161 \begin_inset Tabular
9162 <lyxtabular version="3" rows="7" columns="2">
9163 <features tabularvalignment="middle">
9164 <column alignment="center" valignment="top" width="0pt">
9165 <column alignment="center" valignment="top" width="0pt">
9166 <row>
9167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Command
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Result
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \backslash
9193 uparrow
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 \begin_inset Formula $\uparrow$
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 Uparrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\Uparrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 updownarrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\updownarrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 Updownarrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\Updownarrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 Downarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\Downarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \backslash
9318 downarrow
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\downarrow$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 </lyxtabular>
9337
9338 \end_inset
9339
9340
9341 \begin_inset space \hfill{}
9342 \end_inset
9343
9344
9345 \begin_inset Tabular
9346 <lyxtabular version="3" rows="5" columns="2">
9347 <features tabularvalignment="middle">
9348 <column alignment="center" valignment="top" width="0pt">
9349 <column alignment="center" valignment="top" width="0pt">
9350 <row>
9351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 Command
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 Result
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row>
9371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \backslash
9377 nearrow
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386 \begin_inset Formula $\nearrow$
9387 \end_inset
9388
9389
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \backslash
9402 searrow
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 \begin_inset Formula $\searrow$
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \backslash
9427 swarrow
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset Formula $\swarrow$
9437 \end_inset
9438
9439
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \backslash
9452 nwarrow
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 \begin_inset Formula $\nwarrow$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 </lyxtabular>
9471
9472 \end_inset
9473
9474
9475 \begin_inset space \hfill{}
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \begin_layout Standard
9482 \begin_inset VSpace medskip
9483 \end_inset
9484
9485 Vertical arrows can be used also as delimiter together with the commands
9486  described in 
9487 \begin_inset CommandInset ref
9488 LatexCommand ref
9489 reference "sub:Manual-Bracket-Size"
9490
9491 \end_inset
9492
9493  and 
9494 \begin_inset CommandInset ref
9495 LatexCommand ref
9496 reference "sub:Automatic-Bracket-Size"
9497
9498 \end_inset
9499
9500 .
9501 \end_layout
9502
9503 \begin_layout Section
9504 Accents
9505 \begin_inset CommandInset label
9506 LatexCommand label
9507 name "sec:Accents"
9508
9509 \end_inset
9510
9511
9512 \begin_inset Index idx
9513 status collapsed
9514
9515 \begin_layout Plain Layout
9516 Accents
9517 \end_layout
9518
9519 \end_inset
9520
9521
9522 \end_layout
9523
9524 \begin_layout Standard
9525 Accents can be inserted via the math toolbar button 
9526 \begin_inset Graphics
9527         filename ../images/math/hat.png
9528         scale 85
9529
9530 \end_inset
9531
9532  or the commands listed in the following subsections.
9533 \end_layout
9534
9535 \begin_layout Subsection
9536 Accents for one Character
9537 \begin_inset ERT
9538 status collapsed
9539
9540 \begin_layout Plain Layout
9541
9542
9543 \backslash
9544 texorpdfstring{
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \begin_inset Foot
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554 accents in text see 
9555 \begin_inset CommandInset ref
9556 LatexCommand ref
9557 reference "sub:Accents-in-Text"
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565
9566
9567 \begin_inset ERT
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571
9572 }{}
9573 \end_layout
9574
9575 \end_inset
9576
9577
9578 \begin_inset Note Note
9579 status collapsed
9580
9581 \begin_layout Plain Layout
9582
9583 \series bold
9584
9585 \backslash
9586 texorpdfstring
9587 \series default
9588  is used to avoid that the footnote appears in the PDF-bookmark.
9589 \end_layout
9590
9591 \begin_layout Plain Layout
9592 More about 
9593 \series bold
9594
9595 \backslash
9596 texorpdfstring
9597 \series default
9598  is in section 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "sub:Formulas-in-Section"
9602
9603 \end_inset
9604
9605 .
9606 \end_layout
9607
9608 \end_inset
9609
9610
9611 \begin_inset CommandInset label
9612 LatexCommand label
9613 name "sub:Accents-for-one"
9614
9615 \end_inset
9616
9617
9618 \begin_inset Index idx
9619 status collapsed
9620
9621 \begin_layout Plain Layout
9622 Accents ! for one character
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \end_layout
9629
9630 \begin_layout Standard
9631 \begin_inset space \hfill{}
9632 \end_inset
9633
9634
9635 \begin_inset Tabular
9636 <lyxtabular version="3" rows="8" columns="2">
9637 <features tabularvalignment="middle">
9638 <column alignment="center" valignment="top" width="0pt">
9639 <column alignment="center" valignment="top" width="0pt">
9640 <row>
9641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Command
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 Result
9655 \begin_inset Note Note
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659
9660 \series bold
9661
9662 \backslash
9663 raisebox
9664 \series default
9665  is only used as spacer.
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \backslash
9683 dot
9684 \begin_inset ERT
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688
9689
9690 \backslash
9691 spce 
9692 \end_layout
9693
9694 \end_inset
9695
9696 A
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \backslash
9721 ddot
9722 \begin_inset ERT
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726
9727
9728 \backslash
9729 spce 
9730 \end_layout
9731
9732 \end_inset
9733
9734 A
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 dddot
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 <row>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \backslash
9797 ddddot
9798 \begin_inset ERT
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802
9803
9804 \backslash
9805 spce 
9806 \end_layout
9807
9808 \end_inset
9809
9810 A
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 vec
9836 \begin_inset ERT
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840
9841
9842 \backslash
9843 spce 
9844 \end_layout
9845
9846 \end_inset
9847
9848 A
9849 \begin_inset Index idx
9850 status collapsed
9851
9852 \begin_layout Plain Layout
9853 Vectors
9854 \end_layout
9855
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \backslash
9883 bar
9884 \begin_inset ERT
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888
9889
9890 \backslash
9891 spce 
9892 \end_layout
9893
9894 \end_inset
9895
9896 A
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \backslash
9921 mathring
9922 \begin_inset ERT
9923 status collapsed
9924
9925 \begin_layout Plain Layout
9926
9927
9928 \backslash
9929 spce 
9930 \end_layout
9931
9932 \end_inset
9933
9934 A
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 </lyxtabular>
9953
9954 \end_inset
9955
9956
9957 \begin_inset space \hfill{}
9958 \end_inset
9959
9960
9961 \begin_inset Tabular
9962 <lyxtabular version="3" rows="7" columns="2">
9963 <features tabularvalignment="middle">
9964 <column alignment="center" valignment="top" width="0pt">
9965 <column alignment="center" valignment="top" width="0pt">
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 Command
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Result
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \backslash
9993 tilde
9994 \begin_inset ERT
9995 status collapsed
9996
9997 \begin_layout Plain Layout
9998
9999
10000 \backslash
10001 spce 
10002 \end_layout
10003
10004 \end_inset
10005
10006 A
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \backslash
10031 hat
10032 \begin_inset ERT
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036
10037
10038 \backslash
10039 spce 
10040 \end_layout
10041
10042 \end_inset
10043
10044 A
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \backslash
10069 check
10070 \begin_inset ERT
10071 status collapsed
10072
10073 \begin_layout Plain Layout
10074
10075
10076 \backslash
10077 spce 
10078 \end_layout
10079
10080 \end_inset
10081
10082 A
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \backslash
10107 acute
10108 \begin_inset ERT
10109 status collapsed
10110
10111 \begin_layout Plain Layout
10112
10113
10114 \backslash
10115 spce 
10116 \end_layout
10117
10118 \end_inset
10119
10120 A
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10130 \end_inset
10131
10132
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \backslash
10145 grave
10146 \begin_inset ERT
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150
10151
10152 \backslash
10153 spce 
10154 \end_layout
10155
10156 \end_inset
10157
10158 A
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row>
10177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181
10182 \backslash
10183 breve
10184 \begin_inset ERT
10185 status collapsed
10186
10187 \begin_layout Plain Layout
10188
10189
10190 \backslash
10191 spce 
10192 \end_layout
10193
10194 \end_inset
10195
10196 A
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10206 \end_inset
10207
10208
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 </lyxtabular>
10215
10216 \end_inset
10217
10218
10219 \begin_inset space \hfill{}
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 \begin_inset VSpace bigskip
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \begin_layout Standard
10233 You can directly insert accents like é to formulas.
10234  LyX will transform them to the corresponding accent command.
10235  For umlauts
10236 \begin_inset Index idx
10237 status collapsed
10238
10239 \begin_layout Plain Layout
10240 Umlauts
10241 \end_layout
10242
10243 \end_inset
10244
10245  it is better to insert a quotation mark before the vowel.
10246  These two characters are then treated by LaTeX as 
10247 \emph on
10248 one
10249 \emph default
10250  character when the formula part with the umlaut is marked as German.
10251  In contrary to 
10252 \series bold
10253
10254 \backslash
10255 ddot
10256 \series default
10257 , with this method 
10258 \begin_inset Quotes eld
10259 \end_inset
10260
10261 real
10262 \begin_inset Quotes erd
10263 \end_inset
10264
10265  umlauts are created as demonstrated in the following example:
10266 \end_layout
10267
10268 \begin_layout Standard
10269 \begin_inset VSpace -2mm
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \begin_layout Standard
10276 \align center
10277 \begin_inset Tabular
10278 <lyxtabular version="3" rows="3" columns="2">
10279 <features tabularvalignment="middle">
10280 <column alignment="center" valignment="top" width="0">
10281 <column alignment="center" valignment="top" width="0">
10282 <row>
10283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Command
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Result
10297 \begin_inset Note Note
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303
10304 \backslash
10305 raisebox
10306 \series default
10307  and the 0
10308 \begin_inset space \thinspace{}
10309 \end_inset
10310
10311 pt space are only used as spacer.
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \lang ngerman
10329 \begin_inset Quotes grd
10330 \end_inset
10331
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset space \hspace{}
10342 \length 0pt
10343 \end_inset
10344
10345
10346 \lang ngerman
10347
10348 \begin_inset Formula $"i$
10349 \end_inset
10350
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \backslash
10364 ddot
10365 \begin_inset ERT
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369
10370
10371 \backslash
10372 spce 
10373 \end_layout
10374
10375 \end_inset
10376
10377 i
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 </lyxtabular>
10396
10397 \end_inset
10398
10399
10400 \end_layout
10401
10402 \begin_layout Standard
10403 Another advantage to 
10404 \series bold
10405
10406 \backslash
10407 ddot
10408 \series default
10409  is that umlauts can directly be converted to mathematical text because
10410  the accent commands above are 
10411 \emph on
10412 not allowed
10413 \emph default
10414  
10415 \emph on
10416 in mathematical text
10417 \emph default
10418 .
10419  To convert an accented character to mathematical text, only the character
10420  under the accent may be converted.
10421  This applies also for all other conversions, e.
10422 \begin_inset space \thinspace{}
10423 \end_inset
10424
10425 g.
10426 \begin_inset space \space{}
10427 \end_inset
10428
10429 to italic or bold.
10430 \end_layout
10431
10432 \begin_layout Standard
10433 In mathematical text, umlauts and other accented characters can directly
10434  be inserted.
10435 \end_layout
10436
10437 \begin_layout Subsection
10438 Accents for Operators
10439 \begin_inset Index idx
10440 status collapsed
10441
10442 \begin_layout Plain Layout
10443 Accents ! for operators
10444 \end_layout
10445
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \begin_layout Standard
10452 With the commands 
10453 \series bold
10454
10455 \backslash
10456 overset
10457 \series default
10458
10459 \begin_inset Index idx
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463 Commands ! O ! 
10464 \backslash
10465 overset
10466 \end_layout
10467
10468 \end_inset
10469
10470  and 
10471 \series bold
10472
10473 \backslash
10474 underset
10475 \series default
10476
10477 \begin_inset Index idx
10478 status collapsed
10479
10480 \begin_layout Plain Layout
10481 Commands ! U ! 
10482 \backslash
10483 underset
10484 \end_layout
10485
10486 \end_inset
10487
10488  characters can be placed above or below an operator, respectively, to accent
10489  it.
10490  With the command 
10491 \series bold
10492
10493 \backslash
10494 sideset
10495 \series default
10496
10497 \begin_inset Index idx
10498 status collapsed
10499
10500 \begin_layout Plain Layout
10501 Commands ! S ! 
10502 \backslash
10503 sideset
10504 \end_layout
10505
10506 \end_inset
10507
10508  characters can be set before and behind an operator.
10509  The command scheme is:
10510 \end_layout
10511
10512 \begin_layout Standard
10513
10514 \series bold
10515
10516 \backslash
10517 sideset{character
10518 \series default
10519  
10520 \series bold
10521 before}{character
10522 \series default
10523  
10524 \series bold
10525 behind}
10526 \end_layout
10527
10528 \begin_layout Standard
10529
10530 \series bold
10531
10532 \backslash
10533 sideset
10534 \series default
10535  must always be before the operator that should be accented.
10536  You can accent with several characters and even with other operators and
10537  symbols.
10538  To place with 
10539 \series bold
10540
10541 \backslash
10542 sideset
10543 \series default
10544  for example only characters behind an operator, write nothing between the
10545  first braces but don't omit the braces.
10546 \end_layout
10547
10548 \begin_layout Standard
10549 For example the command 
10550 \series bold
10551
10552 \backslash
10553 sideset{
10554 \begin_inset Formula $\to$
10555 \end_inset
10556
10557
10558 \backslash
10559 {
10560 \series default
10561 '
10562 \series bold
10563
10564 \begin_inset Formula $\to$
10565 \end_inset
10566
10567
10568 \backslash
10569 sum_k=1
10570 \begin_inset ERT
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574
10575
10576 \backslash
10577 spce 
10578 \end_layout
10579
10580 \end_inset
10581
10582
10583 \series default
10584 ^
10585 \series bold
10586 n
10587 \series default
10588  produces:
10589 \begin_inset Formula 
10590 \[
10591 \sideset{}{'}\sum_{k=1}^{n}
10592 \]
10593
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \begin_layout Standard
10600 The command 
10601 \series bold
10602
10603 \backslash
10604 overset
10605 \begin_inset ERT
10606 status collapsed
10607
10608 \begin_layout Plain Layout
10609
10610
10611 \backslash
10612 spce 
10613 \end_layout
10614
10615 \end_inset
10616
10617
10618 \backslash
10619 maltese
10620 \begin_inset ERT
10621 status collapsed
10622
10623 \begin_layout Plain Layout
10624
10625
10626 \backslash
10627 spce 
10628 \end_layout
10629
10630 \end_inset
10631
10632
10633 \series default
10634
10635 \begin_inset Formula $\uparrow$
10636 \end_inset
10637
10638
10639 \series bold
10640 a
10641 \series default
10642  produces:
10643 \begin_inset Formula 
10644 \[
10645 \overset{a}{\maltese}
10646 \]
10647
10648 \end_inset
10649
10650 As seen in the last example, with 
10651 \series bold
10652
10653 \backslash
10654 overset
10655 \series default
10656  and 
10657 \series bold
10658
10659 \backslash
10660 underset
10661 \series default
10662  also symbols and characters can be accented; with 
10663 \series bold
10664
10665 \backslash
10666 sideset
10667 \series default
10668  this is not possible.
10669 \end_layout
10670
10671 \begin_layout Subsection
10672 Accents for several Characters
10673 \begin_inset Index idx
10674 status collapsed
10675
10676 \begin_layout Plain Layout
10677 Accents ! for several characters
10678 \end_layout
10679
10680 \end_inset
10681
10682
10683 \end_layout
10684
10685 \begin_layout Standard
10686 \begin_inset space \hfill{}
10687 \end_inset
10688
10689
10690 \begin_inset Tabular
10691 <lyxtabular version="3" rows="5" columns="2">
10692 <features tabularvalignment="middle">
10693 <column alignment="center" valignment="top" width="0pt">
10694 <column alignment="center" valignment="top" width="0pt">
10695 <row>
10696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Command
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Result
10710 \begin_inset Note Note
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714
10715 \series bold
10716
10717 \backslash
10718 raisebox
10719 \series default
10720  is only used as spacer.
10721 \end_layout
10722
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \backslash
10738 overleftarrow
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 spce 
10747 \end_layout
10748
10749 \end_inset
10750
10751 A=B
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 underleftarrow
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 spce 
10785 \end_layout
10786
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \backslash
10814 overleftrightarrow
10815 \begin_inset ERT
10816 status collapsed
10817
10818 \begin_layout Plain Layout
10819
10820
10821 \backslash
10822 spce 
10823 \end_layout
10824
10825 \end_inset
10826
10827 A=B
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 <row>
10846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \backslash
10852 underleftrightarrow
10853 \begin_inset ERT
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857
10858
10859 \backslash
10860 spce 
10861 \end_layout
10862
10863 \end_inset
10864
10865 A=B
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10875 \end_inset
10876
10877
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 </lyxtabular>
10884
10885 \end_inset
10886
10887
10888 \begin_inset space \hfill{}
10889 \end_inset
10890
10891
10892 \begin_inset Tabular
10893 <lyxtabular version="3" rows="5" columns="2">
10894 <features tabularvalignment="middle">
10895 <column alignment="center" valignment="top" width="0pt">
10896 <column alignment="center" valignment="top" width="0pt">
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 Command
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Result
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922
10923 \backslash
10924 overrightarrow
10925 \begin_inset ERT
10926 status collapsed
10927
10928 \begin_layout Plain Layout
10929
10930
10931 \backslash
10932 spce 
10933 \end_layout
10934
10935 \end_inset
10936
10937 A=B
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10947 \end_inset
10948
10949
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \backslash
10962 underrightarrow
10963 \begin_inset ERT
10964 status collapsed
10965
10966 \begin_layout Plain Layout
10967
10968
10969 \backslash
10970 spce 
10971 \end_layout
10972
10973 \end_inset
10974
10975 A=B
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \backslash
11000 widetilde
11001 \begin_inset ERT
11002 status collapsed
11003
11004 \begin_layout Plain Layout
11005
11006
11007 \backslash
11008 spce 
11009 \end_layout
11010
11011 \end_inset
11012
11013 A=B
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11019 \begin_inset Text
11020
11021 \begin_layout Plain Layout
11022 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 </row>
11031 <row>
11032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 widehat
11039 \begin_inset ERT
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043
11044
11045 \backslash
11046 spce 
11047 \end_layout
11048
11049 \end_inset
11050
11051 A=B
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 </lyxtabular>
11070
11071 \end_inset
11072
11073
11074 \begin_inset space \hfill{}
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 \begin_inset VSpace medskip
11082 \end_inset
11083
11084 With these commands as many characters as you like can be accented.
11085  But the accents 
11086 \series bold
11087
11088 \backslash
11089 widetilde
11090 \series default
11091  and 
11092 \series bold
11093
11094 \backslash
11095 widehat
11096 \series default
11097  will only be set in the output with a length of three characters, as shown
11098  in the following example:
11099 \begin_inset Formula 
11100 \[
11101 \widetilde{A+B=C-D}
11102 \]
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \begin_layout Standard
11110 With the commands 
11111 \series bold
11112
11113 \backslash
11114 overset
11115 \series default
11116
11117 \begin_inset Index idx
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121 Commands ! O ! 
11122 \backslash
11123 overset
11124 \end_layout
11125
11126 \end_inset
11127
11128  and 
11129 \series bold
11130
11131 \backslash
11132 underset
11133 \series default
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Commands ! U ! 
11140 \backslash
11141 underset
11142 \end_layout
11143
11144 \end_inset
11145
11146  described in the previous subsection it is also possible to accent several
11147  characters.
11148  The command 
11149 \series bold
11150
11151 \backslash
11152 underset
11153 \begin_inset ERT
11154 status collapsed
11155
11156 \begin_layout Plain Layout
11157
11158
11159 \backslash
11160 spce 
11161 \end_layout
11162
11163 \end_inset
11164
11165 A=B
11166 \begin_inset Formula $\downarrow$
11167 \end_inset
11168
11169 ***
11170 \series default
11171  creates:
11172 \begin_inset Formula 
11173 \[
11174 \underset{***}{A=B}
11175 \]
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Section
11183 Space
11184 \begin_inset CommandInset label
11185 LatexCommand label
11186 name "sub:Space"
11187
11188 \end_inset
11189
11190
11191 \begin_inset Index idx
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Space ! horizontal
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \end_layout
11202
11203 \begin_layout Subsection
11204 Predefined Space
11205 \begin_inset CommandInset label
11206 LatexCommand label
11207 name "sub:Predefined-Space"
11208
11209 \end_inset
11210
11211
11212 \begin_inset Index idx
11213 status collapsed
11214
11215 \begin_layout Plain Layout
11216 Space ! horizontal ! predefined
11217 \end_layout
11218
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \begin_layout Standard
11225 Sometimes it is necessary to insert horizontal space to a formula.
11226  This is done by inserting a protected space (shortcut 
11227 \begin_inset Info
11228 type  "shortcut"
11229 arg   "space-insert protected"
11230 \end_inset
11231
11232 ).
11233  A 
11234 \begin_inset Quotes eld
11235 \end_inset
11236
11237
11238 \color blue
11239
11240 \begin_inset ERT
11241 status collapsed
11242
11243 \begin_layout Plain Layout
11244
11245
11246 \backslash
11247 spce 
11248 \end_layout
11249
11250 \end_inset
11251
11252
11253 \color inherit
11254
11255 \begin_inset Quotes erd
11256 \end_inset
11257
11258  appears and by pressing 
11259 \family sans
11260 Space
11261 \family default
11262  several times one can select one of eight different space sizes.
11263  The spaces can also be inserted using the math toolbar button 
11264 \begin_inset Graphics
11265         filename ../images/math/space.png
11266         scale 85
11267
11268 \end_inset
11269
11270  or special commands.
11271  Independent from the inserted command, one can select the size again by
11272  pressing 
11273 \family sans
11274 Space
11275 \family default
11276  afterwards.
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \noindent
11281 \align center
11282 \begin_inset VSpace -5mm
11283 \end_inset
11284
11285
11286 \begin_inset Tabular
11287 <lyxtabular version="3" rows="3" columns="7">
11288 <features tabularvalignment="middle">
11289 <column alignment="center" valignment="middle" width="6.8cm">
11290 <column alignment="center" valignment="top" width="0">
11291 <column alignment="center" valignment="top" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <column alignment="center" valignment="top" width="0">
11294 <column alignment="center" valignment="top" width="0">
11295 <column alignment="center" valignment="top" width="0">
11296 <row>
11297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Command
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \backslash
11312 ,
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \backslash
11323 :
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332
11333 \backslash
11334 ;
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343
11344 \backslash
11345 quad
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \backslash
11356 qquad
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365
11366 \backslash
11367 !
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 <row>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Number of 
11379 \family sans
11380 Space
11381 \family default
11382  keystrokes after inserting the protected space
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 0
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 1
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 2
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 3
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 4
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 5
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 </row>
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 Result
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 \begin_inset Formula $A\, B$
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 \begin_inset Formula $A\: B$
11469 \end_inset
11470
11471
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $A\; B$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 \begin_inset Formula $A\quad B$
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 \begin_inset Formula $A\qquad B$
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A\! B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Standard
11533 The last size seem to produce no space.
11534  It is displayed red in LyX contrary to the other sizes, because it is a
11535  negative space.
11536  There are two more negative spaces:
11537 \end_layout
11538
11539 \begin_layout Standard
11540 \align center
11541 \begin_inset Tabular
11542 <lyxtabular version="3" rows="3" columns="3">
11543 <features tabularvalignment="middle">
11544 <column alignment="center" valignment="middle" width="6.8cm">
11545 <column alignment="center" valignment="top" width="0pt">
11546 <column alignment="center" valignment="top" width="0pt">
11547 <row>
11548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 Command
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561
11562 \backslash
11563 negmedspace
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572
11573 \backslash
11574 negthickspace
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 </row>
11580 <row>
11581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 Number of 
11586 \family sans
11587 Space
11588 \family default
11589  keystrokes after inserting the protected space
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 6
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 7
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 Result
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Formula $A\negmedspace B$
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 \begin_inset Formula $A\negthickspace B$
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 </row>
11648 </lyxtabular>
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Standard
11656 Negative spaces can lead to characters overlapping each other.
11657  Thus they can be used to enforce ligatures, what is e.
11658 \begin_inset space \thinspace{}
11659 \end_inset
11660
11661 g.
11662 \begin_inset space \space{}
11663 \end_inset
11664
11665 useful for summation operators: 
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \align center
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="3" columns="2">
11672 <features tabularvalignment="middle">
11673 <column alignment="center" valignment="top" width="0">
11674 <column alignment="center" valignment="top" width="0">
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 Command
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 Result
11690 \begin_inset Note Note
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694
11695 \series bold
11696
11697 \backslash
11698 raisebox
11699 \series default
11700  is only used as spacer.
11701 \end_layout
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716
11717 \backslash
11718 sum
11719 \backslash
11720 sum
11721 \begin_inset ERT
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726
11727 \backslash
11728 spce 
11729 \end_layout
11730
11731 \end_inset
11732
11733 f_kl
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \backslash
11758 sum
11759 \backslash
11760 negmedspace
11761 \backslash
11762 sum
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768
11769 \backslash
11770 spce 
11771 \end_layout
11772
11773 \end_inset
11774
11775 f_kl
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 </lyxtabular>
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 Relations like for example equal signs, are always surrounded by space.
11802  To suppress this, the equal sign is placed into a TeX-brace.
11803  The following example demonstrates this:
11804 \end_layout
11805
11806 \begin_layout Standard
11807 \align center
11808 \begin_inset Tabular
11809 <lyxtabular version="3" rows="2" columns="2">
11810 <features tabularvalignment="middle">
11811 <column alignment="center" valignment="top" width="0pt">
11812 <column alignment="center" valignment="top" width="0pt">
11813 <row>
11814 <cell alignment="center" valignment="top" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 normal equation
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 \begin_inset Formula $A=B$
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 \begin_inset Note Note
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845
11846 \series bold
11847
11848 \backslash
11849 raisebox
11850 \series default
11851  is only used as spacer.
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \begin_inset Formula $\raisebox{5mm}{}$
11858 \end_inset
11859
11860 equation without space
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 \begin_inset Formula $A{=}B$
11870 \end_inset
11871
11872
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 </row>
11878 </lyxtabular>
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 \noindent
11887 The command for the last formula is: 
11888 \series bold
11889 A
11890 \backslash
11891 {=
11892 \begin_inset Formula $\to$
11893 \end_inset
11894
11895 B
11896 \end_layout
11897
11898 \begin_layout Standard
11899 \begin_inset VSpace bigskip
11900 \end_inset
11901
11902 Spaces are needed for physical units, because the space between the value
11903  and the unit is the smallest one and not a normal space.
11904  For units in text, the smallest space is inserted via the menu 
11905 \family sans
11906 Insert\SpecialChar \menuseparator
11907 Formatting\SpecialChar \menuseparator
11908 Thin
11909 \begin_inset space ~
11910 \end_inset
11911
11912 Space
11913 \family default
11914  (shortcut 
11915 \begin_inset Info
11916 type  "shortcut"
11917 arg   "space-insert thin"
11918 \end_inset
11919
11920 ).
11921 \end_layout
11922
11923 \begin_layout Standard
11924 An example to visualize the difference:
11925 \end_layout
11926
11927 \begin_layout Standard
11928 \begin_inset Tabular
11929 <lyxtabular version="3" rows="2" columns="2">
11930 <features tabularvalignment="middle">
11931 <column alignment="left" valignment="top" width="0">
11932 <column alignment="left" valignment="top" width="0">
11933 <row>
11934 <cell alignment="center" valignment="top" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 24 kW
11939 \begin_inset Formula $\cdot$
11940 \end_inset
11941
11942 h
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell alignment="center" valignment="top" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 space between value and unit
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 </row>
11957 <row>
11958 <cell alignment="center" valignment="top" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 24
11963 \begin_inset space \thinspace{}
11964 \end_inset
11965
11966 kW
11967 \begin_inset Formula $\cdot$
11968 \end_inset
11969
11970 h
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 <cell alignment="center" valignment="top" usebox="none">
11976 \begin_inset Text
11977
11978 \begin_layout Plain Layout
11979 smallest space between value and unit
11980 \end_layout
11981
11982 \end_inset
11983 </cell>
11984 </row>
11985 </lyxtabular>
11986
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \begin_layout Subsection
11993 Variable Space
11994 \begin_inset ERT
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998
11999
12000 \backslash
12001 texorpdfstring{
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \begin_inset Foot
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011 for vertical space in formulas see 
12012 \begin_inset CommandInset ref
12013 LatexCommand ref
12014 reference "sub:Line-Separation"
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \begin_inset ERT
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028
12029 }{}
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \begin_inset Note Note
12036 status collapsed
12037
12038 \begin_layout Plain Layout
12039
12040 \backslash
12041 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12042 \end_layout
12043
12044 \begin_layout Plain Layout
12045 More about 
12046 \backslash
12047 texorpdfstring is in section 
12048 \begin_inset CommandInset ref
12049 LatexCommand ref
12050 reference "sub:Formulas-in-Section"
12051
12052 \end_inset
12053
12054 .
12055 \end_layout
12056
12057 \end_inset
12058
12059
12060 \begin_inset CommandInset label
12061 LatexCommand label
12062 name "sub:Variable-Space"
12063
12064 \end_inset
12065
12066
12067 \begin_inset Index idx
12068 status collapsed
12069
12070 \begin_layout Plain Layout
12071 Space ! horizontal ! variable
12072 \end_layout
12073
12074 \end_inset
12075
12076
12077 \end_layout
12078
12079 \begin_layout Standard
12080 Space with a defined length can be inserted with the command 
12081 \series bold
12082
12083 \backslash
12084 hspace
12085 \series default
12086
12087 \begin_inset Index idx
12088 status collapsed
12089
12090 \begin_layout Plain Layout
12091 Commands ! H ! 
12092 \backslash
12093 hspace
12094 \end_layout
12095
12096 \end_inset
12097
12098 .
12099  Then a long 
12100 \begin_inset Quotes eld
12101 \end_inset
12102
12103
12104 \color blue
12105
12106 \begin_inset ERT
12107 status collapsed
12108
12109 \begin_layout Plain Layout
12110
12111
12112 \backslash
12113 spce 
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \color inherit
12120
12121 \begin_inset Quotes erd
12122 \end_inset
12123
12124  appears.
12125  The length can be specified by left-clicking on the 
12126 \begin_inset Quotes eld
12127 \end_inset
12128
12129
12130 \color blue
12131
12132 \begin_inset ERT
12133 status collapsed
12134
12135 \begin_layout Plain Layout
12136
12137
12138 \backslash
12139 spce 
12140 \end_layout
12141
12142 \end_inset
12143
12144
12145 \color inherit
12146
12147 \begin_inset Quotes erd
12148 \end_inset
12149
12150 .
12151  The length may also be negative.
12152  To insert so many space that the formula uses all available space, the
12153  command 
12154 \series bold
12155
12156 \backslash
12157 hfill
12158 \series default
12159
12160 \begin_inset Index idx
12161 status collapsed
12162
12163 \begin_layout Plain Layout
12164 Commands ! H ! 
12165 \backslash
12166 hfill
12167 \end_layout
12168
12169 \end_inset
12170
12171  is used.
12172 \end_layout
12173
12174 \begin_layout Standard
12175 \begin_inset VSpace -1mm
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \begin_layout Standard
12182 \align center
12183 \begin_inset Tabular
12184 <lyxtabular version="3" rows="4" columns="2">
12185 <features tabularvalignment="middle">
12186 <column alignment="center" valignment="top" width="0">
12187 <column alignment="center" valignment="top" width="0">
12188 <row>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 Command (
12194 \backslash
12195 hspace length)
12196 \end_layout
12197
12198 \end_inset
12199 </cell>
12200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12201 \begin_inset Text
12202
12203 \begin_layout Plain Layout
12204 Result
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 <row>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Plain Layout
12215 A=B
12216 \backslash
12217 hspace
12218 \begin_inset ERT
12219 status collapsed
12220
12221 \begin_layout Plain Layout
12222
12223
12224 \backslash
12225 spce 
12226 \end_layout
12227
12228 \end_inset
12229
12230
12231 \begin_inset Formula $\to$
12232 \end_inset
12233
12234 A
12235 \backslash
12236 not=C (3
12237 \begin_inset space \thinspace{}
12238 \end_inset
12239
12240 cm)
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \end_inset
12256 </cell>
12257 </row>
12258 <row>
12259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 A
12264 \backslash
12265 hspace
12266 \begin_inset ERT
12267 status collapsed
12268
12269 \begin_layout Plain Layout
12270
12271
12272 \backslash
12273 spce 
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \begin_inset Formula $\to$
12280 \end_inset
12281
12282 A
12283 \backslash
12284 not=A (-1
12285 \begin_inset space \thinspace{}
12286 \end_inset
12287
12288 mm)
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 </row>
12306 <row>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 A=A
12312 \backslash
12313 hfill
12314 \begin_inset ERT
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318
12319
12320 \backslash
12321 spce 
12322 \end_layout
12323
12324 \end_inset
12325
12326 B=B
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 \begin_inset Formula $A=A\hfill B=B$
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 </row>
12344 </lyxtabular>
12345
12346 \end_inset
12347
12348
12349 \end_layout
12350
12351 \begin_layout Standard
12352 In the last example the available space is given by the longest column entry
12353  of the table.
12354  In an inline formula the space depends on the length of the line in which
12355  
12356 \series bold
12357
12358 \backslash
12359 hfill
12360 \series default
12361  is inserted.
12362  Thus, when the line uses the full width, no space will be created.
12363  
12364 \series bold
12365
12366 \backslash
12367 hfill
12368 \series default
12369  only has an effect on displayed formulas when the formula style 
12370 \series bold
12371 Indented
12372 \series default
12373  is used.
12374  (Formula styles are explained in 
12375 \begin_inset CommandInset ref
12376 LatexCommand ref
12377 reference "sec:Formula-Styles"
12378
12379 \end_inset
12380
12381 .)
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Besides 
12386 \series bold
12387
12388 \backslash
12389 hfill
12390 \series default
12391 , there are the commands 
12392 \series bold
12393
12394 \backslash
12395 dotfill
12396 \series default
12397  and 
12398 \series bold
12399
12400 \backslash
12401 hrulefill
12402 \series default
12403  that fill the space with a pattern, see 
12404 \begin_inset CommandInset ref
12405 LatexCommand ref
12406 reference "sub:Ellipses"
12407
12408 \end_inset
12409
12410  for an example.
12411 \end_layout
12412
12413 \begin_layout Standard
12414 For text, variable space can be inserted via the menu 
12415 \family sans
12416 Insert\SpecialChar \menuseparator
12417 Formatting\SpecialChar \menuseparator
12418 Horizontal
12419 \begin_inset space ~
12420 \end_inset
12421
12422 Space
12423 \family default
12424 :
12425 \end_layout
12426
12427 \begin_layout Standard
12428 This is a line with
12429 \begin_inset space \hspace{}
12430 \length 2cm
12431 \end_inset
12432
12433 2
12434 \begin_inset space \thinspace{}
12435 \end_inset
12436
12437 cm space.
12438 \end_layout
12439
12440 \begin_layout Standard
12441 This is a line with
12442 \begin_inset space \hfill{}
12443 \end_inset
12444
12445 maximum space.
12446 \end_layout
12447
12448 \begin_layout Subsection
12449 Space besides inline Formulas
12450 \begin_inset Index idx
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 Space ! besides inline formulas
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \end_layout
12461
12462 \begin_layout Standard
12463 The space that surrounds inline formulas can be adjusted with the length
12464  
12465 \series bold
12466
12467 \backslash
12468 mathsurround
12469 \series default
12470
12471 \begin_inset Index idx
12472 status collapsed
12473
12474 \begin_layout Plain Layout
12475 Commands ! M ! 
12476 \backslash
12477 mathsurround
12478 \end_layout
12479
12480 \end_inset
12481
12482 .
12483  The value of a length is set with the command 
12484 \series bold
12485
12486 \backslash
12487 setlength
12488 \series default
12489
12490 \begin_inset Index idx
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 Commands ! S ! 
12495 \backslash
12496 setlength
12497 \end_layout
12498
12499 \end_inset
12500
12501  that has the following scheme:
12502 \end_layout
12503
12504 \begin_layout Standard
12505
12506 \series bold
12507
12508 \backslash
12509 setlength{length name}{value}
12510 \end_layout
12511
12512 \begin_layout Standard
12513 To set 
12514 \series bold
12515
12516 \backslash
12517 mathsurround
12518 \series default
12519  to the value 5
12520 \begin_inset space \thinspace{}
12521 \end_inset
12522
12523 mm, the command
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529
12530 \backslash
12531 setlength{
12532 \backslash
12533 mathsurround}{5mm}
12534 \end_layout
12535
12536 \begin_layout Standard
12537 is inserted in TeX-mode.
12538  5
12539 \begin_inset space \thinspace{}
12540 \end_inset
12541
12542 mm space will now be set around all inline formulas:
12543 \begin_inset ERT
12544 status collapsed
12545
12546 \begin_layout Plain Layout
12547
12548
12549 \backslash
12550 setlength{
12551 \backslash
12552 mathsurround}{5mm}
12553 \end_layout
12554
12555 \end_inset
12556
12557
12558 \end_layout
12559
12560 \begin_layout Standard
12561 This is a line with an inline formula 
12562 \begin_inset Formula $A=B$
12563 \end_inset
12564
12565  with 5
12566 \begin_inset space \thinspace{}
12567 \end_inset
12568
12569 mm surrounding space.
12570 \begin_inset ERT
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574
12575
12576 \backslash
12577 setlength{
12578 \backslash
12579 mathsurround}{0pt}
12580 \end_layout
12581
12582 \end_inset
12583
12584
12585 \end_layout
12586
12587 \begin_layout Standard
12588 To return to the predefined value, 
12589 \series bold
12590
12591 \backslash
12592 mathsurround
12593 \series default
12594  is set to the value 0
12595 \begin_inset space \thinspace{}
12596 \end_inset
12597
12598 pt.
12599 \end_layout
12600
12601 \begin_layout Section
12602 Boxes and Frames
12603 \begin_inset Index idx
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607 Boxes
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \begin_inset Index idx
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617 Frames | see
12618 \begin_inset ERT
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622
12623 {
12624 \end_layout
12625
12626 \end_inset
12627
12628 Boxes
12629 \begin_inset ERT
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633
12634 }
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Boxes for text are described in chapter 
12649 \family typewriter
12650 Boxes
12651 \family default
12652  in the 
12653 \family typewriter
12654 Embedded
12655 \begin_inset space ~
12656 \end_inset
12657
12658 Objects
12659 \family default
12660  manual.
12661 \end_layout
12662
12663 \begin_layout Subsection
12664 Boxes with Frame
12665 \begin_inset CommandInset label
12666 LatexCommand label
12667 name "sub:Boxes-with-Frame"
12668
12669 \end_inset
12670
12671
12672 \begin_inset Index idx
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Boxes ! with frame
12677 \end_layout
12678
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \begin_layout Standard
12685 It is possible to frame formulas or parts of it with the commands 
12686 \series bold
12687
12688 \backslash
12689 fbox
12690 \series default
12691
12692 \begin_inset Index idx
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696 Commands ! F ! 
12697 \backslash
12698 fbox
12699 \end_layout
12700
12701 \end_inset
12702
12703  and 
12704 \series bold
12705
12706 \backslash
12707 boxed
12708 \series default
12709
12710 \begin_inset Index idx
12711 status collapsed
12712
12713 \begin_layout Plain Layout
12714 Commands ! B ! 
12715 \backslash
12716 boxed
12717 \end_layout
12718
12719 \end_inset
12720
12721 .
12722 \end_layout
12723
12724 \begin_layout Standard
12725 When one of these commands is inserted to a formula, a blue box appears
12726  within a frame to enter formula parts.
12727  For 
12728 \series bold
12729
12730 \backslash
12731 fbox
12732 \series default
12733  an additional formula has to be created by 
12734 \family sans
12735 Ctrl+M
12736 \family default
12737  within this box, because the box content will otherwise be treated as mathemati
12738 cal text.
12739  When 
12740 \series bold
12741
12742 \backslash
12743 boxed
12744 \series default
12745  is used, a new formula is automatically created inside the frame.
12746 \end_layout
12747
12748 \begin_layout Standard
12749 The command 
12750 \series bold
12751
12752 \backslash
12753 fbox
12754 \series default
12755  is not suitable to frame displayed formulas because the formula will always
12756  be set in the size of the text.
12757  
12758 \series bold
12759
12760 \backslash
12761 boxed
12762 \series default
12763  is in contrary not suitable to frame inline formulas, because the formula
12764  will always be set in the size of a displayed formula.
12765 \end_layout
12766
12767 \begin_layout Standard
12768 As extension to 
12769 \series bold
12770
12771 \backslash
12772 fbox
12773 \series default
12774  there is the command 
12775 \series bold
12776
12777 \backslash
12778 framebox
12779 \series default
12780
12781 \begin_inset Index idx
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785 Commands ! F ! 
12786 \backslash
12787 framebox
12788 \end_layout
12789
12790 \end_inset
12791
12792  where additionally the frame width and the alignment can be specified.
12793  
12794 \series bold
12795
12796 \backslash
12797 framebox
12798 \series default
12799  is used in the following scheme:
12800 \end_layout
12801
12802 \begin_layout Standard
12803
12804 \series bold
12805
12806 \backslash
12807 framebox[frame width][position]{box content}
12808 \end_layout
12809
12810 \begin_layout Standard
12811 The position can either be 
12812 \emph on
12813 l
12814 \emph default
12815  or 
12816 \emph on
12817 r
12818 \emph default
12819 .
12820  
12821 \emph on
12822 l
12823 \emph default
12824  left aligns, 
12825 \emph on
12826 r
12827 \emph default
12828  right aligns the formula in the box.
12829  When no position is given, the formula will be centered.
12830 \begin_inset Newline newline
12831 \end_inset
12832
12833 Is no width given, also no position can be given.
12834  In this case the frame width is adjusted to the box content like for 
12835 \series bold
12836
12837 \backslash
12838 fbox
12839 \series default
12840 .
12841 \end_layout
12842
12843 \begin_layout Standard
12844 When the command 
12845 \series bold
12846
12847 \backslash
12848 framebox
12849 \series default
12850  is inserted, a box appears containing three blue boxes.
12851  The first two boxes are surrounded by brackets and denote the two optional
12852  arguments.
12853  The third box is for formula parts like for 
12854 \series bold
12855
12856 \backslash
12857 fbox
12858 \series default
12859 .
12860 \end_layout
12861
12862 \begin_layout Standard
12863 \align center
12864 \begin_inset Tabular
12865 <lyxtabular version="3" rows="5" columns="2">
12866 <features tabularvalignment="middle">
12867 <column alignment="center" valignment="top" width="0">
12868 <column alignment="center" valignment="top" width="0">
12869 <row>
12870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 Command
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 Result
12884 \begin_inset Note Note
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888
12889 \series bold
12890
12891 \backslash
12892 raisebox
12893 \series default
12894  is only used as spacer.
12895 \end_layout
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 </row>
12905 <row>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910
12911 \backslash
12912 fbox
12913 \begin_inset ERT
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917
12918
12919 \backslash
12920 spce 
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \family sans
12927 Ctrl+M
12928 \family default
12929  
12930 \backslash
12931 int
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 spce 
12940 \end_layout
12941
12942 \end_inset
12943
12944 A=B
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \backslash
12969 boxed
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975
12976 \backslash
12977 spce 
12978 \end_layout
12979
12980 \end_inset
12981
12982
12983 \backslash
12984 int
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990
12991 \backslash
12992 spce 
12993 \end_layout
12994
12995 \end_inset
12996
12997 A=B
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 <row>
13016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 A+
13021 \backslash
13022 fbox
13023 \begin_inset ERT
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 spce 
13031 \end_layout
13032
13033 \end_inset
13034
13035 B
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058
13059 \backslash
13060 framebox
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066
13067 \backslash
13068 spce 
13069 \end_layout
13070
13071 \end_inset
13072
13073 20mm
13074 \begin_inset Formula $\to$
13075 \end_inset
13076
13077
13078 \begin_inset Formula $\to$
13079 \end_inset
13080
13081
13082 \family sans
13083 Ctrl+M
13084 \family default
13085  
13086 \backslash
13087 frac
13088 \begin_inset ERT
13089 status collapsed
13090
13091 \begin_layout Plain Layout
13092
13093
13094 \backslash
13095 spce 
13096 \end_layout
13097
13098 \end_inset
13099
13100 A
13101 \begin_inset Formula $\downarrow$
13102 \end_inset
13103
13104 B
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Plain Layout
13113 \begin_inset Formula $\raisebox{6mm}{}$
13114 \end_inset
13115
13116
13117 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13118 \end_inset
13119
13120
13121 \begin_inset Formula $\raisebox{-4mm}{}$
13122 \end_inset
13123
13124
13125 \end_layout
13126
13127 \end_inset
13128 </cell>
13129 </row>
13130 </lyxtabular>
13131
13132 \end_inset
13133
13134
13135 \end_layout
13136
13137 \begin_layout Standard
13138 The frame thickness can also be adjusted.
13139  To do this the following commands have to be inserted in TeX-mode before
13140  the formula
13141 \end_layout
13142
13143 \begin_layout Standard
13144
13145 \series bold
13146
13147 \backslash
13148 fboxrule
13149 \series default
13150  
13151 \series bold
13152
13153 \begin_inset Quotes eld
13154 \end_inset
13155
13156 thickness
13157 \begin_inset Quotes erd
13158 \end_inset
13159
13160
13161 \series default
13162  
13163 \series bold
13164
13165 \backslash
13166 fboxsep
13167 \series default
13168  
13169 \series bold
13170
13171 \begin_inset Quotes eld
13172 \end_inset
13173
13174 distance
13175 \begin_inset Quotes erd
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 \begin_inset Quotes eld
13183 \end_inset
13184
13185 distance
13186 \begin_inset Quotes erd
13187 \end_inset
13188
13189  specifies the minimal distance between the frame and the first character
13190  in the box.
13191  An example for this is the following framed formula:
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197
13198 \backslash
13199 fboxrule 2mm 
13200 \backslash
13201 fboxsep 3mm
13202 \end_layout
13203
13204 \end_inset
13205
13206
13207 \begin_inset Formula 
13208 \[
13209 \boxed{A+B=C}
13210 \]
13211
13212 \end_inset
13213
13214 Before this formula the commands
13215 \end_layout
13216
13217 \begin_layout Standard
13218
13219 \series bold
13220
13221 \backslash
13222 fboxrule
13223 \series default
13224  
13225 \series bold
13226 2mm
13227 \series default
13228  
13229 \series bold
13230
13231 \backslash
13232 fboxsep
13233 \series default
13234  
13235 \series bold
13236 3mm
13237 \end_layout
13238
13239 \begin_layout Standard
13240 were inserted in TeX-mode.
13241  The given values are used for all following boxes.
13242 \end_layout
13243
13244 \begin_layout Standard
13245 To return to the standard frame size, the command
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \series bold
13251
13252 \backslash
13253 fboxrule
13254 \series default
13255  
13256 \series bold
13257 0.4pt
13258 \series default
13259  
13260 \series bold
13261
13262 \backslash
13263 fboxsep
13264 \series default
13265  
13266 \series bold
13267 3pt
13268 \series default
13269
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 fboxrule 0.4pt 
13278 \backslash
13279 fboxsep 3pt
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \begin_layout Standard
13288 is inserted in TeX-mode before the next formula.
13289 \end_layout
13290
13291 \begin_layout Subsection
13292 Boxes without Frame
13293 \begin_inset CommandInset label
13294 LatexCommand label
13295 name "sub:Boxes-without-Frame"
13296
13297 \end_inset
13298
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Boxes ! without frame
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 For boxes without a frame there are the following box commands: 
13314 \series bold
13315
13316 \backslash
13317 mbox
13318 \series default
13319
13320 \begin_inset Index idx
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 Commands ! M ! 
13325 \backslash
13326 mbox
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \series bold
13333
13334 \backslash
13335 makebox
13336 \series default
13337
13338 \begin_inset Index idx
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342 Commands ! M ! 
13343 \backslash
13344 makebox
13345 \end_layout
13346
13347 \end_inset
13348
13349  and 
13350 \series bold
13351
13352 \backslash
13353 raisebox
13354 \series default
13355
13356 \begin_inset Index idx
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Commands ! R ! 
13361 \backslash
13362 raisebox
13363 \end_layout
13364
13365 \end_inset
13366
13367
13368 \end_layout
13369
13370 \begin_layout Standard
13371 With 
13372 \series bold
13373
13374 \backslash
13375 raisebox
13376 \series default
13377  a box can be super- or subscripted.
13378  But in contrary to normal super- and subscripting, the characters in the
13379  box keep their font size.
13380  
13381 \series bold
13382
13383 \backslash
13384 raisebox
13385 \series default
13386  is used in the following scheme:
13387 \end_layout
13388
13389 \begin_layout Standard
13390
13391 \series bold
13392
13393 \backslash
13394 raisebox{height}{box content}
13395 \end_layout
13396
13397 \begin_layout Standard
13398 When the box should contain a formula, an extra formula is needed like for
13399  
13400 \series bold
13401
13402 \backslash
13403 fbox
13404 \series default
13405 .
13406  
13407 \series medium
13408
13409 \begin_inset Note Greyedout
13410 status open
13411
13412 \begin_layout Plain Layout
13413
13414 \series bold
13415 Note:
13416 \series default
13417  For 
13418 \series bold
13419
13420 \backslash
13421 raisebox
13422 \series default
13423  this extra formula is created by pressing 
13424 \family sans
13425 Ctrl+M
13426 \family default
13427  twice instead of once because LyX doesn't yet support 
13428 \series bold
13429
13430 \backslash
13431 raisebox
13432 \series default
13433  directly.
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442 \align center
13443 \begin_inset Tabular
13444 <lyxtabular version="3" rows="4" columns="2">
13445 <features tabularvalignment="middle">
13446 <column alignment="center" valignment="top" width="0">
13447 <column alignment="center" valignment="top" width="0">
13448 <row>
13449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Command
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 Result
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 H
13474 \backslash
13475 raisebox{2mm
13476 \begin_inset Formula $\to$
13477 \end_inset
13478
13479
13480 \backslash
13481 {al
13482 \begin_inset Formula $\to$
13483 \end_inset
13484
13485  lo
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 H
13509 \backslash
13510 raisebox{-2mm
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {al
13517 \begin_inset Formula $\to$
13518 \end_inset
13519
13520 lo
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 <row>
13539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 A=
13544 \backslash
13545 raisebox{-2mm
13546 \begin_inset Formula $\to$
13547 \end_inset
13548
13549
13550 \backslash
13551 {
13552 \family sans
13553 Ctrl+M
13554 \family default
13555  
13556 \family sans
13557 Ctrl+M
13558 \family default
13559  
13560 \backslash
13561 sqrt
13562 \begin_inset ERT
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567
13568 \backslash
13569 spce 
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 </lyxtabular>
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 The command 
13601 \series bold
13602
13603 \backslash
13604 mbox
13605 \series default
13606  is equivalent to 
13607 \series bold
13608
13609 \backslash
13610 fbox
13611 \series default
13612  and 
13613 \series bold
13614
13615 \backslash
13616 makebox
13617 \series default
13618  is equivalent to 
13619 \series bold
13620
13621 \backslash
13622 framebox
13623 \series default
13624 , with the difference that there is no frame.
13625 \end_layout
13626
13627 \begin_layout Subsection
13628 Colored Boxes
13629 \begin_inset CommandInset label
13630 LatexCommand label
13631 name "sub:Colored-Boxes"
13632
13633 \end_inset
13634
13635
13636 \begin_inset Index idx
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 Boxes ! colored
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 To be able to use all commands explained in this section, the LaTeX-package
13650  
13651 \series bold
13652 color
13653 \series default
13654
13655 \begin_inset Foot
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 The LaTeX-package 
13660 \series bold
13661 color
13662 \series default
13663  is part of every LaTeX standard installation.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \begin_inset Index idx
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673 Packages ! color
13674 \end_layout
13675
13676 \end_inset
13677
13678  has to be loaded in the LaTeX-preamble with the line
13679 \begin_inset Foot
13680 status collapsed
13681
13682 \begin_layout Plain Layout
13683 When text is colored somewhere in the document with a predefined color,
13684  LyX loads the LaTeX-package 
13685 \series bold
13686 color
13687 \series default
13688  automatically.
13689  Thus it is possible that the package is loaded twice, but this doesn't
13690  arise problems.
13691 \end_layout
13692
13693 \end_inset
13694
13695
13696 \begin_inset Note Note
13697 status collapsed
13698
13699 \begin_layout Plain Layout
13700 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13701 amble.
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \begin_layout Standard
13710
13711 \series bold
13712
13713 \backslash
13714 usepackage{color}
13715 \end_layout
13716
13717 \begin_layout Standard
13718 \begin_inset VSpace medskip
13719 \end_inset
13720
13721 To color boxes, the command 
13722 \series bold
13723
13724 \backslash
13725 colorbox
13726 \series default
13727
13728 \begin_inset Index idx
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 Commands ! C ! 
13733 \backslash
13734 colorbox
13735 \end_layout
13736
13737 \end_inset
13738
13739  is used in the following scheme:
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 colorbox{color}{box content}
13748 \end_layout
13749
13750 \begin_layout Standard
13751 The box content can also be a box and a 
13752 \series bold
13753
13754 \backslash
13755 colorbox
13756 \series default
13757  can also be part of another box (see the 2nd and 3rd example).
13758  When the box should contain a formula, an extra formula has to be created,
13759  the same way as for 
13760 \series bold
13761
13762 \backslash
13763 raisebox
13764 \series default
13765 .
13766 \begin_inset Foot
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770 This also applies for the command 
13771 \series bold
13772
13773 \backslash
13774 fcolorbox
13775 \series default
13776 .
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785 One of the following predefined colors can be chosen:
13786 \end_layout
13787
13788 \begin_layout Standard
13789
13790 \series bold
13791 black
13792 \series default
13793
13794 \series bold
13795 blue
13796 \series default
13797
13798 \series bold
13799 cyan
13800 \series default
13801
13802 \series bold
13803 green
13804 \series default
13805
13806 \series bold
13807 magenta
13808 \series default
13809
13810 \series bold
13811 red
13812 \series default
13813
13814 \series bold
13815 white
13816 \series default
13817  and 
13818 \series bold
13819 yellow
13820 \end_layout
13821
13822 \begin_layout Standard
13823 \align center
13824 \begin_inset Tabular
13825 <lyxtabular version="3" rows="4" columns="2">
13826 <features tabularvalignment="middle">
13827 <column alignment="center" valignment="top" width="0">
13828 <column alignment="center" valignment="top" width="0">
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 Command
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 Result
13844 \begin_inset Note Note
13845 status collapsed
13846
13847 \begin_layout Plain Layout
13848
13849 \series bold
13850
13851 \backslash
13852 raisebox
13853 \series default
13854  is only used as spacer.
13855 \end_layout
13856
13857 \end_inset
13858
13859
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870
13871 \backslash
13872 colorbox{yellow
13873 \begin_inset Formula $\to$
13874 \end_inset
13875
13876
13877 \backslash
13878 {A=B
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13888 \end_inset
13889
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 <row>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901
13902 \backslash
13903 colorbox{green
13904 \begin_inset Formula $\to$
13905 \end_inset
13906
13907
13908 \backslash
13909 {
13910 \backslash
13911 fbox
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 spce 
13920 \end_layout
13921
13922 \end_inset
13923
13924 A=B
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 <row>
13943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13944 \begin_inset Text
13945
13946 \begin_layout Plain Layout
13947
13948 \backslash
13949 fbox
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955
13956 \backslash
13957 spce 
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \backslash
13964 colorbox{green
13965 \begin_inset Formula $\to$
13966 \end_inset
13967
13968
13969 \backslash
13970 {
13971 \family sans
13972 Ctrl+M
13973 \family default
13974  
13975 \family sans
13976 Ctrl+M
13977 \family default
13978  
13979 \backslash
13980 int
13981 \begin_inset ERT
13982 status collapsed
13983
13984 \begin_layout Plain Layout
13985
13986
13987 \backslash
13988 spce 
13989 \end_layout
13990
13991 \end_inset
13992
13993 C=D
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14003 \end_inset
14004
14005
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 </lyxtabular>
14012
14013 \end_inset
14014
14015
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \series bold
14021
14022 \backslash
14023 colorbox
14024 \series default
14025  only colors the box but not the characters in the box.
14026  To color all characters, the whole formula is highlighted and the wanted
14027  color is chosen in the 
14028 \family sans
14029 Text
14030 \begin_inset space ~
14031 \end_inset
14032
14033 Style
14034 \family default
14035  dialog.
14036  The dialog can be called with the toolbar button 
14037 \begin_inset Graphics
14038         filename ../images/dialog-show_character.png
14039         scale 85
14040
14041 \end_inset
14042
14043  or the menu 
14044 \family sans
14045 Edit\SpecialChar \menuseparator
14046 Text
14047 \begin_inset space ~
14048 \end_inset
14049
14050 Style\SpecialChar \menuseparator
14051 Customized
14052 \family default
14053 .
14054  The formula number has then the same color as the formula.
14055  When the formula number should get another color than the formula characters,
14056  the color must be changed within the formula.
14057 \end_layout
14058
14059 \begin_layout Standard
14060 An example:
14061 \end_layout
14062
14063 \begin_layout Standard
14064
14065 \color red
14066 \begin_inset Formula 
14067 \begin{equation}
14068 \int A=B\label{eq:red}
14069 \end{equation}
14070
14071 \end_inset
14072
14073
14074 \color green
14075
14076 \begin_inset Formula 
14077 \begin{equation}
14078 \textcolor{red}{\int A=B}\label{eq:redgreen}
14079 \end{equation}
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Standard
14087 Formula 
14088 \begin_inset CommandInset ref
14089 LatexCommand eqref
14090 reference "eq:red"
14091
14092 \end_inset
14093
14094  is completely colored red.
14095 \begin_inset Newline newline
14096 \end_inset
14097
14098 Formula 
14099 \begin_inset CommandInset ref
14100 LatexCommand eqref
14101 reference "eq:redgreen"
14102
14103 \end_inset
14104
14105  was first completely colored green to set the color for the formula number.
14106  Subsequently the formula characters were colored red.
14107 \end_layout
14108
14109 \begin_layout Standard
14110 \begin_inset VSpace bigskip
14111 \end_inset
14112
14113 To color the frame different than the rest of the box, the command 
14114 \series bold
14115
14116 \backslash
14117 fcolorbox
14118 \series default
14119
14120 \begin_inset Index idx
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 Commands ! F ! 
14125 \backslash
14126 fcolorbox
14127 \end_layout
14128
14129 \end_inset
14130
14131  is used in the following scheme:
14132 \end_layout
14133
14134 \begin_layout Standard
14135
14136 \series bold
14137
14138 \backslash
14139 fcolorbox{frame color}{color}{box content}
14140 \end_layout
14141
14142 \begin_layout Standard
14143 So 
14144 \series bold
14145
14146 \backslash
14147 fcolorbox
14148 \series default
14149  is an extension of the command 
14150 \series bold
14151
14152 \backslash
14153 colorbox
14154 \series default
14155 .
14156  The frame width is set, like for 
14157 \series bold
14158
14159 \backslash
14160 framebox
14161 \series default
14162 , with 
14163 \series bold
14164
14165 \backslash
14166 fboxrule
14167 \series default
14168  and 
14169 \series bold
14170
14171 \backslash
14172 fboxsep
14173 \series default
14174 .
14175  An example:
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 fboxrule 1mm 
14184 \backslash
14185 fboxsep 1mm
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \begin_inset Formula 
14192 \[
14193 \fcolorbox{cyan}{magenta}{A=B}
14194 \]
14195
14196 \end_inset
14197
14198
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204
14205 \backslash
14206 fboxrule 0.4pt 
14207 \backslash
14208 fboxsep 3pt
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217 This formula was created with the command
14218 \begin_inset Newline newline
14219 \end_inset
14220
14221
14222 \series bold
14223
14224 \backslash
14225 fcolorbox{cyan
14226 \begin_inset Formula $\to$
14227 \end_inset
14228
14229
14230 \backslash
14231 {magenta
14232 \begin_inset Formula $\to$
14233 \end_inset
14234
14235
14236 \backslash
14237 {A=B
14238 \series default
14239 .
14240 \end_layout
14241
14242 \begin_layout Standard
14243 \begin_inset VSpace bigskip
14244 \end_inset
14245
14246 To use other colors than the predefined ones, they have to be defined first.
14247 \end_layout
14248
14249 \begin_layout Standard
14250 One can for example define the color 
14251 \begin_inset Quotes eld
14252 \end_inset
14253
14254
14255 \series bold
14256 darkgreen
14257 \series default
14258
14259 \begin_inset Quotes erd
14260 \end_inset
14261
14262  with the LaTeX-preamble line:
14263 \end_layout
14264
14265 \begin_layout Standard
14266
14267 \series bold
14268
14269 \backslash
14270 definecolor{darkgreen}{cmyk}{0.5,
14271 \series default
14272  
14273 \series bold
14274 0,
14275 \series default
14276  
14277 \series bold
14278 1,
14279 \series default
14280  
14281 \series bold
14282 0.5}
14283 \series default
14284
14285 \begin_inset Index idx
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289 Commands ! D ! 
14290 \backslash
14291 definecolor
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300
14301 \series bold
14302 cmyk
14303 \series default
14304  is the color space that denotes the colors 
14305 \series bold
14306 cyan
14307 \series default
14308
14309 \series bold
14310 magenta
14311 \series default
14312
14313 \series bold
14314 yellow
14315 \series default
14316  and 
14317 \series bold
14318 black
14319 \series default
14320 .
14321  The four comma separated numbers are the portion factor for the corresponding
14322  colors of the color space.
14323  The factors can be in the range of 0
14324 \begin_inset space \thinspace{}
14325 \end_inset
14326
14327 -
14328 \begin_inset space \thinspace{}
14329 \end_inset
14330
14331 1.
14332  Instead of 
14333 \series bold
14334 cmyk
14335 \series default
14336  also the color space 
14337 \series bold
14338 rgb
14339 \series default
14340  can be used for definitions.
14341  
14342 \series bold
14343 rgb
14344 \series default
14345  denotes 
14346 \series bold
14347 red
14348 \series default
14349
14350 \series bold
14351 green
14352 \series default
14353  and 
14354 \series bold
14355 blue
14356 \series default
14357 , so that there are in this case three portion factors for the corresponding
14358  colors.
14359  Furthermore there is the color space 
14360 \series bold
14361 gray
14362 \series default
14363  with one portion factor for the gray value.
14364 \end_layout
14365
14366 \begin_layout Standard
14367 As example a framed box with the new defined color 
14368 \series bold
14369 darkgreen
14370 \series default
14371  where the characters have been colored 
14372 \series bold
14373 yellow
14374 \series default
14375 :
14376 \begin_inset Formula 
14377 \begin{equation}
14378 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14379 \end{equation}
14380
14381 \end_inset
14382
14383
14384 \end_layout
14385
14386 \begin_layout Standard
14387 Self-defined colors can also be used for text with the help of the command
14388  
14389 \series bold
14390
14391 \backslash
14392 textcolor
14393 \series default
14394 :
14395 \begin_inset Index idx
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 Text ! colored
14400 \end_layout
14401
14402 \end_inset
14403
14404
14405 \end_layout
14406
14407 \begin_layout Standard
14408 \begin_inset ERT
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412
14413
14414 \backslash
14415 textcolor{darkgreen}{
14416 \end_layout
14417
14418 \end_inset
14419
14420 This sentence is 
14421 \begin_inset Quotes eld
14422 \end_inset
14423
14424 darkgreen
14425 \begin_inset Quotes erd
14426 \end_inset
14427
14428 .
14429 \begin_inset ERT
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433
14434 }
14435 \end_layout
14436
14437 \end_inset
14438
14439
14440 \end_layout
14441
14442 \begin_layout Standard
14443
14444 \series bold
14445
14446 \backslash
14447 textcolor
14448 \series default
14449
14450 \begin_inset Index idx
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454 Commands ! T ! 
14455 \backslash
14456 textcolor
14457 \end_layout
14458
14459 \end_inset
14460
14461  is used in the scheme 
14462 \series bold
14463
14464 \backslash
14465 textcolor{color}{characters to color}
14466 \series default
14467 .
14468 \end_layout
14469
14470 \begin_layout Subsection
14471 Paragraph Boxes
14472 \begin_inset CommandInset label
14473 LatexCommand label
14474 name "sub:Paragraph-Boxes"
14475
14476 \end_inset
14477
14478
14479 \begin_inset Index idx
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 Boxes ! as paragraph
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \end_layout
14490
14491 \begin_layout Standard
14492 A box that can contain several lines and paragraphs, a so called paragraph
14493  box (parbox), can be created with the menu 
14494 \family sans
14495 Insert\SpecialChar \menuseparator
14496 Box
14497 \family default
14498  or the toolbar button 
14499 \begin_inset Graphics
14500         filename ../images/box-insert.png
14501         scale 85
14502
14503 \end_inset
14504
14505 .
14506 \end_layout
14507
14508 \begin_layout Standard
14509 The following example shows a framed parbox in a line:
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace medskip
14514 \end_inset
14515
14516 This is a line 
14517 \begin_inset Box Boxed
14518 position "c"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "t"
14522 use_parbox 1
14523 use_makebox 0
14524 width "5cm"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status open
14529
14530 \begin_layout Plain Layout
14531 This is a paragraph box.
14532  It is exactly 5
14533 \begin_inset space \thinspace{}
14534 \end_inset
14535
14536 cm long and can also contain formulas: 
14537 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \end_inset
14544
14545  with a parbox.
14546 \end_layout
14547
14548 \begin_layout Standard
14549 \begin_inset VSpace medskip
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \begin_layout Standard
14556 Such a box is created by right-clicking on the gray box inset.
14557  A dialog pops up showing the box properties.
14558  In our case set: 
14559 \emph on
14560 Decoration
14561 \emph default
14562 : Recangular box, 
14563 \emph on
14564 Inner Box
14565 \emph default
14566 : Parbox, 
14567 \emph on
14568 Width
14569 \emph default
14570 : 5
14571 \begin_inset space \thinspace{}
14572 \end_inset
14573
14574 cm, 
14575 \emph on
14576 Vertical Box Alignment
14577 \emph default
14578 : Middle
14579 \end_layout
14580
14581 \begin_layout Standard
14582 \begin_inset VSpace medskip
14583 \end_inset
14584
14585 In LaTeX a parbox is created with the command 
14586 \series bold
14587
14588 \backslash
14589 parbox
14590 \series default
14591
14592 \begin_inset Index idx
14593 status collapsed
14594
14595 \begin_layout Plain Layout
14596 Commands ! P ! 
14597 \backslash
14598 parbox
14599 \end_layout
14600
14601 \end_inset
14602
14603  that has the following scheme:
14604 \end_layout
14605
14606 \begin_layout Standard
14607
14608 \series bold
14609
14610 \backslash
14611 parbox[position]{width}{box content}
14612 \end_layout
14613
14614 \begin_layout Standard
14615 The positions 
14616 \emph on
14617 b
14618 \emph default
14619  and 
14620 \emph on
14621 t
14622 \emph default
14623  are possible.
14624  
14625 \emph on
14626 b
14627 \emph default
14628  for bottom means that the box is aligned within the surrounding text with
14629  its last line.
14630  With 
14631 \emph on
14632 t
14633 \emph default
14634  for top this is done with the first line.
14635  When no position is given, the box will be vertically centered, see section
14636  
14637 \emph on
14638 Boxes
14639 \emph default
14640  of the 
14641 \emph on
14642 Embedded
14643 \begin_inset space ~
14644 \end_inset
14645
14646 Objects
14647 \emph default
14648  manual for examples.
14649 \end_layout
14650
14651 \begin_layout Standard
14652 \begin_inset VSpace bigskip
14653 \end_inset
14654
14655 To frame formulas completely, including the formula number, the formula
14656  must be set into a parbox.
14657  To do this, the command 
14658 \series bold
14659
14660 \backslash
14661 fbox{
14662 \backslash
14663 parbox{
14664 \backslash
14665 linewidth-2
14666 \backslash
14667 fboxsep-2
14668 \backslash
14669 fboxrule}{
14670 \series default
14671  is inserted in TeX-mode before the formula.
14672  
14673 \series bold
14674
14675 \backslash
14676 linewidth
14677 \series default
14678
14679 \begin_inset Index idx
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683 Commands ! L ! 
14684 \backslash
14685 linewidth
14686 \end_layout
14687
14688 \end_inset
14689
14690  is hereby the line width set for the document.
14691  Because the frame is outside the parbox, 2
14692 \begin_inset space \thinspace{}
14693 \end_inset
14694
14695 times the frame separation and the frame thickness must be subtracted from
14696  the line width.
14697  As this is not automatically done by LyX due to a bug
14698 \begin_inset Foot
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 \begin_inset CommandInset href
14703 LatexCommand href
14704 name "LyX-bug #4483"
14705 target "http://www.lyx.org/trac/ticket/4483"
14706
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713
14714 , TeX-mode has to be used.
14715  To be able to multiply and subtract in arguments, the LaTeX-package 
14716 \series bold
14717 calc
14718 \series default
14719
14720 \begin_inset Foot
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724
14725 \series bold
14726 calc
14727 \series default
14728  is part of every LaTeX standard installation.
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index idx
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Packages ! calc
14739 \end_layout
14740
14741 \end_inset
14742
14743  must be loaded in the LaTeX-preamble with the line
14744 \end_layout
14745
14746 \begin_layout Standard
14747
14748 \series bold
14749
14750 \backslash
14751 usepackage{calc}
14752 \end_layout
14753
14754 \begin_layout Standard
14755 Behind the formula both boxes are closed by entering 
14756 \series bold
14757 }}
14758 \series default
14759  in TeX-mode.
14760  Here is an example:
14761 \begin_inset ERT
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 fboxsep 5mm 
14769 \backslash
14770 fboxrule 5mm
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786 fbox{
14787 \backslash
14788 parbox{
14789 \backslash
14790 linewidth-2
14791 \backslash
14792 fboxsep-2
14793 \backslash
14794 fboxrule}{
14795 \end_layout
14796
14797 \end_inset
14798
14799
14800 \begin_inset Formula 
14801 \begin{equation}
14802 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14803 \end{equation}
14804
14805 \end_inset
14806
14807
14808 \begin_inset ERT
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812
14813 }}
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \begin_inset ERT
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823
14824
14825 \backslash
14826 fboxrule 0.4pt 
14827 \backslash
14828 fboxsep 3pt
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset VSpace medskip
14838 \end_inset
14839
14840 As a parbox is used as argument of 
14841 \series bold
14842
14843 \backslash
14844 fbox
14845 \series default
14846 , there is in this case no difference between 
14847 \series bold
14848
14849 \backslash
14850 fbox
14851 \series default
14852  and 
14853 \series bold
14854
14855 \backslash
14856 boxed
14857 \series default
14858 .
14859 \end_layout
14860
14861 \begin_layout Standard
14862 \begin_inset VSpace bigskip
14863 \end_inset
14864
14865 Paragraph boxes are very useful to comment formulas directly.
14866  To do this, 
14867 \series bold
14868
14869 \backslash
14870 parbox
14871 \series default
14872  is used in combination with the command 
14873 \series bold
14874
14875 \backslash
14876 tag
14877 \series default
14878 .
14879  (more about 
14880 \series bold
14881
14882 \backslash
14883 tag
14884 \series default
14885  see 
14886 \begin_inset CommandInset ref
14887 LatexCommand ref
14888 reference "sub:User-defined-Numbering"
14889
14890 \end_inset
14891
14892 )
14893 \end_layout
14894
14895 \begin_layout Standard
14896 An example of a formula commented with 
14897 \series bold
14898
14899 \backslash
14900 parbox
14901 \series default
14902 :
14903 \end_layout
14904
14905 \begin_layout Standard
14906 \begin_inset ERT
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910
14911
14912 \backslash
14913 [5x-7b=3b
14914 \backslash
14915 tag*{
14916 \backslash
14917 parbox{5cm}{
14918 \end_layout
14919
14920 \end_inset
14921
14922 This is a description.
14923  It is distinctly separated from the formula and multiline.
14924 \begin_inset ERT
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928
14929 }}
14930 \backslash
14931 ]
14932 \end_layout
14933
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \begin_layout Standard
14940 Such a formula must be inserted completely in TeX-mode because LyX does
14941  not yet support the command 
14942 \series bold
14943
14944 \backslash
14945 parbox
14946 \series default
14947  in formulas.
14948  The formula is created with the following command sequence:
14949 \end_layout
14950
14951 \begin_layout Standard
14952 The command 
14953 \series bold
14954
14955 \backslash
14956 [5x-7b=3b
14957 \backslash
14958 tag*
14959 \backslash
14960 {
14961 \backslash
14962 parbox{5cm}{
14963 \series default
14964  is inserted in TeX-mode.
14965 \begin_inset Foot
14966 status collapsed
14967
14968 \begin_layout Plain Layout
14969 When the formula style 
14970 \series bold
14971 Indented
14972 \series default
14973  is used, 
14974 \series bold
14975
14976 \backslash
14977 tag*
14978 \backslash
14979 {
14980 \series default
14981  can also be replaced by 
14982 \series bold
14983
14984 \backslash
14985 hfill
14986 \series default
14987 .
14988  (formula styles see 
14989 \begin_inset CommandInset ref
14990 LatexCommand ref
14991 reference "sec:Formula-Styles"
14992
14993 \end_inset
14994
14995 )
14996 \end_layout
14997
14998 \end_inset
14999
15000  Then the description follows as normal text and finally 
15001 \series bold
15002 }}
15003 \backslash
15004 ]
15005 \series default
15006  is inserted in TeX-mode.
15007  The commands 
15008 \series bold
15009
15010 \backslash
15011 [
15012 \series default
15013  and 
15014 \series bold
15015
15016 \backslash
15017 ]
15018 \series default
15019  hereby create a displayed formula.
15020 \end_layout
15021
15022 \begin_layout Standard
15023 The advantages of 
15024 \series bold
15025
15026 \backslash
15027 parbox
15028 \series default
15029  can be seen in this example that was 
15030 \begin_inset Quotes eld
15031 \end_inset
15032
15033 commented
15034 \begin_inset Quotes erd
15035 \end_inset
15036
15037  using the mathematical textmode:
15038 \begin_inset Formula 
15039 \[
15040 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15041 \]
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \begin_layout Section
15049 Operators
15050 \begin_inset Index idx
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054 Operators
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Subsection
15063 Big Operators
15064 \begin_inset CommandInset label
15065 LatexCommand label
15066 name "sub:Big-Operators"
15067
15068 \end_inset
15069
15070
15071 \begin_inset Index idx
15072 status collapsed
15073
15074 \begin_layout Plain Layout
15075 Operators ! big
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \begin_inset Index idx
15082 status collapsed
15083
15084 \begin_layout Plain Layout
15085 Sums
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \begin_inset Index idx
15092 status collapsed
15093
15094 \begin_layout Plain Layout
15095 Integrals
15096 \end_layout
15097
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \begin_layout Standard
15104 To be able to use all integral operators listed here, the option 
15105 \family sans
15106 Use esint package automatically
15107 \family default
15108  must be set in the document settings under 
15109 \family sans
15110 Math
15111 \begin_inset space ~
15112 \end_inset
15113
15114 Options
15115 \family default
15116 .
15117 \end_layout
15118
15119 \begin_layout Standard
15120 \begin_inset space \hfill{}
15121 \end_inset
15122
15123
15124 \begin_inset Tabular
15125 <lyxtabular version="3" rows="11" columns="2">
15126 <features tabularvalignment="middle">
15127 <column alignment="center" valignment="top" width="0pt">
15128 <column alignment="center" valignment="top" width="0pt">
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 Command
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 Result
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 int
15157 \begin_inset Index idx
15158 status collapsed
15159
15160 \begin_layout Plain Layout
15161 Commands ! I ! 
15162 \backslash
15163 int
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177 \begin_inset Formula $\int$
15178 \end_inset
15179
15180
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 </row>
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \backslash
15193 oint
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 \begin_inset Formula $\oint$
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \backslash
15218 ointctrclockwise
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 \begin_inset Formula $\ointctrclockwise$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 ointclockwise
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Formula $\ointclockwise$
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 </row>
15261 <row>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \backslash
15268 sqint
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset Formula $\sqint$
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 </row>
15286 <row>
15287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \backslash
15293 fint
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302  
15303 \begin_inset Formula $\fint$
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row>
15313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317
15318 \backslash
15319 landupint
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328  
15329 \begin_inset Formula $\landupint$
15330 \end_inset
15331
15332
15333 \end_layout
15334
15335 \end_inset
15336 </cell>
15337 </row>
15338 <row>
15339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \backslash
15345 landdownint
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354  
15355 \begin_inset Formula $\landdownint$
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 <row>
15365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \backslash
15371 bigcap
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\bigcap$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 bigcup
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\bigcup$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 </lyxtabular>
15415
15416 \end_inset
15417
15418
15419 \begin_inset space \hfill{}
15420 \end_inset
15421
15422
15423 \begin_inset Tabular
15424 <lyxtabular version="3" rows="11" columns="2">
15425 <features tabularvalignment="middle">
15426 <column alignment="center" valignment="top" width="0pt">
15427 <column alignment="center" valignment="top" width="0pt">
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 Command
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15439 \begin_inset Text
15440
15441 \begin_layout Plain Layout
15442 Result
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 sum
15456 \begin_inset Index idx
15457 status collapsed
15458
15459 \begin_layout Plain Layout
15460 Commands ! S ! 
15461 \backslash
15462 sum
15463 \end_layout
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 \begin_inset Formula $\sum$
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \backslash
15492 prod
15493 \begin_inset Index idx
15494 status collapsed
15495
15496 \begin_layout Plain Layout
15497 Commands ! P ! 
15498 \backslash
15499 prod
15500 \end_layout
15501
15502 \end_inset
15503
15504
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513 \begin_inset Formula $\prod$
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \backslash
15529 coprod
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538 \begin_inset Formula $\coprod$
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 </row>
15547 <row>
15548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \backslash
15554 bigodot
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 \begin_inset Formula $\bigodot$
15564 \end_inset
15565
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 </row>
15572 <row>
15573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15574 \begin_inset Text
15575
15576 \begin_layout Plain Layout
15577
15578 \backslash
15579 bigotimes
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 \begin_inset Formula $\bigotimes$
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 </row>
15597 <row>
15598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15599 \begin_inset Text
15600
15601 \begin_layout Plain Layout
15602
15603 \backslash
15604 bigoplus
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 \begin_inset Formula $\bigoplus$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \backslash
15629 bigwedge
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 \begin_inset Formula $\bigwedge$
15639 \end_inset
15640
15641
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 </row>
15647 <row>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \backslash
15654 bigvee
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Formula $\bigvee$
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \backslash
15679 bigsqcup
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset Formula $\bigsqcup$
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 biguplus
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\biguplus$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 </lyxtabular>
15723
15724 \end_inset
15725
15726
15727 \begin_inset space \hfill{}
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734 All big operators can also be inserted via the math toolbar button 
15735 \begin_inset Graphics
15736         filename ../images/math/intop.png
15737         scale 85
15738
15739 \end_inset
15740
15741 .
15742 \end_layout
15743
15744 \begin_layout Standard
15745 The operators are called big because they are bigger than the sometimes
15746  equal looking binary operators.
15747  All big operators can have limits as described in the next subsection.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 For all integral operators there is a second version available, ending on
15752  
15753 \series bold
15754 op
15755 \series default
15756
15757 \series bold
15758
15759 \backslash
15760 intop
15761 \series default
15762
15763 \series bold
15764
15765 \backslash
15766 ointop
15767 \series default
15768  etc..
15769  These operators are different from 
15770 \series bold
15771
15772 \backslash
15773 int
15774 \series default
15775  etc.
15776 \begin_inset space \space{}
15777 \end_inset
15778
15779 in the style the operator limits are displayed, see 
15780 \begin_inset CommandInset ref
15781 LatexCommand ref
15782 reference "sub:Operator-Limits"
15783
15784 \end_inset
15785
15786 .
15787  
15788 \end_layout
15789
15790 \begin_layout Subsubsection*
15791 Advice for Integrals
15792 \end_layout
15793
15794 \begin_layout Standard
15795 The letter 
15796 \emph on
15797 d
15798 \emph default
15799  in an integral is an operator, that therefore has to be set upright.
15800  This is done by highlighting the 
15801 \emph on
15802 d
15803 \emph default
15804  and using the keyboard shortcut 
15805 \begin_inset Info
15806 type  "shortcut"
15807 arg   "font-roman"
15808 \end_inset
15809
15810
15811 \begin_inset Foot
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815 Font styles
15816 \series bold
15817  
15818 \series default
15819 see 
15820 \begin_inset CommandInset ref
15821 LatexCommand ref
15822 reference "sub:Font-Styles"
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830
15831 .
15832  Finally the smallest space is inserted before the 
15833 \emph on
15834 d
15835 \emph default
15836 , as this is usual for operators.
15837  An example:
15838 \end_layout
15839
15840 \begin_layout Standard
15841 incorrect: 
15842 \begin_inset Formula $\int A(x)dx$
15843 \end_inset
15844
15845
15846 \begin_inset Newline newline
15847 \end_inset
15848
15849
15850 \begin_inset Phantom HPhantom
15851 status open
15852
15853 \begin_layout Plain Layout
15854 in
15855 \end_layout
15856
15857 \end_inset
15858
15859 correct: 
15860 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 For multiple integrals there are the following commands:
15868 \begin_inset VSpace medskip
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Standard
15875 \begin_inset space \hfill{}
15876 \end_inset
15877
15878
15879 \begin_inset Tabular
15880 <lyxtabular version="3" rows="4" columns="2">
15881 <features tabularvalignment="middle">
15882 <column alignment="center" valignment="top" width="0">
15883 <column alignment="center" valignment="top" width="0">
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 Command
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 Result
15899 \begin_inset Note Note
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904 \series bold
15905
15906 \backslash
15907 raisebox
15908 \series default
15909  is only used as spacer.
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 </row>
15920 <row>
15921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925
15926 \backslash
15927 iint
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \backslash
15952 oiint
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row>
15971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975
15976 \backslash
15977 sqiint
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 </lyxtabular>
15996
15997 \end_inset
15998
15999
16000 \begin_inset space \hfill{}
16001 \end_inset
16002
16003
16004 \begin_inset Tabular
16005 <lyxtabular version="3" rows="4" columns="2">
16006 <features tabularvalignment="middle">
16007 <column alignment="center" valignment="top" width="0">
16008 <column alignment="center" valignment="top" width="0">
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 Command
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 Result
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \backslash
16036 iiint
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \backslash
16061 iiiint
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \backslash
16086 dotsint
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 </lyxtabular>
16105
16106 \end_inset
16107
16108
16109 \begin_inset space \hfill{}
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Subsection
16116 Operator Limits
16117 \begin_inset CommandInset label
16118 LatexCommand label
16119 name "sub:Operator-Limits"
16120
16121 \end_inset
16122
16123
16124 \begin_inset Index idx
16125 status collapsed
16126
16127 \begin_layout Plain Layout
16128 Operators ! Limits
16129 \end_layout
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \begin_layout Standard
16137 Limits are created by super- and subscripts:
16138 \end_layout
16139
16140 \begin_layout Standard
16141 \align center
16142 \begin_inset Tabular
16143 <lyxtabular version="3" rows="2" columns="2">
16144 <features tabularvalignment="middle">
16145 <column alignment="center" valignment="top" width="0pt">
16146 <column alignment="center" valignment="top" width="0pt">
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 Command
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 Result
16162 \begin_inset Note Note
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166
16167 \series bold
16168
16169 \backslash
16170 raisebox
16171 \series default
16172  is only used as spacer.
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \backslash
16190 prod^
16191 \backslash
16192 infty
16193 \begin_inset ERT
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197
16198
16199 \backslash
16200 spce 
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \begin_inset Formula $\to$
16207 \end_inset
16208
16209 _0
16210 \begin_inset Formula $\to$
16211 \end_inset
16212
16213 A(x)
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 </lyxtabular>
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 Limits of inline formulas are set right beside the operator.
16240  Limits in displayed formulas are set above or below the operator, except
16241  for integral limits.
16242 \end_layout
16243
16244 \begin_layout Standard
16245 To force that the limits are set beside the operator, the cursor is set
16246  directly behind the operator and the limits type is changed with the menu
16247  
16248 \family sans
16249 Edit\SpecialChar \menuseparator
16250 Math\SpecialChar \menuseparator
16251 Change Limits Type
16252 \family default
16253  to 
16254 \family sans
16255 \series bold
16256 Inline
16257 \family default
16258 \series default
16259  (shortcut 
16260 \begin_inset Info
16261 type  "shortcut"
16262 arg   "math-limits"
16263 \end_inset
16264
16265 ).
16266  An example:
16267 \end_layout
16268
16269 \begin_layout Standard
16270 The default limits type is this:
16271 \begin_inset Formula 
16272 \[
16273 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16274 \]
16275
16276 \end_inset
16277
16278 This is how it looks when the limits type was changed to 
16279 \family sans
16280 \series bold
16281 Inline
16282 \family default
16283 \series default
16284 :
16285 \begin_inset Formula 
16286 \[
16287 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16288 \]
16289
16290 \end_inset
16291
16292 For integrals, except those ending with 
16293 \series bold
16294 op
16295 \series default
16296  like 
16297 \series bold
16298
16299 \backslash
16300 intop
16301 \series default
16302
16303 \series bold
16304
16305 \backslash
16306 ointop
16307 \series default
16308  etc., the limits are by default set beside the operator.
16309  But for multiple integrals the limits are often set below the operator.
16310  In the following example the limits type was therefore set to 
16311 \series bold
16312 Display
16313 \series default
16314  and so set below the integrals:
16315 \begin_inset Formula 
16316 \begin{equation}
16317 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16318 \end{equation}
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \begin_inset VSpace medskip
16327 \end_inset
16328
16329 To specify conditions for limits, the commands 
16330 \series bold
16331
16332 \backslash
16333 subarray
16334 \series default
16335
16336 \begin_inset Index idx
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340 Commands ! S ! 
16341 \backslash
16342 subarray
16343 \end_layout
16344
16345 \end_inset
16346
16347  and 
16348 \series bold
16349
16350 \backslash
16351 substack
16352 \series default
16353
16354 \begin_inset Index idx
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358 Commands ! S ! 
16359 \backslash
16360 substack
16361 \end_layout
16362
16363 \end_inset
16364
16365  are used.
16366  To create for example this expression 
16367 \begin_inset Formula 
16368 \begin{equation}
16369 \sum_{\begin{subarray}{c}
16370 0<k<1000\\
16371 \\
16372 k\,\in\,\mathbb{N}
16373 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16374 \end{equation}
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \begin_layout Standard
16382 the following has to be done:
16383 \begin_inset Newline newline
16384 \end_inset
16385
16386 First the command 
16387 \series bold
16388
16389 \backslash
16390 sum
16391 \series default
16392 ^
16393 \series bold
16394 n
16395 \begin_inset ERT
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399
16400
16401 \backslash
16402 spce 
16403 \end_layout
16404
16405 \end_inset
16406
16407 _
16408 \series default
16409  is typed in.
16410  One is now in a blue box under the summation operator and insert there
16411  the command 
16412 \series bold
16413
16414 \backslash
16415 subarray
16416 \begin_inset ERT
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420
16421
16422 \backslash
16423 spce 
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \series default
16430 .
16431  The blue box is now within a purple box and now several lines can be written
16432  among each other.
16433  A new line is created by inserting a line break (
16434 \begin_inset Info
16435 type  "shortcut"
16436 arg   "newline-insert newline"
16437 \end_inset
16438
16439 ).
16440  When now
16441 \begin_inset Newline newline
16442 \end_inset
16443
16444
16445 \series bold
16446 0<k<1000 Ctrl+Return
16447 \begin_inset Newline newline
16448 \end_inset
16449
16450
16451 \series default
16452 is typed in, a new box appears below for the new line.
16453 \end_layout
16454
16455 \begin_layout Standard
16456 The alignment of the lines can be changed to left aligned with the 
16457 \family sans
16458 table
16459 \family default
16460  
16461 \family sans
16462 toolbar
16463 \family default
16464  or the menu 
16465 \family sans
16466 Edit\SpecialChar \menuseparator
16467 Rows &Columns
16468 \family default
16469 .
16470  To get right alignment, 
16471 \series bold
16472
16473 \backslash
16474 hfill
16475 \begin_inset ERT
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479
16480
16481 \backslash
16482 spce 
16483 \end_layout
16484
16485 \end_inset
16486
16487
16488 \series default
16489  is inserted at the beginning of the line.
16490 \end_layout
16491
16492 \begin_layout Standard
16493 The command 
16494 \series bold
16495
16496 \backslash
16497 substack
16498 \series default
16499  is equivalent to 
16500 \series bold
16501
16502 \backslash
16503 subarray
16504 \series default
16505  with the difference that the lines are always centered.
16506 \end_layout
16507
16508 \begin_layout Standard
16509 \begin_inset VSpace bigskip
16510 \end_inset
16511
16512 Like in formula 
16513 \begin_inset CommandInset ref
16514 LatexCommand eqref
16515 reference "eq:substack"
16516
16517 \end_inset
16518
16519  there can be too much space beside an operator, because the characters
16520  following the operator are set beside the limits.
16521 \end_layout
16522
16523 \begin_layout Standard
16524 To avoid this, the following macro can be used in the LaTeX-preamble:
16525 \end_layout
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530
16531 \backslash
16532 def
16533 \backslash
16534 clap#1{
16535 \backslash
16536 hbox to 0pt{
16537 \backslash
16538 hss #1
16539 \backslash
16540 hss}}
16541 \begin_inset Newline newline
16542 \end_inset
16543
16544
16545 \backslash
16546 def
16547 \backslash
16548 mathclap {
16549 \backslash
16550 mathpalette 
16551 \backslash
16552 mathclapinternal}
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556
16557 \backslash
16558 def
16559 \backslash
16560 mathclapinternal #1#2{
16561 \backslash
16562 clap{$
16563 \backslash
16564 mathsurround =0pt #1{#2}$}}
16565 \end_layout
16566
16567 \begin_layout Standard
16568 This defines the command 
16569 \series bold
16570
16571 \backslash
16572 mathclap
16573 \series default
16574
16575 \begin_inset Index idx
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 Commands ! M ! 
16580 \backslash
16581 mathclap
16582 \end_layout
16583
16584 \end_inset
16585
16586  that sets the width of the limit to 0
16587 \begin_inset space \thinspace{}
16588 \end_inset
16589
16590 pt.
16591  The command scheme is
16592 \end_layout
16593
16594 \begin_layout Standard
16595
16596 \series bold
16597
16598 \backslash
16599 mathclap{limit}
16600 \end_layout
16601
16602 \begin_layout Standard
16603 where the limit can consist of several conditions.
16604 \end_layout
16605
16606 \begin_layout Standard
16607 Applied on formula 
16608 \begin_inset CommandInset ref
16609 LatexCommand eqref
16610 reference "eq:substack"
16611
16612 \end_inset
16613
16614 , one uses the command
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \series bold
16620
16621 \backslash
16622 sum_
16623 \backslash
16624 mathclap{
16625 \backslash
16626 substack
16627 \begin_inset ERT
16628 status collapsed
16629
16630 \begin_layout Plain Layout
16631
16632
16633 \backslash
16634 spce 
16635 \end_layout
16636
16637 \end_inset
16638
16639 0<k<1000 Ctrl+Return
16640 \end_layout
16641
16642 \begin_layout Standard
16643 to create the lower limit.
16644  The summand is now directly behind the summation operator:
16645 \begin_inset Formula 
16646 \[
16647 \sum_{\mathclap{\substack{0<k<1000\\
16648 \\
16649 k\,\in\,\mathbb{N}
16650 }
16651 }}^{n}k^{-2}
16652 \]
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660 \begin_inset VSpace bigskip
16661 \end_inset
16662
16663 How to use one limit for several operators is described in 
16664 \begin_inset CommandInset ref
16665 LatexCommand ref
16666 reference "sub:Self-defined-Operators"
16667
16668 \end_inset
16669
16670 .
16671 \end_layout
16672
16673 \begin_layout Standard
16674 \begin_inset Newpage newpage
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \begin_layout Subsection
16681 Binary Operators
16682 \begin_inset CommandInset label
16683 LatexCommand label
16684 name "sub:Binary-Operators"
16685
16686 \end_inset
16687
16688
16689 \begin_inset Index idx
16690 status collapsed
16691
16692 \begin_layout Plain Layout
16693 Operators ! binary
16694 \end_layout
16695
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 Binary operators are surrounded by space when there is a character before
16703  and behind them.
16704 \begin_inset VSpace medskip
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 \begin_inset space \hfill{}
16712 \end_inset
16713
16714
16715 \begin_inset Tabular
16716 <lyxtabular version="3" rows="13" columns="2">
16717 <features tabularvalignment="middle">
16718 <column alignment="center" valignment="top" width="0pt">
16719 <column alignment="center" valignment="top" width="0pt">
16720 <row>
16721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 Command
16726 \begin_inset Note Note
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730
16731 \series bold
16732
16733 \backslash
16734 raisebox
16735 \series default
16736  is only used as spacer.
16737 \end_layout
16738
16739 \end_inset
16740
16741
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 Result
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 +
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $+$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 -
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $-$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \backslash
16809 pm
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 \begin_inset Formula $\pm$
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 <row>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832
16833 \backslash
16834 mp
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Formula $\mp$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \backslash
16859 cdot
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 \begin_inset Formula $\cdot$
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \backslash
16884 times
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Formula $\times$
16894 \end_inset
16895
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 </row>
16902 <row>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \backslash
16909 div
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $\div$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 </row>
16927 <row>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 \begin_inset ERT
16933 status collapsed
16934
16935 \begin_layout Plain Layout
16936
16937
16938 \backslash
16939 raisebox{-1.2mm}{
16940 \end_layout
16941
16942 \end_inset
16943
16944 *
16945 \begin_inset ERT
16946 status collapsed
16947
16948 \begin_layout Plain Layout
16949
16950 }
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $*$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 star
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\star$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 circ
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\circ$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 diamond
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\diamond$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 bullet
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\bullet$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 </lyxtabular>
17074
17075 \end_inset
17076
17077
17078 \begin_inset space \hfill{}
17079 \end_inset
17080
17081
17082 \begin_inset Tabular
17083 <lyxtabular version="3" rows="13" columns="2">
17084 <features tabularvalignment="middle">
17085 <column alignment="center" valignment="top" width="0pt">
17086 <column alignment="center" valignment="top" width="0pt">
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 Command
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 Result
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 nabla
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\nabla$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \backslash
17139 bigtriangledown
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 \begin_inset Formula $\bigtriangledown$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \backslash
17164 bigtriangleup
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\bigtriangleup$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \backslash
17189 Box
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\Box$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \backslash
17214 cap 
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\cap$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 cup
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\cup$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 <row>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262
17263 \backslash
17264 dagger
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273 \begin_inset Formula $\dagger$
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 <row>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287
17288 \backslash
17289 ddagger
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298 \begin_inset Formula $\ddagger$
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 </row>
17307 <row>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \backslash
17314 wr
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 \begin_inset Formula $\wr$
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 </row>
17332 <row>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337
17338 \backslash
17339 bigcirc
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Formula $\bigcirc$
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 </row>
17357 <row>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362
17363 \backslash
17364 wedge
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Formula $\wedge$
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 </row>
17382 <row>
17383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \backslash
17389 vee
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 \begin_inset Formula $\vee$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 </lyxtabular>
17408
17409 \end_inset
17410
17411
17412 \begin_inset space \hfill{}
17413 \end_inset
17414
17415
17416 \begin_inset Tabular
17417 <lyxtabular version="3" rows="13" columns="2">
17418 <features tabularvalignment="middle">
17419 <column alignment="center" valignment="top" width="0pt">
17420 <column alignment="center" valignment="top" width="0pt">
17421 <row>
17422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 Command
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 Result
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 oplus
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\oplus$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \backslash
17473 ominus
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\ominus$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 otimes
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset Formula $\otimes$
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 oslash
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\oslash$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \backslash
17548 odot
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\odot$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \backslash
17573 amalg
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\amalg$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \backslash
17598 uplus
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset Formula $\uplus$
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \backslash
17623 setminus
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $\setminus$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 </row>
17641 <row>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \backslash
17648 sqcap
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Formula $\sqcap$
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671
17672 \backslash
17673 sqcup
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\sqcup$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696
17697 \backslash
17698 triangleleft
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\triangleleft$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 <row>
17717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \backslash
17723 triangleright
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 \begin_inset Formula $\triangleright$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 </lyxtabular>
17742
17743 \end_inset
17744
17745
17746 \begin_inset space \hfill{}
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \begin_layout Standard
17753 All binary operators can also be inserted via the math toolbar button 
17754 \begin_inset Graphics
17755         filename ../images/math/pm.png
17756         scale 85
17757
17758 \end_inset
17759
17760 .
17761 \end_layout
17762
17763 \begin_layout Standard
17764 To typeset the Laplace operator also 
17765 \series bold
17766
17767 \backslash
17768 Delta
17769 \series default
17770  or 
17771 \series bold
17772
17773 \backslash
17774 nabla
17775 \series default
17776 ^
17777 \series bold
17778 2
17779 \series default
17780  (
17781 \begin_inset Formula $\nabla^{2}$
17782 \end_inset
17783
17784 ) can be used instead of 
17785 \series bold
17786
17787 \backslash
17788 bigtriangleup
17789 \series default
17790  .
17791 \end_layout
17792
17793 \begin_layout Standard
17794 The character 
17795 \family sans
17796 Menu Separator
17797 \family default
17798  from the menu 
17799 \family sans
17800 Insert\SpecialChar \menuseparator
17801 Special Character
17802 \family default
17803  is the operator 
17804 \series bold
17805
17806 \backslash
17807 triangleright
17808 \series default
17809 .
17810 \end_layout
17811
17812 \begin_layout Subsection
17813 Self-defined Operators
17814 \begin_inset CommandInset label
17815 LatexCommand label
17816 name "sub:Self-defined-Operators"
17817
17818 \end_inset
17819
17820
17821 \begin_inset Index idx
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825 Operators ! self-defined
17826 \end_layout
17827
17828 \end_inset
17829
17830
17831 \end_layout
17832
17833 \begin_layout Standard
17834 With the help of the command 
17835 \series bold
17836
17837 \backslash
17838 DeclareMathOperator
17839 \series default
17840
17841 \begin_inset Index idx
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 Commands ! D ! 
17846 \backslash
17847 dbinom@
17848 \backslash
17849 DeclareMathOperator
17850 \end_layout
17851
17852 \end_inset
17853
17854  custom operators can be defined in the LaTeX-preamble.
17855  Its command scheme is:
17856 \end_layout
17857
17858 \begin_layout Standard
17859
17860 \series bold
17861
17862 \backslash
17863 DeclareMathOperator{new command}{display}
17864 \end_layout
17865
17866 \begin_layout Standard
17867 Display can be characters or symbols that define how the operator looks
17868  in the output.
17869  To define a big operator a * is set behind the command.
17870  All self-defined big operators can have limits as described in 
17871 \begin_inset CommandInset ref
17872 LatexCommand ref
17873 reference "sub:Operator-Limits"
17874
17875 \end_inset
17876
17877 .
17878 \end_layout
17879
17880 \begin_layout Standard
17881 For example the LaTeX-preamble line
17882 \end_layout
17883
17884 \begin_layout Standard
17885
17886 \series bold
17887
17888 \backslash
17889 DeclareMathOperator*{
17890 \backslash
17891 Lozenge}{
17892 \backslash
17893 blacklozenge}
17894 \end_layout
17895
17896 \begin_layout Standard
17897 defines the command 
17898 \series bold
17899
17900 \backslash
17901 Lozenge
17902 \series default
17903 , that inserts a big operator consisting of the lozenge symbol from 
17904 \begin_inset CommandInset ref
17905 LatexCommand ref
17906 reference "sub:Miscellaneous-Symbols"
17907
17908 \end_inset
17909
17910 :
17911 \begin_inset Formula 
17912 \[
17913 \Lozenge_{n=1}^{\infty}
17914 \]
17915
17916 \end_inset
17917
17918 The command for this formula is: 
17919 \series bold
17920
17921 \backslash
17922 Lozenge
17923 \series default
17924 ^
17925 \series bold
17926
17927 \backslash
17928 infty
17929 \begin_inset Formula $\to$
17930 \end_inset
17931
17932 _n=1
17933 \end_layout
17934
17935 \begin_layout Standard
17936 \begin_inset VSpace bigskip
17937 \end_inset
17938
17939 When self-defined operators are not used several times in the document,
17940  they can also be defined with the commands 
17941 \series bold
17942
17943 \backslash
17944 mathop
17945 \series default
17946
17947 \begin_inset Index idx
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951 Commands ! M ! 
17952 \backslash
17953 mathop
17954 \end_layout
17955
17956 \end_inset
17957
17958  and 
17959 \series bold
17960
17961 \backslash
17962 mathbin
17963 \series default
17964
17965 \begin_inset Index idx
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969 Commands ! M ! 
17970 \backslash
17971 mathbin
17972 \end_layout
17973
17974 \end_inset
17975
17976 , which have the following scheme:
17977 \end_layout
17978
17979 \begin_layout Standard
17980
17981 \series bold
17982
17983 \backslash
17984 mathop{display}
17985 \series default
17986  and 
17987 \series bold
17988
17989 \backslash
17990 mathbin{display}
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 mathop
17999 \series default
18000  defines big operators, 
18001 \series bold
18002
18003 \backslash
18004 mathbin
18005 \series default
18006  binary operators.
18007 \end_layout
18008
18009 \begin_layout Standard
18010
18011 \series bold
18012
18013 \backslash
18014 mathop
18015 \series default
18016  can e.
18017 \begin_inset space \thinspace{}
18018 \end_inset
18019
18020 g.
18021 \begin_inset space \space{}
18022 \end_inset
18023
18024 be used to use one limit for several operators:
18025 \end_layout
18026
18027 \begin_layout Standard
18028 \begin_inset Formula 
18029 \[
18030 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18031 \]
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Standard
18039 The command for the formula above is:
18040 \begin_inset Newline newline
18041 \end_inset
18042
18043
18044 \series bold
18045
18046 \backslash
18047 mathop{
18048 \backslash
18049 sum
18050 \backslash
18051 negmedspace
18052 \backslash
18053 sum
18054 \series default
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 spce 
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \series bold
18070
18071 \begin_inset Formula $\to$
18072 \end_inset
18073
18074 ^N
18075 \series default
18076
18077 \begin_inset ERT
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081
18082
18083 \backslash
18084 spce 
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \series bold
18091 _i,j=1
18092 \end_layout
18093
18094 \begin_layout Section
18095 Fonts
18096 \begin_inset Index idx
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100 Fonts
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Subsection
18109 Font Styles
18110 \begin_inset CommandInset label
18111 LatexCommand label
18112 name "sub:Font-Styles"
18113
18114 \end_inset
18115
18116
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 Font ! style
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 Latin letters in formulas can be set in one of the following font styles:
18131 \begin_inset VSpace -2mm
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 \align center
18139 \begin_inset Tabular
18140 <lyxtabular version="3" rows="7" columns="3">
18141 <features tabularvalignment="middle">
18142 <column alignment="center" valignment="top" width="0">
18143 <column alignment="center" valignment="top" width="0">
18144 <column alignment="center" valignment="top" width="0">
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 Command
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Result
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 shortcut
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathbb
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 ABC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathbb{ABC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Info
18220 type  "shortcuts"
18221 arg   "font-noun"
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 mathbf
18238 \series bold
18239
18240 \begin_inset ERT
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 spce 
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\mathbf{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Info
18276 type  "shortcuts"
18277 arg   "font-bold"
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \backslash
18293 boldsymbol
18294 \series bold
18295
18296 \begin_inset ERT
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 spce 
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \series default
18310 AbC
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 \begin_inset Formula $\boldsymbol{AbC}$
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Info
18332 type  "shortcuts"
18333 arg   "font-boldsymbol"
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 <row>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \backslash
18349 mathcal
18350 \series bold
18351
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 spce 
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \series default
18366 ABC
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Formula $\mathcal{ABC}$
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 \begin_inset Info
18388 type  "shortcuts"
18389 arg   "font-emph"
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 <row>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403
18404 \backslash
18405 mathfrak
18406 \series bold
18407
18408 \begin_inset ERT
18409 status collapsed
18410
18411 \begin_layout Plain Layout
18412
18413
18414 \backslash
18415 spce 
18416 \end_layout
18417
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathfrak{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 -
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 </row>
18449 <row>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454
18455 \backslash
18456 mathscr
18457 \series bold
18458
18459 \begin_inset ERT
18460 status collapsed
18461
18462 \begin_layout Plain Layout
18463
18464
18465 \backslash
18466 spce 
18467 \end_layout
18468
18469 \end_inset
18470
18471
18472 \series default
18473 AbC
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 \begin_inset Formula $\mathscr{AbC}$
18483 \end_inset
18484
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 -
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 </lyxtabular>
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 \align center
18509 \begin_inset Tabular
18510 <lyxtabular version="3" rows="5" columns="3">
18511 <features tabularvalignment="middle">
18512 <column alignment="center" valignment="top" width="0">
18513 <column alignment="center" valignment="top" width="0">
18514 <column alignment="center" valignment="top" width="0">
18515 <row>
18516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 Command
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 Result
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 shortcut
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 <row>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \backslash
18551 mathit
18552 \series bold
18553
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 spce 
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \series default
18568 AbC
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 \begin_inset Formula $\mathit{AbC}$
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 -
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \backslash
18602 mathrm
18603 \series bold
18604
18605 \begin_inset ERT
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609
18610
18611 \backslash
18612 spce 
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \series default
18619 AbC
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Formula $\mathrm{AbC}$
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Info
18641 type  "shortcuts"
18642 arg   "font-roman"
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \backslash
18658 mathsf
18659 \series bold
18660
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 spce 
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \series default
18675 AbC
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684 \begin_inset Formula $\mathsf{AbC}$
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Info
18697 type  "shortcuts"
18698 arg   "font-sans"
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 </row>
18707 <row>
18708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712
18713 \backslash
18714 mathtt
18715 \series bold
18716
18717 \begin_inset ERT
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721
18722
18723 \backslash
18724 spce 
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \series default
18731 AbC
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 \begin_inset Formula $\mathtt{AbC}$
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 \begin_inset Info
18753 type  "shortcuts"
18754 arg   "font-typewriter"
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 </lyxtabular>
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 \begin_inset Note Greyedout
18772 status open
18773
18774 \begin_layout Plain Layout
18775
18776 \series bold
18777 Note:
18778 \series default
18779  The styles 
18780 \series bold
18781
18782 \backslash
18783 mathbb
18784 \series default
18785  and 
18786 \series bold
18787
18788 \backslash
18789 mathcal
18790 \series default
18791  can only be used for big letters.
18792 \end_layout
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \begin_layout Standard
18800 Predefined is the style 
18801 \series bold
18802
18803 \backslash
18804 mathnormal
18805 \series default
18806 .
18807 \end_layout
18808
18809 \begin_layout Standard
18810 The style commands work also for letters in mathematical constructs:
18811 \begin_inset Formula 
18812 \[
18813 \mathfrak{A=\frac{b}{C}}
18814 \]
18815
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \begin_layout Standard
18822 Characters in mathematical text don't appear in a math font style but in
18823  the text font style 
18824 \series bold
18825
18826 \backslash
18827 textrm
18828 \series default
18829 .
18830  That their style can't be set correctly via the text style dialog is a
18831  bug in LyX.
18832 \begin_inset Foot
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 \begin_inset CommandInset href
18837 LatexCommand href
18838 name "LyX-bug #4629"
18839 target "http://www.lyx.org/trac/ticket/4629"
18840
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \begin_layout Standard
18852 Instead of the style commands the dialog 
18853 \family sans
18854 Edit\SpecialChar \menuseparator
18855 Math\SpecialChar \menuseparator
18856 Text Style
18857 \family default
18858  or the toolbar button 
18859 \begin_inset Graphics
18860         filename ../images/math/font.png
18861         scale 85
18862
18863 \end_inset
18864
18865  can be used.
18866 \end_layout
18867
18868 \begin_layout Subsection
18869 Bold Formulas
18870 \begin_inset CommandInset label
18871 LatexCommand label
18872 name "sub:Bold-Formulas"
18873
18874 \end_inset
18875
18876
18877 \begin_inset Index idx
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881 Formula ! bold
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \begin_layout Standard
18890 To make a complete formula bold, the command 
18891 \series bold
18892
18893 \backslash
18894 mathbf
18895 \series default
18896  from the previous subsection cannot be used, because it doesn't work for
18897  small Greek letters.
18898  Furthermore it prints Latin letters always upright, like in the following
18899  equation:
18900 \end_layout
18901
18902 \begin_layout Standard
18903 \begin_inset Formula 
18904 \[
18905 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18906 \]
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Standard
18914 To display the formula correctly, the command 
18915 \series bold
18916
18917 \backslash
18918 boldsymbol
18919 \series default
18920  is used:
18921 \begin_inset Formula 
18922 \[
18923 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18924 \]
18925
18926 \end_inset
18927
18928 It is also possible to set the formula in a 
18929 \series bold
18930 boldmath environment
18931 \series default
18932 .
18933  This environment is created by inserting the command 
18934 \series bold
18935
18936 \backslash
18937 boldmath
18938 \series default
18939
18940 \begin_inset Index idx
18941 status collapsed
18942
18943 \begin_layout Plain Layout
18944 Commands ! B ! 
18945 \backslash
18946 boldmath
18947 \end_layout
18948
18949 \end_inset
18950
18951  in TeX-mode.
18952  To end the environment, the command 
18953 \series bold
18954
18955 \backslash
18956 unboldmath
18957 \series default
18958
18959 \begin_inset Index idx
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963 Commands ! U ! 
18964 \backslash
18965 unboldmath
18966 \end_layout
18967
18968 \end_inset
18969
18970  is inserted in TeX-mode.
18971 \begin_inset ERT
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975
18976
18977 \backslash
18978 boldmath 
18979 \end_layout
18980
18981 \end_inset
18982
18983
18984 \begin_inset Formula 
18985 \[
18986 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18987 \]
18988
18989 \end_inset
18990
18991
18992 \begin_inset ERT
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996
18997
18998 \backslash
18999 unboldmath 
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Subsection
19008 Colored Formulas
19009 \begin_inset Index idx
19010 status collapsed
19011
19012 \begin_layout Plain Layout
19013 Formula ! colored
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Standard
19022 Formulas can be colored like normal text: Highlight a formula or a formula
19023  part and use the 
19024 \family sans
19025 Text Style
19026 \family default
19027  dialog.
19028  Here is a formula in magenta:
19029 \begin_inset Formula 
19030 \[
19031 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19032 \]
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 You can also define your own colors as described in 
19041 \begin_inset CommandInset ref
19042 LatexCommand ref
19043 reference "sub:Colored-Boxes"
19044
19045 \end_inset
19046
19047 .
19048  They can be used with the TeX code command 
19049 \series bold
19050
19051 \backslash
19052 textcolor
19053 \series default
19054
19055 \begin_inset Index idx
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059 Commands ! T ! 
19060 \backslash
19061 textcolor
19062 \end_layout
19063
19064 \end_inset
19065
19066  in the scheme
19067 \end_layout
19068
19069 \begin_layout Standard
19070
19071 \series bold
19072
19073 \backslash
19074 textcolor{color}{characters or formula}
19075 \end_layout
19076
19077 \begin_layout Standard
19078 The following example was colored completely dark green and partly red:
19079 \end_layout
19080
19081 \begin_layout Standard
19082 \begin_inset ERT
19083 status collapsed
19084
19085 \begin_layout Plain Layout
19086
19087
19088 \backslash
19089 textcolor{darkgreen}{
19090 \end_layout
19091
19092 \end_inset
19093
19094
19095 \begin_inset Formula 
19096 \[
19097 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19098 \]
19099
19100 \end_inset
19101
19102
19103 \begin_inset ERT
19104 status collapsed
19105
19106 \begin_layout Plain Layout
19107
19108 }
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Due to a bug in LyX only complete formulas can be colored with self-defined
19118  colors.
19119 \begin_inset Foot
19120 status collapsed
19121
19122 \begin_layout Plain Layout
19123 \begin_inset CommandInset href
19124 LatexCommand href
19125 name "LyX-bug #5269"
19126 target "http://www.lyx.org/trac/ticket/5269"
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \begin_layout Subsection
19139 Font Sizes
19140 \begin_inset CommandInset label
19141 LatexCommand label
19142 name "sub:Font-Sizes"
19143
19144 \end_inset
19145
19146
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 Font ! size
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 For characters in formulas there are, analog to characters in text, the
19161  following size commands:
19162 \end_layout
19163
19164 \begin_layout Standard
19165
19166 \series bold
19167
19168 \backslash
19169 Huge
19170 \series default
19171
19172 \series bold
19173
19174 \backslash
19175 huge
19176 \series default
19177
19178 \series bold
19179
19180 \backslash
19181 LARGE
19182 \series default
19183
19184 \series bold
19185
19186 \backslash
19187 Large
19188 \series default
19189
19190 \series bold
19191
19192 \backslash
19193 large
19194 \series default
19195
19196 \series bold
19197
19198 \backslash
19199 normalsize
19200 \series default
19201
19202 \series bold
19203
19204 \backslash
19205 small
19206 \series default
19207 ,
19208 \begin_inset Newline newline
19209 \end_inset
19210
19211
19212 \series bold
19213
19214 \backslash
19215 footnotesize
19216 \series default
19217
19218 \series bold
19219
19220 \backslash
19221 scriptsize
19222 \series default
19223  and 
19224 \series bold
19225
19226 \backslash
19227 tiny
19228 \end_layout
19229
19230 \begin_layout Standard
19231 The size produced by the commands depends on the document font size, that
19232  corresponds with the command 
19233 \series bold
19234
19235 \backslash
19236 normalsize
19237 \series default
19238 .
19239  The other commands produce smaller or larger sizes than 
19240 \series bold
19241
19242 \backslash
19243 normalsize
19244 \series default
19245 .
19246  The font size can however not exceed a certain value.
19247  Is for example the document font size 12
19248 \begin_inset space \thinspace{}
19249 \end_inset
19250
19251 pt, the command 
19252 \series bold
19253
19254 \backslash
19255 Huge
19256 \series default
19257  switches to the same size as 
19258 \series bold
19259
19260 \backslash
19261 huge
19262 \series default
19263 .
19264  
19265 \end_layout
19266
19267 \begin_layout Standard
19268 A size command is inserted in TeX-mode before the formula and sets the size
19269  for all following formula and text characters.
19270  To switch back to the initial size, the command 
19271 \series bold
19272
19273 \backslash
19274 normalsize
19275 \series default
19276  is inserted behind the formula in TeX-mode.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 Within a formula the size can be changed using the following size commands:
19281 \end_layout
19282
19283 \begin_layout Standard
19284 \noindent
19285 \align center
19286 \begin_inset Tabular
19287 <lyxtabular version="3" rows="5" columns="2">
19288 <features tabularvalignment="middle">
19289 <column alignment="center" valignment="top" width="0">
19290 <column alignment="center" valignment="top" width="0">
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 Command
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 Result
19306 \begin_inset Note Note
19307 status collapsed
19308
19309 \begin_layout Plain Layout
19310
19311 \series bold
19312
19313 \backslash
19314 raisebox
19315 \series default
19316  is only used as spacer.
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 displaystyle
19335 \begin_inset Index idx
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339 Commands ! D ! 
19340 \backslash
19341 displaystyle
19342 \end_layout
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 textstyle
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 scriptstyle
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 scriptscriptstyle
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 </lyxtabular>
19440
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \begin_layout Standard
19447 After entering these commands, a blue box appears in which the formula parts
19448  are inserted.
19449 \end_layout
19450
19451 \begin_layout Standard
19452 There is a further method to change the font size, that though only works
19453  for symbols or letters in mathematical text.
19454  To use it, one of the above text size commands is inserted in mathematical
19455  text.
19456  All following characters until the end of the mathematical text or until
19457  another size command will have the selected size.
19458  Two examples:
19459 \begin_inset VSpace -2mm
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \begin_layout Standard
19466 \begin_inset ERT
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470
19471
19472 \backslash
19473 huge 
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset Formula 
19480 \[
19481 A=\frac{B}{c}\cdot\maltese
19482 \]
19483
19484 \end_inset
19485
19486
19487 \begin_inset Formula 
19488 \[
19489 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19490 \]
19491
19492 \end_inset
19493
19494
19495 \begin_inset ERT
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499
19500
19501 \backslash
19502 normalsize 
19503 \end_layout
19504
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \begin_layout Standard
19511 \begin_inset VSpace medskip
19512 \end_inset
19513
19514 Before both formulas the command 
19515 \series bold
19516
19517 \backslash
19518 huge
19519 \series default
19520  was inserted.
19521  The command for the second formula is:
19522 \begin_inset Newline newline
19523 \end_inset
19524
19525
19526 \series bold
19527
19528 \backslash
19529 maltese
19530 \begin_inset ERT
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534
19535
19536 \backslash
19537 spce 
19538 \end_layout
19539
19540 \end_inset
19541
19542 A Alt+M M 
19543 \backslash
19544 Large
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 spce 
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \backslash
19559 maltese
19560 \begin_inset ERT
19561 status collapsed
19562
19563 \begin_layout Plain Layout
19564
19565
19566 \backslash
19567 spce 
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \backslash
19574 textit
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 spce 
19583 \end_layout
19584
19585 \end_inset
19586
19587 A
19588 \begin_inset Formula $\to$
19589 \end_inset
19590
19591
19592 \begin_inset Formula $\to$
19593 \end_inset
19594
19595
19596 \begin_inset Newline newline
19597 \end_inset
19598
19599
19600 \begin_inset space \hspace*{}
19601 \length 1cm
19602 \end_inset
19603
19604 Alt+M
19605 \series default
19606  
19607 \series bold
19608
19609 \backslash
19610 tiny
19611 \begin_inset ERT
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615
19616
19617 \backslash
19618 spce 
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \backslash
19625 maltese
19626 \begin_inset ERT
19627 status collapsed
19628
19629 \begin_layout Plain Layout
19630
19631
19632 \backslash
19633 spce 
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \backslash
19640 textit
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Plain Layout
19645
19646
19647 \backslash
19648 spce 
19649 \end_layout
19650
19651 \end_inset
19652
19653 A
19654 \end_layout
19655
19656 \begin_layout Standard
19657 If a symbol cannot be displayed in different sizes, it will always be displayed
19658  in the default size.
19659 \end_layout
19660
19661 \begin_layout Section
19662 Greek Letters
19663 \begin_inset Index idx
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667 Greek letters
19668 \end_layout
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Greek letters can also be inserted via the toolbar button 
19677 \begin_inset Graphics
19678         filename ../images/math/alpha.png
19679         scale 85
19680
19681 \end_inset
19682
19683 .
19684  All international typesetting norms purport that Greek letters in math
19685  have to be typeset italic/slanted.
19686  In some languages, like French or Russian, they are nevertheless sometimes
19687  typeset upright.
19688 \end_layout
19689
19690 \begin_layout Subsection
19691 Small Letters
19692 \begin_inset Index idx
19693 status collapsed
19694
19695 \begin_layout Plain Layout
19696 Greek letters ! small
19697 \end_layout
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \begin_layout Standard
19705 \begin_inset space \hfill{}
19706 \end_inset
19707
19708
19709 \begin_inset Tabular
19710 <lyxtabular version="3" rows="11" columns="2">
19711 <features tabularvalignment="middle">
19712 <column alignment="center" valignment="top" width="0pt">
19713 <column alignment="center" valignment="top" width="0pt">
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 Command
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728 Result
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 alpha
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\alpha$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 beta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\beta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 gamma
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\gamma$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \backslash
19816 delta
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset Formula $\delta$
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 epsilon
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\epsilon$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 varepsilon
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\varepsilon$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 zeta
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\zeta$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 eta
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\eta$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 theta
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\theta$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 vartheta
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\vartheta$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 </lyxtabular>
19985
19986 \end_inset
19987
19988
19989 \begin_inset space \hfill{}
19990 \end_inset
19991
19992
19993 \begin_inset Tabular
19994 <lyxtabular version="3" rows="12" columns="2">
19995 <features tabularvalignment="middle">
19996 <column alignment="center" valignment="top" width="0pt">
19997 <column alignment="center" valignment="top" width="0pt">
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 Command
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 Result
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 iota
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\iota$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \backslash
20050 kappa
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 \begin_inset Formula $\kappa$
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 varkappa
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Formula $\varkappa$
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \backslash
20100 lambda
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\lambda$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \backslash
20125 mu
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Formula $\mu$
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \backslash
20150 nu
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $\nu$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 </row>
20168 <row>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173
20174 \backslash
20175 xi
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Formula $\xi$
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 o
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $o$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row>
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221
20222 \backslash
20223 pi
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset Formula $\pi$
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 varpi
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\varpi$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \backslash
20273 rho
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset Formula $\rho$
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 </lyxtabular>
20292
20293 \end_inset
20294
20295
20296 \begin_inset space \hfill{}
20297 \end_inset
20298
20299
20300 \begin_inset Tabular
20301 <lyxtabular version="3" rows="11" columns="2">
20302 <features tabularvalignment="middle">
20303 <column alignment="center" valignment="top" width="0pt">
20304 <column alignment="center" valignment="top" width="0pt">
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 Command
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 Result
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 varrho
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\varrho$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 sigma
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\sigma$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 varsigma
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\varsigma$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 tau
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\tau$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \backslash
20432 upsilon
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\upsilon$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 </row>
20450 <row>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 phi
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\phi$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 varphi
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\varphi$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \backslash
20507 chi
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Formula $\chi$
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 <row>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530
20531 \backslash
20532 psi
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 \begin_inset Formula $\psi$
20542 \end_inset
20543
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 <row>
20551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555
20556 \backslash
20557 omega
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 \begin_inset Formula $\omega$
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 </row>
20575 </lyxtabular>
20576
20577 \end_inset
20578
20579
20580 \begin_inset space \hfill{}
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 \begin_inset VSpace medskip
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \begin_layout Standard
20594 How to create special upright Greek letters is explained in 
20595 \begin_inset CommandInset ref
20596 LatexCommand ref
20597 reference "sub:Upright-small-Greek"
20598
20599 \end_inset
20600
20601 .
20602 \end_layout
20603
20604 \begin_layout Subsection
20605 Big Letters
20606 \begin_inset Index idx
20607 status collapsed
20608
20609 \begin_layout Plain Layout
20610 Greek letters ! big
20611 \end_layout
20612
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \begin_layout Standard
20619 \begin_inset space \hfill{}
20620 \end_inset
20621
20622
20623 \begin_inset Tabular
20624 <lyxtabular version="3" rows="7" columns="2">
20625 <features tabularvalignment="middle">
20626 <column alignment="center" valignment="top" width="0pt">
20627 <column alignment="center" valignment="top" width="0pt">
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 Command
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Result
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 Gamma
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\Gamma$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 Delta
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\Delta$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \backslash
20705 Theta
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Formula $\Theta$
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \backslash
20730 Lambda
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 \begin_inset Formula $\Lambda$
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 Xi
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\Xi$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 Pi
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\Pi$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 </lyxtabular>
20799
20800 \end_inset
20801
20802
20803 \begin_inset space \hfill{}
20804 \end_inset
20805
20806
20807 \begin_inset Tabular
20808 <lyxtabular version="3" rows="6" columns="2">
20809 <features tabularvalignment="middle">
20810 <column alignment="center" valignment="top" width="0pt">
20811 <column alignment="center" valignment="top" width="0pt">
20812 <row>
20813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 Command
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 Result
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 Sigma
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\Sigma$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 Upsilon
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\Upsilon$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 Phi
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Phi$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \backslash
20914 Psi
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 \begin_inset Formula $\Psi$
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937
20938 \backslash
20939 Omega
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 \begin_inset Formula $\Omega$
20949 \end_inset
20950
20951
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 </row>
20957 </lyxtabular>
20958
20959 \end_inset
20960
20961
20962 \begin_inset space \hfill{}
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Standard
20969 \begin_inset VSpace medskip
20970 \end_inset
20971
20972 That the big Greek letters appear upright is caused by a design bug when
20973  TeX was developed.
20974  To get correct italic big letters, begin every command with 
20975 \series bold
20976 var
20977 \series default
20978 .
20979  For example the command 
20980 \series bold
20981
20982 \backslash
20983 varGamma
20984 \series default
20985  produces 
20986 \begin_inset Formula $\varGamma$
20987 \end_inset
20988
20989 .
20990  Another way is to load the package 
20991 \series bold
20992 fixmath
20993 \series default
20994
20995 \begin_inset Foot
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999
21000 \series bold
21001 fixmath
21002 \series default
21003  is part of the LaTeX-package 
21004 \series bold
21005 was
21006 \series default
21007
21008 \begin_inset Index idx
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012 Packages ! was
21013 \begin_inset ERT
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017
21018
21019 \backslash
21020 vspace{4mm}
21021 \end_layout
21022
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \end_inset
21029
21030 .
21031 \end_layout
21032
21033 \end_inset
21034
21035
21036 \begin_inset Index idx
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040 Packages ! fixmath
21041 \end_layout
21042
21043 \end_inset
21044
21045  with the LaTeX-preamble line
21046 \end_layout
21047
21048 \begin_layout Standard
21049
21050 \series bold
21051
21052 \backslash
21053 usepackage{fixmath}
21054 \end_layout
21055
21056 \begin_layout Standard
21057 Then all big Greek letters in a document will automatically be typeset italic.
21058 \end_layout
21059
21060 \begin_layout Subsection
21061 Bold Letters
21062 \begin_inset Index idx
21063 status collapsed
21064
21065 \begin_layout Plain Layout
21066 Greek letters ! bold
21067 \end_layout
21068
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Greek letters cannot be set with different font styles like Latin letters.
21076  They can only be made bold with the command 
21077 \series bold
21078
21079 \backslash
21080 boldsymbol
21081 \series default
21082
21083 \begin_inset Index idx
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087 Commands ! B ! 
21088 \backslash
21089 boldsymbol
21090 \end_layout
21091
21092 \end_inset
21093
21094 .
21095 \end_layout
21096
21097 \begin_layout Standard
21098 \align center
21099 \begin_inset Tabular
21100 <lyxtabular version="3" rows="3" columns="2">
21101 <features tabularvalignment="middle">
21102 <column alignment="center" valignment="top" width="0">
21103 <column alignment="center" valignment="top" width="0">
21104 <row>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 Command
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 Result
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 Upsilon
21132 \backslash
21133 boldsymbol
21134 \backslash
21135 Upsilon
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 theta
21161 \backslash
21162 boldsymbol
21163 \backslash
21164 theta
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\theta\boldsymbol{\theta}$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 </lyxtabular>
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \begin_layout Standard
21190 \begin_inset Newpage newpage
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Section
21197 Symbols
21198 \begin_inset ERT
21199 status collapsed
21200
21201 \begin_layout Plain Layout
21202
21203
21204 \backslash
21205 texorpdfstring{
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \begin_inset Foot
21212 status collapsed
21213
21214 \begin_layout Plain Layout
21215 A list with all symbols of most of the LaTeX-packages can be found in 
21216 \begin_inset CommandInset citation
21217 LatexCommand cite
21218 key "Symbols"
21219
21220 \end_inset
21221
21222 .
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \begin_inset ERT
21229 status collapsed
21230
21231 \begin_layout Plain Layout
21232
21233 }{}
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset Note Note
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21246 \end_layout
21247
21248 \begin_layout Plain Layout
21249 More about 
21250 \backslash
21251 texorpdfstring is in section 
21252 \begin_inset CommandInset ref
21253 LatexCommand ref
21254 reference "sub:Formulas-in-Section"
21255
21256 \end_inset
21257
21258 .
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset Index idx
21265 status collapsed
21266
21267 \begin_layout Plain Layout
21268 Symbols
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Many of the symbols listed in this section can also be inserted via the
21278  toolbar buttons 
21279 \begin_inset Graphics
21280         filename ../images/math/nabla.png
21281         scale 85
21282
21283 \end_inset
21284
21285  and 
21286 \begin_inset Graphics
21287         filename ../images/math/digamma.png
21288         scale 85
21289
21290 \end_inset
21291
21292 .
21293 \end_layout
21294
21295 \begin_layout Subsection
21296 Mathematical Symbols
21297 \begin_inset CommandInset label
21298 LatexCommand label
21299 name "sub:Mathematical-Symbols"
21300
21301 \end_inset
21302
21303
21304 \begin_inset Index idx
21305 status collapsed
21306
21307 \begin_layout Plain Layout
21308 Symbols ! mathematical
21309 \end_layout
21310
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \begin_layout Standard
21317 \begin_inset space \hfill{}
21318 \end_inset
21319
21320
21321 \begin_inset Tabular
21322 <lyxtabular version="3" rows="10" columns="2">
21323 <features tabularvalignment="middle">
21324 <column alignment="center" valignment="top" width="0pt">
21325 <column alignment="center" valignment="top" width="0pt">
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 Command
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 Result
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \backslash
21353 neg
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $\neg$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 <row>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376
21377 \backslash
21378 Im
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset Formula $\Im$
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 <row>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \backslash
21403 Re
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Formula $\Re$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 <row>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426
21427 \backslash
21428 aleph
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 \begin_inset Formula $\aleph$
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \backslash
21453 partial
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset Formula $\partial$
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \backslash
21478 infty
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\infty$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \backslash
21503 wp
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\wp$
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row>
21522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \backslash
21528 imath
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 \begin_inset Formula $\imath$
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \backslash
21553 jmath
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\jmath$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 </lyxtabular>
21572
21573 \end_inset
21574
21575
21576 \begin_inset space \hfill{}
21577 \end_inset
21578
21579
21580 \begin_inset Tabular
21581 <lyxtabular version="3" rows="10" columns="2">
21582 <features tabularvalignment="middle">
21583 <column alignment="center" valignment="top" width="0pt">
21584 <column alignment="center" valignment="top" width="0pt">
21585 <row>
21586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 Command
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 Result
21600 \begin_inset Note Note
21601 status collapsed
21602
21603 \begin_layout Plain Layout
21604
21605 \series bold
21606
21607 \backslash
21608 raisebox
21609 \series default
21610  is only used as spacer.
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 </row>
21621 <row>
21622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626
21627 \backslash
21628 forall
21629 \end_layout
21630
21631 \end_inset
21632 </cell>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637 \begin_inset Formula $\forall$
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 </row>
21646 <row>
21647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651
21652 \backslash
21653 exists
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $\exists$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 nexists
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\nexists$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 emptyset
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\emptyset$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 varnothing
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\varnothing$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 dag
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\dag$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 ddag
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\ddag$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 complement
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset ERT
21813 status collapsed
21814
21815 \begin_layout Plain Layout
21816
21817
21818 \backslash
21819 raisebox{-0.8mm}{
21820 \end_layout
21821
21822 \end_inset
21823
21824
21825 \begin_inset Formula $\complement$
21826 \end_inset
21827
21828
21829 \begin_inset ERT
21830 status collapsed
21831
21832 \begin_layout Plain Layout
21833
21834 }
21835 \end_layout
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 Bbbk
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\Bbbk$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 </lyxtabular>
21871
21872 \end_inset
21873
21874
21875 \begin_inset space \hfill{}
21876 \end_inset
21877
21878
21879 \begin_inset Tabular
21880 <lyxtabular version="3" rows="10" columns="2">
21881 <features tabularvalignment="middle">
21882 <column alignment="center" valignment="top" width="0pt">
21883 <column alignment="center" valignment="top" width="0pt">
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 Command
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 Result
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 prime
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\prime$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 backprime
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\backprime$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 mho
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\mho$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 triangle
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\triangle$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 angle
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\angle$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 measuredangle
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\measuredangle$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 sphericalangle
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\sphericalangle$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 top
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\top$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 bot
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\bot$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 </lyxtabular>
22130
22131 \end_inset
22132
22133
22134 \begin_inset space \hfill{}
22135 \end_inset
22136
22137
22138 \end_layout
22139
22140 \begin_layout Subsection
22141 Miscellaneous Symbols
22142 \begin_inset CommandInset label
22143 LatexCommand label
22144 name "sub:Miscellaneous-Symbols"
22145
22146 \end_inset
22147
22148
22149 \begin_inset Index idx
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153 Symbols ! miscellaneous
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \end_layout
22160
22161 \begin_layout Standard
22162 \noindent
22163 \align center
22164 \begin_inset Tabular
22165 <lyxtabular version="3" rows="10" columns="2">
22166 <features tabularvalignment="middle">
22167 <column alignment="center" valignment="top" width="0pt">
22168 <column alignment="center" valignment="top" width="0pt">
22169 <row>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 Command
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 Result
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 <row>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194
22195 \backslash
22196 flat
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205 \begin_inset Formula $\flat$
22206 \end_inset
22207
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 </row>
22214 <row>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \backslash
22221 natural
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 \begin_inset Formula $\natural$
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 </row>
22239 <row>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244
22245 \backslash
22246 sharp
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Formula $\sharp$
22256 \end_inset
22257
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 </row>
22264 <row>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269
22270 \backslash
22271 surd
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 \begin_inset Formula $\surd$
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 </row>
22289 <row>
22290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294
22295 \backslash
22296 checkmark
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 \begin_inset Formula $\checkmark$
22306 \end_inset
22307
22308
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319
22320 \backslash
22321 yen
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330 \begin_inset Formula $\yen$
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344
22345 \backslash
22346 pounds
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 \begin_inset Formula $\pounds$
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 </row>
22364 <row>
22365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 $
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Formula $\$$
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 </row>
22387 <row>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 §
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $§$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 </lyxtabular>
22411
22412 \end_inset
22413
22414
22415 \begin_inset Tabular
22416 <lyxtabular version="3" rows="10" columns="2">
22417 <features tabularvalignment="middle">
22418 <column alignment="center" valignment="top" width="0">
22419 <column alignment="center" valignment="top" width="0">
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 Command
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 Result
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \backslash
22447 hbar
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Formula $\hbar$
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 </row>
22465 <row>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470
22471 \backslash
22472 hslash
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $\hslash$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495
22496 \backslash
22497 clubsuit
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Formula $\clubsuit$
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 spadesuit
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\spadesuit$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 bigstar
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\bigstar$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 blacklozenge
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\blacklozenge$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 blacktriangle
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\blacktriangle$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 blacktiangledown
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\blacktriangledown$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 bullet
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\bullet$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 </lyxtabular>
22666
22667 \end_inset
22668
22669
22670 \begin_inset Tabular
22671 <lyxtabular version="3" rows="10" columns="2">
22672 <features tabularvalignment="middle">
22673 <column alignment="center" valignment="top" width="0pt">
22674 <column alignment="center" valignment="top" width="0pt">
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 Command
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 Result
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 diamondsuit
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\diamondsuit$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 Diamond
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\Diamond$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 heartsuit
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\heartsuit$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 P
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\P$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 copyright
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\copyright$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 <row>
22821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \backslash
22827 circledR
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 \begin_inset Formula $\circledR$
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \backslash
22852 maltese
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Formula $\maltese$
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 </row>
22870 <row>
22871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875
22876 \backslash
22877 diagup
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 \begin_inset Formula $\diagup$
22887 \end_inset
22888
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \backslash
22902 diagdown
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 \begin_inset Formula $\diagdown$
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 </row>
22920 </lyxtabular>
22921
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \begin_layout Standard
22928 \begin_inset VSpace medskip
22929 \end_inset
22930
22931 More symbols are listed in 
22932 \begin_inset CommandInset ref
22933 LatexCommand ref
22934 reference "sub:Miscellaneous-special-Characters"
22935
22936 \end_inset
22937
22938 .
22939 \end_layout
22940
22941 \begin_layout Standard
22942 Some symbols can be displayed in different sizes, see 
22943 \begin_inset CommandInset ref
22944 LatexCommand ref
22945 reference "sub:Font-Sizes"
22946
22947 \end_inset
22948
22949 .
22950 \end_layout
22951
22952 \begin_layout Subsection
22953 The Euro-Symbol €
22954 \begin_inset Index idx
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958 Symbols ! Euro-symbol
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \begin_inset Index idx
22965 status collapsed
22966
22967 \begin_layout Plain Layout
22968
22969 \backslash
22970 @
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 officialeuro
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \begin_layout Standard
22992 To use the Euro symbol in formulas, the LaTeX-package 
22993 \series bold
22994 eurosym
22995 \series default
22996
22997 \begin_inset Index idx
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001 Packages ! eurosym
23002 \end_layout
23003
23004 \end_inset
23005
23006  must be installed and loaded with the LaTeX-preamble line
23007 \end_layout
23008
23009 \begin_layout Standard
23010
23011 \series bold
23012
23013 \backslash
23014 usepackage[gennarrow]{eurosym}
23015 \end_layout
23016
23017 \begin_layout Standard
23018 The Euro symbol can now be inserted with the command 
23019 \series bold
23020
23021 \backslash
23022 euro
23023 \series default
23024
23025 \begin_inset Index idx
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029 Commands ! E ! 
23030 \backslash
23031 euro
23032 \end_layout
23033
23034 \end_inset
23035
23036 .
23037 \end_layout
23038
23039 \begin_layout Standard
23040 The Euro symbol can directly be inserted with the € key in mathematical
23041  text, without having 
23042 \series bold
23043 eurosym
23044 \series default
23045  installed.
23046  When 
23047 \series bold
23048 eurosym
23049 \series default
23050  is installed, 
23051 \series bold
23052
23053 \backslash
23054 euro
23055 \series default
23056  can also be inserted in TeX-mode.
23057  The official currency symbol can then be inserted with the command 
23058 \series bold
23059
23060 \backslash
23061 officialeuro
23062 \series default
23063
23064 \begin_inset Index idx
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 Commands ! O ! 
23069 \backslash
23070 officialeuro
23071 \end_layout
23072
23073 \end_inset
23074
23075 , that is only available in TeX-mode.
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset ERT
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083
23084
23085 \backslash
23086 ifeurosym 
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \begin_inset Note Note
23093 status open
23094
23095 \begin_layout Plain Layout
23096 The following table will only be displayed when the LaTeX-package 
23097 \series bold
23098 eurosym
23099 \series default
23100  is installed.
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \begin_layout Standard
23109 An overview about the different Euro symbols:
23110 \end_layout
23111
23112 \begin_layout Standard
23113 \align center
23114 \begin_inset Tabular
23115 <lyxtabular version="3" rows="4" columns="3">
23116 <features tabularvalignment="middle">
23117 <column alignment="center" valignment="top" width="0pt">
23118 <column alignment="center" valignment="top" width="0pt">
23119 <column alignment="center" valignment="top" width="0pt">
23120 <row>
23121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134 Command 
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143 Result
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154 formula
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 euro
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\euro$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188 mathematical text
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23194 \begin_inset Text
23195
23196 \begin_layout Plain Layout
23197
23198 \end_layout
23199
23200 \end_inset
23201 </cell>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206 \begin_inset Formula $\mbox{€}$
23207 \end_inset
23208
23209
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220 TeX-mode
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 officialeuro
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 officialeuro
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 </lyxtabular>
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 else 
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Note Note
23280 status open
23281
23282 \begin_layout Plain Layout
23283 The following will be displayed when the LaTeX-package 
23284 \series bold
23285 eurosym
23286 \series default
23287  is not installed:
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 You need to install the LaTeX-package 
23297 \series bold
23298 eurosym
23299 \series default
23300  to see the rest of this subsection in the output.
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset ERT
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308
23309
23310 \backslash
23311 fi 
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Section
23320 Relations
23321 \begin_inset CommandInset label
23322 LatexCommand label
23323 name "sec:Relations"
23324
23325 \end_inset
23326
23327
23328 \begin_inset Index idx
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332 Relations
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \begin_inset Index idx
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342 Comparisons|see
23343 \begin_inset ERT
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347
23348 {
23349 \end_layout
23350
23351 \end_inset
23352
23353 Relations
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359 }
23360 \end_layout
23361
23362 \end_inset
23363
23364
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \begin_layout Standard
23373 All relations can also be inserted via the toolbar button 
23374 \begin_inset Graphics
23375         filename ../images/math/leq.png
23376         scale 85
23377
23378 \end_inset
23379
23380 .
23381 \end_layout
23382
23383 \begin_layout Standard
23384 \begin_inset space \hfill{}
23385 \end_inset
23386
23387
23388 \begin_inset Tabular
23389 <lyxtabular version="3" rows="17" columns="2">
23390 <features tabularvalignment="middle">
23391 <column alignment="center" valignment="top" width="0pt">
23392 <column alignment="center" valignment="top" width="0pt">
23393 <row>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 Command
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 Result
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 <
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $<$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 le
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\le$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 ll
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\ll$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 prec
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\prec$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 preceq
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\preceq$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 subset
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\subset$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 subseteq
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\subseteq$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 sqsubseteq
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\sqsubseteq$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 in
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\in$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 vdash
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\vdash$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 smile
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\smile$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 lhd
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\lhd$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 unlhd
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\unlhd$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 <row>
23737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23738 \begin_inset Text
23739
23740 \begin_layout Plain Layout
23741
23742 \backslash
23743 gtrless
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 \begin_inset Formula $\gtrless$
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 </row>
23761 <row>
23762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \backslash
23768 mid
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $\mid$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791
23792 \backslash
23793 nmid
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $\nmid$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 </lyxtabular>
23812
23813 \end_inset
23814
23815
23816 \begin_inset space \hfill{}
23817 \end_inset
23818
23819
23820 \begin_inset Tabular
23821 <lyxtabular version="3" rows="17" columns="2">
23822 <features tabularvalignment="middle">
23823 <column alignment="center" valignment="top" width="0pt">
23824 <column alignment="center" valignment="top" width="0pt">
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 Command
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 Result
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 </row>
23845 <row>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 =
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $=$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 not=
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\not=$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 equiv
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\equiv$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 sim
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\sim$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 simeq
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\simeq$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 approx
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\approx$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 cong
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\cong$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 bowtie
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\bowtie$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 notin
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\notin$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 perp
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $\perp$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 propto
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\propto$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 <row>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 asymp
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $\asymp$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 <row>
24144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \backslash
24150 doteq
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Formula $\doteq$
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 </row>
24168 <row>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173
24174 \backslash
24175 circeq
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184 \begin_inset Formula $\circeq$
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 </row>
24193 <row>
24194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24195 \begin_inset Text
24196
24197 \begin_layout Plain Layout
24198
24199 \backslash
24200 models
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 \begin_inset Formula $\models$
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 widehat=
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 \begin_inset Formula $\widehat{=}$
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 </lyxtabular>
24244
24245 \end_inset
24246
24247
24248 \begin_inset space \hfill{}
24249 \end_inset
24250
24251
24252 \begin_inset Tabular
24253 <lyxtabular version="3" rows="17" columns="2">
24254 <features tabularvalignment="middle">
24255 <column alignment="center" valignment="top" width="0pt">
24256 <column alignment="center" valignment="top" width="0pt">
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 Command
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 Result
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 </row>
24277 <row>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 >
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $>$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 ge
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $\ge$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 <row>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 gg
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Formula $\gg$
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 succ
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 \begin_inset Formula $\succ$
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 succeq
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $\succeq$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 supset
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Formula $\supset$
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 supseteq
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\supseteq$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 <row>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 sqsupseteq
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 \begin_inset Formula $\sqsupseteq$
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 </row>
24475 <row>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 ni
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Formula $\ni$
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 dashv
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516 \begin_inset Formula $\dashv$
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 frown
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 \begin_inset Formula $\frown$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 rhd
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 \begin_inset Formula $\rhd$
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 unrhd
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 \begin_inset Formula $\unrhd$
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 <row>
24601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605
24606 \backslash
24607 lessgtr
24608 \end_layout
24609
24610 \end_inset
24611 </cell>
24612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 \begin_inset Formula $\lessgtr$
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 </row>
24625 <row>
24626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24627 \begin_inset Text
24628
24629 \begin_layout Plain Layout
24630
24631 \backslash
24632 parallel
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 \begin_inset Formula $\parallel$
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 </row>
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 nparallel
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666 \begin_inset Formula $\nparallel$
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \end_inset
24673 </cell>
24674 </row>
24675 </lyxtabular>
24676
24677 \end_inset
24678
24679
24680 \begin_inset space \hfill{}
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \begin_inset VSpace medskip
24688 \end_inset
24689
24690 The characters 
24691 \series bold
24692
24693 \backslash
24694 lhd
24695 \series default
24696  and 
24697 \series bold
24698
24699 \backslash
24700 rhd
24701 \series default
24702  are bigger than the equal looking operators 
24703 \series bold
24704
24705 \backslash
24706 triangleleft
24707 \series default
24708  and 
24709 \series bold
24710
24711 \backslash
24712 triangleright
24713 \series default
24714 , respectively.
24715 \end_layout
24716
24717 \begin_layout Standard
24718 Relations are, in contrary to symbols, always surrounded by space.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Relations with labels can be created with the command 
24723 \series bold
24724
24725 \backslash
24726 stackrel
24727 \series default
24728
24729 \begin_inset Index idx
24730 status collapsed
24731
24732 \begin_layout Plain Layout
24733 Commands ! S ! 
24734 \backslash
24735 stackrel
24736 \end_layout
24737
24738 \end_inset
24739
24740 :
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \align center
24745 \begin_inset Tabular
24746 <lyxtabular version="3" rows="2" columns="2">
24747 <features tabularvalignment="middle">
24748 <column alignment="center" valignment="top" width="0">
24749 <column alignment="center" valignment="top" width="0">
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 Command
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764 Result
24765 \begin_inset Note Note
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770 \series bold
24771
24772 \backslash
24773 raisebox
24774 \series default
24775  is only used as spacer.
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \end_inset
24784 </cell>
24785 </row>
24786 <row>
24787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 A(r)
24792 \backslash
24793 stackrel
24794 \begin_inset ERT
24795 status collapsed
24796
24797 \begin_layout Plain Layout
24798
24799
24800 \backslash
24801 spce 
24802 \end_layout
24803
24804 \end_inset
24805
24806 r
24807 \backslash
24808 to
24809 \backslash
24810 infty
24811 \begin_inset ERT
24812 status collapsed
24813
24814 \begin_layout Plain Layout
24815
24816
24817 \backslash
24818 spce 
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Formula $\downarrow$
24825 \end_inset
24826
24827
24828 \backslash
24829 approx
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834
24835
24836 \backslash
24837 spce 
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \begin_inset ERT
24844 status collapsed
24845
24846 \begin_layout Plain Layout
24847
24848
24849 \backslash
24850 spce 
24851 \end_layout
24852
24853 \end_inset
24854
24855 B
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 </lyxtabular>
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Section
24881 Functions
24882 \end_layout
24883
24884 \begin_layout Subsection
24885 Predefined Functions
24886 \begin_inset CommandInset label
24887 LatexCommand label
24888 name "sub:Predefined-Functions"
24889
24890 \end_inset
24891
24892
24893 \begin_inset Index idx
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Functions ! predefined
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 In general, variables are set 
24907 \emph on
24908 italic
24909 \emph default
24910  in mathematical expressions, but not function names, because 
24911 \begin_inset Formula $sin$
24912 \end_inset
24913
24914  could be misunderstood as 
24915 \begin_inset Formula $s\cdot i\cdot n$
24916 \end_inset
24917
24918 .
24919  Therefore there are predefined functions, that are additionally a bit separated
24920  from prefactors.
24921  They are inserted as commands starting with a backslash before their name.
24922 \end_layout
24923
24924 \begin_layout Standard
24925 \align center
24926 \begin_inset Tabular
24927 <lyxtabular version="3" rows="2" columns="4">
24928 <features tabularvalignment="middle">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <column alignment="center" valignment="top" width="0pt">
24931 <column alignment="center" valignment="top" width="0pt">
24932 <column alignment="center" valignment="top" width="0pt">
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 Command
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 Result
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
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 Command
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 Result
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 </row>
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 Asin(x)+B
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 \begin_inset Formula $Asin(x)+B$
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 A
24998 \backslash
24999 sin(x)+B
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 \begin_inset Formula $A\sin(x)+B$
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \end_inset
25015 </cell>
25016 </row>
25017 </lyxtabular>
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 The following functions are predefined:
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset VSpace -2mm
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \align center
25037 \begin_inset Tabular
25038 <lyxtabular version="3" rows="9" columns="4">
25039 <features tabularvalignment="middle">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <column alignment="center" valignment="top" width="0pt">
25044 <row>
25045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049 Command
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058 Command
25059 \end_layout
25060
25061 \end_inset
25062 </cell>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Command
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Command
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 sin
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 sinh
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 arcsin
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 sup
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 </row>
25128 <row>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 cos
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 cosh
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 arccos
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 inf
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 tan
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 tanh
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 arctan
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 lim
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 cot
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 coth
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 arg
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 liminf
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 sec
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 min
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 deg
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 limsup
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 </row>
25312 <row>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 csc
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 max
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 det
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 Pr
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 ln
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 exp
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 dim
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \backslash
25398 hom
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 <row>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409
25410 \backslash
25411 lg
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 log
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431
25432 \backslash
25433 ker
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442
25443 \backslash
25444 gcd
25445 \end_layout
25446
25447 \end_inset
25448 </cell>
25449 </row>
25450 </lyxtabular>
25451
25452 \end_inset
25453
25454
25455 \end_layout
25456
25457 \begin_layout Standard
25458 They can also be inserted with the math toolbar button 
25459 \begin_inset Graphics
25460         filename ../images/math/functions.png
25461         scale 85
25462
25463 \end_inset
25464
25465 .
25466 \end_layout
25467
25468 \begin_layout Subsection
25469 Self-defined Functions
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 Functions ! self-defined
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 To use a function that is not predefined, like for example the sign function
25484  sgn(x), there are two possibilities:
25485 \end_layout
25486
25487 \begin_layout Itemize
25488 Define the function by inserting the following line to the LaTeX-preamble
25489 \begin_inset Foot
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 For more about 
25494 \series bold
25495
25496 \backslash
25497 DeclareMathOperator
25498 \series default
25499  see 
25500 \begin_inset CommandInset ref
25501 LatexCommand ref
25502 reference "sub:Self-defined-Operators"
25503
25504 \end_inset
25505
25506 .
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \begin_inset Newline newline
25513 \end_inset
25514
25515
25516 \begin_inset VSpace -3mm
25517 \end_inset
25518
25519
25520 \begin_inset Newline newline
25521 \end_inset
25522
25523
25524 \series bold
25525
25526 \backslash
25527 DeclareMathOperator{
25528 \backslash
25529 sgn}{sgn}
25530 \series default
25531
25532 \begin_inset Index idx
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Commands ! D ! 
25537 \backslash
25538 dbinom@
25539 \backslash
25540 DeclareMathOperator
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \begin_inset Newline newline
25547 \end_inset
25548
25549
25550 \begin_inset VSpace -2mm
25551 \end_inset
25552
25553
25554 \begin_inset Newline newline
25555 \end_inset
25556
25557 Now the new defined function can be called with the command 
25558 \series bold
25559
25560 \backslash
25561 sgn
25562 \series default
25563 .
25564 \end_layout
25565
25566 \begin_layout Itemize
25567 Write the formula as usual, mark the formula name, in our example the letters
25568  
25569 \emph on
25570 sgn
25571 \emph default
25572 , and change it to mathematical text.
25573  At last a space is inserted between prefactor and function.
25574 \end_layout
25575
25576 \begin_layout Standard
25577 The result is the same with both methods as with a predefined function
25578 \begin_inset Foot
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 In LyX self-defined functions are displayed red, predefined ones black.
25583 \end_layout
25584
25585 \end_inset
25586
25587 :
25588 \end_layout
25589
25590 \begin_layout Standard
25591 \align center
25592 \begin_inset Tabular
25593 <lyxtabular version="3" rows="3" columns="2">
25594 <features tabularvalignment="middle">
25595 <column alignment="center" valignment="top" width="0pt">
25596 <column alignment="center" valignment="top" width="0pt">
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 Command
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611 Result
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 </row>
25617 <row>
25618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25619 \begin_inset Text
25620
25621 \begin_layout Plain Layout
25622 A
25623 \backslash
25624 sgn(x)+B
25625 \end_layout
25626
25627 \end_inset
25628 </cell>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 \begin_inset Formula $A\sgn(x)+B$
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 </row>
25642 <row>
25643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25644 \begin_inset Text
25645
25646 \begin_layout Plain Layout
25647 A
25648 \backslash
25649 ,
25650 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25651 \end_inset
25652
25653 (x)+B
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 </lyxtabular>
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Standard
25679 The first method is more suitable when the self-defined function should
25680  be used several times.
25681 \end_layout
25682
25683 \begin_layout Subsection
25684 Limits
25685 \begin_inset Index idx
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689 Limits
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 For limits there are defined besides 
25699 \series bold
25700
25701 \backslash
25702 lim
25703 \series default
25704
25705 \begin_inset Index idx
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709 Commands ! L ! 
25710 \backslash
25711 lim
25712 \end_layout
25713
25714 \end_inset
25715
25716
25717 \series bold
25718
25719 \backslash
25720 liminf
25721 \series default
25722  and 
25723 \series bold
25724
25725 \backslash
25726 limsup
25727 \series default
25728  furthermore the following functions:
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \align center
25733 \begin_inset Tabular
25734 <lyxtabular version="3" rows="5" columns="2">
25735 <features tabularvalignment="middle">
25736 <column alignment="center" valignment="top" width="0">
25737 <column alignment="center" valignment="top" width="0">
25738 <row>
25739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743 Command
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 Result
25753 \begin_inset Note Note
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758 \series bold
25759
25760 \backslash
25761 raisebox
25762 \series default
25763  is only used as spacer.
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779
25780 \backslash
25781 varliminf
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Formula $\varliminf$
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 varlimsup
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Formula $\varlimsup$
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 varprojlim
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset Formula $\varprojlim$
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 varinjlim
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865 \begin_inset Formula $\varinjlim$
25866 \end_inset
25867
25868
25869 \begin_inset Formula $\raisebox{-2.5mm}{}$
25870 \end_inset
25871
25872
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 </row>
25878 </lyxtabular>
25879
25880 \end_inset
25881
25882
25883 \end_layout
25884
25885 \begin_layout Standard
25886 \begin_inset VSpace medskip
25887 \end_inset
25888
25889 The limit is created by inserting a subscript.
25890  It is set right beside the function in an inline formula:
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \align center
25895 \begin_inset Tabular
25896 <lyxtabular version="3" rows="2" columns="2">
25897 <features tabularvalignment="middle">
25898 <column alignment="center" valignment="top" width="0pt">
25899 <column alignment="center" valignment="top" width="0pt">
25900 <row>
25901 <cell alignment="center" valignment="top" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 Command
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 <cell alignment="center" valignment="top" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 \begin_inset space \hspace{}
25915 \length 1cm
25916 \end_inset
25917
25918 Result
25919 \begin_inset Note Note
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923 The space and
25924 \series bold
25925  
25926 \backslash
25927 raisebox
25928 \series default
25929  are used here as spacer.
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="center" valignment="top" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945
25946 \backslash
25947 lim_x
25948 \backslash
25949 to
25950 \begin_inset ERT
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954
25955
25956 \backslash
25957 spce 
25958 \end_layout
25959
25960 \end_inset
25961
25962 A
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 spce 
25971 \end_layout
25972
25973 \end_inset
25974
25975 x=B
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 </lyxtabular>
25994
25995 \end_inset
25996
25997
25998 \end_layout
25999
26000 \begin_layout Standard
26001 In a displayed formula the limit is set below the formula, as usual:
26002 \begin_inset Formula 
26003 \[
26004 \lim_{x\to A}x=B
26005 \]
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Subsection
26013 Modulo-Functions
26014 \begin_inset Index idx
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018 Functions ! modulo-
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Standard
26027 The modulo-function is special, because it exists in four variants.
26028  The variants in a displayed formula are:
26029 \begin_inset Formula 
26030 \begin{align*}
26031 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26032 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26033 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26034 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26035 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26036 \end{align*}
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \begin_layout Standard
26044 In an inline formula less space is set before the function names for all
26045  variants.
26046  By default the modulo-functions take only the first following character
26047  into account.
26048  To use more than one character, one has to put them into TeX-braces:
26049 \begin_inset Formula 
26050 \begin{align*}
26051 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26052 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26053 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26054 \end{align*}
26055
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \begin_layout Section
26062 Special Characters
26063 \begin_inset Index idx
26064 status collapsed
26065
26066 \begin_layout Plain Layout
26067 Special characters
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Subsection
26076 Special Characters in Mathematical Text
26077 \end_layout
26078
26079 \begin_layout Standard
26080 The following commands can only be used in mathematical text or in TeX-mode:
26081 \end_layout
26082
26083 \begin_layout Standard
26084 \begin_inset space \hfill{}
26085 \end_inset
26086
26087
26088 \begin_inset Tabular
26089 <lyxtabular version="3" rows="8" columns="2">
26090 <features tabularvalignment="middle">
26091 <column alignment="block" valignment="top" width="0">
26092 <column alignment="block" valignment="top" width="0">
26093 <row>
26094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26095 \begin_inset Text
26096
26097 \begin_layout Plain Layout
26098 Command
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 Result
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 </row>
26113 <row>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118
26119 \backslash
26120 oe
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 \begin_inset Formula $\textrm{œ}$
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 </row>
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143
26144 \backslash
26145 OE
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 \begin_inset Formula $\textrm{Œ}$
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 ae
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Formula $\textrm{æ}$
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 </row>
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193
26194 \backslash
26195 AE
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 \begin_inset Formula $\textrm{Æ}$
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218
26219 \backslash
26220 aa
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 \begin_inset Formula $\textrm{\aa}$
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 AA
26246 \begin_inset Index idx
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251 \backslash
26252 @
26253 \begin_inset ERT
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258
26259 \backslash
26260 textrm{
26261 \backslash
26262 AA}
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset Formula $\textrm{Å}$
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 </row>
26290 <row>
26291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295
26296 \backslash
26297 i
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 \begin_inset Formula $\textrm{ı}$
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \end_inset
26313 </cell>
26314 </row>
26315 </lyxtabular>
26316
26317 \end_inset
26318
26319
26320 \begin_inset space \hfill{}
26321 \end_inset
26322
26323
26324 \begin_inset Tabular
26325 <lyxtabular version="3" rows="8" columns="2">
26326 <features tabularvalignment="middle">
26327 <column alignment="block" valignment="top" width="0">
26328 <column alignment="center" valignment="top" width="0">
26329 <row>
26330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 command
26335 \begin_inset Note Note
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 The space of 0
26340 \begin_inset space \thinspace{}
26341 \end_inset
26342
26343 mm is used for separation, because otherwise the output will be ¡ and ¿
26344  respectively.
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26355 \begin_inset Text
26356
26357 \begin_layout Plain Layout
26358 Result
26359 \end_layout
26360
26361 \end_inset
26362 </cell>
26363 </row>
26364 <row>
26365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26366 \begin_inset Text
26367
26368 \begin_layout Plain Layout
26369
26370 \backslash
26371 o
26372 \end_layout
26373
26374 \end_inset
26375 </cell>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380 \begin_inset Formula $\textrm{ø}$
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 O
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset Formula $\textrm{Ø}$
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 l
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{ł}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444
26445 \backslash
26446 L
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26452 \begin_inset Text
26453
26454 \begin_layout Plain Layout
26455 \begin_inset Formula $\textrm{Ł}$
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \end_inset
26462 </cell>
26463 </row>
26464 <row>
26465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26466 \begin_inset Text
26467
26468 \begin_layout Plain Layout
26469 !
26470 \begin_inset space \hspace{}
26471 \length 0mm
26472 \end_inset
26473
26474 `
26475 \begin_inset ERT
26476 status collapsed
26477
26478 \begin_layout Plain Layout
26479
26480
26481 \backslash
26482 spce 
26483 \end_layout
26484
26485 \end_inset
26486
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset Formula $\textrm{!`}$
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 <row>
26506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 ?
26511 \begin_inset space \hspace{}
26512 \length 0mm
26513 \end_inset
26514
26515 `
26516 \begin_inset ERT
26517 status collapsed
26518
26519 \begin_layout Plain Layout
26520
26521
26522 \backslash
26523 spce 
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26534 \begin_inset Text
26535
26536 \begin_layout Plain Layout
26537 \begin_inset Formula $\textrm{?`}$
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 <row>
26547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \backslash
26553 j
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset Formula $\textrm{ȷ}$
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 </row>
26571 </lyxtabular>
26572
26573 \end_inset
26574
26575
26576 \begin_inset space \hfill{}
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \begin_layout Standard
26583 The characters 
26584 \begin_inset Formula $\textrm{\textrm{Å}}$
26585 \end_inset
26586
26587  and 
26588 \begin_inset Formula $\textrm{\textrm{Ø}}$
26589 \end_inset
26590
26591  can also be inserted via the math toolbar button 
26592 \begin_inset Graphics
26593         filename ../images/math/digamma.png
26594         scale 85
26595
26596 \end_inset
26597
26598 .
26599 \end_layout
26600
26601 \begin_layout Standard
26602 An exception are the commands 
26603 \series bold
26604 !
26605 \begin_inset space \hspace{}
26606 \length 0mm
26607 \end_inset
26608
26609 `
26610 \series default
26611  and 
26612 \series bold
26613 ?
26614 \begin_inset space \hspace{}
26615 \length 0mm
26616 \end_inset
26617
26618 `
26619 \series default
26620 , because they can be inserted in LyX directly to text.
26621 \end_layout
26622
26623 \begin_layout Subsection
26624 Accents in Text
26625 \begin_inset CommandInset label
26626 LatexCommand label
26627 name "sub:Accents-in-Text"
26628
26629 \end_inset
26630
26631
26632 \begin_inset Index idx
26633 status collapsed
26634
26635 \begin_layout Plain Layout
26636 Accents ! in text
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 With the following commands all letters can be accented.
26646  The commands must be inserted in TeX-mode.
26647 \end_layout
26648
26649 \begin_layout Standard
26650 \begin_inset space \hfill{}
26651 \end_inset
26652
26653
26654 \begin_inset Tabular
26655 <lyxtabular version="3" rows="8" columns="2">
26656 <features tabularvalignment="middle">
26657 <column alignment="block" valignment="top" width="0">
26658 <column alignment="block" valignment="top" width="0">
26659 <row>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 Command
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 Result
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 </row>
26679 <row>
26680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684
26685 \backslash
26686
26687 \begin_inset Quotes grd
26688 \end_inset
26689
26690 e
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 "e
26707 \end_layout
26708
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 </row>
26717 <row>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722
26723 \backslash
26724 `e
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26730 \begin_inset Text
26731
26732 \begin_layout Plain Layout
26733 \begin_inset ERT
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737
26738
26739 \backslash
26740 `e
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 </row>
26751 <row>
26752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756
26757 \backslash
26758 ^
26759 \begin_inset ERT
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763
26764
26765 \backslash
26766 spce 
26767 \end_layout
26768
26769 \end_inset
26770
26771 e
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 ^e
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 </row>
26798 <row>
26799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803
26804 \backslash
26805 =e
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 \begin_inset ERT
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818
26819
26820 \backslash
26821 =e
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 </row>
26832 <row>
26833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837
26838 \backslash
26839 u
26840 \begin_inset ERT
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844
26845
26846 \backslash
26847 spce 
26848 \end_layout
26849
26850 \end_inset
26851
26852 e
26853 \end_layout
26854
26855 \end_inset
26856 </cell>
26857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26858 \begin_inset Text
26859
26860 \begin_layout Plain Layout
26861 \begin_inset ERT
26862 status collapsed
26863
26864 \begin_layout Plain Layout
26865
26866
26867 \backslash
26868 u e
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 </row>
26879 <row>
26880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884
26885 \backslash
26886 b
26887 \begin_inset ERT
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891
26892
26893 \backslash
26894 spce 
26895 \end_layout
26896
26897 \end_inset
26898
26899 e
26900 \end_layout
26901
26902 \end_inset
26903 </cell>
26904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26905 \begin_inset Text
26906
26907 \begin_layout Plain Layout
26908 \begin_inset ERT
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 b e
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \end_inset
26924 </cell>
26925 </row>
26926 <row>
26927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931
26932 \backslash
26933 t
26934 \begin_inset ERT
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939
26940 \backslash
26941 spce 
26942 \end_layout
26943
26944 \end_inset
26945
26946 ee
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 t ee
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 </lyxtabular>
26974
26975 \end_inset
26976
26977
26978 \begin_inset space \hfill{}
26979 \end_inset
26980
26981
26982 \begin_inset Tabular
26983 <lyxtabular version="3" rows="8" columns="2">
26984 <features tabularvalignment="middle">
26985 <column alignment="block" valignment="top" width="0">
26986 <column alignment="center" valignment="top" width="0">
26987 <row>
26988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992 Command
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 Result
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 </row>
27007 <row>
27008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Plain Layout
27012
27013 \backslash
27014 H
27015 \begin_inset ERT
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019
27020
27021 \backslash
27022 spce 
27023 \end_layout
27024
27025 \end_inset
27026
27027 e
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036 \begin_inset ERT
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040
27041
27042 \backslash
27043 H e
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \end_inset
27052 </cell>
27053 </row>
27054 <row>
27055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059
27060 \backslash
27061 'e
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 \begin_inset ERT
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074
27075
27076 \backslash
27077 'e
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 </row>
27088 <row>
27089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093
27094 \backslash
27095 ~e
27096 \begin_inset Index idx
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100 Tilde
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \end_inset
27109 </cell>
27110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27111 \begin_inset Text
27112
27113 \begin_layout Plain Layout
27114 \begin_inset ERT
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118
27119
27120 \backslash
27121 ~e
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \end_inset
27130 </cell>
27131 </row>
27132 <row>
27133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137
27138 \backslash
27139 .e
27140 \end_layout
27141
27142 \end_inset
27143 </cell>
27144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27145 \begin_inset Text
27146
27147 \begin_layout Plain Layout
27148 \begin_inset ERT
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 .e
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 </row>
27166 <row>
27167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171
27172 \backslash
27173 v
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 spce 
27182 \end_layout
27183
27184 \end_inset
27185
27186 e
27187 \end_layout
27188
27189 \end_inset
27190 </cell>
27191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 \begin_inset ERT
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199
27200
27201 \backslash
27202 v e
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \end_inset
27211 </cell>
27212 </row>
27213 <row>
27214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218
27219 \backslash
27220 d
27221 \begin_inset ERT
27222 status collapsed
27223
27224 \begin_layout Plain Layout
27225
27226
27227 \backslash
27228 spce 
27229 \end_layout
27230
27231 \end_inset
27232
27233 e
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242 \begin_inset ERT
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246
27247
27248 \backslash
27249 d e
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \end_inset
27258 </cell>
27259 </row>
27260 <row>
27261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27262 \begin_inset Text
27263
27264 \begin_layout Plain Layout
27265
27266 \backslash
27267 c
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 spce 
27276 \end_layout
27277
27278 \end_inset
27279
27280 e
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27286 \begin_inset Text
27287
27288 \begin_layout Plain Layout
27289 \begin_inset ERT
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294
27295 \backslash
27296 c e
27297 \end_layout
27298
27299 \end_inset
27300
27301
27302 \end_layout
27303
27304 \end_inset
27305 </cell>
27306 </row>
27307 </lyxtabular>
27308
27309 \end_inset
27310
27311
27312 \begin_inset space \hfill{}
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Standard
27319 \begin_inset VSpace medskip
27320 \end_inset
27321
27322 With the command 
27323 \series bold
27324
27325 \backslash
27326 t
27327 \series default
27328  also two different characters can be accented.
27329  The command 
27330 \series bold
27331
27332 \backslash
27333 t
27334 \begin_inset ERT
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338
27339
27340 \backslash
27341 spce 
27342 \end_layout
27343
27344 \end_inset
27345
27346 sz
27347 \series default
27348  creates: 
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 t sz
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Standard
27365 The accents 
27366 \series bold
27367 `
27368 \series default
27369  , 
27370 \series bold
27371 '
27372 \series default
27373  and 
27374 \series bold
27375 ^
27376 \series default
27377  can in combination with vowels directly be inserted with the keyboard without
27378  using TeX-mode.
27379  The same applies for the tilde
27380 \begin_inset Foot
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 This only applies for keyboards where the tilde is defined as accent.
27385 \end_layout
27386
27387 \end_inset
27388
27389  
27390 \series bold
27391 ~
27392 \series default
27393  in combination with 
27394 \emph on
27395 a
27396 \emph default
27397  , 
27398 \emph on
27399 n
27400 \emph default
27401  , or 
27402 \emph on
27403 o
27404 \emph default
27405 .
27406 \end_layout
27407
27408 \begin_layout Standard
27409 The commands 
27410 \series bold
27411
27412 \backslash
27413 b
27414 \series default
27415  , 
27416 \series bold
27417
27418 \backslash
27419 c
27420 \series default
27421  , 
27422 \series bold
27423
27424 \backslash
27425 d
27426 \series default
27427  , 
27428 \series bold
27429
27430 \backslash
27431 H
27432 \series default
27433  , 
27434 \series bold
27435
27436 \backslash
27437 t
27438 \series default
27439  , 
27440 \series bold
27441
27442 \backslash
27443 u
27444 \series default
27445  , 
27446 \series bold
27447
27448 \backslash
27449 v
27450 \series default
27451  and accents that are inserted directly with the keyboard are also available
27452  in mathematical text.
27453  For the other accents there are special math commands to be used in formulas,
27454  see 
27455 \begin_inset CommandInset ref
27456 LatexCommand ref
27457 reference "sub:Accents-for-one"
27458
27459 \end_inset
27460
27461 .
27462 \end_layout
27463
27464 \begin_layout Standard
27465 \begin_inset VSpace bigskip
27466 \end_inset
27467
27468 Furthermore, with the command 
27469 \series bold
27470
27471 \backslash
27472 textcircled
27473 \series default
27474
27475 \begin_inset Index idx
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 Commands ! T ! 
27480 \backslash
27481 textcircled
27482 \end_layout
27483
27484 \end_inset
27485
27486  all numbers and letters can be set into a circle, quasi accented with a
27487  circle, similar to the copyright symbol.
27488 \end_layout
27489
27490 \begin_layout Standard
27491 \align center
27492 \begin_inset Tabular
27493 <lyxtabular version="3" rows="3" columns="2">
27494 <features tabularvalignment="middle">
27495 <column alignment="center" valignment="top" width="0">
27496 <column alignment="center" valignment="top" width="0">
27497 <row>
27498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502 Command
27503 \end_layout
27504
27505 \end_inset
27506 </cell>
27507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511 Result
27512 \begin_inset Note Note
27513 status collapsed
27514
27515 \begin_layout Plain Layout
27516
27517 \series bold
27518
27519 \backslash
27520 raisebox
27521 \series default
27522  is only used as spacer.
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \end_inset
27531 </cell>
27532 </row>
27533 <row>
27534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27535 \begin_inset Text
27536
27537 \begin_layout Plain Layout
27538
27539 \backslash
27540 textcircled{w}
27541 \end_layout
27542
27543 \end_inset
27544 </cell>
27545 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27546 \begin_inset Text
27547
27548 \begin_layout Plain Layout
27549 \begin_inset ERT
27550 status collapsed
27551
27552 \begin_layout Plain Layout
27553
27554
27555 \backslash
27556 textcircled{w}
27557 \end_layout
27558
27559 \end_inset
27560
27561
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 </row>
27567 <row>
27568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27569 \begin_inset Text
27570
27571 \begin_layout Plain Layout
27572
27573 \backslash
27574 Large 
27575 \backslash
27576 textcircled{
27577 \backslash
27578 normalsize
27579 \backslash
27580 protect
27581 \backslash
27582 raisebox{-1.5pt}{W}}
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 \begin_inset Formula $\raisebox{4.5mm}{}$
27592 \end_inset
27593
27594
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 Large 
27603 \backslash
27604 textcircled{
27605 \backslash
27606 normalsize
27607 \backslash
27608 protect
27609 \backslash
27610 raisebox{-1.5pt}W}
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \begin_inset Formula $\raisebox{-2mm}{}$
27617 \end_inset
27618
27619
27620 \end_layout
27621
27622 \end_inset
27623 </cell>
27624 </row>
27625 </lyxtabular>
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 One has to take care that the character fits in the circle.
27634  
27635 \series bold
27636
27637 \backslash
27638 Large
27639 \series default
27640
27641 \begin_inset Foot
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 see 
27646 \begin_inset CommandInset ref
27647 LatexCommand ref
27648 reference "sub:Font-Sizes"
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \end_inset
27656
27657  specifies thereby the size of the circle.
27658  With the help of 
27659 \series bold
27660
27661 \backslash
27662 raisebox
27663 \series default
27664
27665 \begin_inset Foot
27666 status collapsed
27667
27668 \begin_layout Plain Layout
27669 see 
27670 \begin_inset CommandInset ref
27671 LatexCommand ref
27672 reference "sub:Boxes-without-Frame"
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \end_inset
27680
27681  the character can be centered.
27682 \end_layout
27683
27684 \begin_layout Subsection
27685 Old-style Figures
27686 \begin_inset Index idx
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690 Old-style Figures
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 Old-style figures (also known as old-style numerals) are created with the
27700  command 
27701 \series bold
27702
27703 \backslash
27704 oldstylenums
27705 \series default
27706
27707 \begin_inset Index idx
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 Commands ! O ! 
27712 \backslash
27713 oldstylenums
27714 \end_layout
27715
27716 \end_inset
27717
27718 .
27719  The command can be used in formulas and in TeX-mode.
27720  The command scheme is:
27721 \end_layout
27722
27723 \begin_layout Standard
27724
27725 \series bold
27726
27727 \backslash
27728 oldstylenums{number}
27729 \end_layout
27730
27731 \begin_layout Standard
27732 The command 
27733 \series bold
27734
27735 \backslash
27736 oldstylenums{0123456789
27737 \series default
27738  produces: 
27739 \begin_inset Formula $\oldstylenums{0123456789}$
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Subsection
27746 Miscellaneous special Characters
27747 \begin_inset CommandInset label
27748 LatexCommand label
27749 name "sub:Miscellaneous-special-Characters"
27750
27751 \end_inset
27752
27753
27754 \begin_inset Index idx
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758 Special characters ! miscellaneous
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \end_layout
27765
27766 \begin_layout Standard
27767 The following characters can only be inserted to formulas by using commands:
27768 \end_layout
27769
27770 \begin_layout Standard
27771 \align center
27772 \begin_inset Tabular
27773 <lyxtabular version="3" rows="4" columns="2">
27774 <features tabularvalignment="middle">
27775 <column alignment="center" valignment="top" width="0">
27776 <column alignment="center" valignment="top" width="0">
27777 <row>
27778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 Command
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 Result
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 </row>
27797 <row>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802
27803 \backslash
27804 ^
27805 \begin_inset ERT
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809
27810
27811 \backslash
27812 spce 
27813 \end_layout
27814
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 \begin_inset Formula $\mathcircumflex$
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 </row>
27835 <row>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840
27841 \backslash
27842 _
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851 \begin_inset Formula $\_$
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \end_inset
27858 </cell>
27859 </row>
27860 <row>
27861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27862 \begin_inset Text
27863
27864 \begin_layout Plain Layout
27865 ^
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 spce 
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \backslash
27880 circ
27881 \begin_inset Index idx
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885
27886 \backslash
27887
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \end_layout
27894
27895 \end_inset
27896 </cell>
27897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Plain Layout
27901 \begin_inset Formula $^{\circ}$
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \end_inset
27908 </cell>
27909 </row>
27910 </lyxtabular>
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27919  contains the following line
27920 \begin_inset Foot
27921 status collapsed
27922
27923 \begin_layout Plain Layout
27924 More about this is described in 
27925 \begin_inset CommandInset ref
27926 LatexCommand ref
27927 reference "sub:Text-Characters-in"
27928
27929 \end_inset
27930
27931 .
27932 \end_layout
27933
27934 \end_inset
27935
27936 :
27937 \end_layout
27938
27939 \begin_layout Standard
27940
27941 \series bold
27942
27943 \backslash
27944 DeclareInputtext{176}{
27945 \backslash
27946 ifmmode^
27947 \backslash
27948 circ
27949 \backslash
27950 else
27951 \backslash
27952 textdegree
27953 \backslash
27954 fi}
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset Newpage newpage
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Section
27965 Formula Styles
27966 \begin_inset CommandInset label
27967 LatexCommand label
27968 name "sec:Formula-Styles"
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Formula ! styles
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Itemize
27986 There are two different alignment styles:
27987 \end_layout
27988
27989 \begin_deeper
27990 \begin_layout Description
27991 Centered is the predefined standard
27992 \end_layout
27993
27994 \begin_layout Description
27995 Indented for this the option 
27996 \series bold
27997 fleqn
27998 \series default
27999  must be inserted in the menu 
28000 \family sans
28001 Document\SpecialChar \menuseparator
28002 Settings
28003 \family default
28004  under 
28005 \family sans
28006 Document
28007 \begin_inset space ~
28008 \end_inset
28009
28010 Class
28011 \end_layout
28012
28013 \begin_layout Standard
28014 When 
28015 \series bold
28016 Indented
28017 \series default
28018  is used, the indentation can be adjusted with the length 
28019 \series bold
28020
28021 \backslash
28022 mathindent
28023 \series default
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Commands ! M ! 
28030 \backslash
28031 mathindent
28032 \end_layout
28033
28034 \end_inset
28035
28036 .
28037  Should the distance be 15
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 mm, the following command line is inserted in the LaTeX-preamble
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 mathindent}{15mm}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 When no length is specified, the predefined value of 30
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 pt will be used.
28060 \end_layout
28061
28062 \end_deeper
28063 \begin_layout Itemize
28064 And two different numbering styles:
28065 \end_layout
28066
28067 \begin_deeper
28068 \begin_layout Description
28069 Right is the predefined standard
28070 \end_layout
28071
28072 \begin_layout Description
28073 Left for this the option 
28074 \series bold
28075 leqno
28076 \series default
28077  must be inserted in the menu 
28078 \family sans
28079 Document\SpecialChar \menuseparator
28080 Settings
28081 \family default
28082  under 
28083 \family sans
28084 Document
28085 \begin_inset space ~
28086 \end_inset
28087
28088 Class
28089 \end_layout
28090
28091 \end_deeper
28092 \begin_layout Standard
28093
28094 \series bold
28095 fleqn
28096 \series default
28097  and 
28098 \series bold
28099 leqno
28100 \series default
28101  can also be used together.
28102  In this case both options are inserted, separated by a comma.
28103 \end_layout
28104
28105 \begin_layout Standard
28106 The chosen styles are used for all displayed formulas of the document.
28107  When both, centered and indented formulas should be created in a document,
28108  the style 
28109 \series bold
28110 Centered
28111 \series default
28112  is used.
28113  The indented formulas are then set in a flalign environment, see 
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "sub:Flalign-Environment"
28117
28118 \end_inset
28119
28120 .
28121 \end_layout
28122
28123 \begin_layout Section
28124 Multiline Formulas
28125 \begin_inset CommandInset label
28126 LatexCommand label
28127 name "sec:Multiline-Formulas"
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 Formula ! multiline
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Subsection
28145 General
28146 \end_layout
28147
28148 \begin_layout Standard
28149 In LyX multiline formulas are created by pressing 
28150 \series bold
28151
28152 \begin_inset Info
28153 type  "shortcut"
28154 arg   "newline-insert newline"
28155 \end_inset
28156
28157
28158 \series default
28159  inside a formula.
28160  This creates either an 
28161 \series bold
28162 eqnarray environment
28163 \series default
28164  that is described in 
28165 \begin_inset CommandInset ref
28166 LatexCommand ref
28167 reference "sub:Eqnarray-Environment"
28168
28169 \end_inset
28170
28171  or, when the option 
28172 \family sans
28173 Use AMS math package
28174 \family default
28175  in the document settings is selected, an 
28176 \series bold
28177 align environment
28178 \series default
28179  that is described in 
28180 \begin_inset CommandInset ref
28181 LatexCommand ref
28182 reference "sub:Standard-align-Environment"
28183
28184 \end_inset
28185
28186 .
28187 \end_layout
28188
28189 \begin_layout Standard
28190 There are other multiline formula environments that can be created via the
28191  menu 
28192 \family sans
28193 Insert\SpecialChar \menuseparator
28194 Math
28195 \family default
28196 .
28197  These environments are described in the following sections.
28198 \end_layout
28199
28200 \begin_layout Standard
28201 In all multiline formula environments a new line is created by pressing
28202  
28203 \begin_inset Info
28204 type  "shortcut"
28205 arg   "newline-insert newline"
28206 \end_inset
28207
28208 .
28209  To add or delete lines, the math toolbar buttons 
28210 \begin_inset Graphics
28211         filename ../images/tabular-feature_append-row.png
28212         scale 85
28213
28214 \end_inset
28215
28216  or 
28217 \begin_inset Graphics
28218         filename ../images/tabular-feature_delete-row.png
28219         scale 85
28220
28221 \end_inset
28222
28223 , respectively, or the menu 
28224 \family sans
28225 Edit\SpecialChar \menuseparator
28226 Rows & Columns
28227 \family default
28228  can be used.
28229 \end_layout
28230
28231 \begin_layout Subsubsection
28232 Line Separation
28233 \begin_inset CommandInset label
28234 LatexCommand label
28235 name "sub:Line-Separation"
28236
28237 \end_inset
28238
28239
28240 \begin_inset Index idx
28241 status collapsed
28242
28243 \begin_layout Plain Layout
28244 Formula ! multiline ! Line separation
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 There is sometimes not enough space in multiline formulas between the lines:
28254 \begin_inset Formula 
28255 \begin{eqnarray*}
28256 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}\\
28257 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
28258 \end{eqnarray*}
28259
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \begin_layout Standard
28266 In LaTeX additional line space is specified as optional argument of the
28267  new line command.
28268  This is not yet possible in LyX
28269 \begin_inset Foot
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273 see 
28274 \begin_inset CommandInset href
28275 LatexCommand href
28276 name "LyX-bug #1505"
28277 target "http://www.lyx.org/trac/ticket/1505"
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \end_inset
28285
28286 , therefore the whole formula must be inserted in TeX-mode.
28287  To add in our example space, the command 
28288 \series bold
28289
28290 \backslash
28291
28292 \backslash
28293 [3mm]
28294 \series default
28295  is inserted at the end of the first line.
28296  One gets: 
28297 \begin_inset ERT
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301
28302
28303 \backslash
28304 begin{eqnarray*}
28305 \end_layout
28306
28307 \begin_layout Plain Layout
28308
28309 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28310  = & 
28311 \backslash
28312 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28313 \backslash
28314
28315 \backslash
28316 [3mm]
28317 \end_layout
28318
28319 \begin_layout Plain Layout
28320
28321 4x^{2}
28322 \backslash
28323 left(B^{2}+x_{0}^{2}
28324 \backslash
28325 right)+4x_{0}x
28326 \backslash
28327 left(D-B^{2}
28328 \backslash
28329 right)+B^{2}
28330 \backslash
28331 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28332 \backslash
28333 right) & = & 0
28334 \end_layout
28335
28336 \begin_layout Plain Layout
28337
28338
28339 \backslash
28340 end{eqnarray*}
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \begin_inset VSpace bigskip
28350 \end_inset
28351
28352 To set the line separation for all lines in a formula, the length 
28353 \series bold
28354
28355 \backslash
28356 jot
28357 \series default
28358
28359 \begin_inset Index idx
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Commands ! J ! 
28364 \backslash
28365 jot
28366 \end_layout
28367
28368 \end_inset
28369
28370  is changed.
28371  The definition is: 
28372 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28373 \end_inset
28374
28375 .
28376  Predefined for 
28377 \series bold
28378
28379 \backslash
28380 jot
28381 \series default
28382  is the value 3
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 pt.
28387  To create 3
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 mm additional line separation as in the previous example, the command
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 jot}{3mm+3pt}
28402 \end_layout
28403
28404 \begin_layout Standard
28405 is inserted in TeX-mode before the formula.
28406  This requires that the LaTeX-package 
28407 \series bold
28408 calc
28409 \series default
28410
28411 \begin_inset Foot
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415
28416 \series bold
28417 calc
28418 \series default
28419  is part of every LaTeX standard installation.
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \begin_inset Index idx
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 Packages ! calc
28430 \end_layout
28431
28432 \end_inset
28433
28434  was loaded in LaTeX-preamble with the line
28435 \end_layout
28436
28437 \begin_layout Standard
28438
28439 \series bold
28440
28441 \backslash
28442 usepackage{calc}
28443 \end_layout
28444
28445 \begin_layout Standard
28446 One gets: 
28447 \begin_inset ERT
28448 status collapsed
28449
28450 \begin_layout Plain Layout
28451
28452
28453 \backslash
28454 setlength{
28455 \backslash
28456 jot}{3mm+3pt}
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \begin_inset Formula 
28463 \begin{eqnarray*}
28464 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}\\
28465 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
28466 \end{eqnarray*}
28467
28468 \end_inset
28469
28470
28471 \end_layout
28472
28473 \begin_layout Standard
28474 \begin_inset ERT
28475 status collapsed
28476
28477 \begin_layout Plain Layout
28478
28479
28480 \backslash
28481 setlength{
28482 \backslash
28483 jot}{3pt}
28484 \end_layout
28485
28486 \end_inset
28487
28488  To get back to the predefined distance, 
28489 \series bold
28490
28491 \backslash
28492 jot
28493 \series default
28494  is set to the value 3
28495 \begin_inset space \thinspace{}
28496 \end_inset
28497
28498 pt.
28499 \end_layout
28500
28501 \begin_layout Subsubsection
28502 Column Separation
28503 \begin_inset CommandInset label
28504 LatexCommand label
28505 name "sub:Column-Separation"
28506
28507 \end_inset
28508
28509
28510 \begin_inset Index idx
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 Formula ! multiline ! Column separation
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 Multiline formulas form a matrix.
28524  A formula in the eqnarray environment is for example a matrix with three
28525  columns.
28526  By changing the column separation in this environment, the space beside
28527  the relation sign can be changed.
28528 \end_layout
28529
28530 \begin_layout Standard
28531 The column separation is specified with the length 
28532 \series bold
28533
28534 \backslash
28535 arraycolsep
28536 \series default
28537
28538 \begin_inset Index idx
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Commands ! A ! 
28543 \backslash
28544 arraycolsep
28545 \end_layout
28546
28547 \end_inset
28548
28549  according to:
28550 \begin_inset Newline newline
28551 \end_inset
28552
28553 column separation = 2
28554 \begin_inset space \thinspace{}
28555 \end_inset
28556
28557
28558 \series bold
28559
28560 \backslash
28561 arraycolsep
28562 \series default
28563
28564 \begin_inset Newline newline
28565 \end_inset
28566
28567 Thus, the command
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 setlength{
28576 \backslash
28577 arraycolsep}{1cm}
28578 \end_layout
28579
28580 \begin_layout Standard
28581 inserted in TeX-mode, sets for all following formulas a column separation
28582  of 2
28583 \begin_inset space \thinspace{}
28584 \end_inset
28585
28586 cm.
28587  To get back to the predefined distance, 
28588 \series bold
28589
28590 \backslash
28591 arraycolsep
28592 \series default
28593  is set to 5
28594 \begin_inset space \thinspace{}
28595 \end_inset
28596
28597 pt.
28598 \end_layout
28599
28600 \begin_layout Standard
28601 A formula with 2
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 cm column separation:
28606 \begin_inset ERT
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610
28611
28612 \backslash
28613 setlength{
28614 \backslash
28615 arraycolsep}{1cm}
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \begin_inset Formula 
28622 \begin{eqnarray*}
28623 A & = & B\\
28624 C & \ne & A
28625 \end{eqnarray*}
28626
28627 \end_inset
28628
28629 A formula with the predefined column separation for matrices of 10
28630 \begin_inset space \thinspace{}
28631 \end_inset
28632
28633 pt:
28634 \begin_inset ERT
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638
28639
28640 \backslash
28641 setlength{
28642 \backslash
28643 arraycolsep}{5pt}
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \begin_inset Formula 
28650 \begin{eqnarray*}
28651 A & = & B\\
28652 C & \ne & A
28653 \end{eqnarray*}
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Subsubsection
28661 Long Formulas
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Formula ! long
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 Long formulas can be typeset using these methods:
28676 \end_layout
28677
28678 \begin_layout Itemize
28679 When one side of the equation is much shorther than the line width, this
28680  one is chosen for the left side and the right side is typeset over two
28681  lines:
28682 \begin_inset Formula 
28683 \begin{eqnarray}
28684 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 \\
28685  &  & -\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}
28686 \end{eqnarray}
28687
28688 \end_inset
28689
28690 The minus sign at the beginning of the second line does normally not appear
28691  as operator because it is the first character of the line.
28692  Thus it would not be surrounded by space and could not be distinguished
28693  from the fraction bar.
28694  To avoid this, 3
28695 \begin_inset space \thinspace{}
28696 \end_inset
28697
28698 pt space was inserted behind the minus sign with the command 
28699 \series bold
28700
28701 \backslash
28702 hspace
28703 \series default
28704 .
28705 \begin_inset Foot
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709 more about 
28710 \series bold
28711
28712 \backslash
28713 hspace
28714 \series default
28715  see 
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "sub:Variable-Space"
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \end_inset
28726
28727
28728 \begin_inset Index idx
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Commands ! H ! 
28733 \backslash
28734 hspace
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Itemize
28743 When both sides of the equation are too long, the command 
28744 \series bold
28745
28746 \backslash
28747 lefteqn
28748 \series default
28749
28750 \begin_inset Index idx
28751 status collapsed
28752
28753 \begin_layout Plain Layout
28754 Commands ! L ! 
28755 \backslash
28756 lefteqn
28757 \end_layout
28758
28759 \end_inset
28760
28761  is used.
28762  It is inserted to the first column of the first line and effects that all
28763  further insertions overwrite the following columns:
28764 \begin_inset Formula 
28765 \begin{eqnarray}
28766 \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 \\
28767  &  & -\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 \\
28768  &  & =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}
28769 \end{eqnarray}
28770
28771 \end_inset
28772
28773 After the insertion of 
28774 \series bold
28775
28776 \backslash
28777 lefteqn
28778 \series default
28779 , the cursor is in a purple box that is a bit shifted to the left from the
28780  blue one.
28781  In this the formula is inserted.
28782 \begin_inset Newline newline
28783 \end_inset
28784
28785 The content of the further lines is inserted to the second or another formula
28786  column.
28787  The greater the column number where it was inserted, the larger the indentation.
28788 \begin_inset VSpace medskip
28789 \end_inset
28790
28791
28792 \begin_inset Newline newline
28793 \end_inset
28794
28795
28796 \begin_inset Note Greyedout
28797 status open
28798
28799 \begin_layout Plain Layout
28800 Note the following when using 
28801 \series bold
28802
28803 \backslash
28804 lefteqn
28805 \series default
28806 :
28807 \end_layout
28808
28809 \begin_layout Itemize
28810 The formula doesn't use the full page width.
28811  When e.
28812 \begin_inset space \thinspace{}
28813 \end_inset
28814
28815 g.
28816 \begin_inset space \space{}
28817 \end_inset
28818
28819 the term 
28820 \begin_inset Formula $-B^{2}$
28821 \end_inset
28822
28823  is added to the first line in the above example, it would have been outside
28824  the page margin.
28825  To better use the width, negative space can be inserted at the beginning
28826  of the first line.
28827 \end_layout
28828
28829 \begin_layout Itemize
28830 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28831  line.
28832 \begin_inset Foot
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 \begin_inset CommandInset href
28837 LatexCommand href
28838 name "LyX-bug #1429"
28839 target "http://www.lyx.org/trac/ticket/1429"
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \end_inset
28847
28848  One can only set the cursor at the beginning of the line and move it with
28849  the arrow keys.
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \end_layout
28856
28857 \begin_layout Itemize
28858 Other methods to set long formulas are offered by the environments described
28859  in 
28860 \begin_inset CommandInset ref
28861 LatexCommand ref
28862 reference "sub:Multline-Environment"
28863
28864 \end_inset
28865
28866  and 
28867 \begin_inset CommandInset ref
28868 LatexCommand ref
28869 reference "sub:Multiline-Formula-Parts"
28870
28871 \end_inset
28872
28873 .
28874 \end_layout
28875
28876 \begin_layout Subsubsection
28877 Multiline Brackets
28878 \begin_inset CommandInset label
28879 LatexCommand label
28880 name "sub:Multiline-Brackets"
28881
28882 \end_inset
28883
28884
28885 \begin_inset Index idx
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Brackets ! for multiline expressions
28890 \end_layout
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Standard
28898 For brackets spanning multiple lines the following problem occurs:
28899 \begin_inset Formula 
28900 \begin{eqnarray*}
28901 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28902  &  & \left.\cdots+B-D\right]
28903 \end{eqnarray*}
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911 The closing bracket is smaller than the opening bracket because brackets
28912  with variable size may not span multiple lines.
28913 \end_layout
28914
28915 \begin_layout Standard
28916 To set the bracket size for the second line correctly, the first line is
28917  ended with 
28918 \series bold
28919
28920 \backslash
28921 right.
28922 \series default
28923
28924 \begin_inset Index idx
28925 status collapsed
28926
28927 \begin_layout Plain Layout
28928 Commands ! R ! 
28929 \backslash
28930 right
28931 \end_layout
28932
28933 \end_inset
28934
28935  and the second line with 
28936 \series bold
28937
28938 \backslash
28939 left.
28940 \begin_inset Foot
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 for more about 
28945 \series bold
28946
28947 \backslash
28948 left
28949 \series default
28950  and 
28951 \series bold
28952
28953 \backslash
28954 right
28955 \series default
28956  see 
28957 \begin_inset CommandInset ref
28958 LatexCommand ref
28959 reference "sub:Automatic-Bracket-Size"
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \series default
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Commands ! L ! 
28976 \backslash
28977 left
28978 \end_layout
28979
28980 \end_inset
28981
28982 .
28983  After 
28984 \series bold
28985
28986 \backslash
28987 left.
28988
28989 \series default
28990  the command 
28991 \series bold
28992
28993 \backslash
28994 vphantom
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 \backslash
29013 prod
29014 \series default
29015 ^
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 spce 
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \series bold
29030
29031 \backslash
29032 infty
29033 \series default
29034
29035 \begin_inset ERT
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039
29040
29041 \backslash
29042 spce 
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \series bold
29049
29050 \begin_inset Formula $\downarrow$
29051 \end_inset
29052
29053 _R=1}
29054 \series default
29055
29056 \begin_inset Index idx
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060 Commands ! V ! 
29061 \backslash
29062 vphantom
29063 \end_layout
29064
29065 \end_inset
29066
29067  is inserted, because the multiplication operator with its limits is the
29068  largest symbol in the first line and this should be the size for the bracket
29069  in the second line.
29070 \end_layout
29071
29072 \begin_layout Standard
29073 The result is this:
29074 \begin_inset Formula 
29075 \begin{eqnarray*}
29076 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29077  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29078 \end{eqnarray*}
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Subsection
29086 Align Environments
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Align environments can be used for every kind of multiline formulas.
29091  They are specially useful to set several formulas side by side.
29092 \end_layout
29093
29094 \begin_layout Standard
29095 Align environments consist of columns.
29096  The odd columns are right aligned, the even ones left aligned.
29097  Every line in an Align environment can be numbered.
29098 \end_layout
29099
29100 \begin_layout Standard
29101 Align environments are created via the menu 
29102 \family sans
29103 Insert\SpecialChar \menuseparator
29104 Math
29105 \family default
29106 .
29107  With the menu 
29108 \family sans
29109 Edit\SpecialChar \menuseparator
29110 Math\SpecialChar \menuseparator
29111 Change Formula Type
29112 \family default
29113  already existing formulas can be converted to Align environments.
29114 \end_layout
29115
29116 \begin_layout Standard
29117 To add or delete columns, the math toolbar buttons 
29118 \begin_inset Graphics
29119         filename ../images/tabular-feature_append-column.png
29120         scale 85
29121
29122 \end_inset
29123
29124  or 
29125 \begin_inset Graphics
29126         filename ../images/tabular-feature_delete-column.png
29127         scale 85
29128
29129 \end_inset
29130
29131 , respectively, or the menu 
29132 \family sans
29133 Edit\SpecialChar \menuseparator
29134 Rows & Columns
29135 \family default
29136  can be used.
29137 \end_layout
29138
29139 \begin_layout Subsubsection
29140 Standard align Environment
29141 \begin_inset CommandInset label
29142 LatexCommand label
29143 name "sub:Standard-align-Environment"
29144
29145 \end_inset
29146
29147
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Formula ! multiline ! align environment
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Standard
29161 This Align environment is created by presssing 
29162 \begin_inset Info
29163 type  "shortcut"
29164 arg   "newline-insert newline"
29165 \end_inset
29166
29167  in a formula or by the menu 
29168 \family sans
29169 Insert\SpecialChar \menuseparator
29170 Math\SpecialChar \menuseparator
29171 AMS align Environment
29172 \family default
29173 .
29174 \end_layout
29175
29176 \begin_layout Standard
29177 An example for two formulas set side by side, that are created with a four
29178  column align environment:
29179 \begin_inset Formula 
29180 \begin{align*}
29181 A & =\sin(B) & C & =D\\
29182 C & \ne A & B & \ne D
29183 \end{align*}
29184
29185 \end_inset
29186
29187 As it can be seen, the formulas in this environment are placed so as if
29188  there would be a 
29189 \series bold
29190
29191 \backslash
29192 hfill
29193 \begin_inset Foot
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 more about 
29198 \series bold
29199
29200 \backslash
29201 hfill
29202 \series default
29203  see 
29204 \begin_inset CommandInset ref
29205 LatexCommand ref
29206 reference "sub:Variable-Space"
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \series default
29217  before the first and after every even column.
29218  When the formula style 
29219 \series bold
29220 Indented
29221 \begin_inset Foot
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 formula styles see 
29226 \begin_inset CommandInset ref
29227 LatexCommand ref
29228 reference "sec:Formula-Styles"
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \series default
29239  is used, the formula is set without the 
29240 \series bold
29241
29242 \backslash
29243 hfill
29244 \series default
29245  before the first column.
29246 \end_layout
29247
29248 \begin_layout Subsubsection
29249 Alignat Environment
29250 \begin_inset Index idx
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Formula ! multiline ! alignat environment
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \end_layout
29261
29262 \begin_layout Standard
29263 The alignat environment has no predefined column separation.
29264  It can be inserted manually with the spaces that are described 
29265 \begin_inset CommandInset ref
29266 LatexCommand ref
29267 reference "sub:Space"
29268
29269 \end_inset
29270
29271 .
29272 \end_layout
29273
29274 \begin_layout Standard
29275 The above example in the alignat environment where 1
29276 \begin_inset space \thinspace{}
29277 \end_inset
29278
29279 cm space was inserted at the beginning of the second formula:
29280 \begin_inset Formula 
29281 \begin{alignat*}{2}
29282 A & =\sin(B) & \hspace{1cm}C & =D\\
29283 C & \ne A & B & \ne D
29284 \end{alignat*}
29285
29286 \end_inset
29287
29288 Because the column separation can be set separately for every column, this
29289  environment is especially suitable to set three and more formulas side
29290  by side.
29291 \end_layout
29292
29293 \begin_layout Subsubsection
29294 Flalign Environment
29295 \begin_inset CommandInset label
29296 LatexCommand label
29297 name "sub:Flalign-Environment"
29298
29299 \end_inset
29300
29301
29302 \begin_inset Index idx
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306 Formula ! multiline ! flalign environment
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Standard
29315 In this environment the first two columns are always set as much as possible
29316  to the left and the last two ones to the right.
29317  An example:
29318 \begin_inset Formula 
29319 \begin{flalign*}
29320 A & =1 & B & =2 & C & =3\\
29321 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29322 \end{flalign*}
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 By creating a flalign environment with an odd number of columns where an
29331  empty TeX-brace is inserted to the last column, several formulas in a document
29332  can be set to the left, although the formula style 
29333 \series bold
29334 Centered
29335 \series default
29336  is used.
29337  As example the indented formula 
29338 \begin_inset CommandInset ref
29339 LatexCommand eqref
29340 reference "eq:VolInt"
29341
29342 \end_inset
29343
29344 :
29345 \begin_inset Formula 
29346 \begin{flalign}
29347 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29348 \end{flalign}
29349
29350 \end_inset
29351
29352 The first two columns contain the formula.
29353  To indent it as with the formula style 
29354 \series bold
29355 Indented
29356 \series default
29357 , 30
29358 \begin_inset space \thinspace{}
29359 \end_inset
29360
29361 pt space was inserted at the beginning of the first column.
29362 \end_layout
29363
29364 \begin_layout Subsection
29365 Eqnarray Environment
29366 \begin_inset CommandInset label
29367 LatexCommand label
29368 name "sub:Eqnarray-Environment"
29369
29370 \end_inset
29371
29372
29373 \begin_inset Index idx
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377 Formula ! multiline ! eqnarray environment
29378 \end_layout
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \begin_layout Standard
29386 When this environment has been created, three blue boxes appear.
29387  The content of the first box is right aligned, the content of the last
29388  one left aligned.
29389  The content of the middle box appears centered and a bit smaller, because
29390  it is designed to insert there only relation characters.
29391 \begin_inset Formula 
29392 \begin{eqnarray*}
29393 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29394 AB & AB & AB\\
29395 A & = & A
29396 \end{eqnarray*}
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \begin_layout Subsection
29404 Gather Environment
29405 \begin_inset Index idx
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409 Formula ! multiline ! gather environment
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \end_layout
29416
29417 \begin_layout Standard
29418 This environment consists of only one centered column.
29419  Every line can be numbered.
29420 \begin_inset Formula 
29421 \begin{gather}
29422 A=1\\
29423 X=\textrm{-}1
29424 \end{gather}
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Subsection
29432 Multline Environment
29433 \begin_inset CommandInset label
29434 LatexCommand label
29435 name "sub:Multline-Environment"
29436
29437 \end_inset
29438
29439
29440 \begin_inset Index idx
29441 status collapsed
29442
29443 \begin_layout Plain Layout
29444 Formula ! multiline ! multline environment
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Standard
29453 The multline environment consists, like the gather environment, of only
29454  one column.
29455  But the first line is left aligned, the last one right aligned.
29456  All other lines are centered.
29457  Therefore this environment is suitable for long formulas.
29458  As example formula 
29459 \begin_inset CommandInset ref
29460 LatexCommand eqref
29461 reference "eq:lefteqn"
29462
29463 \end_inset
29464
29465  in the multline environment:
29466 \begin_inset Formula 
29467 \begin{multline}
29468 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}\\
29469 -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}\\
29470 =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}}
29471 \end{multline}
29472
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \begin_layout Standard
29479 In the output only the last (first) line of a multline environment appears
29480  numbered when the document numbering is right (left).
29481 \begin_inset Foot
29482 status collapsed
29483
29484 \begin_layout Plain Layout
29485 numbering styles see 
29486 \begin_inset CommandInset ref
29487 LatexCommand ref
29488 reference "sec:Formula-Styles"
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 With the commands 
29502 \series bold
29503
29504 \backslash
29505 shoveright
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 Commands ! S ! 
29513 \backslash
29514 shoveright
29515 \end_layout
29516
29517 \end_inset
29518
29519  and 
29520 \series bold
29521
29522 \backslash
29523 shoveleft
29524 \series default
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Commands ! S ! 
29531 \backslash
29532 shoveleft
29533 \end_layout
29534
29535 \end_inset
29536
29537  a centered line can be right or left aligned, respectively.
29538  The commands are used as follows:
29539 \end_layout
29540
29541 \begin_layout Standard
29542
29543 \series bold
29544
29545 \backslash
29546 shoveright{line content}
29547 \series default
29548  and 
29549 \series bold
29550
29551 \backslash
29552 shoveleft{line content}
29553 \end_layout
29554
29555 \begin_layout Standard
29556 \begin_inset VSpace medskip
29557 \end_inset
29558
29559 The length 
29560 \series bold
29561
29562 \backslash
29563 multlinegap
29564 \series default
29565
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Commands ! M ! 
29571 \backslash
29572 multlinegap
29573 \end_layout
29574
29575 \end_inset
29576
29577  specifies the distance of the first line from the left page margin.
29578  Predefined is the length 0
29579 \begin_inset space \thinspace{}
29580 \end_inset
29581
29582 pt.
29583 \end_layout
29584
29585 \begin_layout Standard
29586 As example the above formula where the command
29587 \end_layout
29588
29589 \begin_layout Standard
29590
29591 \series bold
29592
29593 \backslash
29594 setlength{
29595 \backslash
29596 multlinegap}{2cm}
29597 \end_layout
29598
29599 \begin_layout Standard
29600 was inserted in TeX-mode before:
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 setlength{
29609 \backslash
29610 multlinegap}{2cm}
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \begin_inset Formula 
29617 \begin{multline}
29618 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}\\
29619 \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}}\\
29620 =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}}
29621 \end{multline}
29622
29623 \end_inset
29624
29625
29626 \begin_inset ERT
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630
29631
29632 \backslash
29633 setlength{
29634 \backslash
29635 multlinegap}{0pt}
29636 \end_layout
29637
29638 \end_inset
29639
29640 The second line was left aligned using 
29641 \series bold
29642
29643 \backslash
29644 shoveleft
29645 \series default
29646 .
29647 \end_layout
29648
29649 \begin_layout Subsection
29650 Multiline Formula Parts
29651 \begin_inset CommandInset label
29652 LatexCommand label
29653 name "sub:Multiline-Formula-Parts"
29654
29655 \end_inset
29656
29657
29658 \begin_inset Index idx
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 Formula ! multiline ! formula parts
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Standard
29671 To display only parts of a formula with multiple lines, one of the following
29672  environments are used: 
29673 \series bold
29674 aligned
29675 \series default
29676
29677 \series bold
29678 alignedat
29679 \series default
29680
29681 \series bold
29682 gathered
29683 \series default
29684  or 
29685 \series bold
29686 split
29687 \series default
29688 .
29689  They can be inserted via the menu 
29690 \family sans
29691 Insert\SpecialChar \menuseparator
29692 Math
29693 \family default
29694  or by using the commands described in this section.
29695 \end_layout
29696
29697 \begin_layout Standard
29698 The first three have the same properties as the corresponding multiline
29699  formula environments, but it is possible to set further formula parts beside
29700  them.
29701  An example:
29702 \begin_inset Formula 
29703 \[
29704 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29705 \Delta E\Delta t & \ge\frac{\hbar}{2}
29706 \end{aligned}
29707 \right\} \textrm{Uncertainty relations}
29708 \]
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Standard
29716 To get this formula, a displayed formula is created where the command 
29717 \series bold
29718
29719 \backslash
29720 aligned
29721 \series default
29722
29723 \begin_inset Index idx
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 Commands ! A ! 
29728 \backslash
29729 aligned
29730 \end_layout
29731
29732 \end_inset
29733
29734  is inserted.
29735  A purple box appears around the blue formula box where now columns and
29736  lines can be added.
29737  Outside the multiline environment other formula parts can be set, like
29738  the brace.
29739 \end_layout
29740
29741 \begin_layout Standard
29742 The aligned environment is also suitable for long formulas whose lines are
29743  horizontally aligned.
29744  Using aligned in a displayed formula has the advantage that the formula
29745  number is vertically centered behind the lines.
29746  As example formula 
29747 \begin_inset CommandInset ref
29748 LatexCommand eqref
29749 reference "eq:shortlong"
29750
29751 \end_inset
29752
29753  in the aligned environment:
29754 \begin_inset Formula 
29755 \begin{equation}
29756 \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}|}\\
29757  & -\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}|}
29758 \end{aligned}
29759 \end{equation}
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 To use the environments 
29768 \series bold
29769 alignedat
29770 \series default
29771
29772 \series bold
29773 gathered
29774 \series default
29775 , or 
29776 \series bold
29777 split
29778 \series default
29779 , the command 
29780 \series bold
29781
29782 \backslash
29783 alignedat
29784 \series default
29785 ,
29786 \begin_inset Index idx
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790 Commands ! A ! 
29791 \backslash
29792 alignedat
29793 \end_layout
29794
29795 \end_inset
29796
29797  
29798 \series bold
29799
29800 \backslash
29801 gathered
29802 \series default
29803
29804 \begin_inset Index idx
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808 Commands ! G ! 
29809 \backslash
29810 gathered
29811 \end_layout
29812
29813 \end_inset
29814
29815 , or 
29816 \series bold
29817
29818 \backslash
29819 split
29820 \series default
29821
29822 \begin_inset Index idx
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826 Commands ! S ! 
29827 \backslash
29828 split
29829 \end_layout
29830
29831 \end_inset
29832
29833  are inserted, respectively.
29834  The split environment has the same properties as the aligned environment
29835  but it can only have two columns.
29836 \end_layout
29837
29838 \begin_layout Subsection
29839 Text in multiline Formulas
29840 \begin_inset CommandInset label
29841 LatexCommand label
29842 name "sub:Text-in-multiline"
29843
29844 \end_inset
29845
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Text ! in formulas
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \begin_inset Index idx
29858 status collapsed
29859
29860 \begin_layout Plain Layout
29861 Formula ! multiline ! text
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Standard
29870 In the Align environments, and the multline and gather environment, text
29871  can be inserted that will appear in a separate line and doesn't affect
29872  the column alignment.
29873  To do this, the command 
29874 \series bold
29875
29876 \backslash
29877 intertext
29878 \series default
29879
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Commands ! I ! 
29885 \backslash
29886 intertext
29887 \end_layout
29888
29889 \end_inset
29890
29891  is used in the following scheme:
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897
29898 \backslash
29899 intertext{text}
29900 \end_layout
29901
29902 \begin_layout Standard
29903 The text should not be longer than a line because it cannot be hyphenated.
29904  As LyX doesn't yet support 
29905 \series bold
29906
29907 \backslash
29908 intertext
29909 \series default
29910  directly, the text is written as mathematical text.
29911  
29912 \series bold
29913
29914 \backslash
29915 intertext
29916 \series default
29917  must hereby be at the beginning of a line and appears in the output above
29918  this line.
29919  An example where the text was inserted at the beginning of the second line:
29920 \begin_inset Formula 
29921 \begin{align}
29922 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29923 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29924 \end{align}
29925
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \begin_layout Standard
29932 \begin_inset Newpage newpage
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \begin_layout Section
29939 Formula Numbering
29940 \begin_inset Index idx
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944 Formula numbering
29945 \end_layout
29946
29947 \end_inset
29948
29949
29950 \begin_inset Index idx
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 Formula ! numbering|see
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960 {
29961 \end_layout
29962
29963 \end_inset
29964
29965 Formula numbering
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971 }
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \end_layout
29983
29984 \begin_layout Subsection
29985 General
29986 \end_layout
29987
29988 \begin_layout Standard
29989 Numbered formulas can be created with the menu 
29990 \family sans
29991 Insert\SpecialChar \menuseparator
29992 Math\SpecialChar \menuseparator
29993 Numbered
29994 \begin_inset space ~
29995 \end_inset
29996
29997 Formula
29998 \family default
29999  (shortcut 
30000 \family sans
30001 Ctrl+Alt
30002 \begin_inset space ~
30003 \end_inset
30004
30005 N
30006 \family default
30007 ).
30008  Existing formulas can be numbered with the menu 
30009 \family sans
30010 Edit\SpecialChar \menuseparator
30011 Math\SpecialChar \menuseparator
30012 Toggle
30013 \begin_inset space ~
30014 \end_inset
30015
30016 Numbering
30017 \family default
30018  (shortcut 
30019 \begin_inset Info
30020 type  "shortcut"
30021 arg   "math-number-toggle"
30022 \end_inset
30023
30024 ).
30025  The formula number is displayed in LyX behind the formula as number sign
30026  in parentheses.
30027  The number sign is replaced in the output by the formula number.
30028 \end_layout
30029
30030 \begin_layout Standard
30031 When numbering is turned on in multiline formulas, all lines will be numbered.
30032  But the numbering can be controlled with the menu 
30033 \family sans
30034 Edit\SpecialChar \menuseparator
30035 Math\SpecialChar \menuseparator
30036 Toggle
30037 \begin_inset space ~
30038 \end_inset
30039
30040 Numbering
30041 \begin_inset space ~
30042 \end_inset
30043
30044 of
30045 \begin_inset space ~
30046 \end_inset
30047
30048 Line
30049 \family default
30050  (shortcut
30051 \begin_inset Info
30052 type  "shortcut"
30053 arg   "math-number-line-toggle"
30054 \end_inset
30055
30056 ) for every line.
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Except for inline formulas, all formulas can be numbered with two different
30061  styles, see 
30062 \begin_inset CommandInset ref
30063 LatexCommand ref
30064 reference "sec:Formula-Styles"
30065
30066 \end_inset
30067
30068 .
30069 \end_layout
30070
30071 \begin_layout Subsection
30072 Cross-References
30073 \begin_inset Index idx
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Cross-references ! to formulas
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Standard
30086 All labeled formulas can be cross-referenced.
30087  A label is added by the menu 
30088 \family sans
30089 Insert\SpecialChar \menuseparator
30090 Label
30091 \family default
30092  or the toolbar button 
30093 \begin_inset Graphics
30094         filename ../images/label-insert.png
30095         scale 85
30096
30097 \end_inset
30098
30099 .
30100  The cursor must hereby be inside a displayed formula.
30101  A dialog pops up displaying the prefix 
30102 \series bold
30103 eq:
30104 \series default
30105  in a text field.
30106  The label is inserted there behind the prefix.
30107  The predefined prefix means 
30108 \begin_inset Quotes eld
30109 \end_inset
30110
30111 equation
30112 \begin_inset Quotes erd
30113 \end_inset
30114
30115  and makes it easier to find labels in large documents because it marks
30116  it as formula label to divide it from e.
30117 \begin_inset space \thinspace{}
30118 \end_inset
30119
30120 g.
30121 \begin_inset space \space{}
30122 \end_inset
30123
30124 section labels.
30125  To change a label, the menu 
30126 \family sans
30127 Insert\SpecialChar \menuseparator
30128 Label
30129 \family default
30130  is used again.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 The name of the label is displayed in LyX within two parentheses behind
30135  formula.
30136  A formula with a label is always numbered.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Cross-references are inserted via the menu 
30141 \family sans
30142 Insert\SpecialChar \menuseparator
30143 Cross-Reference
30144 \family default
30145  or with the toolbar button 
30146 \begin_inset Graphics
30147         filename ../images/dialog-show-new-inset_ref.png
30148         scale 85
30149
30150 \end_inset
30151
30152 .
30153  A formula cross-reference appears in the output as formula number.
30154  When in the cross-reference dialog window the format 
30155 \series bold
30156 (<reference>)
30157 \series default
30158  is chosen, the cross-reference appears in the output as formula number
30159  in parentheses.
30160 \begin_inset Newline newline
30161 \end_inset
30162
30163 By right-clicking on a cross-reference in LyX, one jumps to the formula
30164  that is referenced.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Here are as examples cross-references to formulas of the following subsections:
30169 \begin_inset Note Note
30170 status open
30171
30172 \begin_layout Plain Layout
30173 Note the different cross-reference types.
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 The equations 
30183 \begin_inset CommandInset ref
30184 LatexCommand eqref
30185 reference "eq:tag"
30186
30187 \end_inset
30188
30189  and 
30190 \begin_inset CommandInset ref
30191 LatexCommand eqref
30192 reference "eq:c"
30193
30194 \end_inset
30195
30196  are equivalent.
30197  In (
30198 \begin_inset CommandInset ref
30199 LatexCommand ref
30200 reference "eq:Lat"
30201
30202 \end_inset
30203
30204 ) big Latin letters are used for the numbering in contrary to (
30205 \begin_inset CommandInset ref
30206 LatexCommand ref
30207 reference "eq:Rom"
30208
30209 \end_inset
30210
30211 ).
30212 \end_layout
30213
30214 \begin_layout Standard
30215 \begin_inset VSpace medskip
30216 \end_inset
30217
30218 When the argument of 
30219 \series bold
30220
30221 \backslash
30222 tag
30223 \begin_inset Foot
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228 \series bold
30229
30230 \backslash
30231 tag
30232 \series default
30233  is described in 
30234 \begin_inset CommandInset ref
30235 LatexCommand ref
30236 reference "sub:User-defined-Numbering"
30237
30238 \end_inset
30239
30240 .
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \series default
30247  contains a box like in 
30248 \begin_inset CommandInset ref
30249 LatexCommand ref
30250 reference "sub:Paragraph-Boxes"
30251
30252 \end_inset
30253
30254 , the formula cannot be referenced.
30255 \end_layout
30256
30257 \begin_layout Subsection
30258 Subnumbering
30259 \begin_inset Index idx
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 Formula numbering ! subnumbering
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \begin_layout Standard
30272 With the help of the commands 
30273 \series bold
30274
30275 \backslash
30276 begin{subequations}
30277 \series default
30278  and 
30279 \series bold
30280
30281 \backslash
30282 end{subequations}
30283 \series default
30284  formulas can be subnumbered.
30285  Both commands are inserted in TeX-mode.
30286 \end_layout
30287
30288 \begin_layout Standard
30289 An example:
30290 \begin_inset Formula 
30291 \begin{equation}
30292 A=C-B\label{eq:a}
30293 \end{equation}
30294
30295 \end_inset
30296
30297
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 addtocounter{equation}{-1}
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316
30317 \backslash
30318 begin{subequations}
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \begin_inset VSpace -5mm
30325 \end_inset
30326
30327
30328 \begin_inset Formula 
30329 \begin{equation}
30330 B=C-A\label{eq:b}
30331 \end{equation}
30332
30333 \end_inset
30334
30335
30336 \begin_inset Formula 
30337 \begin{equation}
30338 C=A+B\label{eq:c}
30339 \end{equation}
30340
30341 \end_inset
30342
30343
30344 \end_layout
30345
30346 \begin_layout Standard
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 end{subequations}
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 To create the example, the following is done:
30364 \end_layout
30365
30366 \begin_layout Enumerate
30367 first formula is inserted
30368 \end_layout
30369
30370 \begin_layout Enumerate
30371
30372 \series bold
30373
30374 \backslash
30375 addtocounter{equation}{-1} 
30376 \backslash
30377 begin{subequations}
30378 \begin_inset Index idx
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Commands ! A ! 
30383 \backslash
30384 addtocounter
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393
30394 \series default
30395 is inserted after the first formula
30396 \end_layout
30397
30398 \begin_layout Enumerate
30399 second formula is inserted
30400 \end_layout
30401
30402 \begin_layout Enumerate
30403 third formula is inserted
30404 \end_layout
30405
30406 \begin_layout Enumerate
30407
30408 \series bold
30409
30410 \backslash
30411 end{subequations}
30412 \series default
30413  is inserted after the third formula
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Every formula between the commands 
30418 \series bold
30419
30420 \backslash
30421 begin
30422 \series default
30423  and 
30424 \series bold
30425
30426 \backslash
30427 end
30428 \series default
30429  is subnumbered as a, b, 
30430 \begin_inset Newline linebreak
30431 \end_inset
30432
30433 c, \SpecialChar \ldots{}
30434  For multiline formulas every line will be subnumbered.
30435  All subnumbered formulas are treated as 
30436 \emph on
30437 one
30438 \emph default
30439  numbered formula.
30440  But as every numbered formula increases the counter 
30441 \series bold
30442 equation
30443 \series default
30444  by one, the command 
30445 \series bold
30446
30447 \backslash
30448 addtocounter
30449 \series default
30450  is needed to decrease it.
30451  Otherwise the formulas 
30452 \begin_inset CommandInset ref
30453 LatexCommand eqref
30454 reference "eq:a"
30455
30456 \end_inset
30457
30458
30459 \begin_inset CommandInset ref
30460 LatexCommand eqref
30461 reference "eq:b"
30462
30463 \end_inset
30464
30465
30466 \begin_inset CommandInset ref
30467 LatexCommand eqref
30468 reference "eq:c"
30469
30470 \end_inset
30471
30472  would be numbered as 
30473 \begin_inset CommandInset ref
30474 LatexCommand eqref
30475 reference "eq:a"
30476
30477 \end_inset
30478
30479
30480 \begin_inset CommandInset ref
30481 LatexCommand eqref
30482 reference "eq:d"
30483
30484 \end_inset
30485
30486
30487 \begin_inset CommandInset ref
30488 LatexCommand eqref
30489 reference "eq:f"
30490
30491 \end_inset
30492
30493 .
30494 \end_layout
30495
30496 \begin_layout Standard
30497 By inserting the commands in TeX-mode, a space is created between the first
30498  two formulas.
30499  To revert this -5
30500 \begin_inset space \thinspace{}
30501 \end_inset
30502
30503 mm vertical space is inserted after the command 
30504 \series bold
30505
30506 \backslash
30507 begin{subequations}
30508 \series default
30509 .
30510  When the formula style 
30511 \series bold
30512 Indented
30513 \begin_inset Foot
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517 formula styles see 
30518 \begin_inset CommandInset ref
30519 LatexCommand ref
30520 reference "sec:Formula-Styles"
30521
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \series default
30531  is used, -7
30532 \begin_inset space \thinspace{}
30533 \end_inset
30534
30535 mm space is inserted instead.
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Here is an example for a multiline formula where the numbering was turned
30540  off for the second line:
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 begin{subequations}
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \begin_inset Formula 
30555 \begin{eqnarray}
30556 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30557  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30558  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30559 \end{eqnarray}
30560
30561 \end_inset
30562
30563
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569
30570 \backslash
30571 end{subequations}
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Subsection
30580 User-defined Numbering
30581 \begin_inset CommandInset label
30582 LatexCommand label
30583 name "sub:User-defined-Numbering"
30584
30585 \end_inset
30586
30587
30588 \begin_inset Index idx
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Formula numbering ! user-defined
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \begin_layout Standard
30601 \begin_inset Index idx
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 Formula numbering ! self-defined delimiters
30606 \end_layout
30607
30608 \end_inset
30609
30610 With the standard numbering parentheses are set around the formula number.
30611  To replace the parentheses for example by vertical bars, the following
30612  line is added to the LaTeX-preamble:
30613 \end_layout
30614
30615 \begin_layout Standard
30616
30617 \series bold
30618
30619 \backslash
30620 def
30621 \backslash
30622 tagform@#1{
30623 \backslash
30624 maketag@@@{|#1|}}
30625 \series default
30626
30627 \begin_inset Note Note
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631 This macro is already declared in the LaTeX-preamble for testing.
30632  To activate it, remove the percent sign at the beginning.
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 To use other characters, the vertical bars besides the 
30642 \series bold
30643 #1
30644 \series default
30645  are replaced by one ore more characters.
30646  To get only the formula number the vertical bars are omitted.
30647 \end_layout
30648
30649 \begin_layout Standard
30650 \begin_inset VSpace bigskip
30651 \end_inset
30652
30653 When there should be an expression of your choice instead of the consecutive
30654  formula number in parentheses behind the formula, the command 
30655 \series bold
30656
30657 \backslash
30658 tag
30659 \series default
30660
30661 \begin_inset Index idx
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Commands ! T ! 
30666 \backslash
30667 tag
30668 \end_layout
30669
30670 \end_inset
30671
30672  is used:
30673 \begin_inset Formula 
30674 \begin{equation}
30675 A+B=C\tag{something}\label{eq:tag}
30676 \end{equation}
30677
30678 \end_inset
30679
30680 In this example the command 
30681 \series bold
30682
30683 \backslash
30684 tag
30685 \begin_inset ERT
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689
30690
30691 \backslash
30692 spce 
30693 \end_layout
30694
30695 \end_inset
30696
30697 something
30698 \series default
30699  was inserted to the formula.
30700 \end_layout
30701
30702 \begin_layout Standard
30703 When the command 
30704 \series bold
30705
30706 \backslash
30707 tag*
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713
30714 \backslash
30715 spce 
30716 \end_layout
30717
30718 \end_inset
30719
30720 something
30721 \series default
30722  is inserted instead, the star prevents the parentheses around the expression:
30723 \begin_inset Formula 
30724 \[
30725 A+B=C\tag*{something}
30726 \]
30727
30728 \end_inset
30729
30730
30731 \end_layout
30732
30733 \begin_layout Standard
30734 \begin_inset VSpace bigskip
30735 \end_inset
30736
30737 To restart the formula numbering with new document parts or sections, the
30738  following command is used:
30739 \end_layout
30740
30741 \begin_layout Standard
30742
30743 \series bold
30744
30745 \backslash
30746 @addtoreset{equation}{part}
30747 \series default
30748
30749 \begin_inset Index idx
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753 Commands ! 
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 "
30760 \end_layout
30761
30762 \end_inset
30763
30764 @
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770 "
30771 \end_layout
30772
30773 \end_inset
30774
30775  ! 
30776 \backslash
30777
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 "
30784 \end_layout
30785
30786 \end_inset
30787
30788 @
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794 "
30795 \end_layout
30796
30797 \end_inset
30798
30799 addtoreset
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \begin_inset Newline newline
30806 \end_inset
30807
30808 resp.
30809 \begin_inset Newline newline
30810 \end_inset
30811
30812
30813 \series bold
30814
30815 \backslash
30816 @addtoreset{equation}{section}
30817 \end_layout
30818
30819 \begin_layout Standard
30820 To be able to use these commands in TeX-mode, the 
30821 \begin_inset Quotes eld
30822 \end_inset
30823
30824 @
30825 \begin_inset Quotes erd
30826 \end_inset
30827
30828  character has to be made 
30829 \begin_inset Quotes eld
30830 \end_inset
30831
30832 active
30833 \begin_inset Quotes erd
30834 \end_inset
30835
30836  for LaTeX using the command 
30837 \series bold
30838
30839 \backslash
30840 makeatletter.
30841
30842 \series default
30843  The command 
30844 \series bold
30845
30846 \backslash
30847 makeatother
30848 \series default
30849  reverts this.
30850  So the command sequence in TeX-mode is:
30851 \end_layout
30852
30853 \begin_layout Standard
30854
30855 \series bold
30856
30857 \backslash
30858 makeatletter
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862
30863 \backslash
30864 @addtoreset{equation}{section}
30865 \begin_inset Newline newline
30866 \end_inset
30867
30868
30869 \backslash
30870 makeatother
30871 \end_layout
30872
30873 \begin_layout Standard
30874 In the LaTeX-preamble 
30875 \series bold
30876
30877 \backslash
30878 makeatletter
30879 \series default
30880  and 
30881 \series bold
30882
30883 \backslash
30884 makeatother
30885 \series default
30886  can be omitted as they are automatically internally inserted by LyX.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 To revert 
30891 \series bold
30892
30893 \backslash
30894 @addtoreset
30895 \series default
30896 , the file 
30897 \series bold
30898 remreset.sty
30899 \series default
30900
30901 \begin_inset Foot
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906 \series bold
30907 remreset
30908 \series default
30909  is part of the LaTeX-package 
30910 \series bold
30911 carlisle
30912 \series default
30913
30914 \begin_inset Index idx
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918 Packages ! carlisle
30919 \end_layout
30920
30921 \end_inset
30922
30923  that is part of every LaTeX standard installation.
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \begin_inset Index idx
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 Packages ! remreset
30934 \end_layout
30935
30936 \end_inset
30937
30938  has to be loaded in the LaTeX-preamble with the line
30939 \end_layout
30940
30941 \begin_layout Standard
30942
30943 \series bold
30944
30945 \backslash
30946 usepackage{remreset}
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Then the command 
30951 \series bold
30952
30953 \backslash
30954 @removefromreset
30955 \series default
30956
30957 \begin_inset Index idx
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961 Commands ! 
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967 "
30968 \end_layout
30969
30970 \end_inset
30971
30972 @
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978 "
30979 \end_layout
30980
30981 \end_inset
30982
30983  ! 
30984 \backslash
30985
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991 "
30992 \end_layout
30993
30994 \end_inset
30995
30996 @
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002 "
31003 \end_layout
31004
31005 \end_inset
31006
31007 removefromreset
31008 \end_layout
31009
31010 \end_inset
31011
31012  can be used with the same scheme as 
31013 \series bold
31014
31015 \backslash
31016 @addtoreset
31017 \series default
31018 .
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset VSpace bigskip
31023 \end_inset
31024
31025 Sometimes formulas should be numbered in the following form:
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \family typewriter
31031 (section number.formula number)
31032 \end_layout
31033
31034 \begin_layout Standard
31035 The formula number should start with every section with 
31036 \begin_inset Quotes eld
31037 \end_inset
31038
31039 1
31040 \begin_inset Quotes erd
31041 \end_inset
31042
31043 .
31044 \end_layout
31045
31046 \begin_layout Standard
31047 For this case there is the command 
31048 \series bold
31049
31050 \backslash
31051 numberwithin
31052 \series default
31053
31054 \begin_inset Index idx
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058 Commands ! N ! 
31059 \backslash
31060 numberwithin
31061 \end_layout
31062
31063 \end_inset
31064
31065 , which is used with the following scheme:
31066 \end_layout
31067
31068 \begin_layout Standard
31069
31070 \series bold
31071
31072 \backslash
31073 numberwithin{counter}{sectioning}
31074 \end_layout
31075
31076 \begin_layout Standard
31077 Counter denotes what kind of numbering is affected, sectioning denotes what
31078  number is before the dot.
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Thus in our case the following LaTeX-preamble or TeX code line is used:
31083 \end_layout
31084
31085 \begin_layout Standard
31086
31087 \series bold
31088
31089 \backslash
31090 numberwithin{equation}{section}
31091 \end_layout
31092
31093 \begin_layout Standard
31094 This is the result:
31095 \begin_inset ERT
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099
31100
31101 \backslash
31102 numberwithin{equation}{section}
31103 \end_layout
31104
31105 \end_inset
31106
31107
31108 \begin_inset Formula 
31109 \begin{equation}
31110 A+B=C
31111 \end{equation}
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 To number e.
31120 \begin_inset space \thinspace{}
31121 \end_inset
31122
31123 g.
31124 \begin_inset space \space{}
31125 \end_inset
31126
31127 tables so that the number of the part is the sectioning,
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \series bold
31133
31134 \backslash
31135 numberwithin{table}{part}
31136 \series default
31137  is used.
31138 \end_layout
31139
31140 \begin_layout Standard
31141 To go back to the standard numbering or to prevent this kind of numbering
31142  when it is defined by the document class, the following command is inserted
31143  as TeX code or to the LaTeX-preamble:
31144 \end_layout
31145
31146 \begin_layout Standard
31147
31148 \series bold
31149
31150 \backslash
31151 renewcommand{
31152 \backslash
31153 theequation}{
31154 \backslash
31155 arabic{equation}}
31156 \begin_inset Index idx
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160 Commands ! A ! 
31161 \backslash
31162 arabic
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \series default
31169
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 renewcommand{
31178 \backslash
31179 theequation}{
31180 \backslash
31181 arabic{equation}}
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \series bold
31188
31189 \begin_inset Newline newline
31190 \end_inset
31191
31192
31193 \series default
31194 or
31195 \series bold
31196
31197 \begin_inset Newline newline
31198 \end_inset
31199
31200
31201 \backslash
31202 renewcommand{
31203 \backslash
31204 thetable}{
31205 \backslash
31206 arabic{table}}
31207 \end_layout
31208
31209 \begin_layout Standard
31210
31211 \series bold
31212
31213 \backslash
31214 numberwithin
31215 \series default
31216  uses internally the command 
31217 \series bold
31218
31219 \backslash
31220 @addtoreset
31221 \series default
31222 , described above, that also needs to be reverted.
31223 \begin_inset ERT
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227
31228
31229 \backslash
31230 makeatletter
31231 \end_layout
31232
31233 \begin_layout Plain Layout
31234
31235
31236 \backslash
31237 @removefromreset{equation}{section}
31238 \end_layout
31239
31240 \begin_layout Plain Layout
31241
31242
31243 \backslash
31244 makeatother
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \begin_layout Subsection
31253 Numbering with Roman Numbers and Letters
31254 \begin_inset Index idx
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258 Formula numbering ! with letters
31259 \end_layout
31260
31261 \end_inset
31262
31263
31264 \begin_inset Index idx
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268 Formula numbering ! with Roman numbers
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Formulas can also be numbered with Roman numbers and Latin letters.
31278  To number for example with small Roman numbers, the command
31279 \end_layout
31280
31281 \begin_layout Standard
31282
31283 \series bold
31284
31285 \backslash
31286 renewcommand{
31287 \backslash
31288 theequation}{
31289 \backslash
31290 roman{equation}}
31291 \end_layout
31292
31293 \begin_layout Standard
31294 is inserted before the formula in TeX-mode.
31295  
31296 \series bold
31297
31298 \backslash
31299 renewcommand
31300 \series default
31301
31302 \begin_inset Index idx
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306 Commands ! R ! 
31307 \backslash
31308 renewcommand
31309 \end_layout
31310
31311 \end_inset
31312
31313  redefines the predefined command 
31314 \series bold
31315
31316 \backslash
31317 theequation
31318 \series default
31319  to the command 
31320 \series bold
31321
31322 \backslash
31323 roman{equation}
31324 \series default
31325 .
31326 \begin_inset Foot
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330 The command 
31331 \series bold
31332
31333 \backslash
31334 renewcommand
31335 \series default
31336  has the same scheme like the command 
31337 \series bold
31338
31339 \backslash
31340 newcommand
31341 \series default
31342  that is described in 
31343 \begin_inset CommandInset ref
31344 LatexCommand ref
31345 reference "sub:The-Command-newcommand"
31346
31347 \end_inset
31348
31349 .
31350 \end_layout
31351
31352 \end_inset
31353
31354  
31355 \series bold
31356 equation
31357 \series default
31358  is the formula counter.
31359  When the command 
31360 \series bold
31361
31362 \backslash
31363 the
31364 \series default
31365  is used as prefix for a counter, the value of the counter is output as
31366  Arabic number.
31367  When a formula is numbered, LaTeX sets internally the command 
31368 \series bold
31369
31370 \backslash
31371 theequation
31372 \series default
31373  behind the formula.
31374  
31375 \series bold
31376
31377 \backslash
31378 roman{equation}
31379 \begin_inset Index idx
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 Commands ! R ! 
31384 \backslash
31385 roman
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \series default
31392  outputs the counter as small Roman number.
31393 \end_layout
31394
31395 \begin_layout Standard
31396 All formulas behind the command 
31397 \series bold
31398
31399 \backslash
31400 renew
31401 \series default
31402 c
31403 \series bold
31404 ommand
31405 \series default
31406  are now numbered Roman.
31407  To switch to numbering with big Roman numbers, the command is inserted
31408  again, but 
31409 \series bold
31410
31411 \backslash
31412 roman
31413 \series default
31414  is replaced by 
31415 \series bold
31416
31417 \backslash
31418 Roman
31419 \series default
31420
31421 \begin_inset Index idx
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425 Commands ! R ! 
31426 \backslash
31427 roman@
31428 \backslash
31429 Roman
31430 \end_layout
31431
31432 \end_inset
31433
31434 .
31435  To 
31436 \begin_inset Quotes eld
31437 \end_inset
31438
31439 number
31440 \begin_inset Quotes erd
31441 \end_inset
31442
31443  with small Latin letters there is the command 
31444 \series bold
31445
31446 \backslash
31447 alph
31448 \series default
31449
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 Commands ! A ! 
31455 \backslash
31456 alph
31457 \end_layout
31458
31459 \end_inset
31460
31461 , for big ones there is the command 
31462 \series bold
31463
31464 \backslash
31465 Alph
31466 \series default
31467
31468 \begin_inset Index idx
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472 Commands ! A ! 
31473 \backslash
31474 alph@
31475 \backslash
31476 Alph
31477 \end_layout
31478
31479 \end_inset
31480
31481 .
31482 \end_layout
31483
31484 \begin_layout Standard
31485 \begin_inset Note Greyedout
31486 status open
31487
31488 \begin_layout Plain Layout
31489
31490 \series bold
31491 Note:
31492 \series default
31493  Only maximal 26 formulas can be numbered with Latin letters in one document.
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \begin_layout Standard
31502 \begin_inset ERT
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506
31507
31508 \backslash
31509 renewcommand{
31510 \backslash
31511 theequation}{
31512 \backslash
31513 roman{equation}}
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset Formula 
31523 \begin{equation}
31524 A=\textrm{small roman}
31525 \end{equation}
31526
31527 \end_inset
31528
31529
31530 \begin_inset ERT
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534
31535
31536 \backslash
31537 renewcommand{
31538 \backslash
31539 theequation}{
31540 \backslash
31541 Roman{equation}}
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \begin_inset Formula 
31548 \begin{equation}
31549 B=\textrm{big Roman}\label{eq:Rom}
31550 \end{equation}
31551
31552 \end_inset
31553
31554
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560
31561 \backslash
31562 renewcommand{
31563 \backslash
31564 theequation}{
31565 \backslash
31566 alph{equation}}
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \begin_inset Formula 
31573 \begin{equation}
31574 C=\textrm{small Latin}
31575 \end{equation}
31576
31577 \end_inset
31578
31579
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 renewcommand{
31588 \backslash
31589 theequation}{
31590 \backslash
31591 Alph{equation}}
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Formula 
31598 \begin{equation}
31599 D=\textrm{big Latin}\label{eq:Lat}
31600 \end{equation}
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \begin_layout Standard
31608 To switch back to the default numbering, insert the command:
31609 \end_layout
31610
31611 \begin_layout Standard
31612
31613 \series bold
31614
31615 \backslash
31616 renewcommand{
31617 \backslash
31618 theequation}{
31619 \backslash
31620 arabic{equation}}
31621 \begin_inset Index idx
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625 Commands ! A ! 
31626 \backslash
31627 arabic
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \begin_layout Standard
31636 \begin_inset ERT
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640
31641
31642 \backslash
31643 renewcommand{
31644 \backslash
31645 theequation}{
31646 \backslash
31647 arabic{equation}}
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \begin_inset Formula 
31654 \begin{equation}
31655 E=\textrm{Arabic}
31656 \end{equation}
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Standard
31664 \begin_inset VSpace medskip
31665 \end_inset
31666
31667 As you see, formulas are numbered serially independent from the numbering
31668  style.
31669  When then numbering should start with 
31670 \begin_inset Quotes eld
31671 \end_inset
31672
31673 1
31674 \begin_inset Quotes erd
31675 \end_inset
31676
31677  when the style is changed, new equation counters have to be defined.
31678  A description about this can be found in the file 
31679 \begin_inset CommandInset href
31680 LatexCommand href
31681 name "Formula-numbering.lyx"
31682 target "run:Formula-numbering.lyx"
31683
31684 \end_inset
31685
31686 .
31687 \end_layout
31688
31689 \begin_layout Section
31690 Chemical Symbols and Equations
31691 \begin_inset CommandInset label
31692 LatexCommand label
31693 name "sub:Chemical-Symbols-and"
31694
31695 \end_inset
31696
31697
31698 \begin_inset Index idx
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702 Chemical characters ! Symbols
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Index idx
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712 Chemical equations
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \begin_inset Index idx
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722 Symbols ! chemical
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 An example text from chemistry:
31732 \end_layout
31733
31734 \begin_layout Quote
31735 The 
31736 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31737 \end_inset
31738
31739 -ion reacts with two 
31740 \begin_inset Formula $\mathrm{Na^{+}}$
31741 \end_inset
31742
31743 -ions to sodium sulfate 
31744 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31745 \end_inset
31746
31747 .
31748  The chemical equation for this is:
31749 \begin_inset Formula 
31750 \begin{equation}
31751 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31752 \end{equation}
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Standard
31760 This chemical equation can directly be created as formula.
31761  To avoid that the symbols appear italic, everything is highlighted and
31762  changed by the shortcut 
31763 \begin_inset Info
31764 type  "shortcut"
31765 arg   "font-roman"
31766 \end_inset
31767
31768  to the upright font style.
31769 \begin_inset Foot
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 font styles
31774 \series bold
31775  
31776 \series default
31777 see 
31778 \begin_inset CommandInset ref
31779 LatexCommand ref
31780 reference "sub:Font-Styles"
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 A more convenient way to typeset chemical formulas is to use the command
31794  
31795 \series bold
31796
31797 \backslash
31798 ce
31799 \series default
31800
31801 \begin_inset Index idx
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Commands ! C ! 
31806 \backslash
31807 ce
31808 \end_layout
31809
31810 \end_inset
31811
31812  that is available when the LaTeX-package 
31813 \series bold
31814 mhchem
31815 \series default
31816
31817 \begin_inset Index idx
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821 Packages ! mhchem
31822 \end_layout
31823
31824 \end_inset
31825
31826  is installed.
31827  After inserting 
31828 \series bold
31829
31830 \backslash
31831 ce
31832 \series default
31833  to a formula a new blue box appears where chemical formulas can be inserted
31834  in an intuitive way.
31835 \end_layout
31836
31837 \begin_layout Standard
31838 \align center
31839 \begin_inset Tabular
31840 <lyxtabular version="3" rows="9" columns="2">
31841 <features tabularvalignment="middle">
31842 <column alignment="center" valignment="top" width="0">
31843 <column alignment="center" valignment="top" width="0">
31844 <row>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 Command
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858 Result
31859 \begin_inset Note Note
31860 status collapsed
31861
31862 \begin_layout Plain Layout
31863
31864 \series bold
31865
31866 \backslash
31867 raisebox
31868 \series default
31869  is only used as spacer.
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 </row>
31880 <row>
31881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31882 \begin_inset Text
31883
31884 \begin_layout Plain Layout
31885
31886 \backslash
31887 ce
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 spce 
31896 \end_layout
31897
31898 \end_inset
31899
31900 H2CO3
31901 \end_layout
31902
31903 \end_inset
31904 </cell>
31905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31906 \begin_inset Text
31907
31908 \begin_layout Plain Layout
31909 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 </row>
31918 <row>
31919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31920 \begin_inset Text
31921
31922 \begin_layout Plain Layout
31923
31924 \backslash
31925 ce
31926 \begin_inset ERT
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931
31932 \backslash
31933 spce 
31934 \end_layout
31935
31936 \end_inset
31937
31938 SO4^2-
31939 \end_layout
31940
31941 \end_inset
31942 </cell>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 </row>
31956 <row>
31957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961
31962 \backslash
31963 ce
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 spce 
31972 \end_layout
31973
31974 \end_inset
31975
31976 (NH4)2S
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31982 \begin_inset Text
31983
31984 \begin_layout Plain Layout
31985 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31986 \end_inset
31987
31988
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 </row>
31994 <row>
31995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999
32000 \backslash
32001 ce
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 spce 
32010 \end_layout
32011
32012 \end_inset
32013
32014 KCr(SO4)2.12H2O
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 <row>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037
32038 \backslash
32039 ce
32040 \begin_inset ERT
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044
32045
32046 \backslash
32047 spce 
32048 \end_layout
32049
32050 \end_inset
32051
32052 A-B
32053 \backslash
32054 dbond
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 spce 
32063 \end_layout
32064
32065 \end_inset
32066
32067 C
32068 \backslash
32069 tbond
32070 \begin_inset ERT
32071 status collapsed
32072
32073 \begin_layout Plain Layout
32074
32075
32076 \backslash
32077 spce 
32078 \end_layout
32079
32080 \end_inset
32081
32082 D
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 </row>
32100 <row>
32101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32102 \begin_inset Text
32103
32104 \begin_layout Plain Layout
32105
32106 \backslash
32107 ce
32108 \begin_inset ERT
32109 status collapsed
32110
32111 \begin_layout Plain Layout
32112
32113
32114 \backslash
32115 spce 
32116 \end_layout
32117
32118 \end_inset
32119
32120 ^227
32121 \begin_inset Formula $\downarrow$
32122 \end_inset
32123
32124 _90
32125 \begin_inset Formula $\to$
32126 \end_inset
32127
32128 Th+
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32134 \begin_inset Text
32135
32136 \begin_layout Plain Layout
32137 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32138 \end_inset
32139
32140
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 </row>
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151
32152 \backslash
32153 ce
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 spce 
32162 \end_layout
32163
32164 \end_inset
32165
32166 CO2
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 spce 
32175 \end_layout
32176
32177 \end_inset
32178
32179 +
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185
32186 \backslash
32187 spce 
32188 \end_layout
32189
32190 \end_inset
32191
32192 C
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 spce 
32201 \end_layout
32202
32203 \end_inset
32204
32205 <=>
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211
32212 \backslash
32213 spce 
32214 \end_layout
32215
32216 \end_inset
32217
32218 2CO
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 </row>
32236 <row>
32237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241
32242 \backslash
32243 ce
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249
32250 \backslash
32251 spce 
32252 \end_layout
32253
32254 \end_inset
32255
32256 CO2
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262
32263 \backslash
32264 spce 
32265 \end_layout
32266
32267 \end_inset
32268
32269 +
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275
32276 \backslash
32277 spce 
32278 \end_layout
32279
32280 \end_inset
32281
32282 C
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288
32289 \backslash
32290 spce 
32291 \end_layout
32292
32293 \end_inset
32294
32295 ->[
32296 \backslash
32297 alpha][
32298 \backslash
32299 beta]
32300 \begin_inset ERT
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304
32305
32306 \backslash
32307 spce 
32308 \end_layout
32309
32310 \end_inset
32311
32312 2CO}
32313 \end_layout
32314
32315 \end_inset
32316 </cell>
32317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 </row>
32330 </lyxtabular>
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Standard
32338 \begin_inset Note Greyedout
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 \series bold
32344 Note:
32345 \series default
32346  Inserting a formula to a 
32347 \series bold
32348
32349 \backslash
32350 ce
32351 \series default
32352  box will lead to LaTeX errors.
32353  In this case TeX code has to be used like for 
32354 \series bold
32355
32356 \backslash
32357 ce{$
32358 \backslash
32359 mu
32360 \backslash
32361 hyphen$Cl}
32362 \series default
32363
32364 \begin_inset ERT
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369
32370 \backslash
32371 ce{$
32372 \backslash
32373 mu
32374 \backslash
32375 hyphen$Cl}
32376 \end_layout
32377
32378 \end_inset
32379
32380  
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Standard
32389 Using 
32390 \series bold
32391
32392 \backslash
32393 ce
32394 \series default
32395  the command for equation
32396 \begin_inset space ~
32397 \end_inset
32398
32399
32400 \begin_inset CommandInset ref
32401 LatexCommand eqref
32402 reference "eq:chem-reaction"
32403
32404 \end_inset
32405
32406  is:
32407 \begin_inset Newline newline
32408 \end_inset
32409
32410
32411 \series bold
32412  
32413 \backslash
32414 ce
32415 \begin_inset ERT
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419
32420
32421 \backslash
32422 spce 
32423 \end_layout
32424
32425 \end_inset
32426
32427 2Na+
32428 \begin_inset ERT
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432
32433
32434 \backslash
32435 spce 
32436 \end_layout
32437
32438 \end_inset
32439
32440 +
32441 \begin_inset ERT
32442 status collapsed
32443
32444 \begin_layout Plain Layout
32445
32446
32447 \backslash
32448 spce 
32449 \end_layout
32450
32451 \end_inset
32452
32453 SO4^2-
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 spce 
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \begin_inset ERT
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471
32472
32473 \backslash
32474 spce 
32475 \end_layout
32476
32477 \end_inset
32478
32479 ->
32480 \begin_inset ERT
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484
32485
32486 \backslash
32487 spce 
32488 \end_layout
32489
32490 \end_inset
32491
32492 Na2SO4
32493 \end_layout
32494
32495 \begin_layout Standard
32496 To create multiline chemical equations first a multiline formula is created
32497  as described in 
32498 \begin_inset CommandInset ref
32499 LatexCommand ref
32500 reference "sec:Multiline-Formulas"
32501
32502 \end_inset
32503
32504 .
32505  Afterwards the command 
32506 \series bold
32507
32508 \backslash
32509 ce
32510 \series default
32511  is used in every small blue box of the formula.
32512  
32513 \begin_inset CommandInset ref
32514 LatexCommand eqref
32515 reference "eq:TEOS-reaction-1"
32516
32517 \end_inset
32518
32519  and 
32520 \begin_inset CommandInset ref
32521 LatexCommand eqref
32522 reference "eq:TEOS-reaction-2"
32523
32524 \end_inset
32525
32526  are an example of a multi-stage chemical reaction where every equation
32527  has its own number.
32528 \begin_inset Formula 
32529 \begin{eqnarray}
32530 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32531 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32532 \end{eqnarray}
32533
32534 \end_inset
32535
32536
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Besides 
32541 \series bold
32542
32543 \backslash
32544 ce
32545 \series default
32546  the 
32547 \series bold
32548 mhchem
32549 \series default
32550  package provides the command 
32551 \series bold
32552
32553 \backslash
32554 cf
32555 \series default
32556
32557 \begin_inset Index idx
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561 Commands ! C ! 
32562 \backslash
32563 cf
32564 \end_layout
32565
32566 \end_inset
32567
32568  that has to be used for special cases.
32569  For more information about 
32570 \series bold
32571
32572 \backslash
32573 cf
32574 \series default
32575  and more examples have a look at the documentation of 
32576 \series bold
32577 mhchem
32578 \series default
32579
32580 \begin_inset CommandInset citation
32581 LatexCommand cite
32582 key "mhchem"
32583
32584 \end_inset
32585
32586 .
32587 \end_layout
32588
32589 \begin_layout Section
32590 Diagrams
32591 \end_layout
32592
32593 \begin_layout Standard
32594 LyX supports two types of commutative diagrams: 
32595 \series bold
32596 amscd
32597 \series default
32598  and 
32599 \series bold
32600 xymatrix
32601 \series default
32602  that are explained in the following.
32603 \end_layout
32604
32605 \begin_layout Subsection
32606 Amscd Diagrams
32607 \begin_inset Index idx
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611 Diagrams ! amscd
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Standard
32620 Diagrams of this type visualize relations by vertical and horizontal lines
32621  or arrows:
32622 \begin_inset Formula 
32623 \[
32624 \begin{CD}A@>>>B@>>>C\\
32625 @AAA@.@VVV\\
32626 F@<<<E@<<<D
32627 \end{CD}
32628 \]
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Standard
32636 To get them, the command 
32637 \series bold
32638
32639 \backslash
32640 CD
32641 \begin_inset Index idx
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 Commands ! C ! 
32646 \backslash
32647 CD
32648 \end_layout
32649
32650 \end_inset
32651
32652
32653 \series default
32654  is inserted to a formula.
32655  A blue box appears with two dashed lines where further commands can be
32656  inserted.
32657  With 
32658 \begin_inset Info
32659 type  "shortcut"
32660 arg   "newline-insert newline"
32661 \end_inset
32662
32663  a new line is created.
32664  Horizontal relations are inserted in odd, vertical in even formula lines.
32665 \end_layout
32666
32667 \begin_layout Standard
32668 To create the relations there are the following commands:
32669 \end_layout
32670
32671 \begin_layout Itemize
32672
32673 \series bold
32674 @<<<
32675 \series default
32676  creates a left arrow, 
32677 \series bold
32678 @>>>
32679 \series default
32680  a right arrow and 
32681 \series bold
32682 @=
32683 \series default
32684  a long equal sign
32685 \end_layout
32686
32687 \begin_layout Itemize
32688
32689 \series bold
32690 @AAA
32691 \series default
32692  creates an up arrow, 
32693 \series bold
32694 @VVV
32695 \series default
32696  an down arrow and 
32697 \series bold
32698 @|
32699 \series default
32700  a vertical equal sign
32701 \end_layout
32702
32703 \begin_layout Itemize
32704
32705 \series bold
32706 @.
32707
32708 \series default
32709  is a placeholder for non-existent relations
32710 \end_layout
32711
32712 \begin_layout Standard
32713 All arrows can be labeled as follows:
32714 \end_layout
32715
32716 \begin_layout Itemize
32717 Is text inserted between the first and second < or >, resp., it is placed
32718  above the arrow.
32719  When it is inserted between the second and third one, it appears under
32720  the arrow.
32721 \end_layout
32722
32723 \begin_layout Itemize
32724 When text for vertical arrows is inserted between the first and second A
32725  or V, resp., it is placed left beside the arrow.
32726  When it is inserted between the second and third one, it appears right
32727  beside the arrow.
32728  If the text contains an A or V, these letters must be set into a TeX-brace.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 As example a diagram with all possible relations:
32733 \end_layout
32734
32735 \begin_layout Standard
32736 \begin_inset Formula 
32737 \[
32738 \begin{CD}A@>j>>B@>>k>C@=F\\
32739 @AmAA@.@VV{V}V@|\\
32740 D@<<j<E@>k>>F@=C
32741 \end{CD}
32742 \]
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 The command for this is:
32751 \begin_inset Newline newline
32752 \end_inset
32753
32754
32755 \series bold
32756
32757 \backslash
32758 CD
32759 \begin_inset ERT
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763
32764
32765 \backslash
32766 spce 
32767 \end_layout
32768
32769 \end_inset
32770
32771 A@>j>>B@>>k>C@=F Ctrl+Return
32772 \begin_inset Newline newline
32773 \end_inset
32774
32775
32776 \begin_inset Phantom HPhantom
32777 status open
32778
32779 \begin_layout Plain Layout
32780
32781 \series bold
32782
32783 \backslash
32784 CD
32785 \begin_inset ERT
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789
32790
32791 \backslash
32792 spce 
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \end_inset
32801
32802 @AmAA@.@VV
32803 \backslash
32804 {V
32805 \series default
32806
32807 \begin_inset Formula $\to$
32808 \end_inset
32809
32810
32811 \series bold
32812 V@| Ctrl+Return
32813 \begin_inset Newline newline
32814 \end_inset
32815
32816
32817 \begin_inset Phantom HPhantom
32818 status open
32819
32820 \begin_layout Plain Layout
32821
32822 \series bold
32823
32824 \backslash
32825 CD
32826 \begin_inset ERT
32827 status collapsed
32828
32829 \begin_layout Plain Layout
32830
32831
32832 \backslash
32833 spce 
32834 \end_layout
32835
32836 \end_inset
32837
32838
32839 \end_layout
32840
32841 \end_inset
32842
32843 D@<<j<E@>k>>F@=C
32844 \end_layout
32845
32846 \begin_layout Subsection
32847 Xymatrix Diagrams
32848 \begin_inset Index idx
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 Diagrams ! xymatrix
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 To be able to use xymatrices, the LaTeX-package 
32862 \series bold
32863 xypic
32864 \series default
32865  must be installed.
32866  A xymatrix is created by inserting the command 
32867 \series bold
32868
32869 \backslash
32870 xymatrix
32871 \series default
32872  in a formula.
32873  Then you are able to add new matrix columns and rows like for normal matrices,
32874  see 
32875 \begin_inset CommandInset ref
32876 LatexCommand ref
32877 reference "sec:Matrices"
32878
32879 \end_inset
32880
32881 .
32882 \end_layout
32883
32884 \begin_layout Standard
32885 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32886  and much more.
32887  All possibilities to create commutative diagrams and decorations are explained
32888  in detail in the 
32889 \emph on
32890 XY-pic manual
32891 \emph default
32892  that you find in the menu 
32893 \family sans
32894 Help\SpecialChar \menuseparator
32895 Specific
32896 \begin_inset space ~
32897 \end_inset
32898
32899 Manuals
32900 \family default
32901 .
32902 \end_layout
32903
32904 \begin_layout Subsection
32905
32906 \noun on
32907 Feynman
32908 \noun default
32909  Diagrams
32910 \begin_inset Index idx
32911 status collapsed
32912
32913 \begin_layout Plain Layout
32914 Diagrams ! Feynman
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 To be able to use 
32924 \noun on
32925 Feynman
32926 \noun default
32927 -diagrams, the LaTeX-package 
32928 \series bold
32929 feyn
32930 \series default
32931  must be installed.
32932  A 
32933 \noun on
32934 Feynman
32935 \noun default
32936 -diagram is created by inserting the command 
32937 \series bold
32938
32939 \backslash
32940 Diagram
32941 \series default
32942  in a formula.
32943  Then you are able to add new matrix columns and rows like for normal matrices,
32944  see 
32945 \begin_inset CommandInset ref
32946 LatexCommand ref
32947 reference "sec:Matrices"
32948
32949 \end_inset
32950
32951 .
32952 \end_layout
32953
32954 \begin_layout Standard
32955 Examples how to create 
32956 \noun on
32957 Feynman-
32958 \noun default
32959 diagrams in LyX is given in the 
32960 \emph on
32961 Feynman-diagram manual
32962 \emph default
32963  that you find in the menu 
32964 \family sans
32965 Help\SpecialChar \menuseparator
32966 Specific
32967 \begin_inset space ~
32968 \end_inset
32969
32970 Manuals
32971 \family default
32972 .
32973 \end_layout
32974
32975 \begin_layout Section
32976 User-defined Commands
32977 \begin_inset Index idx
32978 status collapsed
32979
32980 \begin_layout Plain Layout
32981 User-defined commands
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Standard
32990 \begin_inset Note Greyedout
32991 status open
32992
32993 \begin_layout Plain Layout
32994
32995 \series bold
32996 Note:
32997 \series default
32998  The names of user-defined commands and macros may only consist of Latin
32999  letters.
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Subsection
33008 The Command 
33009 \backslash
33010 newcommand
33011 \begin_inset CommandInset label
33012 LatexCommand label
33013 name "sub:The-Command-newcommand"
33014
33015 \end_inset
33016
33017
33018 \begin_inset Index idx
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022 User-defined commands ! 
33023 \backslash
33024 newcommand
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \begin_inset Index idx
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 Commands ! N ! 
33035 \backslash
33036 newcommand
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Standard
33045 Many LaTeX-commands are too long to be used frequently.
33046  But it is possible to define with the command 
33047 \series bold
33048
33049 \backslash
33050 newcommand
33051 \series default
33052  new shorter commands.
33053 \end_layout
33054
33055 \begin_layout Standard
33056 The command scheme of 
33057 \series bold
33058
33059 \backslash
33060 newcommand
33061 \series default
33062  is:
33063 \end_layout
33064
33065 \begin_layout Standard
33066
33067 \series bold
33068
33069 \backslash
33070 newcommand{new command name}[number of arguments][optional
33071 \series default
33072  
33073 \series bold
33074 value]
33075 \begin_inset Newline newline
33076 \end_inset
33077
33078
33079 \begin_inset Phantom HPhantom
33080 status open
33081
33082 \begin_layout Plain Layout
33083
33084 \series bold
33085
33086 \backslash
33087 newcommand
33088 \end_layout
33089
33090 \end_inset
33091
33092 {command definition}
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \begin_inset Note Greyedout
33097 status open
33098
33099 \begin_layout Plain Layout
33100
33101 \series bold
33102 Note:
33103 \series default
33104  Assure that the name of the new command is not already used in your document
33105  or by LaTeX-packages that you use.
33106  When you for example define the command 
33107 \series bold
33108
33109 \backslash
33110 le
33111 \series default
33112  for 
33113 \series bold
33114
33115 \backslash
33116 Leftarrow
33117 \series default
33118 , you get an error message because 
33119 \series bold
33120
33121 \backslash
33122 le
33123 \series default
33124  is already defined as command for 
33125 \begin_inset Quotes eld
33126 \end_inset
33127
33128
33129 \begin_inset Formula $\le$
33130 \end_inset
33131
33132
33133 \begin_inset Quotes erd
33134 \end_inset
33135
33136 .
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Standard
33145 The number of arguments is an integer in the range 0
33146 \begin_inset space \thinspace{}
33147 \end_inset
33148
33149 -
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153 9 and specifies how many arguments the new command should have.
33154  With the optional value a value for an optional argument can be predefined.
33155  When this is done, the 
33156 \emph on
33157 first
33158 \emph default
33159  
33160 \emph on
33161 a
33162 \emph default
33163 rgument of the new command is automatically an optional one.
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Here are some examples:
33168 \end_layout
33169
33170 \begin_layout Itemize
33171 To define the command 
33172 \series bold
33173
33174 \backslash
33175 gr
33176 \series default
33177  for 
33178 \series bold
33179
33180 \backslash
33181 Longrightarrow
33182 \series default
33183 , the LaTeX-preamble line is:
33184 \begin_inset VSpace medskip
33185 \end_inset
33186
33187
33188 \begin_inset Newline newline
33189 \end_inset
33190
33191
33192 \series bold
33193
33194 \backslash
33195 newcommand{
33196 \backslash
33197 gr}{
33198 \backslash
33199 Longrightarrow}
33200 \end_layout
33201
33202 \begin_layout Itemize
33203 To define the command 
33204 \series bold
33205
33206 \backslash
33207 us
33208 \series default
33209  for 
33210 \series bold
33211
33212 \backslash
33213 underline
33214 \series default
33215 , the argument (that should be underlined) must be taken into account.
33216  For this the preamble line is:
33217 \begin_inset VSpace medskip
33218 \end_inset
33219
33220
33221 \begin_inset Newline newline
33222 \end_inset
33223
33224
33225 \series bold
33226
33227 \backslash
33228 newcommand{
33229 \backslash
33230 us}[1]{
33231 \backslash
33232 underline{#1}}
33233 \series default
33234
33235 \begin_inset VSpace medskip
33236 \end_inset
33237
33238
33239 \begin_inset Newline newline
33240 \end_inset
33241
33242 The character 
33243 \series bold
33244 #
33245 \series default
33246  acts as argument placeholder, the 
33247 \series bold
33248 1
33249 \series default
33250  behind it denotes that it is the placeholder for the first argument.
33251 \end_layout
33252
33253 \begin_layout Itemize
33254 For 
33255 \series bold
33256
33257 \backslash
33258 framebox
33259 \series default
33260  one can e.
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264 g.
33265 \begin_inset space \space{}
33266 \end_inset
33267
33268 define the command 
33269 \series bold
33270
33271 \backslash
33272 fb
33273 \series default
33274 :
33275 \begin_inset VSpace medskip
33276 \end_inset
33277
33278
33279 \begin_inset Newline newline
33280 \end_inset
33281
33282
33283 \series bold
33284
33285 \backslash
33286 newcommand{
33287 \backslash
33288 fb}[3]{
33289 \backslash
33290 framebox#1#2{$#3$}}
33291 \series default
33292
33293 \begin_inset VSpace medskip
33294 \end_inset
33295
33296
33297 \begin_inset Newline newline
33298 \end_inset
33299
33300 The two Dollar signs creates the extra formula needed for 
33301 \series bold
33302
33303 \backslash
33304 framebox
33305 \series default
33306 , see 
33307 \begin_inset CommandInset ref
33308 LatexCommand ref
33309 reference "sub:Boxes-with-Frame"
33310
33311 \end_inset
33312
33313 .
33314 \end_layout
33315
33316 \begin_layout Itemize
33317 To create a new command for 
33318 \series bold
33319
33320 \backslash
33321 fcolorbox
33322 \series default
33323  where the color for the box needn't to be specified, the argument for the
33324  color is defined optional:
33325 \begin_inset VSpace medskip
33326 \end_inset
33327
33328
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332
33333 \series bold
33334
33335 \backslash
33336 newcommand{
33337 \backslash
33338 cb}[3][white]{
33339 \backslash
33340 fcolorbox{#2}{#1}{$#3$}}
33341 \series default
33342
33343 \begin_inset VSpace medskip
33344 \end_inset
33345
33346
33347 \begin_inset Newline newline
33348 \end_inset
33349
33350 When the color is not specified when using 
33351 \series bold
33352
33353 \backslash
33354 cb
33355 \series default
33356 , the predefined color 
33357 \series bold
33358 white
33359 \series default
33360  will be used.
33361 \end_layout
33362
33363 \begin_layout Standard
33364 A test of the new defined commands:
33365 \end_layout
33366
33367 \begin_layout Standard
33368 \align center
33369 \begin_inset Tabular
33370 <lyxtabular version="3" rows="6" columns="2">
33371 <features tabularvalignment="middle">
33372 <column alignment="center" valignment="top" width="0">
33373 <column alignment="center" valignment="top" width="0">
33374 <row>
33375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 Command
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388 Result
33389 \begin_inset Note Note
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393
33394 \series bold
33395
33396 \backslash
33397 raisebox
33398 \series default
33399  is only used as spacer.
33400 \end_layout
33401
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 A
33416 \backslash
33417 gr
33418 \begin_inset ERT
33419 status collapsed
33420
33421 \begin_layout Plain Layout
33422
33423
33424 \backslash
33425 spce 
33426 \end_layout
33427
33428 \end_inset
33429
33430 B
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 \begin_inset Formula $A\gr B$
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \end_inset
33446 </cell>
33447 </row>
33448 <row>
33449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33450 \begin_inset Text
33451
33452 \begin_layout Plain Layout
33453
33454 \backslash
33455 us{ABcd
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33465 \end_inset
33466
33467
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 </row>
33473 <row>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478
33479 \backslash
33480 fb{[2cm]
33481 \begin_inset Formula $\to$
33482 \end_inset
33483
33484
33485 \backslash
33486 {
33487 \begin_inset Formula $\to$
33488 \end_inset
33489
33490
33491 \backslash
33492 {
33493 \backslash
33494 int
33495 \begin_inset ERT
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500
33501 \backslash
33502 spce 
33503 \end_layout
33504
33505 \end_inset
33506
33507 A=B
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33513 \begin_inset Text
33514
33515 \begin_layout Plain Layout
33516 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 </row>
33525 <row>
33526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33527 \begin_inset Text
33528
33529 \begin_layout Plain Layout
33530
33531 \backslash
33532 cb{red
33533 \begin_inset Formula $\to$
33534 \end_inset
33535
33536
33537 \backslash
33538 {
33539 \backslash
33540 int
33541 \begin_inset ERT
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545
33546
33547 \backslash
33548 spce 
33549 \end_layout
33550
33551 \end_inset
33552
33553 A=B
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 </row>
33571 <row>
33572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576
33577 \backslash
33578 cb[green]
33579 \backslash
33580 {red
33581 \begin_inset Formula $\to$
33582 \end_inset
33583
33584
33585 \backslash
33586 {
33587 \backslash
33588 int
33589 \begin_inset ERT
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593
33594
33595 \backslash
33596 spce 
33597 \end_layout
33598
33599 \end_inset
33600
33601 A=B
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 </lyxtabular>
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Subsection
33627 Math Macros
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 User-defined commands! Math macros
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \begin_inset Index idx
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Macros
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \end_layout
33649
33650 \begin_layout Standard
33651 User-defined commands are especially convenient for complex expressions.
33652  When you are for example dealing in a document with quadratic equations,
33653  the same solution type occurs several times.
33654  The general form of a quadratic equation is
33655 \begin_inset Formula 
33656 \[
33657 0=\lambda^{2}+p\lambda+q
33658 \]
33659
33660 \end_inset
33661
33662 The general form of the solution is
33663 \begin_inset Formula 
33664 \[
33665 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33666 \]
33667
33668 \end_inset
33669
33670
33671 \end_layout
33672
33673 \begin_layout Standard
33674 To define a command for the solution formula where only the three parameters
33675  
33676 \begin_inset Formula $\lambda$
33677 \end_inset
33678
33679
33680 \begin_inset Formula $p$
33681 \end_inset
33682
33683  and 
33684 \begin_inset Formula $q$
33685 \end_inset
33686
33687  need to be specified and the index of 
33688 \begin_inset Formula $\lambda$
33689 \end_inset
33690
33691  can be given optionally, the LaTeX-preamble line is
33692 \begin_inset Newline newline
33693 \end_inset
33694
33695
33696 \series bold
33697
33698 \backslash
33699 newcommand{
33700 \backslash
33701 qG}[4][1,
33702 \backslash
33703 ,2]{#2_{#1}=-
33704 \backslash
33705 frac{#3}{2}
33706 \backslash
33707 pm
33708 \begin_inset Newline newline
33709 \end_inset
33710
33711
33712 \begin_inset Phantom HPhantom
33713 status open
33714
33715 \begin_layout Plain Layout
33716
33717 \series bold
33718
33719 \backslash
33720 newcommand
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \backslash
33727 sqrt{
33728 \backslash
33729 frac{#3^{2}}{4}-#4}}
33730 \end_layout
33731
33732 \begin_layout Standard
33733 To create with this the solution formula, the command
33734 \begin_inset Newline newline
33735 \end_inset
33736
33737
33738 \series bold
33739
33740 \backslash
33741 qG{
33742 \backslash
33743 lambda
33744 \begin_inset Formula $\to$
33745 \end_inset
33746
33747
33748 \backslash
33749 {p
33750 \begin_inset Formula $\to$
33751 \end_inset
33752
33753
33754 \backslash
33755 {q
33756 \series default
33757  is inserted to a formula
33758 \series bold
33759 .
33760 \end_layout
33761
33762 \begin_layout Standard
33763 The definition of the new command is unintuitive because one has to know
33764  the schemes of all used LaTeX commands, e.
33765 \begin_inset space \thinspace{}
33766 \end_inset
33767
33768 g.
33769 \begin_inset space \space{}
33770 \end_inset
33771
33772 that a fraction is inserted in LaTeX as 
33773 \series bold
33774
33775 \backslash
33776 frac{numerator}{denominator}
33777 \series default
33778 .
33779  Furthermore one can easily forget a brace in the definition and cannot
33780  see in LyX what the new command is doing.
33781  To avoid these problems LyX offers the possibility to use math macros instead
33782  of the command 
33783 \series bold
33784
33785 \backslash
33786 newcommand
33787 \series default
33788 .
33789 \end_layout
33790
33791 \begin_layout Standard
33792 A math macro is created by using the menu 
33793 \family sans
33794 Insert\SpecialChar \menuseparator
33795 Math\SpecialChar \menuseparator
33796 Macro
33797 \family default
33798  or the toolbar button 
33799 \begin_inset Graphics
33800         filename ../images/math-macro_newmacroname_newcommand.png
33801         scale 85
33802
33803 \end_inset
33804
33805 .
33806  The math macro toolbar appears together with the following box where the
33807  macro is defined:
33808 \begin_inset Newline newline
33809 \end_inset
33810
33811
33812 \begin_inset space \hspace*{\fill}
33813 \end_inset
33814
33815
33816 \begin_inset Graphics
33817         filename clipart/macrobox.png
33818
33819 \end_inset
33820
33821
33822 \begin_inset space \hspace*{\fill}
33823 \end_inset
33824
33825
33826 \begin_inset Newline newline
33827 \end_inset
33828
33829
33830 \begin_inset FormulaMacro
33831 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33832 \end_inset
33833
33834
33835 \backslash
33836 newmacroname is the default name of the macro that should be changed to
33837  something sensible.
33838  The wanted formula is inserted in the first blue box.
33839  An argument placeholder is inserted with the command 
33840 \series bold
33841
33842 \backslash
33843 #argumentnumber
33844 \series default
33845 , e.
33846 \begin_inset space \thinspace{}
33847 \end_inset
33848
33849 g
33850 \begin_inset space \space{}
33851 \end_inset
33852
33853
33854 \series bold
33855
33856 \backslash
33857 #1
33858 \series default
33859  or by using the macro toolbar button 
33860 \begin_inset Graphics
33861         filename ../images/math-macro-add-param.png
33862         scale 85
33863
33864 \end_inset
33865
33866 .
33867  Argument placeholders are displayed red.
33868  Maximum 9 arguments are possible.
33869  Optional arguments are created with the toolbar button 
33870 \begin_inset Graphics
33871         filename ../images/math-macro-add-optional-param.png
33872         scale 85
33873
33874 \end_inset
33875
33876 .
33877  The first non-optional argument can be transformed to an optional one with
33878  the toolbar button 
33879 \begin_inset Graphics
33880         filename ../images/math-macro-make-optional.png
33881         scale 85
33882
33883 \end_inset
33884
33885 .
33886  In the second blue box the appearance of the macro in LyX can be defined.
33887  Normally you want to see it as it is defined, so the box is kept empty.
33888  But when you have created a macro that needs lot of space on the screen,
33889  you can insert in the box for example
33890 \begin_inset Newline newline
33891 \end_inset
33892
33893
33894 \series bold
33895 qG: 
33896 \backslash
33897 #1
33898 \series default
33899  
33900 \series bold
33901 ,
33902 \series default
33903  
33904 \series bold
33905
33906 \backslash
33907 #2
33908 \series default
33909  
33910 \series bold
33911 ,
33912 \series default
33913  
33914 \series bold
33915
33916 \backslash
33917 #3, 
33918 \backslash
33919 #4
33920 \begin_inset Newline newline
33921 \end_inset
33922
33923
33924 \series default
33925 For the macro only the arguments with the macro name in front of them will
33926  then be displayed in LyX, leading to a better overview.
33927  The formula appears in the output as defined in the first box.
33928 \begin_inset Newline newline
33929 \end_inset
33930
33931 The appearance of macros in formulas can furthermore be changed for single
33932  macros by setting the cursor in the macro and using the menu 
33933 \family sans
33934 View\SpecialChar \menuseparator
33935 (Un)fold
33936 \begin_inset space ~
33937 \end_inset
33938
33939 Math
33940 \begin_inset space ~
33941 \end_inset
33942
33943 Macro
33944 \family default
33945 .
33946 \end_layout
33947
33948 \begin_layout Standard
33949 To use a macro, the macro name is inserted as command to a formula, in our
33950  case 
33951 \series bold
33952
33953 \backslash
33954 qG
33955 \series default
33956 .
33957  Our macro looks in LyX like this:
33958 \begin_inset Newline newline
33959 \end_inset
33960
33961
33962 \begin_inset space \hspace*{\fill}
33963 \end_inset
33964
33965
33966 \begin_inset Graphics
33967         filename clipart/macrouse.png
33968
33969 \end_inset
33970
33971
33972 \begin_inset space \hspace*{\fill}
33973 \end_inset
33974
33975
33976 \begin_inset Newline newline
33977 \end_inset
33978
33979 Here is our macro example with the arguments 
33980 \begin_inset Formula $x$
33981 \end_inset
33982
33983
33984 \begin_inset Formula $\ln(x)$
33985 \end_inset
33986
33987  and 
33988 \begin_inset Formula $B$
33989 \end_inset
33990
33991 :
33992 \end_layout
33993
33994 \begin_layout Standard
33995 \begin_inset Formula 
33996 \[
33997 \qG x{\ln(x)}B
33998 \]
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \begin_layout Standard
34006 LyX offers in the menu 
34007 \family sans
34008 Tools\SpecialChar \menuseparator
34009 Preferences\SpecialChar \menuseparator
34010 Editing\SpecialChar \menuseparator
34011 Control
34012 \family default
34013  different styles to edit macros.
34014  To find the style that suits you the most, choose a style and set the cursor
34015  in a macro formula to see the difference.
34016 \end_layout
34017
34018 \begin_layout Standard
34019 A math macro is transformed internally to a 
34020 \series bold
34021
34022 \backslash
34023 newcommand
34024 \series default
34025  command when exporting the document.
34026  The created 
34027 \series bold
34028
34029 \backslash
34030 newcommand
34031 \series default
34032  command is not placed in the LaTeX-preamble, therefore macros can only
34033  be used in formulas that are in the document below the macro definition
34034  box.
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Math macros can also be directly be created from a 
34039 \series bold
34040
34041 \backslash
34042 newcommand
34043 \series default
34044  command.
34045  When writing for example the command
34046 \series bold
34047
34048 \begin_inset Newline newline
34049 \end_inset
34050
34051
34052 \backslash
34053 newcommand{
34054 \backslash
34055 larrow}[2]{
34056 \backslash
34057 xleftarrow[#2]{#1}}
34058 \begin_inset Newline newline
34059 \end_inset
34060
34061
34062 \series default
34063 in LyX as normal text, highlighting it completely and using then the shortcut
34064  
34065 \family sans
34066 Ctrl+M
34067 \family default
34068 , the command will be transformed to a math macro.
34069  Using this method you need to be careful that the 
34070 \series bold
34071
34072 \backslash
34073 newcommand
34074 \series default
34075  command is typed correctly, otherwise you get a faulty macro leading to
34076  LaTeX errors.
34077 \end_layout
34078
34079 \begin_layout Standard
34080 Math macros currently yet have the problem that further formulas in macro
34081  definitions are handled wrongly.
34082  Therefore the example 
34083 \series bold
34084
34085 \backslash
34086 fb
34087 \series default
34088  from 
34089 \begin_inset CommandInset ref
34090 LatexCommand ref
34091 reference "sub:The-Command-newcommand"
34092
34093 \end_inset
34094
34095  cannot be created as macro.
34096 \end_layout
34097
34098 \begin_layout Standard
34099 When the cursor is in a macro definition box, you will see the macro toolbar
34100  in LyX:
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset VSpace defskip
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 \begin_inset Graphics
34112         filename clipart/MacroToolbar.png
34113
34114 \end_inset
34115
34116
34117 \begin_inset Index idx
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121 Macros ! Toolbar
34122 \end_layout
34123
34124 \end_inset
34125
34126
34127 \end_layout
34128
34129 \begin_layout Standard
34130 \begin_inset VSpace defskip
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \begin_layout Standard
34137 The macro toolbar contains from left to right the following buttons:
34138 \end_layout
34139
34140 \begin_layout Standard
34141 \begin_inset VSpace defskip
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Standard
34148 \begin_inset Tabular
34149 <lyxtabular version="3" rows="9" columns="2">
34150 <features islongtable="true" longtabularalignment="center">
34151 <column alignment="left" valignment="top" width="0">
34152 <column alignment="left" valignment="top" width="85col%">
34153 <row interlinespace="2.5mm">
34154 <cell alignment="center" valignment="top" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158 \begin_inset Graphics
34159         filename ../images/math-macro-remove-param.png
34160         rotateOrigin center
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173
34174 \family sans
34175 Edit\SpecialChar \menuseparator
34176 Math\SpecialChar \menuseparator
34177 Macro
34178 \begin_inset space ~
34179 \end_inset
34180
34181 Definition\SpecialChar \menuseparator
34182 Remove Last Argument
34183 \end_layout
34184
34185 \end_inset
34186 </cell>
34187 </row>
34188 <row interlinespace="2.5mm">
34189 <cell alignment="center" valignment="top" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193 \begin_inset Graphics
34194         filename ../images/math-macro-add-param.png
34195         rotateOrigin center
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 <cell alignment="center" valignment="top" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208
34209 \family sans
34210 Edit\SpecialChar \menuseparator
34211 Math\SpecialChar \menuseparator
34212 Macro
34213 \begin_inset space ~
34214 \end_inset
34215
34216 Definition\SpecialChar \menuseparator
34217 Append Argument
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 <row interlinespace="2.5mm">
34224 <cell alignment="center" valignment="top" usebox="none">
34225 \begin_inset Text
34226
34227 \begin_layout Plain Layout
34228 \begin_inset Graphics
34229         filename ../images/math-macro-make-optional.png
34230         rotateOrigin center
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 <cell alignment="center" valignment="top" usebox="none">
34240 \begin_inset Text
34241
34242 \begin_layout Plain Layout
34243
34244 \family sans
34245 Edit\SpecialChar \menuseparator
34246 Math\SpecialChar \menuseparator
34247 Macro
34248 \begin_inset space ~
34249 \end_inset
34250
34251 Definition\SpecialChar \menuseparator
34252 Make First Non-Optional into
34253 \begin_inset Newline newline
34254 \end_inset
34255
34256
34257 \begin_inset Phantom HPhantom
34258 status open
34259
34260 \begin_layout Plain Layout
34261
34262 \family sans
34263 Edit\SpecialChar \menuseparator
34264 Math\SpecialChar \menuseparator
34265 Macro
34266 \begin_inset space ~
34267 \end_inset
34268
34269 Definition\SpecialChar \menuseparator
34270
34271 \end_layout
34272
34273 \end_inset
34274
34275 Optional Argument
34276 \end_layout
34277
34278 \end_inset
34279 </cell>
34280 </row>
34281 <row interlinespace="2.5mm">
34282 <cell alignment="center" valignment="top" usebox="none">
34283 \begin_inset Text
34284
34285 \begin_layout Plain Layout
34286 \begin_inset Graphics
34287         filename ../images/math-macro-make-nonoptional.png
34288         rotateOrigin center
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \end_inset
34296 </cell>
34297 <cell alignment="center" valignment="top" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301
34302 \family sans
34303 Edit\SpecialChar \menuseparator
34304 Math\SpecialChar \menuseparator
34305 Macro
34306 \begin_inset space ~
34307 \end_inset
34308
34309 Definition\SpecialChar \menuseparator
34310 Make Last Optional into
34311 \begin_inset Newline newline
34312 \end_inset
34313
34314
34315 \begin_inset Phantom HPhantom
34316 status open
34317
34318 \begin_layout Plain Layout
34319
34320 \family sans
34321 Edit\SpecialChar \menuseparator
34322 Math\SpecialChar \menuseparator
34323 Macro
34324 \begin_inset space ~
34325 \end_inset
34326
34327 Definition\SpecialChar \menuseparator
34328
34329 \end_layout
34330
34331 \end_inset
34332
34333 Non-Optional Argument
34334 \end_layout
34335
34336 \end_inset
34337 </cell>
34338 </row>
34339 <row interlinespace="2.5mm">
34340 <cell alignment="center" valignment="top" usebox="none">
34341 \begin_inset Text
34342
34343 \begin_layout Plain Layout
34344 \begin_inset Graphics
34345         filename ../images/math-macro-remove-optional-param.png
34346         rotateOrigin center
34347
34348 \end_inset
34349
34350
34351 \end_layout
34352
34353 \end_inset
34354 </cell>
34355 <cell alignment="center" valignment="top" usebox="none">
34356 \begin_inset Text
34357
34358 \begin_layout Plain Layout
34359
34360 \family sans
34361 Edit\SpecialChar \menuseparator
34362 Math\SpecialChar \menuseparator
34363 Macro
34364 \begin_inset space ~
34365 \end_inset
34366
34367 Definition\SpecialChar \menuseparator
34368 Remove Optional Argument
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 </row>
34374 <row interlinespace="2.5mm">
34375 <cell alignment="center" valignment="top" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Plain Layout
34379 \begin_inset Graphics
34380         filename ../images/math-macro-add-optional-param.png
34381         rotateOrigin center
34382
34383 \end_inset
34384
34385
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 <cell alignment="center" valignment="top" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394
34395 \family sans
34396 Edit\SpecialChar \menuseparator
34397 Math\SpecialChar \menuseparator
34398 Macro
34399 \begin_inset space ~
34400 \end_inset
34401
34402 Definition\SpecialChar \menuseparator
34403 Insert Optional Argument
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 </row>
34409 <row interlinespace="2.5mm">
34410 <cell alignment="center" valignment="top" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 \begin_inset Graphics
34415         filename ../images/math-macro-remove-greedy-param.png
34416         rotateOrigin center
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 <cell alignment="center" valignment="top" usebox="none">
34426 \begin_inset Text
34427
34428 \begin_layout Plain Layout
34429
34430 \family sans
34431 Edit\SpecialChar \menuseparator
34432 Math\SpecialChar \menuseparator
34433 Macro
34434 \begin_inset space ~
34435 \end_inset
34436
34437 Definition\SpecialChar \menuseparator
34438 Remove Last Argument
34439 \begin_inset Newline newline
34440 \end_inset
34441
34442
34443 \begin_inset Phantom HPhantom
34444 status open
34445
34446 \begin_layout Plain Layout
34447
34448 \family sans
34449 Edit\SpecialChar \menuseparator
34450 Math\SpecialChar \menuseparator
34451 Macro
34452 \begin_inset space ~
34453 \end_inset
34454
34455 Definition\SpecialChar \menuseparator
34456
34457 \end_layout
34458
34459 \end_inset
34460
34461 Spitting Out To The Right
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 </row>
34467 <row interlinespace="2.5mm">
34468 <cell alignment="center" valignment="top" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472 \begin_inset Graphics
34473         filename ../images/math-macro-append-greedy-param.png
34474         rotateOrigin center
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482 </cell>
34483 <cell alignment="center" valignment="top" usebox="none">
34484 \begin_inset Text
34485
34486 \begin_layout Plain Layout
34487
34488 \family sans
34489 Edit\SpecialChar \menuseparator
34490 Math\SpecialChar \menuseparator
34491 Macro
34492 \begin_inset space ~
34493 \end_inset
34494
34495 Definition\SpecialChar \menuseparator
34496 Append Argument
34497 \begin_inset Newline newline
34498 \end_inset
34499
34500
34501 \begin_inset Phantom HPhantom
34502 status open
34503
34504 \begin_layout Plain Layout
34505
34506 \family sans
34507 Edit\SpecialChar \menuseparator
34508 Math\SpecialChar \menuseparator
34509 Macro
34510 \begin_inset space ~
34511 \end_inset
34512
34513 Definition\SpecialChar \menuseparator
34514
34515 \end_layout
34516
34517 \end_inset
34518
34519 Eating From The Right
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 </row>
34525 <row interlinespace="2.5mm">
34526 <cell alignment="center" valignment="top" usebox="none">
34527 \begin_inset Text
34528
34529 \begin_layout Plain Layout
34530 \begin_inset Graphics
34531         filename ../images/math-macro-add-greedy-optional-param.png
34532         rotateOrigin center
34533
34534 \end_inset
34535
34536
34537 \end_layout
34538
34539 \end_inset
34540 </cell>
34541 <cell alignment="center" valignment="top" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545
34546 \family sans
34547 Edit\SpecialChar \menuseparator
34548 Math\SpecialChar \menuseparator
34549 Macro
34550 \begin_inset space ~
34551 \end_inset
34552
34553 Definition\SpecialChar \menuseparator
34554 Append Optional Argument
34555 \begin_inset Newline newline
34556 \end_inset
34557
34558
34559 \begin_inset Phantom HPhantom
34560 status open
34561
34562 \begin_layout Plain Layout
34563
34564 \family sans
34565 Edit\SpecialChar \menuseparator
34566 Math\SpecialChar \menuseparator
34567 Macro
34568 \begin_inset space ~
34569 \end_inset
34570
34571 Definition\SpecialChar \menuseparator
34572
34573 \end_layout
34574
34575 \end_inset
34576
34577 Eating From The Right
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 </row>
34583 </lyxtabular>
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Section
34591 Computer Algebra Systems
34592 \end_layout
34593
34594 \begin_layout Standard
34595 LyX offers the exchange between mathematical expressions written in LyX's
34596  math editor and external applications or user defined scripts.
34597  Currently supported applications are 
34598 \family sans
34599 Maple
34600 \family default
34601
34602 \family sans
34603 Mathematica
34604 \family default
34605
34606 \family sans
34607 Maxima
34608 \family default
34609  and 
34610 \family sans
34611 Octave
34612 \family default
34613 .
34614  Note that the set of supported mathematical constructs is limited only
34615  to very simple cases.
34616 \end_layout
34617
34618 \begin_layout Subsection
34619 Usage
34620 \end_layout
34621
34622 \begin_layout Standard
34623 Write some expression in a formula, go to the 
34624 \family sans
34625 Edit\SpecialChar \menuseparator
34626 Math\SpecialChar \menuseparator
34627 Use Computer Algebra System
34628 \family default
34629  menu and choose the application you have installed on the computer.
34630  After that the result of computation should show on the right side of the
34631  expression together with the 
34632 \begin_inset Quotes eld
34633 \end_inset
34634
34635 =
34636 \begin_inset Quotes erd
34637 \end_inset
34638
34639  operator.
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Here are few simple examples (with results from 
34644 \family typewriter
34645 Maxima
34646 \family default
34647 ) to show what kind of computations can be performed:
34648 \end_layout
34649
34650 \begin_layout Itemize
34651 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Itemize
34658 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Itemize
34665 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Itemize
34672 \begin_inset Formula $\det\left[\begin{array}{ccc}
34673 1 & 6 & 7\\
34674 2 & 5 & 8\\
34675 3 & 4 & 17
34676 \end{array}\right]=-56$
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Itemize
34683 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Subsection
34690 Keyboard shortcut
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Currently there is no keyboard shortcut for calling the algebra applications.
34695  One can easily bind a shortcut to the 
34696 \family sans
34697 math-extern
34698 \family default
34699  LyX function (see the 
34700 \family sans
34701 \emph on
34702 LyX Functions
34703 \family default
34704 \emph default
34705  manual).
34706  One could e.
34707 \begin_inset space \thinspace{}
34708 \end_inset
34709
34710 g.
34711 \begin_inset space ~
34712 \end_inset
34713
34714 bind the 
34715 \family sans
34716 Return
34717 \family default
34718  key inside the math editor.
34719  To bind it to 
34720 \family typewriter
34721 Maxima
34722 \family default
34723  one would use this shortcut definition command:
34724 \end_layout
34725
34726 \begin_layout Standard
34727
34728 \series bold
34729 command-alternatives break-paragraph;math-extern maxima
34730 \end_layout
34731
34732 \begin_layout Standard
34733 \begin_inset Newpage newpage
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Section
34740 Tips
34741 \begin_inset Index idx
34742 status collapsed
34743
34744 \begin_layout Plain Layout
34745 Tips
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Subsection
34754 Negative Numbers
34755 \begin_inset Index idx
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 Numbers ! negative
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 Negative numbers often look ugly in formulas because the minus sign before
34769  the number is set with the same length as the minus operator sign.
34770  When writing the negative number in normal text, the minus sign appears
34771  correctly.
34772 \end_layout
34773
34774 \begin_layout Standard
34775 Thus, the problem disappears when converting the minus sign to mathematical
34776  text.
34777 \end_layout
34778
34779 \begin_layout Standard
34780 An example to visualize the problem:
34781 \end_layout
34782
34783 \begin_layout Standard
34784 \align center
34785 \begin_inset Tabular
34786 <lyxtabular version="3" rows="3" columns="2">
34787 <features tabularvalignment="middle">
34788 <column alignment="right" valignment="top" width="0">
34789 <column alignment="left" valignment="top" width="0">
34790 <row>
34791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34792 \begin_inset Text
34793
34794 \begin_layout Plain Layout
34795 normal text:
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804 x = -2
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 </row>
34810 <row>
34811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 formula:
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 \begin_inset Formula $x=-2$
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 <row>
34834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838 solution:
34839 \end_layout
34840
34841 \end_inset
34842 </cell>
34843 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 \begin_inset Formula $x=\textrm{-}2$
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 </row>
34856 </lyxtabular>
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Subsection
34864 Comma as decimal Separator
34865 \begin_inset Index idx
34866 status collapsed
34867
34868 \begin_layout Plain Layout
34869 Comma
34870 \end_layout
34871
34872 \end_inset
34873
34874
34875 \end_layout
34876
34877 \begin_layout Standard
34878 In LaTeX a comma inside a formula is used, according to the English convention,
34879  as number group separator.
34880  So there will be space added behind all commas in formulas.
34881 \end_layout
34882
34883 \begin_layout Standard
34884 To avoid this, the comma is highlighted and changed to mathematical text
34885  (shortcut 
34886 \begin_inset Info
34887 type  "shortcut"
34888 arg   "math-mode"
34889 \end_inset
34890
34891 ).
34892 \end_layout
34893
34894 \begin_layout Standard
34895 To use all formula commas in the document as decimal separator, the file
34896  
34897 \series bold
34898 icomma.sty
34899 \series default
34900
34901 \begin_inset Foot
34902 status collapsed
34903
34904 \begin_layout Plain Layout
34905
34906 \series bold
34907 icomma
34908 \series default
34909  is part of the LaTeX-package 
34910 \series bold
34911 was
34912 \series default
34913
34914 \begin_inset Index idx
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918 Packages ! was
34919 \begin_inset ERT
34920 status collapsed
34921
34922 \begin_layout Plain Layout
34923
34924
34925 \backslash
34926 vspace{4mm}
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \end_inset
34935
34936 .
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \begin_inset Index idx
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946 Packages ! icomma
34947 \end_layout
34948
34949 \end_inset
34950
34951  is loaded with the LaTeX-preamble line
34952 \end_layout
34953
34954 \begin_layout Standard
34955
34956 \series bold
34957
34958 \backslash
34959 usepackage{icomma}
34960 \end_layout
34961
34962 \begin_layout Subsection
34963 Physical Vectors
34964 \begin_inset CommandInset label
34965 LatexCommand label
34966 name "sub:Physical-Vectors"
34967
34968 \end_inset
34969
34970
34971 \begin_inset Index idx
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975 Vectors ! physical
34976 \end_layout
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Standard
34984 Predefined vectors are offered by the LaTeX-package 
34985 \series bold
34986 braket
34987 \series default
34988
34989 \begin_inset Index idx
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993 Packages ! braket
34994 \end_layout
34995
34996 \end_inset
34997
34998  that is loaded with the LaTeX-preamble line
34999 \end_layout
35000
35001 \begin_layout Standard
35002
35003 \series bold
35004
35005 \backslash
35006 usepackage{braket}
35007 \end_layout
35008
35009 \begin_layout Standard
35010 \begin_inset ERT
35011 status collapsed
35012
35013 \begin_layout Plain Layout
35014
35015
35016 \backslash
35017 ifbraket 
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \begin_inset Note Note
35024 status open
35025
35026 \begin_layout Plain Layout
35027 The following table will only be displayed when the LaTeX-package 
35028 \series bold
35029 braket
35030 \series default
35031  is installed.
35032 \end_layout
35033
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \begin_layout Standard
35040 The following commands are defined:
35041 \end_layout
35042
35043 \begin_layout Standard
35044 \align center
35045 \begin_inset Tabular
35046 <lyxtabular version="3" rows="4" columns="2">
35047 <features tabularvalignment="middle">
35048 <column alignment="center" valignment="top" width="0">
35049 <column alignment="center" valignment="top" width="0">
35050 <row>
35051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35052 \begin_inset Text
35053
35054 \begin_layout Plain Layout
35055 Command
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35061 \begin_inset Text
35062
35063 \begin_layout Plain Layout
35064 Result
35065 \end_layout
35066
35067 \end_inset
35068 </cell>
35069 </row>
35070 <row>
35071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35072 \begin_inset Text
35073
35074 \begin_layout Plain Layout
35075
35076 \backslash
35077 Bra{
35078 \backslash
35079 psi
35080 \end_layout
35081
35082 \end_inset
35083 </cell>
35084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35085 \begin_inset Text
35086
35087 \begin_layout Plain Layout
35088 \begin_inset Formula $\Bra{\psi}$
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 </row>
35097 <row>
35098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35099 \begin_inset Text
35100
35101 \begin_layout Plain Layout
35102
35103 \backslash
35104 Ket{
35105 \backslash
35106 psi
35107 \end_layout
35108
35109 \end_inset
35110 </cell>
35111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35112 \begin_inset Text
35113
35114 \begin_layout Plain Layout
35115 \begin_inset Formula $\Ket{\psi}$
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \end_inset
35122 </cell>
35123 </row>
35124 <row>
35125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129
35130 \backslash
35131 Braket{
35132 \backslash
35133 psi|
35134 \backslash
35135 phi
35136 \end_layout
35137
35138 \end_inset
35139 </cell>
35140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144 \begin_inset Formula $\Braket{\psi|\phi}$
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 </row>
35153 </lyxtabular>
35154
35155 \end_inset
35156
35157
35158 \end_layout
35159
35160 \begin_layout Standard
35161 The command 
35162 \series bold
35163
35164 \backslash
35165 Braket
35166 \series default
35167  assures that all vertical bars are set in the size of the surrounding brackets:
35168 \begin_inset Formula 
35169 \[
35170 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35171 \]
35172
35173 \end_inset
35174
35175
35176 \begin_inset ERT
35177 status collapsed
35178
35179 \begin_layout Plain Layout
35180
35181
35182 \backslash
35183 else 
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \begin_inset Note Note
35190 status open
35191
35192 \begin_layout Plain Layout
35193 The following will be displayed when the LaTeX-package 
35194 \series bold
35195 braket
35196 \series default
35197  is not installed:
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Standard
35206 You need to install the LaTeX-package 
35207 \series bold
35208 braket
35209 \series default
35210  to see the rest of this subsection in the output.
35211 \end_layout
35212
35213 \begin_layout Standard
35214 \begin_inset ERT
35215 status collapsed
35216
35217 \begin_layout Plain Layout
35218
35219
35220 \backslash
35221 fi 
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 The effect of 
35231 \series bold
35232
35233 \backslash
35234 Braket
35235 \series default
35236  can also be achieved using the command 
35237 \series bold
35238
35239 \backslash
35240 middle
35241 \series default
35242 , that is described in 
35243 \begin_inset CommandInset ref
35244 LatexCommand ref
35245 reference "sub:Automatic-Bracket-Size"
35246
35247 \end_inset
35248
35249 .
35250 \end_layout
35251
35252 \begin_layout Subsection
35253 Self-defined Fractions
35254 \begin_inset CommandInset label
35255 LatexCommand label
35256 name "sub:Self-defined-Fractions"
35257
35258 \end_inset
35259
35260
35261 \begin_inset Index idx
35262 status collapsed
35263
35264 \begin_layout Plain Layout
35265 Fractions ! self-defined
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Standard
35274 To define custom commands for fractions, the command 
35275 \series bold
35276
35277 \backslash
35278 genfrac
35279 \series default
35280
35281 \begin_inset Index idx
35282 status collapsed
35283
35284 \begin_layout Plain Layout
35285 Commands ! G ! 
35286 \backslash
35287 genfrac
35288 \end_layout
35289
35290 \end_inset
35291
35292  is used in the following scheme:
35293 \end_layout
35294
35295 \begin_layout Standard
35296
35297 \series bold
35298
35299 \backslash
35300 genfrac{left
35301 \series default
35302  
35303 \series bold
35304 bracket}{right
35305 \series default
35306  
35307 \series bold
35308 bracket}{fraction bar thickness}{style}
35309 \begin_inset Newline newline
35310 \end_inset
35311
35312
35313 \begin_inset Phantom HPhantom
35314 status open
35315
35316 \begin_layout Plain Layout
35317
35318 \series bold
35319
35320 \backslash
35321 genfrac
35322 \end_layout
35323
35324 \end_inset
35325
35326 {numerator}{denominator}
35327 \end_layout
35328
35329 \begin_layout Standard
35330 The style is a number in the range of 0
35331 \begin_inset space \thinspace{}
35332 \end_inset
35333
35334 -
35335 \begin_inset space \thinspace{}
35336 \end_inset
35337
35338 3.
35339 \end_layout
35340
35341 \begin_layout Standard
35342 \align center
35343 \begin_inset Tabular
35344 <lyxtabular version="3" rows="5" columns="2">
35345 <features tabularvalignment="middle">
35346 <column alignment="center" valignment="top" width="0">
35347 <column alignment="center" valignment="top" width="0">
35348 <row>
35349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35350 \begin_inset Text
35351
35352 \begin_layout Plain Layout
35353 Number
35354 \end_layout
35355
35356 \end_inset
35357 </cell>
35358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 Style (Size)
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 </row>
35368 <row>
35369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35370 \begin_inset Text
35371
35372 \begin_layout Plain Layout
35373 0
35374 \end_layout
35375
35376 \end_inset
35377 </cell>
35378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382 display style formula
35383 \end_layout
35384
35385 \end_inset
35386 </cell>
35387 </row>
35388 <row>
35389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35390 \begin_inset Text
35391
35392 \begin_layout Plain Layout
35393 1
35394 \end_layout
35395
35396 \end_inset
35397 </cell>
35398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402 inline formula
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 </row>
35408 <row>
35409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 2
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 small
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 </row>
35428 <row>
35429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 3
35434 \end_layout
35435
35436 \end_inset
35437 </cell>
35438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442 tiny
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 </row>
35448 </lyxtabular>
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Standard
35456 When no style is given, the size is adjusted to the surrounding environment
35457  like for the command 
35458 \series bold
35459
35460 \backslash
35461 frac
35462 \series default
35463 .
35464 \end_layout
35465
35466 \begin_layout Standard
35467 When no fraction bar thickness is given, the predefined value of 0.4
35468 \begin_inset space \thinspace{}
35469 \end_inset
35470
35471 pt will be used.
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset VSpace medskip
35476 \end_inset
35477
35478 For example, the commands 
35479 \series bold
35480
35481 \backslash
35482 dfrac
35483 \series default
35484  and 
35485 \series bold
35486
35487 \backslash
35488 tbinom
35489 \series default
35490  from 
35491 \begin_inset CommandInset ref
35492 LatexCommand ref
35493 reference "sub:Fractions"
35494
35495 \end_inset
35496
35497  are defined with the commands
35498 \end_layout
35499
35500 \begin_layout Standard
35501
35502 \series bold
35503
35504 \backslash
35505 newcommand{
35506 \backslash
35507 dfrac}[2]{
35508 \backslash
35509 genfrac{}{}{}{0}{#1}{#2}}
35510 \end_layout
35511
35512 \begin_layout Standard
35513 and
35514 \end_layout
35515
35516 \begin_layout Standard
35517
35518 \series bold
35519
35520 \backslash
35521 newcommand{
35522 \backslash
35523 tbinom}[2]{
35524 \backslash
35525 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35526 \end_layout
35527
35528 \begin_layout Standard
35529 \begin_inset VSpace medskip
35530 \end_inset
35531
35532 To define a fraction where the fraction bar thickness can be given as optional
35533  argument, the following line is inserted to the LaTeX-preamble:
35534 \end_layout
35535
35536 \begin_layout Standard
35537
35538 \series bold
35539
35540 \backslash
35541 newcommand{
35542 \backslash
35543 fracS}[3][]{
35544 \backslash
35545 genfrac{}{}{#1}{}{#2}{#3}}
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \begin_inset Newpage newpage
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \begin_layout Standard
35556 A test:
35557 \begin_inset Formula 
35558 \begin{align*}
35559 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35560 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35561 \end{align*}
35562
35563 \end_inset
35564
35565 As one can see, the distance of the numerator and the denominator to the
35566  fraction bar is round about three times the bar thickness.
35567 \end_layout
35568
35569 \begin_layout Subsection
35570 Canceled Formulas
35571 \begin_inset Index idx
35572 status collapsed
35573
35574 \begin_layout Plain Layout
35575 Formula ! canceled
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 To cancel formulas or formula parts, the LaTeX-package 
35585 \series bold
35586 cancel
35587 \series default
35588
35589 \begin_inset Index idx
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593 Packages ! cancel
35594 \end_layout
35595
35596 \end_inset
35597
35598  has to be loaded with the LaTeX-preamble line
35599 \end_layout
35600
35601 \begin_layout Standard
35602
35603 \series bold
35604
35605 \backslash
35606 usepackage{cancel}
35607 \end_layout
35608
35609 \begin_layout Standard
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 ifcancel 
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \begin_inset Note Note
35624 status open
35625
35626 \begin_layout Plain Layout
35627 The following table will only be displayed when the LaTeX-package 
35628 \series bold
35629 cancel
35630 \series default
35631  is installed.
35632 \end_layout
35633
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Standard
35640 There are four ways to cancel formulas:
35641 \end_layout
35642
35643 \begin_layout Standard
35644 \align center
35645 \begin_inset Tabular
35646 <lyxtabular version="3" rows="5" columns="2">
35647 <features tabularvalignment="middle">
35648 <column alignment="center" valignment="top" width="0">
35649 <column alignment="center" valignment="top" width="0">
35650 <row>
35651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655 Command
35656 \end_layout
35657
35658 \end_inset
35659 </cell>
35660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664 Result
35665 \begin_inset Note Note
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669 The space and
35670 \series bold
35671  
35672 \backslash
35673 raisebox
35674 \series default
35675  are used here as spacer.
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 </row>
35686 <row>
35687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35688 \begin_inset Text
35689
35690 \begin_layout Plain Layout
35691
35692 \backslash
35693 cancel{
35694 \backslash
35695 int
35696 \begin_inset ERT
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700
35701
35702 \backslash
35703 spce 
35704 \end_layout
35705
35706 \end_inset
35707
35708 A=B
35709 \end_layout
35710
35711 \end_inset
35712 </cell>
35713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35714 \begin_inset Text
35715
35716 \begin_layout Plain Layout
35717 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 </row>
35726 <row>
35727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35728 \begin_inset Text
35729
35730 \begin_layout Plain Layout
35731
35732 \backslash
35733 bcancel{
35734 \backslash
35735 int
35736 \begin_inset ERT
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740
35741
35742 \backslash
35743 spce 
35744 \end_layout
35745
35746 \end_inset
35747
35748 A=B
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35758 \end_inset
35759
35760
35761 \end_layout
35762
35763 \end_inset
35764 </cell>
35765 </row>
35766 <row>
35767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771
35772 \backslash
35773 xcancel{
35774 \backslash
35775 int
35776 \begin_inset ERT
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780
35781
35782 \backslash
35783 spce 
35784 \end_layout
35785
35786 \end_inset
35787
35788 A=B
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \end_inset
35804 </cell>
35805 </row>
35806 <row>
35807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35808 \begin_inset Text
35809
35810 \begin_layout Plain Layout
35811
35812 \backslash
35813 cancelto{1
35814 \begin_inset Formula $\to$
35815 \end_inset
35816
35817
35818 \backslash
35819 {
35820 \backslash
35821 int
35822 \begin_inset ERT
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826
35827
35828 \backslash
35829 spce 
35830 \end_layout
35831
35832 \end_inset
35833
35834 A=B
35835 \end_layout
35836
35837 \end_inset
35838 </cell>
35839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35840 \begin_inset Text
35841
35842 \begin_layout Plain Layout
35843 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \end_inset
35850 </cell>
35851 </row>
35852 </lyxtabular>
35853
35854 \end_inset
35855
35856
35857 \end_layout
35858
35859 \begin_layout Standard
35860
35861 \series bold
35862
35863 \backslash
35864 cancelto
35865 \series default
35866  is especially suitable to visualize the reduction of fractions within formulas:
35867 \begin_inset Formula 
35868 \[
35869 \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}}}
35870 \]
35871
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \begin_layout Standard
35878 To change the size of 
35879 \series bold
35880
35881 \backslash
35882 cancelto
35883 \series default
35884 's 
35885 \begin_inset Quotes eld
35886 \end_inset
35887
35888 subscript
35889 \begin_inset Quotes erd
35890 \end_inset
35891
35892  value one can load the package 
35893 \series bold
35894 cancel
35895 \series default
35896  with either the option 
35897 \series bold
35898 samesize
35899 \series default
35900  which leads to the same size as for the canceled value or with the option
35901  
35902 \series bold
35903 Smaller
35904 \series default
35905  which makes is it a bit smaller than the size one gets without using a
35906  package option.
35907  In this document 
35908 \series bold
35909 cancel
35910 \series default
35911  was loaded with this line:
35912 \end_layout
35913
35914 \begin_layout Standard
35915
35916 \series bold
35917
35918 \backslash
35919 usepackage[samesize]{cancel}
35920 \end_layout
35921
35922 \begin_layout Standard
35923 To color the cancellation bar one adds this command as TeX code:
35924 \end_layout
35925
35926 \begin_layout Standard
35927
35928 \series bold
35929
35930 \backslash
35931 renewcommand{
35932 \backslash
35933 CancelColor}{
35934 \backslash
35935 color{red}}
35936 \end_layout
35937
35938 \begin_layout Standard
35939
35940 \series bold
35941 red
35942 \series default
35943  can be replaced by a color of your choice.
35944 \end_layout
35945
35946 \begin_layout Standard
35947 \begin_inset ERT
35948 status collapsed
35949
35950 \begin_layout Plain Layout
35951
35952
35953 \backslash
35954 renewcommand{
35955 \backslash
35956 CancelColor}{
35957 \backslash
35958 color{red}}
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset Formula 
35968 \[
35969 \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}}}
35970 \]
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 renewcommand{
35986 \backslash
35987 CancelColor}{
35988 \backslash
35989 color{black}}
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \begin_inset Note Note
35996 status open
35997
35998 \begin_layout Plain Layout
35999 reset the color
36000 \end_layout
36001
36002 \end_inset
36003
36004
36005 \end_layout
36006
36007 \begin_layout Standard
36008 For further customizations, see the documentation of the package 
36009 \series bold
36010 cancel
36011 \series default
36012
36013 \begin_inset CommandInset citation
36014 LatexCommand cite
36015 key "cancel"
36016
36017 \end_inset
36018
36019 .
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset ERT
36024 status collapsed
36025
36026 \begin_layout Plain Layout
36027
36028
36029 \backslash
36030 else 
36031 \end_layout
36032
36033 \end_inset
36034
36035
36036 \begin_inset Note Note
36037 status open
36038
36039 \begin_layout Plain Layout
36040 The following will be displayed when the LaTeX-package 
36041 \series bold
36042 cancel
36043 \series default
36044  is not installed:
36045 \end_layout
36046
36047 \end_inset
36048
36049
36050 \end_layout
36051
36052 \begin_layout Standard
36053 You need to install the LaTeX-package 
36054 \series bold
36055 cancel
36056 \series default
36057  to see the rest of this subsection in the output.
36058 \end_layout
36059
36060 \begin_layout Standard
36061 \begin_inset ERT
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066
36067 \backslash
36068 fi 
36069 \end_layout
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Subsection
36077 Formulas in Section Headings
36078 \begin_inset CommandInset label
36079 LatexCommand label
36080 name "sub:Formulas-in-Section"
36081
36082 \end_inset
36083
36084
36085 \begin_inset Index idx
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089 Formula ! in section headings
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \begin_layout Standard
36098 When formulas are used in section headings, the following has to be taken
36099  into account:
36100 \end_layout
36101
36102 \begin_layout Standard
36103 \begin_inset Note Greyedout
36104 status open
36105
36106 \begin_layout Plain Layout
36107 When 
36108 \series bold
36109 hyperref
36110 \series default
36111
36112 \begin_inset Index idx
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 Packages ! hyperref
36117 \end_layout
36118
36119 \end_inset
36120
36121  support is enabled in the document settings dialog under 
36122 \family sans
36123 PDF
36124 \begin_inset space ~
36125 \end_inset
36126
36127 Properties
36128 \family default
36129 , PDF-bookmarks are created for every section heading in the table of contents.
36130  If a section heading contains formulas, they are incorrectly displayed
36131  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36132 s.
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Standard
36141 Both problems can be solved by inserting at the end of the section heading
36142  a short title with the menu 
36143 \family sans
36144 Insert\SpecialChar \menuseparator
36145 Short
36146 \begin_inset space ~
36147 \end_inset
36148
36149 Title
36150 \family default
36151 .
36152  Short titles are used as alternative for multiline section headings to
36153  keep the table of contents clearly arranged.
36154  Only the short title appears in the table of contents and therefore also
36155  in the PDF-bookmark.
36156 \end_layout
36157
36158 \begin_layout Standard
36159 When formulas should be used in the table of contents but 
36160 \series bold
36161 hyperref
36162 \series default
36163  is used, one can use the following command in TeX-mode:
36164 \end_layout
36165
36166 \begin_layout Standard
36167
36168 \series bold
36169
36170 \backslash
36171 texorpdfstring{part}{alternative}
36172 \begin_inset Index idx
36173 status collapsed
36174
36175 \begin_layout Plain Layout
36176 Commands ! T ! 
36177 \backslash
36178 texorpdfstring
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \begin_layout Standard
36187 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36188  This can be characters, formulas, footnotes, but also cross-references.
36189  The alternative is used instead of the part for the bookmark.
36190 \end_layout
36191
36192 \begin_layout Standard
36193 Here are two example headings:
36194 \begin_inset VSpace -3mm
36195 \end_inset
36196
36197
36198 \begin_inset ERT
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202
36203
36204 \backslash
36205 boldmath 
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Subsubsection
36214 Heading without formula in table of contents 
36215 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36216 \end_inset
36217
36218
36219 \begin_inset Argument
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Heading without formula in table of contents
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \begin_layout Subsubsection
36232 Heading with formula in table of contents
36233 \begin_inset ERT
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237
36238
36239 \backslash
36240 texorpdfstring{
36241 \end_layout
36242
36243 \end_inset
36244
36245  
36246 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36247 \end_inset
36248
36249
36250 \begin_inset ERT
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254
36255 }{}
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \begin_layout Standard
36264 \begin_inset ERT
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268
36269
36270 \backslash
36271 unboldmath 
36272 \end_layout
36273
36274 \end_inset
36275
36276 In the first heading a short title was used, in the second one 
36277 \series bold
36278
36279 \backslash
36280 texorpdfstring
36281 \series default
36282 .
36283 \end_layout
36284
36285 \begin_layout Standard
36286 To get the same formatting as for the other headings, the complete heading
36287  was set into a 
36288 \series bold
36289 boldmath
36290 \series default
36291  environment
36292 \begin_inset Foot
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296 see 
36297 \begin_inset CommandInset ref
36298 LatexCommand ref
36299 reference "sub:Bold-Formulas"
36300
36301 \end_inset
36302
36303
36304 \end_layout
36305
36306 \end_inset
36307
36308 .
36309 \end_layout
36310
36311 \begin_layout Subsection
36312 Formulas in multi-column Text
36313 \begin_inset Index idx
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317 Formula ! in multi-column text
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Formulas in multi-column text are often too wide to fit into a column and
36327  thus need to be set over the whole page width.
36328  This is done by using the LaTeX-package 
36329 \series bold
36330 multicol
36331 \series default
36332
36333 \begin_inset Foot
36334 status collapsed
36335
36336 \begin_layout Plain Layout
36337
36338 \series bold
36339 multicol
36340 \series default
36341  is part of every LaTeX standard installation.
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \begin_inset Index idx
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351 Packages ! multicol
36352 \end_layout
36353
36354 \end_inset
36355
36356 , that is loaded with the LaTeX-preamble line
36357 \end_layout
36358
36359 \begin_layout Standard
36360
36361 \series bold
36362
36363 \backslash
36364 usepackage{multicol}
36365 \end_layout
36366
36367 \begin_layout Standard
36368 \begin_inset Note Greyedout
36369 status open
36370
36371 \begin_layout Plain Layout
36372 Note herby that the setting 
36373 \family sans
36374 Two-column
36375 \begin_inset space ~
36376 \end_inset
36377
36378 document
36379 \family default
36380  in the menu 
36381 \family sans
36382 Document\SpecialChar \menuseparator
36383 Settings
36384 \family default
36385  under 
36386 \family sans
36387 Text
36388 \begin_inset space ~
36389 \end_inset
36390
36391 Layout
36392 \family default
36393 \emph on
36394  
36395 \emph default
36396 must 
36397 \emph on
36398 not
36399 \emph default
36400  be selected.
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Before the multi-column text the command
36410 \end_layout
36411
36412 \begin_layout Standard
36413
36414 \series bold
36415
36416 \backslash
36417 begin{multicols}{column number}
36418 \end_layout
36419
36420 \begin_layout Standard
36421 is written in TeX-mode.
36422  The column number is a number in the range of 2
36423 \begin_inset space \thinspace{}
36424 \end_inset
36425
36426 -
36427 \begin_inset space \thinspace{}
36428 \end_inset
36429
36430 10.
36431  Before the formula the multi-column text is ended by inserting the command
36432 \end_layout
36433
36434 \begin_layout Standard
36435
36436 \series bold
36437
36438 \backslash
36439 end{multicols}
36440 \end_layout
36441
36442 \begin_layout Standard
36443 in TeX-mode.
36444 \end_layout
36445
36446 \begin_layout Standard
36447 Due to the command some space is automatically added before the formula.
36448  To revert this, -6
36449 \begin_inset space \thinspace{}
36450 \end_inset
36451
36452 mm vertical space is inserted before the formula.
36453  When the formula style 
36454 \series bold
36455 Indented
36456 \begin_inset Foot
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460 formula styles see 
36461 \begin_inset CommandInset ref
36462 LatexCommand ref
36463 reference "sec:Formula-Styles"
36464
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \end_inset
36471
36472
36473 \series default
36474  is used, -9
36475 \begin_inset space \thinspace{}
36476 \end_inset
36477
36478 mm space is inserted instead.
36479 \end_layout
36480
36481 \begin_layout Standard
36482 As example a multi-column text with a displayed formula:
36483 \end_layout
36484
36485 \begin_layout Standard
36486
36487 \lang german
36488 \begin_inset ERT
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492
36493
36494 \backslash
36495 begin{multicols}{2}
36496 \end_layout
36497
36498 \end_inset
36499
36500 Das Spektrum wird fouriertransformiert.
36501  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36502 , Lösungsmittel) zu trennen.
36503  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36504  nun das Aussehen des Ausgangssignals.
36505  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36506  über alle Phasen integrieren muss.
36507  Sei nun 
36508 \begin_inset Formula $S$
36509 \end_inset
36510
36511  unser normiertes Ausgangssignal und 
36512 \begin_inset Formula $P$
36513 \end_inset
36514
36515  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36516 \begin_inset ERT
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520
36521
36522 \backslash
36523 end{multicols}
36524 \end_layout
36525
36526 \end_inset
36527
36528
36529 \begin_inset VSpace -6mm
36530 \end_inset
36531
36532
36533 \begin_inset Formula 
36534 \begin{equation}
36535 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36536 \end{equation}
36537
36538 \end_inset
36539
36540
36541 \begin_inset ERT
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545
36546
36547 \backslash
36548 begin{multicols}{2}
36549 \end_layout
36550
36551 \end_inset
36552
36553 wobei 
36554 \begin_inset Formula $S_{0}$
36555 \end_inset
36556
36557  das Signal ohne Gradient ist und die Normierungsbedingung 
36558 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36559 \end_inset
36560
36561  gilt.
36562  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36563  Direkt nach dem 
36564 \begin_inset Formula $\nicefrac{\pi}{2}$
36565 \end_inset
36566
36567
36568 \begin_inset space \thinspace{}
36569 \end_inset
36570
36571 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36572  das Signal zusätzlich abschwächt.
36573  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36574  
36575 \begin_inset Formula $T_{2}$
36576 \end_inset
36577
36578 -Zeit.
36579 \end_layout
36580
36581 \begin_layout Standard
36582
36583 \lang german
36584 \begin_inset ERT
36585 status collapsed
36586
36587 \begin_layout Plain Layout
36588
36589
36590 \backslash
36591 end{multicols}
36592 \end_layout
36593
36594 \end_inset
36595
36596
36597 \end_layout
36598
36599 \begin_layout Subsection
36600 Formulas with Description of Variables
36601 \begin_inset Index idx
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605 Formula ! with description of variables
36606 \end_layout
36607
36608 \end_inset
36609
36610
36611 \end_layout
36612
36613 \begin_layout Standard
36614 To describe variables within a formula, like in formula 
36615 \begin_inset CommandInset ref
36616 LatexCommand eqref
36617 reference "eq:within"
36618
36619 \end_inset
36620
36621 , a 2
36622 \series bold
36623 ×
36624 \series default
36625
36626 \begin_inset Formula $n$
36627 \end_inset
36628
36629
36630 \begin_inset space ~
36631 \end_inset
36632
36633 matrix is used with left aligned columns for the 
36634 \begin_inset Formula $n$
36635 \end_inset
36636
36637  used variables.
36638 \begin_inset Foot
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642 matrices see 
36643 \begin_inset CommandInset ref
36644 LatexCommand ref
36645 reference "sec:Matrices"
36646
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \end_inset
36653
36654  To set the description in a smaller size, before the matrix e.
36655 \begin_inset space \thinspace{}
36656 \end_inset
36657
36658 g.
36659 \begin_inset space \space{}
36660 \end_inset
36661
36662 the command 
36663 \series bold
36664
36665 \backslash
36666 footnotesize
36667 \series default
36668  is inserted.
36669 \begin_inset Foot
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673 font sizes see 
36674 \begin_inset CommandInset ref
36675 LatexCommand ref
36676 reference "sub:Font-Sizes"
36677
36678 \end_inset
36679
36680
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Standard
36689 When the formula style 
36690 \series bold
36691 Indented
36692 \begin_inset Foot
36693 status collapsed
36694
36695 \begin_layout Plain Layout
36696 formula styles see 
36697 \begin_inset CommandInset ref
36698 LatexCommand ref
36699 reference "sec:Formula-Styles"
36700
36701 \end_inset
36702
36703
36704 \end_layout
36705
36706 \end_inset
36707
36708
36709 \series default
36710  is used, a 
36711 \series bold
36712
36713 \backslash
36714 hfill
36715 \series default
36716
36717 \begin_inset Foot
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721
36722 \series bold
36723
36724 \backslash
36725 hfill
36726 \series default
36727  only works in formulas with the style 
36728 \series bold
36729 Indented
36730 \series default
36731 , see 
36732 \begin_inset CommandInset ref
36733 LatexCommand ref
36734 reference "sub:Variable-Space"
36735
36736 \end_inset
36737
36738 .
36739 \end_layout
36740
36741 \end_inset
36742
36743  is inserted before and after the matrix to have the same separation of
36744  the matrix from the equation and the side margin.
36745 \end_layout
36746
36747 \begin_layout Standard
36748 When the formula style 
36749 \series bold
36750 Centered
36751 \series default
36752  is used, the method described in 
36753 \begin_inset CommandInset ref
36754 LatexCommand ref
36755 reference "sub:Flalign-Environment"
36756
36757 \end_inset
36758
36759  is used to indent formulas.
36760  Formula 
36761 \begin_inset CommandInset ref
36762 LatexCommand eqref
36763 reference "eq:within"
36764
36765 \end_inset
36766
36767  consists of five columns whereas in the first two columns contain the equation,
36768  the third the matrix and the last one an empty TeX-brace.
36769 \begin_inset Formula 
36770 \begin{flalign}
36771 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36772 \rho & \textrm{density}\\
36773 V & \textrm{volume}\\
36774 g & \textrm{gravitational acceleration}
36775 \end{array} &  & {}\label{eq:within}
36776 \end{flalign}
36777
36778 \end_inset
36779
36780
36781 \end_layout
36782
36783 \begin_layout Subsection
36784 Upright small Greek Letters
36785 \begin_inset CommandInset label
36786 LatexCommand label
36787 name "sub:Upright-small-Greek"
36788
36789 \end_inset
36790
36791
36792 \begin_inset Index idx
36793 status collapsed
36794
36795 \begin_layout Plain Layout
36796 Greek letters ! upright
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Standard
36805 Most of the math fonts only provide italic small Greek letters.
36806  But for symbols of elementary particles like pions and neutrinos, upright
36807  Greek letters are needed.
36808  The file 
36809 \series bold
36810 upgreek.sty
36811 \series default
36812
36813 \begin_inset Foot
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817
36818 \series bold
36819 upgreek
36820 \series default
36821  is part of the LaTeX-package 
36822 \series bold
36823 was
36824 \series default
36825
36826 \begin_inset Index idx
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 Packages ! was
36831 \begin_inset ERT
36832 status collapsed
36833
36834 \begin_layout Plain Layout
36835
36836
36837 \backslash
36838 vspace{4mm}
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \end_inset
36847
36848 .
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \begin_inset Index idx
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858 Packages ! upgreek
36859 \end_layout
36860
36861 \end_inset
36862
36863  that is loaded with the LaTeX-preamble line
36864 \end_layout
36865
36866 \begin_layout Standard
36867
36868 \series bold
36869
36870 \backslash
36871 usepackage{upgreek}
36872 \end_layout
36873
36874 \begin_layout Standard
36875 provides them.
36876  
36877 \begin_inset ERT
36878 status collapsed
36879
36880 \begin_layout Plain Layout
36881
36882
36883 \backslash
36884 ifupgreek 
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \begin_inset Note Note
36891 status open
36892
36893 \begin_layout Plain Layout
36894 The following table will only be displayed when the LaTeX-package 
36895 \series bold
36896 upgreek
36897 \series default
36898  is installed:
36899 \end_layout
36900
36901 \end_inset
36902
36903  They are created when the command for a small Greek letters is started
36904  with 
36905 \series bold
36906 up
36907 \series default
36908 .
36909  For example the command 
36910 \series bold
36911
36912 \backslash
36913 uptau
36914 \series default
36915  creates this: 
36916 \begin_inset Formula $\uptau$
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \begin_layout Standard
36923 With these commands reactions of elementary particles can be typeset:
36924 \begin_inset Formula 
36925 \[
36926 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36927 \]
36928
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \begin_layout Standard
36935 The upright letters are more bold and wider than the italic ones.
36936  They should therefore not be used for units like 
36937 \begin_inset Quotes eld
36938 \end_inset
36939
36940 µm
36941 \begin_inset Quotes erd
36942 \end_inset
36943
36944 .
36945 \end_layout
36946
36947 \begin_layout Standard
36948 \begin_inset ERT
36949 status collapsed
36950
36951 \begin_layout Plain Layout
36952
36953
36954 \backslash
36955 else 
36956 \end_layout
36957
36958 \end_inset
36959
36960
36961 \begin_inset Note Note
36962 status open
36963
36964 \begin_layout Plain Layout
36965 The following will be displayed when the LaTeX-package 
36966 \series bold
36967 upgreek
36968 \series default
36969  is not installed:
36970 \end_layout
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \begin_layout Standard
36978 You need to install the LaTeX-package 
36979 \series bold
36980 upgreek
36981 \series default
36982  to see the rest of this subsection in the output.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 \begin_inset ERT
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990
36991
36992 \backslash
36993 fi 
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 \begin_inset Newpage newpage
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Subsection
37009 Text Characters in Formulas
37010 \begin_inset CommandInset label
37011 LatexCommand label
37012 name "sub:Text-Characters-in"
37013
37014 \end_inset
37015
37016
37017 \begin_inset Index idx
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 Text ! in formulas
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 In some cases you might want to insert text characters directly into formulas.
37031  When for example the centered dot · is often used in formulas like 
37032 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37033 \end_inset
37034
37035 , one would have to insert the command 
37036 \series bold
37037
37038 \backslash
37039 cdot
37040 \series default
37041
37042 \begin_inset Foot
37043 status collapsed
37044
37045 \begin_layout Plain Layout
37046 see 
37047 \begin_inset CommandInset ref
37048 LatexCommand ref
37049 reference "sub:Binary-Operators"
37050
37051 \end_inset
37052
37053
37054 \end_layout
37055
37056 \end_inset
37057
37058  all the time, because this character is defined in all encodings as text
37059  character.
37060  But the encoding can be changed by this LaTeX-preamble line:
37061 \end_layout
37062
37063 \begin_layout Standard
37064
37065 \series bold
37066
37067 \backslash
37068 Declare Inputtext{183}{
37069 \backslash
37070 ifmmode
37071 \backslash
37072 cdot
37073 \backslash
37074 else
37075 \backslash
37076 textperiodcentered
37077 \backslash
37078 f\SpecialChar \textcompwordmark{}
37079 i}
37080 \end_layout
37081
37082 \begin_layout Standard
37083 The character encoding (menu 
37084 \family sans
37085 Document\SpecialChar \menuseparator
37086 Settings\SpecialChar \menuseparator
37087 Language
37088 \family default
37089 ) specifies what character appears when a keyboard key is pressed.
37090  When the key for the character '·' is pressed, internally the command 
37091 \series bold
37092
37093 \backslash
37094 textperiodcentered
37095 \series default
37096  is used.
37097  But this command is not available in a formula so that you would get LaTeX-erro
37098 rs.
37099  With the changed encoding the right command is chosen automatically, depending
37100  on if the character was inserted into a formula or not.
37101 \end_layout
37102
37103 \begin_layout Standard
37104 The encoding of several characters is saved in definition files.
37105  Fore example the encoding 
37106 \series bold
37107 latin9
37108 \series default
37109  is defined in the file 
37110 \series bold
37111 latin9.def
37112 \series default
37113  that is in the installation folder of LaTeX.
37114  Encodings should only be changed via the LaTeX-preamble and not in the
37115  definition files.
37116  Otherwise own documents could not be edited by other LyX users working
37117  on other computers.
37118 \end_layout
37119
37120 \begin_layout Standard
37121 \begin_inset VSpace medskip
37122 \end_inset
37123
37124 Besides the centered dot, in this document the degree sign ° is defined
37125  with the following LaTeX-preamble line so that it can directly be inserted
37126  to a formula:
37127 \end_layout
37128
37129 \begin_layout Standard
37130
37131 \series bold
37132
37133 \backslash
37134 DeclareInputtext{176}{
37135 \backslash
37136 ifmmode^
37137 \backslash
37138 circ
37139 \backslash
37140 else
37141 \backslash
37142 textdegree
37143 \backslash
37144 f\SpecialChar \textcompwordmark{}
37145 i}
37146 \end_layout
37147
37148 \begin_layout Standard
37149 \begin_inset Newpage newpage
37150 \end_inset
37151
37152
37153 \end_layout
37154
37155 \begin_layout Section
37156 \start_of_appendix
37157 Typographic Advice
37158 \begin_inset Index idx
37159 status collapsed
37160
37161 \begin_layout Plain Layout
37162 Typographic advice
37163 \end_layout
37164
37165 \end_inset
37166
37167
37168 \end_layout
37169
37170 \begin_layout Standard
37171 This section is a summary of the most important typographic rules, listed
37172  in ISO norms.
37173 \begin_inset Foot
37174 status collapsed
37175
37176 \begin_layout Plain Layout
37177 This collection was partly taken from the German semi-official dictionary
37178  called 
37179 \begin_inset Quotes eld
37180 \end_inset
37181
37182 Duden
37183 \begin_inset Quotes erd
37184 \end_inset
37185
37186  
37187 \begin_inset CommandInset citation
37188 LatexCommand cite
37189 key "Duden"
37190
37191 \end_inset
37192
37193  that lists some of the ISO rules.
37194  More rules are listed in 
37195 \begin_inset CommandInset citation
37196 LatexCommand cite
37197 key "Checklist"
37198
37199 \end_inset
37200
37201 .
37202 \end_layout
37203
37204 \end_inset
37205
37206
37207 \end_layout
37208
37209 \begin_layout Itemize
37210 Physical units are 
37211 \emph on
37212 always
37213 \emph default
37214  set upright
37215 \begin_inset Foot
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219 done with font styles, see 
37220 \begin_inset CommandInset ref
37221 LatexCommand ref
37222 reference "sub:Font-Styles"
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \end_inset
37230
37231 , no matter if they appear in italic text: 30
37232 \begin_inset space \thinspace{}
37233 \end_inset
37234
37235 km/h
37236 \begin_inset Newline newline
37237 \end_inset
37238
37239 Between the value and the unit is the smallest space, see 
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "sub:Predefined-Space"
37243
37244 \end_inset
37245
37246 .
37247 \begin_inset Newline newline
37248 \end_inset
37249
37250 This convention is automatically fulfilled when the command 
37251 \series bold
37252
37253 \backslash
37254 unittwo
37255 \series default
37256  is used.
37257  When it is entered to a formula, two boxes appear.
37258  In the first one the value is inserted, in the second one the unit, and
37259  one gets as above: 
37260 \begin_inset Formula $\unit[30]{km/h}$
37261 \end_inset
37262
37263
37264 \begin_inset space \thinspace{}
37265 \end_inset
37266
37267 .
37268  Note that 
37269 \series bold
37270
37271 \backslash
37272 unittwo
37273 \series default
37274  is not a real LaTeX command but the command 
37275 \series bold
37276
37277 \backslash
37278 unit[value]{unit}
37279 \series default
37280 , therefore you cannot use it in TeX code.
37281 \end_layout
37282
37283 \begin_layout Itemize
37284 Percent and perthousand signs are set like physical units:
37285 \begin_inset Newline newline
37286 \end_inset
37287
37288 1,2
37289 \begin_inset space \thinspace{}
37290 \end_inset
37291
37292 ‰ alcohol in blood
37293 \end_layout
37294
37295 \begin_layout Itemize
37296 The degree sign follows directly on the value: 15°, but not when it is used
37297  in units: 15
37298 \begin_inset space \thinspace{}
37299 \end_inset
37300
37301 °C
37302 \end_layout
37303
37304 \begin_layout Itemize
37305 In numbers with more than four digits the smallest space is inserted before
37306  every third digit to group them: 
37307 \family roman
37308 \series medium
37309 \shape up
37310 \size normal
37311 \emph off
37312 \bar no
37313 \noun off
37314 \color none
37315 18
37316 \begin_inset space \thinspace{}
37317 \end_inset
37318
37319 473
37320 \begin_inset space \thinspace{}
37321 \end_inset
37322
37323 588
37324 \end_layout
37325
37326 \begin_layout Itemize
37327 For dimensions like 120×90×40
37328 \begin_inset space \thinspace{}
37329 \end_inset
37330
37331 cm the multiplication sign 
37332 \begin_inset Quotes eld
37333 \end_inset
37334
37335 ×
37336 \begin_inset Quotes erd
37337 \end_inset
37338
37339  is used.
37340  It is available either via the command 
37341 \series bold
37342
37343 \backslash
37344 times
37345 \series default
37346  or via the menu 
37347 \family sans
37348 Insert\SpecialChar \menuseparator
37349 Special Character\SpecialChar \menuseparator
37350 Symbols
37351 \family default
37352 .
37353 \end_layout
37354
37355 \begin_layout Itemize
37356 Functions with names consisting of several letters are set upright to avoid
37357  confusions, see 
37358 \begin_inset CommandInset ref
37359 LatexCommand ref
37360 reference "sub:Predefined-Functions"
37361
37362 \end_inset
37363
37364 .
37365 \end_layout
37366
37367 \begin_layout Itemize
37368 Indices consisting of several letters, are set upright: 
37369 \begin_inset Formula $E_{\mathrm{kin}}$
37370 \end_inset
37371
37372
37373 \begin_inset Newline newline
37374 \end_inset
37375
37376 Components of matrices are set italic: 
37377 \begin_inset Formula $\hat{H}_{kl}$
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \begin_layout Itemize
37384 The differentiation/integration operator 'd', the Euler's number 'e' and
37385  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37386  other variables.
37387 \end_layout
37388
37389 \begin_layout Itemize
37390 The character that denotes a 
37391 \noun on
37392 Fourier
37393 \noun default
37394  transformation is inserted either by the command 
37395 \series bold
37396
37397 \backslash
37398 mathscr
37399 \begin_inset ERT
37400 status collapsed
37401
37402 \begin_layout Plain Layout
37403
37404
37405 \backslash
37406 spce 
37407 \end_layout
37408
37409 \end_inset
37410
37411 F
37412 \series default
37413  or via the menu 
37414 \family sans
37415 Insert\SpecialChar \menuseparator
37416 Special Character\SpecialChar \menuseparator
37417 Symbols\SpecialChar \menuseparator
37418 Letterlike
37419 \begin_inset space ~
37420 \end_inset
37421
37422 Symbols
37423 \family default
37424
37425 \begin_inset Formula $\mathscr{F}$
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Standard
37432 \begin_inset Newpage newpage
37433 \end_inset
37434
37435
37436 \end_layout
37437
37438 \begin_layout Section
37439 Synonyms
37440 \begin_inset Index idx
37441 status collapsed
37442
37443 \begin_layout Plain Layout
37444 Synonyms
37445 \end_layout
37446
37447 \end_inset
37448
37449
37450 \end_layout
37451
37452 \begin_layout Standard
37453 Some characters and symbols can be created with several commands.
37454  Here is a list of the synonym commands:
37455 \end_layout
37456
37457 \begin_layout Standard
37458 \begin_inset VSpace bigskip
37459 \end_inset
37460
37461
37462 \begin_inset space \hfill{}
37463 \end_inset
37464
37465
37466 \begin_inset Tabular
37467 <lyxtabular version="3" rows="12" columns="2">
37468 <features tabularvalignment="middle">
37469 <column alignment="center" valignment="top" width="0pt">
37470 <column alignment="center" valignment="top" width="0pt">
37471 <row>
37472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476 Command
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 equivalent to
37486 \begin_inset Note Note
37487 status collapsed
37488
37489 \begin_layout Plain Layout
37490
37491 \series bold
37492
37493 \backslash
37494 raisebox
37495 \series default
37496  is only used as spacer.
37497 \end_layout
37498
37499 \end_inset
37500
37501
37502 \end_layout
37503
37504 \end_inset
37505 </cell>
37506 </row>
37507 <row>
37508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512
37513 \backslash
37514 ast
37515 \end_layout
37516
37517 \end_inset
37518 </cell>
37519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523 \begin_inset ERT
37524 status collapsed
37525
37526 \begin_layout Plain Layout
37527
37528
37529 \backslash
37530 raisebox{-1.2mm}{
37531 \end_layout
37532
37533 \end_inset
37534
37535 *
37536 \begin_inset ERT
37537 status collapsed
37538
37539 \begin_layout Plain Layout
37540
37541 }
37542 \end_layout
37543
37544 \end_inset
37545
37546
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557
37558 \backslash
37559 choose
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 binom
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 </row>
37576 <row>
37577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581
37582 \backslash
37583 geq
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 ge
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605
37606 \backslash
37607 lbrace
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616 {
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 </row>
37622 <row>
37623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627
37628 \backslash
37629 lbracket
37630 \end_layout
37631
37632 \end_inset
37633 </cell>
37634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37635 \begin_inset Text
37636
37637 \begin_layout Plain Layout
37638 [
37639 \end_layout
37640
37641 \end_inset
37642 </cell>
37643 </row>
37644 <row>
37645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649
37650 \backslash
37651 leftarrow
37652 \end_layout
37653
37654 \end_inset
37655 </cell>
37656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660
37661 \backslash
37662 gets
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 </row>
37668 <row>
37669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673
37674 \backslash
37675 leq
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684
37685 \backslash
37686 le
37687 \end_layout
37688
37689 \end_inset
37690 </cell>
37691 </row>
37692 <row>
37693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697
37698 \backslash
37699 lor
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708
37709 \backslash
37710 vee
37711 \end_layout
37712
37713 \end_inset
37714 </cell>
37715 </row>
37716 <row>
37717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721
37722 \backslash
37723 neq
37724 \end_layout
37725
37726 \end_inset
37727 </cell>
37728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37729 \begin_inset Text
37730
37731 \begin_layout Plain Layout
37732
37733 \backslash
37734 not=
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745
37746 \backslash
37747 slash
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout Plain Layout
37756 /
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 <row>
37763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767
37768 \backslash
37769 vert
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 |
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 </row>
37784 </lyxtabular>
37785
37786 \end_inset
37787
37788
37789 \begin_inset space \hfill{}
37790 \end_inset
37791
37792
37793 \begin_inset Tabular
37794 <lyxtabular version="3" rows="12" columns="2">
37795 <features tabularvalignment="middle">
37796 <column alignment="center" valignment="top" width="0pt">
37797 <column alignment="center" valignment="top" width="0pt">
37798 <row>
37799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout Plain Layout
37803 Command
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812 equivalent to
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 </row>
37818 <row>
37819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \backslash
37825 backslash
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37831 \begin_inset Text
37832
37833 \begin_layout Plain Layout
37834
37835 \backslash
37836
37837 \backslash
37838
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 </row>
37844 <row>
37845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37846 \begin_inset Text
37847
37848 \begin_layout Plain Layout
37849
37850 \backslash
37851 dasharrow
37852 \end_layout
37853
37854 \end_inset
37855 </cell>
37856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37857 \begin_inset Text
37858
37859 \begin_layout Plain Layout
37860
37861 \backslash
37862 dashrightarrow
37863 \end_layout
37864
37865 \end_inset
37866 </cell>
37867 </row>
37868 <row>
37869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37870 \begin_inset Text
37871
37872 \begin_layout Plain Layout
37873
37874 \backslash
37875 land
37876 \end_layout
37877
37878 \end_inset
37879 </cell>
37880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884
37885 \backslash
37886 wedge
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 </row>
37892 <row>
37893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897
37898 \backslash
37899 rbrace
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37905 \begin_inset Text
37906
37907 \begin_layout Plain Layout
37908 }
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 </row>
37914 <row>
37915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37916 \begin_inset Text
37917
37918 \begin_layout Plain Layout
37919
37920 \backslash
37921 rbracket
37922 \end_layout
37923
37924 \end_inset
37925 </cell>
37926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930 ]
37931 \end_layout
37932
37933 \end_inset
37934 </cell>
37935 </row>
37936 <row>
37937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37938 \begin_inset Text
37939
37940 \begin_layout Plain Layout
37941
37942 \backslash
37943 rightarrow
37944 \end_layout
37945
37946 \end_inset
37947 </cell>
37948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37949 \begin_inset Text
37950
37951 \begin_layout Plain Layout
37952
37953 \backslash
37954 to
37955 \end_layout
37956
37957 \end_inset
37958 </cell>
37959 </row>
37960 <row>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965
37966 \backslash
37967 lnot
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37973 \begin_inset Text
37974
37975 \begin_layout Plain Layout
37976
37977 \backslash
37978 neg
37979 \end_layout
37980
37981 \end_inset
37982 </cell>
37983 </row>
37984 <row>
37985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989
37990 \backslash
37991 ne
37992 \end_layout
37993
37994 \end_inset
37995 </cell>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000
38001 \backslash
38002 not=
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 </row>
38008 <row>
38009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38010 \begin_inset Text
38011
38012 \begin_layout Plain Layout
38013
38014 \backslash
38015 owns
38016 \end_layout
38017
38018 \end_inset
38019 </cell>
38020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38021 \begin_inset Text
38022
38023 \begin_layout Plain Layout
38024
38025 \backslash
38026 ni
38027 \end_layout
38028
38029 \end_inset
38030 </cell>
38031 </row>
38032 <row>
38033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037
38038 \backslash
38039 square
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048
38049 \backslash
38050 Box
38051 \end_layout
38052
38053 \end_inset
38054 </cell>
38055 </row>
38056 <row>
38057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38058 \begin_inset Text
38059
38060 \begin_layout Plain Layout
38061
38062 \backslash
38063 Vert
38064 \end_layout
38065
38066 \end_inset
38067 </cell>
38068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072
38073 \backslash
38074 |
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 </row>
38080 </lyxtabular>
38081
38082 \end_inset
38083
38084
38085 \begin_inset space \hfill{}
38086 \end_inset
38087
38088
38089 \end_layout
38090
38091 \begin_layout Standard
38092 \begin_inset Newpage newpage
38093 \end_inset
38094
38095
38096 \end_layout
38097
38098 \begin_layout Bibliography
38099 \labelwidthstring References
38100 \begin_inset CommandInset bibitem
38101 LatexCommand bibitem
38102 key "TLC2"
38103
38104 \end_inset
38105
38106
38107 \shape smallcaps
38108 Mittelbach, F.
38109  ; Goossens, M.
38110 \shape default
38111
38112 \shape italic
38113 The LaTeX Companion
38114 \shape default
38115 .
38116  Addison Wesley, 2004
38117 \end_layout
38118
38119 \begin_layout Bibliography
38120 \labelwidthstring References
38121 \begin_inset CommandInset bibitem
38122 LatexCommand bibitem
38123 key "Mathmode"
38124
38125 \end_inset
38126
38127
38128 \begin_inset CommandInset href
38129 LatexCommand href
38130 name "Description"
38131 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38132
38133 \end_inset
38134
38135  of LaTeX's math abilities
38136 \end_layout
38137
38138 \begin_layout Bibliography
38139 \labelwidthstring References
38140 \begin_inset CommandInset bibitem
38141 LatexCommand bibitem
38142 key "AMS"
38143
38144 \end_inset
38145
38146
38147 \begin_inset CommandInset href
38148 LatexCommand href
38149 name "Description"
38150 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38151
38152 \end_inset
38153
38154  of 
38155 \begin_inset ERT
38156 status collapsed
38157
38158 \begin_layout Plain Layout
38159
38160
38161 \backslash
38162 AmS
38163 \end_layout
38164
38165 \end_inset
38166
38167 -LaTeX
38168 \end_layout
38169
38170 \begin_layout Bibliography
38171 \labelwidthstring References
38172 \begin_inset CommandInset bibitem
38173 LatexCommand bibitem
38174 key "Symbols"
38175
38176 \end_inset
38177
38178
38179 \begin_inset CommandInset href
38180 LatexCommand href
38181 name "List"
38182 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38183
38184 \end_inset
38185
38186  of all symbols available with LaTeX-packages
38187 \end_layout
38188
38189 \begin_layout Bibliography
38190 \labelwidthstring References
38191 \begin_inset CommandInset bibitem
38192 LatexCommand bibitem
38193 key "cancel"
38194
38195 \end_inset
38196
38197
38198 \begin_inset CommandInset href
38199 LatexCommand href
38200 name "Documentation"
38201 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38202
38203 \end_inset
38204
38205  of the LaTeX-package 
38206 \series bold
38207 cancel
38208 \series default
38209
38210 \begin_inset Index idx
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214 Packages ! cancel
38215 \end_layout
38216
38217 \end_inset
38218
38219
38220 \end_layout
38221
38222 \begin_layout Bibliography
38223 \labelwidthstring References
38224 \begin_inset CommandInset bibitem
38225 LatexCommand bibitem
38226 key "hyperref"
38227
38228 \end_inset
38229
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "Documentation"
38234 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38235
38236 \end_inset
38237
38238  of the LaTeX-package 
38239 \series bold
38240 hyperref
38241 \series default
38242
38243 \begin_inset Index idx
38244 status collapsed
38245
38246 \begin_layout Plain Layout
38247 Packages ! hyperref
38248 \end_layout
38249
38250 \end_inset
38251
38252
38253 \end_layout
38254
38255 \begin_layout Bibliography
38256 \labelwidthstring References
38257 \begin_inset CommandInset bibitem
38258 LatexCommand bibitem
38259 key "mhchem"
38260
38261 \end_inset
38262
38263
38264 \begin_inset CommandInset href
38265 LatexCommand href
38266 name "Documentation"
38267 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38268
38269 \end_inset
38270
38271  of the LaTeX-package 
38272 \series bold
38273 mhchem
38274 \series default
38275
38276 \begin_inset Index idx
38277 status collapsed
38278
38279 \begin_layout Plain Layout
38280 Packages ! mhchem
38281 \end_layout
38282
38283 \end_inset
38284
38285
38286 \end_layout
38287
38288 \begin_layout Bibliography
38289 \labelwidthstring References
38290 \begin_inset CommandInset bibitem
38291 LatexCommand bibitem
38292 key "Mathclap"
38293
38294 \end_inset
38295
38296
38297 \begin_inset CommandInset href
38298 LatexCommand href
38299 name "Description"
38300 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38301
38302 \end_inset
38303
38304  of the command 
38305 \series bold
38306
38307 \backslash
38308 mathclap
38309 \series default
38310 , described in 
38311 \begin_inset CommandInset ref
38312 LatexCommand ref
38313 reference "sub:Operator-Limits"
38314
38315 \end_inset
38316
38317
38318 \begin_inset Index idx
38319 status collapsed
38320
38321 \begin_layout Plain Layout
38322 Commands ! M ! 
38323 \backslash
38324 mathclap
38325 \end_layout
38326
38327 \end_inset
38328
38329
38330 \end_layout
38331
38332 \begin_layout Bibliography
38333 \labelwidthstring References
38334 \begin_inset CommandInset bibitem
38335 LatexCommand bibitem
38336 key "Duden"
38337
38338 \end_inset
38339
38340
38341 \emph on
38342 Duden Band 1
38343 \emph default
38344 .
38345  22.
38346  Auflage, Duden 2001
38347 \end_layout
38348
38349 \begin_layout Bibliography
38350 \labelwidthstring References
38351 \begin_inset CommandInset bibitem
38352 LatexCommand bibitem
38353 key "Checklist"
38354
38355 \end_inset
38356
38357
38358 \begin_inset CommandInset href
38359 LatexCommand href
38360 name "Check list"
38361 target "http://physics.nist.gov/Document/checklist.pdf"
38362
38363 \end_inset
38364
38365  for reviewing manuscripts
38366 \end_layout
38367
38368 \begin_layout Standard
38369 \begin_inset CommandInset index_print
38370 LatexCommand printindex
38371 type "idx"
38372
38373 \end_inset
38374
38375
38376 \end_layout
38377
38378 \end_body
38379 \end_document