]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
documentation: first step to update the UserGuide
[features.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % used in sec. 24.5
66 \usepackage[samesize]{cancel}
67
68 % enables calculation of values
69 \usepackage{calc}
70
71 % for multiple columns used in sec. 24.7
72 \usepackage{multicol}
73
74 % needed in sec. 19.4
75 \usepackage{remreset}
76
77 % for the Fourier transformation symbol
78 \usepackage{mathrsfs}
79
80 % define a color, used in sec.9.3
81 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
82
83 % declare operators (see sec. 10.4 and sec. 15.2)
84 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
85 \DeclareMathOperator{\sgn}{sgn}
86
87 \newcommand{\spce}{\textvisiblespace}
88
89 % example definitions for sec. 20.1 
90 \newcommand{\gr}{\Longrightarrow}
91 \newcommand{\us}[1]{\underline{#1}}
92 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
93 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
94 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
95
96 % example macro from sec. 19.4
97 %\def\tagform@#1{\maketag@@@{|#1|}}
98
99 % macro from sec. 10.2
100 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
101 \def\mathclap {\mathpalette \mathclapinternal}
102 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
103
104
105 % ------------------------------------
106 % used to check for needed LaTeX packages
107 \usepackage{ifthen}
108
109 % check for package eurosym
110 % used for the Euro symbol
111 \newboolean{eurosym}
112 \IfFileExists{eurosym.sty}
113  {\usepackage[gennarrow]{eurosym}
114   \setboolean{eurosym}{true}}
115  {\setboolean{eurosym}{false}}
116
117 % check for package braket
118 % used for physical vectors
119 \newboolean{braket}
120 \IfFileExists{braket.sty}
121  {\usepackage{braket}
122   \setboolean{braket}{true}}
123  {\setboolean{braket}{false}}
124
125 % check for package cancel
126 \newboolean{cancel}
127 \IfFileExists{cancel.sty}
128  {\usepackage{cancel}
129   \setboolean{cancel}{true}}
130  {\setboolean{cancel}{false}}
131
132 % check for package upgreek
133 \newboolean{upgreek}
134 \IfFileExists{upgreek.sty}
135  {\usepackage{upgreek}
136   \setboolean{upgreek}{true}}
137  {\setboolean{upgreek}{false}}
138 \end_preamble
139 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
140 \use_default_options false
141 \maintain_unincluded_children false
142 \language english
143 \language_package default
144 \inputencoding auto
145 \fontencoding global
146 \font_roman default
147 \font_sans default
148 \font_typewriter default
149 \font_math auto
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_osf false
154 \font_sf_scale 100
155 \font_tt_scale 100
156 \graphics default
157 \default_output_format default
158 \output_sync 0
159 \bibtex_command default
160 \index_command default
161 \paperfontsize 12
162 \spacing single
163 \use_hyperref true
164 \pdf_title "LyX's Math Manual"
165 \pdf_author "LyX Team, Uwe Stöhr"
166 \pdf_subject "LyX-documentation about math"
167 \pdf_keywords "LyX, Mathed"
168 \pdf_bookmarks true
169 \pdf_bookmarksnumbered true
170 \pdf_bookmarksopen true
171 \pdf_bookmarksopenlevel 1
172 \pdf_breaklinks false
173 \pdf_pdfborder false
174 \pdf_colorlinks true
175 \pdf_backref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
178 \papersize a4paper
179 \use_geometry false
180 \use_package amsmath 2
181 \use_package amssymb 2
182 \use_package cancel 0
183 \use_package esint 1
184 \use_package mathdots 1
185 \use_package mathtools 0
186 \use_package mhchem 1
187 \use_package stackrel 0
188 \use_package stmaryrd 0
189 \use_package undertilde 0
190 \cite_engine basic
191 \cite_engine_type default
192 \biblio_style plain
193 \use_bibtopic false
194 \use_indices false
195 \paperorientation portrait
196 \suppress_date false
197 \justification true
198 \use_refstyle 0
199 \notefontcolor #0000ff
200 \index Index
201 \shortcut idx
202 \color #008000
203 \end_index
204 \secnumdepth 4
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language english
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle plain
212 \bullet 1 0 6 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \html_math_output 0
218 \html_css_as_file 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 LyX's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the LyX Team
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 If you have comments or error corrections, please send them to the LyX Documenta
236 tion mailing list: 
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 author: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 Version 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 To export this document to PDF, PS or DVI the LaTeX-packages 
290 \series bold
291 braket, cancel, eurosym, mathdots, mhchem
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be exported anyway but the sections
299  where the packages are required will not appear in the output.
300  An exception is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains LyX's math features and is furthermore a collection
335  of LaTeX-commands used for mathematical characters and constructs.
336  The explanations are designed for the usage of commands.
337  It is therefore required that you have read the section 
338 \family typewriter
339 Mathematical
340 \begin_inset space ~
341 \end_inset
342
343 Formulas
344 \family default
345  of the User's Guide.
346 \end_layout
347
348 \begin_layout Standard
349 Most of the characters and many constructs explained in this manual are
350  also accessible via the menu 
351 \family sans
352 Insert
353 \series bold
354 \SpecialChar \menuseparator
355
356 \series default
357 Math
358 \family default
359  or the 
360 \family sans
361 math
362 \family default
363 \series bold
364  
365 \family sans
366 \series default
367 toolbar
368 \family default
369 .
370  But everybody who has to write lots of formulas will notice that it is
371  much faster to use commands instead of the math toolbar.
372  Therefore this manual is focused on commands but also mentions the correspondin
373 g toolbar buttons when available.
374 \end_layout
375
376 \begin_layout Standard
377 If not specially mentioned the commands are only available within formulas.
378  To be able to use all commands explained in this document, the option 
379 \family sans
380 Use AMS math package
381 \family default
382  must be checked in the document settings (menu 
383 \family sans
384 Document\SpecialChar \menuseparator
385 Settings\SpecialChar \menuseparator
386 Math
387 \begin_inset space ~
388 \end_inset
389
390 Options
391 \family default
392 ).
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 The option 
398 \family sans
399 Use AMS math package automatically
400 \family default
401  only uses 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -math when math constructs are found that are supported by LyX.
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Standard
423 This document doesn't list all 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS 
432 \end_layout
433
434 \end_inset
435
436 -math commands
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441 A list with all 
442 \begin_inset ERT
443 status collapsed
444
445 \begin_layout Plain Layout
446
447
448 \backslash
449 AmS
450 \end_layout
451
452 \end_inset
453
454 -math commands is in the file 
455 \family sans
456
457 \begin_inset CommandInset href
458 LatexCommand href
459 name "amsguide.ps"
460 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
461
462 \end_inset
463
464
465 \family default
466 , which is part of every LaTeX standard installation.
467 \end_layout
468
469 \end_inset
470
471  for lucidity reasons.
472 \end_layout
473
474 \begin_layout Section
475 General Instructions
476 \end_layout
477
478 \begin_layout Standard
479 To create an inline formula
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Formula ! inline
485 \end_layout
486
487 \end_inset
488
489  that is embedded into a text line, use one of the shortcuts 
490 \begin_inset Info
491 type  "shortcuts"
492 arg   "math-mode"
493 \end_inset
494
495  or the toolbar button 
496 \begin_inset Graphics
497         filename ../images/math-mode.png
498         scale 85
499
500 \end_inset
501
502 .
503 \begin_inset Newline newline
504 \end_inset
505
506 To create a display style formula
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Formula ! display style
512 \end_layout
513
514 \end_inset
515
516  which will appear bigger, has a different format, and will be in a separate
517  paragraph, use one of these shortcuts: 
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-display"
521 \end_inset
522
523 .
524 \end_layout
525
526 \begin_layout Standard
527 To change a display style formula to an inline formula, set the cursor into
528  the formula and use one of the shortcuts 
529 \begin_inset Info
530 type  "shortcuts"
531 arg   "math-mode"
532 \end_inset
533
534  or the menu 
535 \family sans
536 Edit\SpecialChar \menuseparator
537 Math\SpecialChar \menuseparator
538 Change formula type
539 \family default
540 .
541  The same way is used to change an inline formula to a display style formula.
542 \end_layout
543
544 \begin_layout Standard
545 To display parts of an inline formula in the size of a display style formula,
546  enter the command 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Commands ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  to a formula.
565  Then a new blue box appears in which the desired formula part is inserted.
566 \end_layout
567
568 \begin_layout Standard
569 Only inline formulas are allowed inside tables.
570 \end_layout
571
572 \begin_layout Standard
573 The 
574 \family sans
575 math toolbar
576 \family default
577  can be turned on in the menu 
578 \family sans
579 View\SpecialChar \menuseparator
580 Toolbars
581 \family default
582 .
583  When you click there on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  the toolbar will be shown permanently at the bottom; this state is visualized
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu with a checkmark.
597  When you click in this state again on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  in the 
606 \family sans
607 Toolbars
608 \family default
609  menu, the 
610 \family sans
611 math toolbar
612 \family default
613  is only shown when the cursor is within a formula; this state is visualized
614  by the renaming of the menu entry from 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  to 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Math
627 \begin_inset space ~
628 \end_inset
629
630 (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The TeX-mode
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-mode
644 \end_layout
645
646 \end_inset
647
648  is invoked by pressing the toolbar button 
649 \begin_inset Graphics
650         filename ../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  or by using the menu 
656 \family sans
657 Insert\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X Code
670 \family default
671  (shortcut 
672 \begin_inset Info
673 type  "shortcut"
674 arg   "ert-insert"
675 \end_inset
676
677 ).
678 \begin_inset Note Note
679 status collapsed
680
681 \begin_layout Plain Layout
682 In LyX there are three 
683 \begin_inset Quotes eld
684 \end_inset
685
686 proper names
687 \begin_inset Quotes erd
688 \end_inset
689
690  that appear in the output with sub- and superscript letters: TeX, LaTeX
691  and LyX
692 \end_layout
693
694 \begin_layout Plain Layout
695 To avoid that these names are recognized as proper names, a TeX-brace pair
696  is inserted.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 To change the LaTeX-preamble
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 L@LaTeX-preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar \menuseparator
718 Settings\SpecialChar \menuseparator
719 LaT
720 \begin_inset ERT
721 status collapsed
722
723 \begin_layout Plain Layout
724
725 {}
726 \end_layout
727
728 \end_inset
729
730 eX
731 \family default
732  
733 \family sans
734 Preamble
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 To edit matrices, case differentiations and multiline formulas subsequently,
741  use the menus 
742 \family sans
743 Edit\SpecialChar \menuseparator
744 Math
745 \family default
746  and 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Rows
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Columns,
758 \family default
759  or the 
760 \family sans
761 table toolbar
762 \family default
763 .
764  When lines and columns are swapped via the menu, the column or line where
765  the cursor is in is exchanged with the column to the right or the line
766  below, respectively.
767  Is the cursor in the last column or row, the exchange is done with the
768  column to the left or the line above.
769 \end_layout
770
771 \begin_layout Standard
772 To write text in formulas
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 For multiline formulas the command 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  is used, see 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-multiline"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  
796 \emph on
797 mathematical text
798 \emph default
799
800 \begin_inset Index idx
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in formulas
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematical text
815 \end_layout
816
817 \end_inset
818
819  is used.
820  This mode is invoked with the shortcut 
821 \begin_inset Info
822 type  "shortcut"
823 arg   "font-default"
824 \end_inset
825
826  or by the insertion of the command 
827 \series bold
828
829 \backslash
830 text
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Commands ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844 .
845  The text appears black in LyX and can therefore be distinguished from the
846  other formula parts which appear blue.
847  In the output mathematical text is set upright, in contrary to other formula
848  parts.
849 \end_layout
850
851 \begin_layout Subsection*
852 Command Scheme
853 \end_layout
854
855 \begin_layout Standard
856 Most of the LaTeX-commands for math constructs have the following scheme:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 commandname[optional
865 \series default
866  
867 \series bold
868 argument]{required
869 \series default
870  
871 \series bold
872 argument}
873 \end_layout
874
875 \begin_layout Standard
876 A command always starts with a backslash 
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  To omit optional arguments, also omit the associated brackets.
892  The braces around the required arguments are named in this document as
893  TeX-braces
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 T@TeX-braces
899 \end_layout
900
901 \end_inset
902
903 .
904  If you add in a formula a left brace to a command name, LyX automatically
905  creates a TeX-brace.
906  In all other cases TeX-braces are created in formulas with the command
907  
908 \series bold
909
910 \backslash
911 {
912 \series default
913 .
914  TeX-braces appear red in LyX, in contrary to normal braces which appear
915  blue.
916  In TeX-mode no command is needed to get TeX-braces.
917  TeX-braces don't appear in the output.
918 \end_layout
919
920 \begin_layout Standard
921 When commands without arguments, like commands for symbols are entered in
922  TeX-mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcuts"
936 arg   "command-alternatives space-insert protected ; math-space"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 This visible space character can be created with the command 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Commands ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , inserted in TeX-mode.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 spce 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 denotes a space character to be input.
996 \end_layout
997
998 \begin_layout Itemize
999 An arrow like 
1000 \begin_inset Formula $\to$
1001 \end_inset
1002
1003  denotes the usage of the corresponding arrow key on the keyboard.
1004  The 
1005 \family sans
1006 Tab
1007 \family default
1008  key can often be used instead of 
1009 \begin_inset Formula $\to$
1010 \end_inset
1011
1012  and 
1013 \begin_inset Formula $\downarrow$
1014 \end_inset
1015
1016 , and 
1017 \family sans
1018 Shift+Tab
1019 \family default
1020  instead of 
1021 \begin_inset Formula $\leftarrow$
1022 \end_inset
1023
1024  and 
1025 \begin_inset Formula $\uparrow$
1026 \end_inset
1027
1028 .
1029 \end_layout
1030
1031 \begin_layout Subsection*
1032 Available units
1033 \end_layout
1034
1035 \begin_layout Standard
1036 \align center
1037 \begin_inset Float table
1038 placement H
1039 wide false
1040 sideways false
1041 status open
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Caption Standard
1046
1047 \begin_layout Plain Layout
1048 \begin_inset CommandInset label
1049 LatexCommand label
1050 name "tab:Available-units"
1051
1052 \end_inset
1053
1054 Available units
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \end_layout
1061
1062 \begin_layout Plain Layout
1063 \align center
1064 \begin_inset Tabular
1065 <lyxtabular version="3" rows="13" columns="2">
1066 <features rotate="0" tabularvalignment="middle">
1067 <column alignment="center" valignment="top">
1068 <column alignment="center" valignment="top">
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 Unit
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Name / Description
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 mm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Millimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 cm
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Centimeter
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 </row>
1129 <row>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 in
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 Inch (1
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 in = 2,54
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 cm)
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 </row>
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 pt
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Point (72.27
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pt = 1
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 in)
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 </row>
1185 <row>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 pc
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 Pica (1
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 pc = 12
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 pt)
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 </row>
1213 <row>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 sp
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 scaled point (65536
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 sp = 1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 pt)
1236 \end_layout
1237
1238 \end_inset
1239 </cell>
1240 </row>
1241 <row>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 bp
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 big point (72
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 bp = 1
1260 \begin_inset space \thinspace{}
1261 \end_inset
1262
1263 in)
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 <row>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 dd
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 Didot (1
1284 \begin_inset space \thinspace{}
1285 \end_inset
1286
1287 dd 
1288 \begin_inset Formula $\approx$
1289 \end_inset
1290
1291  0.376
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 mm)
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 cc
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 Cicero (1
1316 \begin_inset space \thinspace{}
1317 \end_inset
1318
1319 cc = 12
1320 \begin_inset space \thinspace{}
1321 \end_inset
1322
1323 dd)
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 </row>
1329 <row>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 ex
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 Height of letter 
1344 \emph on
1345
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 x
1350 \emph default
1351
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  in the current font
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 <row>
1362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 em
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 width of letter 
1376 \begin_inset Quotes eld
1377 \end_inset
1378
1379
1380 \emph on
1381 M
1382 \emph default
1383
1384 \begin_inset Quotes erd
1385 \end_inset
1386
1387  in the current font
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 mu
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 math unit (1
1408 \begin_inset space \thinspace{}
1409 \end_inset
1410
1411 mu = 
1412 \begin_inset Formula $\nicefrac{1}{18}$
1413 \end_inset
1414
1415
1416 \begin_inset space \thinspace{}
1417 \end_inset
1418
1419 em)
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 </row>
1425 </lyxtabular>
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \begin_layout Standard
1438 \begin_inset Newpage newpage
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \begin_layout Section
1445 Basic Functions
1446 \end_layout
1447
1448 \begin_layout Subsection
1449 Exponents
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 Exponents
1455 \end_layout
1456
1457 \end_inset
1458
1459  and Indices
1460 \begin_inset Index idx
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464 Indices
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 Superscripts|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Exponents
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \begin_inset Index idx
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506 Subscripts|see
1507 \begin_inset ERT
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511
1512 {
1513 \end_layout
1514
1515 \end_inset
1516
1517 Indices
1518 \begin_inset ERT
1519 status collapsed
1520
1521 \begin_layout Plain Layout
1522
1523 }
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532
1533
1534 \end_layout
1535
1536 \begin_layout Standard
1537 Indices are created with an underscore 
1538 \begin_inset Quotes eld
1539 \end_inset
1540
1541 _
1542 \begin_inset Quotes erd
1543 \end_inset
1544
1545  or via the math toolbar button 
1546 \begin_inset Graphics
1547         filename ../images/math-subscript.png
1548         scale 85
1549
1550 \end_inset
1551
1552 , exponents with a caret 
1553 \begin_inset Quotes eld
1554 \end_inset
1555
1556 ^
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560  or via the math toolbar button 
1561 \begin_inset Graphics
1562         filename ../images/math-superscript.png
1563         scale 85
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Standard
1571 \align center
1572 \begin_inset Tabular
1573 <lyxtabular version="3" rows="4" columns="2">
1574 <features rotate="0" tabularvalignment="middle">
1575 <column alignment="center" valignment="top" width="0pt">
1576 <column alignment="center" valignment="top" width="0pt">
1577 <row>
1578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582 command
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 Result
1592 \begin_inset Note Note
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596
1597 \series bold
1598
1599 \backslash
1600 raisebox
1601 \series default
1602  is only used as spacer.
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B_V
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 \begin_inset Formula $B_{V}$
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 </row>
1636 <row>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641 B^V
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 </row>
1659 <row>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664 B^
1665 \begin_inset ERT
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669
1670
1671 \backslash
1672 spce 
1673 \end_layout
1674
1675 \end_inset
1676
1677 A
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 </lyxtabular>
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \begin_layout Standard
1703 As the caret is in some languages an accent, vowels will be accentuated
1704  in this case and not set as exponents
1705 \begin_inset Foot
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Depending on the used keyboard settings this can also happen for characters
1710  other than vowels.
1711 \end_layout
1712
1713 \end_inset
1714
1715 .
1716  To get exponents in this case, press 
1717 \family sans
1718 Space
1719 \family default
1720  after the caret as in the last example.
1721 \end_layout
1722
1723 \begin_layout Subsection
1724 Fractions
1725 \begin_inset CommandInset label
1726 LatexCommand label
1727 name "sub:Fractions"
1728
1729 \end_inset
1730
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Fractions
1737 \end_layout
1738
1739 \end_inset
1740
1741
1742 \end_layout
1743
1744 \begin_layout Standard
1745 Fractions are generated with the command 
1746 \series bold
1747
1748 \backslash
1749 frac
1750 \series default
1751
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! F ! 
1757 \backslash
1758 frac
1759 \end_layout
1760
1761 \end_inset
1762
1763  or via the math toolbar button 
1764 \begin_inset Graphics
1765         filename ../images/math/frac.png
1766         scale 50
1767
1768 \end_inset
1769
1770 .
1771  The font size is adjusted automatically, depending on whether the fraction
1772  is in an inline or display style formula.
1773  With the math toolbar button 
1774 \begin_inset Graphics
1775         filename ../images/math/frac-square.png
1776         scale 85
1777
1778 \end_inset
1779
1780  you can select different fraction types.
1781 \end_layout
1782
1783 \begin_layout Standard
1784 With the command 
1785 \series bold
1786
1787 \backslash
1788 dfrac
1789 \series default
1790
1791 \begin_inset Index idx
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795 Commands ! D ! 
1796 \backslash
1797 dfrac
1798 \end_layout
1799
1800 \end_inset
1801
1802  a fraction can be created that always has the size of a display style formula.
1803  With 
1804 \series bold
1805
1806 \backslash
1807 tfrac
1808 \series default
1809
1810 \begin_inset Index idx
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814 Commands ! T ! 
1815 \backslash
1816 tfrac
1817 \end_layout
1818
1819 \end_inset
1820
1821  the fraction appears always with the size of an inline formula.
1822  An example:
1823 \end_layout
1824
1825 \begin_layout Standard
1826 A line with the fraction 
1827 \begin_inset Formula $\frac{1}{2}$
1828 \end_inset
1829
1830  that was created with the command 
1831 \series bold
1832
1833 \backslash
1834 frac
1835 \series default
1836 .
1837 \end_layout
1838
1839 \begin_layout Standard
1840 A line with the fraction 
1841 \begin_inset Formula $\dfrac{1}{2}$
1842 \end_inset
1843
1844  that was created with the command 
1845 \series bold
1846
1847 \backslash
1848 dfrac
1849 \series default
1850 .
1851 \end_layout
1852
1853 \begin_layout Standard
1854 \align center
1855 \begin_inset Tabular
1856 <lyxtabular version="3" rows="4" columns="2">
1857 <features rotate="0" tabularvalignment="middle">
1858 <column alignment="center" valignment="top" width="0pt">
1859 <column alignment="center" valignment="top" width="0pt">
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 Command
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874 Result
1875 \begin_inset Note Note
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879
1880 \series bold
1881
1882 \backslash
1883 raisebox
1884 \series default
1885  is only used as spacer.
1886 \end_layout
1887
1888 \end_inset
1889
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 </row>
1896 <row>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901
1902 \backslash
1903 frac
1904 \begin_inset ERT
1905 status collapsed
1906
1907 \begin_layout Plain Layout
1908
1909
1910 \backslash
1911 spce 
1912 \end_layout
1913
1914 \end_inset
1915
1916 A
1917 \begin_inset Formula $\downarrow$
1918 \end_inset
1919
1920 B
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 </row>
1938 <row>
1939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943
1944 \backslash
1945 dfrac
1946 \begin_inset ERT
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950
1951
1952 \backslash
1953 spce 
1954 \end_layout
1955
1956 \end_inset
1957
1958 A
1959 \begin_inset Formula $\downarrow$
1960 \end_inset
1961
1962 B
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1972 \end_inset
1973
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 </row>
1980 <row>
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \backslash
1987 dfrac
1988 \begin_inset ERT
1989 status collapsed
1990
1991 \begin_layout Plain Layout
1992
1993
1994 \backslash
1995 spce 
1996 \end_layout
1997
1998 \end_inset
1999
2000 e^
2001 \backslash
2002 frac
2003 \begin_inset ERT
2004 status collapsed
2005
2006 \begin_layout Plain Layout
2007
2008
2009 \backslash
2010 spce 
2011 \end_layout
2012
2013 \end_inset
2014
2015 1
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 2
2020 \begin_inset Formula $\downarrow\downarrow$
2021 \end_inset
2022
2023 3
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2033 \end_inset
2034
2035
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 </row>
2041 </lyxtabular>
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 \begin_inset VSpace bigskip
2050 \end_inset
2051
2052
2053 \begin_inset Newpage newpage
2054 \end_inset
2055
2056 For nested fractions the command 
2057 \series bold
2058
2059 \backslash
2060 cfrac
2061 \series default
2062
2063 \begin_inset Index idx
2064 status collapsed
2065
2066 \begin_layout Plain Layout
2067 Commands ! C ! 
2068 \backslash
2069 cfrac
2070 \end_layout
2071
2072 \end_inset
2073
2074  can be used.
2075  Here is an example:
2076 \begin_inset VSpace -3mm
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 \begin_inset Formula 
2084 \begin{align*}
2085 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2086 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2087 \end{align*}
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 The command for the example above is:
2096 \end_layout
2097
2098 \begin_layout Standard
2099
2100 \series bold
2101
2102 \backslash
2103 cfrac
2104 \begin_inset ERT
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108
2109
2110 \backslash
2111 spce 
2112 \end_layout
2113
2114 \end_inset
2115
2116 A
2117 \begin_inset Formula $\downarrow$
2118 \end_inset
2119
2120 B+
2121 \backslash
2122 cfrac
2123 \begin_inset ERT
2124 status collapsed
2125
2126 \begin_layout Plain Layout
2127
2128
2129 \backslash
2130 spce 
2131 \end_layout
2132
2133 \end_inset
2134
2135 C+
2136 \backslash
2137 cfrac
2138 \begin_inset ERT
2139 status collapsed
2140
2141 \begin_layout Plain Layout
2142
2143
2144 \backslash
2145 spce 
2146 \end_layout
2147
2148 \end_inset
2149
2150 E
2151 \begin_inset Formula $\downarrow$
2152 \end_inset
2153
2154 F
2155 \begin_inset Formula $\downarrow$
2156 \end_inset
2157
2158 D
2159 \end_layout
2160
2161 \begin_layout Standard
2162 \begin_inset VSpace medskip
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169
2170 \series bold
2171
2172 \backslash
2173 cfrac
2174 \series default
2175  sets the fraction always in the size of a displayed formula, also when
2176  it is part of another fraction.
2177 \end_layout
2178
2179 \begin_layout Standard
2180 It is possible to specify the alignment of the numerator.
2181  The command 
2182 \series bold
2183
2184 \backslash
2185 cfracleft
2186 \series default
2187  is used to left align it, the command 
2188 \series bold
2189
2190 \backslash
2191 cfracright
2192 \series default
2193  to right-align it.
2194  
2195 \series bold
2196
2197 \backslash
2198 cfrac
2199 \series default
2200  centers the numerator.
2201  These fractions demonstrate the different alignments:
2202 \end_layout
2203
2204 \begin_layout Standard
2205
2206 \series bold
2207 \begin_inset Formula 
2208 \[
2209 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2210 \]
2211
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 Note:
2225 \series default
2226  
2227 \series bold
2228
2229 \backslash
2230 cfracleft
2231 \series default
2232  and 
2233 \series bold
2234
2235 \backslash
2236 cfracright
2237 \series default
2238  are no real LaTeX commands but represent the command 
2239 \series bold
2240
2241 \backslash
2242 cfrac[alignment]{numerator}{denominator}
2243 \series default
2244  .
2245  Therefore you cannot use them in TeX code.
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 \begin_inset VSpace medskip
2255 \end_inset
2256
2257 It is often advantageous to combine 
2258 \series bold
2259
2260 \backslash
2261 cfrac
2262 \series default
2263  and 
2264 \series bold
2265
2266 \backslash
2267 frac
2268 \series default
2269 :
2270 \begin_inset Formula 
2271 \[
2272 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2273 \]
2274
2275 \end_inset
2276
2277
2278 \end_layout
2279
2280 \begin_layout Standard
2281 For inline fractions with a sloped fraction stroke you can use the command
2282  
2283 \series bold
2284
2285 \backslash
2286 nicefrac
2287 \series default
2288
2289 \begin_inset Index idx
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293 Commands ! N ! 
2294 \backslash
2295 nicefrac
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \begin_inset Formula $\nicefrac{5}{31}$
2302 \end_inset
2303
2304  or 
2305 \series bold
2306
2307 \backslash
2308 unitfrac
2309 \series default
2310
2311 \begin_inset Index idx
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 Commands ! U ! 
2316 \backslash
2317 unitfrac
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \begin_inset Formula $\unitfrac{5}{31}$
2324 \end_inset
2325
2326  There is furthermore the command 
2327 \series bold
2328
2329 \backslash
2330 unitfracthree
2331 \series default
2332  that offers to write a fraction in combination with a number: 
2333 \begin_inset Formula $\unitfrac[2]{1}{3}$
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Standard
2340 \begin_inset Note Greyedout
2341 status open
2342
2343 \begin_layout Plain Layout
2344
2345 \series bold
2346 Note:
2347 \series default
2348  
2349 \series bold
2350
2351 \backslash
2352 unitfracthree
2353 \series default
2354  is not a real LaTeX command but the command
2355 \begin_inset Newline newline
2356 \end_inset
2357
2358
2359 \series bold
2360
2361 \backslash
2362 unitfrac[number]{numerator}{denominator}
2363 \series default
2364  .
2365  Therefore you cannot use it in TeX code.
2366 \end_layout
2367
2368 \end_inset
2369
2370
2371 \end_layout
2372
2373 \begin_layout Standard
2374 How to define own fractions where the fraction stroke can be changed, is
2375  explained in 
2376 \begin_inset CommandInset ref
2377 LatexCommand ref
2378 reference "sub:Self-defined-Fractions"
2379
2380 \end_inset
2381
2382 .
2383 \end_layout
2384
2385 \begin_layout Standard
2386 \begin_inset Newpage newpage
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \begin_layout Subsection
2393 Roots
2394 \begin_inset Index idx
2395 status collapsed
2396
2397 \begin_layout Plain Layout
2398 Roots
2399 \end_layout
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 Square roots are created with 
2408 \series bold
2409
2410 \backslash
2411 sqrt
2412 \series default
2413
2414 \begin_inset Index idx
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418 Commands ! S ! 
2419 \backslash
2420 sqrt
2421 \end_layout
2422
2423 \end_inset
2424
2425  or the math toolbar button 
2426 \begin_inset Graphics
2427         filename ../images/math/sqrt.png
2428         scale 85
2429
2430 \end_inset
2431
2432 , all other roots with the command 
2433 \series bold
2434
2435 \backslash
2436 root
2437 \series default
2438
2439 \begin_inset Index idx
2440 status collapsed
2441
2442 \begin_layout Plain Layout
2443 Commands ! R ! 
2444 \backslash
2445 root
2446 \end_layout
2447
2448 \end_inset
2449
2450  or with the math toolbar button 
2451 \begin_inset Graphics
2452         filename ../images/math/root.png
2453         scale 85
2454
2455 \end_inset
2456
2457 .
2458 \end_layout
2459
2460 \begin_layout Standard
2461 \align center
2462 \begin_inset Tabular
2463 <lyxtabular version="3" rows="3" columns="2">
2464 <features rotate="0" tabularvalignment="middle">
2465 <column alignment="center" valignment="top" width="0pt">
2466 <column alignment="center" valignment="top" width="0pt">
2467 <row>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472 Command
2473 \end_layout
2474
2475 \end_inset
2476 </cell>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481 Result
2482 \begin_inset Note Note
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486
2487 \series bold
2488
2489 \backslash
2490 raisebox
2491 \series default
2492  is only used as spacer.
2493 \end_layout
2494
2495 \end_inset
2496
2497
2498 \end_layout
2499
2500 \end_inset
2501 </cell>
2502 </row>
2503 <row>
2504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2505 \begin_inset Text
2506
2507 \begin_layout Plain Layout
2508
2509 \backslash
2510 sqrt
2511 \begin_inset ERT
2512 status collapsed
2513
2514 \begin_layout Plain Layout
2515
2516
2517 \backslash
2518 spce 
2519 \end_layout
2520
2521 \end_inset
2522
2523 A-B
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \end_inset
2539 </cell>
2540 </row>
2541 <row>
2542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \backslash
2548 root
2549 \begin_inset ERT
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553
2554
2555 \backslash
2556 spce 
2557 \end_layout
2558
2559 \end_inset
2560
2561 3
2562 \begin_inset Formula $\downarrow$
2563 \end_inset
2564
2565 A-B
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2571 \begin_inset Text
2572
2573 \begin_layout Plain Layout
2574 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 </row>
2583 </lyxtabular>
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Standard
2591 A square root can also be created with 
2592 \series bold
2593
2594 \backslash
2595 root
2596 \series default
2597  when the root index field is left empty.
2598 \end_layout
2599
2600 \begin_layout Standard
2601 With certain indices the distance to the root is too small, like in this
2602  formula: 
2603 \begin_inset Formula $\sqrt[\beta]{B}$
2604 \end_inset
2605
2606
2607 \begin_inset Newline newline
2608 \end_inset
2609
2610 The 
2611 \begin_inset Formula $\beta$
2612 \end_inset
2613
2614  touches the root.
2615  To avoid this, the commands 
2616 \series bold
2617
2618 \backslash
2619 leftroot
2620 \series default
2621
2622 \begin_inset Index idx
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Commands ! L ! 
2627 \backslash
2628 leftroot
2629 \end_layout
2630
2631 \end_inset
2632
2633  and 
2634 \series bold
2635
2636 \backslash
2637 uproot
2638 \series default
2639
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Commands ! U ! 
2645 \backslash
2646 uproot
2647 \end_layout
2648
2649 \end_inset
2650
2651  are used with the following scheme:
2652 \end_layout
2653
2654 \begin_layout Standard
2655
2656 \series bold
2657
2658 \backslash
2659 leftroot{distance}
2660 \series default
2661  and 
2662 \series bold
2663
2664 \backslash
2665 uproot{distance}
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Distance is the number of Big Points (unit bp; 
2670 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2671 \end_inset
2672
2673 ), that the index should be moved to the left or top, resp..
2674  The commands are written to the index.
2675  This way the command
2676 \begin_inset Newline newline
2677 \end_inset
2678
2679
2680 \series bold
2681
2682 \backslash
2683 root
2684 \backslash
2685 leftroot{-1
2686 \begin_inset Formula $\to$
2687 \end_inset
2688
2689
2690 \backslash
2691 uproot{2
2692 \begin_inset Formula $\to$
2693 \end_inset
2694
2695
2696 \backslash
2697 beta
2698 \begin_inset ERT
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702
2703
2704 \backslash
2705 spce 
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \begin_inset Formula $\to$
2712 \end_inset
2713
2714 B
2715 \begin_inset Newline newline
2716 \end_inset
2717
2718
2719 \series default
2720 produces a correct typeset formula: 
2721 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Subsection
2728 Binomial Coefficients
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Binomial coefficients
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 Binomial coefficients are inserted with the command 
2743 \series bold
2744
2745 \backslash
2746 binom
2747 \series default
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Commands ! B ! 
2754 \backslash
2755 binom
2756 \end_layout
2757
2758 \end_inset
2759
2760  or with the submenu of the math toolbar button 
2761 \begin_inset Graphics
2762         filename ../images/math/frac-square.png
2763         scale 85
2764
2765 \end_inset
2766
2767 .
2768  As with fractions (
2769 \series bold
2770
2771 \backslash
2772 frac
2773 \series default
2774 ) in addition to 
2775 \series bold
2776
2777 \backslash
2778 binom
2779 \series default
2780  there are the commands 
2781 \series bold
2782
2783 \backslash
2784 dbinom
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Commands ! D ! 
2792 \backslash
2793 dbinom
2794 \end_layout
2795
2796 \end_inset
2797
2798  and 
2799 \series bold
2800
2801 \backslash
2802 tbinom
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Commands ! T ! 
2810 \backslash
2811 tbinom
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817  For other brackets around binomial coeficients there are the commands 
2818 \series bold
2819
2820 \backslash
2821 brace
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 Commands ! B ! 
2829 \backslash
2830 brace
2831 \end_layout
2832
2833 \end_inset
2834
2835  and 
2836 \series bold
2837
2838 \backslash
2839 brack
2840 \series default
2841
2842 \begin_inset Index idx
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846 Commands ! B ! 
2847 \backslash
2848 brack
2849 \end_layout
2850
2851 \end_inset
2852
2853 .
2854 \end_layout
2855
2856 \begin_layout Standard
2857 \align center
2858 \begin_inset Tabular
2859 <lyxtabular version="3" rows="6" columns="2">
2860 <features rotate="0" tabularvalignment="middle">
2861 <column alignment="center" valignment="top" width="0pt">
2862 <column alignment="center" valignment="top" width="0pt">
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 Command
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 Result
2878 \begin_inset Note Note
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882
2883 \series bold
2884
2885 \backslash
2886 raisebox
2887 \series default
2888  is only used as spacer.
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 binom
2907 \begin_inset ERT
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911
2912
2913 \backslash
2914 spce 
2915 \end_layout
2916
2917 \end_inset
2918
2919 A
2920 \begin_inset Formula $\downarrow$
2921 \end_inset
2922
2923 B
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row>
2942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 dbinom
2949 \begin_inset ERT
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953
2954
2955 \backslash
2956 spce 
2957 \end_layout
2958
2959 \end_inset
2960
2961 A
2962 \begin_inset Formula $\downarrow$
2963 \end_inset
2964
2965 B
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row>
2984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988
2989 \backslash
2990 tbinom
2991 \begin_inset ERT
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995
2996
2997 \backslash
2998 spce 
2999 \end_layout
3000
3001 \end_inset
3002
3003 A
3004 \begin_inset Formula $\downarrow$
3005 \end_inset
3006
3007 B
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 </row>
3025 <row>
3026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030
3031 \backslash
3032 brack
3033 \begin_inset ERT
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037
3038
3039 \backslash
3040 spce 
3041 \end_layout
3042
3043 \end_inset
3044
3045 A
3046 \begin_inset Formula $\downarrow$
3047 \end_inset
3048
3049 B
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \backslash
3074 brace
3075 \begin_inset ERT
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079
3080
3081 \backslash
3082 spce 
3083 \end_layout
3084
3085 \end_inset
3086
3087 A
3088 \begin_inset Formula $\downarrow$
3089 \end_inset
3090
3091 B
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 Case Differentiations
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Case differentiations 
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 \align center
3132 \begin_inset Tabular
3133 <lyxtabular version="3" rows="3" columns="2">
3134 <features rotate="0" tabularvalignment="middle">
3135 <column alignment="center" valignment="top" width="0pt">
3136 <column alignment="center" valignment="top" width="0pt">
3137 <row>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Command
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Result
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \backslash
3164 cases
3165 \begin_inset ERT
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169
3170
3171 \backslash
3172 spce 
3173 \end_layout
3174
3175 \end_inset
3176
3177 A
3178 \begin_inset Formula $\to$
3179 \end_inset
3180
3181 B>0
3182 \begin_inset Index idx
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186 Commands ! C ! 
3187 \backslash
3188 cases
3189 \end_layout
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 \begin_inset Formula $\begin{cases}
3203 A & B>0\end{cases}$
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \backslash
3219 cases
3220 \begin_inset ERT
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224
3225
3226 \backslash
3227 spce 
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Info
3234 type  "shortcut"
3235 arg   "newline-insert newline"
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247 \begin_inset Formula $\begin{cases}
3248 A & \textrm{for }x>0\\
3249 B & \textrm{for }x=0
3250 \end{cases}$
3251 \end_inset
3252
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 </lyxtabular>
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 After inserting 
3268 \series bold
3269
3270 \backslash
3271 cases
3272 \series default
3273  or pressing the math toolbar button 
3274 \begin_inset Graphics
3275         filename ../images/math/cases.png
3276         scale 85
3277
3278 \end_inset
3279
3280  you can create new lines with the shortcut 
3281 \begin_inset Info
3282 type  "shortcut"
3283 arg   "newline-insert newline"
3284 \end_inset
3285
3286  or the table toolbar button 
3287 \begin_inset Graphics
3288         filename ../images/tabular-feature_append-row.png
3289         scale 85
3290
3291 \end_inset
3292
3293 .
3294 \end_layout
3295
3296 \begin_layout Standard
3297 The command 
3298 \series bold
3299
3300 \backslash
3301 cases
3302 \series default
3303  is also available via the menu 
3304 \family sans
3305 Insert\SpecialChar \menuseparator
3306 Math\SpecialChar \menuseparator
3307 Cases-Environment
3308 \family default
3309 .
3310 \end_layout
3311
3312 \begin_layout Subsection
3313 Negations
3314 \begin_inset Index idx
3315 status collapsed
3316
3317 \begin_layout Plain Layout
3318 Negations
3319 \end_layout
3320
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \begin_layout Standard
3327 By inserting 
3328 \series bold
3329
3330 \backslash
3331 not
3332 \series default
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Commands ! N ! 
3339 \backslash
3340 not
3341 \end_layout
3342
3343 \end_inset
3344
3345  every character can be displayed canceled.
3346  The characters are quasi accentuated by a slash.
3347 \end_layout
3348
3349 \begin_layout Standard
3350 \align center
3351 \begin_inset Tabular
3352 <lyxtabular version="3" rows="4" columns="2">
3353 <features rotate="0" tabularvalignment="middle">
3354 <column alignment="center" valignment="top" width="0pt">
3355 <column alignment="center" valignment="top" width="0pt">
3356 <row>
3357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 Command
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Result
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row>
3377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \backslash
3383 not=
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 \begin_inset Formula $\not=$
3393 \end_inset
3394
3395
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \backslash
3408 not 
3409 \backslash
3410 le
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $\not\le$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \backslash
3435 not 
3436 \backslash
3437 parallel
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 \begin_inset Formula $\not\parallel$
3447 \end_inset
3448
3449
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 </lyxtabular>
3456
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \begin_layout Standard
3463 The last example shows that not all negations look good.
3464  Therefore there are special commands for some negations (see 
3465 \begin_inset CommandInset ref
3466 LatexCommand ref
3467 reference "sub:Mathematical-Symbols"
3468
3469 \end_inset
3470
3471  and 
3472 \begin_inset CommandInset ref
3473 LatexCommand ref
3474 reference "sec:Relations"
3475
3476 \end_inset
3477
3478 ).
3479 \end_layout
3480
3481 \begin_layout Subsection
3482 Placeholders
3483 \begin_inset CommandInset label
3484 LatexCommand label
3485 name "sub:Placeholders"
3486
3487 \end_inset
3488
3489
3490 \begin_inset Index idx
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494 Placeholders
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \begin_inset Index idx
3501 status collapsed
3502
3503 \begin_layout Plain Layout
3504 Chemical characters ! Isotopes
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \begin_inset Index idx
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514 Isotopes|see
3515 \begin_inset ERT
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519
3520 {
3521 \end_layout
3522
3523 \end_inset
3524
3525 Chemical characters
3526 \begin_inset ERT
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530
3531 }
3532 \end_layout
3533
3534 \end_inset
3535
3536
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \end_layout
3543
3544 \begin_layout Standard
3545 When displaying e.
3546 \begin_inset space \thinspace{}
3547 \end_inset
3548
3549 g.
3550 \begin_inset space \space{}
3551 \end_inset
3552
3553 isotopes
3554 \begin_inset Foot
3555 status collapsed
3556
3557 \begin_layout Plain Layout
3558 Typesetting isotopes and chemical symbols is described in 
3559 \begin_inset CommandInset ref
3560 LatexCommand ref
3561 reference "sub:Chemical-Symbols-and"
3562
3563 \end_inset
3564
3565 .
3566 \end_layout
3567
3568 \end_inset
3569
3570  the following problem occurs:
3571 \end_layout
3572
3573 \begin_layout Standard
3574 \align center
3575 \begin_inset Tabular
3576 <lyxtabular version="3" rows="2" columns="2">
3577 <features rotate="0" tabularvalignment="middle">
3578 <column alignment="center" valignment="top" width="0pt">
3579 <column alignment="center" valignment="top" width="0pt">
3580 <row>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Indices created with sub- and superscripts:
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3595 \end_inset
3596
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 correct indices:
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3618 \end_inset
3619
3620
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 </lyxtabular>
3627
3628 \end_inset
3629
3630
3631 \begin_inset Note Note
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637
3638 \backslash
3639 raisebox
3640 \series default
3641  is only used as spacer.
3642 \end_layout
3643
3644 \end_inset
3645
3646
3647 \end_layout
3648
3649 \begin_layout Standard
3650 The shorter index is by default placed below or above the first character
3651  of the longer index.
3652  To avoid this there is the command 
3653 \series bold
3654
3655 \backslash
3656 phantom
3657 \series default
3658
3659 \begin_inset Index idx
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 Commands ! P ! 
3664 \backslash
3665 phantom
3666 \end_layout
3667
3668 \end_inset
3669
3670  or the math toolbar button
3671 \begin_inset space \thinspace{}
3672 \end_inset
3673
3674
3675 \begin_inset Foot
3676 status collapsed
3677
3678 \begin_layout Plain Layout
3679 can be found in the submenu of the toolbar button 
3680 \begin_inset Graphics
3681         filename ../images/math/space.png
3682         scale 85
3683
3684 \end_inset
3685
3686
3687 \end_layout
3688
3689 \end_inset
3690
3691  
3692 \begin_inset Graphics
3693         filename ../images/math/phantom.png
3694         scale 85
3695
3696 \end_inset
3697
3698  that creates one or more phantom characters.
3699  When inserting 
3700 \series bold
3701
3702 \backslash
3703 phantom
3704 \series default
3705  a small blue box appears that is superposed with two red arrows.
3706  The arrows indicate that the complete width and height of the box content
3707  will be created as placeholder.
3708  Phantom characters are accordingly placeholders with the size of the characters.
3709 \end_layout
3710
3711 \begin_layout Standard
3712 \align center
3713 \begin_inset Tabular
3714 <lyxtabular version="3" rows="4" columns="2">
3715 <features rotate="0" tabularvalignment="middle">
3716 <column alignment="center" valignment="top">
3717 <column alignment="center" valignment="top">
3718 <row>
3719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Command
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 Result
3733 \begin_inset Note Note
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739
3740 \backslash
3741 raisebox
3742 \series default
3743  is only used as spacer.
3744 \end_layout
3745
3746 \end_inset
3747
3748
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 ^19
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 spce 
3768 \end_layout
3769
3770 \end_inset
3771
3772 _
3773 \backslash
3774 phantom
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 1
3788 \begin_inset Formula $\to$
3789 \end_inset
3790
3791 9
3792 \begin_inset ERT
3793 status collapsed
3794
3795 \begin_layout Plain Layout
3796
3797
3798 \backslash
3799 spce 
3800 \end_layout
3801
3802 \end_inset
3803
3804 F
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 ^235
3828 \begin_inset ERT
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833
3834 \backslash
3835 spce 
3836 \end_layout
3837
3838 \end_inset
3839
3840 _
3841 \backslash
3842 phantom
3843 \begin_inset ERT
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848
3849 \backslash
3850 spce 
3851 \end_layout
3852
3853 \end_inset
3854
3855 23
3856 \begin_inset Formula $\to$
3857 \end_inset
3858
3859 9
3860 \begin_inset ERT
3861 status collapsed
3862
3863 \begin_layout Plain Layout
3864
3865
3866 \backslash
3867 spce 
3868 \end_layout
3869
3870 \end_inset
3871
3872 F
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3882 \end_inset
3883
3884
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \backslash
3897 Lambda^
3898 \begin_inset ERT
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902
3903
3904 \backslash
3905 spce 
3906 \end_layout
3907
3908 \end_inset
3909
3910
3911 \backslash
3912 phantom
3913 \begin_inset ERT
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917
3918
3919 \backslash
3920 spce 
3921 \end_layout
3922
3923 \end_inset
3924
3925 ii
3926 \begin_inset Formula $\to$
3927 \end_inset
3928
3929 t
3930 \begin_inset ERT
3931 status collapsed
3932
3933 \begin_layout Plain Layout
3934
3935
3936 \backslash
3937 spce 
3938 \end_layout
3939
3940 \end_inset
3941
3942 _MMt
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 </row>
3960 </lyxtabular>
3961
3962 \end_inset
3963
3964
3965 \end_layout
3966
3967 \begin_layout Standard
3968 Furthermore there are the commands 
3969 \series bold
3970
3971 \backslash
3972 vphantom
3973 \series default
3974
3975 \begin_inset Index idx
3976 status collapsed
3977
3978 \begin_layout Plain Layout
3979 Commands ! V ! 
3980 \backslash
3981 vphantom
3982 \end_layout
3983
3984 \end_inset
3985
3986  (toolbar button 
3987 \begin_inset space ~
3988 \end_inset
3989
3990
3991 \begin_inset Graphics
3992         filename ../images/math/vphantom.png
3993         scale 85
3994
3995 \end_inset
3996
3997 ) and 
3998 \series bold
3999
4000 \backslash
4001 hphantom
4002 \series default
4003
4004 \begin_inset Index idx
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 Commands ! H ! 
4009 \backslash
4010 hphantom
4011 \end_layout
4012
4013 \end_inset
4014
4015  (toolbar button 
4016 \begin_inset space ~
4017 \end_inset
4018
4019
4020 \begin_inset Graphics
4021         filename ../images/math/hphantom.png
4022         scale 85
4023
4024 \end_inset
4025
4026 ).
4027  
4028 \series bold
4029
4030 \backslash
4031 hphantom
4032 \series default
4033  creates only space for the maximal height of the characters in the box
4034  but not for its width.
4035  
4036 \series bold
4037
4038 \backslash
4039 vphantom
4040 \series default
4041  creates only space for the width of the box content.
4042  Therefore  the boxes of both commands have only one red arrow.
4043 \end_layout
4044
4045 \begin_layout Standard
4046 For example the command 
4047 \series bold
4048
4049 \backslash
4050 vphantom
4051 \series default
4052
4053 \begin_inset ERT
4054 status collapsed
4055
4056 \begin_layout Plain Layout
4057
4058
4059 \backslash
4060 spce 
4061 \end_layout
4062
4063 \end_inset
4064
4065
4066 \series bold
4067 a
4068 \backslash
4069 int
4070 \series default
4071  creates space for the height of the integral sign,
4072 \begin_inset Foot
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 The command 
4077 \series bold
4078
4079 \backslash
4080 int
4081 \series default
4082  creates an integral sign, see 
4083 \begin_inset CommandInset ref
4084 LatexCommand ref
4085 reference "sub:Big-Operators"
4086
4087 \end_inset
4088
4089 .
4090 \end_layout
4091
4092 \end_inset
4093
4094  because this is the larger character.
4095  An example application is in 
4096 \begin_inset CommandInset ref
4097 LatexCommand ref
4098 reference "sub:Multiline-Brackets"
4099
4100 \end_inset
4101
4102 .
4103 \end_layout
4104
4105 \begin_layout Standard
4106 Placeholders can also be used for text when they are inserted via the menu
4107  
4108 \family sans
4109 Insert\SpecialChar \menuseparator
4110 Formatting\SpecialChar \menuseparator
4111 Phantom
4112 \family default
4113 :
4114 \end_layout
4115
4116 \begin_layout Standard
4117 This is a sentence.
4118 \begin_inset Newline newline
4119 \end_inset
4120
4121
4122 \begin_inset Phantom Phantom
4123 status open
4124
4125 \begin_layout Plain Layout
4126 This
4127 \end_layout
4128
4129 \end_inset
4130
4131  is a sentence.
4132 \end_layout
4133
4134 \begin_layout Subsection
4135 Lines
4136 \begin_inset Index idx
4137 status collapsed
4138
4139 \begin_layout Plain Layout
4140 Lines
4141 \end_layout
4142
4143 \end_inset
4144
4145
4146 \begin_inset Index idx
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150 Formula ! underlined
4151 \end_layout
4152
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \begin_layout Standard
4159 \align center
4160 \begin_inset Tabular
4161 <lyxtabular version="3" rows="4" columns="2">
4162 <features rotate="0" tabularvalignment="middle">
4163 <column alignment="center" valignment="top" width="0pt">
4164 <column alignment="center" valignment="top" width="0pt">
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Command
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Result
4180 \begin_inset Note Note
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184
4185 \series bold
4186
4187 \backslash
4188 raisebox
4189 \series default
4190  is only used as spacer.
4191 \end_layout
4192
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \backslash
4208 overline
4209 \begin_inset ERT
4210 status collapsed
4211
4212 \begin_layout Plain Layout
4213
4214
4215 \backslash
4216 spce 
4217 \end_layout
4218
4219 \end_inset
4220
4221 A+B
4222 \begin_inset Index idx
4223 status collapsed
4224
4225 \begin_layout Plain Layout
4226 Commands ! O ! 
4227 \backslash
4228 overline
4229 \end_layout
4230
4231 \end_inset
4232
4233
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \backslash
4258 underline
4259 \begin_inset ERT
4260 status collapsed
4261
4262 \begin_layout Plain Layout
4263
4264
4265 \backslash
4266 spce 
4267 \end_layout
4268
4269 \end_inset
4270
4271 A+B
4272 \begin_inset Index idx
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Commands ! U ! 
4277 \backslash
4278 underline
4279 \end_layout
4280
4281 \end_inset
4282
4283
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 </row>
4301 <row>
4302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306
4307 \backslash
4308 overline
4309 \begin_inset ERT
4310 status collapsed
4311
4312 \begin_layout Plain Layout
4313
4314
4315 \backslash
4316 spce 
4317 \end_layout
4318
4319 \end_inset
4320
4321
4322 \backslash
4323 underline
4324 \begin_inset ERT
4325 status collapsed
4326
4327 \begin_layout Plain Layout
4328
4329
4330 \backslash
4331 spce 
4332 \end_layout
4333
4334 \end_inset
4335
4336 A+B
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4346 \end_inset
4347
4348
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 </lyxtabular>
4355
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \begin_layout Standard
4362 In the last example it doesn't matter if first 
4363 \series bold
4364
4365 \backslash
4366 overline
4367 \series default
4368  or 
4369 \series bold
4370
4371 \backslash
4372 underline
4373 \series default
4374  is inserted.
4375 \end_layout
4376
4377 \begin_layout Standard
4378 To double underline use 
4379 \series bold
4380
4381 \backslash
4382 underline
4383 \series default
4384  twice.
4385 \end_layout
4386
4387 \begin_layout Standard
4388 It is possible to place up to 6 lines above or below characters.
4389 \end_layout
4390
4391 \begin_layout Standard
4392 \begin_inset VSpace bigskip
4393 \end_inset
4394
4395 Custom lines can be created using the command 
4396 \series bold
4397
4398 \backslash
4399 rule
4400 \series default
4401
4402 \begin_inset Index idx
4403 status collapsed
4404
4405 \begin_layout Plain Layout
4406 Commands ! R ! 
4407 \backslash
4408 rule
4409 \end_layout
4410
4411 \end_inset
4412
4413  which has the following scheme:
4414 \end_layout
4415
4416 \begin_layout Standard
4417
4418 \series bold
4419
4420 \backslash
4421 rule[vertical offset]{length}{thickness}
4422 \end_layout
4423
4424 \begin_layout Standard
4425 The optional vertical offset shifts the line upwards (or downwards, when
4426  the value is negative).
4427  The units listed in 
4428 \begin_inset CommandInset ref
4429 LatexCommand ref
4430 reference "tab:Available-units"
4431
4432 \end_inset
4433
4434  can be used for the values.
4435  Here are two example lines created with the commands
4436 \begin_inset Newline newline
4437 \end_inset
4438
4439
4440 \series bold
4441
4442 \backslash
4443 rule[-2ex]{3cm}{2pt}
4444 \series default
4445  and 
4446 \series bold
4447
4448 \backslash
4449 rule{2cm}{1pt}
4450 \series default
4451 :
4452 \end_layout
4453
4454 \begin_layout Standard
4455 This is a sentence 
4456 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4457 \end_inset
4458
4459  with two lines.
4460 \end_layout
4461
4462 \begin_layout Standard
4463
4464 \series bold
4465
4466 \backslash
4467 rule
4468 \series default
4469  can also be used for text when a line is inserted via the menu 
4470 \family sans
4471 Insert\SpecialChar \menuseparator
4472 Formatting\SpecialChar \menuseparator
4473 Horizontal
4474 \begin_inset space ~
4475 \end_inset
4476
4477 Line
4478 \family default
4479 :
4480 \end_layout
4481
4482 \begin_layout Standard
4483 This is a sentence 
4484 \begin_inset CommandInset line
4485 LatexCommand rule
4486 offset "0.5ex"
4487 width "3cm"
4488 height "1pt"
4489
4490 \end_inset
4491
4492  with one line.
4493 \end_layout
4494
4495 \begin_layout Subsection
4496 Ellipses
4497 \begin_inset CommandInset label
4498 LatexCommand label
4499 name "sub:Ellipses"
4500
4501 \end_inset
4502
4503
4504 \begin_inset Index idx
4505 status collapsed
4506
4507 \begin_layout Plain Layout
4508 Ellipses
4509 \end_layout
4510
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \begin_layout Standard
4517 There are different types of ellipses available.
4518 \begin_inset Foot
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522 In the math toolbar in the submenu of the button 
4523 \begin_inset Graphics
4524         filename ../images/math/ldots.png
4525         scale 85
4526
4527 \end_inset
4528
4529
4530 \end_layout
4531
4532 \end_inset
4533
4534  For listings dots at the baseline are used (
4535 \series bold
4536
4537 \backslash
4538 ldots
4539 \series default
4540
4541 \begin_inset Index idx
4542 status collapsed
4543
4544 \begin_layout Plain Layout
4545 Commands ! L ! 
4546 \backslash
4547 ldots
4548 \end_layout
4549
4550 \end_inset
4551
4552 ), while for operations dots are needed that are on the same height as the
4553  operators (
4554 \series bold
4555
4556 \backslash
4557 cdots
4558 \series default
4559
4560 \begin_inset Index idx
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564 Commands ! C ! 
4565 \backslash
4566 cdots
4567 \end_layout
4568
4569 \end_inset
4570
4571 ).
4572  When using the command 
4573 \series bold
4574
4575 \backslash
4576 dots
4577 \series default
4578
4579 \begin_inset Index idx
4580 status collapsed
4581
4582 \begin_layout Plain Layout
4583 Commands ! D ! 
4584 \backslash
4585 dots
4586 \end_layout
4587
4588 \end_inset
4589
4590 , LaTeX decides on the basis of the next character what type is used.
4591 \end_layout
4592
4593 \begin_layout Standard
4594 \align center
4595 \begin_inset Tabular
4596 <lyxtabular version="3" rows="9" columns="2">
4597 <features rotate="0" tabularvalignment="middle">
4598 <column alignment="center" valignment="top" width="0pt">
4599 <column alignment="center" valignment="top" width="0pt">
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Command
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Result
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 A_1
4626 \begin_inset ERT
4627 status collapsed
4628
4629 \begin_layout Plain Layout
4630
4631
4632 \backslash
4633 spce 
4634 \end_layout
4635
4636 \end_inset
4637
4638 ,
4639 \backslash
4640 dots
4641 \begin_inset ERT
4642 status collapsed
4643
4644 \begin_layout Plain Layout
4645
4646
4647 \backslash
4648 spce 
4649 \end_layout
4650
4651 \end_inset
4652
4653 ,A_n
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 \begin_inset Formula $A_{1},\dots,A_{n}$
4663 \end_inset
4664
4665
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 A_1
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Plain Layout
4681
4682
4683 \backslash
4684 spce 
4685 \end_layout
4686
4687 \end_inset
4688
4689 +
4690 \backslash
4691 dots
4692 \begin_inset ERT
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696
4697
4698 \backslash
4699 spce 
4700 \end_layout
4701
4702 \end_inset
4703
4704 +A_n
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $A_{1}+\dots+A_{n}$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 A_1
4728 \begin_inset ERT
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732
4733
4734 \backslash
4735 spce 
4736 \end_layout
4737
4738 \end_inset
4739
4740 ,
4741 \backslash
4742 ldots
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755 ,A_n
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 \begin_inset Formula $A_{1},\ldots,A_{n}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 A_1
4779 \begin_inset ERT
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783
4784
4785 \backslash
4786 spce 
4787 \end_layout
4788
4789 \end_inset
4790
4791 +
4792 \backslash
4793 cdots
4794 \begin_inset ERT
4795 status collapsed
4796
4797 \begin_layout Plain Layout
4798
4799
4800 \backslash
4801 spce 
4802 \end_layout
4803
4804 \end_inset
4805
4806 +A_n
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4816 \end_inset
4817
4818
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829
4830 \backslash
4831 vdots
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 \begin_inset Formula $\vdots$
4841 \end_inset
4842
4843
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \backslash
4856 ddots
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 \begin_inset Formula $\ddots$
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \backslash
4881 iddots
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 \begin_inset Formula $\iddots$
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 3×3
4905 \begin_inset space \thinspace{}
4906 \end_inset
4907
4908 matrix with the different dots
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 \begin_inset Formula $\begin{array}{ccc}
4918 A_{11} & \cdots & A_{1m}\\
4919 \vdots & \ddots & \vdots\\
4920 A_{n1} & \cdots & A_{nm}
4921 \end{array}$
4922 \end_inset
4923
4924
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 </lyxtabular>
4931
4932 \end_inset
4933
4934
4935 \end_layout
4936
4937 \begin_layout Standard
4938 The ellipses available in menu 
4939 \family sans
4940 Insert\SpecialChar \menuseparator
4941 Special
4942 \begin_inset space ~
4943 \end_inset
4944
4945 Character
4946 \family default
4947  are 
4948 \series bold
4949
4950 \backslash
4951 ldots
4952 \series default
4953 .
4954 \end_layout
4955
4956 \begin_layout Standard
4957 \begin_inset VSpace medskip
4958 \end_inset
4959
4960 To use 
4961 \series bold
4962
4963 \backslash
4964 iddots
4965 \series default
4966 , one of the options 
4967 \family sans
4968 Use mathdots package (automatically)
4969 \family default
4970  must be set in the document settings under 
4971 \family sans
4972 Math
4973 \begin_inset space ~
4974 \end_inset
4975
4976 Options
4977 \family default
4978 .
4979 \begin_inset Newline newline
4980 \end_inset
4981
4982 Using the option 
4983 \family sans
4984 Use mathdots package
4985 \family default
4986  will improve the appearance of all dots in the documents if their font
4987  style or size is not the default.
4988 \end_layout
4989
4990 \begin_layout Standard
4991 \begin_inset VSpace medskip
4992 \end_inset
4993
4994 Specially for matrices there are ellipses that span over several columns.
4995  They are created with the command 
4996 \series bold
4997
4998 \backslash
4999 hdotsfor
5000 \series default
5001
5002 \begin_inset Index idx
5003 status collapsed
5004
5005 \begin_layout Plain Layout
5006 Commands ! H ! 
5007 \backslash
5008 hdotsfor
5009 \end_layout
5010
5011 \end_inset
5012
5013 , that has the following scheme:
5014 \end_layout
5015
5016 \begin_layout Standard
5017
5018 \series bold
5019
5020 \backslash
5021 hdotsfor[distance]{number of columns}
5022 \end_layout
5023
5024 \begin_layout Standard
5025 The number of columns specifies how many columns should be spanned.
5026  Distance is a factor for the distance between the dots.
5027 \end_layout
5028
5029 \begin_layout Standard
5030 In the following matrix the command 
5031 \series bold
5032
5033 \backslash
5034 hdotsfor[2]{4}
5035 \series default
5036  was inserted in the first box of the second line, to get an ellipsis with
5037  a dot distance twice as long as with the command 
5038 \series bold
5039
5040 \backslash
5041 dots
5042 \series default
5043 :
5044 \begin_inset Formula 
5045 \[
5046 \left(\begin{array}{cccc}
5047 A & B & C & D\\
5048 \hdotsfor[2]{4}\\
5049 q & w & e & r
5050 \end{array}\right)
5051 \]
5052
5053 \end_inset
5054
5055 Note that the matrix fields that should be spanned must be empty, otherwise
5056  you get LaTeX-errors.
5057 \end_layout
5058
5059 \begin_layout Standard
5060 \begin_inset VSpace bigskip
5061 \end_inset
5062
5063 Furthermore you can fill with the command 
5064 \series bold
5065
5066 \backslash
5067 dotfill
5068 \series default
5069
5070 \begin_inset Index idx
5071 status collapsed
5072
5073 \begin_layout Plain Layout
5074 Commands ! D ! 
5075 \backslash
5076 dotfill
5077 \end_layout
5078
5079 \end_inset
5080
5081  the rest of a line with dots.
5082  The effect of these commands is the same as with 
5083 \series bold
5084
5085 \backslash
5086 hfill
5087 \series default
5088 , see 
5089 \begin_inset CommandInset ref
5090 LatexCommand ref
5091 reference "sub:Variable-Space"
5092
5093 \end_inset
5094
5095 .
5096 \end_layout
5097
5098 \begin_layout Standard
5099 For example the command 
5100 \series bold
5101 A
5102 \backslash
5103 dotfill
5104 \begin_inset ERT
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108
5109
5110 \backslash
5111 spce 
5112 \end_layout
5113
5114 \end_inset
5115
5116 B
5117 \series default
5118  produces
5119 \end_layout
5120
5121 \begin_layout Standard
5122 \begin_inset Formula $A\dotfill B$
5123 \end_inset
5124
5125
5126 \end_layout
5127
5128 \begin_layout Standard
5129 Similar to
5130 \series bold
5131  
5132 \backslash
5133 dotfill
5134 \series default
5135  there is for a line the command 
5136 \series bold
5137
5138 \backslash
5139 hrulefill
5140 \series default
5141
5142 \begin_inset Index idx
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146 Commands ! H ! 
5147 \backslash
5148 hrulefill
5149 \end_layout
5150
5151 \end_inset
5152
5153 :
5154 \end_layout
5155
5156 \begin_layout Standard
5157 \begin_inset Formula $A\hrulefill B$
5158 \end_inset
5159
5160
5161 \end_layout
5162
5163 \begin_layout Standard
5164 To use the commands for text, they have to be inserted in TeX-mode.
5165 \end_layout
5166
5167 \begin_layout Section
5168 Matrices
5169 \begin_inset CommandInset label
5170 LatexCommand label
5171 name "sec:Matrices"
5172
5173 \end_inset
5174
5175
5176 \begin_inset Index idx
5177 status collapsed
5178
5179 \begin_layout Plain Layout
5180 Matrices
5181 \end_layout
5182
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \begin_layout Standard
5189 Matrices can be inserted via the math toolbar button 
5190 \begin_inset Graphics
5191         filename ../images/dialog-show_mathmatrix.png
5192         scale 85
5193
5194 \end_inset
5195
5196  or the menu 
5197 \family sans
5198 Insert\SpecialChar \menuseparator
5199 Math\SpecialChar \menuseparator
5200 Matrix
5201 \family default
5202 .
5203  In the matrix dialog you can specify the number of columns and rows, the
5204  alignment and the decoration.
5205  The vertical alignment is only of importance for matrices in inline formulas:
5206 \end_layout
5207
5208 \begin_layout Standard
5209 The first matrix is top 
5210 \begin_inset Formula $\begin{array}[t]{cccc}
5211 A & D & G & J\\
5212 B & E & H & K\\
5213 C & F & I & L
5214 \end{array}$
5215 \end_inset
5216
5217 , the second middle 
5218 \begin_inset Formula $\begin{array}{cccc}
5219 A & D & G & J\\
5220 B & E & H & K\\
5221 C & F & I & L
5222 \end{array}$
5223 \end_inset
5224
5225  and the third bottom 
5226 \begin_inset Formula $\begin{array}[b]{cccc}
5227 A & D & G & J\\
5228 B & E & H & K\\
5229 C & F & I & L
5230 \end{array}$
5231 \end_inset
5232
5233  aligned.
5234 \end_layout
5235
5236 \begin_layout Standard
5237 The horizontal alignment specifies how the column entries should be aligned.
5238  It is set by entering a letter for every column.
5239  
5240 \emph on
5241 l
5242 \emph default
5243  denotes left aligned, 
5244 \emph on
5245 c
5246 \emph default
5247  centered and 
5248 \emph on
5249 r
5250 \emph default
5251  right aligned.
5252  To create for example a 4
5253 \series bold
5254 ×
5255 \series default
5256 4
5257 \begin_inset space ~
5258 \end_inset
5259
5260 matrix where the first column is left aligned, the second and third are
5261  centered and the last one is right aligned, one enters for the horizontal
5262  alignment 
5263 \series bold
5264 lccr
5265 \series default
5266 .
5267  Normally in a matrix all columns are centered, therefore the default for
5268  every column is a 
5269 \series bold
5270 c
5271 \series default
5272 .
5273 \end_layout
5274
5275 \begin_layout Standard
5276 Horizontal alignment:
5277 \end_layout
5278
5279 \begin_layout Standard
5280
5281 \series bold
5282 lll
5283 \series default
5284  : 
5285 \begin_inset Formula $\begin{array}{lll}
5286 10000 & D & G\\
5287 B & 10000 & H\\
5288 C & F & 10000
5289 \end{array}$
5290 \end_inset
5291
5292  , 
5293 \series bold
5294 ccc
5295 \series default
5296  : 
5297 \begin_inset Formula $\begin{array}{ccc}
5298 10000 & D & G\\
5299 B & 10000 & H\\
5300 C & F & 10000
5301 \end{array}$
5302 \end_inset
5303
5304  , 
5305 \series bold
5306 rrr
5307 \series default
5308  : 
5309 \begin_inset Formula $\begin{array}{rrr}
5310 10000 & D & G\\
5311 B & 10000 & H\\
5312 C & F & 10000
5313 \end{array}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \begin_layout Standard
5320 To add or delete rows and columns subsequently, the math toolbar buttons
5321  
5322 \begin_inset Graphics
5323         filename ../images/tabular-feature_append-row.png
5324         scale 85
5325
5326 \end_inset
5327
5328
5329 \begin_inset Graphics
5330         filename ../images/tabular-feature_delete-row.png
5331         scale 85
5332
5333 \end_inset
5334
5335 , etc.
5336 \begin_inset space \thinspace{}
5337 \end_inset
5338
5339 , or the menu 
5340 \family sans
5341 Edit\SpecialChar \menuseparator
5342 Rows & Columns
5343 \family default
5344  can be used.
5345  New rows can also be created with 
5346 \begin_inset Info
5347 type  "shortcut"
5348 arg   "newline-insert newline"
5349 \end_inset
5350
5351 .
5352 \end_layout
5353
5354 \begin_layout Standard
5355 \begin_inset VSpace bigskip
5356 \end_inset
5357
5358 The 
5359 \family sans
5360 Decoration
5361 \family default
5362  adds parentheses in the selected style around the matrix.
5363  Alternatively, parentheses can can either be created with the commands
5364  
5365 \series bold
5366
5367 \backslash
5368 left
5369 \series default
5370
5371 \begin_inset Index idx
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375 Commands ! L ! 
5376 \backslash
5377 left
5378 \end_layout
5379
5380 \end_inset
5381
5382  and 
5383 \series bold
5384
5385 \backslash
5386 right
5387 \series default
5388
5389 \begin_inset Index idx
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 Commands ! R ! 
5394 \backslash
5395 right
5396 \end_layout
5397
5398 \end_inset
5399
5400  (shortcut 
5401 \family sans
5402 Alt+M
5403 \begin_inset space ~
5404 \end_inset
5405
5406 Parenthesis
5407 \family default
5408 ), see 
5409 \begin_inset CommandInset ref
5410 LatexCommand ref
5411 reference "sub:Automatic-Bracket-Size"
5412
5413 \end_inset
5414
5415 , or by using the following commands:
5416 \begin_inset VSpace medskip
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Standard
5423 \begin_inset space \hfill{}
5424 \end_inset
5425
5426
5427 \begin_inset Tabular
5428 <lyxtabular version="3" rows="4" columns="2">
5429 <features rotate="0" tabularvalignment="middle">
5430 <column alignment="center" valignment="top">
5431 <column alignment="center" valignment="top">
5432 <row>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Command
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 Result
5447 \begin_inset Note Note
5448 status collapsed
5449
5450 \begin_layout Plain Layout
5451
5452 \series bold
5453
5454 \backslash
5455 raisebox
5456 \series default
5457  is only used as spacer.
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \backslash
5475 bmatrix
5476 \begin_inset ERT
5477 status collapsed
5478
5479 \begin_layout Plain Layout
5480
5481
5482 \backslash
5483 spce 
5484 \end_layout
5485
5486 \end_inset
5487
5488 2
5489 \series bold
5490 ×
5491 \series default
5492 2
5493 \begin_inset space \thinspace{}
5494 \end_inset
5495
5496 matrix
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5506 0 & \textrm{-}\mathrm{i}\\
5507 \mathrm{i} & 0
5508 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5509 \end_inset
5510
5511
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \backslash
5524 Bmatrix
5525 \begin_inset ERT
5526 status collapsed
5527
5528 \begin_layout Plain Layout
5529
5530
5531 \backslash
5532 spce 
5533 \end_layout
5534
5535 \end_inset
5536
5537 2
5538 \series bold
5539 ×
5540 \series default
5541 2
5542 \begin_inset space \thinspace{}
5543 \end_inset
5544
5545 matrix
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5555 0 & \textrm{-}\mathrm{i}\\
5556 \mathrm{i} & 0
5557 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \backslash
5573 pmatrix
5574 \begin_inset ERT
5575 status collapsed
5576
5577 \begin_layout Plain Layout
5578
5579
5580 \backslash
5581 spce 
5582 \end_layout
5583
5584 \end_inset
5585
5586 2
5587 \series bold
5588 ×
5589 \series default
5590 2
5591 \begin_inset space \thinspace{}
5592 \end_inset
5593
5594 matrix
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5604 0 & \textrm{-}\mathrm{i}\\
5605 \mathrm{i} & 0
5606 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 </lyxtabular>
5616
5617 \end_inset
5618
5619
5620 \begin_inset space \hfill{}
5621 \end_inset
5622
5623
5624 \begin_inset Tabular
5625 <lyxtabular version="3" rows="4" columns="2">
5626 <features rotate="0" tabularvalignment="middle">
5627 <column alignment="center" valignment="top">
5628 <column alignment="center" valignment="top">
5629 <row>
5630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 Command
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 Result
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 vmatrix
5657 \begin_inset ERT
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661
5662
5663 \backslash
5664 spce 
5665 \end_layout
5666
5667 \end_inset
5668
5669 2
5670 \series bold
5671 ×
5672 \series default
5673 2
5674 \begin_inset space \thinspace{}
5675 \end_inset
5676
5677 matrix
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5687 0 & \textrm{-}\mathrm{i}\\
5688 \mathrm{i} & 0
5689 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \backslash
5705 Vmatrix
5706 \begin_inset ERT
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710
5711
5712 \backslash
5713 spce 
5714 \end_layout
5715
5716 \end_inset
5717
5718 2
5719 \series bold
5720 ×
5721 \series default
5722 2
5723 \begin_inset space \thinspace{}
5724 \end_inset
5725
5726 matrix
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5736 0 & \textrm{-}\mathrm{i}\\
5737 \mathrm{i} & 0
5738 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \backslash
5754 matrix
5755 \begin_inset ERT
5756 status collapsed
5757
5758 \begin_layout Plain Layout
5759
5760
5761 \backslash
5762 spce 
5763 \end_layout
5764
5765 \end_inset
5766
5767 2
5768 \series bold
5769 ×
5770 \series default
5771 2
5772 \begin_inset space \thinspace{}
5773 \end_inset
5774
5775 matrix
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5785 0 & \textrm{-}\mathrm{i}\\
5786 \mathrm{i} & 0
5787 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 </row>
5796 </lyxtabular>
5797
5798 \end_inset
5799
5800
5801 \begin_inset space \hfill{}
5802 \end_inset
5803
5804
5805 \end_layout
5806
5807 \begin_layout Standard
5808 \begin_inset VSpace medskip
5809 \end_inset
5810
5811 When e.
5812 \begin_inset space \thinspace{}
5813 \end_inset
5814
5815 g.
5816 \begin_inset space \space{}
5817 \end_inset
5818
5819
5820 \series bold
5821
5822 \backslash
5823 vmatrix
5824 \series default
5825  is inserted, a blue box appears between two vertical lines where the matrix
5826  is inserted.
5827 \begin_inset Newline newline
5828 \end_inset
5829
5830 Note that decorated matrices ignore the vertical alignment.
5831 \end_layout
5832
5833 \begin_layout Standard
5834 \begin_inset VSpace bigskip
5835 \end_inset
5836
5837 As all multiline formulas are matrices, the length 
5838 \series bold
5839
5840 \backslash
5841 arraycolsep
5842 \series default
5843
5844 \begin_inset Index idx
5845 status collapsed
5846
5847 \begin_layout Plain Layout
5848 Commands ! A ! 
5849 \backslash
5850 arraycolsep
5851 \end_layout
5852
5853 \end_inset
5854
5855  that is described in 
5856 \begin_inset CommandInset ref
5857 LatexCommand ref
5858 reference "sub:Column-Separation"
5859
5860 \end_inset
5861
5862  can also be used to change the column separation of matrices.
5863 \end_layout
5864
5865 \begin_layout Standard
5866 To change the row separation, the command 
5867 \series bold
5868
5869 \backslash
5870 arraystretch
5871 \series default
5872
5873 \begin_inset Index idx
5874 status collapsed
5875
5876 \begin_layout Plain Layout
5877 Commands ! A ! 
5878 \backslash
5879 arraystretch
5880 \end_layout
5881
5882 \end_inset
5883
5884  is used.
5885  It is used as follows:
5886 \end_layout
5887
5888 \begin_layout Standard
5889
5890 \series bold
5891
5892 \backslash
5893 renewcommand{
5894 \backslash
5895 arraystretch}{stretch factor}
5896 \begin_inset Index idx
5897 status collapsed
5898
5899 \begin_layout Plain Layout
5900 Commands ! R ! 
5901 \backslash
5902 renewcommand
5903 \end_layout
5904
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \begin_layout Standard
5911 The command 
5912 \series bold
5913
5914 \backslash
5915 renewcommand
5916 \series default
5917  assigns the stretch factor to the predefined command 
5918 \series bold
5919
5920 \backslash
5921 arraystretch
5922 \series default
5923 .
5924  To double e.
5925 \begin_inset space \thinspace{}
5926 \end_inset
5927
5928 g.
5929 \begin_inset space \space{}
5930 \end_inset
5931
5932 the row separation, use the factor 2.
5933  This is then used for all following matrices.
5934  To go back to the original separation, assign the factor 1 to 
5935 \series bold
5936
5937 \backslash
5938 arraystretch
5939 \series default
5940 .
5941 \end_layout
5942
5943 \begin_layout Standard
5944 To set matrices into a text line, the command 
5945 \series bold
5946
5947 \backslash
5948 smallmatrix
5949 \series default
5950
5951 \begin_inset Index idx
5952 status collapsed
5953
5954 \begin_layout Plain Layout
5955 Commands ! S ! 
5956 \backslash
5957 smallmatrix
5958 \end_layout
5959
5960 \end_inset
5961
5962  is used.
5963  When it is inserted a blue box with two dashed lines appears.
5964  In this box the matrix is inserted.
5965 \end_layout
5966
5967 \begin_layout Standard
5968 This is a matrix 
5969 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5970 C & D
5971 \end{smallmatrix}\right)$
5972 \end_inset
5973
5974  in a text line.
5975 \end_layout
5976
5977 \begin_layout Section
5978 Brackets and Delimiters
5979 \begin_inset Index idx
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 Brackets
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \begin_inset Index idx
5990 status collapsed
5991
5992 \begin_layout Plain Layout
5993 Delimiters
5994 \end_layout
5995
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \begin_layout Subsection
6002 Vertical Brackets and Delimiters
6003 \begin_inset Index idx
6004 status collapsed
6005
6006 \begin_layout Plain Layout
6007 Brackets ! vertical
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \begin_layout Standard
6016 \begin_inset space \hfill{}
6017 \end_inset
6018
6019
6020 \begin_inset Tabular
6021 <lyxtabular version="3" rows="9" columns="2">
6022 <features rotate="0" tabularvalignment="middle">
6023 <column alignment="center" valignment="top" width="0pt">
6024 <column alignment="center" valignment="top" width="0pt">
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 Command
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 Result
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 </row>
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 (
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 \begin_inset Formula $($
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 {
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 \begin_inset Formula $\{$
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 [
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 \begin_inset Formula $[$
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 <row>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119
6120 \backslash
6121 langle
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $\langle$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \backslash
6146 lceil
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 \begin_inset Formula $\lceil$
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169
6170 \backslash
6171 lfloor
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $\lfloor$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 /
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $/$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 <row>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 |
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $|$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 </lyxtabular>
6236
6237 \end_inset
6238
6239
6240 \begin_inset space \hfill{}
6241 \end_inset
6242
6243
6244 \begin_inset Tabular
6245 <lyxtabular version="3" rows="9" columns="2">
6246 <features rotate="0" tabularvalignment="middle">
6247 <column alignment="center" valignment="top" width="0pt">
6248 <column alignment="center" valignment="top" width="0pt">
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Command
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 Result
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 </row>
6269 <row>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 )
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 \begin_inset Formula $)$
6284 \end_inset
6285
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 <row>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 }
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 \begin_inset Formula $\}$
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 ]
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 \begin_inset Formula $]$
6330 \end_inset
6331
6332
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343
6344 \backslash
6345 rangle
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 \begin_inset Formula $\rangle$
6355 \end_inset
6356
6357
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 </row>
6363 <row>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368
6369 \backslash
6370 rceil
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 \begin_inset Formula $\rceil$
6380 \end_inset
6381
6382
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 <row>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393
6394 \backslash
6395 rfloor
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 \begin_inset Formula $\rfloor$
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 <row>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418
6419 \backslash
6420
6421 \backslash
6422
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 \begin_inset Formula $\backslash$
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 |
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 \begin_inset Formula $\|$
6457 \end_inset
6458
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 </row>
6465 </lyxtabular>
6466
6467 \end_inset
6468
6469
6470 \begin_inset space \hfill{}
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \begin_layout Standard
6477
6478 \series medium
6479 \begin_inset Note Greyedout
6480 status open
6481
6482 \begin_layout Plain Layout
6483
6484 \series bold
6485 Note:
6486 \series default
6487  In TeX-mode the command 
6488 \series bold
6489
6490 \backslash
6491 textbackslash
6492 \series default
6493
6494 \begin_inset Index idx
6495 status collapsed
6496
6497 \begin_layout Plain Layout
6498 Commands ! T ! 
6499 \backslash
6500 textbackslash
6501 \end_layout
6502
6503 \end_inset
6504
6505  must be used for the backslash, because the command 
6506 \series bold
6507
6508 \backslash
6509
6510 \backslash
6511
6512 \series default
6513  produces a line break there.
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 For all characters listed above the size can be adjusted with the commands
6523  described in the following two subsections.
6524  When using these commands, the characters < and > can directly be used
6525  instead of the commands 
6526 \series bold
6527
6528 \backslash
6529 langle
6530 \series default
6531  and 
6532 \series bold
6533
6534 \backslash
6535 rangle
6536 \series default
6537 .
6538 \end_layout
6539
6540 \begin_layout Subsubsection
6541 Manual Bracket Size
6542 \begin_inset CommandInset label
6543 LatexCommand label
6544 name "sub:Manual-Bracket-Size"
6545
6546 \end_inset
6547
6548
6549 \begin_inset Index idx
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 Bracket size ! manual
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \begin_layout Standard
6562 The bracket size can be specified manually by the LaTeX-commands 
6563 \series bold
6564
6565 \backslash
6566 big
6567 \series default
6568
6569 \begin_inset Index idx
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Commands ! B ! 
6574 \backslash
6575 big
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \series bold
6582
6583 \backslash
6584 Big
6585 \series default
6586
6587 \series bold
6588
6589 \backslash
6590 bigg
6591 \series default
6592  and 
6593 \series bold
6594
6595 \backslash
6596 Bigg
6597 \series default
6598 .
6599  
6600 \series bold
6601
6602 \backslash
6603 big
6604 \series default
6605  denotes the smallest and 
6606 \series bold
6607
6608 \backslash
6609 Bigg
6610 \series default
6611  the largest bracket size.
6612 \end_layout
6613
6614 \begin_layout Standard
6615 These commands are used to emphasize levels of brackets:
6616 \end_layout
6617
6618 \begin_layout Standard
6619 \align center
6620 \begin_inset Tabular
6621 <lyxtabular version="3" rows="2" columns="2">
6622 <features rotate="0" tabularvalignment="middle">
6623 <column alignment="center" valignment="top" width="0pt">
6624 <column alignment="center" valignment="top" width="0pt">
6625 <row>
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 all brackets in the same size:
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 this looks better:
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 </lyxtabular>
6672
6673 \end_inset
6674
6675
6676 \begin_inset Note Note
6677 status collapsed
6678
6679 \begin_layout Plain Layout
6680
6681 \series bold
6682
6683 \backslash
6684 raisebox
6685 \series default
6686  is only used as spacer.
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 For the second formula the command 
6696 \series bold
6697
6698 \backslash
6699 Big((A+B)(A-B)
6700 \backslash
6701 Big)^
6702 \begin_inset ERT
6703 status collapsed
6704
6705 \begin_layout Plain Layout
6706
6707
6708 \backslash
6709 spce 
6710 \end_layout
6711
6712 \end_inset
6713
6714 C
6715 \series default
6716  has been used.
6717 \end_layout
6718
6719 \begin_layout Standard
6720 Here is an overview about all bracket sizes:
6721 \end_layout
6722
6723 \begin_layout Standard
6724 \align center
6725
6726 \backslash
6727 Bigg(
6728 \backslash
6729 exp
6730 \backslash
6731 bigg<
6732 \backslash
6733 Big[
6734 \backslash
6735 big{
6736 \backslash
6737 ln(3x)
6738 \backslash
6739 big}^2
6740 \begin_inset ERT
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744
6745
6746 \backslash
6747 spce 
6748 \end_layout
6749
6750 \end_inset
6751
6752
6753 \backslash
6754 sin(x)
6755 \backslash
6756 Big]^
6757 \begin_inset ERT
6758 status collapsed
6759
6760 \begin_layout Plain Layout
6761
6762
6763 \backslash
6764 spce 
6765 \end_layout
6766
6767 \end_inset
6768
6769 A
6770 \begin_inset ERT
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774
6775
6776 \backslash
6777 spce 
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \backslash
6784 bigg>
6785 \backslash
6786 Bigg)^0,5
6787 \end_layout
6788
6789 \begin_layout Standard
6790 \align center
6791 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \begin_layout Standard
6798 Besides the 
6799 \series bold
6800
6801 \backslash
6802 big
6803 \series default
6804 -commands there is the variant 
6805 \series bold
6806
6807 \backslash
6808 bigm
6809 \series default
6810
6811 \begin_inset Index idx
6812 status collapsed
6813
6814 \begin_layout Plain Layout
6815 Commands ! B ! 
6816 \backslash
6817 bigm
6818 \end_layout
6819
6820 \end_inset
6821
6822  that adds a bit more space between the bracket and its content, and the
6823  variant 
6824 \series bold
6825
6826 \backslash
6827 bigl
6828 \series default
6829 -
6830 \series bold
6831
6832 \backslash
6833 bigr
6834 \series default
6835
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Commands ! B ! 
6841 \backslash
6842 bigl - 
6843 \backslash
6844 bigr
6845 \end_layout
6846
6847 \end_inset
6848
6849 , that don't add additional space.
6850  The 
6851 \emph on
6852 l
6853 \emph default
6854  at the end of the command 
6855 \series bold
6856
6857 \backslash
6858 bigl
6859 \series default
6860  is for a left bracket; for a right bracket this will be replaced by an
6861  
6862 \emph on
6863 r
6864 \emph default
6865 .
6866  A left or right bracket can each be an opening or closing bracket.
6867 \end_layout
6868
6869 \begin_layout Standard
6870 In the following table is a comparison of the variants:
6871 \end_layout
6872
6873 \begin_layout Standard
6874 \align center
6875 \begin_inset Tabular
6876 <lyxtabular version="3" rows="5" columns="2">
6877 <features rotate="0" tabularvalignment="middle">
6878 <column alignment="center" valignment="middle">
6879 <column alignment="center" valignment="middle">
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 Command
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 Result
6895 \begin_inset Note Note
6896 status collapsed
6897
6898 \begin_layout Plain Layout
6899
6900 \series bold
6901
6902 \backslash
6903 raisebox
6904 \series default
6905  is only used as spacer.
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 <row>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \backslash
6923 Bigm(
6924 \backslash
6925 bigm(
6926 \backslash
6927 ln(3x)
6928 \backslash
6929 bigm)^2
6930 \series bold
6931
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937
6938 \backslash
6939 spce 
6940 \end_layout
6941
6942 \end_inset
6943
6944
6945 \series default
6946
6947 \backslash
6948 Bigm)
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \backslash
6973 Big(
6974 \backslash
6975 big(
6976 \backslash
6977 ln(3x)
6978 \backslash
6979 big)^2
6980 \series bold
6981
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 spce 
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \series default
6996
6997 \backslash
6998 Big)
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7008 \end_inset
7009
7010
7011 \end_layout
7012
7013 \end_inset
7014 </cell>
7015 </row>
7016 <row>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021
7022 \backslash
7023 Bigl(
7024 \backslash
7025 bigl(
7026 \backslash
7027 ln(3x)
7028 \backslash
7029 bigr)^2
7030 \series bold
7031
7032 \begin_inset ERT
7033 status collapsed
7034
7035 \begin_layout Plain Layout
7036
7037
7038 \backslash
7039 spce 
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \series default
7046
7047 \backslash
7048 Bigr)
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \backslash
7073 bigl)
7074 \backslash
7075 ln(3x)
7076 \backslash
7077 bigr(
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 </lyxtabular>
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \begin_layout Subsubsection
7103 Automatic Bracket Size
7104 \begin_inset CommandInset label
7105 LatexCommand label
7106 name "sub:Automatic-Bracket-Size"
7107
7108 \end_inset
7109
7110
7111 \begin_inset Index idx
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115 Bracket size ! automatic
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \begin_layout Standard
7124 Brackets with variable size can be inserted with the commands 
7125 \series bold
7126
7127 \backslash
7128 left
7129 \series default
7130
7131 \begin_inset Index idx
7132 status collapsed
7133
7134 \begin_layout Plain Layout
7135 Commands ! L ! 
7136 \backslash
7137 left
7138 \end_layout
7139
7140 \end_inset
7141
7142  and 
7143 \series bold
7144
7145 \backslash
7146 right
7147 \series default
7148
7149 \begin_inset Index idx
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153 Commands ! R ! 
7154 \backslash
7155 right
7156 \end_layout
7157
7158 \end_inset
7159
7160  or via the math toolbar button 
7161 \begin_inset Graphics
7162         filename ../images/dialog-show_mathdelimiter.png
7163         scale 85
7164
7165 \end_inset
7166
7167 .
7168  Directly behind 
7169 \series bold
7170
7171 \backslash
7172 left
7173 \series default
7174  and 
7175 \series bold
7176
7177 \backslash
7178 right
7179 \series default
7180  the wanted bracket must be inserted.
7181  The bracket size will then automatically be calculated for the output.
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \align center
7186 normal bracket: The command 
7187 \series bold
7188
7189 \backslash
7190 ln(
7191 \backslash
7192 frac
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 spce 
7201 \end_layout
7202
7203 \end_inset
7204
7205 A
7206 \begin_inset Formula $\downarrow$
7207 \end_inset
7208
7209 C
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 spce 
7218 \end_layout
7219
7220 \end_inset
7221
7222 )
7223 \series default
7224  creates
7225 \begin_inset Formula 
7226 \[
7227 \ln(\frac{A}{C})
7228 \]
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \begin_layout Standard
7236 \align center
7237 multiline bracket: The command 
7238 \series bold
7239
7240 \backslash
7241 ln
7242 \backslash
7243 left(
7244 \backslash
7245 frac
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 spce 
7254 \end_layout
7255
7256 \end_inset
7257
7258 A
7259 \begin_inset Formula $\downarrow$
7260 \end_inset
7261
7262 C
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \backslash
7277 right)
7278 \series default
7279  creates
7280 \begin_inset Formula 
7281 \[
7282 \ln\left(\frac{A}{C}\right)
7283 \]
7284
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \begin_layout Standard
7291 Instead of 
7292 \series bold
7293
7294 \backslash
7295 left
7296 \series default
7297  and 
7298 \series bold
7299
7300 \backslash
7301 right
7302 \series default
7303  the shortcut 
7304 \family sans
7305 Alt+M
7306 \begin_inset space ~
7307 \end_inset
7308
7309 Bracket
7310 \family default
7311  can be used.
7312  This has the advantage that you can see in LyX immediately the real bracket
7313  size and that the matching right bracket will be created too.
7314 \begin_inset Newline newline
7315 \end_inset
7316
7317 The command for the last example would then be: 
7318 \series bold
7319
7320 \backslash
7321 ln Alt+M
7322 \series default
7323  
7324 \series bold
7325 (
7326 \backslash
7327 frac
7328 \begin_inset ERT
7329 status collapsed
7330
7331 \begin_layout Plain Layout
7332
7333
7334 \backslash
7335 spce 
7336 \end_layout
7337
7338 \end_inset
7339
7340 A
7341 \begin_inset Formula $\downarrow$
7342 \end_inset
7343
7344 C
7345 \end_layout
7346
7347 \begin_layout Standard
7348 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7349  For example the command 
7350 \series bold
7351
7352 \backslash
7353 left.
7354 \backslash
7355 frac
7356 \begin_inset ERT
7357 status collapsed
7358
7359 \begin_layout Plain Layout
7360
7361
7362 \backslash
7363 spce 
7364 \end_layout
7365
7366 \end_inset
7367
7368 A
7369 \begin_inset Formula $\downarrow$
7370 \end_inset
7371
7372 B
7373 \begin_inset ERT
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377
7378
7379 \backslash
7380 spce 
7381 \end_layout
7382
7383 \end_inset
7384
7385
7386 \backslash
7387 right}
7388 \series default
7389  creates:
7390 \series bold
7391
7392 \begin_inset Formula 
7393 \[
7394 \left.\frac{A}{B}\right\} 
7395 \]
7396
7397 \end_inset
7398
7399
7400 \series default
7401 The commands 
7402 \series bold
7403
7404 \backslash
7405 left
7406 \series default
7407  and 
7408 \series bold
7409
7410 \backslash
7411 right
7412 \series default
7413  will be converted by LyX to brackets in the right size when the document
7414  is reloaded and an omitted bracket will appear as dashed line.
7415 \end_layout
7416
7417 \begin_layout Standard
7418 \begin_inset VSpace bigskip
7419 \end_inset
7420
7421 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7422  the command 
7423 \series bold
7424
7425 \backslash
7426 middle
7427 \series default
7428
7429 \begin_inset Index idx
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433 Commands ! M ! 
7434 \backslash
7435 middle
7436 \end_layout
7437
7438 \end_inset
7439
7440  is additionally available for all brackets and limits.
7441  With this command the height of the following character is adapted to the
7442  one of the surrounding brackets, what is e.
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 g.
7447 \begin_inset space \space{}
7448 \end_inset
7449
7450 needed for physical vectors:
7451 \begin_inset Formula 
7452 \[
7453 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7454 \]
7455
7456 \end_inset
7457
7458 For physical vectors there is a special LaTeX-package, described in 
7459 \begin_inset CommandInset ref
7460 LatexCommand ref
7461 reference "sub:Physical-Vectors"
7462
7463 \end_inset
7464
7465 .
7466 \end_layout
7467
7468 \begin_layout Subsection
7469 Horizontal Brackets
7470 \begin_inset Index idx
7471 status collapsed
7472
7473 \begin_layout Plain Layout
7474 Brackets ! horizontal
7475 \end_layout
7476
7477 \end_inset
7478
7479
7480 \end_layout
7481
7482 \begin_layout Standard
7483 \align center
7484 \begin_inset Tabular
7485 <lyxtabular version="3" rows="4" columns="2">
7486 <features rotate="0" tabularvalignment="middle">
7487 <column alignment="center" valignment="top" width="0pt">
7488 <column alignment="center" valignment="top" width="0pt">
7489 <row>
7490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 Command
7495 \begin_inset Note Note
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499
7500 \series bold
7501
7502 \backslash
7503 raisebox
7504 \series default
7505  is only used as spacer.
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 Result
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset ERT
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535
7536 \backslash
7537 raisebox{2.3mm}{
7538 \end_layout
7539
7540 \end_inset
7541
7542
7543 \backslash
7544 overbrace
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 spce 
7553 \end_layout
7554
7555 \end_inset
7556
7557 A+B
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 spce 
7566 \end_layout
7567
7568 \end_inset
7569
7570 ^
7571 \begin_inset ERT
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575
7576
7577 \backslash
7578 spce 
7579 \end_layout
7580
7581 \end_inset
7582
7583 3
7584 \begin_inset ERT
7585 status collapsed
7586
7587 \begin_layout Plain Layout
7588
7589 }
7590 \end_layout
7591
7592 \end_inset
7593
7594
7595 \begin_inset Index idx
7596 status collapsed
7597
7598 \begin_layout Plain Layout
7599 Commands ! O ! 
7600 \backslash
7601 overbrace
7602 \end_layout
7603
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 \begin_inset Formula $\overbrace{A+B}^{3}$
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 \begin_inset ERT
7630 status collapsed
7631
7632 \begin_layout Plain Layout
7633
7634
7635 \backslash
7636 raisebox{-2.2mm}{
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \backslash
7643 underbrace
7644 \begin_inset ERT
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648
7649
7650 \backslash
7651 spce 
7652 \end_layout
7653
7654 \end_inset
7655
7656 A+B
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 spce 
7665 \end_layout
7666
7667 \end_inset
7668
7669 _5
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675 }
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \begin_inset Index idx
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685 Commands ! U ! 
7686 \backslash
7687 underbrace
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 \begin_inset Formula $\underbrace{A+B}_{5}$
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \backslash
7717 overbrace
7718 \begin_inset ERT
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722
7723
7724 \backslash
7725 spce 
7726 \end_layout
7727
7728 \end_inset
7729
7730
7731 \backslash
7732 underbrace
7733 \begin_inset ERT
7734 status collapsed
7735
7736 \begin_layout Plain Layout
7737
7738
7739 \backslash
7740 spce 
7741 \end_layout
7742
7743 \end_inset
7744
7745 A+B_w
7746 \begin_inset ERT
7747 status collapsed
7748
7749 \begin_layout Plain Layout
7750
7751
7752 \backslash
7753 spce 
7754 \end_layout
7755
7756 \end_inset
7757
7758
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 spce 
7767 \end_layout
7768
7769 \end_inset
7770
7771 _7
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 spce 
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \begin_inset ERT
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789
7790
7791 \backslash
7792 spce 
7793 \end_layout
7794
7795 \end_inset
7796
7797 ^
7798 \begin_inset ERT
7799 status collapsed
7800
7801 \begin_layout Plain Layout
7802
7803
7804 \backslash
7805 spce 
7806 \end_layout
7807
7808 \end_inset
7809
7810 C
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 </lyxtabular>
7829
7830 \end_inset
7831
7832
7833 \end_layout
7834
7835 \begin_layout Standard
7836 In the last example it doesn't matter if 
7837 \series bold
7838
7839 \backslash
7840 overbrace
7841 \series default
7842  or 
7843 \series bold
7844
7845 \backslash
7846 underbrace
7847 \series default
7848  is inserted at first.
7849 \end_layout
7850
7851 \begin_layout Standard
7852 \begin_inset VSpace bigskip
7853 \end_inset
7854
7855 When brackets are needed that overlap each other, multiline formulas, as
7856  described in 
7857 \begin_inset CommandInset ref
7858 LatexCommand ref
7859 reference "sec:Multiline-Formulas"
7860
7861 \end_inset
7862
7863 , must be used:
7864 \begin_inset Formula 
7865 \begin{eqnarray*}
7866 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7867  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7868 \end{eqnarray*}
7869
7870 \end_inset
7871
7872 In the first row the formula is inserted together with the first brace.
7873  It is hereby important that the space command
7874 \begin_inset Foot
7875 status collapsed
7876
7877 \begin_layout Plain Layout
7878 Space commands are explained in 
7879 \begin_inset CommandInset ref
7880 LatexCommand ref
7881 reference "sub:Predefined-Space"
7882
7883 \end_inset
7884
7885 .
7886 \end_layout
7887
7888 \end_inset
7889
7890  
7891 \series bold
7892
7893 \backslash
7894 :
7895 \series default
7896  is inserted before the first 
7897 \begin_inset Formula $d$
7898 \end_inset
7899
7900 , because the brace that ends behind the 
7901 \begin_inset Formula $q$
7902 \end_inset
7903
7904  prevents that the following 
7905 \begin_inset Quotes eld
7906 \end_inset
7907
7908 +
7909 \begin_inset Quotes erd
7910 \end_inset
7911
7912  is surrounded by space.
7913 \begin_inset Foot
7914 status collapsed
7915
7916 \begin_layout Plain Layout
7917 because a bracket is not handled as a character, see 
7918 \begin_inset CommandInset ref
7919 LatexCommand ref
7920 reference "sub:Binary-Operators"
7921
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928
7929  In the second row the second brace is inserted.
7930  As it should begin before the 
7931 \begin_inset Formula $b$
7932 \end_inset
7933
7934 , first the command 
7935 \series bold
7936
7937 \backslash
7938 hphantom{gggg+
7939 \backslash
7940 :}
7941 \series default
7942  is inserted.
7943 \begin_inset Foot
7944 status collapsed
7945
7946 \begin_layout Plain Layout
7947 more about 
7948 \series bold
7949
7950 \backslash
7951 hphantom
7952 \series default
7953  see 
7954 \begin_inset CommandInset ref
7955 LatexCommand ref
7956 reference "sub:Placeholders"
7957
7958 \end_inset
7959
7960
7961 \end_layout
7962
7963 \end_inset
7964
7965  This space is needed because the 
7966 \begin_inset Quotes eld
7967 \end_inset
7968
7969 +
7970 \begin_inset Quotes erd
7971 \end_inset
7972
7973  is also surrounded by space in the formula.
7974  The brace is placed under the command 
7975 \series bold
7976
7977 \backslash
7978 hphantom{bbqq+dddd}
7979 \series default
7980 .
7981 \end_layout
7982
7983 \begin_layout Standard
7984 It gets more complicated when brackets overlap each other, like in the following
7985  example:
7986 \begin_inset ERT
7987 status collapsed
7988
7989 \begin_layout Plain Layout
7990
7991
7992 \backslash
7993 setlength{
7994 \backslash
7995 jot}{-6pt}
7996 \end_layout
7997
7998 \end_inset
7999
8000
8001 \begin_inset Formula 
8002 \begin{eqnarray*}
8003  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8004 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8005 \end{eqnarray*}
8006
8007 \end_inset
8008
8009
8010 \begin_inset ERT
8011 status collapsed
8012
8013 \begin_layout Plain Layout
8014
8015
8016 \backslash
8017 setlength{
8018 \backslash
8019 jot}{3pt}
8020 \end_layout
8021
8022 \end_inset
8023
8024 The first formula row is the same as the second row of the previous example,
8025  with the difference that the brace is above.
8026  The second row contains the formula together with the second brace.
8027  To avoid that there is space between the upper brace in the first row and
8028  the formula, the row spacing needs to be reduced.
8029  This is not easily possible due to a bug in LyX
8030 \begin_inset Foot
8031 status collapsed
8032
8033 \begin_layout Plain Layout
8034 \begin_inset CommandInset href
8035 LatexCommand href
8036 name "LyX-bug #1505"
8037 target "http://www.lyx.org/trac/ticket/1505"
8038
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045
8046 .
8047  As a solution for the problem, the global formula row separation 
8048 \series bold
8049
8050 \backslash
8051 jot
8052 \series default
8053
8054 \begin_inset Index idx
8055 status collapsed
8056
8057 \begin_layout Plain Layout
8058 Commands ! J ! 
8059 \backslash
8060 jot
8061 \end_layout
8062
8063 \end_inset
8064
8065  must be changed to -6
8066 \begin_inset space \thinspace{}
8067 \end_inset
8068
8069 pt before the formula with the command 
8070 \series bold
8071
8072 \backslash
8073 setlength{
8074 \backslash
8075 jot}{-6pt}
8076 \series default
8077  in TeX-mode.
8078  
8079 \series bold
8080
8081 \backslash
8082 jot
8083 \series default
8084  is set back after the formula to the standard value of 3
8085 \begin_inset space \thinspace{}
8086 \end_inset
8087
8088 pt using the same command.
8089  More about the row separation in formulas is explained in 
8090 \begin_inset CommandInset ref
8091 LatexCommand ref
8092 reference "sub:Line-Separation"
8093
8094 \end_inset
8095
8096 .
8097 \end_layout
8098
8099 \begin_layout Section
8100 Arrows
8101 \begin_inset Index idx
8102 status collapsed
8103
8104 \begin_layout Plain Layout
8105 Arrows
8106 \end_layout
8107
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \begin_layout Standard
8114 Arrows can be inserted via the math toolbar button 
8115 \begin_inset Graphics
8116         filename ../images/math/leftarrow.png
8117         scale 85
8118
8119 \end_inset
8120
8121  or the commands listed in the following subsections.
8122 \end_layout
8123
8124 \begin_layout Subsection
8125 Horizontal Arrows
8126 \begin_inset Index idx
8127 status collapsed
8128
8129 \begin_layout Plain Layout
8130 Arrows ! horizontal
8131 \end_layout
8132
8133 \end_inset
8134
8135
8136 \end_layout
8137
8138 \begin_layout Standard
8139 \begin_inset space \hfill{}
8140 \end_inset
8141
8142
8143 \begin_inset Tabular
8144 <lyxtabular version="3" rows="8" columns="2">
8145 <features rotate="0" tabularvalignment="middle">
8146 <column alignment="center" valignment="top" width="0pt">
8147 <column alignment="center" valignment="top" width="0pt">
8148 <row>
8149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Command
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Result
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 gets
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\gets$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Leftarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Leftarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 longleftarrow
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\longleftarrow$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \backslash
8250 Longleftarrow
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 \begin_inset Formula $\Longleftarrow$
8260 \end_inset
8261
8262
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \backslash
8275 leftharpoonup
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 \begin_inset Formula $\leftharpoonup$
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \backslash
8300 leftharpoondown
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 \begin_inset Formula $\leftharpoondown$
8310 \end_inset
8311
8312
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \backslash
8325 hookleftarrow
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 \begin_inset Formula $\hookleftarrow$
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 </lyxtabular>
8344
8345 \end_inset
8346
8347
8348 \begin_inset space \hfill{}
8349 \end_inset
8350
8351
8352 \begin_inset Tabular
8353 <lyxtabular version="3" rows="8" columns="2">
8354 <features rotate="0" tabularvalignment="middle">
8355 <column alignment="center" valignment="top" width="0pt">
8356 <column alignment="center" valignment="top" width="0pt">
8357 <row>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Command
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Result
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \backslash
8384 to
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 \begin_inset Formula $\to$
8394 \end_inset
8395
8396
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \backslash
8409 Rightarrow
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 \begin_inset Formula $\Rightarrow$
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 </row>
8427 <row>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432
8433 \backslash
8434 longrightarrow
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 \begin_inset Formula $\longrightarrow$
8444 \end_inset
8445
8446
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \backslash
8459 Longrightarrow
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 \begin_inset Formula $\Longrightarrow$
8469 \end_inset
8470
8471
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 rightharpoonup
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\rightharpoonup$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 rightharpoondown
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\rightharpoondown$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 hookrightarrow
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\hookrightarrow$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 </lyxtabular>
8553
8554 \end_inset
8555
8556
8557 \begin_inset space \hfill{}
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \begin_layout Standard
8564 \begin_inset space \hfill{}
8565 \end_inset
8566
8567
8568 \begin_inset Tabular
8569 <lyxtabular version="3" rows="6" columns="2">
8570 <features rotate="0" tabularvalignment="middle">
8571 <column alignment="center" valignment="top" width="0pt">
8572 <column alignment="center" valignment="top" width="0pt">
8573 <row>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Command
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Result
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \backslash
8600 leftrightarrow
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 \begin_inset Formula $\leftrightarrow$
8610 \end_inset
8611
8612
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \backslash
8625 Leftrightarrow
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 \begin_inset Formula $\Leftrightarrow$
8635 \end_inset
8636
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 longleftrightarrow
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\longleftrightarrow$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 Longleftrightarrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\Longleftrightarrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \backslash
8700 rightleftharpoons
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\rightleftharpoons$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 </lyxtabular>
8719
8720 \end_inset
8721
8722
8723 \begin_inset space \hspace{}
8724 \length 25pt
8725 \end_inset
8726
8727
8728 \begin_inset space \hfill{}
8729 \end_inset
8730
8731
8732 \begin_inset Tabular
8733 <lyxtabular version="3" rows="5" columns="2">
8734 <features rotate="0" tabularvalignment="middle">
8735 <column alignment="center" valignment="top" width="0pt">
8736 <column alignment="center" valignment="top" width="0pt">
8737 <row>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Command
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Result
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \backslash
8764 mapsto
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 \begin_inset Formula $\mapsto$
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \backslash
8789 longmapsto
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 \begin_inset Formula $\longmapsto$
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 </row>
8807 <row>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812
8813 \backslash
8814 leadsto
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823 \begin_inset Formula $\leadsto$
8824 \end_inset
8825
8826
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \backslash
8839 dasharrow
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 \begin_inset Formula $\dasharrow$
8849 \end_inset
8850
8851
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 </lyxtabular>
8858
8859 \end_inset
8860
8861
8862 \begin_inset space \hfill{}
8863 \end_inset
8864
8865
8866 \end_layout
8867
8868 \begin_layout Standard
8869 \begin_inset VSpace medskip
8870 \end_inset
8871
8872 Arrows used as accents like e.
8873 \begin_inset space \thinspace{}
8874 \end_inset
8875
8876 g.
8877 \begin_inset space \space{}
8878 \end_inset
8879
8880 vector arrows are listed in 
8881 \begin_inset CommandInset ref
8882 LatexCommand ref
8883 reference "sec:Accents"
8884
8885 \end_inset
8886
8887 .
8888 \end_layout
8889
8890 \begin_layout Standard
8891 \begin_inset VSpace bigskip
8892 \end_inset
8893
8894 Furthermore there are the labeled arrows
8895 \begin_inset Index idx
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899 Arrows ! labeled
8900 \end_layout
8901
8902 \end_inset
8903
8904  
8905 \series bold
8906
8907 \backslash
8908 xleftarrow
8909 \series default
8910
8911 \begin_inset Index idx
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915 Commands ! X ! 
8916 \backslash
8917 xleftarrow
8918 \end_layout
8919
8920 \end_inset
8921
8922  and 
8923 \series bold
8924
8925 \backslash
8926 xrightarrow
8927 \series default
8928
8929 \begin_inset Index idx
8930 status collapsed
8931
8932 \begin_layout Plain Layout
8933 Commands ! X ! 
8934 \backslash
8935 xrightarrow
8936 \begin_inset ERT
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940
8941
8942 \backslash
8943 vspace{4mm}
8944 \end_layout
8945
8946 \end_inset
8947
8948
8949 \end_layout
8950
8951 \end_inset
8952
8953 .
8954  When inserting one of these commands in a formula, an arrow with two blue
8955  boxes appear where the label can be inserted.
8956  The length of the arrow adapts to the label width.
8957 \end_layout
8958
8959 \begin_layout Standard
8960 \align center
8961 \begin_inset Tabular
8962 <lyxtabular version="3" rows="3" columns="2">
8963 <features rotate="0" tabularvalignment="middle">
8964 <column alignment="center" valignment="top" width="0pt">
8965 <column alignment="center" valignment="top" width="0pt">
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Command
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Result
8981 \begin_inset Note Note
8982 status collapsed
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987
8988 \backslash
8989 raisebox
8990 \series default
8991  is only used as spacer.
8992 \end_layout
8993
8994 \end_inset
8995
8996
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 F(a)
9008 \backslash
9009 xleftarrow
9010 \begin_inset ERT
9011 status collapsed
9012
9013 \begin_layout Plain Layout
9014
9015
9016 \backslash
9017 spce 
9018 \end_layout
9019
9020 \end_inset
9021
9022 x=a
9023 \begin_inset Formula $\downarrow$
9024 \end_inset
9025
9026 x>0
9027 \begin_inset Formula $\to$
9028 \end_inset
9029
9030 F(x)
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9040 \end_inset
9041
9042
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 F(x)
9054 \backslash
9055 xrightarrow
9056 \begin_inset ERT
9057 status collapsed
9058
9059 \begin_layout Plain Layout
9060
9061
9062 \backslash
9063 spce 
9064 \end_layout
9065
9066 \end_inset
9067
9068 x=a
9069 \begin_inset Formula $\downarrow$
9070 \end_inset
9071
9072 x>0
9073 \begin_inset Formula $\to$
9074 \end_inset
9075
9076 F(a)
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 </lyxtabular>
9095
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \begin_layout Subsection
9102 Vertical and diagonal Arrows
9103 \begin_inset Index idx
9104 status collapsed
9105
9106 \begin_layout Plain Layout
9107 Arrows ! diagonal
9108 \end_layout
9109
9110 \end_inset
9111
9112
9113 \begin_inset Index idx
9114 status collapsed
9115
9116 \begin_layout Plain Layout
9117 Arrows ! vertical
9118 \end_layout
9119
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \begin_layout Standard
9126 \begin_inset space \hfill{}
9127 \end_inset
9128
9129
9130 \begin_inset Tabular
9131 <lyxtabular version="3" rows="7" columns="2">
9132 <features rotate="0" tabularvalignment="middle">
9133 <column alignment="center" valignment="top" width="0pt">
9134 <column alignment="center" valignment="top" width="0pt">
9135 <row>
9136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Command
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Result
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \backslash
9162 uparrow
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 \begin_inset Formula $\uparrow$
9172 \end_inset
9173
9174
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \backslash
9187 Uparrow
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 \begin_inset Formula $\Uparrow$
9197 \end_inset
9198
9199
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \backslash
9212 updownarrow
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $\updownarrow$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 <row>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \backslash
9237 Updownarrow
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246 \begin_inset Formula $\Updownarrow$
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 <row>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260
9261 \backslash
9262 Downarrow
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 \begin_inset Formula $\Downarrow$
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \backslash
9287 downarrow
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 \begin_inset Formula $\downarrow$
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 </lyxtabular>
9306
9307 \end_inset
9308
9309
9310 \begin_inset space \hfill{}
9311 \end_inset
9312
9313
9314 \begin_inset Tabular
9315 <lyxtabular version="3" rows="5" columns="2">
9316 <features rotate="0" tabularvalignment="middle">
9317 <column alignment="center" valignment="top" width="0pt">
9318 <column alignment="center" valignment="top" width="0pt">
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Command
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 Result
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \backslash
9346 nearrow
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 \begin_inset Formula $\nearrow$
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \backslash
9371 searrow
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 \begin_inset Formula $\searrow$
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \backslash
9396 swarrow
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 \begin_inset Formula $\swarrow$
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \backslash
9421 nwarrow
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 \begin_inset Formula $\nwarrow$
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 </lyxtabular>
9440
9441 \end_inset
9442
9443
9444 \begin_inset space \hfill{}
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Standard
9451 \begin_inset VSpace medskip
9452 \end_inset
9453
9454 Vertical arrows can be used also as delimiters together with the commands
9455  described in 
9456 \begin_inset CommandInset ref
9457 LatexCommand ref
9458 reference "sub:Manual-Bracket-Size"
9459
9460 \end_inset
9461
9462  and 
9463 \begin_inset CommandInset ref
9464 LatexCommand ref
9465 reference "sub:Automatic-Bracket-Size"
9466
9467 \end_inset
9468
9469 .
9470 \end_layout
9471
9472 \begin_layout Section
9473 Accents
9474 \begin_inset CommandInset label
9475 LatexCommand label
9476 name "sec:Accents"
9477
9478 \end_inset
9479
9480
9481 \begin_inset Index idx
9482 status collapsed
9483
9484 \begin_layout Plain Layout
9485 Accents
9486 \end_layout
9487
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \begin_layout Standard
9494 Accents can be inserted via the math toolbar button 
9495 \begin_inset Graphics
9496         filename ../images/math/hat.png
9497         scale 85
9498
9499 \end_inset
9500
9501  or the commands listed in the following subsections.
9502 \end_layout
9503
9504 \begin_layout Subsection
9505 Accents for one Character
9506 \begin_inset ERT
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510
9511
9512 \backslash
9513 texorpdfstring{
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \begin_inset Foot
9520 status collapsed
9521
9522 \begin_layout Plain Layout
9523 accents in text see 
9524 \begin_inset CommandInset ref
9525 LatexCommand ref
9526 reference "sub:Accents-in-Text"
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \begin_inset ERT
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540
9541 }{}
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset Note Note
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553
9554 \backslash
9555 texorpdfstring
9556 \series default
9557  is used to avoid that the footnote appears in the PDF-bookmark.
9558 \end_layout
9559
9560 \begin_layout Plain Layout
9561 More about 
9562 \series bold
9563
9564 \backslash
9565 texorpdfstring
9566 \series default
9567  is in section 
9568 \begin_inset CommandInset ref
9569 LatexCommand ref
9570 reference "sub:Formulas-in-Section"
9571
9572 \end_inset
9573
9574 .
9575 \end_layout
9576
9577 \end_inset
9578
9579
9580 \begin_inset CommandInset label
9581 LatexCommand label
9582 name "sub:Accents-for-one"
9583
9584 \end_inset
9585
9586
9587 \begin_inset Index idx
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591 Accents ! for one character
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 \begin_inset space \hfill{}
9601 \end_inset
9602
9603
9604 \begin_inset Tabular
9605 <lyxtabular version="3" rows="8" columns="2">
9606 <features rotate="0" tabularvalignment="middle">
9607 <column alignment="center" valignment="top" width="0pt">
9608 <column alignment="center" valignment="top" width="0pt">
9609 <row>
9610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Command
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 Result
9624 \begin_inset Note Note
9625 status collapsed
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630
9631 \backslash
9632 raisebox
9633 \series default
9634  is only used as spacer.
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 dot
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 spce 
9661 \end_layout
9662
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 ddot
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 spce 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 dddot
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 spce 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 ddddot
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 vec
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \begin_inset Index idx
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822 Vectors
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 bar
9853 \begin_inset ERT
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857
9858
9859 \backslash
9860 spce 
9861 \end_layout
9862
9863 \end_inset
9864
9865 A
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 mathring
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 spce 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 </lyxtabular>
9922
9923 \end_inset
9924
9925
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \begin_inset Tabular
9931 <lyxtabular version="3" rows="7" columns="2">
9932 <features rotate="0" tabularvalignment="middle">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <column alignment="center" valignment="top" width="0pt">
9935 <row>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Command
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Result
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 tilde
9963 \begin_inset ERT
9964 status collapsed
9965
9966 \begin_layout Plain Layout
9967
9968
9969 \backslash
9970 spce 
9971 \end_layout
9972
9973 \end_inset
9974
9975 A
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 hat
10001 \begin_inset ERT
10002 status collapsed
10003
10004 \begin_layout Plain Layout
10005
10006
10007 \backslash
10008 spce 
10009 \end_layout
10010
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \backslash
10038 check
10039 \begin_inset ERT
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043
10044
10045 \backslash
10046 spce 
10047 \end_layout
10048
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 acute
10077 \begin_inset ERT
10078 status collapsed
10079
10080 \begin_layout Plain Layout
10081
10082
10083 \backslash
10084 spce 
10085 \end_layout
10086
10087 \end_inset
10088
10089 A
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \backslash
10114 grave
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 spce 
10123 \end_layout
10124
10125 \end_inset
10126
10127 A
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \backslash
10152 breve
10153 \begin_inset ERT
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157
10158
10159 \backslash
10160 spce 
10161 \end_layout
10162
10163 \end_inset
10164
10165 A
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 </lyxtabular>
10184
10185 \end_inset
10186
10187
10188 \begin_inset space \hfill{}
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Standard
10195 \begin_inset VSpace bigskip
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \begin_layout Standard
10202 You can directly insert accents like é to formulas.
10203  LyX will transform them to the corresponding accent command.
10204  For umlauts
10205 \begin_inset Index idx
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209 Umlauts
10210 \end_layout
10211
10212 \end_inset
10213
10214  it is better to insert a quotation mark before the vowel.
10215  These two characters are then treated by LaTeX as 
10216 \emph on
10217 one
10218 \emph default
10219  character when the formula part with the umlaut is marked as German.
10220  In contrary to 
10221 \series bold
10222
10223 \backslash
10224 ddot
10225 \series default
10226 , with this method 
10227 \begin_inset Quotes eld
10228 \end_inset
10229
10230 real
10231 \begin_inset Quotes erd
10232 \end_inset
10233
10234  umlauts are created as demonstrated in the following example:
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset VSpace -2mm
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \begin_layout Standard
10245 \align center
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="3" columns="2">
10248 <features rotate="0" tabularvalignment="middle">
10249 <column alignment="center" valignment="top">
10250 <column alignment="center" valignment="top">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Command
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Result
10266 \begin_inset Note Note
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272
10273 \backslash
10274 raisebox
10275 \series default
10276  and the 0
10277 \begin_inset space \thinspace{}
10278 \end_inset
10279
10280 pt space are only used as spacer.
10281 \end_layout
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \lang ngerman
10298 \begin_inset Quotes grd
10299 \end_inset
10300
10301 i
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset space \hspace{}
10311 \length 0pt
10312 \end_inset
10313
10314
10315 \lang ngerman
10316
10317 \begin_inset Formula $"i$
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \backslash
10333 ddot
10334 \begin_inset ERT
10335 status collapsed
10336
10337 \begin_layout Plain Layout
10338
10339
10340 \backslash
10341 spce 
10342 \end_layout
10343
10344 \end_inset
10345
10346 i
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10356 \end_inset
10357
10358
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 </lyxtabular>
10365
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 Another advantage to 
10373 \series bold
10374
10375 \backslash
10376 ddot
10377 \series default
10378  is that umlauts can directly be converted to mathematical text because
10379  the accent commands above are 
10380 \emph on
10381 not allowed
10382 \emph default
10383  
10384 \emph on
10385 in mathematical text
10386 \emph default
10387 .
10388  To convert an accented character to mathematical text, only the character
10389  under the accent may be converted.
10390  This applies also for all other conversions, e.
10391 \begin_inset space \thinspace{}
10392 \end_inset
10393
10394 g.
10395 \begin_inset space \space{}
10396 \end_inset
10397
10398 to italic or bold.
10399 \end_layout
10400
10401 \begin_layout Standard
10402 In mathematical text, umlauts and other accented characters can directly
10403  be inserted.
10404 \end_layout
10405
10406 \begin_layout Subsection
10407 Accents for several Characters
10408 \begin_inset Index idx
10409 status collapsed
10410
10411 \begin_layout Plain Layout
10412 Accents ! for several characters
10413 \end_layout
10414
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \begin_layout Standard
10421 \begin_inset space \hfill{}
10422 \end_inset
10423
10424
10425 \begin_inset Tabular
10426 <lyxtabular version="3" rows="5" columns="2">
10427 <features rotate="0" tabularvalignment="middle">
10428 <column alignment="center" valignment="top" width="0pt">
10429 <column alignment="center" valignment="top" width="0pt">
10430 <row>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 Command
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Result
10445 \begin_inset Note Note
10446 status collapsed
10447
10448 \begin_layout Plain Layout
10449
10450 \series bold
10451
10452 \backslash
10453 raisebox
10454 \series default
10455  is only used as spacer.
10456 \end_layout
10457
10458 \end_inset
10459
10460
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \backslash
10473 overleftarrow
10474 \begin_inset ERT
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478
10479
10480 \backslash
10481 spce 
10482 \end_layout
10483
10484 \end_inset
10485
10486 A=B
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10496 \end_inset
10497
10498
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \backslash
10511 underleftarrow
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Plain Layout
10516
10517
10518 \backslash
10519 spce 
10520 \end_layout
10521
10522 \end_inset
10523
10524 A=B
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 overleftrightarrow
10550 \begin_inset ERT
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554
10555
10556 \backslash
10557 spce 
10558 \end_layout
10559
10560 \end_inset
10561
10562 A=B
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \backslash
10587 underleftrightarrow
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600 A=B
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 </lyxtabular>
10619
10620 \end_inset
10621
10622
10623 \begin_inset space \hfill{}
10624 \end_inset
10625
10626
10627 \begin_inset Tabular
10628 <lyxtabular version="3" rows="5" columns="2">
10629 <features rotate="0" tabularvalignment="middle">
10630 <column alignment="center" valignment="top" width="0pt">
10631 <column alignment="center" valignment="top" width="0pt">
10632 <row>
10633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Command
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Result
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \backslash
10659 overrightarrow
10660 \begin_inset ERT
10661 status collapsed
10662
10663 \begin_layout Plain Layout
10664
10665
10666 \backslash
10667 spce 
10668 \end_layout
10669
10670 \end_inset
10671
10672 A=B
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10682 \end_inset
10683
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 </row>
10690 <row>
10691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695
10696 \backslash
10697 underrightarrow
10698 \begin_inset ERT
10699 status collapsed
10700
10701 \begin_layout Plain Layout
10702
10703
10704 \backslash
10705 spce 
10706 \end_layout
10707
10708 \end_inset
10709
10710 A=B
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 widetilde
10736 \begin_inset ERT
10737 status collapsed
10738
10739 \begin_layout Plain Layout
10740
10741
10742 \backslash
10743 spce 
10744 \end_layout
10745
10746 \end_inset
10747
10748 A=B
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10758 \end_inset
10759
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \backslash
10773 widehat
10774 \begin_inset ERT
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778
10779
10780 \backslash
10781 spce 
10782 \end_layout
10783
10784 \end_inset
10785
10786 A=B
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 </lyxtabular>
10805
10806 \end_inset
10807
10808
10809 \begin_inset space \hfill{}
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Standard
10816 \begin_inset VSpace medskip
10817 \end_inset
10818
10819 With these commands as many characters as you like can be accented.
10820  But the accents 
10821 \series bold
10822
10823 \backslash
10824 widetilde
10825 \series default
10826  and 
10827 \series bold
10828
10829 \backslash
10830 widehat
10831 \series default
10832  will only be set in the output with a length of three characters, as shown
10833  in the following example:
10834 \begin_inset Formula 
10835 \[
10836 \widetilde{A+B=C-D}
10837 \]
10838
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \begin_layout Standard
10845 With the commands 
10846 \series bold
10847
10848 \backslash
10849 overset
10850 \series default
10851
10852 \begin_inset Index idx
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856 Commands ! O ! 
10857 \backslash
10858 overset
10859 \end_layout
10860
10861 \end_inset
10862
10863  and 
10864 \series bold
10865
10866 \backslash
10867 underset
10868 \series default
10869
10870 \begin_inset Index idx
10871 status collapsed
10872
10873 \begin_layout Plain Layout
10874 Commands ! U ! 
10875 \backslash
10876 underset
10877 \end_layout
10878
10879 \end_inset
10880
10881  described in the previous subsection it is also possible to accent several
10882  characters.
10883  The command 
10884 \series bold
10885
10886 \backslash
10887 underset
10888 \begin_inset ERT
10889 status collapsed
10890
10891 \begin_layout Plain Layout
10892
10893
10894 \backslash
10895 spce 
10896 \end_layout
10897
10898 \end_inset
10899
10900 A=B
10901 \begin_inset Formula $\downarrow$
10902 \end_inset
10903
10904 ***
10905 \series default
10906  creates:
10907 \begin_inset Formula 
10908 \[
10909 \underset{***}{A=B}
10910 \]
10911
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \begin_layout Standard
10918 \begin_inset Newpage newpage
10919 \end_inset
10920
10921
10922 \end_layout
10923
10924 \begin_layout Section
10925 Space
10926 \begin_inset CommandInset label
10927 LatexCommand label
10928 name "sub:Space"
10929
10930 \end_inset
10931
10932
10933 \begin_inset Index idx
10934 status collapsed
10935
10936 \begin_layout Plain Layout
10937 Space ! horizontal
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \begin_layout Subsection
10946 Predefined Space
10947 \begin_inset CommandInset label
10948 LatexCommand label
10949 name "sub:Predefined-Space"
10950
10951 \end_inset
10952
10953
10954 \begin_inset Index idx
10955 status collapsed
10956
10957 \begin_layout Plain Layout
10958 Space ! horizontal ! predefined
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \begin_layout Standard
10967 Sometimes it is necessary to insert horizontal space into a formula.
10968  This is done by inserting a protected space (shortcut 
10969 \begin_inset Info
10970 type  "shortcut"
10971 arg   "command-alternatives space-insert protected ; math-space"
10972 \end_inset
10973
10974 ).
10975  A 
10976 \begin_inset Quotes eld
10977 \end_inset
10978
10979
10980 \color blue
10981
10982 \begin_inset ERT
10983 status collapsed
10984
10985 \begin_layout Plain Layout
10986
10987
10988 \backslash
10989 spce 
10990 \end_layout
10991
10992 \end_inset
10993
10994
10995 \color inherit
10996
10997 \begin_inset Quotes erd
10998 \end_inset
10999
11000  appears and by pressing 
11001 \family sans
11002 Space
11003 \family default
11004  several times one can select one of eight different space sizes.
11005  The spaces can also be inserted using the math toolbar button 
11006 \begin_inset Graphics
11007         filename ../images/math/space.png
11008         scale 85
11009
11010 \end_inset
11011
11012  or special commands.
11013  Independent from the inserted command, one can select the size again by
11014  pressing 
11015 \family sans
11016 Space
11017 \family default
11018  afterwards.
11019 \end_layout
11020
11021 \begin_layout Standard
11022 \noindent
11023 \align center
11024 \begin_inset VSpace -5mm
11025 \end_inset
11026
11027
11028 \begin_inset Tabular
11029 <lyxtabular version="3" rows="3" columns="7">
11030 <features rotate="0" tabularvalignment="middle">
11031 <column alignment="center" valignment="middle" width="6.8cm">
11032 <column alignment="center" valignment="top">
11033 <column alignment="center" valignment="top">
11034 <column alignment="center" valignment="top">
11035 <column alignment="center" valignment="top">
11036 <column alignment="center" valignment="top">
11037 <column alignment="center" valignment="top">
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 Command
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \backslash
11054 ,
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063
11064 \backslash
11065 :
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \backslash
11076 ;
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \backslash
11087 quad
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \backslash
11098 qquad
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107
11108 \backslash
11109 !
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 Number of 
11121 \family sans
11122 Space
11123 \family default
11124  keystrokes after inserting the protected space
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 0
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 1
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 2
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 3
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 4
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 5
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 <row>
11185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 Result
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 \begin_inset Formula $A\, B$
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 \begin_inset Formula $A\: B$
11211 \end_inset
11212
11213
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 \begin_inset Formula $A\; B$
11223 \end_inset
11224
11225
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 \begin_inset Formula $A\quad B$
11235 \end_inset
11236
11237
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 \begin_inset Formula $A\qquad B$
11247 \end_inset
11248
11249
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\! B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Standard
11275 The last size seem to produce no space.
11276  It is displayed red in LyX contrary to the other sizes, because it is a
11277  negative space.
11278  There are two more negative spaces:
11279 \end_layout
11280
11281 \begin_layout Standard
11282 \align center
11283 \begin_inset Tabular
11284 <lyxtabular version="3" rows="3" columns="3">
11285 <features rotate="0" tabularvalignment="middle">
11286 <column alignment="center" valignment="middle" width="6.8cm">
11287 <column alignment="center" valignment="top" width="0pt">
11288 <column alignment="center" valignment="top" width="0pt">
11289 <row>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 Command
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303
11304 \backslash
11305 negmedspace
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \backslash
11316 negthickspace
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 </row>
11322 <row>
11323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 Number of 
11328 \family sans
11329 Space
11330 \family default
11331  keystrokes after inserting the protected space
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 6
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 7
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 <row>
11356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 Result
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 \begin_inset Formula $A\negmedspace B$
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 \begin_inset Formula $A\negthickspace B$
11382 \end_inset
11383
11384
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 </lyxtabular>
11391
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \begin_layout Standard
11398 Negative spaces can lead to characters overlapping each other.
11399  Thus they can be used to enforce ligatures, which are e.
11400 \begin_inset space \thinspace{}
11401 \end_inset
11402
11403 g.
11404 \begin_inset space \space{}
11405 \end_inset
11406
11407 useful for summation operators:
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \align center
11412 \begin_inset Tabular
11413 <lyxtabular version="3" rows="3" columns="2">
11414 <features rotate="0" tabularvalignment="middle">
11415 <column alignment="center" valignment="top">
11416 <column alignment="center" valignment="top">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 Command
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 Result
11432 \begin_inset Note Note
11433 status collapsed
11434
11435 \begin_layout Plain Layout
11436
11437 \series bold
11438
11439 \backslash
11440 raisebox
11441 \series default
11442  is only used as spacer.
11443 \end_layout
11444
11445 \end_inset
11446
11447
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 <row>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \backslash
11460 sum
11461 \backslash
11462 sum
11463 \begin_inset ERT
11464 status collapsed
11465
11466 \begin_layout Plain Layout
11467
11468
11469 \backslash
11470 spce 
11471 \end_layout
11472
11473 \end_inset
11474
11475 f_kl
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498
11499 \backslash
11500 sum
11501 \backslash
11502 negmedspace
11503 \backslash
11504 sum
11505 \begin_inset ERT
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509
11510
11511 \backslash
11512 spce 
11513 \end_layout
11514
11515 \end_inset
11516
11517 f_kl
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 </lyxtabular>
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 Relations like for example equal signs, are always surrounded by space.
11544  To suppress this, the equal sign is placed into a TeX-brace.
11545  The following example demonstrates this:
11546 \end_layout
11547
11548 \begin_layout Standard
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="2" columns="2">
11552 <features rotate="0" tabularvalignment="middle">
11553 <column alignment="center" valignment="top" width="0pt">
11554 <column alignment="center" valignment="top" width="0pt">
11555 <row>
11556 <cell alignment="center" valignment="top" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 normal equation
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 \begin_inset Formula $A=B$
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 \begin_inset Note Note
11584 status collapsed
11585
11586 \begin_layout Plain Layout
11587
11588 \series bold
11589
11590 \backslash
11591 raisebox
11592 \series default
11593  is only used as spacer.
11594 \end_layout
11595
11596 \end_inset
11597
11598
11599 \begin_inset Formula $\raisebox{5mm}{}$
11600 \end_inset
11601
11602 equation without space
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 \begin_inset Formula $A{=}B$
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Standard
11628 \noindent
11629 The command for the last formula is: 
11630 \series bold
11631 A
11632 \backslash
11633 {=
11634 \begin_inset Formula $\to$
11635 \end_inset
11636
11637 B
11638 \end_layout
11639
11640 \begin_layout Standard
11641 \begin_inset VSpace bigskip
11642 \end_inset
11643
11644 Spaces are needed for physical units, because the space between the value
11645  and the unit is the smallest one and not a normal space.
11646  For units in text, the smallest space is inserted via the menu 
11647 \family sans
11648 Insert\SpecialChar \menuseparator
11649 Formatting\SpecialChar \menuseparator
11650 Thin
11651 \begin_inset space ~
11652 \end_inset
11653
11654 Space
11655 \family default
11656  (shortcut 
11657 \begin_inset Info
11658 type  "shortcut"
11659 arg   "space-insert thin"
11660 \end_inset
11661
11662 ).
11663 \end_layout
11664
11665 \begin_layout Standard
11666 An example to visualize the difference:
11667 \end_layout
11668
11669 \begin_layout Standard
11670 \begin_inset Tabular
11671 <lyxtabular version="3" rows="2" columns="2">
11672 <features rotate="0" tabularvalignment="middle">
11673 <column alignment="left" valignment="top">
11674 <column alignment="left" valignment="top">
11675 <row>
11676 <cell alignment="center" valignment="top" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 24 kW
11681 \begin_inset Formula $\cdot$
11682 \end_inset
11683
11684 h
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 space between value and unit
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 </row>
11699 <row>
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 24
11705 \begin_inset space \thinspace{}
11706 \end_inset
11707
11708 kW
11709 \begin_inset Formula $\cdot$
11710 \end_inset
11711
11712 h
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 smallest space between value and unit
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 </lyxtabular>
11728
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \begin_layout Subsection
11735 Variable Space
11736 \begin_inset ERT
11737 status collapsed
11738
11739 \begin_layout Plain Layout
11740
11741
11742 \backslash
11743 texorpdfstring{
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \begin_inset Foot
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 for vertical space in formulas see 
11754 \begin_inset CommandInset ref
11755 LatexCommand ref
11756 reference "sub:Line-Separation"
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \end_inset
11764
11765
11766 \begin_inset ERT
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770
11771 }{}
11772 \end_layout
11773
11774 \end_inset
11775
11776
11777 \begin_inset Note Note
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781
11782 \backslash
11783 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11784 \end_layout
11785
11786 \begin_layout Plain Layout
11787 More about 
11788 \backslash
11789 texorpdfstring is in section 
11790 \begin_inset CommandInset ref
11791 LatexCommand ref
11792 reference "sub:Formulas-in-Section"
11793
11794 \end_inset
11795
11796 .
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \begin_inset CommandInset label
11803 LatexCommand label
11804 name "sub:Variable-Space"
11805
11806 \end_inset
11807
11808
11809 \begin_inset Index idx
11810 status collapsed
11811
11812 \begin_layout Plain Layout
11813 Space ! horizontal ! variable
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 Space with a defined length can be inserted with the command 
11823 \series bold
11824
11825 \backslash
11826 hspace
11827 \series default
11828
11829 \begin_inset Index idx
11830 status collapsed
11831
11832 \begin_layout Plain Layout
11833 Commands ! H ! 
11834 \backslash
11835 hspace
11836 \end_layout
11837
11838 \end_inset
11839
11840 .
11841  Then a long 
11842 \begin_inset Quotes eld
11843 \end_inset
11844
11845
11846 \color blue
11847
11848 \begin_inset ERT
11849 status collapsed
11850
11851 \begin_layout Plain Layout
11852
11853
11854 \backslash
11855 spce 
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \color inherit
11862
11863 \begin_inset Quotes erd
11864 \end_inset
11865
11866  appears.
11867  The length can be specified by left-clicking on the 
11868 \begin_inset Quotes eld
11869 \end_inset
11870
11871
11872 \color blue
11873
11874 \begin_inset ERT
11875 status collapsed
11876
11877 \begin_layout Plain Layout
11878
11879
11880 \backslash
11881 spce 
11882 \end_layout
11883
11884 \end_inset
11885
11886
11887 \color inherit
11888
11889 \begin_inset Quotes erd
11890 \end_inset
11891
11892 .
11893  The length may also be negative.
11894  To insert as much space as is available, the command 
11895 \series bold
11896
11897 \backslash
11898 hfill
11899 \series default
11900
11901 \begin_inset Index idx
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905 Commands ! H ! 
11906 \backslash
11907 hfill
11908 \end_layout
11909
11910 \end_inset
11911
11912  is used.
11913 \end_layout
11914
11915 \begin_layout Standard
11916 \begin_inset VSpace -1mm
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Standard
11923 \align center
11924 \begin_inset Tabular
11925 <lyxtabular version="3" rows="4" columns="2">
11926 <features rotate="0" tabularvalignment="middle">
11927 <column alignment="center" valignment="top">
11928 <column alignment="center" valignment="top">
11929 <row>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 Command (
11935 \backslash
11936 hspace length)
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 Result
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 <row>
11952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 A=B
11957 \backslash
11958 hspace
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 spce 
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Formula $\to$
11973 \end_inset
11974
11975 A
11976 \backslash
11977 not=C (3
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981 cm)
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 A
12005 \backslash
12006 hspace
12007 \begin_inset ERT
12008 status collapsed
12009
12010 \begin_layout Plain Layout
12011
12012
12013 \backslash
12014 spce 
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \begin_inset Formula $\to$
12021 \end_inset
12022
12023 A
12024 \backslash
12025 not=A (-1
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 mm)
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 A=A
12053 \backslash
12054 hfill
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060
12061 \backslash
12062 spce 
12063 \end_layout
12064
12065 \end_inset
12066
12067 B=B
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A=A\hfill B=B$
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 </lyxtabular>
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 In the last example the available space is given by the longest column entry
12094  of the table.
12095  In an inline formula the space depends on the length of the line in which
12096  
12097 \series bold
12098
12099 \backslash
12100 hfill
12101 \series default
12102  is inserted.
12103  Thus, when the line uses the full width, no space will be created.
12104  
12105 \series bold
12106
12107 \backslash
12108 hfill
12109 \series default
12110  only has an effect on displayed formulas when the formula style 
12111 \series bold
12112 Indented
12113 \series default
12114  is used.
12115  (Formula styles are explained in 
12116 \begin_inset CommandInset ref
12117 LatexCommand ref
12118 reference "sec:Formula-Styles"
12119
12120 \end_inset
12121
12122 .)
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Besides 
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132 , there are the commands 
12133 \series bold
12134
12135 \backslash
12136 dotfill
12137 \series default
12138  and 
12139 \series bold
12140
12141 \backslash
12142 hrulefill
12143 \series default
12144  that fill the space with a pattern, see 
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "sub:Ellipses"
12148
12149 \end_inset
12150
12151  for an example.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 For text, variable space can be inserted via the menu 
12156 \family sans
12157 Insert\SpecialChar \menuseparator
12158 Formatting\SpecialChar \menuseparator
12159 Horizontal
12160 \begin_inset space ~
12161 \end_inset
12162
12163 Space
12164 \family default
12165 :
12166 \end_layout
12167
12168 \begin_layout Standard
12169 This is a line with
12170 \begin_inset space \hspace{}
12171 \length 2cm
12172 \end_inset
12173
12174 2
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 cm space.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 This is a line with
12183 \begin_inset space \hfill{}
12184 \end_inset
12185
12186 maximum space.
12187 \end_layout
12188
12189 \begin_layout Subsection
12190 Space besides inline Formulas
12191 \begin_inset Index idx
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Space ! besides inline formulas
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 The space that surrounds inline formulas can be adjusted with the length
12205  
12206 \series bold
12207
12208 \backslash
12209 mathsurround
12210 \series default
12211
12212 \begin_inset Index idx
12213 status collapsed
12214
12215 \begin_layout Plain Layout
12216 Commands ! M ! 
12217 \backslash
12218 mathsurround
12219 \end_layout
12220
12221 \end_inset
12222
12223 .
12224  The value of a length is set with the command 
12225 \series bold
12226
12227 \backslash
12228 setlength
12229 \series default
12230
12231 \begin_inset Index idx
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235 Commands ! S ! 
12236 \backslash
12237 setlength
12238 \end_layout
12239
12240 \end_inset
12241
12242  which has the following scheme:
12243 \end_layout
12244
12245 \begin_layout Standard
12246
12247 \series bold
12248
12249 \backslash
12250 setlength{length name}{value}
12251 \end_layout
12252
12253 \begin_layout Standard
12254 To set 
12255 \series bold
12256
12257 \backslash
12258 mathsurround
12259 \series default
12260  to the value 5
12261 \begin_inset space \thinspace{}
12262 \end_inset
12263
12264 mm, the command
12265 \end_layout
12266
12267 \begin_layout Standard
12268
12269 \series bold
12270
12271 \backslash
12272 setlength{
12273 \backslash
12274 mathsurround}{5mm}
12275 \end_layout
12276
12277 \begin_layout Standard
12278 is inserted in TeX-mode.
12279  5
12280 \begin_inset space \thinspace{}
12281 \end_inset
12282
12283 mm space will now be set around all inline formulas:
12284 \begin_inset ERT
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288
12289
12290 \backslash
12291 setlength{
12292 \backslash
12293 mathsurround}{5mm}
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 This is a line with an inline formula 
12303 \begin_inset Formula $A=B$
12304 \end_inset
12305
12306  with 5
12307 \begin_inset space \thinspace{}
12308 \end_inset
12309
12310 mm surrounding space.
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315
12316
12317 \backslash
12318 setlength{
12319 \backslash
12320 mathsurround}{0pt}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 To return to the predefined value, 
12330 \series bold
12331
12332 \backslash
12333 mathsurround
12334 \series default
12335  is set to the value 0
12336 \begin_inset space \thinspace{}
12337 \end_inset
12338
12339 pt.
12340 \end_layout
12341
12342 \begin_layout Section
12343 Boxes and Frames
12344 \begin_inset Index idx
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 Boxes
12349 \end_layout
12350
12351 \end_inset
12352
12353
12354 \begin_inset Index idx
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Frames | see
12359 \begin_inset ERT
12360 status collapsed
12361
12362 \begin_layout Plain Layout
12363
12364 {
12365 \end_layout
12366
12367 \end_inset
12368
12369 Boxes
12370 \begin_inset ERT
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374
12375 }
12376 \end_layout
12377
12378 \end_inset
12379
12380
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \begin_layout Standard
12389 Boxes for text are described in chapter 
12390 \family typewriter
12391 Boxes
12392 \family default
12393  in the 
12394 \family typewriter
12395 Embedded
12396 \begin_inset space ~
12397 \end_inset
12398
12399 Objects
12400 \family default
12401  manual.
12402 \end_layout
12403
12404 \begin_layout Subsection
12405 Boxes with Frame
12406 \begin_inset CommandInset label
12407 LatexCommand label
12408 name "sub:Boxes-with-Frame"
12409
12410 \end_inset
12411
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Boxes ! with frame
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 It is possible to frame a formula or part of one with the commands 
12427 \series bold
12428
12429 \backslash
12430 fbox
12431 \series default
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 Commands ! F ! 
12438 \backslash
12439 fbox
12440 \end_layout
12441
12442 \end_inset
12443
12444  and 
12445 \series bold
12446
12447 \backslash
12448 boxed
12449 \series default
12450
12451 \begin_inset Index idx
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455 Commands ! B ! 
12456 \backslash
12457 boxed
12458 \end_layout
12459
12460 \end_inset
12461
12462 .
12463 \end_layout
12464
12465 \begin_layout Standard
12466 When one of these commands is inserted in a formula, a blue box appears
12467  within a frame to enter formula parts.
12468  For 
12469 \series bold
12470
12471 \backslash
12472 fbox
12473 \series default
12474  an additional formula has to be created by 
12475 \family sans
12476 Ctrl+M
12477 \family default
12478  within this box, because the box content will otherwise be treated as mathemati
12479 cal text.
12480  When 
12481 \series bold
12482
12483 \backslash
12484 boxed
12485 \series default
12486  is used, a new formula is automatically created inside the frame.
12487 \end_layout
12488
12489 \begin_layout Standard
12490 The command 
12491 \series bold
12492
12493 \backslash
12494 fbox
12495 \series default
12496  is not suitable to frame displayed formulas because the formula will always
12497  be set in the size of the text.
12498  
12499 \series bold
12500
12501 \backslash
12502 boxed
12503 \series default
12504  is in contrary not suitable to frame inline formulas, because the formula
12505  will always be set in the size of a displayed formula.
12506 \end_layout
12507
12508 \begin_layout Standard
12509 An extension to 
12510 \series bold
12511
12512 \backslash
12513 fbox
12514 \series default
12515  is the command 
12516 \series bold
12517
12518 \backslash
12519 framebox
12520 \series default
12521
12522 \begin_inset Index idx
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526 Commands ! F ! 
12527 \backslash
12528 framebox
12529 \end_layout
12530
12531 \end_inset
12532
12533  where additionally the frame width and the alignment can be specified.
12534  
12535 \series bold
12536
12537 \backslash
12538 framebox
12539 \series default
12540  is used in the following scheme:
12541 \end_layout
12542
12543 \begin_layout Standard
12544
12545 \series bold
12546
12547 \backslash
12548 framebox[frame width][position]{box content}
12549 \end_layout
12550
12551 \begin_layout Standard
12552 The position can either be 
12553 \emph on
12554 l
12555 \emph default
12556  or 
12557 \emph on
12558 r
12559 \emph default
12560 .
12561  
12562 \emph on
12563 l
12564 \emph default
12565  left aligns, 
12566 \emph on
12567 r
12568 \emph default
12569  right aligns the formula in the box.
12570  When no position is given, the formula will be centered.
12571 \begin_inset Newline newline
12572 \end_inset
12573
12574 If no width is given, also no position can be given.
12575  In this case the frame width is adjusted to the box content like for 
12576 \series bold
12577
12578 \backslash
12579 fbox
12580 \series default
12581 .
12582 \end_layout
12583
12584 \begin_layout Standard
12585 When the command 
12586 \series bold
12587
12588 \backslash
12589 framebox
12590 \series default
12591  is inserted, a box appears containing three blue boxes.
12592  The first two boxes are surrounded by brackets and denote the two optional
12593  arguments.
12594  The third box is for formula parts like for 
12595 \series bold
12596
12597 \backslash
12598 fbox
12599 \series default
12600 .
12601 \end_layout
12602
12603 \begin_layout Standard
12604 \begin_inset Newpage newpage
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 \align center
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="5" columns="2">
12614 <features rotate="0" tabularvalignment="middle">
12615 <column alignment="center" valignment="top">
12616 <column alignment="center" valignment="top">
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 Command
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 Result
12632 \begin_inset Note Note
12633 status collapsed
12634
12635 \begin_layout Plain Layout
12636
12637 \series bold
12638
12639 \backslash
12640 raisebox
12641 \series default
12642  is only used as spacer.
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 <row>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658
12659 \backslash
12660 fbox
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 spce 
12669 \end_layout
12670
12671 \end_inset
12672
12673
12674 \family sans
12675 Ctrl+M
12676 \family default
12677  
12678 \backslash
12679 int
12680 \begin_inset ERT
12681 status collapsed
12682
12683 \begin_layout Plain Layout
12684
12685
12686 \backslash
12687 spce 
12688 \end_layout
12689
12690 \end_inset
12691
12692 A=B
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715
12716 \backslash
12717 boxed
12718 \begin_inset ERT
12719 status collapsed
12720
12721 \begin_layout Plain Layout
12722
12723
12724 \backslash
12725 spce 
12726 \end_layout
12727
12728 \end_inset
12729
12730
12731 \backslash
12732 int
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 spce 
12741 \end_layout
12742
12743 \end_inset
12744
12745 A=B
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 <row>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 A+
12769 \backslash
12770 fbox
12771 \begin_inset ERT
12772 status collapsed
12773
12774 \begin_layout Plain Layout
12775
12776
12777 \backslash
12778 spce 
12779 \end_layout
12780
12781 \end_inset
12782
12783 B
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 </row>
12801 <row>
12802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806
12807 \backslash
12808 framebox
12809 \begin_inset ERT
12810 status collapsed
12811
12812 \begin_layout Plain Layout
12813
12814
12815 \backslash
12816 spce 
12817 \end_layout
12818
12819 \end_inset
12820
12821 20mm
12822 \begin_inset Formula $\to$
12823 \end_inset
12824
12825
12826 \begin_inset Formula $\to$
12827 \end_inset
12828
12829
12830 \family sans
12831 Ctrl+M
12832 \family default
12833  
12834 \backslash
12835 frac
12836 \begin_inset ERT
12837 status collapsed
12838
12839 \begin_layout Plain Layout
12840
12841
12842 \backslash
12843 spce 
12844 \end_layout
12845
12846 \end_inset
12847
12848 A
12849 \begin_inset Formula $\downarrow$
12850 \end_inset
12851
12852 B
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 \begin_inset Formula $\raisebox{6mm}{}$
12862 \end_inset
12863
12864
12865 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12866 \end_inset
12867
12868
12869 \begin_inset Formula $\raisebox{-4mm}{}$
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 </row>
12878 </lyxtabular>
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 The frame thickness can also be adjusted.
12887  To do this the following commands have to be inserted in TeX-mode before
12888  the formula
12889 \end_layout
12890
12891 \begin_layout Standard
12892
12893 \series bold
12894
12895 \backslash
12896 fboxrule
12897 \series default
12898  
12899 \series bold
12900
12901 \begin_inset Quotes eld
12902 \end_inset
12903
12904 thickness
12905 \begin_inset Quotes erd
12906 \end_inset
12907
12908
12909 \series default
12910  
12911 \series bold
12912
12913 \backslash
12914 fboxsep
12915 \series default
12916  
12917 \series bold
12918
12919 \begin_inset Quotes eld
12920 \end_inset
12921
12922 distance
12923 \begin_inset Quotes erd
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \begin_layout Standard
12930 \begin_inset Quotes eld
12931 \end_inset
12932
12933 distance
12934 \begin_inset Quotes erd
12935 \end_inset
12936
12937  specifies the minimal distance between the frame and the first character
12938  in the box.
12939  An example for this is the following framed formula:
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945
12946 \backslash
12947 fboxrule 2mm 
12948 \backslash
12949 fboxsep 3mm
12950 \end_layout
12951
12952 \end_inset
12953
12954
12955 \begin_inset Formula 
12956 \[
12957 \boxed{A+B=C}
12958 \]
12959
12960 \end_inset
12961
12962 Before this formula the commands
12963 \end_layout
12964
12965 \begin_layout Standard
12966
12967 \series bold
12968
12969 \backslash
12970 fboxrule
12971 \series default
12972  
12973 \series bold
12974 2mm
12975 \series default
12976  
12977 \series bold
12978
12979 \backslash
12980 fboxsep
12981 \series default
12982  
12983 \series bold
12984 3mm
12985 \end_layout
12986
12987 \begin_layout Standard
12988 were inserted in TeX-mode.
12989  The given values are used for all following boxes.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 To return to the standard frame size, the command
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 fboxrule
13002 \series default
13003  
13004 \series bold
13005 0.4pt
13006 \series default
13007  
13008 \series bold
13009
13010 \backslash
13011 fboxsep
13012 \series default
13013  
13014 \series bold
13015 3pt
13016 \series default
13017
13018 \begin_inset ERT
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022
13023
13024 \backslash
13025 fboxrule 0.4pt 
13026 \backslash
13027 fboxsep 3pt
13028 \end_layout
13029
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 is inserted in TeX-mode before the next formula.
13037 \end_layout
13038
13039 \begin_layout Subsection
13040 Boxes without Frame
13041 \begin_inset CommandInset label
13042 LatexCommand label
13043 name "sub:Boxes-without-Frame"
13044
13045 \end_inset
13046
13047
13048 \begin_inset Index idx
13049 status collapsed
13050
13051 \begin_layout Plain Layout
13052 Boxes ! without frame
13053 \end_layout
13054
13055 \end_inset
13056
13057
13058 \end_layout
13059
13060 \begin_layout Standard
13061 For boxes without a frame there are the following box commands: 
13062 \series bold
13063
13064 \backslash
13065 mbox
13066 \series default
13067
13068 \begin_inset Index idx
13069 status collapsed
13070
13071 \begin_layout Plain Layout
13072 Commands ! M ! 
13073 \backslash
13074 mbox
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \series bold
13081
13082 \backslash
13083 makebox
13084 \series default
13085
13086 \begin_inset Index idx
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090 Commands ! M ! 
13091 \backslash
13092 makebox
13093 \end_layout
13094
13095 \end_inset
13096
13097  and 
13098 \series bold
13099
13100 \backslash
13101 raisebox
13102 \series default
13103
13104 \begin_inset Index idx
13105 status collapsed
13106
13107 \begin_layout Plain Layout
13108 Commands ! R ! 
13109 \backslash
13110 raisebox
13111 \end_layout
13112
13113 \end_inset
13114
13115
13116 \end_layout
13117
13118 \begin_layout Standard
13119 With 
13120 \series bold
13121
13122 \backslash
13123 raisebox
13124 \series default
13125  a box can be super- or subscripted.
13126  But in contrary to normal super- and subscripting, the characters in the
13127  box keep their font size.
13128  
13129 \series bold
13130
13131 \backslash
13132 raisebox
13133 \series default
13134  is used in the following scheme:
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 raisebox{height}{box content}
13143 \end_layout
13144
13145 \begin_layout Standard
13146 When the box should contain a formula, an extra formula is needed like for
13147  
13148 \series bold
13149
13150 \backslash
13151 fbox
13152 \series default
13153 .
13154  
13155 \series medium
13156
13157 \begin_inset Note Greyedout
13158 status open
13159
13160 \begin_layout Plain Layout
13161
13162 \series bold
13163 Note:
13164 \series default
13165  For 
13166 \series bold
13167
13168 \backslash
13169 raisebox
13170 \series default
13171  this extra formula is created by pressing 
13172 \family sans
13173 Ctrl+M
13174 \family default
13175  twice instead of once because LyX doesn't yet support 
13176 \series bold
13177
13178 \backslash
13179 raisebox
13180 \series default
13181  directly.
13182 \end_layout
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \begin_layout Standard
13190 \align center
13191 \begin_inset Tabular
13192 <lyxtabular version="3" rows="4" columns="2">
13193 <features rotate="0" tabularvalignment="middle">
13194 <column alignment="center" valignment="top">
13195 <column alignment="center" valignment="top">
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 Command
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 Result
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 H
13222 \backslash
13223 raisebox{2mm
13224 \begin_inset Formula $\to$
13225 \end_inset
13226
13227
13228 \backslash
13229 {al
13230 \begin_inset Formula $\to$
13231 \end_inset
13232
13233  lo
13234 \end_layout
13235
13236 \end_inset
13237 </cell>
13238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13239 \begin_inset Text
13240
13241 \begin_layout Plain Layout
13242 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 H
13257 \backslash
13258 raisebox{-2mm
13259 \begin_inset Formula $\to$
13260 \end_inset
13261
13262
13263 \backslash
13264 {al
13265 \begin_inset Formula $\to$
13266 \end_inset
13267
13268 lo
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 A=
13292 \backslash
13293 raisebox{-2mm
13294 \begin_inset Formula $\to$
13295 \end_inset
13296
13297
13298 \backslash
13299 {
13300 \family sans
13301 Ctrl+M
13302 \family default
13303  
13304 \family sans
13305 Ctrl+M
13306 \family default
13307  
13308 \backslash
13309 sqrt
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315
13316 \backslash
13317 spce 
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 </lyxtabular>
13341
13342 \end_inset
13343
13344
13345 \end_layout
13346
13347 \begin_layout Standard
13348 The command 
13349 \series bold
13350
13351 \backslash
13352 mbox
13353 \series default
13354  is equivalent to 
13355 \series bold
13356
13357 \backslash
13358 fbox
13359 \series default
13360  and 
13361 \series bold
13362
13363 \backslash
13364 makebox
13365 \series default
13366  is equivalent to 
13367 \series bold
13368
13369 \backslash
13370 framebox
13371 \series default
13372 , with the difference that there is no frame.
13373 \end_layout
13374
13375 \begin_layout Subsection
13376 Colored Boxes
13377 \begin_inset CommandInset label
13378 LatexCommand label
13379 name "sub:Colored-Boxes"
13380
13381 \end_inset
13382
13383
13384 \begin_inset Index idx
13385 status collapsed
13386
13387 \begin_layout Plain Layout
13388 Boxes ! colored
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397 To be able to use all commands explained in this section, the LaTeX-package
13398  
13399 \series bold
13400 color
13401 \series default
13402
13403 \begin_inset Foot
13404 status collapsed
13405
13406 \begin_layout Plain Layout
13407 The LaTeX-package 
13408 \series bold
13409 color
13410 \series default
13411  is part of every LaTeX standard installation.
13412 \end_layout
13413
13414 \end_inset
13415
13416
13417 \begin_inset Index idx
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421 Packages ! color
13422 \end_layout
13423
13424 \end_inset
13425
13426  has to be loaded in the LaTeX-preamble with the line
13427 \begin_inset Foot
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431 When text is colored somewhere in the document with a predefined color,
13432  LyX loads the LaTeX-package 
13433 \series bold
13434 color
13435 \series default
13436  automatically.
13437  Thus it is possible that the package is loaded twice, but this does not
13438  cause problems.
13439 \end_layout
13440
13441 \end_inset
13442
13443
13444 \begin_inset Note Note
13445 status collapsed
13446
13447 \begin_layout Plain Layout
13448 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13449 amble.
13450 \end_layout
13451
13452 \end_inset
13453
13454
13455 \end_layout
13456
13457 \begin_layout Standard
13458
13459 \series bold
13460
13461 \backslash
13462 usepackage{color}
13463 \end_layout
13464
13465 \begin_layout Standard
13466 \begin_inset VSpace medskip
13467 \end_inset
13468
13469 To color boxes, the command 
13470 \series bold
13471
13472 \backslash
13473 colorbox
13474 \series default
13475
13476 \begin_inset Index idx
13477 status collapsed
13478
13479 \begin_layout Plain Layout
13480 Commands ! C ! 
13481 \backslash
13482 colorbox
13483 \end_layout
13484
13485 \end_inset
13486
13487  is used in the following scheme:
13488 \end_layout
13489
13490 \begin_layout Standard
13491
13492 \series bold
13493
13494 \backslash
13495 colorbox{color}{box content}
13496 \end_layout
13497
13498 \begin_layout Standard
13499 The box content can also be a box and a 
13500 \series bold
13501
13502 \backslash
13503 colorbox
13504 \series default
13505  can also be part of another box (see the 2nd and 3rd example).
13506  When the box should contain a formula, an extra formula has to be created,
13507  the same way as for 
13508 \series bold
13509
13510 \backslash
13511 raisebox
13512 \series default
13513 .
13514 \begin_inset Foot
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518 This also applies for the command 
13519 \series bold
13520
13521 \backslash
13522 fcolorbox
13523 \series default
13524 .
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Standard
13533 One of the following predefined colors can be chosen:
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539 black
13540 \series default
13541
13542 \series bold
13543 blue
13544 \series default
13545
13546 \series bold
13547 cyan
13548 \series default
13549
13550 \series bold
13551 green
13552 \series default
13553
13554 \series bold
13555 magenta
13556 \series default
13557
13558 \series bold
13559 red
13560 \series default
13561
13562 \series bold
13563 white
13564 \series default
13565  and 
13566 \series bold
13567 yellow
13568 \end_layout
13569
13570 \begin_layout Standard
13571 \align center
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="4" columns="2">
13574 <features rotate="0" tabularvalignment="middle">
13575 <column alignment="center" valignment="top">
13576 <column alignment="center" valignment="top">
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Command
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 Result
13592 \begin_inset Note Note
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596
13597 \series bold
13598
13599 \backslash
13600 raisebox
13601 \series default
13602  is only used as spacer.
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 </row>
13613 <row>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \backslash
13620 colorbox{yellow
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {A=B
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 <row>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649
13650 \backslash
13651 colorbox{green
13652 \begin_inset Formula $\to$
13653 \end_inset
13654
13655
13656 \backslash
13657 {
13658 \backslash
13659 fbox
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665
13666 \backslash
13667 spce 
13668 \end_layout
13669
13670 \end_inset
13671
13672 A=B
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 fbox
13698 \begin_inset ERT
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703
13704 \backslash
13705 spce 
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \backslash
13712 colorbox{green
13713 \begin_inset Formula $\to$
13714 \end_inset
13715
13716
13717 \backslash
13718 {
13719 \family sans
13720 Ctrl+M
13721 \family default
13722  
13723 \family sans
13724 Ctrl+M
13725 \family default
13726  
13727 \backslash
13728 int
13729 \begin_inset ERT
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733
13734
13735 \backslash
13736 spce 
13737 \end_layout
13738
13739 \end_inset
13740
13741 C=D
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 </row>
13759 </lyxtabular>
13760
13761 \end_inset
13762
13763
13764 \end_layout
13765
13766 \begin_layout Standard
13767
13768 \series bold
13769
13770 \backslash
13771 colorbox
13772 \series default
13773  only colors the box but not the characters in the box.
13774  To color all characters, the whole formula is highlighted and the desired
13775  color is chosen in the 
13776 \family sans
13777 Text
13778 \begin_inset space ~
13779 \end_inset
13780
13781 Style
13782 \family default
13783  dialog.
13784  The dialog can be called with the toolbar button 
13785 \begin_inset Graphics
13786         filename ../images/dialog-show_character.png
13787         scale 85
13788
13789 \end_inset
13790
13791  or the menu 
13792 \family sans
13793 Edit\SpecialChar \menuseparator
13794 Text
13795 \begin_inset space ~
13796 \end_inset
13797
13798 Style\SpecialChar \menuseparator
13799 Customized
13800 \family default
13801 .
13802  The formula number then has the same color as the formula.
13803  When the formula number should get another color than the formula characters,
13804  the color must be changed within the formula.
13805 \end_layout
13806
13807 \begin_layout Standard
13808 An example:
13809 \end_layout
13810
13811 \begin_layout Standard
13812
13813 \color red
13814 \begin_inset Formula 
13815 \begin{equation}
13816 \int A=B\label{eq:red}
13817 \end{equation}
13818
13819 \end_inset
13820
13821
13822 \color green
13823
13824 \begin_inset Formula 
13825 \begin{equation}
13826 \textcolor{red}{\int A=B}\label{eq:redgreen}
13827 \end{equation}
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \begin_layout Standard
13835 Formula 
13836 \begin_inset CommandInset ref
13837 LatexCommand eqref
13838 reference "eq:red"
13839
13840 \end_inset
13841
13842  is completely colored red.
13843 \begin_inset Newline newline
13844 \end_inset
13845
13846 Formula 
13847 \begin_inset CommandInset ref
13848 LatexCommand eqref
13849 reference "eq:redgreen"
13850
13851 \end_inset
13852
13853  was first completely colored green to set the color for the formula number.
13854  Subsequently the formula characters were colored red.
13855 \end_layout
13856
13857 \begin_layout Standard
13858 \begin_inset VSpace bigskip
13859 \end_inset
13860
13861 To color the frame different than the rest of the box, the command 
13862 \series bold
13863
13864 \backslash
13865 fcolorbox
13866 \series default
13867
13868 \begin_inset Index idx
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872 Commands ! F ! 
13873 \backslash
13874 fcolorbox
13875 \end_layout
13876
13877 \end_inset
13878
13879  is used in the following scheme:
13880 \end_layout
13881
13882 \begin_layout Standard
13883
13884 \series bold
13885
13886 \backslash
13887 fcolorbox{frame color}{color}{box content}
13888 \end_layout
13889
13890 \begin_layout Standard
13891 So 
13892 \series bold
13893
13894 \backslash
13895 fcolorbox
13896 \series default
13897  is an extension of the command 
13898 \series bold
13899
13900 \backslash
13901 colorbox
13902 \series default
13903 .
13904  The frame width is set, like for 
13905 \series bold
13906
13907 \backslash
13908 framebox
13909 \series default
13910 , with 
13911 \series bold
13912
13913 \backslash
13914 fboxrule
13915 \series default
13916  and 
13917 \series bold
13918
13919 \backslash
13920 fboxsep
13921 \series default
13922 .
13923  An example:
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 fboxrule 1mm 
13932 \backslash
13933 fboxsep 1mm
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \begin_inset Formula 
13940 \[
13941 \fcolorbox{cyan}{magenta}{A=B}
13942 \]
13943
13944 \end_inset
13945
13946
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952
13953 \backslash
13954 fboxrule 0.4pt 
13955 \backslash
13956 fboxsep 3pt
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Standard
13965 This formula was created with the command
13966 \begin_inset Newline newline
13967 \end_inset
13968
13969
13970 \series bold
13971
13972 \backslash
13973 fcolorbox{cyan
13974 \begin_inset Formula $\to$
13975 \end_inset
13976
13977
13978 \backslash
13979 {magenta
13980 \begin_inset Formula $\to$
13981 \end_inset
13982
13983
13984 \backslash
13985 {A=B
13986 \series default
13987 .
13988 \end_layout
13989
13990 \begin_layout Standard
13991 \begin_inset VSpace bigskip
13992 \end_inset
13993
13994 To use other colors than the predefined ones, they have to be defined first.
13995 \end_layout
13996
13997 \begin_layout Standard
13998 One can for example define the color 
13999 \begin_inset Quotes eld
14000 \end_inset
14001
14002
14003 \series bold
14004 darkgreen
14005 \series default
14006
14007 \begin_inset Quotes erd
14008 \end_inset
14009
14010  with the LaTeX-preamble line:
14011 \end_layout
14012
14013 \begin_layout Standard
14014
14015 \series bold
14016
14017 \backslash
14018 definecolor{darkgreen}{cmyk}{0.5,
14019 \series default
14020  
14021 \series bold
14022 0,
14023 \series default
14024  
14025 \series bold
14026 1,
14027 \series default
14028  
14029 \series bold
14030 0.5}
14031 \series default
14032
14033 \begin_inset Index idx
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 Commands ! D ! 
14038 \backslash
14039 definecolor
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \begin_layout Standard
14048
14049 \series bold
14050 cmyk
14051 \series default
14052  is the color space that denotes the colors 
14053 \series bold
14054 cyan
14055 \series default
14056
14057 \series bold
14058 magenta
14059 \series default
14060
14061 \series bold
14062 yellow
14063 \series default
14064  and 
14065 \series bold
14066 black
14067 \series default
14068 .
14069  The four comma separated numbers are the portion factor for the corresponding
14070  colors of the color space.
14071  The factors can be in the range of 0
14072 \begin_inset space \thinspace{}
14073 \end_inset
14074
14075 -
14076 \begin_inset space \thinspace{}
14077 \end_inset
14078
14079 1.
14080  Instead of 
14081 \series bold
14082 cmyk
14083 \series default
14084  also the color space 
14085 \series bold
14086 rgb
14087 \series default
14088  can be used for definitions.
14089  
14090 \series bold
14091 rgb
14092 \series default
14093  denotes 
14094 \series bold
14095 red
14096 \series default
14097
14098 \series bold
14099 green
14100 \series default
14101  and 
14102 \series bold
14103 blue
14104 \series default
14105 , so that there are in this case three portion factors for the corresponding
14106  colors.
14107  Furthermore there is the color space 
14108 \series bold
14109 gray
14110 \series default
14111  with one portion factor for the gray value.
14112 \end_layout
14113
14114 \begin_layout Standard
14115 As example a framed box with the new defined color 
14116 \series bold
14117 darkgreen
14118 \series default
14119  where the characters have been colored 
14120 \series bold
14121 yellow
14122 \series default
14123 :
14124 \begin_inset Formula 
14125 \begin{equation}
14126 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14127 \end{equation}
14128
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \begin_layout Standard
14135 Self-defined colors can also be used for text with the help of the command
14136  
14137 \series bold
14138
14139 \backslash
14140 textcolor
14141 \series default
14142 :
14143 \begin_inset Index idx
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 Text ! colored
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160
14161
14162 \backslash
14163 textcolor{darkgreen}{
14164 \end_layout
14165
14166 \end_inset
14167
14168 This sentence is 
14169 \begin_inset Quotes eld
14170 \end_inset
14171
14172 darkgreen
14173 \begin_inset Quotes erd
14174 \end_inset
14175
14176 .
14177 \begin_inset ERT
14178 status collapsed
14179
14180 \begin_layout Plain Layout
14181
14182 }
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191
14192 \series bold
14193
14194 \backslash
14195 textcolor
14196 \series default
14197
14198 \begin_inset Index idx
14199 status collapsed
14200
14201 \begin_layout Plain Layout
14202 Commands ! T ! 
14203 \backslash
14204 textcolor
14205 \end_layout
14206
14207 \end_inset
14208
14209  is used in the scheme 
14210 \series bold
14211
14212 \backslash
14213 textcolor{color}{characters to color}
14214 \series default
14215 .
14216 \end_layout
14217
14218 \begin_layout Subsection
14219 Paragraph Boxes
14220 \begin_inset CommandInset label
14221 LatexCommand label
14222 name "sub:Paragraph-Boxes"
14223
14224 \end_inset
14225
14226
14227 \begin_inset Index idx
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Boxes ! as paragraph
14232 \end_layout
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240 A box that can contain several lines and paragraphs, a so-called paragraph
14241  box (parbox), can be created with the menu 
14242 \family sans
14243 Insert\SpecialChar \menuseparator
14244 Box
14245 \family default
14246  or the toolbar button 
14247 \begin_inset Graphics
14248         filename ../images/box-insert.png
14249         scale 85
14250
14251 \end_inset
14252
14253 .
14254 \end_layout
14255
14256 \begin_layout Standard
14257 The following example shows a framed parbox in a line:
14258 \end_layout
14259
14260 \begin_layout Standard
14261 \begin_inset VSpace medskip
14262 \end_inset
14263
14264 This is a line 
14265 \begin_inset Box Boxed
14266 position "c"
14267 hor_pos "c"
14268 has_inner_box 1
14269 inner_pos "t"
14270 use_parbox 1
14271 use_makebox 0
14272 width "5cm"
14273 special "none"
14274 height "1in"
14275 height_special "totalheight"
14276 status open
14277
14278 \begin_layout Plain Layout
14279 This is a paragraph box.
14280  It is exactly 5
14281 \begin_inset space \thinspace{}
14282 \end_inset
14283
14284 cm long and can also contain formulas: 
14285 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292
14293  with a parbox.
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \begin_inset VSpace medskip
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \begin_layout Standard
14304 Such a box is created by right-clicking on the gray box inset.
14305  A dialog pops up showing the box properties.
14306  In our case set: 
14307 \emph on
14308 Decoration
14309 \emph default
14310 : Rectangular box, 
14311 \emph on
14312 Inner Box
14313 \emph default
14314 : Parbox, 
14315 \emph on
14316 Width
14317 \emph default
14318 : 5
14319 \begin_inset space \thinspace{}
14320 \end_inset
14321
14322 cm, 
14323 \emph on
14324 Vertical Box Alignment
14325 \emph default
14326 : Middle
14327 \end_layout
14328
14329 \begin_layout Standard
14330 \begin_inset VSpace medskip
14331 \end_inset
14332
14333 In LaTeX a parbox is created with the command 
14334 \series bold
14335
14336 \backslash
14337 parbox
14338 \series default
14339
14340 \begin_inset Index idx
14341 status collapsed
14342
14343 \begin_layout Plain Layout
14344 Commands ! P ! 
14345 \backslash
14346 parbox
14347 \end_layout
14348
14349 \end_inset
14350
14351  which has the following scheme:
14352 \end_layout
14353
14354 \begin_layout Standard
14355
14356 \series bold
14357
14358 \backslash
14359 parbox[position]{width}{box content}
14360 \end_layout
14361
14362 \begin_layout Standard
14363 The positions 
14364 \emph on
14365 b
14366 \emph default
14367  and 
14368 \emph on
14369 t
14370 \emph default
14371  are possible.
14372  
14373 \emph on
14374 b
14375 \emph default
14376  for 
14377 \begin_inset Quotes eld
14378 \end_inset
14379
14380 bottom
14381 \begin_inset Quotes erd
14382 \end_inset
14383
14384  means that the box is aligned within the surrounding text with its last
14385  line.
14386  With 
14387 \emph on
14388 t
14389 \emph default
14390  for 
14391 \begin_inset Quotes eld
14392 \end_inset
14393
14394 top
14395 \begin_inset Quotes erd
14396 \end_inset
14397
14398  this is done with the first line.
14399  When no position is given, the box will be vertically centered, see section
14400  
14401 \emph on
14402 Boxes
14403 \emph default
14404  of the 
14405 \emph on
14406 Embedded
14407 \begin_inset space ~
14408 \end_inset
14409
14410 Objects
14411 \emph default
14412  manual for examples.
14413 \end_layout
14414
14415 \begin_layout Standard
14416 \begin_inset VSpace bigskip
14417 \end_inset
14418
14419 To frame formulas completely, including the formula number, the formula
14420  must be set into a parbox.
14421  To do this, the command 
14422 \series bold
14423
14424 \backslash
14425 fbox{
14426 \backslash
14427 parbox{
14428 \backslash
14429 linewidth-2
14430 \backslash
14431 fboxsep-2
14432 \backslash
14433 fboxrule}{
14434 \series default
14435  is inserted in TeX-mode before the formula.
14436  
14437 \series bold
14438
14439 \backslash
14440 linewidth
14441 \series default
14442
14443 \begin_inset Index idx
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 Commands ! L ! 
14448 \backslash
14449 linewidth
14450 \end_layout
14451
14452 \end_inset
14453
14454  is hereby the line width set for the document.
14455  Because the frame is outside the parbox, 2
14456 \begin_inset space \thinspace{}
14457 \end_inset
14458
14459 times the frame separation and the frame thickness must be subtracted from
14460  the line width.
14461  As this is not automatically done by LyX due to a bug
14462 \begin_inset Foot
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466 \begin_inset CommandInset href
14467 LatexCommand href
14468 name "LyX-bug #4483"
14469 target "http://www.lyx.org/trac/ticket/4483"
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \end_inset
14477
14478 , TeX-mode has to be used.
14479  To be able to multiply and subtract in arguments, the LaTeX-package 
14480 \series bold
14481 calc
14482 \series default
14483
14484 \begin_inset Foot
14485 status collapsed
14486
14487 \begin_layout Plain Layout
14488
14489 \series bold
14490 calc
14491 \series default
14492  is part of every LaTeX standard installation.
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \begin_inset Index idx
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502 Packages ! calc
14503 \end_layout
14504
14505 \end_inset
14506
14507  must be loaded in the LaTeX-preamble with the line
14508 \end_layout
14509
14510 \begin_layout Standard
14511
14512 \series bold
14513
14514 \backslash
14515 usepackage{calc}
14516 \end_layout
14517
14518 \begin_layout Standard
14519 Behind the formula both boxes are closed by entering 
14520 \series bold
14521 }}
14522 \series default
14523  in TeX-mode.
14524  Here is an example:
14525 \begin_inset ERT
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529
14530
14531 \backslash
14532 fboxsep 5mm 
14533 \backslash
14534 fboxrule 5mm
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset ERT
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547
14548
14549 \backslash
14550 fbox{
14551 \backslash
14552 parbox{
14553 \backslash
14554 linewidth-2
14555 \backslash
14556 fboxsep-2
14557 \backslash
14558 fboxrule}{
14559 \end_layout
14560
14561 \end_inset
14562
14563
14564 \begin_inset Formula 
14565 \begin{equation}
14566 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14567 \end{equation}
14568
14569 \end_inset
14570
14571
14572 \begin_inset ERT
14573 status collapsed
14574
14575 \begin_layout Plain Layout
14576
14577 }}
14578 \end_layout
14579
14580 \end_inset
14581
14582
14583 \begin_inset ERT
14584 status collapsed
14585
14586 \begin_layout Plain Layout
14587
14588
14589 \backslash
14590 fboxrule 0.4pt 
14591 \backslash
14592 fboxsep 3pt
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 \begin_inset VSpace medskip
14602 \end_inset
14603
14604 As a parbox is used as the argument of 
14605 \series bold
14606
14607 \backslash
14608 fbox
14609 \series default
14610 , there is in this case no difference between 
14611 \series bold
14612
14613 \backslash
14614 fbox
14615 \series default
14616  and 
14617 \series bold
14618
14619 \backslash
14620 boxed
14621 \series default
14622 .
14623 \end_layout
14624
14625 \begin_layout Standard
14626 \begin_inset VSpace bigskip
14627 \end_inset
14628
14629 Paragraph boxes are very useful to comment formulas directly.
14630  To do this, 
14631 \series bold
14632
14633 \backslash
14634 parbox
14635 \series default
14636  is used in combination with the command 
14637 \series bold
14638
14639 \backslash
14640 tag
14641 \series default
14642 .
14643  (more about 
14644 \series bold
14645
14646 \backslash
14647 tag
14648 \series default
14649  see 
14650 \begin_inset CommandInset ref
14651 LatexCommand ref
14652 reference "sub:User-defined-Numbering"
14653
14654 \end_inset
14655
14656 )
14657 \end_layout
14658
14659 \begin_layout Standard
14660 An example of a formula commented with 
14661 \series bold
14662
14663 \backslash
14664 parbox
14665 \series default
14666 :
14667 \end_layout
14668
14669 \begin_layout Standard
14670 \begin_inset ERT
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674
14675
14676 \backslash
14677 [5x-7b=3b
14678 \backslash
14679 tag*{
14680 \backslash
14681 parbox{5cm}{
14682 \end_layout
14683
14684 \end_inset
14685
14686 This is a description.
14687  It is distinctly separated from the formula and multiline.
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }}
14694 \backslash
14695 ]
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \begin_layout Standard
14704 Such a formula must be inserted completely in TeX-mode because LyX does
14705  not yet support the command 
14706 \series bold
14707
14708 \backslash
14709 parbox
14710 \series default
14711  in formulas.
14712  The formula is created with the following command sequence:
14713 \end_layout
14714
14715 \begin_layout Standard
14716 The command 
14717 \series bold
14718
14719 \backslash
14720 [5x-7b=3b
14721 \backslash
14722 tag*
14723 \backslash
14724 {
14725 \backslash
14726 parbox{5cm}{
14727 \series default
14728  is inserted in TeX-mode.
14729 \begin_inset Foot
14730 status collapsed
14731
14732 \begin_layout Plain Layout
14733 When the formula style 
14734 \series bold
14735 Indented
14736 \series default
14737  is used, 
14738 \series bold
14739
14740 \backslash
14741 tag*
14742 \backslash
14743 {
14744 \series default
14745  can also be replaced by 
14746 \series bold
14747
14748 \backslash
14749 hfill
14750 \series default
14751 .
14752  (formula styles see 
14753 \begin_inset CommandInset ref
14754 LatexCommand ref
14755 reference "sec:Formula-Styles"
14756
14757 \end_inset
14758
14759 )
14760 \end_layout
14761
14762 \end_inset
14763
14764  Then the description follows as normal text and finally 
14765 \series bold
14766 }}
14767 \backslash
14768 ]
14769 \series default
14770  is inserted in TeX-mode.
14771  The commands 
14772 \series bold
14773
14774 \backslash
14775 [
14776 \series default
14777  and 
14778 \series bold
14779
14780 \backslash
14781 ]
14782 \series default
14783  hereby create a displayed formula.
14784 \end_layout
14785
14786 \begin_layout Standard
14787 The advantages of 
14788 \series bold
14789
14790 \backslash
14791 parbox
14792 \series default
14793  can be seen in this example that was 
14794 \begin_inset Quotes eld
14795 \end_inset
14796
14797 commented
14798 \begin_inset Quotes erd
14799 \end_inset
14800
14801  using the mathematical textmode:
14802 \begin_inset Formula 
14803 \[
14804 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14805 \]
14806
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Section
14813 Operators
14814 \begin_inset Index idx
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 Operators
14819 \end_layout
14820
14821 \end_inset
14822
14823
14824 \end_layout
14825
14826 \begin_layout Subsection
14827 Big Operators
14828 \begin_inset CommandInset label
14829 LatexCommand label
14830 name "sub:Big-Operators"
14831
14832 \end_inset
14833
14834
14835 \begin_inset Index idx
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Operators ! big
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index idx
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 Sums
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \begin_inset Index idx
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859 Integrals
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Standard
14868 To be able to use all integral operators listed here, the option 
14869 \family sans
14870 Use esint package automatically
14871 \family default
14872  must be set in the document settings under 
14873 \family sans
14874 Math
14875 \begin_inset space ~
14876 \end_inset
14877
14878 Options
14879 \family default
14880 .
14881 \end_layout
14882
14883 \begin_layout Standard
14884 \begin_inset space \hfill{}
14885 \end_inset
14886
14887
14888 \begin_inset Tabular
14889 <lyxtabular version="3" rows="11" columns="2">
14890 <features rotate="0" tabularvalignment="middle">
14891 <column alignment="center" valignment="top" width="0pt">
14892 <column alignment="center" valignment="top" width="0pt">
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 Command
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907 Result
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \backslash
14920 int
14921 \begin_inset Index idx
14922 status collapsed
14923
14924 \begin_layout Plain Layout
14925 Commands ! I ! 
14926 \backslash
14927 int
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 \begin_inset Formula $\int$
14942 \end_inset
14943
14944
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \backslash
14957 oint
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 \begin_inset Formula $\oint$
14967 \end_inset
14968
14969
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 </row>
14975 <row>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980
14981 \backslash
14982 ointctrclockwise
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 \begin_inset Formula $\ointctrclockwise$
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 </row>
15000 <row>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \backslash
15007 ointclockwise
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset Formula $\ointclockwise$
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 </row>
15025 <row>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030
15031 \backslash
15032 sqint
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Formula $\sqint$
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 <row>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055
15056 \backslash
15057 fint
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15063 \begin_inset Text
15064
15065 \begin_layout Plain Layout
15066  
15067 \begin_inset Formula $\fint$
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \backslash
15083 landupint
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092  
15093 \begin_inset Formula $\landupint$
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \backslash
15109 landdownint
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118  
15119 \begin_inset Formula $\landdownint$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 bigcap
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\bigcap$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 bigcup
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 \begin_inset Formula $\bigcup$
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 </row>
15178 </lyxtabular>
15179
15180 \end_inset
15181
15182
15183 \begin_inset space \hfill{}
15184 \end_inset
15185
15186
15187 \begin_inset Tabular
15188 <lyxtabular version="3" rows="11" columns="2">
15189 <features rotate="0" tabularvalignment="middle">
15190 <column alignment="center" valignment="top" width="0pt">
15191 <column alignment="center" valignment="top" width="0pt">
15192 <row>
15193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197 Command
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 Result
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 sum
15220 \begin_inset Index idx
15221 status collapsed
15222
15223 \begin_layout Plain Layout
15224 Commands ! S ! 
15225 \backslash
15226 sum
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 \begin_inset Formula $\sum$
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 </row>
15249 <row>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254
15255 \backslash
15256 prod
15257 \begin_inset Index idx
15258 status collapsed
15259
15260 \begin_layout Plain Layout
15261 Commands ! P ! 
15262 \backslash
15263 prod
15264 \begin_inset ERT
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268
15269
15270 \backslash
15271 vspace{4mm}
15272 \end_layout
15273
15274 \end_inset
15275
15276
15277 \end_layout
15278
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset Formula $\prod$
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 </row>
15299 <row>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \backslash
15306 coprod
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 \begin_inset Formula $\coprod$
15316 \end_inset
15317
15318
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 </row>
15324 <row>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \backslash
15331 bigodot
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 \begin_inset Formula $\bigodot$
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 <row>
15350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \backslash
15356 bigotimes
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365 \begin_inset Formula $\bigotimes$
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 bigoplus
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\bigoplus$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \backslash
15406 bigwedge
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset Formula $\bigwedge$
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \backslash
15431 bigvee
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Formula $\bigvee$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 bigsqcup
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 \begin_inset Formula $\bigsqcup$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \backslash
15481 biguplus
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 \begin_inset Formula $\biguplus$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 </lyxtabular>
15500
15501 \end_inset
15502
15503
15504 \begin_inset space \hfill{}
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \begin_layout Standard
15511 All big operators can also be inserted via the math toolbar button 
15512 \begin_inset Graphics
15513         filename ../images/math/intop.png
15514         scale 85
15515
15516 \end_inset
15517
15518 .
15519 \end_layout
15520
15521 \begin_layout Standard
15522 The operators are called big because they are bigger than the sometimes
15523  equal looking binary operators.
15524  All big operators can have limits as described in the next subsection.
15525 \end_layout
15526
15527 \begin_layout Standard
15528 For all integral operators there is a second version available, ending in
15529  
15530 \series bold
15531 op
15532 \series default
15533
15534 \series bold
15535
15536 \backslash
15537 intop
15538 \series default
15539
15540 \series bold
15541
15542 \backslash
15543 ointop
15544 \series default
15545  etc..
15546  These operators are different from 
15547 \series bold
15548
15549 \backslash
15550 int
15551 \series default
15552  etc.
15553 \begin_inset space \space{}
15554 \end_inset
15555
15556 in the style the operator limits are displayed, see 
15557 \begin_inset CommandInset ref
15558 LatexCommand ref
15559 reference "sub:Operator-Limits"
15560
15561 \end_inset
15562
15563 .
15564  
15565 \end_layout
15566
15567 \begin_layout Subsubsection*
15568 Advice for Integrals
15569 \end_layout
15570
15571 \begin_layout Standard
15572 The letter 
15573 \emph on
15574 d
15575 \emph default
15576  in an integral is an operator, that therefore has to be set upright.
15577  This is done by highlighting the 
15578 \emph on
15579 d
15580 \emph default
15581  and using the keyboard shortcut 
15582 \begin_inset Info
15583 type  "shortcut"
15584 arg   "font-roman"
15585 \end_inset
15586
15587
15588 \begin_inset Foot
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592 Font styles
15593 \series bold
15594  
15595 \series default
15596 see 
15597 \begin_inset CommandInset ref
15598 LatexCommand ref
15599 reference "sub:Font-Styles"
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \end_inset
15607
15608 .
15609  Finally the smallest space is inserted before the 
15610 \emph on
15611 d
15612 \emph default
15613 , as this is usual for operators.
15614  An example:
15615 \end_layout
15616
15617 \begin_layout Standard
15618 incorrect: 
15619 \begin_inset Formula $\int A(x)dx$
15620 \end_inset
15621
15622
15623 \begin_inset Newline newline
15624 \end_inset
15625
15626
15627 \begin_inset Phantom HPhantom
15628 status open
15629
15630 \begin_layout Plain Layout
15631 in
15632 \end_layout
15633
15634 \end_inset
15635
15636 correct: 
15637 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \begin_layout Standard
15644 For multiple integrals there are the following commands:
15645 \begin_inset VSpace medskip
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Standard
15652 \begin_inset space \hfill{}
15653 \end_inset
15654
15655
15656 \begin_inset Tabular
15657 <lyxtabular version="3" rows="4" columns="2">
15658 <features rotate="0" tabularvalignment="middle">
15659 <column alignment="center" valignment="top">
15660 <column alignment="center" valignment="top">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 Command
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675 Result
15676 \begin_inset Note Note
15677 status collapsed
15678
15679 \begin_layout Plain Layout
15680
15681 \series bold
15682
15683 \backslash
15684 raisebox
15685 \series default
15686  is only used as spacer.
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 iint
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row>
15723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \backslash
15729 oiint
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 <row>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \backslash
15754 sqiint
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 </lyxtabular>
15773
15774 \end_inset
15775
15776
15777 \begin_inset space \hfill{}
15778 \end_inset
15779
15780
15781 \begin_inset Tabular
15782 <lyxtabular version="3" rows="4" columns="2">
15783 <features rotate="0" tabularvalignment="middle">
15784 <column alignment="center" valignment="top">
15785 <column alignment="center" valignment="top">
15786 <row>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 Command
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800 Result
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \backslash
15813 iiint
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 <row>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \backslash
15838 iiiint
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \backslash
15863 dotsint
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 </lyxtabular>
15882
15883 \end_inset
15884
15885
15886 \begin_inset space \hfill{}
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 \begin_inset Newpage newpage
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \begin_layout Subsection
15900 Operator Limits
15901 \begin_inset CommandInset label
15902 LatexCommand label
15903 name "sub:Operator-Limits"
15904
15905 \end_inset
15906
15907
15908 \begin_inset Index idx
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 Operators ! Limits
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 Limits are created by super- and subscripts:
15922 \end_layout
15923
15924 \begin_layout Standard
15925 \align center
15926 \begin_inset Tabular
15927 <lyxtabular version="3" rows="2" columns="2">
15928 <features rotate="0" tabularvalignment="middle">
15929 <column alignment="center" valignment="top" width="0pt">
15930 <column alignment="center" valignment="top" width="0pt">
15931 <row>
15932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 Command
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 Result
15946 \begin_inset Note Note
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951 \series bold
15952
15953 \backslash
15954 raisebox
15955 \series default
15956  is only used as spacer.
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972
15973 \backslash
15974 prod^
15975 \backslash
15976 infty
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 spce 
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \begin_inset Formula $\to$
15991 \end_inset
15992
15993 _0
15994 \begin_inset Formula $\to$
15995 \end_inset
15996
15997 A(x)
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 </row>
16015 </lyxtabular>
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Standard
16023 Limits of inline formulas are set right beside the operator.
16024  Limits in displayed formulas are set above or below the operator, except
16025  for integral limits.
16026 \end_layout
16027
16028 \begin_layout Standard
16029 To force that the limits are set beside the operator, the cursor is set
16030  directly behind the operator and the limits type is changed with the menu
16031  
16032 \family sans
16033 Edit\SpecialChar \menuseparator
16034 Math\SpecialChar \menuseparator
16035 Change Limits Type
16036 \family default
16037  to 
16038 \family sans
16039 \series bold
16040 Inline
16041 \family default
16042 \series default
16043  (shortcut 
16044 \begin_inset Info
16045 type  "shortcut"
16046 arg   "math-limits"
16047 \end_inset
16048
16049 ).
16050  An example:
16051 \end_layout
16052
16053 \begin_layout Standard
16054 The default limits type is this:
16055 \begin_inset Formula 
16056 \[
16057 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16058 \]
16059
16060 \end_inset
16061
16062 This is how it looks when the limits type was changed to 
16063 \family sans
16064 \series bold
16065 Inline
16066 \family default
16067 \series default
16068 :
16069 \begin_inset Formula 
16070 \[
16071 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16072 \]
16073
16074 \end_inset
16075
16076 For integrals, except those ending with 
16077 \series bold
16078 op
16079 \series default
16080  like 
16081 \series bold
16082
16083 \backslash
16084 intop
16085 \series default
16086
16087 \series bold
16088
16089 \backslash
16090 ointop
16091 \series default
16092  etc., the limits are by default set beside the operator.
16093  But for multiple integrals the limits are often set below the operator.
16094  In the following example the limits type was therefore set to 
16095 \series bold
16096 Display
16097 \series default
16098  and so set below the integrals:
16099 \begin_inset Formula 
16100 \begin{equation}
16101 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16102 \end{equation}
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \begin_layout Standard
16110 \begin_inset VSpace medskip
16111 \end_inset
16112
16113 To specify conditions for limits, the commands 
16114 \series bold
16115
16116 \backslash
16117 subarray
16118 \series default
16119
16120 \begin_inset Index idx
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124 Commands ! S ! 
16125 \backslash
16126 subarray
16127 \end_layout
16128
16129 \end_inset
16130
16131  and 
16132 \series bold
16133
16134 \backslash
16135 substack
16136 \series default
16137
16138 \begin_inset Index idx
16139 status collapsed
16140
16141 \begin_layout Plain Layout
16142 Commands ! S ! 
16143 \backslash
16144 substack
16145 \end_layout
16146
16147 \end_inset
16148
16149  are used.
16150  To create for example this expression 
16151 \begin_inset Formula 
16152 \begin{equation}
16153 \sum_{\begin{subarray}{c}
16154 0<k<1000\\
16155 \\
16156 k\,\in\,\mathbb{N}
16157 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16158 \end{equation}
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \begin_layout Standard
16166 the following has to be done:
16167 \begin_inset Newline newline
16168 \end_inset
16169
16170 First the command 
16171 \series bold
16172
16173 \backslash
16174 sum
16175 \series default
16176 ^
16177 \series bold
16178 n
16179 \begin_inset ERT
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183
16184
16185 \backslash
16186 spce 
16187 \end_layout
16188
16189 \end_inset
16190
16191 _
16192 \series default
16193  is typed in.
16194  One is now in a blue box under the summation operator and insert there
16195  the command 
16196 \series bold
16197
16198 \backslash
16199 subarray
16200 \begin_inset ERT
16201 status collapsed
16202
16203 \begin_layout Plain Layout
16204
16205
16206 \backslash
16207 spce 
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \series default
16214 .
16215  The blue box is now within a purple box and now several lines can be written
16216  among each other.
16217  A new line is created by inserting a line break (
16218 \begin_inset Info
16219 type  "shortcut"
16220 arg   "newline-insert newline"
16221 \end_inset
16222
16223 ).
16224  When now
16225 \begin_inset Newline newline
16226 \end_inset
16227
16228
16229 \series bold
16230 0<k<1000 Ctrl+Return
16231 \begin_inset Newline newline
16232 \end_inset
16233
16234
16235 \series default
16236 is typed in, a new box appears below for the new line.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 The alignment of the lines can be changed to left aligned with the 
16241 \family sans
16242 table
16243 \family default
16244  
16245 \family sans
16246 toolbar
16247 \family default
16248  or the menu 
16249 \family sans
16250 Edit\SpecialChar \menuseparator
16251 Rows &Columns
16252 \family default
16253 .
16254  To get right alignment, 
16255 \series bold
16256
16257 \backslash
16258 hfill
16259 \begin_inset ERT
16260 status collapsed
16261
16262 \begin_layout Plain Layout
16263
16264
16265 \backslash
16266 spce 
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \series default
16273  is inserted at the beginning of the line.
16274 \end_layout
16275
16276 \begin_layout Standard
16277 The command 
16278 \series bold
16279
16280 \backslash
16281 substack
16282 \series default
16283  is equivalent to 
16284 \series bold
16285
16286 \backslash
16287 subarray
16288 \series default
16289  with the difference that the lines are always centered.
16290 \end_layout
16291
16292 \begin_layout Standard
16293 \begin_inset VSpace bigskip
16294 \end_inset
16295
16296 Like in formula 
16297 \begin_inset CommandInset ref
16298 LatexCommand eqref
16299 reference "eq:substack"
16300
16301 \end_inset
16302
16303  there can be too much space beside an operator, because the characters
16304  following the operator are set beside the limits.
16305 \end_layout
16306
16307 \begin_layout Standard
16308 To avoid this, the following macro can be used in the LaTeX-preamble:
16309 \end_layout
16310
16311 \begin_layout Standard
16312
16313 \series bold
16314
16315 \backslash
16316 def
16317 \backslash
16318 clap#1{
16319 \backslash
16320 hbox to 0pt{
16321 \backslash
16322 hss #1
16323 \backslash
16324 hss}}
16325 \begin_inset Newline newline
16326 \end_inset
16327
16328
16329 \backslash
16330 def
16331 \backslash
16332 mathclap {
16333 \backslash
16334 mathpalette 
16335 \backslash
16336 mathclapinternal}
16337 \begin_inset Newline newline
16338 \end_inset
16339
16340
16341 \backslash
16342 def
16343 \backslash
16344 mathclapinternal #1#2{
16345 \backslash
16346 clap{$
16347 \backslash
16348 mathsurround =0pt #1{#2}$}}
16349 \end_layout
16350
16351 \begin_layout Standard
16352 This defines the command 
16353 \series bold
16354
16355 \backslash
16356 mathclap
16357 \series default
16358
16359 \begin_inset Index idx
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363 Commands ! M ! 
16364 \backslash
16365 mathclap
16366 \end_layout
16367
16368 \end_inset
16369
16370  that sets the width of the limit to 0
16371 \begin_inset space \thinspace{}
16372 \end_inset
16373
16374 pt.
16375  The command scheme is
16376 \end_layout
16377
16378 \begin_layout Standard
16379
16380 \series bold
16381
16382 \backslash
16383 mathclap{limit}
16384 \end_layout
16385
16386 \begin_layout Standard
16387 where the limit can consist of several conditions.
16388 \end_layout
16389
16390 \begin_layout Standard
16391 Applied on formula 
16392 \begin_inset CommandInset ref
16393 LatexCommand eqref
16394 reference "eq:substack"
16395
16396 \end_inset
16397
16398 , one uses the command
16399 \end_layout
16400
16401 \begin_layout Standard
16402
16403 \series bold
16404
16405 \backslash
16406 sum_
16407 \backslash
16408 mathclap{
16409 \backslash
16410 substack
16411 \begin_inset ERT
16412 status collapsed
16413
16414 \begin_layout Plain Layout
16415
16416
16417 \backslash
16418 spce 
16419 \end_layout
16420
16421 \end_inset
16422
16423 0<k<1000 Ctrl+Return
16424 \end_layout
16425
16426 \begin_layout Standard
16427 to create the lower limit.
16428  The summand is now directly behind the summation operator:
16429 \begin_inset Formula 
16430 \[
16431 \sum_{\mathclap{\substack{0<k<1000\\
16432 \\
16433 k\,\in\,\mathbb{N}
16434 }
16435 }}^{n}k^{-2}
16436 \]
16437
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \begin_layout Standard
16444 \begin_inset VSpace bigskip
16445 \end_inset
16446
16447 How to use one limit for several operators is described in 
16448 \begin_inset CommandInset ref
16449 LatexCommand ref
16450 reference "sub:Self-defined-Operators"
16451
16452 \end_inset
16453
16454 .
16455 \end_layout
16456
16457 \begin_layout Subsection
16458 Decoration for Operators
16459 \begin_inset Index idx
16460 status collapsed
16461
16462 \begin_layout Plain Layout
16463 Operators ! Decoration
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \begin_layout Standard
16472 With the commands 
16473 \series bold
16474
16475 \backslash
16476 overset
16477 \series default
16478
16479 \begin_inset Index idx
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483 Commands ! O ! 
16484 \backslash
16485 overset
16486 \end_layout
16487
16488 \end_inset
16489
16490  and 
16491 \series bold
16492
16493 \backslash
16494 underset
16495 \series default
16496
16497 \begin_inset Index idx
16498 status collapsed
16499
16500 \begin_layout Plain Layout
16501 Commands ! U ! 
16502 \backslash
16503 underset
16504 \end_layout
16505
16506 \end_inset
16507
16508  characters can be placed above or below an operator, respectively.
16509  With the command 
16510 \series bold
16511
16512 \backslash
16513 sideset
16514 \series default
16515
16516 \begin_inset Index idx
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 Commands ! S ! 
16521 \backslash
16522 sideset
16523 \end_layout
16524
16525 \end_inset
16526
16527  characters can be set before and behind a big operator.
16528  The command scheme is:
16529 \end_layout
16530
16531 \begin_layout Standard
16532
16533 \series bold
16534
16535 \backslash
16536 sideset{character
16537 \series default
16538  
16539 \series bold
16540 before}{character
16541 \series default
16542  
16543 \series bold
16544 behind}
16545 \end_layout
16546
16547 \begin_layout Standard
16548
16549 \series bold
16550
16551 \backslash
16552 sideset
16553 \series default
16554  must always be before the operator.
16555  You can decorate with several characters and even with other operators
16556  and symbols.
16557  To place for example only characters behind a big operator, write nothing
16558  between the first braces but don't omit the braces.
16559 \end_layout
16560
16561 \begin_layout Standard
16562 For example the command 
16563 \series bold
16564
16565 \backslash
16566 sideset{
16567 \begin_inset Formula $\to$
16568 \end_inset
16569
16570
16571 \backslash
16572 {
16573 \series default
16574 '
16575 \series bold
16576
16577 \begin_inset Formula $\to$
16578 \end_inset
16579
16580
16581 \backslash
16582 sum_k=1
16583 \begin_inset ERT
16584 status collapsed
16585
16586 \begin_layout Plain Layout
16587
16588
16589 \backslash
16590 spce 
16591 \end_layout
16592
16593 \end_inset
16594
16595
16596 \series default
16597 ^
16598 \series bold
16599 n
16600 \series default
16601  produces:
16602 \begin_inset Formula 
16603 \[
16604 \sideset{}{'}\sum_{k=1}^{n}
16605 \]
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Note Greyedout
16614 status open
16615
16616 \begin_layout Plain Layout
16617
16618 \series bold
16619 Note: 
16620 \backslash
16621 sideset
16622 \series default
16623  can only be used to decorate big operators, binary operators are not allowed.
16624 \end_layout
16625
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \begin_layout Standard
16632
16633 \series bold
16634
16635 \backslash
16636 overset
16637 \series default
16638  and 
16639 \series bold
16640
16641 \backslash
16642 underset
16643 \series default
16644  can also be used to decorate symbols and characters.
16645  For example, the command 
16646 \series bold
16647
16648 \backslash
16649 overset
16650 \begin_inset ERT
16651 status collapsed
16652
16653 \begin_layout Plain Layout
16654
16655
16656 \backslash
16657 spce 
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \backslash
16664 maltese
16665 \begin_inset ERT
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669
16670
16671 \backslash
16672 spce 
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \series default
16679
16680 \begin_inset Formula $\uparrow$
16681 \end_inset
16682
16683
16684 \series bold
16685 a
16686 \series default
16687  produces:
16688 \begin_inset Formula 
16689 \[
16690 \overset{a}{\maltese}
16691 \]
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Subsection
16699 Binary Operators
16700 \begin_inset CommandInset label
16701 LatexCommand label
16702 name "sub:Binary-Operators"
16703
16704 \end_inset
16705
16706
16707 \begin_inset Index idx
16708 status collapsed
16709
16710 \begin_layout Plain Layout
16711 Operators ! binary
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 Binary operators are surrounded by space when there is a character before
16721  and after them.
16722 \begin_inset VSpace medskip
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 \begin_inset space \hfill{}
16730 \end_inset
16731
16732
16733 \begin_inset Tabular
16734 <lyxtabular version="3" rows="13" columns="2">
16735 <features rotate="0" tabularvalignment="middle">
16736 <column alignment="center" valignment="top" width="0pt">
16737 <column alignment="center" valignment="top" width="0pt">
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 Command
16744 \begin_inset Note Note
16745 status collapsed
16746
16747 \begin_layout Plain Layout
16748
16749 \series bold
16750
16751 \backslash
16752 raisebox
16753 \series default
16754  is only used as spacer.
16755 \end_layout
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 Result
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 +
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset Formula $+$
16789 \end_inset
16790
16791
16792 \end_layout
16793
16794 \end_inset
16795 </cell>
16796 </row>
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 -
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $-$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 pm
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\pm$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 mp
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\mp$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 cdot
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\cdot$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 times
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\times$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 div
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\div$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset ERT
16951 status collapsed
16952
16953 \begin_layout Plain Layout
16954
16955
16956 \backslash
16957 raisebox{-1.2mm}{
16958 \end_layout
16959
16960 \end_inset
16961
16962 *
16963 \begin_inset ERT
16964 status collapsed
16965
16966 \begin_layout Plain Layout
16967
16968 }
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $*$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 star
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\star$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 circ
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\circ$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \backslash
17048 diamond
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\diamond$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \backslash
17073 bullet
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 \begin_inset Formula $\bullet$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 </lyxtabular>
17092
17093 \end_inset
17094
17095
17096 \begin_inset space \hfill{}
17097 \end_inset
17098
17099
17100 \begin_inset Tabular
17101 <lyxtabular version="3" rows="13" columns="2">
17102 <features rotate="0" tabularvalignment="middle">
17103 <column alignment="center" valignment="top" width="0pt">
17104 <column alignment="center" valignment="top" width="0pt">
17105 <row>
17106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 Command
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 Result
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 nabla
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\nabla$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 bigtriangledown
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\bigtriangledown$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \backslash
17182 bigtriangleup
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\bigtriangleup$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 </row>
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \backslash
17207 Box
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 \begin_inset Formula $\Box$
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \backslash
17232 cap 
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\cap$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \backslash
17257 cup
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Formula $\cup$
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \backslash
17282 dagger
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $\dagger$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \backslash
17307 ddagger
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Formula $\ddagger$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 wr
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\wr$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 bigcirc
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\bigcirc$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 wedge
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\wedge$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 <row>
17401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405
17406 \backslash
17407 vee
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset Formula $\vee$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 </lyxtabular>
17426
17427 \end_inset
17428
17429
17430 \begin_inset space \hfill{}
17431 \end_inset
17432
17433
17434 \begin_inset Tabular
17435 <lyxtabular version="3" rows="13" columns="2">
17436 <features rotate="0" tabularvalignment="middle">
17437 <column alignment="center" valignment="top" width="0pt">
17438 <column alignment="center" valignment="top" width="0pt">
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 Command
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 Result
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 oplus
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\oplus$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 ominus
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\ominus$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 <row>
17510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514
17515 \backslash
17516 otimes
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 \begin_inset Formula $\otimes$
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \backslash
17541 oslash
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550 \begin_inset Formula $\oslash$
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 </row>
17559 <row>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \backslash
17566 odot
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset Formula $\odot$
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 <row>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589
17590 \backslash
17591 amalg
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600 \begin_inset Formula $\amalg$
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 uplus
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\uplus$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 <row>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \backslash
17641 setminus
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Formula $\setminus$
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 </row>
17659 <row>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \backslash
17666 sqcap
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\sqcap$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 </row>
17684 <row>
17685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17686 \begin_inset Text
17687
17688 \begin_layout Plain Layout
17689
17690 \backslash
17691 sqcup
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Formula $\sqcup$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \backslash
17716 triangleleft
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\triangleleft$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 </row>
17734 <row>
17735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \backslash
17741 triangleright
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 \begin_inset Formula $\triangleright$
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 </row>
17759 </lyxtabular>
17760
17761 \end_inset
17762
17763
17764 \begin_inset space \hfill{}
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Standard
17771 All binary operators can also be inserted via the math toolbar button 
17772 \begin_inset Graphics
17773         filename ../images/math/pm.png
17774         scale 85
17775
17776 \end_inset
17777
17778 .
17779 \end_layout
17780
17781 \begin_layout Standard
17782 To typeset the Laplace operator also 
17783 \series bold
17784
17785 \backslash
17786 Delta
17787 \series default
17788  or 
17789 \series bold
17790
17791 \backslash
17792 nabla
17793 \series default
17794 ^
17795 \series bold
17796 2
17797 \series default
17798  (
17799 \begin_inset Formula $\nabla^{2}$
17800 \end_inset
17801
17802 ) can be used instead of 
17803 \series bold
17804
17805 \backslash
17806 bigtriangleup
17807 \series default
17808  .
17809 \end_layout
17810
17811 \begin_layout Standard
17812 The character 
17813 \family sans
17814 Menu Separator
17815 \family default
17816  from the menu 
17817 \family sans
17818 Insert\SpecialChar \menuseparator
17819 Special Character
17820 \family default
17821  is the operator 
17822 \series bold
17823
17824 \backslash
17825 triangleright
17826 \series default
17827 .
17828 \end_layout
17829
17830 \begin_layout Subsection
17831 Self-defined Operators
17832 \begin_inset CommandInset label
17833 LatexCommand label
17834 name "sub:Self-defined-Operators"
17835
17836 \end_inset
17837
17838
17839 \begin_inset Index idx
17840 status collapsed
17841
17842 \begin_layout Plain Layout
17843 Operators ! self-defined
17844 \end_layout
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \begin_layout Standard
17852 With the help of the command 
17853 \series bold
17854
17855 \backslash
17856 DeclareMathOperator
17857 \series default
17858
17859 \begin_inset Index idx
17860 status collapsed
17861
17862 \begin_layout Plain Layout
17863 Commands ! D ! 
17864 \backslash
17865 dbinom@
17866 \backslash
17867 DeclareMathOperator
17868 \end_layout
17869
17870 \end_inset
17871
17872  custom operators can be defined in the LaTeX-preamble.
17873  Its command scheme is:
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 DeclareMathOperator{new command}{display}
17882 \end_layout
17883
17884 \begin_layout Standard
17885 Display can be characters or symbols that define how the operator looks
17886  in the output.
17887  To define a big operator a * is set behind the command.
17888  All self-defined big operators can have limits as described in 
17889 \begin_inset CommandInset ref
17890 LatexCommand ref
17891 reference "sub:Operator-Limits"
17892
17893 \end_inset
17894
17895 .
17896 \end_layout
17897
17898 \begin_layout Standard
17899 For example the LaTeX-preamble line
17900 \end_layout
17901
17902 \begin_layout Standard
17903
17904 \series bold
17905
17906 \backslash
17907 DeclareMathOperator*{
17908 \backslash
17909 Lozenge}{
17910 \backslash
17911 blacklozenge}
17912 \end_layout
17913
17914 \begin_layout Standard
17915 defines the command 
17916 \series bold
17917
17918 \backslash
17919 Lozenge
17920 \series default
17921 , that inserts a big operator consisting of the lozenge symbol from 
17922 \begin_inset CommandInset ref
17923 LatexCommand ref
17924 reference "sub:Miscellaneous-Symbols"
17925
17926 \end_inset
17927
17928 :
17929 \begin_inset Formula 
17930 \[
17931 \Lozenge_{n=1}^{\infty}
17932 \]
17933
17934 \end_inset
17935
17936 The command for this formula is: 
17937 \series bold
17938
17939 \backslash
17940 Lozenge
17941 \series default
17942 ^
17943 \series bold
17944
17945 \backslash
17946 infty
17947 \begin_inset Formula $\to$
17948 \end_inset
17949
17950 _n=1
17951 \end_layout
17952
17953 \begin_layout Standard
17954 \begin_inset VSpace bigskip
17955 \end_inset
17956
17957 When self-defined operators are not used several times in the document,
17958  they can also be defined with the commands 
17959 \series bold
17960
17961 \backslash
17962 mathop
17963 \series default
17964
17965 \begin_inset Index idx
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969 Commands ! M ! 
17970 \backslash
17971 mathop
17972 \end_layout
17973
17974 \end_inset
17975
17976  and 
17977 \series bold
17978
17979 \backslash
17980 mathbin
17981 \series default
17982
17983 \begin_inset Index idx
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987 Commands ! M ! 
17988 \backslash
17989 mathbin
17990 \end_layout
17991
17992 \end_inset
17993
17994 , which have the following scheme:
17995 \end_layout
17996
17997 \begin_layout Standard
17998
17999 \series bold
18000
18001 \backslash
18002 mathop{display}
18003 \series default
18004  and 
18005 \series bold
18006
18007 \backslash
18008 mathbin{display}
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 mathop
18017 \series default
18018  defines big operators, 
18019 \series bold
18020
18021 \backslash
18022 mathbin
18023 \series default
18024  binary operators.
18025 \end_layout
18026
18027 \begin_layout Standard
18028
18029 \series bold
18030
18031 \backslash
18032 mathop
18033 \series default
18034  can e.
18035 \begin_inset space \thinspace{}
18036 \end_inset
18037
18038 g.
18039 \begin_inset space \space{}
18040 \end_inset
18041
18042 be used to use one limit for several operators:
18043 \end_layout
18044
18045 \begin_layout Standard
18046 \begin_inset Formula 
18047 \[
18048 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18049 \]
18050
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \begin_layout Standard
18057 The command for the formula above is:
18058 \begin_inset Newline newline
18059 \end_inset
18060
18061
18062 \series bold
18063
18064 \backslash
18065 mathop{
18066 \backslash
18067 sum
18068 \backslash
18069 negmedspace
18070 \backslash
18071 sum
18072 \series default
18073
18074 \begin_inset ERT
18075 status collapsed
18076
18077 \begin_layout Plain Layout
18078
18079
18080 \backslash
18081 spce 
18082 \end_layout
18083
18084 \end_inset
18085
18086
18087 \series bold
18088
18089 \begin_inset Formula $\to$
18090 \end_inset
18091
18092 ^N
18093 \series default
18094
18095 \begin_inset ERT
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099
18100
18101 \backslash
18102 spce 
18103 \end_layout
18104
18105 \end_inset
18106
18107
18108 \series bold
18109 _i,j=1
18110 \end_layout
18111
18112 \begin_layout Section
18113 Fonts
18114 \begin_inset Index idx
18115 status collapsed
18116
18117 \begin_layout Plain Layout
18118 Fonts
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Subsection
18127 Font Styles
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "sub:Font-Styles"
18131
18132 \end_inset
18133
18134
18135 \begin_inset Index idx
18136 status collapsed
18137
18138 \begin_layout Plain Layout
18139 Font ! style
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Latin letters in formulas can be set in one of the following font styles:
18149 \begin_inset VSpace -2mm
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156 \align center
18157 \begin_inset Tabular
18158 <lyxtabular version="3" rows="7" columns="3">
18159 <features rotate="0" tabularvalignment="middle">
18160 <column alignment="center" valignment="top">
18161 <column alignment="center" valignment="top">
18162 <column alignment="center" valignment="top">
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 Command
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 Result
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186 shortcut
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 </row>
18192 <row>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197
18198 \backslash
18199 mathbb
18200 \series bold
18201
18202 \begin_inset ERT
18203 status collapsed
18204
18205 \begin_layout Plain Layout
18206
18207
18208 \backslash
18209 spce 
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \series default
18216 ABC
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 \begin_inset Formula $\mathbb{ABC}$
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 \begin_inset Info
18238 type  "shortcuts"
18239 arg   "font-noun"
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \backslash
18255 mathbf
18256 \series bold
18257
18258 \begin_inset ERT
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 spce 
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \series default
18272 AbC
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\mathbf{AbC}$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 \begin_inset Info
18294 type  "shortcuts"
18295 arg   "font-bold"
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 </row>
18304 <row>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309
18310 \backslash
18311 boldsymbol
18312 \series bold
18313
18314 \begin_inset ERT
18315 status collapsed
18316
18317 \begin_layout Plain Layout
18318
18319
18320 \backslash
18321 spce 
18322 \end_layout
18323
18324 \end_inset
18325
18326
18327 \series default
18328 AbC
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 \begin_inset Formula $\boldsymbol{AbC}$
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Info
18350 type  "shortcuts"
18351 arg   "font-boldsymbol"
18352 \end_inset
18353
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 <row>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \backslash
18367 mathcal
18368 \series bold
18369
18370 \begin_inset ERT
18371 status collapsed
18372
18373 \begin_layout Plain Layout
18374
18375
18376 \backslash
18377 spce 
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \series default
18384 ABC
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 \begin_inset Formula $\mathcal{ABC}$
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Info
18406 type  "shortcuts"
18407 arg   "font-emph"
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 </row>
18416 <row>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \backslash
18423 mathfrak
18424 \series bold
18425
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 spce 
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \series default
18440 AbC
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 \begin_inset Formula $\mathfrak{AbC}$
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 -
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 </row>
18467 <row>
18468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \backslash
18474 mathscr
18475 \series bold
18476
18477 \begin_inset ERT
18478 status collapsed
18479
18480 \begin_layout Plain Layout
18481
18482
18483 \backslash
18484 spce 
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \series default
18491 AbC
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 \begin_inset Formula $\mathscr{AbC}$
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 -
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 </lyxtabular>
18519
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \begin_layout Standard
18526 \align center
18527 \begin_inset Tabular
18528 <lyxtabular version="3" rows="5" columns="3">
18529 <features rotate="0" tabularvalignment="middle">
18530 <column alignment="center" valignment="top">
18531 <column alignment="center" valignment="top">
18532 <column alignment="center" valignment="top">
18533 <row>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 Command
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 Result
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 shortcut
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 </row>
18562 <row>
18563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567
18568 \backslash
18569 mathit
18570 \series bold
18571
18572 \begin_inset ERT
18573 status collapsed
18574
18575 \begin_layout Plain Layout
18576
18577
18578 \backslash
18579 spce 
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \series default
18586 AbC
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 \begin_inset Formula $\mathit{AbC}$
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 -
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618
18619 \backslash
18620 mathrm
18621 \series bold
18622
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 spce 
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \series default
18637 AbC
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 \begin_inset Formula $\mathrm{AbC}$
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 \begin_inset Info
18659 type  "shortcuts"
18660 arg   "font-roman"
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \backslash
18676 mathsf
18677 \series bold
18678
18679 \begin_inset ERT
18680 status collapsed
18681
18682 \begin_layout Plain Layout
18683
18684
18685 \backslash
18686 spce 
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \series default
18693 AbC
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 \begin_inset Formula $\mathsf{AbC}$
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 \begin_inset Info
18715 type  "shortcuts"
18716 arg   "font-sans"
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 </row>
18725 <row>
18726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18727 \begin_inset Text
18728
18729 \begin_layout Plain Layout
18730
18731 \backslash
18732 mathtt
18733 \series bold
18734
18735 \begin_inset ERT
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739
18740
18741 \backslash
18742 spce 
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \series default
18749 AbC
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758 \begin_inset Formula $\mathtt{AbC}$
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 \begin_inset Info
18771 type  "shortcuts"
18772 arg   "font-typewriter"
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 </lyxtabular>
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 \begin_inset Note Greyedout
18790 status open
18791
18792 \begin_layout Plain Layout
18793
18794 \series bold
18795 Note:
18796 \series default
18797  The styles 
18798 \series bold
18799
18800 \backslash
18801 mathbb
18802 \series default
18803  and 
18804 \series bold
18805
18806 \backslash
18807 mathcal
18808 \series default
18809  can only be used for big letters.
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818 Predefined is the style 
18819 \series bold
18820
18821 \backslash
18822 mathnormal
18823 \series default
18824 .
18825 \end_layout
18826
18827 \begin_layout Standard
18828 The style commands work also for letters in mathematical constructs:
18829 \begin_inset Formula 
18830 \[
18831 \mathfrak{A=\frac{b}{C}}
18832 \]
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Characters in mathematical text don't appear in a math font style but in
18841  the text font style 
18842 \series bold
18843
18844 \backslash
18845 textrm
18846 \series default
18847 .
18848  That their style can't be set correctly via the text style dialog is a
18849  bug in LyX.
18850 \begin_inset Foot
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854 \begin_inset CommandInset href
18855 LatexCommand href
18856 name "LyX-bug #4629"
18857 target "http://www.lyx.org/trac/ticket/4629"
18858
18859 \end_inset
18860
18861
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Standard
18870 Instead of the style commands the dialog 
18871 \family sans
18872 Edit\SpecialChar \menuseparator
18873 Math\SpecialChar \menuseparator
18874 Text Style
18875 \family default
18876  or the toolbar button 
18877 \begin_inset Graphics
18878         filename ../images/math/font.png
18879         scale 85
18880
18881 \end_inset
18882
18883  can be used.
18884 \end_layout
18885
18886 \begin_layout Subsection
18887 Bold Formulas
18888 \begin_inset CommandInset label
18889 LatexCommand label
18890 name "sub:Bold-Formulas"
18891
18892 \end_inset
18893
18894
18895 \begin_inset Index idx
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899 Formula ! bold
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 To make a complete formula bold, the command 
18909 \series bold
18910
18911 \backslash
18912 mathbf
18913 \series default
18914  from the previous subsection cannot be used, because it doesn't work for
18915  small Greek letters.
18916  Furthermore it prints Latin letters always upright, like in the following
18917  equation:
18918 \end_layout
18919
18920 \begin_layout Standard
18921 \begin_inset Formula 
18922 \[
18923 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18924 \]
18925
18926 \end_inset
18927
18928
18929 \end_layout
18930
18931 \begin_layout Standard
18932 To display the formula correctly, the command 
18933 \series bold
18934
18935 \backslash
18936 boldsymbol
18937 \series default
18938  is used:
18939 \begin_inset Formula 
18940 \[
18941 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18942 \]
18943
18944 \end_inset
18945
18946 It is also possible to set the formula in a 
18947 \series bold
18948 boldmath environment
18949 \series default
18950 .
18951  This environment is created by inserting the command 
18952 \series bold
18953
18954 \backslash
18955 boldmath
18956 \series default
18957
18958 \begin_inset Index idx
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 Commands ! B ! 
18963 \backslash
18964 boldmath
18965 \end_layout
18966
18967 \end_inset
18968
18969  in TeX-mode.
18970  To end the environment, the command 
18971 \series bold
18972
18973 \backslash
18974 unboldmath
18975 \series default
18976
18977 \begin_inset Index idx
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981 Commands ! U ! 
18982 \backslash
18983 unboldmath
18984 \end_layout
18985
18986 \end_inset
18987
18988  is inserted in TeX-mode.
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 boldmath 
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \begin_inset Formula 
19003 \[
19004 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19005 \]
19006
19007 \end_inset
19008
19009
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014
19015
19016 \backslash
19017 unboldmath 
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Subsection
19026 Colored Formulas
19027 \begin_inset Index idx
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031 Formula ! colored
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Standard
19040 Formulas can be colored like normal text: Highlight a formula or a formula
19041  part and use the 
19042 \family sans
19043 Text Style
19044 \family default
19045  dialog.
19046  Here is a formula in magenta:
19047 \begin_inset Formula 
19048 \[
19049 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19050 \]
19051
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \begin_layout Standard
19058 You can also define your own colors as described in 
19059 \begin_inset CommandInset ref
19060 LatexCommand ref
19061 reference "sub:Colored-Boxes"
19062
19063 \end_inset
19064
19065 .
19066  They can be used with the TeX code command 
19067 \series bold
19068
19069 \backslash
19070 textcolor
19071 \series default
19072
19073 \begin_inset Index idx
19074 status collapsed
19075
19076 \begin_layout Plain Layout
19077 Commands ! T ! 
19078 \backslash
19079 textcolor
19080 \end_layout
19081
19082 \end_inset
19083
19084  in the scheme
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 textcolor{color}{characters or formula}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 The following example was colored completely dark green and partly red:
19097 \end_layout
19098
19099 \begin_layout Standard
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105
19106 \backslash
19107 textcolor{darkgreen}{
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset Formula 
19114 \[
19115 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19116 \]
19117
19118 \end_inset
19119
19120
19121 \begin_inset ERT
19122 status collapsed
19123
19124 \begin_layout Plain Layout
19125
19126 }
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 Due to a bug in LyX only complete formulas can be colored with self-defined
19136  colors.
19137 \begin_inset Foot
19138 status collapsed
19139
19140 \begin_layout Plain Layout
19141 \begin_inset CommandInset href
19142 LatexCommand href
19143 name "LyX-bug #5269"
19144 target "http://www.lyx.org/trac/ticket/5269"
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Subsection
19157 Font Sizes
19158 \begin_inset CommandInset label
19159 LatexCommand label
19160 name "sub:Font-Sizes"
19161
19162 \end_inset
19163
19164
19165 \begin_inset Index idx
19166 status collapsed
19167
19168 \begin_layout Plain Layout
19169 Font ! size
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 For characters in formulas there are, analog to characters in text, the
19179  following size commands:
19180 \end_layout
19181
19182 \begin_layout Standard
19183
19184 \series bold
19185
19186 \backslash
19187 Huge
19188 \series default
19189
19190 \series bold
19191
19192 \backslash
19193 huge
19194 \series default
19195
19196 \series bold
19197
19198 \backslash
19199 LARGE
19200 \series default
19201
19202 \series bold
19203
19204 \backslash
19205 Large
19206 \series default
19207
19208 \series bold
19209
19210 \backslash
19211 large
19212 \series default
19213
19214 \series bold
19215
19216 \backslash
19217 normalsize
19218 \series default
19219
19220 \series bold
19221
19222 \backslash
19223 small
19224 \series default
19225 ,
19226 \begin_inset Newline newline
19227 \end_inset
19228
19229
19230 \series bold
19231
19232 \backslash
19233 footnotesize
19234 \series default
19235
19236 \series bold
19237
19238 \backslash
19239 scriptsize
19240 \series default
19241  and 
19242 \series bold
19243
19244 \backslash
19245 tiny
19246 \end_layout
19247
19248 \begin_layout Standard
19249 The size produced by the commands depends on the document font size, which
19250  corresponds to the command 
19251 \series bold
19252
19253 \backslash
19254 normalsize
19255 \series default
19256 .
19257  The other commands produce smaller or larger sizes than 
19258 \series bold
19259
19260 \backslash
19261 normalsize
19262 \series default
19263 .
19264  The font size can however not exceed a certain value.
19265  Is for example the document font size 12
19266 \begin_inset space \thinspace{}
19267 \end_inset
19268
19269 pt, the command 
19270 \series bold
19271
19272 \backslash
19273 Huge
19274 \series default
19275  switches to the same size as 
19276 \series bold
19277
19278 \backslash
19279 huge
19280 \series default
19281 .
19282  
19283 \end_layout
19284
19285 \begin_layout Standard
19286 A size command is inserted in TeX-mode before the formula and sets the size
19287  for all following formula and text characters.
19288  To switch back to the initial size, the command 
19289 \series bold
19290
19291 \backslash
19292 normalsize
19293 \series default
19294  is inserted behind the formula in TeX-mode.
19295 \end_layout
19296
19297 \begin_layout Standard
19298 Within a formula the size can be changed using the following size commands:
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \noindent
19303 \align center
19304 \begin_inset Tabular
19305 <lyxtabular version="3" rows="5" columns="2">
19306 <features rotate="0" tabularvalignment="middle">
19307 <column alignment="center" valignment="top">
19308 <column alignment="center" valignment="top">
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 Command
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 Result
19324 \begin_inset Note Note
19325 status collapsed
19326
19327 \begin_layout Plain Layout
19328
19329 \series bold
19330
19331 \backslash
19332 raisebox
19333 \series default
19334  is only used as spacer.
19335 \end_layout
19336
19337 \end_inset
19338
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 </row>
19345 <row>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350
19351 \backslash
19352 displaystyle
19353 \begin_inset Index idx
19354 status collapsed
19355
19356 \begin_layout Plain Layout
19357 Commands ! D ! 
19358 \backslash
19359 displaystyle
19360 \end_layout
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 textstyle
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 scriptstyle
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 scriptscriptstyle
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 </lyxtabular>
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 After entering these commands, a blue box appears in which the formula parts
19466  are inserted.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 There is a further method to change the font size, that though only works
19471  for symbols or letters in mathematical text.
19472  To use it, one of the above text size commands is inserted in mathematical
19473  text.
19474  All following characters until the end of the mathematical text or until
19475  another size command will have the selected size.
19476  Two examples:
19477 \begin_inset VSpace -2mm
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \begin_layout Standard
19484 \begin_inset ERT
19485 status collapsed
19486
19487 \begin_layout Plain Layout
19488
19489
19490 \backslash
19491 huge 
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \begin_inset Formula 
19498 \[
19499 A=\frac{B}{c}\cdot\maltese
19500 \]
19501
19502 \end_inset
19503
19504
19505 \begin_inset Formula 
19506 \[
19507 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19508 \]
19509
19510 \end_inset
19511
19512
19513 \begin_inset ERT
19514 status collapsed
19515
19516 \begin_layout Plain Layout
19517
19518
19519 \backslash
19520 normalsize 
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset VSpace medskip
19530 \end_inset
19531
19532 Before both formulas the command 
19533 \series bold
19534
19535 \backslash
19536 huge
19537 \series default
19538  was inserted.
19539  The command for the second formula is:
19540 \begin_inset Newline newline
19541 \end_inset
19542
19543
19544 \series bold
19545
19546 \backslash
19547 maltese
19548 \begin_inset ERT
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552
19553
19554 \backslash
19555 spce 
19556 \end_layout
19557
19558 \end_inset
19559
19560 A Alt+M M 
19561 \backslash
19562 Large
19563 \begin_inset ERT
19564 status collapsed
19565
19566 \begin_layout Plain Layout
19567
19568
19569 \backslash
19570 spce 
19571 \end_layout
19572
19573 \end_inset
19574
19575
19576 \backslash
19577 maltese
19578 \begin_inset ERT
19579 status collapsed
19580
19581 \begin_layout Plain Layout
19582
19583
19584 \backslash
19585 spce 
19586 \end_layout
19587
19588 \end_inset
19589
19590
19591 \backslash
19592 textit
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598
19599 \backslash
19600 spce 
19601 \end_layout
19602
19603 \end_inset
19604
19605 A
19606 \begin_inset Formula $\to$
19607 \end_inset
19608
19609
19610 \begin_inset Formula $\to$
19611 \end_inset
19612
19613
19614 \begin_inset Newline newline
19615 \end_inset
19616
19617
19618 \begin_inset space \hspace*{}
19619 \length 1cm
19620 \end_inset
19621
19622 Alt+M
19623 \series default
19624  
19625 \series bold
19626
19627 \backslash
19628 tiny
19629 \begin_inset ERT
19630 status collapsed
19631
19632 \begin_layout Plain Layout
19633
19634
19635 \backslash
19636 spce 
19637 \end_layout
19638
19639 \end_inset
19640
19641
19642 \backslash
19643 maltese
19644 \begin_inset ERT
19645 status collapsed
19646
19647 \begin_layout Plain Layout
19648
19649
19650 \backslash
19651 spce 
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \backslash
19658 textit
19659 \begin_inset ERT
19660 status collapsed
19661
19662 \begin_layout Plain Layout
19663
19664
19665 \backslash
19666 spce 
19667 \end_layout
19668
19669 \end_inset
19670
19671 A
19672 \end_layout
19673
19674 \begin_layout Standard
19675 If a symbol cannot be displayed in different sizes, it will always be displayed
19676  in the default size.
19677 \end_layout
19678
19679 \begin_layout Section
19680 Greek Letters
19681 \begin_inset Index idx
19682 status collapsed
19683
19684 \begin_layout Plain Layout
19685 Greek letters
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \begin_layout Standard
19694 Greek letters can also be inserted via the toolbar button 
19695 \begin_inset Graphics
19696         filename ../images/math/alpha.png
19697         scale 85
19698
19699 \end_inset
19700
19701 .
19702  All international typesetting norms purport that Greek letters in math
19703  have to be typeset italic/slanted.
19704  In some languages, like French or Russian, they are nevertheless sometimes
19705  typeset upright.
19706 \end_layout
19707
19708 \begin_layout Subsection
19709 Small Letters
19710 \begin_inset Index idx
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714 Greek letters ! small
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \begin_layout Standard
19723 \begin_inset space \hfill{}
19724 \end_inset
19725
19726
19727 \begin_inset Tabular
19728 <lyxtabular version="3" rows="11" columns="2">
19729 <features rotate="0" tabularvalignment="middle">
19730 <column alignment="center" valignment="top" width="0pt">
19731 <column alignment="center" valignment="top" width="0pt">
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 Command
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 Result
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 alpha
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\alpha$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 beta
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\beta$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 gamma
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\gamma$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 delta
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\delta$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 epsilon
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\epsilon$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 varepsilon
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\varepsilon$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 zeta
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\zeta$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 eta
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\eta$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 theta
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset Formula $\theta$
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 <row>
19978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982
19983 \backslash
19984 vartheta
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993 \begin_inset Formula $\vartheta$
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 </row>
20002 </lyxtabular>
20003
20004 \end_inset
20005
20006
20007 \begin_inset space \hfill{}
20008 \end_inset
20009
20010
20011 \begin_inset Tabular
20012 <lyxtabular version="3" rows="12" columns="2">
20013 <features rotate="0" tabularvalignment="middle">
20014 <column alignment="center" valignment="top" width="0pt">
20015 <column alignment="center" valignment="top" width="0pt">
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 Command
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 Result
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 iota
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\iota$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 kappa
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\kappa$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 varkappa
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\varkappa$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 lambda
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\lambda$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 mu
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\mu$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 nu
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\nu$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \backslash
20193 xi
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\xi$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 o
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $o$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 pi
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\pi$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 varpi
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $\varpi$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 <row>
20285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289
20290 \backslash
20291 rho
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 \begin_inset Formula $\rho$
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 </lyxtabular>
20310
20311 \end_inset
20312
20313
20314 \begin_inset space \hfill{}
20315 \end_inset
20316
20317
20318 \begin_inset Tabular
20319 <lyxtabular version="3" rows="11" columns="2">
20320 <features rotate="0" tabularvalignment="middle">
20321 <column alignment="center" valignment="top" width="0pt">
20322 <column alignment="center" valignment="top" width="0pt">
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 Command
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 Result
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 varrho
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\varrho$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 sigma
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\sigma$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 varsigma
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\varsigma$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 tau
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\tau$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 upsilon
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\upsilon$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 phi
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\phi$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 varphi
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\varphi$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \backslash
20525 chi
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\chi$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 psi
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\psi$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 omega
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\omega$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 </lyxtabular>
20594
20595 \end_inset
20596
20597
20598 \begin_inset space \hfill{}
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \begin_layout Standard
20605 \begin_inset VSpace medskip
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 How to create special upright Greek letters is explained in 
20613 \begin_inset CommandInset ref
20614 LatexCommand ref
20615 reference "sub:Upright-small-Greek"
20616
20617 \end_inset
20618
20619 .
20620 \end_layout
20621
20622 \begin_layout Subsection
20623 Big Letters
20624 \begin_inset Index idx
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628 Greek letters ! big
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \begin_layout Standard
20637 \begin_inset space \hfill{}
20638 \end_inset
20639
20640
20641 \begin_inset Tabular
20642 <lyxtabular version="3" rows="7" columns="2">
20643 <features rotate="0" tabularvalignment="middle">
20644 <column alignment="center" valignment="top" width="0pt">
20645 <column alignment="center" valignment="top" width="0pt">
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Command
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 Result
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 Gamma
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\Gamma$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 Delta
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\Delta$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 Theta
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\Theta$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 Lambda
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\Lambda$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 Xi
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\Xi$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 Pi
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\Pi$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 </lyxtabular>
20817
20818 \end_inset
20819
20820
20821 \begin_inset space \hfill{}
20822 \end_inset
20823
20824
20825 \begin_inset Tabular
20826 <lyxtabular version="3" rows="6" columns="2">
20827 <features rotate="0" tabularvalignment="middle">
20828 <column alignment="center" valignment="top" width="0pt">
20829 <column alignment="center" valignment="top" width="0pt">
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 Command
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844 Result
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855
20856 \backslash
20857 Sigma
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $\Sigma$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \backslash
20882 Upsilon
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 \begin_inset Formula $\Upsilon$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \backslash
20907 Phi
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\Phi$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 Psi
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $\Psi$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 <row>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955
20956 \backslash
20957 Omega
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 \begin_inset Formula $\Omega$
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 </row>
20975 </lyxtabular>
20976
20977 \end_inset
20978
20979
20980 \begin_inset space \hfill{}
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Standard
20987 \begin_inset VSpace medskip
20988 \end_inset
20989
20990 That the big Greek letters appear upright is caused by a design bug when
20991  TeX was developed.
20992  To get correct italic big letters, begin every command with 
20993 \series bold
20994 var
20995 \series default
20996 .
20997  For example the command 
20998 \series bold
20999
21000 \backslash
21001 varGamma
21002 \series default
21003  produces 
21004 \begin_inset Formula $\varGamma$
21005 \end_inset
21006
21007 .
21008  Another way is to load the package 
21009 \series bold
21010 fixmath
21011 \series default
21012
21013 \begin_inset Foot
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017
21018 \series bold
21019 fixmath
21020 \series default
21021  is part of the LaTeX-package 
21022 \series bold
21023 was
21024 \series default
21025
21026 \begin_inset Index idx
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030 Packages ! was
21031 \begin_inset ERT
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035
21036
21037 \backslash
21038 vspace{4mm}
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047
21048 .
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \begin_inset Index idx
21055 status collapsed
21056
21057 \begin_layout Plain Layout
21058 Packages ! fixmath
21059 \end_layout
21060
21061 \end_inset
21062
21063  with the LaTeX-preamble line
21064 \end_layout
21065
21066 \begin_layout Standard
21067
21068 \series bold
21069
21070 \backslash
21071 usepackage{fixmath}
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Then all big Greek letters in a document will automatically be typeset italic.
21076 \end_layout
21077
21078 \begin_layout Subsection
21079 Bold Letters
21080 \begin_inset Index idx
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 Greek letters ! bold
21085 \end_layout
21086
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \begin_layout Standard
21093 Greek letters cannot be set with different font styles like Latin letters.
21094  They can only be made bold with the command 
21095 \series bold
21096
21097 \backslash
21098 boldsymbol
21099 \series default
21100
21101 \begin_inset Index idx
21102 status collapsed
21103
21104 \begin_layout Plain Layout
21105 Commands ! B ! 
21106 \backslash
21107 boldsymbol
21108 \end_layout
21109
21110 \end_inset
21111
21112 .
21113 \end_layout
21114
21115 \begin_layout Standard
21116 \align center
21117 \begin_inset Tabular
21118 <lyxtabular version="3" rows="3" columns="2">
21119 <features rotate="0" tabularvalignment="middle">
21120 <column alignment="center" valignment="top">
21121 <column alignment="center" valignment="top">
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 Command
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 Result
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147
21148 \backslash
21149 Upsilon
21150 \backslash
21151 boldsymbol
21152 \backslash
21153 Upsilon
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 theta
21179 \backslash
21180 boldsymbol
21181 \backslash
21182 theta
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\theta\boldsymbol{\theta}$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 </lyxtabular>
21201
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \begin_layout Section
21208 Symbols
21209 \begin_inset ERT
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213
21214
21215 \backslash
21216 texorpdfstring{
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \begin_inset Foot
21223 status collapsed
21224
21225 \begin_layout Plain Layout
21226 A list with all symbols of most of the LaTeX-packages can be found in 
21227 \begin_inset CommandInset citation
21228 LatexCommand cite
21229 key "Symbols"
21230
21231 \end_inset
21232
21233 .
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset ERT
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243
21244 }{}
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \begin_inset Note Note
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254
21255 \backslash
21256 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21257 \end_layout
21258
21259 \begin_layout Plain Layout
21260 More about 
21261 \backslash
21262 texorpdfstring is in section 
21263 \begin_inset CommandInset ref
21264 LatexCommand ref
21265 reference "sub:Formulas-in-Section"
21266
21267 \end_inset
21268
21269 .
21270 \end_layout
21271
21272 \end_inset
21273
21274
21275 \begin_inset Index idx
21276 status collapsed
21277
21278 \begin_layout Plain Layout
21279 Symbols
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288 Many of the symbols listed in this section can also be inserted via the
21289  toolbar buttons 
21290 \begin_inset Graphics
21291         filename ../images/math/nabla.png
21292         scale 85
21293
21294 \end_inset
21295
21296  and 
21297 \begin_inset Graphics
21298         filename ../images/math/digamma.png
21299         scale 85
21300
21301 \end_inset
21302
21303 .
21304 \end_layout
21305
21306 \begin_layout Subsection
21307 Mathematical Symbols
21308 \begin_inset CommandInset label
21309 LatexCommand label
21310 name "sub:Mathematical-Symbols"
21311
21312 \end_inset
21313
21314
21315 \begin_inset Index idx
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319 Symbols ! mathematical
21320 \end_layout
21321
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 \begin_inset space \hfill{}
21329 \end_inset
21330
21331
21332 \begin_inset Tabular
21333 <lyxtabular version="3" rows="10" columns="2">
21334 <features rotate="0" tabularvalignment="middle">
21335 <column alignment="center" valignment="top" width="0pt">
21336 <column alignment="center" valignment="top" width="0pt">
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 Command
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 Result
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 neg
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\neg$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 Im
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\Im$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 Re
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\Re$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 aleph
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\aleph$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 partial
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\partial$
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 infty
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\infty$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 wp
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\wp$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 imath
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\imath$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 jmath
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\jmath$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 </lyxtabular>
21583
21584 \end_inset
21585
21586
21587 \begin_inset space \hfill{}
21588 \end_inset
21589
21590
21591 \begin_inset Tabular
21592 <lyxtabular version="3" rows="10" columns="2">
21593 <features rotate="0" tabularvalignment="middle">
21594 <column alignment="center" valignment="top" width="0pt">
21595 <column alignment="center" valignment="top" width="0pt">
21596 <row>
21597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 Command
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610 Result
21611 \begin_inset Note Note
21612 status collapsed
21613
21614 \begin_layout Plain Layout
21615
21616 \series bold
21617
21618 \backslash
21619 raisebox
21620 \series default
21621  is only used as spacer.
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 forall
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\forall$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 exists
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\exists$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 nexists
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\nexists$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 emptyset
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\emptyset$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 varnothing
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\varnothing$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 dag
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\dag$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 <row>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787
21788 \backslash
21789 ddag
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 \begin_inset Formula $\ddag$
21799 \end_inset
21800
21801
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 </row>
21807 <row>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812
21813 \backslash
21814 complement
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823 \begin_inset ERT
21824 status collapsed
21825
21826 \begin_layout Plain Layout
21827
21828
21829 \backslash
21830 raisebox{-0.8mm}{
21831 \end_layout
21832
21833 \end_inset
21834
21835
21836 \begin_inset Formula $\complement$
21837 \end_inset
21838
21839
21840 \begin_inset ERT
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844
21845 }
21846 \end_layout
21847
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 </row>
21856 <row>
21857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861
21862 \backslash
21863 Bbbk
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 \begin_inset Formula $\Bbbk$
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 </row>
21881 </lyxtabular>
21882
21883 \end_inset
21884
21885
21886 \begin_inset space \hfill{}
21887 \end_inset
21888
21889
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="10" columns="2">
21892 <features rotate="0" tabularvalignment="middle">
21893 <column alignment="center" valignment="top" width="0pt">
21894 <column alignment="center" valignment="top" width="0pt">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 Command
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 Result
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 </row>
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \backslash
21922 prime
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931 \begin_inset Formula $\prime$
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 </row>
21940 <row>
21941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945
21946 \backslash
21947 backprime
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 \begin_inset Formula $\backprime$
21957 \end_inset
21958
21959
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 </row>
21965 <row>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970
21971 \backslash
21972 mho
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 \begin_inset Formula $\mho$
21982 \end_inset
21983
21984
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 </row>
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995
21996 \backslash
21997 triangle
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Formula $\triangle$
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 </row>
22015 <row>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
22021 \backslash
22022 angle
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 \begin_inset Formula $\angle$
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 </row>
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 measuredangle
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 \begin_inset Formula $\measuredangle$
22057 \end_inset
22058
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 </row>
22065 <row>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 sphericalangle
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 \begin_inset Formula $\sphericalangle$
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \backslash
22097 top
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 \begin_inset Formula $\top$
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 </row>
22115 <row>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120
22121 \backslash
22122 bot
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 \begin_inset Formula $\bot$
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 </row>
22140 </lyxtabular>
22141
22142 \end_inset
22143
22144
22145 \begin_inset space \hfill{}
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Subsection
22152 Miscellaneous Symbols
22153 \begin_inset CommandInset label
22154 LatexCommand label
22155 name "sub:Miscellaneous-Symbols"
22156
22157 \end_inset
22158
22159
22160 \begin_inset Index idx
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164 Symbols ! miscellaneous
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \begin_layout Standard
22173 \noindent
22174 \align center
22175 \begin_inset Tabular
22176 <lyxtabular version="3" rows="10" columns="2">
22177 <features rotate="0" tabularvalignment="middle">
22178 <column alignment="center" valignment="top" width="0pt">
22179 <column alignment="center" valignment="top" width="0pt">
22180 <row>
22181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185 Command
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 Result
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 flat
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\flat$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 natural
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\natural$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 sharp
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\sharp$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 surd
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\surd$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 checkmark
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\checkmark$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 yen
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\yen$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 pounds
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\pounds$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 $
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\$$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 §
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Formula $§$
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 </row>
22421 </lyxtabular>
22422
22423 \end_inset
22424
22425
22426 \begin_inset Tabular
22427 <lyxtabular version="3" rows="10" columns="2">
22428 <features rotate="0" tabularvalignment="middle">
22429 <column alignment="center" valignment="top">
22430 <column alignment="center" valignment="top">
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 Command
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Result
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 hbar
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\hbar$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \backslash
22483 hslash
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\hslash$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 <row>
22502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506
22507 \backslash
22508 clubsuit
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $\clubsuit$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 </row>
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531
22532 \backslash
22533 spadesuit
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542 \begin_inset Formula $\spadesuit$
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 </row>
22551 <row>
22552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556
22557 \backslash
22558 bigstar
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 \begin_inset Formula $\bigstar$
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 </row>
22576 <row>
22577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581
22582 \backslash
22583 blacklozenge
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Formula $\blacklozenge$
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 </row>
22601 <row>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \backslash
22608 blacktriangle
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617 \begin_inset Formula $\blacktriangle$
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 </row>
22626 <row>
22627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631
22632 \backslash
22633 blacktiangledown
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $\blacktriangledown$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 bullet
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\bullet$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 </lyxtabular>
22677
22678 \end_inset
22679
22680
22681 \begin_inset Tabular
22682 <lyxtabular version="3" rows="10" columns="2">
22683 <features rotate="0" tabularvalignment="middle">
22684 <column alignment="center" valignment="top" width="0pt">
22685 <column alignment="center" valignment="top" width="0pt">
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 Command
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 Result
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \backslash
22713 diamondsuit
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722 \begin_inset Formula $\diamondsuit$
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 </row>
22731 <row>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \backslash
22738 Diamond
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\Diamond$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \backslash
22763 heartsuit
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 \begin_inset Formula $\heartsuit$
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786
22787 \backslash
22788 P
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 \begin_inset Formula $\P$
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811
22812 \backslash
22813 copyright
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 \begin_inset Formula $\copyright$
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 </row>
22831 <row>
22832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836
22837 \backslash
22838 circledR
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 \begin_inset Formula $\circledR$
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 </row>
22856 <row>
22857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861
22862 \backslash
22863 maltese
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 \begin_inset Formula $\maltese$
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row>
22882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886
22887 \backslash
22888 diagup
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $\diagup$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 </row>
22906 <row>
22907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911
22912 \backslash
22913 diagdown
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 \begin_inset Formula $\diagdown$
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 </lyxtabular>
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 \begin_inset VSpace medskip
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Some symbols can be displayed in different sizes, see 
22947 \begin_inset CommandInset ref
22948 LatexCommand ref
22949 reference "sub:Font-Sizes"
22950
22951 \end_inset
22952
22953 .
22954 \end_layout
22955
22956 \begin_layout Subsection
22957 The Euro-Symbol €
22958 \begin_inset Index idx
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 Symbols ! Euro-symbol
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \begin_inset Index idx
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973 \backslash
22974 @
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 officialeuro
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \begin_layout Standard
22996 To use the Euro symbol in formulas, the LaTeX-package 
22997 \series bold
22998 eurosym
22999 \series default
23000
23001 \begin_inset Index idx
23002 status collapsed
23003
23004 \begin_layout Plain Layout
23005 Packages ! eurosym
23006 \end_layout
23007
23008 \end_inset
23009
23010  must be installed and loaded with the LaTeX-preamble line
23011 \end_layout
23012
23013 \begin_layout Standard
23014
23015 \series bold
23016
23017 \backslash
23018 usepackage[gennarrow]{eurosym}
23019 \end_layout
23020
23021 \begin_layout Standard
23022 The Euro symbol can now be inserted with the command 
23023 \series bold
23024
23025 \backslash
23026 euro
23027 \series default
23028
23029 \begin_inset Index idx
23030 status collapsed
23031
23032 \begin_layout Plain Layout
23033 Commands ! E ! 
23034 \backslash
23035 euro
23036 \end_layout
23037
23038 \end_inset
23039
23040 .
23041 \end_layout
23042
23043 \begin_layout Standard
23044 The Euro symbol can directly be inserted with the € key in mathematical
23045  text, without having 
23046 \series bold
23047 eurosym
23048 \series default
23049  installed.
23050  When 
23051 \series bold
23052 eurosym
23053 \series default
23054  is installed, 
23055 \series bold
23056
23057 \backslash
23058 euro
23059 \series default
23060  can also be inserted in TeX-mode.
23061  The official currency symbol can then be inserted with the command 
23062 \series bold
23063
23064 \backslash
23065 officialeuro
23066 \series default
23067
23068 \begin_inset Index idx
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072 Commands ! O ! 
23073 \backslash
23074 officialeuro
23075 \end_layout
23076
23077 \end_inset
23078
23079 , that is only available in TeX-mode.
23080 \end_layout
23081
23082 \begin_layout Standard
23083 \begin_inset ERT
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087
23088
23089 \backslash
23090 ifeurosym 
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \begin_inset Note Note
23097 status open
23098
23099 \begin_layout Plain Layout
23100 The following table will only be displayed when the LaTeX-package 
23101 \series bold
23102 eurosym
23103 \series default
23104  is installed.
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \begin_layout Standard
23113 An overview about the different Euro symbols:
23114 \end_layout
23115
23116 \begin_layout Standard
23117 \align center
23118 \begin_inset Tabular
23119 <lyxtabular version="3" rows="4" columns="3">
23120 <features rotate="0" tabularvalignment="middle">
23121 <column alignment="center" valignment="top" width="0pt">
23122 <column alignment="center" valignment="top" width="0pt">
23123 <column alignment="center" valignment="top" width="0pt">
23124 <row>
23125 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 Command 
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 Result
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 </row>
23153 <row>
23154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 formula
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 euro
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\euro$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 mathematical text
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\mbox{€}$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 TeX-mode
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \backslash
23235 officialeuro
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 \begin_inset ERT
23245 status collapsed
23246
23247 \begin_layout Plain Layout
23248
23249
23250 \backslash
23251 officialeuro
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 </lyxtabular>
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 else 
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \begin_inset Note Note
23284 status open
23285
23286 \begin_layout Plain Layout
23287 The following will be displayed when the LaTeX-package 
23288 \series bold
23289 eurosym
23290 \series default
23291  is not installed:
23292 \end_layout
23293
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \begin_layout Standard
23300 You need to install the LaTeX-package 
23301 \series bold
23302 eurosym
23303 \series default
23304  to see the rest of this subsection in the output.
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 fi 
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Section
23324 Relations
23325 \begin_inset CommandInset label
23326 LatexCommand label
23327 name "sec:Relations"
23328
23329 \end_inset
23330
23331
23332 \begin_inset Index idx
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336 Relations
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \begin_inset Index idx
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346 Comparisons|see
23347 \begin_inset ERT
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351
23352 {
23353 \end_layout
23354
23355 \end_inset
23356
23357 Relations
23358 \begin_inset ERT
23359 status collapsed
23360
23361 \begin_layout Plain Layout
23362
23363 }
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377 All relations can also be inserted via the toolbar button 
23378 \begin_inset Graphics
23379         filename ../images/math/leq.png
23380         scale 85
23381
23382 \end_inset
23383
23384 .
23385 \end_layout
23386
23387 \begin_layout Standard
23388 \begin_inset space \hfill{}
23389 \end_inset
23390
23391
23392 \begin_inset Tabular
23393 <lyxtabular version="3" rows="17" columns="2">
23394 <features rotate="0" tabularvalignment="middle">
23395 <column alignment="center" valignment="top" width="0pt">
23396 <column alignment="center" valignment="top" width="0pt">
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 Command
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 Result
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 </row>
23417 <row>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 <
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $<$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 le
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\le$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 ll
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\ll$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 prec
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\prec$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 preceq
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\preceq$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 subset
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\subset$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 subseteq
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\subseteq$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 sqsubseteq
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\sqsubseteq$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 in
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\in$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 vdash
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\vdash$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 smile
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\smile$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 lhd
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\lhd$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 unlhd
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\unlhd$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 gtrless
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\gtrless$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 mid
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\mid$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 nmid
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\nmid$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 </lyxtabular>
23816
23817 \end_inset
23818
23819
23820 \begin_inset space \hfill{}
23821 \end_inset
23822
23823
23824 \begin_inset Tabular
23825 <lyxtabular version="3" rows="17" columns="2">
23826 <features rotate="0" tabularvalignment="middle">
23827 <column alignment="center" valignment="top" width="0pt">
23828 <column alignment="center" valignment="top" width="0pt">
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 Command
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 Result
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 =
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $=$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 not=
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\not=$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 equiv
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\equiv$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 sim
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\sim$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 simeq
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\simeq$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 approx
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\approx$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 cong
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\cong$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 bowtie
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\bowtie$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 notin
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\notin$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 perp
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\perp$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \backslash
24104 propto
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 \begin_inset Formula $\propto$
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 </row>
24122 <row>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \backslash
24129 asymp
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $\asymp$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \backslash
24154 doteq
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Formula $\doteq$
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 circeq
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $\circeq$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 models
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Formula $\models$
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 widehat=
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $\widehat{=}$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 </lyxtabular>
24248
24249 \end_inset
24250
24251
24252 \begin_inset space \hfill{}
24253 \end_inset
24254
24255
24256 \begin_inset Tabular
24257 <lyxtabular version="3" rows="17" columns="2">
24258 <features rotate="0" tabularvalignment="middle">
24259 <column alignment="center" valignment="top" width="0pt">
24260 <column alignment="center" valignment="top" width="0pt">
24261 <row>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 Command
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 Result
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 >
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $>$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 ge
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $\ge$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 gg
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Formula $\gg$
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 succ
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Formula $\succ$
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 <row>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 succeq
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Formula $\succeq$
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 supset
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $\supset$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 supseteq
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Formula $\supseteq$
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 sqsupseteq
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $\sqsupseteq$
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 <row>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 ni
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Formula $\ni$
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 dashv
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Formula $\dashv$
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 <row>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \backslash
24536 frown
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545 \begin_inset Formula $\frown$
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 </row>
24554 <row>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559
24560 \backslash
24561 rhd
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 \begin_inset Formula $\rhd$
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 </row>
24579 <row>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584
24585 \backslash
24586 unrhd
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595 \begin_inset Formula $\unrhd$
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 </row>
24604 <row>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 lessgtr
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Formula $\lessgtr$
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 </row>
24629 <row>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634
24635 \backslash
24636 parallel
24637 \end_layout
24638
24639 \end_inset
24640 </cell>
24641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 \begin_inset Formula $\parallel$
24646 \end_inset
24647
24648
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 </row>
24654 <row>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 nparallel
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 \begin_inset Formula $\nparallel$
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 </lyxtabular>
24680
24681 \end_inset
24682
24683
24684 \begin_inset space \hfill{}
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset VSpace medskip
24692 \end_inset
24693
24694 The characters 
24695 \series bold
24696
24697 \backslash
24698 lhd
24699 \series default
24700  and 
24701 \series bold
24702
24703 \backslash
24704 rhd
24705 \series default
24706  are bigger than the equal looking operators 
24707 \series bold
24708
24709 \backslash
24710 triangleleft
24711 \series default
24712  and 
24713 \series bold
24714
24715 \backslash
24716 triangleright
24717 \series default
24718 , respectively.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 Relations are, in contrary to symbols, always surrounded by space.
24723 \end_layout
24724
24725 \begin_layout Standard
24726 Relations with labels can be created with the command 
24727 \series bold
24728
24729 \backslash
24730 stackrel
24731 \series default
24732
24733 \begin_inset Index idx
24734 status collapsed
24735
24736 \begin_layout Plain Layout
24737 Commands ! S ! 
24738 \backslash
24739 stackrel
24740 \end_layout
24741
24742 \end_inset
24743
24744 :
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \align center
24749 \begin_inset Tabular
24750 <lyxtabular version="3" rows="2" columns="2">
24751 <features rotate="0" tabularvalignment="middle">
24752 <column alignment="center" valignment="top">
24753 <column alignment="center" valignment="top">
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Command
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 Result
24769 \begin_inset Note Note
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773
24774 \series bold
24775
24776 \backslash
24777 raisebox
24778 \series default
24779  is only used as spacer.
24780 \end_layout
24781
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A(r)
24796 \backslash
24797 stackrel
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803
24804 \backslash
24805 spce 
24806 \end_layout
24807
24808 \end_inset
24809
24810 r
24811 \backslash
24812 to
24813 \backslash
24814 infty
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 spce 
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \begin_inset Formula $\downarrow$
24829 \end_inset
24830
24831
24832 \backslash
24833 approx
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 spce 
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \begin_inset ERT
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851
24852
24853 \backslash
24854 spce 
24855 \end_layout
24856
24857 \end_inset
24858
24859 B
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 </lyxtabular>
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Section
24885 Functions
24886 \end_layout
24887
24888 \begin_layout Subsection
24889 Predefined Functions
24890 \begin_inset CommandInset label
24891 LatexCommand label
24892 name "sub:Predefined-Functions"
24893
24894 \end_inset
24895
24896
24897 \begin_inset Index idx
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901 Functions ! predefined
24902 \end_layout
24903
24904 \end_inset
24905
24906
24907 \end_layout
24908
24909 \begin_layout Standard
24910 In general, variables are set 
24911 \emph on
24912 italic
24913 \emph default
24914  in mathematical expressions, but not function names, because 
24915 \begin_inset Formula $sin$
24916 \end_inset
24917
24918  could be misunderstood as 
24919 \begin_inset Formula $s\cdot i\cdot n$
24920 \end_inset
24921
24922 .
24923  Therefore there are predefined functionswhich are additionally a bit separated
24924  from prefactors.
24925  They are inserted as commands starting with a backslash before their name.
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \align center
24930 \begin_inset Tabular
24931 <lyxtabular version="3" rows="2" columns="4">
24932 <features rotate="0" tabularvalignment="middle">
24933 <column alignment="center" valignment="top" width="0pt">
24934 <column alignment="center" valignment="top" width="0pt">
24935 <column alignment="center" valignment="top" width="0pt">
24936 <column alignment="center" valignment="top" width="0pt">
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 Command
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951 Result
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 Command
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969 Result
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 </row>
24975 <row>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Asin(x)+B
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset Formula $Asin(x)+B$
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 A
25002 \backslash
25003 sin(x)+B
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Formula $A\sin(x)+B$
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 </lyxtabular>
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 The following functions are predefined:
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset VSpace -2mm
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \begin_layout Standard
25040 \align center
25041 \begin_inset Tabular
25042 <lyxtabular version="3" rows="9" columns="4">
25043 <features rotate="0" tabularvalignment="middle">
25044 <column alignment="center" valignment="top" width="0pt">
25045 <column alignment="center" valignment="top" width="0pt">
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Command
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 Command
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 Command
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080 Command
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 </row>
25086 <row>
25087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25088 \begin_inset Text
25089
25090 \begin_layout Plain Layout
25091
25092 \backslash
25093 sin
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102
25103 \backslash
25104 sinh
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113
25114 \backslash
25115 arcsin
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 sup
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 cos
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148
25149 \backslash
25150 cosh
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 arccos
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 inf
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 </row>
25178 <row>
25179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25180 \begin_inset Text
25181
25182 \begin_layout Plain Layout
25183
25184 \backslash
25185 tan
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25191 \begin_inset Text
25192
25193 \begin_layout Plain Layout
25194
25195 \backslash
25196 tanh
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \backslash
25207 arctan
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \backslash
25218 lim
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 </row>
25224 <row>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229
25230 \backslash
25231 cot
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240
25241 \backslash
25242 coth
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 arg
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \backslash
25264 liminf
25265 \end_layout
25266
25267 \end_inset
25268 </cell>
25269 </row>
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275
25276 \backslash
25277 sec
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25283 \begin_inset Text
25284
25285 \begin_layout Plain Layout
25286
25287 \backslash
25288 min
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25294 \begin_inset Text
25295
25296 \begin_layout Plain Layout
25297
25298 \backslash
25299 deg
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 limsup
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 </row>
25316 <row>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321
25322 \backslash
25323 csc
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25329 \begin_inset Text
25330
25331 \begin_layout Plain Layout
25332
25333 \backslash
25334 max
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 det
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354
25355 \backslash
25356 Pr
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 ln
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 exp
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 dim
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400
25401 \backslash
25402 hom
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 lg
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424
25425 \backslash
25426 log
25427 \end_layout
25428
25429 \end_inset
25430 </cell>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 ker
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446
25447 \backslash
25448 gcd
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 </lyxtabular>
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Standard
25462 They can also be inserted with the math toolbar button 
25463 \begin_inset Graphics
25464         filename ../images/math/functions.png
25465         scale 85
25466
25467 \end_inset
25468
25469 .
25470 \end_layout
25471
25472 \begin_layout Subsection
25473 Self-defined Functions
25474 \begin_inset Index idx
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478 Functions ! self-defined
25479 \end_layout
25480
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \begin_layout Standard
25487 To use a function that is not predefined, like for example the sign function
25488  sgn(x), there are two possibilities:
25489 \end_layout
25490
25491 \begin_layout Itemize
25492 Define the function by inserting the following line to the LaTeX-preamble
25493 \begin_inset Foot
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 For more about 
25498 \series bold
25499
25500 \backslash
25501 DeclareMathOperator
25502 \series default
25503  see 
25504 \begin_inset CommandInset ref
25505 LatexCommand ref
25506 reference "sub:Self-defined-Operators"
25507
25508 \end_inset
25509
25510 .
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \begin_inset Newline newline
25517 \end_inset
25518
25519
25520 \begin_inset VSpace -3mm
25521 \end_inset
25522
25523
25524 \begin_inset Newline newline
25525 \end_inset
25526
25527
25528 \series bold
25529
25530 \backslash
25531 DeclareMathOperator{
25532 \backslash
25533 sgn}{sgn}
25534 \series default
25535
25536 \begin_inset Index idx
25537 status collapsed
25538
25539 \begin_layout Plain Layout
25540 Commands ! D ! 
25541 \backslash
25542 dbinom@
25543 \backslash
25544 DeclareMathOperator
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset Newline newline
25551 \end_inset
25552
25553
25554 \begin_inset VSpace -2mm
25555 \end_inset
25556
25557
25558 \begin_inset Newline newline
25559 \end_inset
25560
25561 Now the new defined function can be called with the command 
25562 \series bold
25563
25564 \backslash
25565 sgn
25566 \series default
25567 .
25568 \end_layout
25569
25570 \begin_layout Itemize
25571 Write the formula as usual, mark the formula name, in our example the letters
25572  
25573 \emph on
25574 sgn
25575 \emph default
25576 , and change it to mathematical text.
25577  Finally, a space is inserted between prefactor and function.
25578 \end_layout
25579
25580 \begin_layout Standard
25581 The result is the same with both methods as with a predefined function
25582 \begin_inset Foot
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 In LyX self-defined functions are displayed red, predefined ones black.
25587 \end_layout
25588
25589 \end_inset
25590
25591 :
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \align center
25596 \begin_inset Tabular
25597 <lyxtabular version="3" rows="3" columns="2">
25598 <features rotate="0" tabularvalignment="middle">
25599 <column alignment="center" valignment="top" width="0pt">
25600 <column alignment="center" valignment="top" width="0pt">
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 Command
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Result
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 A
25627 \backslash
25628 sgn(x)+B
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $A\sgn(x)+B$
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 A
25652 \backslash
25653 ,
25654 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25655 \end_inset
25656
25657 (x)+B
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 </lyxtabular>
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 The first method is more suitable when the self-defined function should
25684  be used several times.
25685 \end_layout
25686
25687 \begin_layout Subsection
25688 Limits
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Limits
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 For limits, in addition to the commands 
25703 \series bold
25704
25705 \backslash
25706 lim
25707 \series default
25708
25709 \begin_inset Index idx
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713 Commands ! L ! 
25714 \backslash
25715 lim
25716 \end_layout
25717
25718 \end_inset
25719
25720
25721 \series bold
25722
25723 \backslash
25724 liminf
25725 \series default
25726  and 
25727 \series bold
25728
25729 \backslash
25730 limsup
25731 \series default
25732  the following functions are defined:
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \align center
25737 \begin_inset Tabular
25738 <lyxtabular version="3" rows="5" columns="2">
25739 <features rotate="0" tabularvalignment="middle">
25740 <column alignment="center" valignment="top">
25741 <column alignment="center" valignment="top">
25742 <row>
25743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 Command
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Result
25757 \begin_inset Note Note
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761
25762 \series bold
25763
25764 \backslash
25765 raisebox
25766 \series default
25767  is only used as spacer.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 <row>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 varliminf
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\varliminf$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 varlimsup
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\varlimsup$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 <row>
25829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833
25834 \backslash
25835 varprojlim
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 \begin_inset Formula $\varprojlim$
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 varinjlim
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869 \begin_inset Formula $\varinjlim$
25870 \end_inset
25871
25872
25873 \begin_inset Formula $\raisebox{-2.5mm}{}$
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 </lyxtabular>
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset VSpace medskip
25891 \end_inset
25892
25893 The limit is created by inserting a subscript.
25894  It is set right beside the function in an inline formula:
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \align center
25899 \begin_inset Tabular
25900 <lyxtabular version="3" rows="2" columns="2">
25901 <features rotate="0" tabularvalignment="middle">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <column alignment="center" valignment="top" width="0pt">
25904 <row>
25905 <cell alignment="center" valignment="top" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909 Command
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset space \hspace{}
25919 \length 1cm
25920 \end_inset
25921
25922 Result
25923 \begin_inset Note Note
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 The space and
25928 \series bold
25929  
25930 \backslash
25931 raisebox
25932 \series default
25933  are used here as spacer.
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 lim_x
25952 \backslash
25953 to
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 spce 
25962 \end_layout
25963
25964 \end_inset
25965
25966 A
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 spce 
25975 \end_layout
25976
25977 \end_inset
25978
25979 x=B
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 </lyxtabular>
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Standard
26005 In a displayed formula the limit is set below the formula, as usual:
26006 \begin_inset Formula 
26007 \[
26008 \lim_{x\to A}x=B
26009 \]
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 Modulo-Functions
26018 \begin_inset Index idx
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 Functions ! modulo-
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 The modulo-function is special, because it exists in four variants.
26032  The variants in a displayed formula are:
26033 \begin_inset Formula 
26034 \begin{align*}
26035 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26036 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26037 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26038 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26039 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26040 \end{align*}
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \begin_layout Standard
26048 In an inline formula less space is set before the function names for all
26049  variants.
26050  By default the modulo-functions take only the first following character
26051  into account.
26052  To use more than one character, one has to put them into TeX-braces:
26053 \begin_inset Formula 
26054 \begin{align*}
26055 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26056 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26057 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26058 \end{align*}
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Section
26066 Special Characters
26067 \begin_inset Index idx
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071 Special characters
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Subsection
26080 Special Characters in Mathematical Text
26081 \end_layout
26082
26083 \begin_layout Standard
26084 The following commands can only be used in mathematical text or in TeX-mode:
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset space \hfill{}
26089 \end_inset
26090
26091
26092 \begin_inset Tabular
26093 <lyxtabular version="3" rows="8" columns="2">
26094 <features rotate="0" tabularvalignment="middle">
26095 <column alignment="block" valignment="top">
26096 <column alignment="block" valignment="top">
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102 Command
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 Result
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122
26123 \backslash
26124 oe
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset Formula $\textrm{œ}$
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 <row>
26143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147
26148 \backslash
26149 OE
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 \begin_inset Formula $\textrm{Œ}$
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 </row>
26167 <row>
26168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172
26173 \backslash
26174 ae
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183 \begin_inset Formula $\textrm{æ}$
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 <row>
26193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197
26198 \backslash
26199 AE
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 \begin_inset Formula $\textrm{Æ}$
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 </row>
26217 <row>
26218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222
26223 \backslash
26224 aa
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233 \begin_inset Formula $\textrm{\aa}$
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 </row>
26242 <row>
26243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247
26248 \backslash
26249 AA
26250 \begin_inset Index idx
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254
26255 \backslash
26256 @
26257 \begin_inset ERT
26258 status collapsed
26259
26260 \begin_layout Plain Layout
26261
26262
26263 \backslash
26264 textrm{
26265 \backslash
26266 AA}
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Formula $\textrm{Å}$
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 i
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\textrm{ı}$
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 </lyxtabular>
26320
26321 \end_inset
26322
26323
26324 \begin_inset space \hfill{}
26325 \end_inset
26326
26327
26328 \begin_inset Tabular
26329 <lyxtabular version="3" rows="8" columns="2">
26330 <features rotate="0" tabularvalignment="middle">
26331 <column alignment="block" valignment="top">
26332 <column alignment="center" valignment="top">
26333 <row>
26334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 command
26339 \begin_inset Note Note
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343 The space of 0
26344 \begin_inset space \thinspace{}
26345 \end_inset
26346
26347 mm is used for separation, because otherwise the output will be ¡ and ¿
26348  respectively.
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 Result
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 </row>
26368 <row>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373
26374 \backslash
26375 o
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 \begin_inset Formula $\textrm{ø}$
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 </row>
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398
26399 \backslash
26400 O
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset Formula $\textrm{Ø}$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 <row>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423
26424 \backslash
26425 l
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 \begin_inset Formula $\textrm{ł}$
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row>
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \backslash
26450 L
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset Formula $\textrm{Ł}$
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 !
26474 \begin_inset space \hspace{}
26475 \length 0mm
26476 \end_inset
26477
26478 `
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484
26485 \backslash
26486 spce 
26487 \end_layout
26488
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 \begin_inset Formula $\textrm{!`}$
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 </row>
26509 <row>
26510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 ?
26515 \begin_inset space \hspace{}
26516 \length 0mm
26517 \end_inset
26518
26519 `
26520 \begin_inset ERT
26521 status collapsed
26522
26523 \begin_layout Plain Layout
26524
26525
26526 \backslash
26527 spce 
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 \begin_inset Formula $\textrm{?`}$
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 </row>
26550 <row>
26551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555
26556 \backslash
26557 j
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 \begin_inset Formula $\textrm{ȷ}$
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 </row>
26575 </lyxtabular>
26576
26577 \end_inset
26578
26579
26580 \begin_inset space \hfill{}
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Standard
26587 The characters 
26588 \begin_inset Formula $\textrm{\textrm{Å}}$
26589 \end_inset
26590
26591  and 
26592 \begin_inset Formula $\textrm{\textrm{Ø}}$
26593 \end_inset
26594
26595  can also be inserted via the math toolbar button 
26596 \begin_inset Graphics
26597         filename ../images/math/digamma.png
26598         scale 85
26599
26600 \end_inset
26601
26602 .
26603 \end_layout
26604
26605 \begin_layout Standard
26606 An exception are the commands 
26607 \series bold
26608 !
26609 \begin_inset space \hspace{}
26610 \length 0mm
26611 \end_inset
26612
26613 `
26614 \series default
26615  and 
26616 \series bold
26617 ?
26618 \begin_inset space \hspace{}
26619 \length 0mm
26620 \end_inset
26621
26622 `
26623 \series default
26624 , because they can be inserted in LyX directly to text.
26625 \end_layout
26626
26627 \begin_layout Subsection
26628 Accents in Text
26629 \begin_inset CommandInset label
26630 LatexCommand label
26631 name "sub:Accents-in-Text"
26632
26633 \end_inset
26634
26635
26636 \begin_inset Index idx
26637 status collapsed
26638
26639 \begin_layout Plain Layout
26640 Accents ! in text
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Standard
26649 With the following commands all letters can be accented.
26650  The commands must be inserted in TeX-mode.
26651 \end_layout
26652
26653 \begin_layout Standard
26654 \begin_inset space \hfill{}
26655 \end_inset
26656
26657
26658 \begin_inset Tabular
26659 <lyxtabular version="3" rows="8" columns="2">
26660 <features rotate="0" tabularvalignment="middle">
26661 <column alignment="block" valignment="top">
26662 <column alignment="block" valignment="top">
26663 <row>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 Command
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 Result
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 </row>
26683 <row>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688
26689 \backslash
26690
26691 \begin_inset Quotes grd
26692 \end_inset
26693
26694 e
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 "e
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \end_inset
26719 </cell>
26720 </row>
26721 <row>
26722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26723 \begin_inset Text
26724
26725 \begin_layout Plain Layout
26726
26727 \backslash
26728 `e
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742
26743 \backslash
26744 `e
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 </row>
26755 <row>
26756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760
26761 \backslash
26762 ^
26763 \begin_inset ERT
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767
26768
26769 \backslash
26770 spce 
26771 \end_layout
26772
26773 \end_inset
26774
26775 e
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 \begin_inset ERT
26785 status collapsed
26786
26787 \begin_layout Plain Layout
26788
26789
26790 \backslash
26791 ^e
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \end_inset
26800 </cell>
26801 </row>
26802 <row>
26803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26804 \begin_inset Text
26805
26806 \begin_layout Plain Layout
26807
26808 \backslash
26809 =e
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818 \begin_inset ERT
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 =e
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 </row>
26836 <row>
26837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26838 \begin_inset Text
26839
26840 \begin_layout Plain Layout
26841
26842 \backslash
26843 u
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 spce 
26852 \end_layout
26853
26854 \end_inset
26855
26856 e
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865 \begin_inset ERT
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869
26870
26871 \backslash
26872 u e
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 </row>
26883 <row>
26884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888
26889 \backslash
26890 b
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 spce 
26899 \end_layout
26900
26901 \end_inset
26902
26903 e
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912 \begin_inset ERT
26913 status collapsed
26914
26915 \begin_layout Plain Layout
26916
26917
26918 \backslash
26919 b e
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928 </cell>
26929 </row>
26930 <row>
26931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Plain Layout
26935
26936 \backslash
26937 t
26938 \begin_inset ERT
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942
26943
26944 \backslash
26945 spce 
26946 \end_layout
26947
26948 \end_inset
26949
26950 ee
26951 \end_layout
26952
26953 \end_inset
26954 </cell>
26955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 t ee
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 </row>
26977 </lyxtabular>
26978
26979 \end_inset
26980
26981
26982 \begin_inset space \hfill{}
26983 \end_inset
26984
26985
26986 \begin_inset Tabular
26987 <lyxtabular version="3" rows="8" columns="2">
26988 <features rotate="0" tabularvalignment="middle">
26989 <column alignment="block" valignment="top">
26990 <column alignment="center" valignment="top">
26991 <row>
26992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26993 \begin_inset Text
26994
26995 \begin_layout Plain Layout
26996 Command
26997 \end_layout
26998
26999 \end_inset
27000 </cell>
27001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005 Result
27006 \end_layout
27007
27008 \end_inset
27009 </cell>
27010 </row>
27011 <row>
27012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016
27017 \backslash
27018 H
27019 \begin_inset ERT
27020 status collapsed
27021
27022 \begin_layout Plain Layout
27023
27024
27025 \backslash
27026 spce 
27027 \end_layout
27028
27029 \end_inset
27030
27031 e
27032 \end_layout
27033
27034 \end_inset
27035 </cell>
27036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27037 \begin_inset Text
27038
27039 \begin_layout Plain Layout
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 H e
27048 \end_layout
27049
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \end_inset
27056 </cell>
27057 </row>
27058 <row>
27059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27060 \begin_inset Text
27061
27062 \begin_layout Plain Layout
27063
27064 \backslash
27065 'e
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 \begin_inset ERT
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078
27079
27080 \backslash
27081 'e
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 </row>
27092 <row>
27093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097
27098 \backslash
27099 ~e
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 Tilde
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113 </cell>
27114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 \begin_inset ERT
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 ~e
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \end_inset
27134 </cell>
27135 </row>
27136 <row>
27137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27138 \begin_inset Text
27139
27140 \begin_layout Plain Layout
27141
27142 \backslash
27143 .e
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152 \begin_inset ERT
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157
27158 \backslash
27159 .e
27160 \end_layout
27161
27162 \end_inset
27163
27164
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 </row>
27170 <row>
27171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27172 \begin_inset Text
27173
27174 \begin_layout Plain Layout
27175
27176 \backslash
27177 v
27178 \begin_inset ERT
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182
27183
27184 \backslash
27185 spce 
27186 \end_layout
27187
27188 \end_inset
27189
27190 e
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 v e
27207 \end_layout
27208
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 </row>
27217 <row>
27218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27219 \begin_inset Text
27220
27221 \begin_layout Plain Layout
27222
27223 \backslash
27224 d
27225 \begin_inset ERT
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230
27231 \backslash
27232 spce 
27233 \end_layout
27234
27235 \end_inset
27236
27237 e
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27243 \begin_inset Text
27244
27245 \begin_layout Plain Layout
27246 \begin_inset ERT
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250
27251
27252 \backslash
27253 d e
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \end_inset
27262 </cell>
27263 </row>
27264 <row>
27265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Plain Layout
27269
27270 \backslash
27271 c
27272 \begin_inset ERT
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276
27277
27278 \backslash
27279 spce 
27280 \end_layout
27281
27282 \end_inset
27283
27284 e
27285 \end_layout
27286
27287 \end_inset
27288 </cell>
27289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27290 \begin_inset Text
27291
27292 \begin_layout Plain Layout
27293 \begin_inset ERT
27294 status collapsed
27295
27296 \begin_layout Plain Layout
27297
27298
27299 \backslash
27300 c e
27301 \end_layout
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \end_inset
27309 </cell>
27310 </row>
27311 </lyxtabular>
27312
27313 \end_inset
27314
27315
27316 \begin_inset space \hfill{}
27317 \end_inset
27318
27319
27320 \end_layout
27321
27322 \begin_layout Standard
27323 \begin_inset VSpace medskip
27324 \end_inset
27325
27326 With the command 
27327 \series bold
27328
27329 \backslash
27330 t
27331 \series default
27332  also two different characters can be accented.
27333  The command 
27334 \series bold
27335
27336 \backslash
27337 t
27338 \begin_inset ERT
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342
27343
27344 \backslash
27345 spce 
27346 \end_layout
27347
27348 \end_inset
27349
27350 sz
27351 \series default
27352  creates: 
27353 \begin_inset ERT
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357
27358
27359 \backslash
27360 t sz
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Standard
27369 The accents 
27370 \series bold
27371 `
27372 \series default
27373  , 
27374 \series bold
27375 '
27376 \series default
27377  and 
27378 \series bold
27379 ^
27380 \series default
27381  can in combination with vowels directly be inserted with the keyboard without
27382  using TeX-mode.
27383  The same applies for the tilde
27384 \begin_inset Foot
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388 This only applies for keyboards where the tilde is defined as accent.
27389 \end_layout
27390
27391 \end_inset
27392
27393  
27394 \series bold
27395 ~
27396 \series default
27397  in combination with 
27398 \emph on
27399 a
27400 \emph default
27401  , 
27402 \emph on
27403 n
27404 \emph default
27405  , or 
27406 \emph on
27407 o
27408 \emph default
27409 .
27410 \end_layout
27411
27412 \begin_layout Standard
27413 The commands 
27414 \series bold
27415
27416 \backslash
27417 b
27418 \series default
27419  , 
27420 \series bold
27421
27422 \backslash
27423 c
27424 \series default
27425  , 
27426 \series bold
27427
27428 \backslash
27429 d
27430 \series default
27431  , 
27432 \series bold
27433
27434 \backslash
27435 H
27436 \series default
27437  , 
27438 \series bold
27439
27440 \backslash
27441 t
27442 \series default
27443  , 
27444 \series bold
27445
27446 \backslash
27447 u
27448 \series default
27449  , 
27450 \series bold
27451
27452 \backslash
27453 v
27454 \series default
27455  and accents that are inserted directly with the keyboard are also available
27456  in mathematical text.
27457  For the other accents there are special math commands to be used in formulas,
27458  see 
27459 \begin_inset CommandInset ref
27460 LatexCommand ref
27461 reference "sub:Accents-for-one"
27462
27463 \end_inset
27464
27465 .
27466 \end_layout
27467
27468 \begin_layout Standard
27469 \begin_inset VSpace bigskip
27470 \end_inset
27471
27472 Furthermore, with the command 
27473 \series bold
27474
27475 \backslash
27476 textcircled
27477 \series default
27478
27479 \begin_inset Index idx
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483 Commands ! T ! 
27484 \backslash
27485 textcircled
27486 \end_layout
27487
27488 \end_inset
27489
27490  all numbers and letters can be set into a circle, quasi accented with a
27491  circle, similar to the copyright symbol.
27492 \end_layout
27493
27494 \begin_layout Standard
27495 \align center
27496 \begin_inset Tabular
27497 <lyxtabular version="3" rows="3" columns="2">
27498 <features rotate="0" tabularvalignment="middle">
27499 <column alignment="center" valignment="top">
27500 <column alignment="center" valignment="top">
27501 <row>
27502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506 Command
27507 \end_layout
27508
27509 \end_inset
27510 </cell>
27511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27512 \begin_inset Text
27513
27514 \begin_layout Plain Layout
27515 Result
27516 \begin_inset Note Note
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520
27521 \series bold
27522
27523 \backslash
27524 raisebox
27525 \series default
27526  is only used as spacer.
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 </row>
27537 <row>
27538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542
27543 \backslash
27544 textcircled{w}
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553 \begin_inset ERT
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 textcircled{w}
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \end_inset
27569 </cell>
27570 </row>
27571 <row>
27572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27573 \begin_inset Text
27574
27575 \begin_layout Plain Layout
27576
27577 \backslash
27578 Large 
27579 \backslash
27580 textcircled{
27581 \backslash
27582 normalsize
27583 \backslash
27584 protect
27585 \backslash
27586 raisebox{-1.5pt}{W}}
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595 \begin_inset Formula $\raisebox{4.5mm}{}$
27596 \end_inset
27597
27598
27599 \begin_inset ERT
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604
27605 \backslash
27606 Large 
27607 \backslash
27608 textcircled{
27609 \backslash
27610 normalsize
27611 \backslash
27612 protect
27613 \backslash
27614 raisebox{-1.5pt}W}
27615 \end_layout
27616
27617 \end_inset
27618
27619
27620 \begin_inset Formula $\raisebox{-2mm}{}$
27621 \end_inset
27622
27623
27624 \end_layout
27625
27626 \end_inset
27627 </cell>
27628 </row>
27629 </lyxtabular>
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Standard
27637 One has to take care that the character fits in the circle.
27638  
27639 \series bold
27640
27641 \backslash
27642 Large
27643 \series default
27644
27645 \begin_inset Foot
27646 status collapsed
27647
27648 \begin_layout Plain Layout
27649 see 
27650 \begin_inset CommandInset ref
27651 LatexCommand ref
27652 reference "sub:Font-Sizes"
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \end_inset
27660
27661  specifies thereby the size of the circle.
27662  With the help of 
27663 \series bold
27664
27665 \backslash
27666 raisebox
27667 \series default
27668
27669 \begin_inset Foot
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673 see 
27674 \begin_inset CommandInset ref
27675 LatexCommand ref
27676 reference "sub:Boxes-without-Frame"
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \end_inset
27684
27685  the character can be centered.
27686 \end_layout
27687
27688 \begin_layout Subsection
27689 Old-style Figures
27690 \begin_inset Index idx
27691 status collapsed
27692
27693 \begin_layout Plain Layout
27694 Old-style Figures
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \end_layout
27701
27702 \begin_layout Standard
27703 Old-style figures (also known as old-style numerals) are created with the
27704  command 
27705 \series bold
27706
27707 \backslash
27708 oldstylenums
27709 \series default
27710
27711 \begin_inset Index idx
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715 Commands ! O ! 
27716 \backslash
27717 oldstylenums
27718 \end_layout
27719
27720 \end_inset
27721
27722 .
27723  The command can be used in formulas and in TeX-mode.
27724  The command scheme is:
27725 \end_layout
27726
27727 \begin_layout Standard
27728
27729 \series bold
27730
27731 \backslash
27732 oldstylenums{number}
27733 \end_layout
27734
27735 \begin_layout Standard
27736 The command 
27737 \series bold
27738
27739 \backslash
27740 oldstylenums{0123456789
27741 \series default
27742  produces: 
27743 \begin_inset Formula $\oldstylenums{0123456789}$
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Section
27750 Formula Styles
27751 \begin_inset CommandInset label
27752 LatexCommand label
27753 name "sec:Formula-Styles"
27754
27755 \end_inset
27756
27757
27758 \begin_inset Index idx
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762 Formula ! styles
27763 \end_layout
27764
27765 \end_inset
27766
27767
27768 \end_layout
27769
27770 \begin_layout Itemize
27771 There are two different alignment styles:
27772 \end_layout
27773
27774 \begin_deeper
27775 \begin_layout Description
27776 Centered is the predefined standard
27777 \end_layout
27778
27779 \begin_layout Description
27780 Indented for this the option 
27781 \series bold
27782 fleqn
27783 \series default
27784  must be inserted in the menu 
27785 \family sans
27786 Document\SpecialChar \menuseparator
27787 Settings
27788 \family default
27789  under 
27790 \family sans
27791 Document
27792 \begin_inset space ~
27793 \end_inset
27794
27795 Class
27796 \end_layout
27797
27798 \begin_layout Standard
27799 When 
27800 \series bold
27801 Indented
27802 \series default
27803  is used, the indentation can be adjusted with the length 
27804 \series bold
27805
27806 \backslash
27807 mathindent
27808 \series default
27809
27810 \begin_inset Index idx
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 Commands ! M ! 
27815 \backslash
27816 mathindent
27817 \end_layout
27818
27819 \end_inset
27820
27821 .
27822  Should the distance be 15
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826 mm, the following command line is inserted in the LaTeX-preamble
27827 \end_layout
27828
27829 \begin_layout Standard
27830
27831 \series bold
27832
27833 \backslash
27834 setlength{
27835 \backslash
27836 mathindent}{15mm}
27837 \end_layout
27838
27839 \begin_layout Standard
27840 When no length is specified, the predefined value of 30
27841 \begin_inset space \thinspace{}
27842 \end_inset
27843
27844 pt will be used.
27845 \end_layout
27846
27847 \end_deeper
27848 \begin_layout Itemize
27849 And two different numbering styles:
27850 \end_layout
27851
27852 \begin_deeper
27853 \begin_layout Description
27854 Right is the predefined standard
27855 \end_layout
27856
27857 \begin_layout Description
27858 Left for this the option 
27859 \series bold
27860 leqno
27861 \series default
27862  must be inserted in the menu 
27863 \family sans
27864 Document\SpecialChar \menuseparator
27865 Settings
27866 \family default
27867  under 
27868 \family sans
27869 Document
27870 \begin_inset space ~
27871 \end_inset
27872
27873 Class
27874 \end_layout
27875
27876 \end_deeper
27877 \begin_layout Standard
27878
27879 \series bold
27880 fleqn
27881 \series default
27882  and 
27883 \series bold
27884 leqno
27885 \series default
27886  can also be used together.
27887  In this case both options are inserted, separated by a comma.
27888 \end_layout
27889
27890 \begin_layout Standard
27891 The chosen styles are used for all displayed formulas of the document.
27892  When both, centered and indented formulas should be created in a document,
27893  the style 
27894 \series bold
27895 Centered
27896 \series default
27897  is used.
27898  The indented formulas are then set in a flalign environment, see 
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "sub:Flalign-Environment"
27902
27903 \end_inset
27904
27905 .
27906 \end_layout
27907
27908 \begin_layout Section
27909 Multiline Formulas
27910 \begin_inset CommandInset label
27911 LatexCommand label
27912 name "sec:Multiline-Formulas"
27913
27914 \end_inset
27915
27916
27917 \begin_inset Index idx
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 Formula ! multiline
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Subsection
27930 General
27931 \end_layout
27932
27933 \begin_layout Standard
27934 In LyX multiline formulas are created by pressing 
27935 \series bold
27936
27937 \begin_inset Info
27938 type  "shortcut"
27939 arg   "newline-insert newline"
27940 \end_inset
27941
27942
27943 \series default
27944  inside a formula.
27945  This creates either an 
27946 \series bold
27947 eqnarray environment
27948 \series default
27949  that is described in 
27950 \begin_inset CommandInset ref
27951 LatexCommand ref
27952 reference "sub:Eqnarray-Environment"
27953
27954 \end_inset
27955
27956  or, when the option 
27957 \family sans
27958 Use AMS math package
27959 \family default
27960  in the document settings is selected, an 
27961 \series bold
27962 align environment
27963 \series default
27964  that is described in 
27965 \begin_inset CommandInset ref
27966 LatexCommand ref
27967 reference "sub:Standard-align-Environment"
27968
27969 \end_inset
27970
27971 .
27972  The align environment is recommended because it provides in any case a
27973  typographically correct output.
27974 \end_layout
27975
27976 \begin_layout Standard
27977 There are other multiline formula environments that can be created via the
27978  menu 
27979 \family sans
27980 Insert\SpecialChar \menuseparator
27981 Math
27982 \family default
27983 .
27984  These environments are described in the following sections.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 In all multiline formula environments a new line is created by pressing
27989  
27990 \begin_inset Info
27991 type  "shortcut"
27992 arg   "newline-insert newline"
27993 \end_inset
27994
27995 .
27996  To add or delete lines, the math toolbar buttons 
27997 \begin_inset Graphics
27998         filename ../images/tabular-feature_append-row.png
27999         scale 85
28000
28001 \end_inset
28002
28003  or 
28004 \begin_inset Graphics
28005         filename ../images/tabular-feature_delete-row.png
28006         scale 85
28007
28008 \end_inset
28009
28010 , respectively, or the menu 
28011 \family sans
28012 Edit\SpecialChar \menuseparator
28013 Rows & Columns
28014 \family default
28015  can be used.
28016 \end_layout
28017
28018 \begin_layout Subsubsection
28019 Line Separation
28020 \begin_inset CommandInset label
28021 LatexCommand label
28022 name "sub:Line-Separation"
28023
28024 \end_inset
28025
28026
28027 \begin_inset Index idx
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 Formula ! multiline ! Line separation
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \end_layout
28038
28039 \begin_layout Standard
28040 There is sometimes not enough space in multiline formulas between the lines:
28041 \begin_inset Formula 
28042 \begin{eqnarray*}
28043 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}\\
28044 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
28045 \end{eqnarray*}
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 In LaTeX additional line space is specified as optional argument of the
28054  new line command.
28055  This is not yet possible in LyX
28056 \begin_inset Foot
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060 see 
28061 \begin_inset CommandInset href
28062 LatexCommand href
28063 name "LyX-bug #1505"
28064 target "http://www.lyx.org/trac/ticket/1505"
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \end_inset
28072
28073 , therefore the whole formula must be inserted in TeX-mode.
28074  To add in our example space, the command 
28075 \series bold
28076
28077 \backslash
28078
28079 \backslash
28080 [3mm]
28081 \series default
28082  is inserted at the end of the first line.
28083  One gets: 
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 begin{eqnarray*}
28092 \end_layout
28093
28094 \begin_layout Plain Layout
28095
28096 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28097  = & 
28098 \backslash
28099 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28100 \backslash
28101
28102 \backslash
28103 [3mm]
28104 \end_layout
28105
28106 \begin_layout Plain Layout
28107
28108 4x^{2}
28109 \backslash
28110 left(B^{2}+x_{0}^{2}
28111 \backslash
28112 right)+4x_{0}x
28113 \backslash
28114 left(D-B^{2}
28115 \backslash
28116 right)+B^{2}
28117 \backslash
28118 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28119 \backslash
28120 right) & = & 0
28121 \end_layout
28122
28123 \begin_layout Plain Layout
28124
28125
28126 \backslash
28127 end{eqnarray*}
28128 \end_layout
28129
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \begin_layout Standard
28136 \begin_inset VSpace bigskip
28137 \end_inset
28138
28139 To set the line separation for all lines in a formula, the length 
28140 \series bold
28141
28142 \backslash
28143 jot
28144 \series default
28145
28146 \begin_inset Index idx
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150 Commands ! J ! 
28151 \backslash
28152 jot
28153 \end_layout
28154
28155 \end_inset
28156
28157  is changed.
28158  The definition is: 
28159 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28160 \end_inset
28161
28162 .
28163  Predefined for 
28164 \series bold
28165
28166 \backslash
28167 jot
28168 \series default
28169  is the value 3
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 pt.
28174  To create 3
28175 \begin_inset space \thinspace{}
28176 \end_inset
28177
28178 mm additional line separation as in the previous example, the command
28179 \end_layout
28180
28181 \begin_layout Standard
28182
28183 \series bold
28184
28185 \backslash
28186 setlength{
28187 \backslash
28188 jot}{3mm+3pt}
28189 \end_layout
28190
28191 \begin_layout Standard
28192 is inserted in TeX-mode before the formula.
28193  This requires that the LaTeX-package 
28194 \series bold
28195 calc
28196 \series default
28197
28198 \begin_inset Foot
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202
28203 \series bold
28204 calc
28205 \series default
28206  is part of every LaTeX standard installation.
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \begin_inset Index idx
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 Packages ! calc
28217 \end_layout
28218
28219 \end_inset
28220
28221  was loaded in LaTeX-preamble with the line
28222 \end_layout
28223
28224 \begin_layout Standard
28225
28226 \series bold
28227
28228 \backslash
28229 usepackage{calc}
28230 \end_layout
28231
28232 \begin_layout Standard
28233 One gets: 
28234 \begin_inset ERT
28235 status collapsed
28236
28237 \begin_layout Plain Layout
28238
28239
28240 \backslash
28241 setlength{
28242 \backslash
28243 jot}{3mm+3pt}
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \begin_inset Formula 
28250 \begin{eqnarray*}
28251 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}\\
28252 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
28253 \end{eqnarray*}
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 \begin_inset ERT
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265
28266
28267 \backslash
28268 setlength{
28269 \backslash
28270 jot}{3pt}
28271 \end_layout
28272
28273 \end_inset
28274
28275  To get back to the predefined distance, 
28276 \series bold
28277
28278 \backslash
28279 jot
28280 \series default
28281  is set to the value 3
28282 \begin_inset space \thinspace{}
28283 \end_inset
28284
28285 pt.
28286 \end_layout
28287
28288 \begin_layout Subsubsection
28289 Column Separation
28290 \begin_inset CommandInset label
28291 LatexCommand label
28292 name "sub:Column-Separation"
28293
28294 \end_inset
28295
28296
28297 \begin_inset Index idx
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 Formula ! multiline ! Column separation
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 Multiline formulas form a matrix.
28311  A formula in the eqnarray environment is for example a matrix with three
28312  columns.
28313  By changing the column separation in this environment, the space beside
28314  the relation sign can be changed.
28315 \end_layout
28316
28317 \begin_layout Standard
28318 The column separation is specified with the length 
28319 \series bold
28320
28321 \backslash
28322 arraycolsep
28323 \series default
28324
28325 \begin_inset Index idx
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329 Commands ! A ! 
28330 \backslash
28331 arraycolsep
28332 \end_layout
28333
28334 \end_inset
28335
28336  according to:
28337 \begin_inset Newline newline
28338 \end_inset
28339
28340 column separation = 2
28341 \begin_inset space \thinspace{}
28342 \end_inset
28343
28344
28345 \series bold
28346
28347 \backslash
28348 arraycolsep
28349 \series default
28350
28351 \begin_inset Newline newline
28352 \end_inset
28353
28354 Thus, the command
28355 \end_layout
28356
28357 \begin_layout Standard
28358
28359 \series bold
28360
28361 \backslash
28362 setlength{
28363 \backslash
28364 arraycolsep}{1cm}
28365 \end_layout
28366
28367 \begin_layout Standard
28368 inserted in TeX-mode, sets for all following formulas a column separation
28369  of 2
28370 \begin_inset space \thinspace{}
28371 \end_inset
28372
28373 cm.
28374  To get back to the predefined distance, 
28375 \series bold
28376
28377 \backslash
28378 arraycolsep
28379 \series default
28380  is set to 5
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 pt.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 A formula with 2
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 cm column separation:
28393 \begin_inset ERT
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397
28398
28399 \backslash
28400 setlength{
28401 \backslash
28402 arraycolsep}{1cm}
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \begin_inset Formula 
28409 \begin{eqnarray*}
28410 A & = & B\\
28411 C & \ne & A
28412 \end{eqnarray*}
28413
28414 \end_inset
28415
28416 A formula with the predefined column separation for matrices of 10
28417 \begin_inset space \thinspace{}
28418 \end_inset
28419
28420 pt:
28421 \begin_inset ERT
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425
28426
28427 \backslash
28428 setlength{
28429 \backslash
28430 arraycolsep}{5pt}
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \begin_inset Formula 
28437 \begin{eqnarray*}
28438 A & = & B\\
28439 C & \ne & A
28440 \end{eqnarray*}
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Subsubsection
28448 Long Formulas
28449 \begin_inset Index idx
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 Formula ! long
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \begin_layout Standard
28462 Long formulas can be typeset using these methods:
28463 \end_layout
28464
28465 \begin_layout Itemize
28466 When one side of the equation is much shorter than the line width, this
28467  one is chosen for the left side and the right side is typeset over two
28468  lines:
28469 \begin_inset Formula 
28470 \begin{eqnarray}
28471 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 \\
28472  &  & -\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}
28473 \end{eqnarray}
28474
28475 \end_inset
28476
28477 The minus sign at the beginning of the second line does normally not appear
28478  as an operator because it is the first character of the line.
28479  Thus it would not be surrounded by space and could not be distinguished
28480  from the fraction bar.
28481  To avoid this, 3
28482 \begin_inset space \thinspace{}
28483 \end_inset
28484
28485 pt space was inserted behind the minus sign with the command 
28486 \series bold
28487
28488 \backslash
28489 hspace
28490 \series default
28491 .
28492 \begin_inset Foot
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 for more about 
28497 \series bold
28498
28499 \backslash
28500 hspace
28501 \series default
28502  see 
28503 \begin_inset CommandInset ref
28504 LatexCommand ref
28505 reference "sub:Variable-Space"
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \begin_inset Index idx
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519 Commands ! H ! 
28520 \backslash
28521 hspace
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Itemize
28530 When both sides of the equation are too long, the command 
28531 \series bold
28532
28533 \backslash
28534 lefteqn
28535 \series default
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Commands ! L ! 
28542 \backslash
28543 lefteqn
28544 \end_layout
28545
28546 \end_inset
28547
28548  is used.
28549  It is inserted in the first column of the first line and causes all further
28550  insertions to overwrite the following columns:
28551 \begin_inset Formula 
28552 \begin{eqnarray}
28553 \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 \\
28554  &  & -\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 \\
28555  &  & =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}
28556 \end{eqnarray}
28557
28558 \end_inset
28559
28560 After the insertion of 
28561 \series bold
28562
28563 \backslash
28564 lefteqn
28565 \series default
28566 , the cursor is in a purple box that is a bit shifted to the left from the
28567  blue one.
28568  In this the formula is inserted.
28569 \begin_inset Newline newline
28570 \end_inset
28571
28572 The content of the further lines is inserted to the second or another formula
28573  column.
28574  The greater the column number where it was inserted, the larger the indentation.
28575 \begin_inset VSpace medskip
28576 \end_inset
28577
28578
28579 \begin_inset Newline newline
28580 \end_inset
28581
28582
28583 \begin_inset Note Greyedout
28584 status open
28585
28586 \begin_layout Plain Layout
28587 Note the following when using 
28588 \series bold
28589
28590 \backslash
28591 lefteqn
28592 \series default
28593 :
28594 \end_layout
28595
28596 \begin_layout Itemize
28597 The formula doesn't use the full page width.
28598  When e.
28599 \begin_inset space \thinspace{}
28600 \end_inset
28601
28602 g.
28603 \begin_inset space \space{}
28604 \end_inset
28605
28606 the term 
28607 \begin_inset Formula $-B^{2}$
28608 \end_inset
28609
28610  is added to the first line in the above example, it would have been outside
28611  the page margin.
28612  To better use the width, negative space can be inserted at the beginning
28613  of the first line.
28614 \end_layout
28615
28616 \begin_layout Itemize
28617 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28618  line.
28619 \begin_inset Foot
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 \begin_inset CommandInset href
28624 LatexCommand href
28625 name "LyX-bug #1429"
28626 target "http://www.lyx.org/trac/ticket/1429"
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \end_inset
28634
28635  One can only set the cursor at the beginning of the line and move it with
28636  the arrow keys.
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Itemize
28645 Other methods to set long formulas are offered by the environments described
28646  in 
28647 \begin_inset CommandInset ref
28648 LatexCommand ref
28649 reference "sub:Multline-Environment"
28650
28651 \end_inset
28652
28653  and 
28654 \begin_inset CommandInset ref
28655 LatexCommand ref
28656 reference "sub:Multiline-Formula-Parts"
28657
28658 \end_inset
28659
28660 .
28661 \end_layout
28662
28663 \begin_layout Subsubsection
28664 Multiline Brackets
28665 \begin_inset CommandInset label
28666 LatexCommand label
28667 name "sub:Multiline-Brackets"
28668
28669 \end_inset
28670
28671
28672 \begin_inset Index idx
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676 Brackets ! for multiline expressions
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 For brackets spanning multiple lines the following problem occurs:
28686 \begin_inset Formula 
28687 \begin{eqnarray*}
28688 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28689  &  & \left.\cdots+B-D\right]
28690 \end{eqnarray*}
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 The closing bracket is smaller than the opening bracket because brackets
28699  with variable size may not span multiple lines.
28700 \end_layout
28701
28702 \begin_layout Standard
28703 To set the bracket size for the second line correctly, the first line is
28704  ended with 
28705 \series bold
28706
28707 \backslash
28708 right.
28709 \series default
28710
28711 \begin_inset Index idx
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 Commands ! R ! 
28716 \backslash
28717 right
28718 \end_layout
28719
28720 \end_inset
28721
28722  and the second line with 
28723 \series bold
28724
28725 \backslash
28726 left.
28727 \begin_inset Foot
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 for more about 
28732 \series bold
28733
28734 \backslash
28735 left
28736 \series default
28737  and 
28738 \series bold
28739
28740 \backslash
28741 right
28742 \series default
28743  see 
28744 \begin_inset CommandInset ref
28745 LatexCommand ref
28746 reference "sub:Automatic-Bracket-Size"
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \series default
28757
28758 \begin_inset Index idx
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Commands ! L ! 
28763 \backslash
28764 left
28765 \end_layout
28766
28767 \end_inset
28768
28769 .
28770  After 
28771 \series bold
28772
28773 \backslash
28774 left.
28775
28776 \series default
28777  the command 
28778 \series bold
28779
28780 \backslash
28781 vphantom
28782 \series default
28783
28784 \begin_inset ERT
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788
28789
28790 \backslash
28791 spce 
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \series bold
28798
28799 \backslash
28800 prod
28801 \series default
28802 ^
28803 \begin_inset ERT
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807
28808
28809 \backslash
28810 spce 
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \series bold
28817
28818 \backslash
28819 infty
28820 \series default
28821
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827
28828 \backslash
28829 spce 
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \series bold
28836
28837 \begin_inset Formula $\downarrow$
28838 \end_inset
28839
28840 _R=1}
28841 \series default
28842
28843 \begin_inset Index idx
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847 Commands ! V ! 
28848 \backslash
28849 vphantom
28850 \end_layout
28851
28852 \end_inset
28853
28854  is inserted, because the multiplication operator with its limits is the
28855  largest symbol in the first line and this should be the size for the bracket
28856  in the second line.
28857 \end_layout
28858
28859 \begin_layout Standard
28860 The result is this:
28861 \begin_inset Formula 
28862 \begin{eqnarray*}
28863 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28864  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28865 \end{eqnarray*}
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Subsection
28873 Align Environments
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Align environments can be used for every kind of multiline formulas.
28878  They are especially useful to set several formulas side by side.
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Align environments consist of columns.
28883  The odd columns are right aligned, the even ones left aligned.
28884  Every line in an Align environment can be numbered.
28885 \end_layout
28886
28887 \begin_layout Standard
28888 Align environments are created via the menu 
28889 \family sans
28890 Insert\SpecialChar \menuseparator
28891 Math
28892 \family default
28893 .
28894  With the menu 
28895 \family sans
28896 Edit\SpecialChar \menuseparator
28897 Math\SpecialChar \menuseparator
28898 Change Formula Type
28899 \family default
28900  already existing formulas can be converted to Align environments.
28901 \end_layout
28902
28903 \begin_layout Standard
28904 To add or delete columns, the math toolbar buttons 
28905 \begin_inset Graphics
28906         filename ../images/tabular-feature_append-column.png
28907         scale 85
28908
28909 \end_inset
28910
28911  or 
28912 \begin_inset Graphics
28913         filename ../images/tabular-feature_delete-column.png
28914         scale 85
28915
28916 \end_inset
28917
28918 , respectively, or the menu 
28919 \family sans
28920 Edit\SpecialChar \menuseparator
28921 Rows & Columns
28922 \family default
28923  can be used.
28924 \end_layout
28925
28926 \begin_layout Subsubsection
28927 Standard align Environment
28928 \begin_inset CommandInset label
28929 LatexCommand label
28930 name "sub:Standard-align-Environment"
28931
28932 \end_inset
28933
28934
28935 \begin_inset Index idx
28936 status collapsed
28937
28938 \begin_layout Plain Layout
28939 Formula ! multiline ! align environment
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \end_layout
28946
28947 \begin_layout Standard
28948 This Align environment is created by pressing 
28949 \begin_inset Info
28950 type  "shortcut"
28951 arg   "newline-insert newline"
28952 \end_inset
28953
28954  in a formula or by the menu 
28955 \family sans
28956 Insert\SpecialChar \menuseparator
28957 Math\SpecialChar \menuseparator
28958 AMS align Environment
28959 \family default
28960 .
28961 \end_layout
28962
28963 \begin_layout Standard
28964 An example for two formulas set side by side, that are created with a four
28965  column align environment:
28966 \begin_inset Formula 
28967 \begin{align*}
28968 A & =\sin(B) & C & =D\\
28969 C & \ne A & B & \ne D
28970 \end{align*}
28971
28972 \end_inset
28973
28974 As it can be seen, the formulas in this environment are placed so as if
28975  there would be a 
28976 \series bold
28977
28978 \backslash
28979 hfill
28980 \begin_inset Foot
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 more about 
28985 \series bold
28986
28987 \backslash
28988 hfill
28989 \series default
28990  see 
28991 \begin_inset CommandInset ref
28992 LatexCommand ref
28993 reference "sub:Variable-Space"
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \series default
29004  before the first and after every even column.
29005  When the formula style 
29006 \series bold
29007 Indented
29008 \begin_inset Foot
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012 formula styles see 
29013 \begin_inset CommandInset ref
29014 LatexCommand ref
29015 reference "sec:Formula-Styles"
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \series default
29026  is used, the formula is set without the 
29027 \series bold
29028
29029 \backslash
29030 hfill
29031 \series default
29032  before the first column.
29033 \end_layout
29034
29035 \begin_layout Subsubsection
29036 Alignat Environment
29037 \begin_inset Index idx
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 Formula ! multiline ! alignat environment
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 The alignat environment has no predefined column separation.
29051  It can be inserted manually with the spaces that are described 
29052 \begin_inset CommandInset ref
29053 LatexCommand ref
29054 reference "sub:Space"
29055
29056 \end_inset
29057
29058 .
29059 \end_layout
29060
29061 \begin_layout Standard
29062 The above example in the alignat environment where 1
29063 \begin_inset space \thinspace{}
29064 \end_inset
29065
29066 cm space was inserted at the beginning of the second formula:
29067 \begin_inset Formula 
29068 \begin{alignat*}{2}
29069 A & =\sin(B) & \hspace{1cm}C & =D\\
29070 C & \ne A & B & \ne D
29071 \end{alignat*}
29072
29073 \end_inset
29074
29075 Because the column separation can be set separately for every column, this
29076  environment is especially suitable to set three and more formulas side
29077  by side.
29078 \end_layout
29079
29080 \begin_layout Subsubsection
29081 Flalign Environment
29082 \begin_inset CommandInset label
29083 LatexCommand label
29084 name "sub:Flalign-Environment"
29085
29086 \end_inset
29087
29088
29089 \begin_inset Index idx
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Formula ! multiline ! flalign environment
29094 \end_layout
29095
29096 \end_inset
29097
29098
29099 \end_layout
29100
29101 \begin_layout Standard
29102 In this environment the first two columns are always set as much as possible
29103  to the left and the last two ones to the right.
29104  An example:
29105 \begin_inset Formula 
29106 \begin{flalign*}
29107 A & =1 & B & =2 & C & =3\\
29108 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29109 \end{flalign*}
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 By creating a flalign environment with an odd number of columns where an
29118  empty TeX-brace is inserted to the last column, several formulas in a document
29119  can be set to the left, although the formula style 
29120 \series bold
29121 Centered
29122 \series default
29123  is used.
29124  As example the indented formula 
29125 \begin_inset CommandInset ref
29126 LatexCommand eqref
29127 reference "eq:VolInt"
29128
29129 \end_inset
29130
29131 :
29132 \begin_inset Formula 
29133 \begin{flalign}
29134 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29135 \end{flalign}
29136
29137 \end_inset
29138
29139 The first two columns contain the formula.
29140  To indent it as with the formula style 
29141 \series bold
29142 Indented
29143 \series default
29144 , 30
29145 \begin_inset space \thinspace{}
29146 \end_inset
29147
29148 pt space was inserted at the beginning of the first column.
29149 \end_layout
29150
29151 \begin_layout Subsection
29152 Eqnarray Environment
29153 \begin_inset CommandInset label
29154 LatexCommand label
29155 name "sub:Eqnarray-Environment"
29156
29157 \end_inset
29158
29159
29160 \begin_inset Index idx
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Formula ! multiline ! eqnarray environment
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \begin_layout Standard
29173 When this environment has been created, three blue boxes appear.
29174  The content of the first box is right aligned, the content of the last
29175  one left aligned.
29176  The content of the middle box appears centered and a bit smaller, because
29177  it is designed to insert there only relation characters.
29178 \begin_inset Formula 
29179 \begin{eqnarray*}
29180 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29181 AB & AB & AB\\
29182 A & = & A
29183 \end{eqnarray*}
29184
29185 \end_inset
29186
29187
29188 \end_layout
29189
29190 \begin_layout Subsection
29191 Gather Environment
29192 \begin_inset Index idx
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 Formula ! multiline ! gather environment
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Standard
29205 This environment consists of only one centered column.
29206  Every line can be numbered.
29207 \begin_inset Formula 
29208 \begin{gather}
29209 A=1\\
29210 X=\textrm{-}1
29211 \end{gather}
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Subsection
29219 Multline Environment
29220 \begin_inset CommandInset label
29221 LatexCommand label
29222 name "sub:Multline-Environment"
29223
29224 \end_inset
29225
29226
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Formula ! multiline ! multline environment
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 The multline environment consists, like the gather environment, of only
29241  one column.
29242  But the first line is left aligned, the last one right aligned.
29243  All other lines are centered.
29244  Therefore this environment is suitable for long formulas.
29245  As example formula 
29246 \begin_inset CommandInset ref
29247 LatexCommand eqref
29248 reference "eq:lefteqn"
29249
29250 \end_inset
29251
29252  in the multline environment:
29253 \begin_inset Formula 
29254 \begin{multline}
29255 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}\\
29256 -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}\\
29257 =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}}
29258 \end{multline}
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 In the output only the last (first) line of a multline environment appears
29267  numbered when the document numbering is right (left).
29268 \begin_inset Foot
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 numbering styles see 
29273 \begin_inset CommandInset ref
29274 LatexCommand ref
29275 reference "sec:Formula-Styles"
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 With the commands 
29289 \series bold
29290
29291 \backslash
29292 shoveright
29293 \series default
29294
29295 \begin_inset Index idx
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299 Commands ! S ! 
29300 \backslash
29301 shoveright
29302 \end_layout
29303
29304 \end_inset
29305
29306  and 
29307 \series bold
29308
29309 \backslash
29310 shoveleft
29311 \series default
29312
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Commands ! S ! 
29318 \backslash
29319 shoveleft
29320 \end_layout
29321
29322 \end_inset
29323
29324  a centered line can be right or left aligned, respectively.
29325  The commands are used as follows:
29326 \end_layout
29327
29328 \begin_layout Standard
29329
29330 \series bold
29331
29332 \backslash
29333 shoveright{line content}
29334 \series default
29335  and 
29336 \series bold
29337
29338 \backslash
29339 shoveleft{line content}
29340 \end_layout
29341
29342 \begin_layout Standard
29343 \begin_inset VSpace medskip
29344 \end_inset
29345
29346 The length 
29347 \series bold
29348
29349 \backslash
29350 multlinegap
29351 \series default
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 Commands ! M ! 
29358 \backslash
29359 multlinegap
29360 \end_layout
29361
29362 \end_inset
29363
29364  specifies the distance of the first line from the left page margin.
29365  Predefined is the length 0
29366 \begin_inset space \thinspace{}
29367 \end_inset
29368
29369 pt.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 As example the above formula where the command
29374 \end_layout
29375
29376 \begin_layout Standard
29377
29378 \series bold
29379
29380 \backslash
29381 setlength{
29382 \backslash
29383 multlinegap}{2cm}
29384 \end_layout
29385
29386 \begin_layout Standard
29387 was inserted in TeX-mode before:
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 setlength{
29396 \backslash
29397 multlinegap}{2cm}
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Formula 
29404 \begin{multline}
29405 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}\\
29406 \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}}\\
29407 =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}}
29408 \end{multline}
29409
29410 \end_inset
29411
29412
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 setlength{
29421 \backslash
29422 multlinegap}{0pt}
29423 \end_layout
29424
29425 \end_inset
29426
29427 The second line was left aligned using 
29428 \series bold
29429
29430 \backslash
29431 shoveleft
29432 \series default
29433 .
29434 \end_layout
29435
29436 \begin_layout Subsection
29437 Multiline Formula Parts
29438 \begin_inset CommandInset label
29439 LatexCommand label
29440 name "sub:Multiline-Formula-Parts"
29441
29442 \end_inset
29443
29444
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 Formula ! multiline ! formula parts
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458 To display only parts of a formula with multiple lines, one of the following
29459  environments is used: 
29460 \series bold
29461 aligned
29462 \series default
29463
29464 \series bold
29465 alignedat
29466 \series default
29467
29468 \series bold
29469 gathered
29470 \series default
29471  or 
29472 \series bold
29473 split
29474 \series default
29475 .
29476  They can be inserted via the menu 
29477 \family sans
29478 Insert\SpecialChar \menuseparator
29479 Math
29480 \family default
29481  or by using the commands described in this section.
29482 \end_layout
29483
29484 \begin_layout Standard
29485 The first three have the same properties as the corresponding multiline
29486  formula environments, but it is possible to set further formula parts beside
29487  them.
29488  An example:
29489 \begin_inset Formula 
29490 \[
29491 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29492 \Delta E\Delta t & \ge\frac{\hbar}{2}
29493 \end{aligned}
29494 \right\} \textrm{Uncertainty relations}
29495 \]
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \begin_layout Standard
29503 To get this formula, a displayed formula is created where the command 
29504 \series bold
29505
29506 \backslash
29507 aligned
29508 \series default
29509
29510 \begin_inset Index idx
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 Commands ! A ! 
29515 \backslash
29516 aligned
29517 \end_layout
29518
29519 \end_inset
29520
29521  is inserted.
29522  A purple box appears around the blue formula box where now columns and
29523  lines can be added.
29524  Outside the multiline environment other formula parts can be set, like
29525  the brace.
29526 \end_layout
29527
29528 \begin_layout Standard
29529 The aligned environment is also suitable for long formulas whose lines are
29530  horizontally aligned.
29531  Using aligned in a displayed formula has the advantage that the formula
29532  number is vertically centered behind the lines.
29533  As example formula 
29534 \begin_inset CommandInset ref
29535 LatexCommand eqref
29536 reference "eq:shortlong"
29537
29538 \end_inset
29539
29540  in the aligned environment:
29541 \begin_inset Formula 
29542 \begin{equation}
29543 \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}|}\\
29544  & -\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}|}
29545 \end{aligned}
29546 \end{equation}
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Standard
29554 To use the environments 
29555 \series bold
29556 alignedat
29557 \series default
29558
29559 \series bold
29560 gathered
29561 \series default
29562 , or 
29563 \series bold
29564 split
29565 \series default
29566 , the command 
29567 \series bold
29568
29569 \backslash
29570 alignedat
29571 \series default
29572 ,
29573 \begin_inset Index idx
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577 Commands ! A ! 
29578 \backslash
29579 alignedat
29580 \end_layout
29581
29582 \end_inset
29583
29584  
29585 \series bold
29586
29587 \backslash
29588 gathered
29589 \series default
29590
29591 \begin_inset Index idx
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Commands ! G ! 
29596 \backslash
29597 gathered
29598 \end_layout
29599
29600 \end_inset
29601
29602 , or 
29603 \series bold
29604
29605 \backslash
29606 split
29607 \series default
29608
29609 \begin_inset Index idx
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 Commands ! S ! 
29614 \backslash
29615 split
29616 \end_layout
29617
29618 \end_inset
29619
29620  are inserted, respectively.
29621  The split environment has the same properties as the aligned environment
29622  but it can only have two columns.
29623 \end_layout
29624
29625 \begin_layout Subsection
29626 Text in multiline Formulas
29627 \begin_inset CommandInset label
29628 LatexCommand label
29629 name "sub:Text-in-multiline"
29630
29631 \end_inset
29632
29633
29634 \begin_inset Index idx
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Text ! in formulas
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset Index idx
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648 Formula ! multiline ! text
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 In the Align environments, and the multline and gather environment, text
29658  can be inserted that will appear in a separate line and doesn't affect
29659  the column alignment.
29660  To do this, the command 
29661 \series bold
29662
29663 \backslash
29664 intertext
29665 \series default
29666
29667 \begin_inset Index idx
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Commands ! I ! 
29672 \backslash
29673 intertext
29674 \end_layout
29675
29676 \end_inset
29677
29678  is used in the following scheme:
29679 \end_layout
29680
29681 \begin_layout Standard
29682
29683 \series bold
29684
29685 \backslash
29686 intertext{text}
29687 \end_layout
29688
29689 \begin_layout Standard
29690 The text should not be longer than a line because it cannot be hyphenated.
29691  As LyX doesn't yet support 
29692 \series bold
29693
29694 \backslash
29695 intertext
29696 \series default
29697  directly, the text is written as mathematical text.
29698  
29699 \series bold
29700
29701 \backslash
29702 intertext
29703 \series default
29704  must hereby be at the beginning of a line and appears in the output above
29705  this line.
29706  An example where the text was inserted at the beginning of the second line:
29707 \begin_inset Formula 
29708 \begin{align}
29709 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29710 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29711 \end{align}
29712
29713 \end_inset
29714
29715
29716 \end_layout
29717
29718 \begin_layout Section
29719 Formula Numbering
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 Formula numbering
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \begin_inset Index idx
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734 Formula ! numbering|see
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740 {
29741 \end_layout
29742
29743 \end_inset
29744
29745 Formula numbering
29746 \begin_inset ERT
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750
29751 }
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Subsection
29765 General
29766 \end_layout
29767
29768 \begin_layout Standard
29769 Numbered formulas can be created with the menu 
29770 \family sans
29771 Insert\SpecialChar \menuseparator
29772 Math\SpecialChar \menuseparator
29773 Numbered
29774 \begin_inset space ~
29775 \end_inset
29776
29777 Formula
29778 \family default
29779  (shortcut 
29780 \family sans
29781 Ctrl+Alt
29782 \begin_inset space ~
29783 \end_inset
29784
29785 N
29786 \family default
29787 ).
29788  Existing formulas can be numbered with the menu 
29789 \family sans
29790 Edit\SpecialChar \menuseparator
29791 Math\SpecialChar \menuseparator
29792 Toggle
29793 \begin_inset space ~
29794 \end_inset
29795
29796 Numbering
29797 \family default
29798  (shortcut 
29799 \begin_inset Info
29800 type  "shortcut"
29801 arg   "math-number-toggle"
29802 \end_inset
29803
29804 ).
29805  The formula number is displayed in LyX behind the formula as a number sign
29806  in parentheses.
29807  The number sign is replaced in the output by the formula number.
29808 \end_layout
29809
29810 \begin_layout Standard
29811 When numbering is turned on in multiline formulas, all lines will be numbered.
29812  But the numbering can be controlled with the menu 
29813 \family sans
29814 Edit\SpecialChar \menuseparator
29815 Math\SpecialChar \menuseparator
29816 Toggle
29817 \begin_inset space ~
29818 \end_inset
29819
29820 Numbering
29821 \begin_inset space ~
29822 \end_inset
29823
29824 of
29825 \begin_inset space ~
29826 \end_inset
29827
29828 Line
29829 \family default
29830  (shortcut 
29831 \begin_inset Info
29832 type  "shortcut"
29833 arg   "math-number-line-toggle"
29834 \end_inset
29835
29836 ) for every line.
29837 \end_layout
29838
29839 \begin_layout Standard
29840 Except for inline formulas, all formulas can be numbered with two different
29841  styles, see 
29842 \begin_inset CommandInset ref
29843 LatexCommand ref
29844 reference "sec:Formula-Styles"
29845
29846 \end_inset
29847
29848 .
29849 \end_layout
29850
29851 \begin_layout Subsection
29852 Cross-References
29853 \begin_inset Index idx
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 Cross-references ! to formulas
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \end_layout
29864
29865 \begin_layout Standard
29866 All labeled formulas can be cross-referenced.
29867  A label is added by the menu 
29868 \family sans
29869 Insert\SpecialChar \menuseparator
29870 Label
29871 \family default
29872  or the toolbar button 
29873 \begin_inset Graphics
29874         filename ../images/label-insert.png
29875         scale 85
29876
29877 \end_inset
29878
29879 .
29880  The cursor must hereby be inside a displayed formula.
29881  Alternatively you can right-click on the formula and choose 
29882 \family sans
29883 Equation Label
29884 \family default
29885 .
29886  A dialog pops up displaying the prefix 
29887 \series bold
29888 eq:
29889 \series default
29890  in a text field.
29891  The label is inserted there behind the prefix.
29892  The predefined prefix means 
29893 \begin_inset Quotes eld
29894 \end_inset
29895
29896 equation
29897 \begin_inset Quotes erd
29898 \end_inset
29899
29900  and makes it easier to find labels in large documents because it marks
29901  it as formula label to divide it from e.
29902 \begin_inset space \thinspace{}
29903 \end_inset
29904
29905 g.
29906 \begin_inset space \space{}
29907 \end_inset
29908
29909 section labels.
29910  To change a label, the menu 
29911 \family sans
29912 Insert\SpecialChar \menuseparator
29913 Label
29914 \family default
29915  is used again or you right-click on a formula and then on 
29916 \family sans
29917 Equation Label
29918 \family default
29919 .
29920 \end_layout
29921
29922 \begin_layout Standard
29923 The name of the label is displayed in LyX within two parentheses behind
29924  formula.
29925  A formula with a label is always numbered.
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Cross-references are inserted via the menu 
29930 \family sans
29931 Insert\SpecialChar \menuseparator
29932 Cross-Reference
29933 \family default
29934  or with the toolbar button 
29935 \begin_inset Graphics
29936         filename ../images/dialog-show-new-inset_ref.png
29937         scale 85
29938
29939 \end_inset
29940
29941 .
29942  A formula cross-reference appears in the output as formula number.
29943  When in the cross-reference dialog window the format 
29944 \series bold
29945 (<reference>)
29946 \series default
29947  is chosen, the cross-reference appears in the output as formula number
29948  in parentheses.
29949 \begin_inset Newline newline
29950 \end_inset
29951
29952 By right-clicking on a cross-reference in LyX, one jumps to the formula
29953  that is referenced.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Here are as examples cross-references to formulas of the following subsections:
29958 \begin_inset Note Note
29959 status open
29960
29961 \begin_layout Plain Layout
29962 Note the different cross-reference types.
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 The equations 
29972 \begin_inset CommandInset ref
29973 LatexCommand eqref
29974 reference "eq:tag"
29975
29976 \end_inset
29977
29978  and 
29979 \begin_inset CommandInset ref
29980 LatexCommand eqref
29981 reference "eq:c"
29982
29983 \end_inset
29984
29985  are equivalent.
29986  In (
29987 \begin_inset CommandInset ref
29988 LatexCommand ref
29989 reference "eq:Lat"
29990
29991 \end_inset
29992
29993 ) big Latin letters are used for the numbering in contrary to (
29994 \begin_inset CommandInset ref
29995 LatexCommand ref
29996 reference "eq:Rom"
29997
29998 \end_inset
29999
30000 ).
30001 \end_layout
30002
30003 \begin_layout Standard
30004 \begin_inset VSpace medskip
30005 \end_inset
30006
30007 When the argument of 
30008 \series bold
30009
30010 \backslash
30011 tag
30012 \begin_inset Foot
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017 \series bold
30018
30019 \backslash
30020 tag
30021 \series default
30022  is described in 
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "sub:User-defined-Numbering"
30026
30027 \end_inset
30028
30029 .
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \series default
30036  contains a box like in 
30037 \begin_inset CommandInset ref
30038 LatexCommand ref
30039 reference "sub:Paragraph-Boxes"
30040
30041 \end_inset
30042
30043 , the formula cannot be referenced.
30044 \end_layout
30045
30046 \begin_layout Subsection
30047 Subnumbering
30048 \begin_inset Index idx
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Formula numbering ! subnumbering
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \end_layout
30059
30060 \begin_layout Standard
30061 With the help of the commands 
30062 \series bold
30063
30064 \backslash
30065 begin{subequations}
30066 \series default
30067  and 
30068 \series bold
30069
30070 \backslash
30071 end{subequations}
30072 \series default
30073  formulas can be subnumbered.
30074  Both commands are inserted in TeX-mode.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 An example:
30079 \begin_inset Formula 
30080 \begin{equation}
30081 A=C-B\label{eq:a}
30082 \end{equation}
30083
30084 \end_inset
30085
30086
30087 \begin_inset ERT
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091
30092
30093 \backslash
30094 addtocounter{equation}{-1}
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105
30106 \backslash
30107 begin{subequations}
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \begin_inset VSpace -5mm
30114 \end_inset
30115
30116
30117 \begin_inset Formula 
30118 \begin{equation}
30119 B=C-A\label{eq:b}
30120 \end{equation}
30121
30122 \end_inset
30123
30124
30125 \begin_inset Formula 
30126 \begin{equation}
30127 C=A+B\label{eq:c}
30128 \end{equation}
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \begin_layout Standard
30136 \begin_inset ERT
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140
30141
30142 \backslash
30143 end{subequations}
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \end_layout
30150
30151 \begin_layout Standard
30152 To create the example, the following is done:
30153 \end_layout
30154
30155 \begin_layout Enumerate
30156 first formula is inserted
30157 \end_layout
30158
30159 \begin_layout Enumerate
30160
30161 \series bold
30162
30163 \backslash
30164 addtocounter{equation}{-1} 
30165 \backslash
30166 begin{subequations}
30167 \begin_inset Index idx
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171 Commands ! A ! 
30172 \backslash
30173 addtocounter
30174 \end_layout
30175
30176 \end_inset
30177
30178
30179 \begin_inset Newline newline
30180 \end_inset
30181
30182
30183 \series default
30184 is inserted after the first formula
30185 \end_layout
30186
30187 \begin_layout Enumerate
30188 second formula is inserted
30189 \end_layout
30190
30191 \begin_layout Enumerate
30192 third formula is inserted
30193 \end_layout
30194
30195 \begin_layout Enumerate
30196
30197 \series bold
30198
30199 \backslash
30200 end{subequations}
30201 \series default
30202  is inserted after the third formula
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Every formula between the commands 
30207 \series bold
30208
30209 \backslash
30210 begin
30211 \series default
30212  and 
30213 \series bold
30214
30215 \backslash
30216 end
30217 \series default
30218  is subnumbered as a, b, 
30219 \begin_inset Newline linebreak
30220 \end_inset
30221
30222 c, \SpecialChar \ldots{}
30223  For multiline formulas every line will be subnumbered.
30224  All subnumbered formulas are treated as 
30225 \emph on
30226 one
30227 \emph default
30228  numbered formula.
30229  But as every numbered formula increases the counter 
30230 \series bold
30231 equation
30232 \series default
30233  by one, the command 
30234 \series bold
30235
30236 \backslash
30237 addtocounter
30238 \series default
30239  is needed to decrease it.
30240  Otherwise the formulas 
30241 \begin_inset CommandInset ref
30242 LatexCommand eqref
30243 reference "eq:a"
30244
30245 \end_inset
30246
30247
30248 \begin_inset CommandInset ref
30249 LatexCommand eqref
30250 reference "eq:b"
30251
30252 \end_inset
30253
30254
30255 \begin_inset CommandInset ref
30256 LatexCommand eqref
30257 reference "eq:c"
30258
30259 \end_inset
30260
30261  would be numbered as 
30262 \begin_inset CommandInset ref
30263 LatexCommand eqref
30264 reference "eq:a"
30265
30266 \end_inset
30267
30268
30269 \begin_inset CommandInset ref
30270 LatexCommand eqref
30271 reference "eq:d"
30272
30273 \end_inset
30274
30275
30276 \begin_inset CommandInset ref
30277 LatexCommand eqref
30278 reference "eq:f"
30279
30280 \end_inset
30281
30282 .
30283 \end_layout
30284
30285 \begin_layout Standard
30286 By inserting the commands in TeX-mode, a space is created between the first
30287  two formulas.
30288  To revert this -5
30289 \begin_inset space \thinspace{}
30290 \end_inset
30291
30292 mm vertical space is inserted after the command 
30293 \series bold
30294
30295 \backslash
30296 begin{subequations}
30297 \series default
30298 .
30299  When the formula style 
30300 \series bold
30301 Indented
30302 \begin_inset Foot
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 formula styles see 
30307 \begin_inset CommandInset ref
30308 LatexCommand ref
30309 reference "sec:Formula-Styles"
30310
30311 \end_inset
30312
30313
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \series default
30320  is used, -7
30321 \begin_inset space \thinspace{}
30322 \end_inset
30323
30324 mm space is inserted instead.
30325 \end_layout
30326
30327 \begin_layout Standard
30328 Here is an example for a multiline formula where the numbering was turned
30329  off for the second line:
30330 \begin_inset ERT
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334
30335
30336 \backslash
30337 begin{subequations}
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset Formula 
30344 \begin{eqnarray}
30345 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30346  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30347  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30348 \end{eqnarray}
30349
30350 \end_inset
30351
30352
30353 \begin_inset ERT
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357
30358
30359 \backslash
30360 end{subequations}
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \end_layout
30367
30368 \begin_layout Subsection
30369 User-defined Numbering
30370 \begin_inset CommandInset label
30371 LatexCommand label
30372 name "sub:User-defined-Numbering"
30373
30374 \end_inset
30375
30376
30377 \begin_inset Index idx
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Formula numbering ! user-defined
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \begin_layout Standard
30390 \begin_inset Index idx
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Formula numbering ! self-defined delimiters
30395 \end_layout
30396
30397 \end_inset
30398
30399 With the standard numbering parentheses are set around the formula number.
30400  To replace the parentheses for example by vertical bars, the following
30401  line is added to the LaTeX-preamble:
30402 \end_layout
30403
30404 \begin_layout Standard
30405
30406 \series bold
30407
30408 \backslash
30409 def
30410 \backslash
30411 tagform@#1{
30412 \backslash
30413 maketag@@@{|#1|}}
30414 \series default
30415
30416 \begin_inset Note Note
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 This macro is already declared in the LaTeX-preamble for testing.
30421  To activate it, remove the percent sign at the beginning.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 To use other characters, the vertical bars besides the 
30431 \series bold
30432 #1
30433 \series default
30434  are replaced by one ore more characters.
30435  To get only the formula number the vertical bars are omitted.
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset VSpace bigskip
30440 \end_inset
30441
30442 When there should be an expression of your choice instead of the consecutive
30443  formula number in parentheses behind the formula, the command 
30444 \series bold
30445
30446 \backslash
30447 tag
30448 \series default
30449
30450 \begin_inset Index idx
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 Commands ! T ! 
30455 \backslash
30456 tag
30457 \end_layout
30458
30459 \end_inset
30460
30461  is used:
30462 \begin_inset Formula 
30463 \begin{equation}
30464 A+B=C\tag{something}\label{eq:tag}
30465 \end{equation}
30466
30467 \end_inset
30468
30469 In this example the command 
30470 \series bold
30471
30472 \backslash
30473 tag
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479
30480 \backslash
30481 spce 
30482 \end_layout
30483
30484 \end_inset
30485
30486 something
30487 \series default
30488  was inserted in the formula.
30489 \end_layout
30490
30491 \begin_layout Standard
30492 When the command 
30493 \series bold
30494
30495 \backslash
30496 tag*
30497 \begin_inset ERT
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501
30502
30503 \backslash
30504 spce 
30505 \end_layout
30506
30507 \end_inset
30508
30509 something
30510 \series default
30511  is inserted instead, the star prevents the parentheses around the expression:
30512 \begin_inset Formula 
30513 \[
30514 A+B=C\tag*{something}
30515 \]
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \begin_layout Standard
30523 \begin_inset VSpace bigskip
30524 \end_inset
30525
30526 To restart the formula numbering with new document parts or sections, the
30527  following command is used:
30528 \end_layout
30529
30530 \begin_layout Standard
30531
30532 \series bold
30533
30534 \backslash
30535 @addtoreset{equation}{part}
30536 \series default
30537
30538 \begin_inset Index idx
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 Commands ! 
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 "
30549 \end_layout
30550
30551 \end_inset
30552
30553 @
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559 "
30560 \end_layout
30561
30562 \end_inset
30563
30564  ! 
30565 \backslash
30566
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572 "
30573 \end_layout
30574
30575 \end_inset
30576
30577 @
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583 "
30584 \end_layout
30585
30586 \end_inset
30587
30588 addtoreset
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \begin_inset Newline newline
30595 \end_inset
30596
30597 resp.
30598 \begin_inset Newline newline
30599 \end_inset
30600
30601
30602 \series bold
30603
30604 \backslash
30605 @addtoreset{equation}{section}
30606 \end_layout
30607
30608 \begin_layout Standard
30609 To be able to use these commands in TeX-mode, the 
30610 \begin_inset Quotes eld
30611 \end_inset
30612
30613 @
30614 \begin_inset Quotes erd
30615 \end_inset
30616
30617  character has to be made 
30618 \begin_inset Quotes eld
30619 \end_inset
30620
30621 active
30622 \begin_inset Quotes erd
30623 \end_inset
30624
30625  for LaTeX using the command 
30626 \series bold
30627
30628 \backslash
30629 makeatletter.
30630
30631 \series default
30632  The command 
30633 \series bold
30634
30635 \backslash
30636 makeatother
30637 \series default
30638  reverts this.
30639  So the command sequence in TeX-mode is:
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 makeatletter
30648 \begin_inset Newline newline
30649 \end_inset
30650
30651
30652 \backslash
30653 @addtoreset{equation}{section}
30654 \begin_inset Newline newline
30655 \end_inset
30656
30657
30658 \backslash
30659 makeatother
30660 \end_layout
30661
30662 \begin_layout Standard
30663 In the LaTeX-preamble 
30664 \series bold
30665
30666 \backslash
30667 makeatletter
30668 \series default
30669  and 
30670 \series bold
30671
30672 \backslash
30673 makeatother
30674 \series default
30675  can be omitted as they are automatically internally inserted by LyX.
30676 \end_layout
30677
30678 \begin_layout Standard
30679 To revert 
30680 \series bold
30681
30682 \backslash
30683 @addtoreset
30684 \series default
30685 , the file 
30686 \series bold
30687 remreset.sty
30688 \series default
30689
30690 \begin_inset Foot
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694
30695 \series bold
30696 remreset
30697 \series default
30698  is part of the LaTeX-package 
30699 \series bold
30700 carlisle
30701 \series default
30702
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Packages ! carlisle
30708 \end_layout
30709
30710 \end_inset
30711
30712  that is part of every LaTeX standard installation.
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \begin_inset Index idx
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722 Packages ! remreset
30723 \end_layout
30724
30725 \end_inset
30726
30727  has to be loaded in the LaTeX-preamble with the line
30728 \end_layout
30729
30730 \begin_layout Standard
30731
30732 \series bold
30733
30734 \backslash
30735 usepackage{remreset}
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Then the command 
30740 \series bold
30741
30742 \backslash
30743 @removefromreset
30744 \series default
30745
30746 \begin_inset Index idx
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750 Commands ! 
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756 "
30757 \end_layout
30758
30759 \end_inset
30760
30761 @
30762 \begin_inset ERT
30763 status collapsed
30764
30765 \begin_layout Plain Layout
30766
30767 "
30768 \end_layout
30769
30770 \end_inset
30771
30772  ! 
30773 \backslash
30774
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780 "
30781 \end_layout
30782
30783 \end_inset
30784
30785 @
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 "
30792 \end_layout
30793
30794 \end_inset
30795
30796 removefromreset
30797 \end_layout
30798
30799 \end_inset
30800
30801  can be used with the same scheme as 
30802 \series bold
30803
30804 \backslash
30805 @addtoreset
30806 \series default
30807 .
30808 \end_layout
30809
30810 \begin_layout Standard
30811 \begin_inset VSpace bigskip
30812 \end_inset
30813
30814 Sometimes formulas should be numbered in the following form:
30815 \end_layout
30816
30817 \begin_layout Standard
30818
30819 \family typewriter
30820 (section number.formula number)
30821 \end_layout
30822
30823 \begin_layout Standard
30824 The formula number should start with every section with 
30825 \begin_inset Quotes eld
30826 \end_inset
30827
30828 1
30829 \begin_inset Quotes erd
30830 \end_inset
30831
30832 .
30833 \end_layout
30834
30835 \begin_layout Standard
30836 For this case there is the command 
30837 \series bold
30838
30839 \backslash
30840 numberwithin
30841 \series default
30842
30843 \begin_inset Index idx
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 Commands ! N ! 
30848 \backslash
30849 numberwithin
30850 \end_layout
30851
30852 \end_inset
30853
30854 , which is used with the following scheme:
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860
30861 \backslash
30862 numberwithin{counter}{sectioning}
30863 \end_layout
30864
30865 \begin_layout Standard
30866 Counter denotes what kind of numbering is affected, sectioning denotes what
30867  number is before the dot.
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Thus in our case the following LaTeX-preamble or TeX code line is used:
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 numberwithin{equation}{section}
30880 \end_layout
30881
30882 \begin_layout Standard
30883 This is the result:
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 numberwithin{equation}{section}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Formula 
30898 \begin{equation}
30899 A+B=C
30900 \end{equation}
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 To number e.
30909 \begin_inset space \thinspace{}
30910 \end_inset
30911
30912 g.
30913 \begin_inset space \space{}
30914 \end_inset
30915
30916 tables so that the number of the part is the sectioning,
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \series bold
30922
30923 \backslash
30924 numberwithin{table}{part}
30925 \series default
30926  is used.
30927 \end_layout
30928
30929 \begin_layout Standard
30930 To go back to the standard numbering or to prevent this kind of numbering
30931  when it is defined by the document class, the following command is inserted
30932  as TeX code or to the LaTeX-preamble:
30933 \end_layout
30934
30935 \begin_layout Standard
30936
30937 \series bold
30938
30939 \backslash
30940 renewcommand{
30941 \backslash
30942 theequation}{
30943 \backslash
30944 arabic{equation}}
30945 \begin_inset Index idx
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Commands ! A ! 
30950 \backslash
30951 arabic
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \series default
30958
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964
30965 \backslash
30966 renewcommand{
30967 \backslash
30968 theequation}{
30969 \backslash
30970 arabic{equation}}
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \series bold
30977
30978 \begin_inset Newline newline
30979 \end_inset
30980
30981
30982 \series default
30983 or
30984 \series bold
30985
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989
30990 \backslash
30991 renewcommand{
30992 \backslash
30993 thetable}{
30994 \backslash
30995 arabic{table}}
30996 \end_layout
30997
30998 \begin_layout Standard
30999
31000 \series bold
31001
31002 \backslash
31003 numberwithin
31004 \series default
31005  uses internally the command 
31006 \series bold
31007
31008 \backslash
31009 @addtoreset
31010 \series default
31011 , described above, that also needs to be reverted.
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017
31018 \backslash
31019 makeatletter
31020 \end_layout
31021
31022 \begin_layout Plain Layout
31023
31024
31025 \backslash
31026 @removefromreset{equation}{section}
31027 \end_layout
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 makeatother
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Subsection
31042 Numbering with Roman Numbers and Letters
31043 \begin_inset Index idx
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047 Formula numbering ! with letters
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Formula numbering ! with Roman numbers
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \begin_layout Standard
31066 Formulas can also be numbered with Roman numbers and Latin letters.
31067  To number for example with small Roman numbers, the command
31068 \end_layout
31069
31070 \begin_layout Standard
31071
31072 \series bold
31073
31074 \backslash
31075 renewcommand{
31076 \backslash
31077 theequation}{
31078 \backslash
31079 roman{equation}}
31080 \end_layout
31081
31082 \begin_layout Standard
31083 is inserted before the formula in TeX-mode.
31084  
31085 \series bold
31086
31087 \backslash
31088 renewcommand
31089 \series default
31090
31091 \begin_inset Index idx
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 Commands ! R ! 
31096 \backslash
31097 renewcommand
31098 \end_layout
31099
31100 \end_inset
31101
31102  redefines the predefined command 
31103 \series bold
31104
31105 \backslash
31106 theequation
31107 \series default
31108  to the command 
31109 \series bold
31110
31111 \backslash
31112 roman{equation}
31113 \series default
31114 .
31115 \begin_inset Foot
31116 status collapsed
31117
31118 \begin_layout Plain Layout
31119 The command 
31120 \series bold
31121
31122 \backslash
31123 renewcommand
31124 \series default
31125  has the same scheme like the command 
31126 \series bold
31127
31128 \backslash
31129 newcommand
31130 \series default
31131  that is described in 
31132 \begin_inset CommandInset ref
31133 LatexCommand ref
31134 reference "sub:The-Command-newcommand"
31135
31136 \end_inset
31137
31138 .
31139 \end_layout
31140
31141 \end_inset
31142
31143  
31144 \series bold
31145 equation
31146 \series default
31147  is the formula counter.
31148  When the command 
31149 \series bold
31150
31151 \backslash
31152 the
31153 \series default
31154  is used as prefix for a counter, the value of the counter is output as
31155  Arabic number.
31156  When a formula is numbered, LaTeX sets internally the command 
31157 \series bold
31158
31159 \backslash
31160 theequation
31161 \series default
31162  behind the formula.
31163  
31164 \series bold
31165
31166 \backslash
31167 roman{equation}
31168 \begin_inset Index idx
31169 status collapsed
31170
31171 \begin_layout Plain Layout
31172 Commands ! R ! 
31173 \backslash
31174 roman
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \series default
31181  outputs the counter as small Roman number.
31182 \end_layout
31183
31184 \begin_layout Standard
31185 All formulas behind the command 
31186 \series bold
31187
31188 \backslash
31189 renew
31190 \series default
31191 c
31192 \series bold
31193 ommand
31194 \series default
31195  are now numbered Roman.
31196  To switch to numbering with big Roman numbers, the command is inserted
31197  again, but 
31198 \series bold
31199
31200 \backslash
31201 roman
31202 \series default
31203  is replaced by 
31204 \series bold
31205
31206 \backslash
31207 Roman
31208 \series default
31209
31210 \begin_inset Index idx
31211 status collapsed
31212
31213 \begin_layout Plain Layout
31214 Commands ! R ! 
31215 \backslash
31216 roman@
31217 \backslash
31218 Roman
31219 \end_layout
31220
31221 \end_inset
31222
31223 .
31224  To 
31225 \begin_inset Quotes eld
31226 \end_inset
31227
31228 number
31229 \begin_inset Quotes erd
31230 \end_inset
31231
31232  with small Latin letters there is the command 
31233 \series bold
31234
31235 \backslash
31236 alph
31237 \series default
31238
31239 \begin_inset Index idx
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 Commands ! A ! 
31244 \backslash
31245 alph
31246 \end_layout
31247
31248 \end_inset
31249
31250 , for big ones there is the command 
31251 \series bold
31252
31253 \backslash
31254 Alph
31255 \series default
31256
31257 \begin_inset Index idx
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261 Commands ! A ! 
31262 \backslash
31263 alph@
31264 \backslash
31265 Alph
31266 \end_layout
31267
31268 \end_inset
31269
31270 .
31271 \end_layout
31272
31273 \begin_layout Standard
31274 \begin_inset Note Greyedout
31275 status open
31276
31277 \begin_layout Plain Layout
31278
31279 \series bold
31280 \color none
31281 Note:
31282 \series default
31283  Only maximal 26
31284 \begin_inset space ~
31285 \end_inset
31286
31287 formulas can be numbered with Latin letters in one document.
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \end_layout
31294
31295 \begin_layout Standard
31296 \begin_inset ERT
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300
31301
31302 \backslash
31303 renewcommand{
31304 \backslash
31305 theequation}{
31306 \backslash
31307 roman{equation}}
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \begin_layout Standard
31316 \begin_inset Formula 
31317 \begin{equation}
31318 A=\textrm{small roman}
31319 \end{equation}
31320
31321 \end_inset
31322
31323
31324 \begin_inset ERT
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328
31329
31330 \backslash
31331 renewcommand{
31332 \backslash
31333 theequation}{
31334 \backslash
31335 Roman{equation}}
31336 \end_layout
31337
31338 \end_inset
31339
31340
31341 \begin_inset Formula 
31342 \begin{equation}
31343 B=\textrm{big Roman}\label{eq:Rom}
31344 \end{equation}
31345
31346 \end_inset
31347
31348
31349 \begin_inset ERT
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353
31354
31355 \backslash
31356 renewcommand{
31357 \backslash
31358 theequation}{
31359 \backslash
31360 alph{equation}}
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \begin_inset Formula 
31367 \begin{equation}
31368 C=\textrm{small Latin}
31369 \end{equation}
31370
31371 \end_inset
31372
31373
31374 \begin_inset ERT
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378
31379
31380 \backslash
31381 renewcommand{
31382 \backslash
31383 theequation}{
31384 \backslash
31385 Alph{equation}}
31386 \end_layout
31387
31388 \end_inset
31389
31390
31391 \begin_inset Formula 
31392 \begin{equation}
31393 D=\textrm{big Latin}\label{eq:Lat}
31394 \end{equation}
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 To switch back to the default numbering, insert the command:
31403 \end_layout
31404
31405 \begin_layout Standard
31406
31407 \series bold
31408
31409 \backslash
31410 renewcommand{
31411 \backslash
31412 theequation}{
31413 \backslash
31414 arabic{equation}}
31415 \begin_inset Index idx
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419 Commands ! A ! 
31420 \backslash
31421 arabic
31422 \end_layout
31423
31424 \end_inset
31425
31426
31427 \end_layout
31428
31429 \begin_layout Standard
31430 \begin_inset ERT
31431 status collapsed
31432
31433 \begin_layout Plain Layout
31434
31435
31436 \backslash
31437 renewcommand{
31438 \backslash
31439 theequation}{
31440 \backslash
31441 arabic{equation}}
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \begin_inset Formula 
31448 \begin{equation}
31449 E=\textrm{Arabic}
31450 \end{equation}
31451
31452 \end_inset
31453
31454
31455 \end_layout
31456
31457 \begin_layout Standard
31458 \begin_inset VSpace medskip
31459 \end_inset
31460
31461 As you see, formulas are numbered serially independent from the numbering
31462  style.
31463  When then numbering should start with 
31464 \begin_inset Quotes eld
31465 \end_inset
31466
31467 1
31468 \begin_inset Quotes erd
31469 \end_inset
31470
31471  when the style is changed, new equation counters have to be defined.
31472  A description about this can be found in the file 
31473 \begin_inset CommandInset href
31474 LatexCommand href
31475 name "Formula-numbering.lyx"
31476 target "run:Formula-numbering.lyx"
31477
31478 \end_inset
31479
31480 .
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset Newpage newpage
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Section
31491 Chemical Symbols and Equations
31492 \begin_inset CommandInset label
31493 LatexCommand label
31494 name "sub:Chemical-Symbols-and"
31495
31496 \end_inset
31497
31498
31499 \begin_inset Index idx
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503 Chemical characters ! Symbols
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \begin_inset Index idx
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513 Chemical equations
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \begin_inset Index idx
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523 Symbols ! chemical
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Standard
31532 An example text from chemistry:
31533 \end_layout
31534
31535 \begin_layout Quote
31536 The 
31537 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31538 \end_inset
31539
31540 -ion reacts with two 
31541 \begin_inset Formula $\mathrm{Na^{+}}$
31542 \end_inset
31543
31544 -ions to sodium sulfate 
31545 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31546 \end_inset
31547
31548 .
31549  The chemical equation for this is:
31550 \begin_inset Formula 
31551 \begin{equation}
31552 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31553 \end{equation}
31554
31555 \end_inset
31556
31557
31558 \end_layout
31559
31560 \begin_layout Standard
31561 This chemical equation can directly be created as formula.
31562  To avoid that the symbols appear italic, everything is highlighted and
31563  changed by the shortcut 
31564 \begin_inset Info
31565 type  "shortcut"
31566 arg   "font-roman"
31567 \end_inset
31568
31569  to the upright font style.
31570 \begin_inset Foot
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 font styles
31575 \series bold
31576  
31577 \series default
31578 see 
31579 \begin_inset CommandInset ref
31580 LatexCommand ref
31581 reference "sub:Font-Styles"
31582
31583 \end_inset
31584
31585
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 A more convenient way to typeset chemical formulas is to use the command
31595  
31596 \series bold
31597
31598 \backslash
31599 ce
31600 \series default
31601
31602 \begin_inset Index idx
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606 Commands ! C ! 
31607 \backslash
31608 ce
31609 \end_layout
31610
31611 \end_inset
31612
31613  that is available when the LaTeX-package 
31614 \series bold
31615 mhchem
31616 \series default
31617
31618 \begin_inset Index idx
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Packages ! mhchem
31623 \end_layout
31624
31625 \end_inset
31626
31627  is installed.
31628  After inserting 
31629 \series bold
31630
31631 \backslash
31632 ce
31633 \series default
31634  to a formula a new blue box appears where chemical formulas can be inserted
31635  in an intuitive way.
31636 \end_layout
31637
31638 \begin_layout Standard
31639 \align center
31640 \begin_inset Tabular
31641 <lyxtabular version="3" rows="9" columns="2">
31642 <features rotate="0" tabularvalignment="middle">
31643 <column alignment="center" valignment="top">
31644 <column alignment="center" valignment="top">
31645 <row>
31646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 Command
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659 Result
31660 \begin_inset Note Note
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664
31665 \series bold
31666
31667 \backslash
31668 raisebox
31669 \series default
31670  is only used as spacer.
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 </row>
31681 <row>
31682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686
31687 \backslash
31688 ce
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694
31695 \backslash
31696 spce 
31697 \end_layout
31698
31699 \end_inset
31700
31701 H2CO3
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 </row>
31719 <row>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724
31725 \backslash
31726 ce
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 spce 
31735 \end_layout
31736
31737 \end_inset
31738
31739 SO4^2-
31740 \end_layout
31741
31742 \end_inset
31743 </cell>
31744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31745 \begin_inset Text
31746
31747 \begin_layout Plain Layout
31748 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 </row>
31757 <row>
31758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31759 \begin_inset Text
31760
31761 \begin_layout Plain Layout
31762
31763 \backslash
31764 ce
31765 \begin_inset ERT
31766 status collapsed
31767
31768 \begin_layout Plain Layout
31769
31770
31771 \backslash
31772 spce 
31773 \end_layout
31774
31775 \end_inset
31776
31777 (NH4)2S
31778 \end_layout
31779
31780 \end_inset
31781 </cell>
31782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31783 \begin_inset Text
31784
31785 \begin_layout Plain Layout
31786 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \end_inset
31793 </cell>
31794 </row>
31795 <row>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800
31801 \backslash
31802 ce
31803 \begin_inset ERT
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808
31809 \backslash
31810 spce 
31811 \end_layout
31812
31813 \end_inset
31814
31815 KCr(SO4)2.12H2O
31816 \end_layout
31817
31818 \end_inset
31819 </cell>
31820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31821 \begin_inset Text
31822
31823 \begin_layout Plain Layout
31824 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 </row>
31833 <row>
31834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31835 \begin_inset Text
31836
31837 \begin_layout Plain Layout
31838
31839 \backslash
31840 ce
31841 \begin_inset ERT
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845
31846
31847 \backslash
31848 spce 
31849 \end_layout
31850
31851 \end_inset
31852
31853 A-B
31854 \backslash
31855 dbond
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 spce 
31864 \end_layout
31865
31866 \end_inset
31867
31868 C
31869 \backslash
31870 tbond
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 spce 
31879 \end_layout
31880
31881 \end_inset
31882
31883 D
31884 \end_layout
31885
31886 \end_inset
31887 </cell>
31888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 </row>
31901 <row>
31902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906
31907 \backslash
31908 ce
31909 \begin_inset ERT
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913
31914
31915 \backslash
31916 spce 
31917 \end_layout
31918
31919 \end_inset
31920
31921 ^227
31922 \begin_inset Formula $\downarrow$
31923 \end_inset
31924
31925 _90
31926 \begin_inset Formula $\to$
31927 \end_inset
31928
31929 Th+
31930 \end_layout
31931
31932 \end_inset
31933 </cell>
31934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 </row>
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952
31953 \backslash
31954 ce
31955 \begin_inset ERT
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959
31960
31961 \backslash
31962 spce 
31963 \end_layout
31964
31965 \end_inset
31966
31967 CO2
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 spce 
31976 \end_layout
31977
31978 \end_inset
31979
31980 +
31981 \begin_inset ERT
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985
31986
31987 \backslash
31988 spce 
31989 \end_layout
31990
31991 \end_inset
31992
31993 C
31994 \begin_inset ERT
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998
31999
32000 \backslash
32001 spce 
32002 \end_layout
32003
32004 \end_inset
32005
32006 <=>
32007 \begin_inset ERT
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011
32012
32013 \backslash
32014 spce 
32015 \end_layout
32016
32017 \end_inset
32018
32019 2CO
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32025 \begin_inset Text
32026
32027 \begin_layout Plain Layout
32028 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \end_inset
32035 </cell>
32036 </row>
32037 <row>
32038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042
32043 \backslash
32044 ce
32045 \begin_inset ERT
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049
32050
32051 \backslash
32052 spce 
32053 \end_layout
32054
32055 \end_inset
32056
32057 CO2
32058 \begin_inset ERT
32059 status collapsed
32060
32061 \begin_layout Plain Layout
32062
32063
32064 \backslash
32065 spce 
32066 \end_layout
32067
32068 \end_inset
32069
32070 +
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 spce 
32079 \end_layout
32080
32081 \end_inset
32082
32083 C
32084 \begin_inset ERT
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088
32089
32090 \backslash
32091 spce 
32092 \end_layout
32093
32094 \end_inset
32095
32096 ->[
32097 \backslash
32098 alpha][
32099 \backslash
32100 beta]
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 spce 
32109 \end_layout
32110
32111 \end_inset
32112
32113 2CO}
32114 \end_layout
32115
32116 \end_inset
32117 </cell>
32118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32123 \end_inset
32124
32125
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 </row>
32131 </lyxtabular>
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \begin_inset Note Greyedout
32140 status open
32141
32142 \begin_layout Plain Layout
32143
32144 \series bold
32145 \color none
32146 Note:
32147 \series default
32148  Inserting a formula to a 
32149 \series bold
32150
32151 \backslash
32152 ce
32153 \series default
32154  box will lead to LaTeX errors due to a LyX bug.
32155 \color inherit
32156
32157 \begin_inset Foot
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161 \begin_inset CommandInset href
32162 LatexCommand href
32163 name "LyX-bug #8566"
32164 target "http://www.lyx.org/trac/ticket/8566"
32165
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \color none
32175  In this case TeX code has to be used like for 
32176 \series bold
32177
32178 \backslash
32179 ce{$
32180 \backslash
32181 mu
32182 \backslash
32183 hyphen$Cl}
32184 \series default
32185
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 ce{$
32194 \backslash
32195 mu
32196 \backslash
32197 hyphen$Cl}
32198 \end_layout
32199
32200 \end_inset
32201
32202  
32203 \end_layout
32204
32205 \end_inset
32206
32207
32208 \end_layout
32209
32210 \begin_layout Standard
32211 \begin_inset Note Greyedout
32212 status open
32213
32214 \begin_layout Plain Layout
32215
32216 \series bold
32217 \color none
32218 Note:
32219 \series default
32220  It is not possible in LyX to use the character ^ to get an up-arrow as
32221  described in the 
32222 \series bold
32223 mhchem
32224 \series default
32225  manual.
32226  One instead uses a negative thin space followed by the command 
32227 \series bold
32228
32229 \backslash
32230 uparrow
32231 \series default
32232
32233 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Standard
32245 Using 
32246 \series bold
32247
32248 \backslash
32249 ce
32250 \series default
32251  the command for equation
32252 \begin_inset space ~
32253 \end_inset
32254
32255
32256 \begin_inset CommandInset ref
32257 LatexCommand eqref
32258 reference "eq:chem-reaction"
32259
32260 \end_inset
32261
32262  is:
32263 \begin_inset Newline newline
32264 \end_inset
32265
32266
32267 \series bold
32268  
32269 \backslash
32270 ce
32271 \begin_inset ERT
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275
32276
32277 \backslash
32278 spce 
32279 \end_layout
32280
32281 \end_inset
32282
32283 2Na+
32284 \begin_inset ERT
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288
32289
32290 \backslash
32291 spce 
32292 \end_layout
32293
32294 \end_inset
32295
32296 +
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302
32303 \backslash
32304 spce 
32305 \end_layout
32306
32307 \end_inset
32308
32309 SO4^2-
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315
32316 \backslash
32317 spce 
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset ERT
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327
32328
32329 \backslash
32330 spce 
32331 \end_layout
32332
32333 \end_inset
32334
32335 ->
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341
32342 \backslash
32343 spce 
32344 \end_layout
32345
32346 \end_inset
32347
32348 Na2SO4
32349 \end_layout
32350
32351 \begin_layout Standard
32352 To create multiline chemical equations first a multiline formula is created
32353  as described in 
32354 \begin_inset CommandInset ref
32355 LatexCommand ref
32356 reference "sec:Multiline-Formulas"
32357
32358 \end_inset
32359
32360 .
32361  Afterwards the command 
32362 \series bold
32363
32364 \backslash
32365 ce
32366 \series default
32367  is used in every small blue box of the formula.
32368  
32369 \begin_inset CommandInset ref
32370 LatexCommand eqref
32371 reference "eq:TEOS-reaction-1"
32372
32373 \end_inset
32374
32375  and 
32376 \begin_inset CommandInset ref
32377 LatexCommand eqref
32378 reference "eq:TEOS-reaction-2"
32379
32380 \end_inset
32381
32382  are an example of a multi-stage chemical reaction where every equation
32383  has its own number.
32384 \begin_inset Formula 
32385 \begin{eqnarray}
32386 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32387 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32388 \end{eqnarray}
32389
32390 \end_inset
32391
32392
32393 \end_layout
32394
32395 \begin_layout Standard
32396 Besides 
32397 \series bold
32398
32399 \backslash
32400 ce
32401 \series default
32402  the 
32403 \series bold
32404 mhchem
32405 \series default
32406  package provides the command 
32407 \series bold
32408
32409 \backslash
32410 cf
32411 \series default
32412
32413 \begin_inset Index idx
32414 status collapsed
32415
32416 \begin_layout Plain Layout
32417 Commands ! C ! 
32418 \backslash
32419 cf
32420 \end_layout
32421
32422 \end_inset
32423
32424  that has to be used for special cases.
32425  For more information about 
32426 \series bold
32427
32428 \backslash
32429 cf
32430 \series default
32431  and more examples have a look at the documentation of 
32432 \series bold
32433 mhchem
32434 \series default
32435
32436 \begin_inset CommandInset citation
32437 LatexCommand cite
32438 key "mhchem"
32439
32440 \end_inset
32441
32442 .
32443 \end_layout
32444
32445 \begin_layout Section
32446 Diagrams
32447 \end_layout
32448
32449 \begin_layout Standard
32450 LyX supports two types of commutative diagrams: 
32451 \series bold
32452 amscd
32453 \series default
32454  and 
32455 \series bold
32456 xymatrix
32457 \series default
32458  that are explained in the following.
32459 \end_layout
32460
32461 \begin_layout Subsection
32462 Amscd Diagrams
32463 \begin_inset Index idx
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467 Diagrams ! amscd
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 Diagrams of this type visualize relations by vertical and horizontal lines
32477  or arrows:
32478 \begin_inset Formula 
32479 \[
32480 \begin{CD}A@>>>B@>>>C\\
32481 @AAA@.@VVV\\
32482 F@<<<E@<<<D
32483 \end{CD}
32484 \]
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 To get them, the command 
32493 \series bold
32494
32495 \backslash
32496 CD
32497 \begin_inset Index idx
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 Commands ! C ! 
32502 \backslash
32503 CD
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \series default
32510  is inserted to a formula.
32511  A blue box appears with two dashed lines where further commands can be
32512  inserted.
32513  With 
32514 \begin_inset Info
32515 type  "shortcut"
32516 arg   "newline-insert newline"
32517 \end_inset
32518
32519  a new line is created.
32520  Horizontal relations are inserted in odd, vertical in even formula lines.
32521 \end_layout
32522
32523 \begin_layout Standard
32524 To create the relations there are the following commands:
32525 \end_layout
32526
32527 \begin_layout Itemize
32528
32529 \series bold
32530 @<<<
32531 \series default
32532  creates a left arrow, 
32533 \series bold
32534 @>>>
32535 \series default
32536  a right arrow and 
32537 \series bold
32538 @=
32539 \series default
32540  a long equal sign
32541 \end_layout
32542
32543 \begin_layout Itemize
32544
32545 \series bold
32546 @AAA
32547 \series default
32548  creates an up arrow, 
32549 \series bold
32550 @VVV
32551 \series default
32552  a down arrow and 
32553 \series bold
32554 @|
32555 \series default
32556  a vertical equal sign
32557 \end_layout
32558
32559 \begin_layout Itemize
32560
32561 \series bold
32562 @.
32563
32564 \series default
32565  is a placeholder for non-existent relations
32566 \end_layout
32567
32568 \begin_layout Standard
32569 All arrows can be labeled as follows:
32570 \end_layout
32571
32572 \begin_layout Itemize
32573 If text inserted between the first and second < or >, resp., it is placed
32574  above the arrow.
32575  When it is inserted between the second and third one, it appears under
32576  the arrow.
32577 \end_layout
32578
32579 \begin_layout Itemize
32580 When text for vertical arrows is inserted between the first and second A
32581  or V, resp., it is placed left beside the arrow.
32582  When it is inserted between the second and third one, it appears right
32583  beside the arrow.
32584  If the text contains an A or V, these letters must be set into a TeX-brace.
32585 \end_layout
32586
32587 \begin_layout Standard
32588 As example a diagram with all possible relations:
32589 \end_layout
32590
32591 \begin_layout Standard
32592 \begin_inset Formula 
32593 \[
32594 \begin{CD}A@>j>>B@>>k>C@=F\\
32595 @AmAA@.@VV{V}V@|\\
32596 D@<<j<E@>k>>F@=C
32597 \end{CD}
32598 \]
32599
32600 \end_inset
32601
32602
32603 \end_layout
32604
32605 \begin_layout Standard
32606 The command for this is:
32607 \begin_inset Newline newline
32608 \end_inset
32609
32610
32611 \series bold
32612
32613 \backslash
32614 CD
32615 \begin_inset ERT
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619
32620
32621 \backslash
32622 spce 
32623 \end_layout
32624
32625 \end_inset
32626
32627 A@>j>>B@>>k>C@=F Ctrl+Return
32628 \begin_inset Newline newline
32629 \end_inset
32630
32631
32632 \begin_inset Phantom HPhantom
32633 status open
32634
32635 \begin_layout Plain Layout
32636
32637 \series bold
32638
32639 \backslash
32640 CD
32641 \begin_inset ERT
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645
32646
32647 \backslash
32648 spce 
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \end_layout
32655
32656 \end_inset
32657
32658 @AmAA@.@VV
32659 \backslash
32660 {V
32661 \series default
32662
32663 \begin_inset Formula $\to$
32664 \end_inset
32665
32666
32667 \series bold
32668 V@| Ctrl+Return
32669 \begin_inset Newline newline
32670 \end_inset
32671
32672
32673 \begin_inset Phantom HPhantom
32674 status open
32675
32676 \begin_layout Plain Layout
32677
32678 \series bold
32679
32680 \backslash
32681 CD
32682 \begin_inset ERT
32683 status collapsed
32684
32685 \begin_layout Plain Layout
32686
32687
32688 \backslash
32689 spce 
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \end_inset
32698
32699 D@<<j<E@>k>>F@=C
32700 \end_layout
32701
32702 \begin_layout Subsection
32703 Xymatrix Diagrams
32704 \begin_inset Index idx
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708 Diagrams ! xymatrix
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Standard
32717 To be able to use xymatrices, the LaTeX-package 
32718 \series bold
32719 xypic
32720 \series default
32721  must be installed.
32722  A xymatrix is created by inserting the command 
32723 \series bold
32724
32725 \backslash
32726 xymatrix
32727 \series default
32728  in a formula.
32729  Then you are able to add new matrix columns and rows like for normal matrices,
32730  see 
32731 \begin_inset CommandInset ref
32732 LatexCommand ref
32733 reference "sec:Matrices"
32734
32735 \end_inset
32736
32737 .
32738 \end_layout
32739
32740 \begin_layout Standard
32741 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32742  and much more.
32743  All possibilities to create commutative diagrams and decorations are explained
32744  in detail in the 
32745 \emph on
32746 XY-pic manual
32747 \emph default
32748  that you find in the menu 
32749 \family sans
32750 Help\SpecialChar \menuseparator
32751 Specific
32752 \begin_inset space ~
32753 \end_inset
32754
32755 Manuals
32756 \family default
32757 .
32758 \end_layout
32759
32760 \begin_layout Subsection
32761
32762 \noun on
32763 Feynman
32764 \noun default
32765  Diagrams
32766 \begin_inset Index idx
32767 status collapsed
32768
32769 \begin_layout Plain Layout
32770 Diagrams ! Feynman
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \end_layout
32777
32778 \begin_layout Standard
32779 To be able to use 
32780 \noun on
32781 Feynman
32782 \noun default
32783 -diagrams, the LaTeX-package 
32784 \series bold
32785 feyn
32786 \series default
32787  must be installed.
32788  A 
32789 \noun on
32790 Feynman
32791 \noun default
32792 -diagram is created by inserting the command 
32793 \series bold
32794
32795 \backslash
32796 Diagram
32797 \series default
32798  in a formula.
32799  Then you are able to add new matrix columns and rows like for normal matrices,
32800  see 
32801 \begin_inset CommandInset ref
32802 LatexCommand ref
32803 reference "sec:Matrices"
32804
32805 \end_inset
32806
32807 .
32808 \end_layout
32809
32810 \begin_layout Standard
32811 Examples how to create 
32812 \noun on
32813 Feynman-
32814 \noun default
32815 diagrams in LyX is given in the 
32816 \emph on
32817 Feynman-diagram manual
32818 \emph default
32819  that you find in the menu 
32820 \family sans
32821 Help\SpecialChar \menuseparator
32822 Specific
32823 \begin_inset space ~
32824 \end_inset
32825
32826 Manuals
32827 \family default
32828 .
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset Newpage newpage
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \begin_layout Section
32839 User-defined Commands
32840 \begin_inset Index idx
32841 status collapsed
32842
32843 \begin_layout Plain Layout
32844 User-defined commands
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset Note Greyedout
32854 status open
32855
32856 \begin_layout Plain Layout
32857
32858 \series bold
32859 Note:
32860 \series default
32861  The names of user-defined commands and macros may only consist of Latin
32862  letters.
32863 \end_layout
32864
32865 \end_inset
32866
32867
32868 \end_layout
32869
32870 \begin_layout Subsection
32871 The Command 
32872 \backslash
32873 newcommand
32874 \begin_inset CommandInset label
32875 LatexCommand label
32876 name "sub:The-Command-newcommand"
32877
32878 \end_inset
32879
32880
32881 \begin_inset Index idx
32882 status collapsed
32883
32884 \begin_layout Plain Layout
32885 User-defined commands ! 
32886 \backslash
32887 newcommand
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \begin_inset Index idx
32894 status collapsed
32895
32896 \begin_layout Plain Layout
32897 Commands ! N ! 
32898 \backslash
32899 newcommand
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Standard
32908 Many LaTeX-commands are too long to be used frequently.
32909  But it is possible to define with the command 
32910 \series bold
32911
32912 \backslash
32913 newcommand
32914 \series default
32915  new shorter commands.
32916 \end_layout
32917
32918 \begin_layout Standard
32919 The command scheme of 
32920 \series bold
32921
32922 \backslash
32923 newcommand
32924 \series default
32925  is:
32926 \end_layout
32927
32928 \begin_layout Standard
32929
32930 \series bold
32931
32932 \backslash
32933 newcommand{new command name}[number of arguments][optional
32934 \series default
32935  
32936 \series bold
32937 value]
32938 \begin_inset Newline newline
32939 \end_inset
32940
32941
32942 \begin_inset Phantom HPhantom
32943 status open
32944
32945 \begin_layout Plain Layout
32946
32947 \series bold
32948
32949 \backslash
32950 newcommand
32951 \end_layout
32952
32953 \end_inset
32954
32955 {command definition}
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Note Greyedout
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \series bold
32965 Note:
32966 \series default
32967  Assure that the name of the new command is not already used in your document
32968  or by LaTeX-packages that you use.
32969  When you for example define the command 
32970 \series bold
32971
32972 \backslash
32973 le
32974 \series default
32975  for 
32976 \series bold
32977
32978 \backslash
32979 Leftarrow
32980 \series default
32981 , you get an error message because 
32982 \series bold
32983
32984 \backslash
32985 le
32986 \series default
32987  is already defined as command for 
32988 \begin_inset Quotes eld
32989 \end_inset
32990
32991
32992 \begin_inset Formula $\le$
32993 \end_inset
32994
32995
32996 \begin_inset Quotes erd
32997 \end_inset
32998
32999 .
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Standard
33008 The number of arguments is an integer in the range 0
33009 \begin_inset space \thinspace{}
33010 \end_inset
33011
33012 -
33013 \begin_inset space \thinspace{}
33014 \end_inset
33015
33016 9 and specifies how many arguments the new command should have.
33017  With the optional value a value for an optional argument can be predefined.
33018  When this is done, the 
33019 \emph on
33020 first
33021 \emph default
33022  
33023 \emph on
33024 a
33025 \emph default
33026 rgument of the new command is automatically an optional one.
33027 \end_layout
33028
33029 \begin_layout Standard
33030 Here are some examples:
33031 \end_layout
33032
33033 \begin_layout Itemize
33034 To define the command 
33035 \series bold
33036
33037 \backslash
33038 gr
33039 \series default
33040  for 
33041 \series bold
33042
33043 \backslash
33044 Longrightarrow
33045 \series default
33046 , the LaTeX-preamble line is:
33047 \begin_inset VSpace medskip
33048 \end_inset
33049
33050
33051 \begin_inset Newline newline
33052 \end_inset
33053
33054
33055 \series bold
33056
33057 \backslash
33058 newcommand{
33059 \backslash
33060 gr}{
33061 \backslash
33062 Longrightarrow}
33063 \end_layout
33064
33065 \begin_layout Itemize
33066 To define the command 
33067 \series bold
33068
33069 \backslash
33070 us
33071 \series default
33072  for 
33073 \series bold
33074
33075 \backslash
33076 underline
33077 \series default
33078 , the argument (that should be underlined) must be taken into account.
33079  For this the preamble line is:
33080 \begin_inset VSpace medskip
33081 \end_inset
33082
33083
33084 \begin_inset Newline newline
33085 \end_inset
33086
33087
33088 \series bold
33089
33090 \backslash
33091 newcommand{
33092 \backslash
33093 us}[1]{
33094 \backslash
33095 underline{#1}}
33096 \series default
33097
33098 \begin_inset VSpace medskip
33099 \end_inset
33100
33101
33102 \begin_inset Newline newline
33103 \end_inset
33104
33105 The character 
33106 \series bold
33107 #
33108 \series default
33109  acts as argument placeholder, the 
33110 \series bold
33111 1
33112 \series default
33113  behind it denotes that it is the placeholder for the first argument.
33114 \end_layout
33115
33116 \begin_layout Itemize
33117 For 
33118 \series bold
33119
33120 \backslash
33121 framebox
33122 \series default
33123  one can e.
33124 \begin_inset space \thinspace{}
33125 \end_inset
33126
33127 g.
33128 \begin_inset space \space{}
33129 \end_inset
33130
33131 define the command 
33132 \series bold
33133
33134 \backslash
33135 fb
33136 \series default
33137 :
33138 \begin_inset VSpace medskip
33139 \end_inset
33140
33141
33142 \begin_inset Newline newline
33143 \end_inset
33144
33145
33146 \series bold
33147
33148 \backslash
33149 newcommand{
33150 \backslash
33151 fb}[3]{
33152 \backslash
33153 framebox#1#2{$#3$}}
33154 \series default
33155
33156 \begin_inset VSpace medskip
33157 \end_inset
33158
33159
33160 \begin_inset Newline newline
33161 \end_inset
33162
33163 The two Dollar signs creates the extra formula needed for 
33164 \series bold
33165
33166 \backslash
33167 framebox
33168 \series default
33169 , see 
33170 \begin_inset CommandInset ref
33171 LatexCommand ref
33172 reference "sub:Boxes-with-Frame"
33173
33174 \end_inset
33175
33176 .
33177 \end_layout
33178
33179 \begin_layout Itemize
33180 To create a new command for 
33181 \series bold
33182
33183 \backslash
33184 fcolorbox
33185 \series default
33186  where the color for the box need not be specified, the argument for the
33187  color is defined optional:
33188 \begin_inset VSpace medskip
33189 \end_inset
33190
33191
33192 \begin_inset Newline newline
33193 \end_inset
33194
33195
33196 \series bold
33197
33198 \backslash
33199 newcommand{
33200 \backslash
33201 cb}[3][white]{
33202 \backslash
33203 fcolorbox{#2}{#1}{$#3$}}
33204 \series default
33205
33206 \begin_inset VSpace medskip
33207 \end_inset
33208
33209
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213 When the color is not specified when using 
33214 \series bold
33215
33216 \backslash
33217 cb
33218 \series default
33219 , the predefined color 
33220 \series bold
33221 white
33222 \series default
33223  will be used.
33224 \end_layout
33225
33226 \begin_layout Standard
33227 A test of the new defined commands:
33228 \end_layout
33229
33230 \begin_layout Standard
33231 \align center
33232 \begin_inset Tabular
33233 <lyxtabular version="3" rows="6" columns="2">
33234 <features rotate="0" tabularvalignment="middle">
33235 <column alignment="center" valignment="top">
33236 <column alignment="center" valignment="top">
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 Command
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 Result
33252 \begin_inset Note Note
33253 status collapsed
33254
33255 \begin_layout Plain Layout
33256
33257 \series bold
33258
33259 \backslash
33260 raisebox
33261 \series default
33262  is only used as spacer.
33263 \end_layout
33264
33265 \end_inset
33266
33267
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 </row>
33273 <row>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 A
33279 \backslash
33280 gr
33281 \begin_inset ERT
33282 status collapsed
33283
33284 \begin_layout Plain Layout
33285
33286
33287 \backslash
33288 spce 
33289 \end_layout
33290
33291 \end_inset
33292
33293 B
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 \begin_inset Formula $A\gr B$
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309 </cell>
33310 </row>
33311 <row>
33312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316
33317 \backslash
33318 us{ABcd
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 </row>
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341
33342 \backslash
33343 fb{[2cm]
33344 \begin_inset Formula $\to$
33345 \end_inset
33346
33347
33348 \backslash
33349 {
33350 \begin_inset Formula $\to$
33351 \end_inset
33352
33353
33354 \backslash
33355 {
33356 \backslash
33357 int
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363
33364 \backslash
33365 spce 
33366 \end_layout
33367
33368 \end_inset
33369
33370 A=B
33371 \end_layout
33372
33373 \end_inset
33374 </cell>
33375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 <row>
33389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33390 \begin_inset Text
33391
33392 \begin_layout Plain Layout
33393
33394 \backslash
33395 cb{red
33396 \begin_inset Formula $\to$
33397 \end_inset
33398
33399
33400 \backslash
33401 {
33402 \backslash
33403 int
33404 \begin_inset ERT
33405 status collapsed
33406
33407 \begin_layout Plain Layout
33408
33409
33410 \backslash
33411 spce 
33412 \end_layout
33413
33414 \end_inset
33415
33416 A=B
33417 \end_layout
33418
33419 \end_inset
33420 </cell>
33421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \end_inset
33432 </cell>
33433 </row>
33434 <row>
33435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439
33440 \backslash
33441 cb[green]
33442 \backslash
33443 {red
33444 \begin_inset Formula $\to$
33445 \end_inset
33446
33447
33448 \backslash
33449 {
33450 \backslash
33451 int
33452 \begin_inset ERT
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456
33457
33458 \backslash
33459 spce 
33460 \end_layout
33461
33462 \end_inset
33463
33464 A=B
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 </row>
33482 </lyxtabular>
33483
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \begin_layout Subsection
33490 Math Macros
33491 \begin_inset Index idx
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495 User-defined commands! Math macros
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \begin_inset Index idx
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505 Macros
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \begin_layout Standard
33514 User-defined commands are especially convenient for complex expressions.
33515  When you are for example dealing with a document that has quadratic equations,
33516  the same solution type occurs several times.
33517  The general form of a quadratic equation is
33518 \begin_inset Formula 
33519 \[
33520 0=\lambda^{2}+p\lambda+q
33521 \]
33522
33523 \end_inset
33524
33525 The general form of the solution is
33526 \begin_inset Formula 
33527 \[
33528 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33529 \]
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Standard
33537 To define a command for the solution formula where only the three parameters
33538  
33539 \begin_inset Formula $\lambda$
33540 \end_inset
33541
33542
33543 \begin_inset Formula $p$
33544 \end_inset
33545
33546  and 
33547 \begin_inset Formula $q$
33548 \end_inset
33549
33550  need to be specified and the index of 
33551 \begin_inset Formula $\lambda$
33552 \end_inset
33553
33554  can be given optionally, the LaTeX-preamble line is
33555 \begin_inset Newline newline
33556 \end_inset
33557
33558
33559 \series bold
33560
33561 \backslash
33562 newcommand{
33563 \backslash
33564 qG}[4][1,
33565 \backslash
33566 ,2]{#2_{#1}=-
33567 \backslash
33568 frac{#3}{2}
33569 \backslash
33570 pm
33571 \begin_inset Newline newline
33572 \end_inset
33573
33574
33575 \begin_inset Phantom HPhantom
33576 status open
33577
33578 \begin_layout Plain Layout
33579
33580 \series bold
33581
33582 \backslash
33583 newcommand
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \backslash
33590 sqrt{
33591 \backslash
33592 frac{#3^{2}}{4}-#4}}
33593 \end_layout
33594
33595 \begin_layout Standard
33596 To create with this the solution formula, the command
33597 \begin_inset Newline newline
33598 \end_inset
33599
33600
33601 \series bold
33602
33603 \backslash
33604 qG{
33605 \backslash
33606 lambda
33607 \begin_inset Formula $\to$
33608 \end_inset
33609
33610
33611 \backslash
33612 {p
33613 \begin_inset Formula $\to$
33614 \end_inset
33615
33616
33617 \backslash
33618 {q
33619 \series default
33620  is inserted to a formula
33621 \series bold
33622 .
33623 \end_layout
33624
33625 \begin_layout Standard
33626 The definition of the new command is unintuitive because one has to know
33627  the schemes of all used LaTeX commands, e.
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 g.
33632 \begin_inset space \space{}
33633 \end_inset
33634
33635 that a fraction is inserted in LaTeX as 
33636 \series bold
33637
33638 \backslash
33639 frac{numerator}{denominator}
33640 \series default
33641 .
33642  Furthermore one can easily forget a brace in the definition and cannot
33643  see in LyX what the new command is doing.
33644  To avoid these problems LyX offers the possibility to use math macros instead
33645  of the command 
33646 \series bold
33647
33648 \backslash
33649 newcommand
33650 \series default
33651 .
33652 \end_layout
33653
33654 \begin_layout Standard
33655 A math macro is created by using the menu 
33656 \family sans
33657 Insert\SpecialChar \menuseparator
33658 Math\SpecialChar \menuseparator
33659 Macro
33660 \family default
33661  or the toolbar button 
33662 \begin_inset Graphics
33663         filename ../images/math-macro_newmacroname_newcommand.png
33664         scale 85
33665
33666 \end_inset
33667
33668 .
33669  The math macro toolbar appears together with the following box where the
33670  macro is defined:
33671 \begin_inset Newline newline
33672 \end_inset
33673
33674
33675 \begin_inset space \hspace*{\fill}
33676 \end_inset
33677
33678
33679 \begin_inset Graphics
33680         filename clipart/macrobox.png
33681
33682 \end_inset
33683
33684
33685 \begin_inset space \hspace*{\fill}
33686 \end_inset
33687
33688
33689 \begin_inset Newline newline
33690 \end_inset
33691
33692
33693 \begin_inset FormulaMacro
33694 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33695 \end_inset
33696
33697
33698 \backslash
33699 newmacroname is the default name of the macro that should be changed to
33700  something sensible.
33701  The wanted formula is inserted in the first blue box.
33702  An argument placeholder is inserted with the command 
33703 \series bold
33704
33705 \backslash
33706 #argumentnumber
33707 \series default
33708 , e.
33709 \begin_inset space \thinspace{}
33710 \end_inset
33711
33712 g
33713 \begin_inset space \space{}
33714 \end_inset
33715
33716
33717 \series bold
33718
33719 \backslash
33720 #1
33721 \series default
33722  or by using the macro toolbar button 
33723 \begin_inset Graphics
33724         filename ../images/math-macro-add-param.png
33725         scale 85
33726
33727 \end_inset
33728
33729 .
33730  Argument placeholders are displayed red.
33731  A maximum of 9
33732 \begin_inset space ~
33733 \end_inset
33734
33735 arguments are possible.
33736  Optional arguments are created with the toolbar button 
33737 \begin_inset Graphics
33738         filename ../images/math-macro-add-optional-param.png
33739         scale 85
33740
33741 \end_inset
33742
33743 .
33744  The first non-optional argument can be transformed to an optional one with
33745  the toolbar button 
33746 \begin_inset Graphics
33747         filename ../images/math-macro-make-optional.png
33748         scale 85
33749
33750 \end_inset
33751
33752 .
33753  In the second blue box the appearance of the macro in LyX can be defined.
33754  Normally you want to see it as it is defined, so the box is kept empty.
33755  But when you have created a macro that needs lot of space on the screen,
33756  you can insert in the box for example
33757 \begin_inset Newline newline
33758 \end_inset
33759
33760
33761 \series bold
33762 qG: 
33763 \backslash
33764 #1
33765 \series default
33766  
33767 \series bold
33768 ,
33769 \series default
33770  
33771 \series bold
33772
33773 \backslash
33774 #2
33775 \series default
33776  
33777 \series bold
33778 ,
33779 \series default
33780  
33781 \series bold
33782
33783 \backslash
33784 #3, 
33785 \backslash
33786 #4
33787 \begin_inset Newline newline
33788 \end_inset
33789
33790
33791 \series default
33792 For the macro only the arguments with the macro name in front of them will
33793  then be displayed in LyX, leading to a better overview.
33794  The formula appears in the output as defined in the first box.
33795 \begin_inset Newline newline
33796 \end_inset
33797
33798 The appearance of macros in formulas can furthermore be changed for single
33799  macros by setting the cursor in the macro and using the menu 
33800 \family sans
33801 View\SpecialChar \menuseparator
33802 (Un)fold
33803 \begin_inset space ~
33804 \end_inset
33805
33806 Math
33807 \begin_inset space ~
33808 \end_inset
33809
33810 Macro
33811 \family default
33812 .
33813 \end_layout
33814
33815 \begin_layout Standard
33816 To use a macro, the macro name is inserted as command to a formula, in our
33817  case 
33818 \series bold
33819
33820 \backslash
33821 qG
33822 \series default
33823 .
33824  Our macro looks in LyX like this:
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \begin_inset space \hspace*{\fill}
33830 \end_inset
33831
33832
33833 \begin_inset Graphics
33834         filename clipart/macrouse.png
33835
33836 \end_inset
33837
33838
33839 \begin_inset space \hspace*{\fill}
33840 \end_inset
33841
33842
33843 \begin_inset Newline newline
33844 \end_inset
33845
33846 Here is our macro example with the arguments 
33847 \begin_inset Formula $x$
33848 \end_inset
33849
33850
33851 \begin_inset Formula $\ln(x)$
33852 \end_inset
33853
33854  and 
33855 \begin_inset Formula $B$
33856 \end_inset
33857
33858 :
33859 \end_layout
33860
33861 \begin_layout Standard
33862 \begin_inset Formula 
33863 \[
33864 \qG x{\ln(x)}B
33865 \]
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 LyX offers in the menu 
33874 \family sans
33875 Tools\SpecialChar \menuseparator
33876 Preferences\SpecialChar \menuseparator
33877 Editing\SpecialChar \menuseparator
33878 Control
33879 \family default
33880  different styles to edit macros.
33881  To find the style that suits you the most, choose a style and set the cursor
33882  in a macro formula to see the difference.
33883 \end_layout
33884
33885 \begin_layout Standard
33886 A math macro is transformed internally to a 
33887 \series bold
33888
33889 \backslash
33890 newcommand
33891 \series default
33892  command when exporting the document.
33893  The created 
33894 \series bold
33895
33896 \backslash
33897 newcommand
33898 \series default
33899  command is not placed in the LaTeX-preamble, therefore macros can only
33900  be used in formulas that are in the document below the macro definition
33901  box.
33902 \end_layout
33903
33904 \begin_layout Standard
33905 Math macros can also be directly created from a 
33906 \series bold
33907
33908 \backslash
33909 newcommand
33910 \series default
33911  command.
33912  When writing for example the command
33913 \series bold
33914
33915 \begin_inset Newline newline
33916 \end_inset
33917
33918
33919 \backslash
33920 newcommand{
33921 \backslash
33922 larrow}[2]{
33923 \backslash
33924 xleftarrow[#2]{#1}}
33925 \begin_inset Newline newline
33926 \end_inset
33927
33928
33929 \series default
33930 in LyX as normal text, highlighting it completely and using then the shortcut
33931  
33932 \family sans
33933 Ctrl+M
33934 \family default
33935 , the command will be transformed to a math macro.
33936  Using this method you need to be careful that the 
33937 \series bold
33938
33939 \backslash
33940 newcommand
33941 \series default
33942  command is typed correctly, otherwise you get a faulty macro leading to
33943  LaTeX errors.
33944 \end_layout
33945
33946 \begin_layout Standard
33947 Math macros currently have the problem that further formulas in macro definition
33948 s are handled wrongly.
33949  Therefore the example 
33950 \series bold
33951
33952 \backslash
33953 fb
33954 \series default
33955  from 
33956 \begin_inset CommandInset ref
33957 LatexCommand ref
33958 reference "sub:The-Command-newcommand"
33959
33960 \end_inset
33961
33962  cannot be created as macro.
33963 \end_layout
33964
33965 \begin_layout Standard
33966 When the cursor is in a macro definition box, you will see the macro toolbar
33967  in LyX:
33968 \end_layout
33969
33970 \begin_layout Standard
33971 \begin_inset VSpace defskip
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \begin_layout Standard
33978 \begin_inset Graphics
33979         filename clipart/MacroToolbar.png
33980
33981 \end_inset
33982
33983
33984 \begin_inset Index idx
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988 Macros ! Toolbar
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Standard
33997 \begin_inset VSpace defskip
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \begin_layout Standard
34004 The macro toolbar contains from left to right the following buttons:
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset VSpace defskip
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Standard
34015 \begin_inset Tabular
34016 <lyxtabular version="3" rows="9" columns="2">
34017 <features rotate="0" islongtable="true" longtabularalignment="center">
34018 <column alignment="left" valignment="top">
34019 <column alignment="left" valignment="top" width="85col%">
34020 <row interlinespace="2.5mm">
34021 <cell alignment="center" valignment="top" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 \begin_inset Graphics
34026         filename ../images/math-macro-remove-param.png
34027         rotateOrigin center
34028
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \end_inset
34035 </cell>
34036 <cell alignment="center" valignment="top" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040
34041 \family sans
34042 Edit\SpecialChar \menuseparator
34043 Math\SpecialChar \menuseparator
34044 Macro
34045 \begin_inset space ~
34046 \end_inset
34047
34048 Definition\SpecialChar \menuseparator
34049 Remove Last Argument
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 </row>
34055 <row interlinespace="2.5mm">
34056 <cell alignment="center" valignment="top" usebox="none">
34057 \begin_inset Text
34058
34059 \begin_layout Plain Layout
34060 \begin_inset Graphics
34061         filename ../images/math-macro-add-param.png
34062         rotateOrigin center
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 <cell alignment="center" valignment="top" usebox="none">
34072 \begin_inset Text
34073
34074 \begin_layout Plain Layout
34075
34076 \family sans
34077 Edit\SpecialChar \menuseparator
34078 Math\SpecialChar \menuseparator
34079 Macro
34080 \begin_inset space ~
34081 \end_inset
34082
34083 Definition\SpecialChar \menuseparator
34084 Append Argument
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 </row>
34090 <row interlinespace="2.5mm">
34091 <cell alignment="center" valignment="top" usebox="none">
34092 \begin_inset Text
34093
34094 \begin_layout Plain Layout
34095 \begin_inset Graphics
34096         filename ../images/math-macro-make-optional.png
34097         rotateOrigin center
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \end_inset
34105 </cell>
34106 <cell alignment="center" valignment="top" usebox="none">
34107 \begin_inset Text
34108
34109 \begin_layout Plain Layout
34110
34111 \family sans
34112 Edit\SpecialChar \menuseparator
34113 Math\SpecialChar \menuseparator
34114 Macro
34115 \begin_inset space ~
34116 \end_inset
34117
34118 Definition\SpecialChar \menuseparator
34119 Make First Non-Optional into
34120 \begin_inset Newline newline
34121 \end_inset
34122
34123
34124 \begin_inset Phantom HPhantom
34125 status open
34126
34127 \begin_layout Plain Layout
34128
34129 \family sans
34130 Edit\SpecialChar \menuseparator
34131 Math\SpecialChar \menuseparator
34132 Macro
34133 \begin_inset space ~
34134 \end_inset
34135
34136 Definition\SpecialChar \menuseparator
34137
34138 \end_layout
34139
34140 \end_inset
34141
34142 Optional Argument
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 <row interlinespace="2.5mm">
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 \begin_inset Graphics
34154         filename ../images/math-macro-make-nonoptional.png
34155         rotateOrigin center
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168
34169 \family sans
34170 Edit\SpecialChar \menuseparator
34171 Math\SpecialChar \menuseparator
34172 Macro
34173 \begin_inset space ~
34174 \end_inset
34175
34176 Definition\SpecialChar \menuseparator
34177 Make Last Optional into
34178 \begin_inset Newline newline
34179 \end_inset
34180
34181
34182 \begin_inset Phantom HPhantom
34183 status open
34184
34185 \begin_layout Plain Layout
34186
34187 \family sans
34188 Edit\SpecialChar \menuseparator
34189 Math\SpecialChar \menuseparator
34190 Macro
34191 \begin_inset space ~
34192 \end_inset
34193
34194 Definition\SpecialChar \menuseparator
34195
34196 \end_layout
34197
34198 \end_inset
34199
34200 Non-Optional Argument
34201 \end_layout
34202
34203 \end_inset
34204 </cell>
34205 </row>
34206 <row interlinespace="2.5mm">
34207 <cell alignment="center" valignment="top" usebox="none">
34208 \begin_inset Text
34209
34210 \begin_layout Plain Layout
34211 \begin_inset Graphics
34212         filename ../images/math-macro-remove-optional-param.png
34213         rotateOrigin center
34214
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226
34227 \family sans
34228 Edit\SpecialChar \menuseparator
34229 Math\SpecialChar \menuseparator
34230 Macro
34231 \begin_inset space ~
34232 \end_inset
34233
34234 Definition\SpecialChar \menuseparator
34235 Remove Optional Argument
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 </row>
34241 <row interlinespace="2.5mm">
34242 <cell alignment="center" valignment="top" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 \begin_inset Graphics
34247         filename ../images/math-macro-add-optional-param.png
34248         rotateOrigin center
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" usebox="none">
34258 \begin_inset Text
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 Insert Optional Argument
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 </row>
34276 <row interlinespace="2.5mm">
34277 <cell alignment="center" valignment="top" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Plain Layout
34281 \begin_inset Graphics
34282         filename ../images/math-macro-remove-greedy-param.png
34283         rotateOrigin center
34284
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296
34297 \family sans
34298 Edit\SpecialChar \menuseparator
34299 Math\SpecialChar \menuseparator
34300 Macro
34301 \begin_inset space ~
34302 \end_inset
34303
34304 Definition\SpecialChar \menuseparator
34305 Remove Last Argument
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309
34310 \begin_inset Phantom HPhantom
34311 status open
34312
34313 \begin_layout Plain Layout
34314
34315 \family sans
34316 Edit\SpecialChar \menuseparator
34317 Math\SpecialChar \menuseparator
34318 Macro
34319 \begin_inset space ~
34320 \end_inset
34321
34322 Definition\SpecialChar \menuseparator
34323
34324 \end_layout
34325
34326 \end_inset
34327
34328 Spitting Out To The Right
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 </row>
34334 <row interlinespace="2.5mm">
34335 <cell alignment="center" valignment="top" usebox="none">
34336 \begin_inset Text
34337
34338 \begin_layout Plain Layout
34339 \begin_inset Graphics
34340         filename ../images/math-macro-append-greedy-param.png
34341         rotateOrigin center
34342
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 <cell alignment="center" valignment="top" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354
34355 \family sans
34356 Edit\SpecialChar \menuseparator
34357 Math\SpecialChar \menuseparator
34358 Macro
34359 \begin_inset space ~
34360 \end_inset
34361
34362 Definition\SpecialChar \menuseparator
34363 Append Argument
34364 \begin_inset Newline newline
34365 \end_inset
34366
34367
34368 \begin_inset Phantom HPhantom
34369 status open
34370
34371 \begin_layout Plain Layout
34372
34373 \family sans
34374 Edit\SpecialChar \menuseparator
34375 Math\SpecialChar \menuseparator
34376 Macro
34377 \begin_inset space ~
34378 \end_inset
34379
34380 Definition\SpecialChar \menuseparator
34381
34382 \end_layout
34383
34384 \end_inset
34385
34386 Eating From The Right
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 </row>
34392 <row interlinespace="2.5mm">
34393 <cell alignment="center" valignment="top" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397 \begin_inset Graphics
34398         filename ../images/math-macro-add-greedy-optional-param.png
34399         rotateOrigin center
34400
34401 \end_inset
34402
34403
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 <cell alignment="center" valignment="top" usebox="none">
34409 \begin_inset Text
34410
34411 \begin_layout Plain Layout
34412
34413 \family sans
34414 Edit\SpecialChar \menuseparator
34415 Math\SpecialChar \menuseparator
34416 Macro
34417 \begin_inset space ~
34418 \end_inset
34419
34420 Definition\SpecialChar \menuseparator
34421 Append Optional Argument
34422 \begin_inset Newline newline
34423 \end_inset
34424
34425
34426 \begin_inset Phantom HPhantom
34427 status open
34428
34429 \begin_layout Plain Layout
34430
34431 \family sans
34432 Edit\SpecialChar \menuseparator
34433 Math\SpecialChar \menuseparator
34434 Macro
34435 \begin_inset space ~
34436 \end_inset
34437
34438 Definition\SpecialChar \menuseparator
34439
34440 \end_layout
34441
34442 \end_inset
34443
34444 Eating From The Right
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 </lyxtabular>
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Section
34458 Computer Algebra Systems
34459 \end_layout
34460
34461 \begin_layout Standard
34462 LyX offers the exchange between mathematical expressions written in LyX's
34463  math editor and external applications or user defined scripts.
34464  Currently supported applications are 
34465 \family sans
34466 Maple
34467 \family default
34468
34469 \family sans
34470 Mathematica
34471 \family default
34472
34473 \family sans
34474 Maxima
34475 \family default
34476  and 
34477 \family sans
34478 Octave
34479 \family default
34480 .
34481  Note that the set of supported mathematical constructs is limited only
34482  to very simple cases.
34483 \end_layout
34484
34485 \begin_layout Subsection
34486 Usage
34487 \end_layout
34488
34489 \begin_layout Standard
34490 Write some expression in a formula, go to the 
34491 \family sans
34492 Edit\SpecialChar \menuseparator
34493 Math\SpecialChar \menuseparator
34494 Use Computer Algebra System
34495 \family default
34496  menu and choose the application you have installed on the computer.
34497  After that the result of computation should show on the right side of the
34498  expression together with the 
34499 \begin_inset Quotes eld
34500 \end_inset
34501
34502 =
34503 \begin_inset Quotes erd
34504 \end_inset
34505
34506  operator.
34507 \end_layout
34508
34509 \begin_layout Standard
34510 Here are few simple examples (with results from 
34511 \family typewriter
34512 Maxima
34513 \family default
34514 ) to show what kind of computations can be performed:
34515 \end_layout
34516
34517 \begin_layout Itemize
34518 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34519 \end_inset
34520
34521
34522 \end_layout
34523
34524 \begin_layout Itemize
34525 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Itemize
34532 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Itemize
34539 \begin_inset Formula $\det\left[\begin{array}{ccc}
34540 1 & 6 & 7\\
34541 2 & 5 & 8\\
34542 3 & 4 & 17
34543 \end{array}\right]=-56$
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Itemize
34550 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \begin_layout Subsection
34557 Keyboard shortcut
34558 \end_layout
34559
34560 \begin_layout Standard
34561 Currently there is no keyboard shortcut for calling the algebra applications.
34562  One can easily bind a shortcut to the 
34563 \family sans
34564 math-extern
34565 \family default
34566  LyX function (see the 
34567 \family sans
34568 \emph on
34569 LyX Functions
34570 \family default
34571 \emph default
34572  manual).
34573  One could e.
34574 \begin_inset space \thinspace{}
34575 \end_inset
34576
34577 g.
34578 \begin_inset space \space{}
34579 \end_inset
34580
34581 bind the 
34582 \family sans
34583 Return
34584 \family default
34585  key inside the math editor.
34586  To bind it to 
34587 \family typewriter
34588 Maxima
34589 \family default
34590  one would use this shortcut definition command:
34591 \end_layout
34592
34593 \begin_layout Standard
34594
34595 \series bold
34596 command-alternatives break-paragraph;math-extern maxima
34597 \end_layout
34598
34599 \begin_layout Section
34600 Miscellaneous
34601 \begin_inset Index idx
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 Miscellaneous
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Subsection
34614 Negative Numbers
34615 \begin_inset Index idx
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 Numbers ! negative
34620 \end_layout
34621
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \begin_layout Standard
34628 Negative numbers often look ugly in formulas because the minus sign before
34629  the number is set with the same length as the minus operator sign.
34630  When writing the negative number in normal text, the minus sign appears
34631  correctly.
34632 \end_layout
34633
34634 \begin_layout Standard
34635 Thus, the problem disappears when converting the minus sign to mathematical
34636  text.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 An example to visualize the problem:
34641 \end_layout
34642
34643 \begin_layout Standard
34644 \align center
34645 \begin_inset Tabular
34646 <lyxtabular version="3" rows="3" columns="2">
34647 <features rotate="0" tabularvalignment="middle">
34648 <column alignment="right" valignment="top">
34649 <column alignment="left" valignment="top">
34650 <row>
34651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655 normal text:
34656 \end_layout
34657
34658 \end_inset
34659 </cell>
34660 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 x = -2
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 </row>
34670 <row>
34671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Plain Layout
34675 formula:
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684 \begin_inset Formula $x=-2$
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \end_inset
34691 </cell>
34692 </row>
34693 <row>
34694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 solution:
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 \begin_inset Formula $x=\textrm{-}2$
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 </row>
34716 </lyxtabular>
34717
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Subsection
34724 Comma as decimal Separator
34725 \begin_inset Index idx
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 Comma
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Standard
34738 In LaTeX a comma inside a formula is used, according to the English convention,
34739  as number group separator.
34740  So there will be space added behind all commas in formulas.
34741 \end_layout
34742
34743 \begin_layout Standard
34744 To avoid this, the comma is highlighted and changed to mathematical text
34745  (shortcut 
34746 \begin_inset Info
34747 type  "shortcut"
34748 arg   "math-mode"
34749 \end_inset
34750
34751 ).
34752 \end_layout
34753
34754 \begin_layout Standard
34755 To use all formula commas in the document as decimal separator, the file
34756  
34757 \series bold
34758 icomma.sty
34759 \series default
34760
34761 \begin_inset Foot
34762 status collapsed
34763
34764 \begin_layout Plain Layout
34765
34766 \series bold
34767 icomma
34768 \series default
34769  is part of the LaTeX-package 
34770 \series bold
34771 was
34772 \series default
34773
34774 \begin_inset Index idx
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 Packages ! was
34779 \begin_inset ERT
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783
34784
34785 \backslash
34786 vspace{4mm}
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \end_inset
34795
34796 .
34797 \end_layout
34798
34799 \end_inset
34800
34801
34802 \begin_inset Index idx
34803 status collapsed
34804
34805 \begin_layout Plain Layout
34806 Packages ! icomma
34807 \end_layout
34808
34809 \end_inset
34810
34811  is loaded with the LaTeX-preamble line
34812 \end_layout
34813
34814 \begin_layout Standard
34815
34816 \series bold
34817
34818 \backslash
34819 usepackage{icomma}
34820 \end_layout
34821
34822 \begin_layout Subsection
34823 Physical Vectors
34824 \begin_inset CommandInset label
34825 LatexCommand label
34826 name "sub:Physical-Vectors"
34827
34828 \end_inset
34829
34830
34831 \begin_inset Index idx
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 Vectors ! physical
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844 Predefined vectors are offered by the LaTeX-package 
34845 \series bold
34846 braket
34847 \series default
34848
34849 \begin_inset Index idx
34850 status collapsed
34851
34852 \begin_layout Plain Layout
34853 Packages ! braket
34854 \end_layout
34855
34856 \end_inset
34857
34858  that is loaded with the LaTeX-preamble line
34859 \end_layout
34860
34861 \begin_layout Standard
34862
34863 \series bold
34864
34865 \backslash
34866 usepackage{braket}
34867 \end_layout
34868
34869 \begin_layout Standard
34870 \begin_inset ERT
34871 status collapsed
34872
34873 \begin_layout Plain Layout
34874
34875
34876 \backslash
34877 ifbraket 
34878 \end_layout
34879
34880 \end_inset
34881
34882
34883 \begin_inset Note Note
34884 status open
34885
34886 \begin_layout Plain Layout
34887 The following table will only be displayed when the LaTeX-package 
34888 \series bold
34889 braket
34890 \series default
34891  is installed.
34892 \end_layout
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \begin_layout Standard
34900 The following commands are defined:
34901 \end_layout
34902
34903 \begin_layout Standard
34904 \align center
34905 \begin_inset Tabular
34906 <lyxtabular version="3" rows="4" columns="2">
34907 <features rotate="0" tabularvalignment="middle">
34908 <column alignment="center" valignment="top">
34909 <column alignment="center" valignment="top">
34910 <row>
34911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 Command
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 Result
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 <row>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935
34936 \backslash
34937 Bra{
34938 \backslash
34939 psi
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 \begin_inset Formula $\Bra{\psi}$
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 </row>
34957 <row>
34958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962
34963 \backslash
34964 Ket{
34965 \backslash
34966 psi
34967 \end_layout
34968
34969 \end_inset
34970 </cell>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975 \begin_inset Formula $\Ket{\psi}$
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \end_inset
34982 </cell>
34983 </row>
34984 <row>
34985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989
34990 \backslash
34991 Braket{
34992 \backslash
34993 psi|
34994 \backslash
34995 phi
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 \begin_inset Formula $\Braket{\psi|\phi}$
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 </row>
35013 </lyxtabular>
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \begin_layout Standard
35021 The command 
35022 \series bold
35023
35024 \backslash
35025 Braket
35026 \series default
35027  assures that all vertical bars are set in the size of the surrounding brackets:
35028 \begin_inset Formula 
35029 \[
35030 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35031 \]
35032
35033 \end_inset
35034
35035
35036 \begin_inset ERT
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040
35041
35042 \backslash
35043 else 
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \begin_inset Note Note
35050 status open
35051
35052 \begin_layout Plain Layout
35053 The following will be displayed when the LaTeX-package 
35054 \series bold
35055 braket
35056 \series default
35057  is not installed:
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 You need to install the LaTeX-package 
35067 \series bold
35068 braket
35069 \series default
35070  to see the rest of this subsection in the output.
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \begin_inset ERT
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079
35080 \backslash
35081 fi 
35082 \end_layout
35083
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \begin_layout Standard
35090 The effect of 
35091 \series bold
35092
35093 \backslash
35094 Braket
35095 \series default
35096  can also be achieved using the command 
35097 \series bold
35098
35099 \backslash
35100 middle
35101 \series default
35102 , that is described in 
35103 \begin_inset CommandInset ref
35104 LatexCommand ref
35105 reference "sub:Automatic-Bracket-Size"
35106
35107 \end_inset
35108
35109 .
35110 \end_layout
35111
35112 \begin_layout Subsection
35113 Self-defined Fractions
35114 \begin_inset CommandInset label
35115 LatexCommand label
35116 name "sub:Self-defined-Fractions"
35117
35118 \end_inset
35119
35120
35121 \begin_inset Index idx
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 Fractions ! self-defined
35126 \end_layout
35127
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \begin_layout Standard
35134 To define custom commands for fractions, the command 
35135 \series bold
35136
35137 \backslash
35138 genfrac
35139 \series default
35140
35141 \begin_inset Index idx
35142 status collapsed
35143
35144 \begin_layout Plain Layout
35145 Commands ! G ! 
35146 \backslash
35147 genfrac
35148 \begin_inset ERT
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152
35153
35154 \backslash
35155 vspace{4mm}
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \end_inset
35164
35165  is used in the following scheme:
35166 \end_layout
35167
35168 \begin_layout Standard
35169
35170 \series bold
35171
35172 \backslash
35173 genfrac{left
35174 \series default
35175  
35176 \series bold
35177 bracket}{right
35178 \series default
35179  
35180 \series bold
35181 bracket}{fraction bar thickness}{style}
35182 \begin_inset Newline newline
35183 \end_inset
35184
35185
35186 \begin_inset Phantom HPhantom
35187 status open
35188
35189 \begin_layout Plain Layout
35190
35191 \series bold
35192
35193 \backslash
35194 genfrac
35195 \end_layout
35196
35197 \end_inset
35198
35199 {numerator}{denominator}
35200 \end_layout
35201
35202 \begin_layout Standard
35203 The style is a number in the range of 0
35204 \begin_inset space \thinspace{}
35205 \end_inset
35206
35207 -
35208 \begin_inset space \thinspace{}
35209 \end_inset
35210
35211 3.
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \align center
35216 \begin_inset Tabular
35217 <lyxtabular version="3" rows="5" columns="2">
35218 <features rotate="0" tabularvalignment="middle">
35219 <column alignment="center" valignment="top">
35220 <column alignment="center" valignment="top">
35221 <row>
35222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35223 \begin_inset Text
35224
35225 \begin_layout Plain Layout
35226 Number
35227 \end_layout
35228
35229 \end_inset
35230 </cell>
35231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235 Style (Size)
35236 \end_layout
35237
35238 \end_inset
35239 </cell>
35240 </row>
35241 <row>
35242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 0
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 display style formula
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 </row>
35261 <row>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 1
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 inline formula
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 </row>
35281 <row>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 2
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 small
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 </row>
35301 <row>
35302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 3
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 tiny
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 </row>
35321 </lyxtabular>
35322
35323 \end_inset
35324
35325
35326 \end_layout
35327
35328 \begin_layout Standard
35329 When no style is given, the size is adjusted to the surrounding environment
35330  like for the command 
35331 \series bold
35332
35333 \backslash
35334 frac
35335 \series default
35336 .
35337 \end_layout
35338
35339 \begin_layout Standard
35340 When no fraction bar thickness is given, the predefined value of 0.4
35341 \begin_inset space \thinspace{}
35342 \end_inset
35343
35344 pt will be used.
35345 \end_layout
35346
35347 \begin_layout Standard
35348 \begin_inset VSpace medskip
35349 \end_inset
35350
35351 For example, the commands 
35352 \series bold
35353
35354 \backslash
35355 dfrac
35356 \series default
35357  and 
35358 \series bold
35359
35360 \backslash
35361 tbinom
35362 \series default
35363  from 
35364 \begin_inset CommandInset ref
35365 LatexCommand ref
35366 reference "sub:Fractions"
35367
35368 \end_inset
35369
35370  are defined with the commands
35371 \end_layout
35372
35373 \begin_layout Standard
35374
35375 \series bold
35376
35377 \backslash
35378 newcommand{
35379 \backslash
35380 dfrac}[2]{
35381 \backslash
35382 genfrac{}{}{}{0}{#1}{#2}}
35383 \end_layout
35384
35385 \begin_layout Standard
35386 and
35387 \end_layout
35388
35389 \begin_layout Standard
35390
35391 \series bold
35392
35393 \backslash
35394 newcommand{
35395 \backslash
35396 tbinom}[2]{
35397 \backslash
35398 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35399 \end_layout
35400
35401 \begin_layout Standard
35402 \begin_inset VSpace medskip
35403 \end_inset
35404
35405 To define a fraction where the fraction bar thickness can be given as optional
35406  argument, the following line is inserted to the LaTeX-preamble:
35407 \end_layout
35408
35409 \begin_layout Standard
35410
35411 \series bold
35412
35413 \backslash
35414 newcommand{
35415 \backslash
35416 fracS}[3][]{
35417 \backslash
35418 genfrac{}{}{#1}{}{#2}{#3}}
35419 \end_layout
35420
35421 \begin_layout Standard
35422 A test:
35423 \begin_inset Formula 
35424 \begin{align*}
35425 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35426 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35427 \end{align*}
35428
35429 \end_inset
35430
35431 As one can see, the distance of the numerator and the denominator to the
35432  fraction bar is round about three times the bar thickness.
35433 \end_layout
35434
35435 \begin_layout Subsection
35436 Canceled Formulas
35437 \begin_inset Index idx
35438 status collapsed
35439
35440 \begin_layout Plain Layout
35441 Formula ! canceled
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 To cancel formulas or formula parts, the LaTeX-package 
35451 \series bold
35452 cancel
35453 \series default
35454
35455 \begin_inset Index idx
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459 Packages ! cancel
35460 \end_layout
35461
35462 \end_inset
35463
35464  has to be loaded with the LaTeX-preamble line
35465 \end_layout
35466
35467 \begin_layout Standard
35468
35469 \series bold
35470
35471 \backslash
35472 usepackage{cancel}
35473 \end_layout
35474
35475 \begin_layout Standard
35476 \begin_inset ERT
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480
35481
35482 \backslash
35483 ifcancel 
35484 \end_layout
35485
35486 \end_inset
35487
35488
35489 \begin_inset Note Note
35490 status open
35491
35492 \begin_layout Plain Layout
35493 The following table will only be displayed when the LaTeX-package 
35494 \series bold
35495 cancel
35496 \series default
35497  is installed.
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Standard
35506 There are four ways to cancel formulas:
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \align center
35511 \begin_inset Tabular
35512 <lyxtabular version="3" rows="5" columns="2">
35513 <features rotate="0" tabularvalignment="middle">
35514 <column alignment="center" valignment="top">
35515 <column alignment="center" valignment="top">
35516 <row>
35517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 Command
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 Result
35531 \begin_inset Note Note
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535 The space and
35536 \series bold
35537  
35538 \backslash
35539 raisebox
35540 \series default
35541  are used here as spacer.
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \end_inset
35550 </cell>
35551 </row>
35552 <row>
35553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35554 \begin_inset Text
35555
35556 \begin_layout Plain Layout
35557
35558 \backslash
35559 cancel{
35560 \backslash
35561 int
35562 \begin_inset ERT
35563 status collapsed
35564
35565 \begin_layout Plain Layout
35566
35567
35568 \backslash
35569 spce 
35570 \end_layout
35571
35572 \end_inset
35573
35574 A=B
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35580 \begin_inset Text
35581
35582 \begin_layout Plain Layout
35583 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \end_inset
35590 </cell>
35591 </row>
35592 <row>
35593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35594 \begin_inset Text
35595
35596 \begin_layout Plain Layout
35597
35598 \backslash
35599 bcancel{
35600 \backslash
35601 int
35602 \begin_inset ERT
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606
35607
35608 \backslash
35609 spce 
35610 \end_layout
35611
35612 \end_inset
35613
35614 A=B
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35624 \end_inset
35625
35626
35627 \end_layout
35628
35629 \end_inset
35630 </cell>
35631 </row>
35632 <row>
35633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35634 \begin_inset Text
35635
35636 \begin_layout Plain Layout
35637
35638 \backslash
35639 xcancel{
35640 \backslash
35641 int
35642 \begin_inset ERT
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646
35647
35648 \backslash
35649 spce 
35650 \end_layout
35651
35652 \end_inset
35653
35654 A=B
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 </row>
35672 <row>
35673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677
35678 \backslash
35679 cancelto{1
35680 \begin_inset Formula $\to$
35681 \end_inset
35682
35683
35684 \backslash
35685 {
35686 \backslash
35687 int
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 spce 
35696 \end_layout
35697
35698 \end_inset
35699
35700 A=B
35701 \end_layout
35702
35703 \end_inset
35704 </cell>
35705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35706 \begin_inset Text
35707
35708 \begin_layout Plain Layout
35709 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 </row>
35718 </lyxtabular>
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726
35727 \series bold
35728
35729 \backslash
35730 cancelto
35731 \series default
35732  is especially suitable to visualize the reduction of fractions within formulas:
35733 \begin_inset Formula 
35734 \[
35735 \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}}}
35736 \]
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Standard
35744 To change the size of 
35745 \series bold
35746
35747 \backslash
35748 cancelto
35749 \series default
35750 's 
35751 \begin_inset Quotes eld
35752 \end_inset
35753
35754 subscript
35755 \begin_inset Quotes erd
35756 \end_inset
35757
35758  value one can load the package 
35759 \series bold
35760 cancel
35761 \series default
35762  with either the option 
35763 \series bold
35764 samesize
35765 \series default
35766  which leads to the same size as for the canceled value or with the option
35767  
35768 \series bold
35769 Smaller
35770 \series default
35771  which makes is it a bit smaller than the size one gets without using a
35772  package option.
35773  In this document 
35774 \series bold
35775 cancel
35776 \series default
35777  was loaded with this line:
35778 \end_layout
35779
35780 \begin_layout Standard
35781
35782 \series bold
35783
35784 \backslash
35785 usepackage[samesize]{cancel}
35786 \end_layout
35787
35788 \begin_layout Standard
35789 To color the cancellation bar one adds this command as TeX code:
35790 \end_layout
35791
35792 \begin_layout Standard
35793
35794 \series bold
35795
35796 \backslash
35797 renewcommand{
35798 \backslash
35799 CancelColor}{
35800 \backslash
35801 color{red}}
35802 \end_layout
35803
35804 \begin_layout Standard
35805
35806 \series bold
35807 red
35808 \series default
35809  can be replaced by a color of your choice.
35810 \end_layout
35811
35812 \begin_layout Standard
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 renewcommand{
35821 \backslash
35822 CancelColor}{
35823 \backslash
35824 color{red}}
35825 \end_layout
35826
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Standard
35833 \begin_inset Formula 
35834 \[
35835 \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}}}
35836 \]
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Standard
35844 \begin_inset ERT
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848
35849
35850 \backslash
35851 renewcommand{
35852 \backslash
35853 CancelColor}{
35854 \backslash
35855 color{black}}
35856 \end_layout
35857
35858 \end_inset
35859
35860
35861 \begin_inset Note Note
35862 status open
35863
35864 \begin_layout Plain Layout
35865 reset the color
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \end_layout
35872
35873 \begin_layout Standard
35874 For further customizations, see the documentation of the package 
35875 \series bold
35876 cancel
35877 \series default
35878
35879 \begin_inset CommandInset citation
35880 LatexCommand cite
35881 key "cancel"
35882
35883 \end_inset
35884
35885 .
35886 \end_layout
35887
35888 \begin_layout Standard
35889 \begin_inset ERT
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893
35894
35895 \backslash
35896 else 
35897 \end_layout
35898
35899 \end_inset
35900
35901
35902 \begin_inset Note Note
35903 status open
35904
35905 \begin_layout Plain Layout
35906 The following will be displayed when the LaTeX-package 
35907 \series bold
35908 cancel
35909 \series default
35910  is not installed:
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \begin_layout Standard
35919 You need to install the LaTeX-package 
35920 \series bold
35921 cancel
35922 \series default
35923  to see the rest of this subsection in the output.
35924 \end_layout
35925
35926 \begin_layout Standard
35927 \begin_inset ERT
35928 status collapsed
35929
35930 \begin_layout Plain Layout
35931
35932
35933 \backslash
35934 fi 
35935 \end_layout
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 \begin_inset Newpage newpage
35944 \end_inset
35945
35946
35947 \end_layout
35948
35949 \begin_layout Subsection
35950 Formulas in Section Headings
35951 \begin_inset CommandInset label
35952 LatexCommand label
35953 name "sub:Formulas-in-Section"
35954
35955 \end_inset
35956
35957
35958 \begin_inset Index idx
35959 status collapsed
35960
35961 \begin_layout Plain Layout
35962 Formula ! in section headings
35963 \end_layout
35964
35965 \end_inset
35966
35967
35968 \end_layout
35969
35970 \begin_layout Standard
35971 When formulas are used in section headings, the following has to be taken
35972  into account:
35973 \end_layout
35974
35975 \begin_layout Standard
35976 \begin_inset Note Greyedout
35977 status open
35978
35979 \begin_layout Plain Layout
35980 When 
35981 \series bold
35982 hyperref
35983 \series default
35984
35985 \begin_inset Index idx
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989 Packages ! hyperref
35990 \end_layout
35991
35992 \end_inset
35993
35994  support is enabled in the document settings dialog under 
35995 \family sans
35996 PDF
35997 \begin_inset space ~
35998 \end_inset
35999
36000 Properties
36001 \family default
36002 , PDF-bookmarks are created for every section heading in the table of contents.
36003  If a section heading contains formulas, they are incorrectly displayed
36004  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36005 s.
36006 \end_layout
36007
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \begin_layout Standard
36014 Both problems can be solved by inserting at the end of the section heading
36015  a short title with the menu 
36016 \family sans
36017 Insert\SpecialChar \menuseparator
36018 Short
36019 \begin_inset space ~
36020 \end_inset
36021
36022 Title
36023 \family default
36024 .
36025  Short titles are used as alternative for multiline section headings to
36026  keep the table of contents clearly arranged.
36027  Only the short title appears in the table of contents and therefore also
36028  in the PDF-bookmark.
36029 \end_layout
36030
36031 \begin_layout Standard
36032 When formulas should be used in the table of contents but 
36033 \series bold
36034 hyperref
36035 \series default
36036  is used, one can use the following command in TeX-mode:
36037 \end_layout
36038
36039 \begin_layout Standard
36040
36041 \series bold
36042
36043 \backslash
36044 texorpdfstring{part}{alternative}
36045 \begin_inset Index idx
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049 Commands ! T ! 
36050 \backslash
36051 texorpdfstring
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36061  This can be characters, formulas, footnotes, but also cross-references.
36062  The alternative is used instead of the part for the bookmark.
36063 \end_layout
36064
36065 \begin_layout Standard
36066 Here are two example headings:
36067 \begin_inset VSpace -3mm
36068 \end_inset
36069
36070
36071 \begin_inset ERT
36072 status collapsed
36073
36074 \begin_layout Plain Layout
36075
36076
36077 \backslash
36078 boldmath 
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \end_layout
36085
36086 \begin_layout Subsubsection
36087 Heading without formula in table of contents 
36088 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36089 \end_inset
36090
36091
36092 \begin_inset Argument 1
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096 Heading without formula in table of contents
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Subsubsection
36105 Heading with formula in table of contents
36106 \begin_inset ERT
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110
36111
36112 \backslash
36113 texorpdfstring{
36114 \end_layout
36115
36116 \end_inset
36117
36118  
36119 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36120 \end_inset
36121
36122
36123 \begin_inset ERT
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127
36128 }{}
36129 \end_layout
36130
36131 \end_inset
36132
36133
36134 \end_layout
36135
36136 \begin_layout Standard
36137 \begin_inset ERT
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141
36142
36143 \backslash
36144 unboldmath 
36145 \end_layout
36146
36147 \end_inset
36148
36149 In the first heading a short title was used, in the second one 
36150 \series bold
36151
36152 \backslash
36153 texorpdfstring
36154 \series default
36155 .
36156 \end_layout
36157
36158 \begin_layout Standard
36159 To get the same formatting as for the other headings, the complete heading
36160  was set into a 
36161 \series bold
36162 boldmath
36163 \series default
36164  environment
36165 \begin_inset Foot
36166 status collapsed
36167
36168 \begin_layout Plain Layout
36169 see 
36170 \begin_inset CommandInset ref
36171 LatexCommand ref
36172 reference "sub:Bold-Formulas"
36173
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \end_inset
36180
36181 .
36182 \end_layout
36183
36184 \begin_layout Subsection
36185 Formulas in multi-column Text
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Formula ! in multi-column text
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 Formulas in multi-column text are often too wide to fit into a column and
36200  thus need to be set over the whole page width.
36201  This is done by using the LaTeX-package 
36202 \series bold
36203 multicol
36204 \series default
36205
36206 \begin_inset Foot
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210
36211 \series bold
36212 multicol
36213 \series default
36214  is part of every LaTeX standard installation.
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \begin_inset Index idx
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224 Packages ! multicol
36225 \end_layout
36226
36227 \end_inset
36228
36229 , that is loaded with the LaTeX-preamble line
36230 \end_layout
36231
36232 \begin_layout Standard
36233
36234 \series bold
36235
36236 \backslash
36237 usepackage{multicol}
36238 \end_layout
36239
36240 \begin_layout Standard
36241 \begin_inset Note Greyedout
36242 status open
36243
36244 \begin_layout Plain Layout
36245 Note that in this case the setting 
36246 \family sans
36247 Two-column
36248 \begin_inset space ~
36249 \end_inset
36250
36251 document
36252 \family default
36253  in the menu 
36254 \family sans
36255 Document\SpecialChar \menuseparator
36256 Settings
36257 \family default
36258  under 
36259 \family sans
36260 Text
36261 \begin_inset space ~
36262 \end_inset
36263
36264 Layout
36265 \family default
36266 \emph on
36267  
36268 \emph default
36269 must 
36270 \emph on
36271 not
36272 \emph default
36273  be selected.
36274 \end_layout
36275
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Standard
36282 Before the multi-column text the command
36283 \end_layout
36284
36285 \begin_layout Standard
36286
36287 \series bold
36288
36289 \backslash
36290 begin{multicols}{column number}
36291 \end_layout
36292
36293 \begin_layout Standard
36294 is written in TeX-mode.
36295  The column number is a number in the range of 2
36296 \begin_inset space \thinspace{}
36297 \end_inset
36298
36299 -
36300 \begin_inset space \thinspace{}
36301 \end_inset
36302
36303 10.
36304  Before the formula the multi-column text is ended by inserting the command
36305 \end_layout
36306
36307 \begin_layout Standard
36308
36309 \series bold
36310
36311 \backslash
36312 end{multicols}
36313 \end_layout
36314
36315 \begin_layout Standard
36316 in TeX-mode.
36317 \end_layout
36318
36319 \begin_layout Standard
36320 Due to the command some space is automatically added before the formula.
36321  To revert this, -6
36322 \begin_inset space \thinspace{}
36323 \end_inset
36324
36325 mm vertical space is inserted before the formula.
36326  When the formula style 
36327 \series bold
36328 Indented
36329 \begin_inset Foot
36330 status collapsed
36331
36332 \begin_layout Plain Layout
36333 formula styles see 
36334 \begin_inset CommandInset ref
36335 LatexCommand ref
36336 reference "sec:Formula-Styles"
36337
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \series default
36347  is used, -9
36348 \begin_inset space \thinspace{}
36349 \end_inset
36350
36351 mm space is inserted instead.
36352 \end_layout
36353
36354 \begin_layout Standard
36355 As example a multi-column text with a displayed formula:
36356 \end_layout
36357
36358 \begin_layout Standard
36359
36360 \lang german
36361 \begin_inset ERT
36362 status collapsed
36363
36364 \begin_layout Plain Layout
36365
36366
36367 \backslash
36368 begin{multicols}{2}
36369 \end_layout
36370
36371 \end_inset
36372
36373 Das Spektrum wird fouriertransformiert.
36374  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36375 , Lösungsmittel) zu trennen.
36376  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36377  nun das Aussehen des Ausgangssignals.
36378  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36379  über alle Phasen integrieren muss.
36380  Sei nun 
36381 \begin_inset Formula $S$
36382 \end_inset
36383
36384  unser normiertes Ausgangssignal und 
36385 \begin_inset Formula $P$
36386 \end_inset
36387
36388  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36389 \begin_inset ERT
36390 status collapsed
36391
36392 \begin_layout Plain Layout
36393
36394
36395 \backslash
36396 end{multicols}
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset VSpace -6mm
36403 \end_inset
36404
36405
36406 \begin_inset Formula 
36407 \begin{equation}
36408 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36409 \end{equation}
36410
36411 \end_inset
36412
36413
36414 \begin_inset ERT
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418
36419
36420 \backslash
36421 begin{multicols}{2}
36422 \end_layout
36423
36424 \end_inset
36425
36426 wobei 
36427 \begin_inset Formula $S_{0}$
36428 \end_inset
36429
36430  das Signal ohne Gradient ist und die Normierungsbedingung 
36431 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36432 \end_inset
36433
36434  gilt.
36435  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36436  Direkt nach dem 
36437 \begin_inset Formula $\nicefrac{\pi}{2}$
36438 \end_inset
36439
36440
36441 \begin_inset space \thinspace{}
36442 \end_inset
36443
36444 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36445  das Signal zusätzlich abschwächt.
36446  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36447  
36448 \begin_inset Formula $T_{2}$
36449 \end_inset
36450
36451 -Zeit.
36452 \end_layout
36453
36454 \begin_layout Standard
36455
36456 \lang german
36457 \begin_inset ERT
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461
36462
36463 \backslash
36464 end{multicols}
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \begin_layout Subsection
36473 Formulas with Description of Variables
36474 \begin_inset Index idx
36475 status collapsed
36476
36477 \begin_layout Plain Layout
36478 Formula ! with description of variables
36479 \end_layout
36480
36481 \end_inset
36482
36483
36484 \end_layout
36485
36486 \begin_layout Standard
36487 To describe variables within a formula, like in formula 
36488 \begin_inset CommandInset ref
36489 LatexCommand eqref
36490 reference "eq:within"
36491
36492 \end_inset
36493
36494 , a 2
36495 \series bold
36496 ×
36497 \series default
36498
36499 \begin_inset Formula $n$
36500 \end_inset
36501
36502
36503 \begin_inset space ~
36504 \end_inset
36505
36506 matrix is used with left aligned columns for the 
36507 \begin_inset Formula $n$
36508 \end_inset
36509
36510  used variables.
36511 \begin_inset Foot
36512 status collapsed
36513
36514 \begin_layout Plain Layout
36515 matrices see 
36516 \begin_inset CommandInset ref
36517 LatexCommand ref
36518 reference "sec:Matrices"
36519
36520 \end_inset
36521
36522
36523 \end_layout
36524
36525 \end_inset
36526
36527  To set the description in a smaller size, before the matrix e.
36528 \begin_inset space \thinspace{}
36529 \end_inset
36530
36531 g.
36532 \begin_inset space \space{}
36533 \end_inset
36534
36535 the command 
36536 \series bold
36537
36538 \backslash
36539 footnotesize
36540 \series default
36541  is inserted.
36542 \begin_inset Foot
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546 font sizes see 
36547 \begin_inset CommandInset ref
36548 LatexCommand ref
36549 reference "sub:Font-Sizes"
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Standard
36562 When the formula style 
36563 \series bold
36564 Indented
36565 \begin_inset Foot
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569 formula styles see 
36570 \begin_inset CommandInset ref
36571 LatexCommand ref
36572 reference "sec:Formula-Styles"
36573
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \series default
36583  is used, a 
36584 \series bold
36585
36586 \backslash
36587 hfill
36588 \series default
36589
36590 \begin_inset Foot
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594
36595 \series bold
36596
36597 \backslash
36598 hfill
36599 \series default
36600  only works in formulas with the style 
36601 \series bold
36602 Indented
36603 \series default
36604 , see 
36605 \begin_inset CommandInset ref
36606 LatexCommand ref
36607 reference "sub:Variable-Space"
36608
36609 \end_inset
36610
36611 .
36612 \end_layout
36613
36614 \end_inset
36615
36616  is inserted before and after the matrix to have the same separation of
36617  the matrix from the equation and the side margin.
36618 \end_layout
36619
36620 \begin_layout Standard
36621 When the formula style 
36622 \series bold
36623 Centered
36624 \series default
36625  is used, the method described in 
36626 \begin_inset CommandInset ref
36627 LatexCommand ref
36628 reference "sub:Flalign-Environment"
36629
36630 \end_inset
36631
36632  is used to indent formulas.
36633  Formula 
36634 \begin_inset CommandInset ref
36635 LatexCommand eqref
36636 reference "eq:within"
36637
36638 \end_inset
36639
36640  consists of five columns where in the first two columns contain the equation,
36641  the third the matrix and the last one an empty TeX-brace.
36642 \begin_inset Formula 
36643 \begin{flalign}
36644 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36645 \rho & \textrm{density}\\
36646 V & \textrm{volume}\\
36647 g & \textrm{gravitational acceleration}
36648 \end{array} &  & {}\label{eq:within}
36649 \end{flalign}
36650
36651 \end_inset
36652
36653
36654 \end_layout
36655
36656 \begin_layout Subsection
36657 Upright small Greek Letters
36658 \begin_inset CommandInset label
36659 LatexCommand label
36660 name "sub:Upright-small-Greek"
36661
36662 \end_inset
36663
36664
36665 \begin_inset Index idx
36666 status collapsed
36667
36668 \begin_layout Plain Layout
36669 Greek letters ! upright
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \begin_layout Standard
36678 Most of the math fonts only provide italic small Greek letters.
36679  But for symbols of elementary particles like pions and neutrinos, upright
36680  Greek letters are needed.
36681  The file 
36682 \series bold
36683 upgreek.sty
36684 \series default
36685
36686 \begin_inset Foot
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690
36691 \series bold
36692 upgreek
36693 \series default
36694  is part of the LaTeX-package 
36695 \series bold
36696 was
36697 \series default
36698
36699 \begin_inset Index idx
36700 status collapsed
36701
36702 \begin_layout Plain Layout
36703 Packages ! was
36704 \begin_inset ERT
36705 status collapsed
36706
36707 \begin_layout Plain Layout
36708
36709
36710 \backslash
36711 vspace{4mm}
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \end_inset
36720
36721 .
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset Index idx
36728 status collapsed
36729
36730 \begin_layout Plain Layout
36731 Packages ! upgreek
36732 \end_layout
36733
36734 \end_inset
36735
36736  that is loaded with the LaTeX-preamble line
36737 \end_layout
36738
36739 \begin_layout Standard
36740
36741 \series bold
36742
36743 \backslash
36744 usepackage{upgreek}
36745 \end_layout
36746
36747 \begin_layout Standard
36748 provides them.
36749  
36750 \begin_inset ERT
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754
36755
36756 \backslash
36757 ifupgreek 
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \begin_inset Note Note
36764 status open
36765
36766 \begin_layout Plain Layout
36767 The following table will only be displayed when the LaTeX-package 
36768 \series bold
36769 upgreek
36770 \series default
36771  is installed:
36772 \end_layout
36773
36774 \end_inset
36775
36776  They are created when the command for a small Greek letter is started with
36777  
36778 \series bold
36779 up
36780 \series default
36781 .
36782  For example the command 
36783 \series bold
36784
36785 \backslash
36786 uptau
36787 \series default
36788  creates this: 
36789 \begin_inset Formula $\uptau$
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Standard
36796 With these commands reactions of elementary particles can be typeset:
36797 \begin_inset Formula 
36798 \[
36799 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36800 \]
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Standard
36808 The upright letters are more bold and wider than the italic ones.
36809  They should therefore not be used for units like 
36810 \begin_inset Quotes eld
36811 \end_inset
36812
36813 µm
36814 \begin_inset Quotes erd
36815 \end_inset
36816
36817 .
36818 \end_layout
36819
36820 \begin_layout Standard
36821 \begin_inset ERT
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825
36826
36827 \backslash
36828 else 
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \begin_inset Note Note
36835 status open
36836
36837 \begin_layout Plain Layout
36838 The following will be displayed when the LaTeX-package 
36839 \series bold
36840 upgreek
36841 \series default
36842  is not installed:
36843 \end_layout
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \begin_layout Standard
36851 You need to install the LaTeX-package 
36852 \series bold
36853 upgreek
36854 \series default
36855  to see the rest of this subsection in the output.
36856 \end_layout
36857
36858 \begin_layout Standard
36859 \begin_inset ERT
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864
36865 \backslash
36866 fi 
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Subsection
36875 Text Characters in Formulas
36876 \begin_inset CommandInset label
36877 LatexCommand label
36878 name "sub:Text-Characters-in"
36879
36880 \end_inset
36881
36882
36883 \begin_inset Index idx
36884 status collapsed
36885
36886 \begin_layout Plain Layout
36887 Text ! in formulas
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \begin_layout Standard
36896 In some cases you might want to insert text characters directly into formulas.
36897  When for example the centered dot · is often used in formulas like 
36898 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36899 \end_inset
36900
36901 , one would have to insert the command 
36902 \series bold
36903
36904 \backslash
36905 cdot
36906 \series default
36907
36908 \begin_inset Foot
36909 status collapsed
36910
36911 \begin_layout Plain Layout
36912 see 
36913 \begin_inset CommandInset ref
36914 LatexCommand ref
36915 reference "sub:Binary-Operators"
36916
36917 \end_inset
36918
36919
36920 \end_layout
36921
36922 \end_inset
36923
36924  all the time, because this character is defined in all encodings as text
36925  character.
36926  But the encoding can be changed by this LaTeX-preamble line:
36927 \end_layout
36928
36929 \begin_layout Standard
36930
36931 \series bold
36932
36933 \backslash
36934 Declare Inputtext{183}{
36935 \backslash
36936 ifmmode
36937 \backslash
36938 cdot
36939 \backslash
36940 else
36941 \backslash
36942 textperiodcentered
36943 \backslash
36944 f\SpecialChar \textcompwordmark{}
36945 i}
36946 \end_layout
36947
36948 \begin_layout Standard
36949 The character encoding (menu 
36950 \family sans
36951 Document\SpecialChar \menuseparator
36952 Settings\SpecialChar \menuseparator
36953 Language
36954 \family default
36955 ) specifies what character appears when a keyboard key is pressed.
36956  When the key for the character '·' is pressed, internally the command 
36957 \series bold
36958
36959 \backslash
36960 textperiodcentered
36961 \series default
36962  is used.
36963  But this command is not available in a formula so that you would get LaTeX-erro
36964 rs.
36965  With the changed encoding the right command is chosen automatically, depending
36966  on if the character was inserted into a formula or not.
36967 \end_layout
36968
36969 \begin_layout Standard
36970 The encoding of several characters is saved in definition files.
36971  For example the encoding 
36972 \series bold
36973 latin9
36974 \series default
36975  is defined in the file 
36976 \series bold
36977 latin9.def
36978 \series default
36979  which is in the installation folder of LaTeX.
36980  Encodings should only be changed via the LaTeX-preamble and not in the
36981  definition files.
36982  Otherwise documents could not be edited by other LyX users working on other
36983  computers.
36984 \end_layout
36985
36986 \begin_layout Standard
36987 \begin_inset VSpace medskip
36988 \end_inset
36989
36990 Besides the centered dot, in this document the degree sign ° is defined
36991  with the following LaTeX-preamble line so that it can be directly inserted
36992  into a formula:
36993 \end_layout
36994
36995 \begin_layout Standard
36996
36997 \series bold
36998
36999 \backslash
37000 DeclareInputtext{176}{
37001 \backslash
37002 ifmmode^
37003 \backslash
37004 circ
37005 \backslash
37006 else
37007 \backslash
37008 textdegree
37009 \backslash
37010 f\SpecialChar \textcompwordmark{}
37011 i}
37012 \end_layout
37013
37014 \begin_layout Standard
37015 \begin_inset Newpage newpage
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \begin_layout Section
37022 \start_of_appendix
37023 Typographic Advice
37024 \begin_inset Index idx
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028 Typographic advice
37029 \end_layout
37030
37031 \end_inset
37032
37033
37034 \end_layout
37035
37036 \begin_layout Standard
37037 This section is a summary of the most important typographic rules, listed
37038  in ISO norms.
37039 \begin_inset Foot
37040 status collapsed
37041
37042 \begin_layout Plain Layout
37043 This collection was partly taken from the German semi-official dictionary
37044  called 
37045 \begin_inset Quotes eld
37046 \end_inset
37047
37048 Duden
37049 \begin_inset Quotes erd
37050 \end_inset
37051
37052  
37053 \begin_inset CommandInset citation
37054 LatexCommand cite
37055 key "Duden"
37056
37057 \end_inset
37058
37059  that lists some of the ISO rules.
37060  More rules are listed in 
37061 \begin_inset CommandInset citation
37062 LatexCommand cite
37063 key "Checklist"
37064
37065 \end_inset
37066
37067 .
37068 \end_layout
37069
37070 \end_inset
37071
37072
37073 \end_layout
37074
37075 \begin_layout Itemize
37076 Physical units are 
37077 \emph on
37078 always
37079 \emph default
37080  set upright
37081 \begin_inset Foot
37082 status collapsed
37083
37084 \begin_layout Plain Layout
37085 done with font styles, see 
37086 \begin_inset CommandInset ref
37087 LatexCommand ref
37088 reference "sub:Font-Styles"
37089
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \end_inset
37096
37097 , no matter if they appear in italic text: 30
37098 \begin_inset space \thinspace{}
37099 \end_inset
37100
37101 km/h
37102 \begin_inset Newline newline
37103 \end_inset
37104
37105 Between the value and the unit is the smallest space, see 
37106 \begin_inset CommandInset ref
37107 LatexCommand ref
37108 reference "sub:Predefined-Space"
37109
37110 \end_inset
37111
37112 .
37113 \begin_inset Newline newline
37114 \end_inset
37115
37116 This convention is automatically fulfilled when the command 
37117 \series bold
37118
37119 \backslash
37120 unittwo
37121 \series default
37122  is used.
37123  When it is entered to a formula, two boxes appear.
37124  In the first one the value is inserted, in the second one the unit, and
37125  one gets as above: 
37126 \begin_inset Formula $\unit[30]{km/h}$
37127 \end_inset
37128
37129
37130 \begin_inset space \thinspace{}
37131 \end_inset
37132
37133 .
37134  Note that 
37135 \series bold
37136
37137 \backslash
37138 unittwo
37139 \series default
37140  is not a real LaTeX command but the command 
37141 \series bold
37142
37143 \backslash
37144 unit[value]{unit}
37145 \series default
37146 , therefore you cannot use it in TeX code.
37147 \end_layout
37148
37149 \begin_layout Itemize
37150 Percent and perthousand signs are set like physical units:
37151 \begin_inset Newline newline
37152 \end_inset
37153
37154 1.2
37155 \begin_inset space \thinspace{}
37156 \end_inset
37157
37158 ‰ alcohol in blood
37159 \end_layout
37160
37161 \begin_layout Itemize
37162 The degree sign follows directly on the value: 15°, but not when it is used
37163  in units: 15
37164 \begin_inset space \thinspace{}
37165 \end_inset
37166
37167 °C
37168 \end_layout
37169
37170 \begin_layout Itemize
37171 In numbers with more than four digits the smallest space is inserted before
37172  every third digit to group them: 
37173 \family roman
37174 \series medium
37175 \shape up
37176 \size normal
37177 \emph off
37178 \bar no
37179 \noun off
37180 \color none
37181 18
37182 \begin_inset space \thinspace{}
37183 \end_inset
37184
37185 473
37186 \begin_inset space \thinspace{}
37187 \end_inset
37188
37189 588
37190 \end_layout
37191
37192 \begin_layout Itemize
37193 For dimensions like 120×90×40
37194 \begin_inset space \thinspace{}
37195 \end_inset
37196
37197 cm the multiplication sign 
37198 \begin_inset Quotes eld
37199 \end_inset
37200
37201 ×
37202 \begin_inset Quotes erd
37203 \end_inset
37204
37205  is used.
37206  It is available either via the command 
37207 \series bold
37208
37209 \backslash
37210 times
37211 \series default
37212  or via the menu 
37213 \family sans
37214 Insert\SpecialChar \menuseparator
37215 Special Character\SpecialChar \menuseparator
37216 Symbols
37217 \family default
37218 .
37219 \end_layout
37220
37221 \begin_layout Itemize
37222 Functions with names consisting of several letters are set upright to avoid
37223  confusions, see 
37224 \begin_inset CommandInset ref
37225 LatexCommand ref
37226 reference "sub:Predefined-Functions"
37227
37228 \end_inset
37229
37230 .
37231 \end_layout
37232
37233 \begin_layout Itemize
37234 Indices consisting of several letters, are set upright: 
37235 \begin_inset Formula $E_{\mathrm{kin}}$
37236 \end_inset
37237
37238
37239 \begin_inset Newline newline
37240 \end_inset
37241
37242 Components of matrices are set italic: 
37243 \begin_inset Formula $\hat{H}_{kl}$
37244 \end_inset
37245
37246
37247 \end_layout
37248
37249 \begin_layout Itemize
37250 The differentiation/integration operator 'd', the Euler's number 'e' and
37251  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37252  other variables.
37253 \end_layout
37254
37255 \begin_layout Itemize
37256 The character that denotes a 
37257 \noun on
37258 Fourier
37259 \noun default
37260  transformation is inserted either by the command 
37261 \series bold
37262
37263 \backslash
37264 mathscr
37265 \begin_inset ERT
37266 status collapsed
37267
37268 \begin_layout Plain Layout
37269
37270
37271 \backslash
37272 spce 
37273 \end_layout
37274
37275 \end_inset
37276
37277 F
37278 \series default
37279  or via the menu 
37280 \family sans
37281 Insert\SpecialChar \menuseparator
37282 Special Character\SpecialChar \menuseparator
37283 Symbols\SpecialChar \menuseparator
37284 Letterlike
37285 \begin_inset space ~
37286 \end_inset
37287
37288 Symbols
37289 \family default
37290
37291 \begin_inset Formula $\mathscr{F}$
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \begin_layout Standard
37298 \begin_inset Newpage newpage
37299 \end_inset
37300
37301
37302 \end_layout
37303
37304 \begin_layout Section
37305 Synonyms
37306 \begin_inset Index idx
37307 status collapsed
37308
37309 \begin_layout Plain Layout
37310 Synonyms
37311 \end_layout
37312
37313 \end_inset
37314
37315
37316 \end_layout
37317
37318 \begin_layout Standard
37319 Some characters and symbols can be created with several commands.
37320  Here is a list of the synonym commands:
37321 \end_layout
37322
37323 \begin_layout Standard
37324 \begin_inset VSpace bigskip
37325 \end_inset
37326
37327
37328 \begin_inset space \hfill{}
37329 \end_inset
37330
37331
37332 \begin_inset Tabular
37333 <lyxtabular version="3" rows="12" columns="2">
37334 <features rotate="0" tabularvalignment="middle">
37335 <column alignment="center" valignment="top" width="0pt">
37336 <column alignment="center" valignment="top" width="0pt">
37337 <row>
37338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 Command
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351 equivalent to
37352 \begin_inset Note Note
37353 status collapsed
37354
37355 \begin_layout Plain Layout
37356
37357 \series bold
37358
37359 \backslash
37360 raisebox
37361 \series default
37362  is only used as spacer.
37363 \end_layout
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 <row>
37374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \backslash
37380 ast
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 \begin_inset ERT
37390 status collapsed
37391
37392 \begin_layout Plain Layout
37393
37394
37395 \backslash
37396 raisebox{-1.2mm}{
37397 \end_layout
37398
37399 \end_inset
37400
37401 *
37402 \begin_inset ERT
37403 status collapsed
37404
37405 \begin_layout Plain Layout
37406
37407 }
37408 \end_layout
37409
37410 \end_inset
37411
37412
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 </row>
37418 <row>
37419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423
37424 \backslash
37425 choose
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434
37435 \backslash
37436 binom
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 </row>
37442 <row>
37443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447
37448 \backslash
37449 geq
37450 \end_layout
37451
37452 \end_inset
37453 </cell>
37454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458
37459 \backslash
37460 ge
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 lbrace
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 {
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 </row>
37488 <row>
37489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493
37494 \backslash
37495 lbracket
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504 [
37505 \end_layout
37506
37507 \end_inset
37508 </cell>
37509 </row>
37510 <row>
37511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515
37516 \backslash
37517 leftarrow
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37523 \begin_inset Text
37524
37525 \begin_layout Plain Layout
37526
37527 \backslash
37528 gets
37529 \end_layout
37530
37531 \end_inset
37532 </cell>
37533 </row>
37534 <row>
37535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539
37540 \backslash
37541 leq
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550
37551 \backslash
37552 le
37553 \end_layout
37554
37555 \end_inset
37556 </cell>
37557 </row>
37558 <row>
37559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563
37564 \backslash
37565 lor
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37571 \begin_inset Text
37572
37573 \begin_layout Plain Layout
37574
37575 \backslash
37576 vee
37577 \end_layout
37578
37579 \end_inset
37580 </cell>
37581 </row>
37582 <row>
37583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37584 \begin_inset Text
37585
37586 \begin_layout Plain Layout
37587
37588 \backslash
37589 neq
37590 \end_layout
37591
37592 \end_inset
37593 </cell>
37594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37595 \begin_inset Text
37596
37597 \begin_layout Plain Layout
37598
37599 \backslash
37600 not=
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 </row>
37606 <row>
37607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37608 \begin_inset Text
37609
37610 \begin_layout Plain Layout
37611
37612 \backslash
37613 slash
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37619 \begin_inset Text
37620
37621 \begin_layout Plain Layout
37622 /
37623 \end_layout
37624
37625 \end_inset
37626 </cell>
37627 </row>
37628 <row>
37629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633
37634 \backslash
37635 vert
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37641 \begin_inset Text
37642
37643 \begin_layout Plain Layout
37644 |
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 </row>
37650 </lyxtabular>
37651
37652 \end_inset
37653
37654
37655 \begin_inset space \hfill{}
37656 \end_inset
37657
37658
37659 \begin_inset Tabular
37660 <lyxtabular version="3" rows="12" columns="2">
37661 <features rotate="0" tabularvalignment="middle">
37662 <column alignment="center" valignment="top" width="0pt">
37663 <column alignment="center" valignment="top" width="0pt">
37664 <row>
37665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37666 \begin_inset Text
37667
37668 \begin_layout Plain Layout
37669 Command
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678 equivalent to
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 </row>
37684 <row>
37685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691 backslash
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700
37701 \backslash
37702
37703 \backslash
37704
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715
37716 \backslash
37717 dasharrow
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726
37727 \backslash
37728 dashrightarrow
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 <row>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 land
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 wedge
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 rbrace
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 }
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 </row>
37780 <row>
37781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785
37786 \backslash
37787 rbracket
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 ]
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 </row>
37802 <row>
37803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807
37808 \backslash
37809 rightarrow
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818
37819 \backslash
37820 to
37821 \end_layout
37822
37823 \end_inset
37824 </cell>
37825 </row>
37826 <row>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \backslash
37833 lnot
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37839 \begin_inset Text
37840
37841 \begin_layout Plain Layout
37842
37843 \backslash
37844 neg
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 </row>
37850 <row>
37851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855
37856 \backslash
37857 ne
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37863 \begin_inset Text
37864
37865 \begin_layout Plain Layout
37866
37867 \backslash
37868 not=
37869 \end_layout
37870
37871 \end_inset
37872 </cell>
37873 </row>
37874 <row>
37875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879
37880 \backslash
37881 owns
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37887 \begin_inset Text
37888
37889 \begin_layout Plain Layout
37890
37891 \backslash
37892 ni
37893 \end_layout
37894
37895 \end_inset
37896 </cell>
37897 </row>
37898 <row>
37899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903
37904 \backslash
37905 square
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37911 \begin_inset Text
37912
37913 \begin_layout Plain Layout
37914
37915 \backslash
37916 Box
37917 \end_layout
37918
37919 \end_inset
37920 </cell>
37921 </row>
37922 <row>
37923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927
37928 \backslash
37929 Vert
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938
37939 \backslash
37940 |
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 </row>
37946 </lyxtabular>
37947
37948 \end_inset
37949
37950
37951 \begin_inset space \hfill{}
37952 \end_inset
37953
37954
37955 \end_layout
37956
37957 \begin_layout Standard
37958 \begin_inset Newpage newpage
37959 \end_inset
37960
37961
37962 \end_layout
37963
37964 \begin_layout Bibliography
37965 \begin_inset CommandInset bibitem
37966 LatexCommand bibitem
37967 key "TLC2"
37968
37969 \end_inset
37970
37971
37972 \shape smallcaps
37973 Mittelbach, F.
37974  ; Goossens, M.
37975 \shape default
37976
37977 \shape italic
37978 The LaTeX Companion
37979 \shape default
37980 .
37981  Addison Wesley, 2004
37982 \end_layout
37983
37984 \begin_layout Bibliography
37985 \begin_inset CommandInset bibitem
37986 LatexCommand bibitem
37987 key "Mathmode"
37988
37989 \end_inset
37990
37991
37992 \begin_inset CommandInset href
37993 LatexCommand href
37994 name "Description"
37995 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37996
37997 \end_inset
37998
37999  of LaTeX's math abilities
38000 \end_layout
38001
38002 \begin_layout Bibliography
38003 \begin_inset CommandInset bibitem
38004 LatexCommand bibitem
38005 key "AMS"
38006
38007 \end_inset
38008
38009
38010 \begin_inset CommandInset href
38011 LatexCommand href
38012 name "Description"
38013 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38014
38015 \end_inset
38016
38017  of 
38018 \begin_inset ERT
38019 status collapsed
38020
38021 \begin_layout Plain Layout
38022
38023
38024 \backslash
38025 AmS
38026 \end_layout
38027
38028 \end_inset
38029
38030 -LaTeX
38031 \end_layout
38032
38033 \begin_layout Bibliography
38034 \begin_inset CommandInset bibitem
38035 LatexCommand bibitem
38036 key "Symbols"
38037
38038 \end_inset
38039
38040
38041 \begin_inset CommandInset href
38042 LatexCommand href
38043 name "List"
38044 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38045
38046 \end_inset
38047
38048  of all symbols available with LaTeX-packages
38049 \end_layout
38050
38051 \begin_layout Bibliography
38052 \begin_inset CommandInset bibitem
38053 LatexCommand bibitem
38054 key "cancel"
38055
38056 \end_inset
38057
38058
38059 \begin_inset CommandInset href
38060 LatexCommand href
38061 name "Documentation"
38062 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38063
38064 \end_inset
38065
38066  of the LaTeX-package 
38067 \series bold
38068 cancel
38069 \series default
38070
38071 \begin_inset Index idx
38072 status collapsed
38073
38074 \begin_layout Plain Layout
38075 Packages ! cancel
38076 \end_layout
38077
38078 \end_inset
38079
38080
38081 \end_layout
38082
38083 \begin_layout Bibliography
38084 \begin_inset CommandInset bibitem
38085 LatexCommand bibitem
38086 key "hyperref"
38087
38088 \end_inset
38089
38090
38091 \begin_inset CommandInset href
38092 LatexCommand href
38093 name "Documentation"
38094 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38095
38096 \end_inset
38097
38098  of the LaTeX-package 
38099 \series bold
38100 hyperref
38101 \series default
38102
38103 \begin_inset Index idx
38104 status collapsed
38105
38106 \begin_layout Plain Layout
38107 Packages ! hyperref
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \end_layout
38114
38115 \begin_layout Bibliography
38116 \begin_inset CommandInset bibitem
38117 LatexCommand bibitem
38118 key "mhchem"
38119
38120 \end_inset
38121
38122
38123 \begin_inset CommandInset href
38124 LatexCommand href
38125 name "Documentation"
38126 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38127
38128 \end_inset
38129
38130  of the LaTeX-package 
38131 \series bold
38132 mhchem
38133 \series default
38134
38135 \begin_inset Index idx
38136 status collapsed
38137
38138 \begin_layout Plain Layout
38139 Packages ! mhchem
38140 \end_layout
38141
38142 \end_inset
38143
38144
38145 \end_layout
38146
38147 \begin_layout Bibliography
38148 \begin_inset CommandInset bibitem
38149 LatexCommand bibitem
38150 key "Mathclap"
38151
38152 \end_inset
38153
38154
38155 \begin_inset CommandInset href
38156 LatexCommand href
38157 name "Description"
38158 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38159
38160 \end_inset
38161
38162  of the command 
38163 \series bold
38164
38165 \backslash
38166 mathclap
38167 \series default
38168 , described in 
38169 \begin_inset CommandInset ref
38170 LatexCommand ref
38171 reference "sub:Operator-Limits"
38172
38173 \end_inset
38174
38175
38176 \begin_inset Index idx
38177 status collapsed
38178
38179 \begin_layout Plain Layout
38180 Commands ! M ! 
38181 \backslash
38182 mathclap
38183 \end_layout
38184
38185 \end_inset
38186
38187
38188 \end_layout
38189
38190 \begin_layout Bibliography
38191 \begin_inset CommandInset bibitem
38192 LatexCommand bibitem
38193 key "Duden"
38194
38195 \end_inset
38196
38197
38198 \emph on
38199 Duden Band 1
38200 \emph default
38201 .
38202  22.
38203  Auflage, Duden 2001
38204 \end_layout
38205
38206 \begin_layout Bibliography
38207 \begin_inset CommandInset bibitem
38208 LatexCommand bibitem
38209 key "Checklist"
38210
38211 \end_inset
38212
38213
38214 \begin_inset CommandInset href
38215 LatexCommand href
38216 name "Check list"
38217 target "http://physics.nist.gov/Document/checklist.pdf"
38218
38219 \end_inset
38220
38221  for reviewing manuscripts
38222 \end_layout
38223
38224 \begin_layout Standard
38225 \begin_inset CommandInset index_print
38226 LatexCommand printindex
38227 type "idx"
38228
38229 \end_inset
38230
38231
38232 \end_layout
38233
38234 \end_body
38235 \end_document