]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
port changes from branch
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \addto\extrasenglish{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{sec.\negthinspace}
45  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 }
48
49 % don't load packages twice
50 % see first footnote in sec. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % the pages of the TOC are numbered roman
54 % and a PDF-bookmark for the TOC is added
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % insert additional vertical space of 1.5 mm between footnotes,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % used in sec. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\spce}{\textvisiblespace}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % macro from sec. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110
111 % ------------------------------------
112 % used to check for needed LaTeX packages
113 \usepackage{ifthen}
114
115 % check for package eurosym
116 % used for the Euro symbol
117 \newboolean{eurosym}
118 \IfFileExists{eurosym.sty}
119  {\usepackage[gennarrow]{eurosym}
120   \setboolean{eurosym}{true}}
121  {\setboolean{eurosym}{false}}
122
123 % check for package braket
124 % used for physical vectors
125 \newboolean{braket}
126 \IfFileExists{braket.sty}
127  {\usepackage{braket}
128   \setboolean{braket}{true}}
129  {\setboolean{braket}{false}}
130
131 % check for package cancel
132 \newboolean{cancel}
133 \IfFileExists{cancel.sty}
134  {\usepackage{cancel}
135   \setboolean{cancel}{true}}
136  {\setboolean{cancel}{false}}
137
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options false
147 \maintain_unincluded_children false
148 \language english
149 \language_package default
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry false
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
196 \notefontcolor #0000ff
197 \index Index
198 \shortcut idx
199 \color #008000
200 \end_index
201 \secnumdepth 4
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language english
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle plain
209 \bullet 1 0 6 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes false
213 \output_changes false
214 \html_math_output 0
215 \html_css_as_file 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Math manual
223 \end_layout
224
225 \begin_layout Author
226 by the LyX Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the LyX Documenta
233 tion mailing list: 
234 \family typewriter
235
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Plain Layout
254 author: Uwe Stöhr
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Newline newline
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \family sans
269 Version 2.0.x
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 To export this document to PDF, PS or DVI the LaTeX-packages 
287 \series bold
288 braket, cancel, eurosym, mathdots, mhchem
289 \series default
290  and 
291 \series bold
292 was
293 \series default
294  should be installed.
295  If they are not installed the document can be export anyway but the sections
296  where the packages are required will not appear in the output.
297  An exeption is 
298 \series bold
299 mhchem
300 \series default
301 ; if it is not installed, this file cannot be exported.
302 \end_layout
303
304 \begin_layout Plain Layout
305 The latest PDF-version of this document can be found here:
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \series bold
311 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
312 \end_layout
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset Newpage newpage
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Section
327 Introduction
328 \end_layout
329
330 \begin_layout Standard
331 This document explains LyX's math features and is furthermore a collection
332  of LaTeX-commands used for mathematical characters and constructs.
333  The explanations are designed for the usage of commands.
334  It is therefore required that you have read the section 
335 \family typewriter
336 Mathematical
337 \begin_inset space ~
338 \end_inset
339
340 Formulas
341 \family default
342  of the User's Guide.
343 \end_layout
344
345 \begin_layout Standard
346 Most of the characters and many constructs explained in this manual are
347  also accessible via the menu 
348 \family sans
349 Insert
350 \series bold
351 \SpecialChar \menuseparator
352
353 \series default
354 Math
355 \family default
356 , or the 
357 \family sans
358 math
359 \family default
360 \series bold
361  
362 \family sans
363 \series default
364 toolbar
365 \family default
366 .
367  But everybody who has to write lots of formulas will notice that it is
368  much faster to use commands instead of the math toolbar.
369  Therefore this manual is focused on commands but also mentions the correspondin
370 g toolbar buttons when available.
371 \end_layout
372
373 \begin_layout Standard
374 If not specially mentioned the commands are only available within formulas.
375  To be able to use all commands explained in this document, the option 
376 \family sans
377 Use AMS math package
378 \family default
379  must be used in the document settings (menu 
380 \family sans
381 Document\SpecialChar \menuseparator
382 Settings\SpecialChar \menuseparator
383 Math
384 \begin_inset space ~
385 \end_inset
386
387 Options
388 \family default
389 ).
390 \begin_inset Foot
391 status collapsed
392
393 \begin_layout Plain Layout
394 The option 
395 \family sans
396 Use AMS math package automatically
397 \family default
398  only uses 
399 \begin_inset ERT
400 status collapsed
401
402 \begin_layout Plain Layout
403
404
405 \backslash
406 AmS 
407 \end_layout
408
409 \end_inset
410
411 -math when math constructs are found that are supported by LyX.
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 This document doesn't list all 
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426
427 \backslash
428 AmS 
429 \end_layout
430
431 \end_inset
432
433 -math commands
434 \begin_inset Foot
435 status collapsed
436
437 \begin_layout Plain Layout
438 A list with all 
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444
445 \backslash
446 AmS
447 \end_layout
448
449 \end_inset
450
451 -math commands is in the file 
452 \family sans
453
454 \begin_inset CommandInset href
455 LatexCommand href
456 name "amsguide.ps"
457 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
458
459 \end_inset
460
461
462 \family default
463 , which is part of every LaTeX standard installation.
464 \end_layout
465
466 \end_inset
467
468  for lucidity reasons.
469 \end_layout
470
471 \begin_layout Section
472 General Instructions
473 \end_layout
474
475 \begin_layout Standard
476 To create an inline formula
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Formula ! inline
482 \end_layout
483
484 \end_inset
485
486  that is embedded into a text line, use one of the shortcuts 
487 \begin_inset Info
488 type  "shortcuts"
489 arg   "math-mode"
490 \end_inset
491
492  or the toolbar button 
493 \begin_inset Graphics
494         filename ../images/math-mode.png
495         scale 85
496
497 \end_inset
498
499
500 \begin_inset Newline newline
501 \end_inset
502
503 To create a display style formula
504 \begin_inset Index idx
505 status collapsed
506
507 \begin_layout Plain Layout
508 Formula ! display style
509 \end_layout
510
511 \end_inset
512
513  that will appear bigger and in an own paragraph, use one of these shortcuts:
514  
515 \begin_inset Info
516 type  "shortcuts"
517 arg   "math-display"
518 \end_inset
519
520 .
521 \end_layout
522
523 \begin_layout Standard
524 To change a display style formula to an inline formula, set the cursor into
525  the formula and use one of the shortcuts 
526 \begin_inset Info
527 type  "shortcuts"
528 arg   "math-mode"
529 \end_inset
530
531  or the menu 
532 \family sans
533 Edit\SpecialChar \menuseparator
534 Math\SpecialChar \menuseparator
535 Change formula type
536 \family default
537 .
538  The same way is used to change an inline formula to a display style formula.
539 \end_layout
540
541 \begin_layout Standard
542 To display parts of an inline formula in the size of a display style formula,
543  enter the command 
544 \series bold
545
546 \backslash
547 displaystyle
548 \series default
549
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554 Commands ! D ! 
555 \backslash
556 displaystyle
557 \end_layout
558
559 \end_inset
560
561  to a formula.
562  Then a new blue box appears in which the desired formula part is inserted.
563 \end_layout
564
565 \begin_layout Standard
566 Only inline formulas are allowed inside tables.
567 \end_layout
568
569 \begin_layout Standard
570 The 
571 \family sans
572 math toolbar
573 \family default
574  can be turned on in the menu 
575 \family sans
576 View\SpecialChar \menuseparator
577 Toolbars
578 \family default
579 .
580  When you click there on 
581 \begin_inset Quotes eld
582 \end_inset
583
584 Math
585 \begin_inset Quotes erd
586 \end_inset
587
588  the toolbar will be shown permanently at the bottom; this state is visualized
589  in the 
590 \family sans
591 Toolbars
592 \family default
593  menu with a checkmark.
594  When you click in this state again on 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Math
599 \begin_inset Quotes erd
600 \end_inset
601
602  in the 
603 \family sans
604 Toolbars
605 \family default
606  menu, the 
607 \family sans
608 math toolbar
609 \family default
610  is only shown when the cursor is within a formula; this state is visualized
611  by the renaming of the menu entry from 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Math
616 \begin_inset Quotes erd
617 \end_inset
618
619  to 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset space ~
625 \end_inset
626
627 (auto)
628 \begin_inset Quotes erd
629 \end_inset
630
631 .
632 \end_layout
633
634 \begin_layout Standard
635 The TeX-mode
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 T@TeX-mode
641 \end_layout
642
643 \end_inset
644
645  is invoked by pressing the toolbar button 
646 \begin_inset Graphics
647         filename ../images/ert-insert.png
648         scale 85
649
650 \end_inset
651
652  or by using the menu 
653 \family sans
654 Insert\SpecialChar \menuseparator
655 Te
656 \begin_inset ERT
657 status collapsed
658
659 \begin_layout Plain Layout
660
661 {}
662 \end_layout
663
664 \end_inset
665
666 X Code
667 \family default
668  (shortcut 
669 \begin_inset Info
670 type  "shortcut"
671 arg   "ert-insert"
672 \end_inset
673
674 ).
675 \begin_inset Note Note
676 status collapsed
677
678 \begin_layout Plain Layout
679 In LyX there are three 
680 \begin_inset Quotes eld
681 \end_inset
682
683 proper names
684 \begin_inset Quotes erd
685 \end_inset
686
687  that appear in the output with sub- and superscript letters: TeX, LaTeX
688  and LyX
689 \end_layout
690
691 \begin_layout Plain Layout
692 To avoid that these names are recognized as proper names, a TeX-brace pair
693  is inserted.
694 \end_layout
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 To change the LaTeX-preamble
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 L@LaTeX-preamble
708 \end_layout
709
710 \end_inset
711
712 , use the menu 
713 \family sans
714 Document\SpecialChar \menuseparator
715 Settings\SpecialChar \menuseparator
716 LaT
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {}
723 \end_layout
724
725 \end_inset
726
727 eX
728 \family default
729  
730 \family sans
731 Preamble
732 \family default
733 .
734 \end_layout
735
736 \begin_layout Standard
737 To edit matrices, case differentiations and multiline formulas subsequently,
738  the menus 
739 \family sans
740 Edit\SpecialChar \menuseparator
741 Math
742 \family default
743  and 
744 \family sans
745 Edit\SpecialChar \menuseparator
746 Rows
747 \begin_inset space \thinspace{}
748 \end_inset
749
750 &
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 Columns,
755 \family default
756  or the 
757 \family sans
758 table toolbar
759 \family default
760  can be used.
761  When lines and columns are swapped via the menu, the column or line where
762  the cursor is in is exchanged with the column to the right or the line
763  below, respectively.
764  Is the cursor in the last column or row, the exchange is done with the
765  column to the left or the line above.
766 \end_layout
767
768 \begin_layout Standard
769 To write text in formulas
770 \begin_inset Foot
771 status collapsed
772
773 \begin_layout Plain Layout
774 For multiline formulas the command 
775 \series bold
776
777 \backslash
778 intertext
779 \series default
780  is used, see 
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sub:Text-in-multiline"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  
793 \emph on
794 mathematical text
795 \emph default
796
797 \begin_inset Index idx
798 status collapsed
799
800 \begin_layout Plain Layout
801 Text ! in formulas
802 \end_layout
803
804 \end_inset
805
806
807 \begin_inset Index idx
808 status collapsed
809
810 \begin_layout Plain Layout
811 Mathematical text
812 \end_layout
813
814 \end_inset
815
816  is used.
817  This mode is invoked with the shortcut 
818 \begin_inset Info
819 type  "shortcut"
820 arg   "font-default"
821 \end_inset
822
823  or by the insertion of the command 
824 \series bold
825
826 \backslash
827 text
828 \series default
829
830 \begin_inset Index idx
831 status collapsed
832
833 \begin_layout Plain Layout
834 Commands ! T ! 
835 \backslash
836 text
837 \end_layout
838
839 \end_inset
840
841 .
842  The text appears black in LyX and can therefore be distinguished from the
843  other formula parts that appear blue.
844  In the output mathematical text is set upright, in contrary to other formula
845  parts.
846 \end_layout
847
848 \begin_layout Subsection*
849 Command Scheme
850 \end_layout
851
852 \begin_layout Standard
853 Most of the LaTeX-commands for math constructs have the following scheme:
854 \end_layout
855
856 \begin_layout Standard
857
858 \series bold
859
860 \backslash
861 commandname[optional
862 \series default
863  
864 \series bold
865 argument]{required
866 \series default
867  
868 \series bold
869 argument}
870 \end_layout
871
872 \begin_layout Standard
873 A command starts always with a backslash 
874 \begin_inset Quotes gld
875 \end_inset
876
877
878 \series bold
879
880 \backslash
881
882 \series default
883
884 \begin_inset Quotes grd
885 \end_inset
886
887 .
888  To omit optional arguments, also omit the associated brackets.
889  The braces around the required arguments are named in this document as
890  TeX-braces
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 T@TeX-braces
896 \end_layout
897
898 \end_inset
899
900 .
901  If you add in a formula a left brace to a command name, LyX creates automatical
902 ly a TeX-brace.
903  In all other cases TeX-braces are created in formulas with the command
904  
905 \series bold
906
907 \backslash
908 {
909 \series default
910 .
911  TeX-braces appear red in LyX, in contrary to normal braces that appear
912  blue.
913  In TeX-mode no command is needed to get TeX-braces.
914  TeX-braces don't appear in the output.
915 \end_layout
916
917 \begin_layout Standard
918 When commands without arguments, like commands for symbols are entered in
919  TeX-mode, a space character must 
920 \emph on
921 always
922 \emph default
923  be behind the command to end it.
924  This space doesn't appear in the output.
925  When the space should appear in the output, the space must be followed
926  by a protected space in normal text.
927 \end_layout
928
929 \begin_layout Standard
930 A protected space is inserted with 
931 \begin_inset Info
932 type  "shortcut"
933 arg   "space-insert protected"
934 \end_inset
935
936 .
937 \end_layout
938
939 \begin_layout Subsection*
940 \begin_inset Newpage newpage
941 \end_inset
942
943 Syntax Explanation
944 \end_layout
945
946 \begin_layout Itemize
947 The symbol
948 \begin_inset Foot
949 status collapsed
950
951 \begin_layout Plain Layout
952 This visible space character can be created with the command 
953 \series bold
954
955 \backslash
956 textvisiblespace
957 \series default
958
959 \begin_inset Index idx
960 status collapsed
961
962 \begin_layout Plain Layout
963 Commands ! T ! 
964 \backslash
965 textvisiblespace
966 \end_layout
967
968 \end_inset
969
970 , inserted in TeX-mode.
971 \end_layout
972
973 \end_inset
974
975  
976 \begin_inset ERT
977 status collapsed
978
979 \begin_layout Plain Layout
980
981
982 \backslash
983 spce 
984 \end_layout
985
986 \end_inset
987
988
989 \begin_inset space ~
990 \end_inset
991
992 denotes a space character to be input.
993 \end_layout
994
995 \begin_layout Itemize
996 An arrow like 
997 \begin_inset Formula $\to$
998 \end_inset
999
1000  denotes the usage of the corresponding arrow key on the keyboard.
1001 \end_layout
1002
1003 \begin_layout Subsection*
1004 Available units
1005 \end_layout
1006
1007 \begin_layout Standard
1008 \align center
1009 \begin_inset Float table
1010 placement H
1011 wide false
1012 sideways false
1013 status open
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Caption
1018
1019 \begin_layout Plain Layout
1020 \begin_inset CommandInset label
1021 LatexCommand label
1022 name "tab:Available-units"
1023
1024 \end_inset
1025
1026 Available units
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \align center
1036 \begin_inset Tabular
1037 <lyxtabular version="3" rows="13" columns="2">
1038 <features tabularvalignment="middle">
1039 <column alignment="center" valignment="top" width="0">
1040 <column alignment="center" valignment="top" width="0">
1041 <row>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Unit
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Name / Description
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 </row>
1061 <row>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 mm
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 Millimeter
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 </row>
1081 <row>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 cm
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 Centimeter
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 </row>
1101 <row>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 in
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 Inch (1
1116 \begin_inset space \thinspace{}
1117 \end_inset
1118
1119 in = 2,54
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 cm)
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 pt
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 Point (72.27
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 pt = 1
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 in)
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 pc
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 Pica (1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 pc = 12
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 pt)
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 sp
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 scaled point (65536
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 sp = 1
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 bp
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 big point (72
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 bp = 1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 in)
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 dd
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 Didot (1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 dd 
1260 \begin_inset Formula $\approx$
1261 \end_inset
1262
1263  0.376
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 mm)
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 cc
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Cicero (1
1288 \begin_inset space \thinspace{}
1289 \end_inset
1290
1291 cc = 12
1292 \begin_inset space \thinspace{}
1293 \end_inset
1294
1295 dd)
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 ex
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 Height of letter 
1316 \emph on
1317
1318 \begin_inset Quotes eld
1319 \end_inset
1320
1321 x
1322 \emph default
1323
1324 \begin_inset Quotes erd
1325 \end_inset
1326
1327  in the current font
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 em
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 width of letter 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351
1352 \emph on
1353 M
1354 \emph default
1355
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  in the current font
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 </row>
1365 <row>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 mu
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1376 \begin_inset Text
1377
1378 \begin_layout Plain Layout
1379 math unit (1
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 mu = 
1384 \begin_inset Formula $\nicefrac{1}{18}$
1385 \end_inset
1386
1387
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 em)
1392 \end_layout
1393
1394 \end_inset
1395 </cell>
1396 </row>
1397 </lyxtabular>
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Standard
1410 \begin_inset Newpage newpage
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Section
1417 Basic Functions
1418 \end_layout
1419
1420 \begin_layout Subsection
1421 Exponents
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Exponents
1427 \end_layout
1428
1429 \end_inset
1430
1431  and Indices
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Indices
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \begin_inset Index idx
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446 Superscripts|see
1447 \begin_inset ERT
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451
1452 {
1453 \end_layout
1454
1455 \end_inset
1456
1457 Exponents
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 }
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 Subscripts|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Indices
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \begin_layout Standard
1509 Indices are created with an underscore 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513 _
1514 \begin_inset Quotes erd
1515 \end_inset
1516
1517  or via the math toolbar button 
1518 \begin_inset Graphics
1519         filename ../images/math-subscript.png
1520         scale 85
1521
1522 \end_inset
1523
1524  , exponents with a caret 
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528 ^
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532  or via the math toolbar button 
1533 \begin_inset Graphics
1534         filename ../images/math-superscript.png
1535         scale 85
1536
1537 \end_inset
1538
1539 .
1540 \end_layout
1541
1542 \begin_layout Standard
1543 \align center
1544 \begin_inset Tabular
1545 <lyxtabular version="3" rows="4" columns="2">
1546 <features tabularvalignment="middle">
1547 <column alignment="center" valignment="top" width="0pt">
1548 <column alignment="center" valignment="top" width="0pt">
1549 <row>
1550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 command
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563 Result
1564 \begin_inset Note Note
1565 status collapsed
1566
1567 \begin_layout Plain Layout
1568
1569 \series bold
1570
1571 \backslash
1572 raisebox
1573 \series default
1574  is only used as spacer.
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 </row>
1585 <row>
1586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 B_V
1591 \end_layout
1592
1593 \end_inset
1594 </cell>
1595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 \begin_inset Formula $B_{V}$
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B^V
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 </row>
1631 <row>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 B^
1637 \begin_inset ERT
1638 status collapsed
1639
1640 \begin_layout Plain Layout
1641
1642
1643 \backslash
1644 spce 
1645 \end_layout
1646
1647 \end_inset
1648
1649 A
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 </row>
1667 </lyxtabular>
1668
1669 \end_inset
1670
1671
1672 \end_layout
1673
1674 \begin_layout Standard
1675 As the caret is in some languages an accent, vowels will be accentuated
1676  in this case and not set as exponents
1677 \begin_inset Foot
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Depending on the used keyboard settings this can also happen for other character
1682 s than vowels.
1683 \end_layout
1684
1685 \end_inset
1686
1687 .
1688  To get in this case exponents, press 
1689 \family sans
1690 Space
1691 \family default
1692  after the caret as in the last example.
1693 \end_layout
1694
1695 \begin_layout Subsection
1696 Fractions
1697 \begin_inset CommandInset label
1698 LatexCommand label
1699 name "sub:Fractions"
1700
1701 \end_inset
1702
1703
1704 \begin_inset Index idx
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708 Fractions
1709 \end_layout
1710
1711 \end_inset
1712
1713
1714 \end_layout
1715
1716 \begin_layout Standard
1717 Fractions are generated with the command 
1718 \series bold
1719
1720 \backslash
1721 frac
1722 \series default
1723
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Commands ! F ! 
1729 \backslash
1730 frac
1731 \end_layout
1732
1733 \end_inset
1734
1735  or via the math toolbar button 
1736 \begin_inset Graphics
1737         filename ../images/math/frac.png
1738         scale 50
1739
1740 \end_inset
1741
1742 .
1743  The font size is adjusted automatically, depending on whether the fraction
1744  is in an inline or display style formula.
1745  With the math toolbar button 
1746 \begin_inset Graphics
1747         filename ../images/math/frac-square.png
1748         scale 85
1749
1750 \end_inset
1751
1752  you can select different fraction types.
1753 \end_layout
1754
1755 \begin_layout Standard
1756 With the command 
1757 \series bold
1758
1759 \backslash
1760 dfrac
1761 \series default
1762
1763 \begin_inset Index idx
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Commands ! D ! 
1768 \backslash
1769 dfrac
1770 \end_layout
1771
1772 \end_inset
1773
1774  a fraction can be created that has in any case the size of a display style
1775  formula.
1776  With 
1777 \series bold
1778
1779 \backslash
1780 tfrac
1781 \series default
1782
1783 \begin_inset Index idx
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787 Commands ! T ! 
1788 \backslash
1789 tfrac
1790 \end_layout
1791
1792 \end_inset
1793
1794  the fraction appears always with the size of an inline formula.
1795  An example:
1796 \end_layout
1797
1798 \begin_layout Standard
1799 A line with the fraction 
1800 \begin_inset Formula $\frac{1}{2}$
1801 \end_inset
1802
1803  that was created with the command 
1804 \series bold
1805
1806 \backslash
1807 frac
1808 \series default
1809 .
1810 \end_layout
1811
1812 \begin_layout Standard
1813 A line with the fraction 
1814 \begin_inset Formula $\dfrac{1}{2}$
1815 \end_inset
1816
1817  that was created with the command 
1818 \series bold
1819
1820 \backslash
1821 dfrac
1822 \series default
1823 .
1824 \end_layout
1825
1826 \begin_layout Standard
1827 \align center
1828 \begin_inset Tabular
1829 <lyxtabular version="3" rows="4" columns="2">
1830 <features tabularvalignment="middle">
1831 <column alignment="center" valignment="top" width="0pt">
1832 <column alignment="center" valignment="top" width="0pt">
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 Command
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 Result
1848 \begin_inset Note Note
1849 status collapsed
1850
1851 \begin_layout Plain Layout
1852
1853 \series bold
1854
1855 \backslash
1856 raisebox
1857 \series default
1858  is only used as spacer.
1859 \end_layout
1860
1861 \end_inset
1862
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 </row>
1869 <row>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \backslash
1876 frac
1877 \begin_inset ERT
1878 status collapsed
1879
1880 \begin_layout Plain Layout
1881
1882
1883 \backslash
1884 spce 
1885 \end_layout
1886
1887 \end_inset
1888
1889 A
1890 \begin_inset Formula $\downarrow$
1891 \end_inset
1892
1893 B
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 </row>
1911 <row>
1912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1913 \begin_inset Text
1914
1915 \begin_layout Plain Layout
1916
1917 \backslash
1918 dfrac
1919 \begin_inset ERT
1920 status collapsed
1921
1922 \begin_layout Plain Layout
1923
1924
1925 \backslash
1926 spce 
1927 \end_layout
1928
1929 \end_inset
1930
1931 A
1932 \begin_inset Formula $\downarrow$
1933 \end_inset
1934
1935 B
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \backslash
1960 dfrac
1961 \begin_inset ERT
1962 status collapsed
1963
1964 \begin_layout Plain Layout
1965
1966
1967 \backslash
1968 spce 
1969 \end_layout
1970
1971 \end_inset
1972
1973 e^
1974 \begin_inset ERT
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978
1979
1980 \backslash
1981 spce 
1982 \end_layout
1983
1984 \end_inset
1985
1986
1987 \backslash
1988 frac
1989 \begin_inset ERT
1990 status collapsed
1991
1992 \begin_layout Plain Layout
1993
1994
1995 \backslash
1996 spce 
1997 \end_layout
1998
1999 \end_inset
2000
2001 1
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 2
2006 \begin_inset Formula $\downarrow\downarrow$
2007 \end_inset
2008
2009 3
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2015 \begin_inset Text
2016
2017 \begin_layout Plain Layout
2018 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2019 \end_inset
2020
2021
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 </row>
2027 </lyxtabular>
2028
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \begin_layout Standard
2035 \begin_inset VSpace bigskip
2036 \end_inset
2037
2038
2039 \begin_inset Newpage newpage
2040 \end_inset
2041
2042 For nested fractions the command 
2043 \series bold
2044
2045 \backslash
2046 cfrac
2047 \series default
2048
2049 \begin_inset Index idx
2050 status collapsed
2051
2052 \begin_layout Plain Layout
2053 Commands ! C ! 
2054 \backslash
2055 cfrac
2056 \end_layout
2057
2058 \end_inset
2059
2060  can be used.
2061  Here is an example:
2062 \begin_inset VSpace -3mm
2063 \end_inset
2064
2065
2066 \end_layout
2067
2068 \begin_layout Standard
2069 \begin_inset Formula 
2070 \begin{align*}
2071 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2072 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2073 \end{align*}
2074
2075 \end_inset
2076
2077
2078 \end_layout
2079
2080 \begin_layout Standard
2081 The command for the example above is:
2082 \end_layout
2083
2084 \begin_layout Standard
2085
2086 \series bold
2087
2088 \backslash
2089 cfrac
2090 \begin_inset ERT
2091 status collapsed
2092
2093 \begin_layout Plain Layout
2094
2095
2096 \backslash
2097 spce 
2098 \end_layout
2099
2100 \end_inset
2101
2102 A
2103 \begin_inset Formula $\downarrow$
2104 \end_inset
2105
2106 B+
2107 \backslash
2108 cfrac
2109 \begin_inset ERT
2110 status collapsed
2111
2112 \begin_layout Plain Layout
2113
2114
2115 \backslash
2116 spce 
2117 \end_layout
2118
2119 \end_inset
2120
2121 C+
2122 \backslash
2123 cfrac
2124 \begin_inset ERT
2125 status collapsed
2126
2127 \begin_layout Plain Layout
2128
2129
2130 \backslash
2131 spce 
2132 \end_layout
2133
2134 \end_inset
2135
2136 E
2137 \begin_inset Formula $\downarrow$
2138 \end_inset
2139
2140 F
2141 \begin_inset Formula $\downarrow$
2142 \end_inset
2143
2144 D
2145 \end_layout
2146
2147 \begin_layout Standard
2148 \begin_inset VSpace medskip
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155
2156 \series bold
2157
2158 \backslash
2159 cfrac
2160 \series default
2161  sets the fraction always in the size of a displayed formula, also when
2162  it is part of another fraction.
2163 \end_layout
2164
2165 \begin_layout Standard
2166 It is possible to specify the alignment of the numerator.
2167  The command 
2168 \series bold
2169
2170 \backslash
2171 cfracleft
2172 \series default
2173  is used to left align it, the command 
2174 \series bold
2175
2176 \backslash
2177 cfracright
2178 \series default
2179  to right-align it.
2180  
2181 \series bold
2182
2183 \backslash
2184 cfrac
2185 \series default
2186  centers the numerator.
2187  These fractions demonstrate the different alignments:
2188 \end_layout
2189
2190 \begin_layout Standard
2191 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2192 \end_inset
2193
2194
2195 \begin_inset Formula $\cfrac{A}{B+C}$
2196 \end_inset
2197
2198
2199 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2200 \end_inset
2201
2202
2203 \end_layout
2204
2205 \begin_layout Standard
2206 \begin_inset Note Greyedout
2207 status open
2208
2209 \begin_layout Plain Layout
2210
2211 \series bold
2212 Note:
2213 \series default
2214  
2215 \series bold
2216
2217 \backslash
2218 cfracleft
2219 \series default
2220  and 
2221 \series bold
2222
2223 \backslash
2224 cfracright
2225 \series default
2226  are no real LaTeX commands but represent the command 
2227 \series bold
2228
2229 \backslash
2230 cfrac[alignment]{numerator}{denominator}
2231 \series default
2232  .
2233  Therefore you cannot use them in TeX code.
2234 \end_layout
2235
2236 \end_inset
2237
2238
2239 \end_layout
2240
2241 \begin_layout Standard
2242 \begin_inset VSpace medskip
2243 \end_inset
2244
2245 It is often advantageous to combine 
2246 \series bold
2247
2248 \backslash
2249 cfrac
2250 \series default
2251  and 
2252 \series bold
2253
2254 \backslash
2255 frac
2256 \series default
2257 :
2258 \begin_inset Formula 
2259 \[
2260 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2261 \]
2262
2263 \end_inset
2264
2265
2266 \end_layout
2267
2268 \begin_layout Standard
2269 For inline fractions with a sloped fraction stroke you can use the command
2270  
2271 \series bold
2272
2273 \backslash
2274 nicefrac
2275 \series default
2276
2277 \begin_inset Index idx
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 Commands ! N ! 
2282 \backslash
2283 nicefrac
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \begin_inset Formula $\nicefrac{5}{31}$
2290 \end_inset
2291
2292  or 
2293 \series bold
2294
2295 \backslash
2296 unitfrac
2297 \series default
2298
2299 \begin_inset Index idx
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Commands ! U ! 
2304 \backslash
2305 unitfrac
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \begin_inset Formula $\unitfrac{5}{31}$
2312 \end_inset
2313
2314  There is furthermore the command 
2315 \series bold
2316
2317 \backslash
2318 unitfracthree
2319 \series default
2320  that offers to write a fraction in combination with a number: 
2321 \begin_inset Formula $\unitfrac[2]{1}{3}$
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \begin_layout Standard
2328 \begin_inset Note Greyedout
2329 status open
2330
2331 \begin_layout Plain Layout
2332
2333 \series bold
2334 Note:
2335 \series default
2336  
2337 \series bold
2338
2339 \backslash
2340 unitfracthree
2341 \series default
2342  is not a real LaTeX command but the command
2343 \begin_inset Newline newline
2344 \end_inset
2345
2346
2347 \series bold
2348
2349 \backslash
2350 unitfrac[number]{numerator}{denominator}
2351 \series default
2352  .
2353  Therefore you cannot use it in TeX code.
2354 \end_layout
2355
2356 \end_inset
2357
2358
2359 \end_layout
2360
2361 \begin_layout Standard
2362 How to define own fractions where the fraction stroke can be changed, is
2363  explained in 
2364 \begin_inset CommandInset ref
2365 LatexCommand ref
2366 reference "sub:Self-defined-Fractions"
2367
2368 \end_inset
2369
2370 .
2371 \end_layout
2372
2373 \begin_layout Subsection
2374 Roots
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Roots
2380 \end_layout
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Standard
2388 Square roots are created with 
2389 \series bold
2390
2391 \backslash
2392 sqrt
2393 \series default
2394
2395 \begin_inset Index idx
2396 status collapsed
2397
2398 \begin_layout Plain Layout
2399 Commands ! S ! 
2400 \backslash
2401 sqrt
2402 \end_layout
2403
2404 \end_inset
2405
2406  or the math toolbar button 
2407 \begin_inset Graphics
2408         filename ../images/math/sqrt.png
2409         scale 85
2410
2411 \end_inset
2412
2413 , all other roots with the command 
2414 \series bold
2415
2416 \backslash
2417 root
2418 \series default
2419
2420 \begin_inset Index idx
2421 status collapsed
2422
2423 \begin_layout Plain Layout
2424 Commands ! R ! 
2425 \backslash
2426 root
2427 \end_layout
2428
2429 \end_inset
2430
2431  or with the math toolbar button 
2432 \begin_inset Graphics
2433         filename ../images/math/root.png
2434         scale 85
2435
2436 \end_inset
2437
2438 .
2439 \end_layout
2440
2441 \begin_layout Standard
2442 \align center
2443 \begin_inset Tabular
2444 <lyxtabular version="3" rows="3" columns="2">
2445 <features tabularvalignment="middle">
2446 <column alignment="center" valignment="top" width="0pt">
2447 <column alignment="center" valignment="top" width="0pt">
2448 <row>
2449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2450 \begin_inset Text
2451
2452 \begin_layout Plain Layout
2453 Command
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Plain Layout
2462 Result
2463 \begin_inset Note Note
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467
2468 \series bold
2469
2470 \backslash
2471 raisebox
2472 \series default
2473  is only used as spacer.
2474 \end_layout
2475
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 </row>
2484 <row>
2485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489
2490 \backslash
2491 sqrt
2492 \begin_inset ERT
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496
2497
2498 \backslash
2499 spce 
2500 \end_layout
2501
2502 \end_inset
2503
2504 A-B
2505 \end_layout
2506
2507 \end_inset
2508 </cell>
2509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2510 \begin_inset Text
2511
2512 \begin_layout Plain Layout
2513 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 </row>
2522 <row>
2523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527
2528 \backslash
2529 root
2530 \begin_inset ERT
2531 status collapsed
2532
2533 \begin_layout Plain Layout
2534
2535
2536 \backslash
2537 spce 
2538 \end_layout
2539
2540 \end_inset
2541
2542 3
2543 \begin_inset Formula $\downarrow$
2544 \end_inset
2545
2546 A-B
2547 \end_layout
2548
2549 \end_inset
2550 </cell>
2551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2556 \end_inset
2557
2558
2559 \end_layout
2560
2561 \end_inset
2562 </cell>
2563 </row>
2564 </lyxtabular>
2565
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \begin_layout Standard
2572 A square root can also be created with 
2573 \series bold
2574
2575 \backslash
2576 root
2577 \series default
2578  when the root index field is left empty.
2579 \end_layout
2580
2581 \begin_layout Standard
2582 With certain indices the distance to the root is too small, like in this
2583  formula: 
2584 \begin_inset Formula $\sqrt[\beta]{B}$
2585 \end_inset
2586
2587
2588 \begin_inset Newline newline
2589 \end_inset
2590
2591 The 
2592 \begin_inset Formula $\beta$
2593 \end_inset
2594
2595  touches the root.
2596  To avoid this, the commands 
2597 \series bold
2598
2599 \backslash
2600 leftroot
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Commands ! L ! 
2608 \backslash
2609 leftroot
2610 \end_layout
2611
2612 \end_inset
2613
2614  and 
2615 \series bold
2616
2617 \backslash
2618 uproot
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Commands ! U ! 
2626 \backslash
2627 uproot
2628 \end_layout
2629
2630 \end_inset
2631
2632  are used with the following scheme:
2633 \end_layout
2634
2635 \begin_layout Standard
2636
2637 \series bold
2638
2639 \backslash
2640 leftroot{distance}
2641 \series default
2642  and 
2643 \series bold
2644
2645 \backslash
2646 uproot{distance}
2647 \end_layout
2648
2649 \begin_layout Standard
2650 Distance is the number of Big Points (unit bp; 
2651 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2652 \end_inset
2653
2654 ), that the index should be moved to the left or top, resp..
2655  The commands are written to the index.
2656  This way the command
2657 \begin_inset Newline newline
2658 \end_inset
2659
2660
2661 \series bold
2662
2663 \backslash
2664 root
2665 \backslash
2666 leftroot{-1
2667 \begin_inset Formula $\to$
2668 \end_inset
2669
2670
2671 \backslash
2672 uproot{2
2673 \begin_inset Formula $\to$
2674 \end_inset
2675
2676
2677 \backslash
2678 beta
2679 \begin_inset ERT
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683
2684
2685 \backslash
2686 spce 
2687 \end_layout
2688
2689 \end_inset
2690
2691
2692 \begin_inset Formula $\to$
2693 \end_inset
2694
2695 B
2696 \begin_inset Newline newline
2697 \end_inset
2698
2699
2700 \series default
2701 produces a correct typeset formula: 
2702 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \begin_layout Subsection
2709 Binomial Coefficients
2710 \begin_inset Index idx
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 Binomial coefficients
2715 \end_layout
2716
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \begin_layout Standard
2723 Binomial coefficients are inserted with the command 
2724 \series bold
2725
2726 \backslash
2727 binom
2728 \series default
2729
2730 \begin_inset Index idx
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734 Commands ! B ! 
2735 \backslash
2736 binom
2737 \end_layout
2738
2739 \end_inset
2740
2741  or with the submenu of the math toolbar button 
2742 \begin_inset Graphics
2743         filename ../images/math/frac-square.png
2744         scale 85
2745
2746 \end_inset
2747
2748 .
2749  Analog to fractions (
2750 \series bold
2751
2752 \backslash
2753 frac
2754 \series default
2755 ) there are besides 
2756 \series bold
2757
2758 \backslash
2759 binom
2760 \series default
2761  the commands 
2762 \series bold
2763
2764 \backslash
2765 dbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Commands ! D ! 
2773 \backslash
2774 dbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779  and 
2780 \series bold
2781
2782 \backslash
2783 tbinom
2784 \series default
2785
2786 \begin_inset Index idx
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 Commands ! T ! 
2791 \backslash
2792 tbinom
2793 \end_layout
2794
2795 \end_inset
2796
2797 .
2798  For other brackets around binomial coeficients there are the commands 
2799 \series bold
2800
2801 \backslash
2802 brace
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Commands ! B ! 
2810 \backslash
2811 brace
2812 \end_layout
2813
2814 \end_inset
2815
2816  and 
2817 \series bold
2818
2819 \backslash
2820 brack
2821 \series default
2822
2823 \begin_inset Index idx
2824 status collapsed
2825
2826 \begin_layout Plain Layout
2827 Commands ! B ! 
2828 \backslash
2829 brack
2830 \end_layout
2831
2832 \end_inset
2833
2834 .
2835 \end_layout
2836
2837 \begin_layout Standard
2838 \align center
2839 \begin_inset Tabular
2840 <lyxtabular version="3" rows="6" columns="2">
2841 <features tabularvalignment="middle">
2842 <column alignment="center" valignment="top" width="0pt">
2843 <column alignment="center" valignment="top" width="0pt">
2844 <row>
2845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849 Command
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 Result
2859 \begin_inset Note Note
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863
2864 \series bold
2865
2866 \backslash
2867 raisebox
2868 \series default
2869  is only used as spacer.
2870 \end_layout
2871
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \backslash
2887 binom
2888 \begin_inset ERT
2889 status collapsed
2890
2891 \begin_layout Plain Layout
2892
2893
2894 \backslash
2895 spce 
2896 \end_layout
2897
2898 \end_inset
2899
2900 A
2901 \begin_inset Formula $\downarrow$
2902 \end_inset
2903
2904 B
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 </row>
2922 <row>
2923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927
2928 \backslash
2929 dbinom
2930 \begin_inset ERT
2931 status collapsed
2932
2933 \begin_layout Plain Layout
2934
2935
2936 \backslash
2937 spce 
2938 \end_layout
2939
2940 \end_inset
2941
2942 A
2943 \begin_inset Formula $\downarrow$
2944 \end_inset
2945
2946 B
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \backslash
2971 tbinom
2972 \begin_inset ERT
2973 status collapsed
2974
2975 \begin_layout Plain Layout
2976
2977
2978 \backslash
2979 spce 
2980 \end_layout
2981
2982 \end_inset
2983
2984 A
2985 \begin_inset Formula $\downarrow$
2986 \end_inset
2987
2988 B
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \backslash
3013 brack
3014 \begin_inset ERT
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018
3019
3020 \backslash
3021 spce 
3022 \end_layout
3023
3024 \end_inset
3025
3026 A
3027 \begin_inset Formula $\downarrow$
3028 \end_inset
3029
3030 B
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 <row>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053
3054 \backslash
3055 brace
3056 \begin_inset ERT
3057 status collapsed
3058
3059 \begin_layout Plain Layout
3060
3061
3062 \backslash
3063 spce 
3064 \end_layout
3065
3066 \end_inset
3067
3068 A
3069 \begin_inset Formula $\downarrow$
3070 \end_inset
3071
3072 B
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3082 \end_inset
3083
3084
3085 \end_layout
3086
3087 \end_inset
3088 </cell>
3089 </row>
3090 </lyxtabular>
3091
3092 \end_inset
3093
3094
3095 \end_layout
3096
3097 \begin_layout Subsection
3098 Case Differentiations
3099 \begin_inset Index idx
3100 status collapsed
3101
3102 \begin_layout Plain Layout
3103 Case differentiations 
3104 \end_layout
3105
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \begin_layout Standard
3112 \align center
3113 \begin_inset Tabular
3114 <lyxtabular version="3" rows="3" columns="2">
3115 <features tabularvalignment="middle">
3116 <column alignment="center" valignment="top" width="0pt">
3117 <column alignment="center" valignment="top" width="0pt">
3118 <row>
3119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123 Command
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132 Result
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row>
3139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \backslash
3145 cases
3146 \begin_inset ERT
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150
3151
3152 \backslash
3153 spce 
3154 \end_layout
3155
3156 \end_inset
3157
3158 A
3159 \begin_inset Formula $\to$
3160 \end_inset
3161
3162 B>0
3163 \begin_inset Index idx
3164 status collapsed
3165
3166 \begin_layout Plain Layout
3167 Commands ! C ! 
3168 \backslash
3169 cases
3170 \end_layout
3171
3172 \end_inset
3173
3174
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 \begin_inset Formula $\begin{cases}
3184 A & B>0\end{cases}$
3185 \end_inset
3186
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row>
3194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \backslash
3200 cases
3201 \begin_inset ERT
3202 status collapsed
3203
3204 \begin_layout Plain Layout
3205
3206
3207 \backslash
3208 spce 
3209 \end_layout
3210
3211 \end_inset
3212
3213
3214 \begin_inset Info
3215 type  "shortcut"
3216 arg   "newline-insert newline"
3217 \end_inset
3218
3219
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 \begin_inset Formula $\begin{cases}
3229 A & \textrm{for }x>0\\
3230 B & \textrm{for }x=0
3231 \end{cases}$
3232 \end_inset
3233
3234
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 </lyxtabular>
3241
3242 \end_inset
3243
3244
3245 \end_layout
3246
3247 \begin_layout Standard
3248 After inserting 
3249 \series bold
3250
3251 \backslash
3252 cases
3253 \series default
3254  or the usage of the math toolbar button 
3255 \begin_inset Graphics
3256         filename ../images/math/cases.png
3257         scale 85
3258
3259 \end_inset
3260
3261  you can create new lines with the shortcut 
3262 \begin_inset Info
3263 type  "shortcut"
3264 arg   "newline-insert newline"
3265 \end_inset
3266
3267  or the table toolbar button 
3268 \begin_inset Graphics
3269         filename ../images/tabular-feature_append-row.png
3270         scale 85
3271
3272 \end_inset
3273
3274 .
3275 \end_layout
3276
3277 \begin_layout Standard
3278 The command 
3279 \series bold
3280
3281 \backslash
3282 cases
3283 \series default
3284  is also available via the menu 
3285 \family sans
3286 Insert\SpecialChar \menuseparator
3287 Math\SpecialChar \menuseparator
3288 Cases-Environment
3289 \family default
3290 .
3291 \end_layout
3292
3293 \begin_layout Subsection
3294 Negations
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Negations
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \end_layout
3306
3307 \begin_layout Standard
3308 By inserting of 
3309 \series bold
3310
3311 \backslash
3312 not
3313 \series default
3314
3315 \begin_inset Index idx
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319 Commands ! N ! 
3320 \backslash
3321 not
3322 \end_layout
3323
3324 \end_inset
3325
3326  every character can be displayed canceled.
3327  The characters are quasi accentuated by a slash.
3328 \end_layout
3329
3330 \begin_layout Standard
3331 \align center
3332 \begin_inset Tabular
3333 <lyxtabular version="3" rows="4" columns="2">
3334 <features tabularvalignment="middle">
3335 <column alignment="center" valignment="top" width="0pt">
3336 <column alignment="center" valignment="top" width="0pt">
3337 <row>
3338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Command
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Result
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \backslash
3364 not=
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 \begin_inset Formula $\not=$
3374 \end_inset
3375
3376
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \backslash
3389 not 
3390 \backslash
3391 le
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 \begin_inset Formula $\not\le$
3401 \end_inset
3402
3403
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \backslash
3416 not 
3417 \backslash
3418 parallel
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 \begin_inset Formula $\not\parallel$
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 </row>
3436 </lyxtabular>
3437
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \begin_layout Standard
3444 The last example shows, that not all negations look good.
3445  Therefore there are for some negations special commands (see 
3446 \begin_inset CommandInset ref
3447 LatexCommand ref
3448 reference "sub:Mathematical-Symbols"
3449
3450 \end_inset
3451
3452  and 
3453 \begin_inset CommandInset ref
3454 LatexCommand ref
3455 reference "sec:Relations"
3456
3457 \end_inset
3458
3459 ).
3460 \end_layout
3461
3462 \begin_layout Subsection
3463 Placeholders
3464 \begin_inset CommandInset label
3465 LatexCommand label
3466 name "sub:Placeholders"
3467
3468 \end_inset
3469
3470
3471 \begin_inset Index idx
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475 Placeholders
3476 \end_layout
3477
3478 \end_inset
3479
3480
3481 \begin_inset Index idx
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485 Chemical characters ! Isotopes
3486 \end_layout
3487
3488 \end_inset
3489
3490
3491 \begin_inset Index idx
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495 Isotopes|see
3496 \begin_inset ERT
3497 status collapsed
3498
3499 \begin_layout Plain Layout
3500
3501 {
3502 \end_layout
3503
3504 \end_inset
3505
3506 Chemical characters
3507 \begin_inset ERT
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511
3512 }
3513 \end_layout
3514
3515 \end_inset
3516
3517
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \begin_layout Standard
3526 When displaying e.
3527 \begin_inset space \thinspace{}
3528 \end_inset
3529
3530 g.
3531 \begin_inset space \space{}
3532 \end_inset
3533
3534 isotopes
3535 \begin_inset Foot
3536 status collapsed
3537
3538 \begin_layout Plain Layout
3539 Typesetting isotopes and chemical symbols is described in 
3540 \begin_inset CommandInset ref
3541 LatexCommand ref
3542 reference "sub:Chemical-Symbols-and"
3543
3544 \end_inset
3545
3546 .
3547 \end_layout
3548
3549 \end_inset
3550
3551  the following problem occurs:
3552 \end_layout
3553
3554 \begin_layout Standard
3555 \align center
3556 \begin_inset Tabular
3557 <lyxtabular version="3" rows="2" columns="2">
3558 <features tabularvalignment="middle">
3559 <column alignment="center" valignment="top" width="0pt">
3560 <column alignment="center" valignment="top" width="0pt">
3561 <row>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Indices created with sub- and superscripts:
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 correct indices:
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 </lyxtabular>
3608
3609 \end_inset
3610
3611
3612 \begin_inset Note Note
3613 status collapsed
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618
3619 \backslash
3620 raisebox
3621 \series default
3622  is only used as spacer.
3623 \end_layout
3624
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \begin_layout Standard
3631 The shorter index is by default placed below or above the first character
3632  of the longer index.
3633  To avoid this there is the command 
3634 \series bold
3635
3636 \backslash
3637 phantom
3638 \series default
3639
3640 \begin_inset Index idx
3641 status collapsed
3642
3643 \begin_layout Plain Layout
3644 Commands ! P ! 
3645 \backslash
3646 phantom
3647 \end_layout
3648
3649 \end_inset
3650
3651  or the math toolbar button
3652 \begin_inset space \thinspace{}
3653 \end_inset
3654
3655
3656 \begin_inset Foot
3657 status collapsed
3658
3659 \begin_layout Plain Layout
3660 can be found in the submenu of the toolbar button 
3661 \begin_inset Graphics
3662         filename ../images/math/space.png
3663         scale 85
3664
3665 \end_inset
3666
3667
3668 \end_layout
3669
3670 \end_inset
3671
3672  
3673 \begin_inset Graphics
3674         filename ../images/math/phantom.png
3675         scale 85
3676
3677 \end_inset
3678
3679  that creates one or more phantom characters.
3680  When inserting 
3681 \series bold
3682
3683 \backslash
3684 phantom
3685 \series default
3686  a small blue box appears that is superposed with two red arrows.
3687  The arrows indicate that the complete width and height of the box content
3688  will be created as placeholder.
3689  Phantom characters are accordingly placeholders with the size of the characters.
3690 \end_layout
3691
3692 \begin_layout Standard
3693 \align center
3694 \begin_inset Tabular
3695 <lyxtabular version="3" rows="4" columns="2">
3696 <features tabularvalignment="middle">
3697 <column alignment="center" valignment="top" width="0">
3698 <column alignment="center" valignment="top" width="0">
3699 <row>
3700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Command
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 Result
3714 \begin_inset Note Note
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720
3721 \backslash
3722 raisebox
3723 \series default
3724  is only used as spacer.
3725 \end_layout
3726
3727 \end_inset
3728
3729
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 ^19
3741 \begin_inset ERT
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745
3746
3747 \backslash
3748 spce 
3749 \end_layout
3750
3751 \end_inset
3752
3753 _
3754 \backslash
3755 phantom
3756 \begin_inset ERT
3757 status collapsed
3758
3759 \begin_layout Plain Layout
3760
3761
3762 \backslash
3763 spce 
3764 \end_layout
3765
3766 \end_inset
3767
3768 1
3769 \begin_inset Formula $\to$
3770 \end_inset
3771
3772 9
3773 \begin_inset ERT
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777
3778
3779 \backslash
3780 spce 
3781 \end_layout
3782
3783 \end_inset
3784
3785 F
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3795 \end_inset
3796
3797
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 </row>
3803 <row>
3804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3805 \begin_inset Text
3806
3807 \begin_layout Plain Layout
3808 ^235
3809 \begin_inset ERT
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813
3814
3815 \backslash
3816 spce 
3817 \end_layout
3818
3819 \end_inset
3820
3821 _
3822 \backslash
3823 phantom
3824 \begin_inset ERT
3825 status collapsed
3826
3827 \begin_layout Plain Layout
3828
3829
3830 \backslash
3831 spce 
3832 \end_layout
3833
3834 \end_inset
3835
3836 23
3837 \begin_inset Formula $\to$
3838 \end_inset
3839
3840 9
3841 \begin_inset ERT
3842 status collapsed
3843
3844 \begin_layout Plain Layout
3845
3846
3847 \backslash
3848 spce 
3849 \end_layout
3850
3851 \end_inset
3852
3853 F
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 </row>
3871 <row>
3872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876
3877 \backslash
3878 Lambda^
3879 \begin_inset ERT
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883
3884
3885 \backslash
3886 spce 
3887 \end_layout
3888
3889 \end_inset
3890
3891
3892 \backslash
3893 phantom
3894 \begin_inset ERT
3895 status collapsed
3896
3897 \begin_layout Plain Layout
3898
3899
3900 \backslash
3901 spce 
3902 \end_layout
3903
3904 \end_inset
3905
3906 ii
3907 \begin_inset Formula $\to$
3908 \end_inset
3909
3910 t
3911 \begin_inset ERT
3912 status collapsed
3913
3914 \begin_layout Plain Layout
3915
3916
3917 \backslash
3918 spce 
3919 \end_layout
3920
3921 \end_inset
3922
3923 _MMt
3924 \end_layout
3925
3926 \end_inset
3927 </cell>
3928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3929 \begin_inset Text
3930
3931 \begin_layout Plain Layout
3932 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3933 \end_inset
3934
3935
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 </lyxtabular>
3942
3943 \end_inset
3944
3945
3946 \end_layout
3947
3948 \begin_layout Standard
3949 Furthermore there are the commands 
3950 \series bold
3951
3952 \backslash
3953 vphantom
3954 \series default
3955
3956 \begin_inset Index idx
3957 status collapsed
3958
3959 \begin_layout Plain Layout
3960 Commands ! V ! 
3961 \backslash
3962 vphantom
3963 \end_layout
3964
3965 \end_inset
3966
3967  (toolbar button 
3968 \begin_inset space ~
3969 \end_inset
3970
3971
3972 \begin_inset Graphics
3973         filename ../images/math/vphantom.png
3974         scale 85
3975
3976 \end_inset
3977
3978 ) and 
3979 \series bold
3980
3981 \backslash
3982 hphantom
3983 \series default
3984
3985 \begin_inset Index idx
3986 status collapsed
3987
3988 \begin_layout Plain Layout
3989 Commands ! H ! 
3990 \backslash
3991 hphantom
3992 \end_layout
3993
3994 \end_inset
3995
3996  (toolbar button 
3997 \begin_inset space ~
3998 \end_inset
3999
4000
4001 \begin_inset Graphics
4002         filename ../images/math/hphantom.png
4003         scale 85
4004
4005 \end_inset
4006
4007 ).
4008  
4009 \series bold
4010
4011 \backslash
4012 hphantom
4013 \series default
4014  creates only space for the maximal height of the characters in the box
4015  but not for its width.
4016  
4017 \series bold
4018
4019 \backslash
4020 vphantom
4021 \series default
4022  creates only space for the width of the box content.
4023  Therefore  the boxes of both commands have only one red arrow.
4024 \end_layout
4025
4026 \begin_layout Standard
4027 For example creates 
4028 \series bold
4029
4030 \backslash
4031 vphantom
4032 \series default
4033
4034 \begin_inset ERT
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038
4039
4040 \backslash
4041 spce 
4042 \end_layout
4043
4044 \end_inset
4045
4046
4047 \series bold
4048 a
4049 \backslash
4050 int
4051 \series default
4052  space for the height of the integral sign,
4053 \begin_inset Foot
4054 status collapsed
4055
4056 \begin_layout Plain Layout
4057 The command 
4058 \series bold
4059
4060 \backslash
4061 int
4062 \series default
4063  creates an integral sign, see 
4064 \begin_inset CommandInset ref
4065 LatexCommand ref
4066 reference "sub:Big-Operators"
4067
4068 \end_inset
4069
4070 .
4071 \end_layout
4072
4073 \end_inset
4074
4075  because this is the larger character.
4076  An example application is in 
4077 \begin_inset CommandInset ref
4078 LatexCommand ref
4079 reference "sub:Multiline-Brackets"
4080
4081 \end_inset
4082
4083 .
4084 \end_layout
4085
4086 \begin_layout Standard
4087 Placeholders can also be used for text when it is inserted via the menu
4088  
4089 \family sans
4090 Insert\SpecialChar \menuseparator
4091 Formatting\SpecialChar \menuseparator
4092 Phantom
4093 \family default
4094 :
4095 \end_layout
4096
4097 \begin_layout Standard
4098 This is a sentence.
4099 \begin_inset Newline newline
4100 \end_inset
4101
4102
4103 \begin_inset Phantom Phantom
4104 status open
4105
4106 \begin_layout Plain Layout
4107 This
4108 \end_layout
4109
4110 \end_inset
4111
4112  is a sentence.
4113 \end_layout
4114
4115 \begin_layout Subsection
4116 Lines
4117 \begin_inset Index idx
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121 Lines
4122 \end_layout
4123
4124 \end_inset
4125
4126
4127 \begin_inset Index idx
4128 status collapsed
4129
4130 \begin_layout Plain Layout
4131 Formula ! underlined
4132 \end_layout
4133
4134 \end_inset
4135
4136
4137 \end_layout
4138
4139 \begin_layout Standard
4140 \align center
4141 \begin_inset Tabular
4142 <lyxtabular version="3" rows="4" columns="2">
4143 <features tabularvalignment="middle">
4144 <column alignment="center" valignment="top" width="0pt">
4145 <column alignment="center" valignment="top" width="0pt">
4146 <row>
4147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Command
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 Result
4161 \begin_inset Note Note
4162 status collapsed
4163
4164 \begin_layout Plain Layout
4165
4166 \series bold
4167
4168 \backslash
4169 raisebox
4170 \series default
4171  is only used as spacer.
4172 \end_layout
4173
4174 \end_inset
4175
4176
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \backslash
4189 overline
4190 \begin_inset ERT
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194
4195
4196 \backslash
4197 spce 
4198 \end_layout
4199
4200 \end_inset
4201
4202 A+B
4203 \begin_inset Index idx
4204 status collapsed
4205
4206 \begin_layout Plain Layout
4207 Commands ! O ! 
4208 \backslash
4209 overline
4210 \end_layout
4211
4212 \end_inset
4213
4214
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4224 \end_inset
4225
4226
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \backslash
4239 underline
4240 \begin_inset ERT
4241 status collapsed
4242
4243 \begin_layout Plain Layout
4244
4245
4246 \backslash
4247 spce 
4248 \end_layout
4249
4250 \end_inset
4251
4252 A+B
4253 \begin_inset Index idx
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 Commands ! U ! 
4258 \backslash
4259 underline
4260 \end_layout
4261
4262 \end_inset
4263
4264
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4274 \end_inset
4275
4276
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \backslash
4289 overline
4290 \begin_inset ERT
4291 status collapsed
4292
4293 \begin_layout Plain Layout
4294
4295
4296 \backslash
4297 spce 
4298 \end_layout
4299
4300 \end_inset
4301
4302
4303 \backslash
4304 underline
4305 \begin_inset ERT
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309
4310
4311 \backslash
4312 spce 
4313 \end_layout
4314
4315 \end_inset
4316
4317 A+B
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4327 \end_inset
4328
4329
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 </row>
4335 </lyxtabular>
4336
4337 \end_inset
4338
4339
4340 \end_layout
4341
4342 \begin_layout Standard
4343 In the last example it doesn't matter if first 
4344 \series bold
4345
4346 \backslash
4347 overline
4348 \series default
4349  or 
4350 \series bold
4351
4352 \backslash
4353 underline
4354 \series default
4355  is inserted.
4356 \end_layout
4357
4358 \begin_layout Standard
4359 To double underline e.
4360 \begin_inset space \thinspace{}
4361 \end_inset
4362
4363 g.
4364 \begin_inset space \space{}
4365 \end_inset
4366
4367 results, one uses 
4368 \series bold
4369
4370 \backslash
4371 underline
4372 \series default
4373  twice.
4374 \end_layout
4375
4376 \begin_layout Standard
4377 It is possible to place up to 6 lines above or below characters.
4378 \end_layout
4379
4380 \begin_layout Standard
4381 \begin_inset VSpace bigskip
4382 \end_inset
4383
4384 Custom lines can be created using the command 
4385 \series bold
4386
4387 \backslash
4388 rule
4389 \series default
4390
4391 \begin_inset Index idx
4392 status collapsed
4393
4394 \begin_layout Plain Layout
4395 Commands ! R ! 
4396 \backslash
4397 rule
4398 \end_layout
4399
4400 \end_inset
4401
4402  which has the following scheme:
4403 \end_layout
4404
4405 \begin_layout Standard
4406
4407 \series bold
4408
4409 \backslash
4410 rule[vertical offset]{length}{thickness}
4411 \end_layout
4412
4413 \begin_layout Standard
4414 The optional vertical offset shifts the line upwards (or downwards, when
4415  the value is negative).
4416  The units listed in 
4417 \begin_inset CommandInset ref
4418 LatexCommand ref
4419 reference "tab:Available-units"
4420
4421 \end_inset
4422
4423  can be used for the values.
4424  Here are two example lines created with the commands
4425 \begin_inset Newline newline
4426 \end_inset
4427
4428
4429 \series bold
4430
4431 \backslash
4432 rule[-2ex]{3cm}{2pt}
4433 \series default
4434  and 
4435 \series bold
4436
4437 \backslash
4438 rule{2cm}{1pt}
4439 \series default
4440 :
4441 \end_layout
4442
4443 \begin_layout Standard
4444 This is a sentence 
4445 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4446 \end_inset
4447
4448  with two lines.
4449 \end_layout
4450
4451 \begin_layout Standard
4452
4453 \series bold
4454
4455 \backslash
4456 rule
4457 \series default
4458  can also be used for text when a line is inserted via the menu 
4459 \family sans
4460 Insert\SpecialChar \menuseparator
4461 Formatting\SpecialChar \menuseparator
4462 Horizontal
4463 \begin_inset space ~
4464 \end_inset
4465
4466 Line
4467 \family default
4468 :
4469 \end_layout
4470
4471 \begin_layout Standard
4472 This is a sentence 
4473 \begin_inset CommandInset line
4474 LatexCommand rule
4475 offset "0.5ex"
4476 width "3cm"
4477 height "1pt"
4478
4479 \end_inset
4480
4481  with one line.
4482 \end_layout
4483
4484 \begin_layout Subsection
4485 Ellipses
4486 \begin_inset CommandInset label
4487 LatexCommand label
4488 name "sub:Ellipses"
4489
4490 \end_inset
4491
4492
4493 \begin_inset Index idx
4494 status collapsed
4495
4496 \begin_layout Plain Layout
4497 Ellipses
4498 \end_layout
4499
4500 \end_inset
4501
4502
4503 \end_layout
4504
4505 \begin_layout Standard
4506 There are different types of ellipses available.
4507 \begin_inset Foot
4508 status collapsed
4509
4510 \begin_layout Plain Layout
4511 In the math toolbar in the submenu of the button 
4512 \begin_inset Graphics
4513         filename ../images/math/ldots.png
4514         scale 85
4515
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \end_inset
4522
4523  For listings dots at the baseline are used (
4524 \series bold
4525
4526 \backslash
4527 ldots
4528 \series default
4529
4530 \begin_inset Index idx
4531 status collapsed
4532
4533 \begin_layout Plain Layout
4534 Commands ! L ! 
4535 \backslash
4536 ldots
4537 \end_layout
4538
4539 \end_inset
4540
4541 ), while for operations dots are needed that are on the same height as the
4542  operators (
4543 \series bold
4544
4545 \backslash
4546 cdots
4547 \series default
4548
4549 \begin_inset Index idx
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553 Commands ! C ! 
4554 \backslash
4555 cdots
4556 \end_layout
4557
4558 \end_inset
4559
4560 ).
4561  When using the command 
4562 \series bold
4563
4564 \backslash
4565 dots
4566 \series default
4567
4568 \begin_inset Index idx
4569 status collapsed
4570
4571 \begin_layout Plain Layout
4572 Commands ! D ! 
4573 \backslash
4574 dots
4575 \end_layout
4576
4577 \end_inset
4578
4579 , LaTeX decides on the basis of the next character what type is used.
4580 \end_layout
4581
4582 \begin_layout Standard
4583 \align center
4584 \begin_inset Tabular
4585 <lyxtabular version="3" rows="9" columns="2">
4586 <features tabularvalignment="middle">
4587 <column alignment="center" valignment="top" width="0pt">
4588 <column alignment="center" valignment="top" width="0pt">
4589 <row>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Command
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 Result
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 </row>
4609 <row>
4610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 A_1
4615 \begin_inset ERT
4616 status collapsed
4617
4618 \begin_layout Plain Layout
4619
4620
4621 \backslash
4622 spce 
4623 \end_layout
4624
4625 \end_inset
4626
4627 ,
4628 \backslash
4629 dots
4630 \begin_inset ERT
4631 status collapsed
4632
4633 \begin_layout Plain Layout
4634
4635
4636 \backslash
4637 spce 
4638 \end_layout
4639
4640 \end_inset
4641
4642 ,A_n
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 \begin_inset Formula $A_{1},\dots,A_{n}$
4652 \end_inset
4653
4654
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 A_1
4666 \begin_inset ERT
4667 status collapsed
4668
4669 \begin_layout Plain Layout
4670
4671
4672 \backslash
4673 spce 
4674 \end_layout
4675
4676 \end_inset
4677
4678 +
4679 \backslash
4680 dots
4681 \begin_inset ERT
4682 status collapsed
4683
4684 \begin_layout Plain Layout
4685
4686
4687 \backslash
4688 spce 
4689 \end_layout
4690
4691 \end_inset
4692
4693 +A_n
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $A_{1}+\dots+A_{n}$
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 A_1
4717 \begin_inset ERT
4718 status collapsed
4719
4720 \begin_layout Plain Layout
4721
4722
4723 \backslash
4724 spce 
4725 \end_layout
4726
4727 \end_inset
4728
4729 ,
4730 \backslash
4731 ldots
4732 \begin_inset ERT
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736
4737
4738 \backslash
4739 spce 
4740 \end_layout
4741
4742 \end_inset
4743
4744 ,A_n
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 \begin_inset Formula $A_{1},\ldots,A_{n}$
4754 \end_inset
4755
4756
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 </row>
4762 <row>
4763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 A_1
4768 \begin_inset ERT
4769 status collapsed
4770
4771 \begin_layout Plain Layout
4772
4773
4774 \backslash
4775 spce 
4776 \end_layout
4777
4778 \end_inset
4779
4780 +
4781 \backslash
4782 cdots
4783 \begin_inset ERT
4784 status collapsed
4785
4786 \begin_layout Plain Layout
4787
4788
4789 \backslash
4790 spce 
4791 \end_layout
4792
4793 \end_inset
4794
4795 +A_n
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4805 \end_inset
4806
4807
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 </row>
4813 <row>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818
4819 \backslash
4820 vdots
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 \begin_inset Formula $\vdots$
4830 \end_inset
4831
4832
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \backslash
4845 ddots
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 \begin_inset Formula $\ddots$
4855 \end_inset
4856
4857
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \backslash
4870 iddots
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 \begin_inset Formula $\iddots$
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 </row>
4888 <row>
4889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 3×3
4894 \begin_inset space \thinspace{}
4895 \end_inset
4896
4897 matrix with the different dots
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 \begin_inset Formula $\begin{array}{ccc}
4907 A_{11} & \cdots & A_{1m}\\
4908 \vdots & \ddots & \vdots\\
4909 A_{n1} & \cdots & A_{nm}
4910 \end{array}$
4911 \end_inset
4912
4913
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 </row>
4919 </lyxtabular>
4920
4921 \end_inset
4922
4923
4924 \end_layout
4925
4926 \begin_layout Standard
4927 The ellipses available in menu 
4928 \family sans
4929 Insert\SpecialChar \menuseparator
4930 Special
4931 \begin_inset space ~
4932 \end_inset
4933
4934 Character
4935 \family default
4936  are 
4937 \series bold
4938
4939 \backslash
4940 ldots
4941 \series default
4942 .
4943 \end_layout
4944
4945 \begin_layout Standard
4946 \begin_inset VSpace medskip
4947 \end_inset
4948
4949 To use 
4950 \series bold
4951
4952 \backslash
4953 iddots
4954 \series default
4955 , one of the options 
4956 \family sans
4957 Use mathdots package (automatically)
4958 \family default
4959  must be set in the document settings under 
4960 \family sans
4961 Math
4962 \begin_inset space ~
4963 \end_inset
4964
4965 Options
4966 \family default
4967 .
4968 \begin_inset Newline newline
4969 \end_inset
4970
4971 Using the option 
4972 \family sans
4973 Use mathdots package
4974 \family default
4975  will improve the appearance of all dots in the documents if their font
4976  style or size is not the default.
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset VSpace medskip
4981 \end_inset
4982
4983 Specially for matrices there are ellipses that span over several columns.
4984  They are created with the command 
4985 \series bold
4986
4987 \backslash
4988 hdotsfor
4989 \series default
4990
4991 \begin_inset Index idx
4992 status collapsed
4993
4994 \begin_layout Plain Layout
4995 Commands ! H ! 
4996 \backslash
4997 hdotsfor
4998 \end_layout
4999
5000 \end_inset
5001
5002 , that has the following scheme:
5003 \end_layout
5004
5005 \begin_layout Standard
5006
5007 \series bold
5008
5009 \backslash
5010 hdotsfor[distance]{number of columns}
5011 \end_layout
5012
5013 \begin_layout Standard
5014 The number of columns specifies how many columns should be spanned.
5015  Distance is a factor for the distance between the dots.
5016 \end_layout
5017
5018 \begin_layout Standard
5019 In the following matrix the command 
5020 \series bold
5021
5022 \backslash
5023 hdotsfor[2]{4}
5024 \series default
5025  was inserted in the first box of the second line, to get an ellipsis with
5026  a dot distance twice as long as with the command 
5027 \series bold
5028
5029 \backslash
5030 dots
5031 \series default
5032 :
5033 \begin_inset Formula 
5034 \[
5035 \left(\begin{array}{cccc}
5036 A & B & C & D\\
5037 \hdotsfor[2]{4}\\
5038 q & w & e & r
5039 \end{array}\right)
5040 \]
5041
5042 \end_inset
5043
5044 Note that the matrix fields that should be spanned must be empty, otherwise
5045  you get LaTeX-errors.
5046 \end_layout
5047
5048 \begin_layout Standard
5049 \begin_inset VSpace bigskip
5050 \end_inset
5051
5052 Furthermore you can fill with the command 
5053 \series bold
5054
5055 \backslash
5056 dotfill
5057 \series default
5058
5059 \begin_inset Index idx
5060 status collapsed
5061
5062 \begin_layout Plain Layout
5063 Commands ! D ! 
5064 \backslash
5065 dotfill
5066 \end_layout
5067
5068 \end_inset
5069
5070  the rest of a line with dots.
5071  The effect of these commands is the same like with 
5072 \series bold
5073
5074 \backslash
5075 hfill
5076 \series default
5077 , see 
5078 \begin_inset CommandInset ref
5079 LatexCommand ref
5080 reference "sub:Variable-Space"
5081
5082 \end_inset
5083
5084 .
5085 \end_layout
5086
5087 \begin_layout Standard
5088 For example the command 
5089 \series bold
5090 A
5091 \backslash
5092 dotfill
5093 \begin_inset ERT
5094 status collapsed
5095
5096 \begin_layout Plain Layout
5097
5098
5099 \backslash
5100 spce 
5101 \end_layout
5102
5103 \end_inset
5104
5105 B
5106 \series default
5107  produces
5108 \end_layout
5109
5110 \begin_layout Standard
5111 \begin_inset Formula $A\dotfill B$
5112 \end_inset
5113
5114
5115 \end_layout
5116
5117 \begin_layout Standard
5118 Analog to
5119 \series bold
5120  
5121 \backslash
5122 dotfill
5123 \series default
5124  there is for a line the command 
5125 \series bold
5126
5127 \backslash
5128 hrulefill
5129 \series default
5130
5131 \begin_inset Index idx
5132 status collapsed
5133
5134 \begin_layout Plain Layout
5135 Commands ! H ! 
5136 \backslash
5137 hrulefill
5138 \end_layout
5139
5140 \end_inset
5141
5142 :
5143 \end_layout
5144
5145 \begin_layout Standard
5146 \begin_inset Formula $A\hrulefill B$
5147 \end_inset
5148
5149
5150 \end_layout
5151
5152 \begin_layout Standard
5153 To use the commands for text, they have to be inserted in TeX-mode.
5154 \end_layout
5155
5156 \begin_layout Section
5157 Matrices
5158 \begin_inset CommandInset label
5159 LatexCommand label
5160 name "sec:Matrices"
5161
5162 \end_inset
5163
5164
5165 \begin_inset Index idx
5166 status collapsed
5167
5168 \begin_layout Plain Layout
5169 Matrices
5170 \end_layout
5171
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \begin_layout Standard
5178 Matrices can be inserted via the math toolbar button 
5179 \begin_inset Graphics
5180         filename ../images/dialog-show_mathmatrix.png
5181         scale 85
5182
5183 \end_inset
5184
5185  or the menu 
5186 \family sans
5187 Insert\SpecialChar \menuseparator
5188 Math\SpecialChar \menuseparator
5189 Matrix
5190 \family default
5191 .
5192  In the matrix dialog you can specify the number of columns and rows, the
5193  alignment and the decoration.
5194  The vertical alignment is hereby only of importance for matrices in inline
5195  formulas:
5196 \end_layout
5197
5198 \begin_layout Standard
5199 The first matrix is top 
5200 \begin_inset Formula $\begin{array}[t]{cccc}
5201 A & D & G & J\\
5202 B & E & H & K\\
5203 C & F & I & L
5204 \end{array}$
5205 \end_inset
5206
5207 , the second middle 
5208 \begin_inset Formula $\begin{array}{cccc}
5209 A & D & G & J\\
5210 B & E & H & K\\
5211 C & F & I & L
5212 \end{array}$
5213 \end_inset
5214
5215  and the third bottom 
5216 \begin_inset Formula $\begin{array}[b]{cccc}
5217 A & D & G & J\\
5218 B & E & H & K\\
5219 C & F & I & L
5220 \end{array}$
5221 \end_inset
5222
5223  aligned.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 The horizontal alignment specifies how the column entries should be aligned.
5228  It is set by entering a letter for every column.
5229  
5230 \emph on
5231 l
5232 \emph default
5233  denotes left aligned, 
5234 \emph on
5235 c
5236 \emph default
5237  centered and 
5238 \emph on
5239 r
5240 \emph default
5241  right aligned.
5242  To create for example a 4
5243 \series bold
5244 ×
5245 \series default
5246 4
5247 \begin_inset space ~
5248 \end_inset
5249
5250 matrix where the first column is left aligned, the second and third are
5251  centered and the last one is right aligned, one enters for the horizontal
5252  alignment 
5253 \series bold
5254 lccr
5255 \series default
5256 .
5257  Normally are in a matrix all columns centered, therefore the default is
5258  for every column is a 
5259 \series bold
5260 c
5261 \series default
5262 .
5263 \end_layout
5264
5265 \begin_layout Standard
5266 Horizontal alignment:
5267 \end_layout
5268
5269 \begin_layout Standard
5270
5271 \series bold
5272 lll
5273 \series default
5274  : 
5275 \begin_inset Formula $\begin{array}{lll}
5276 10000 & D & G\\
5277 B & 10000 & H\\
5278 C & F & 10000
5279 \end{array}$
5280 \end_inset
5281
5282  , 
5283 \series bold
5284 ccc
5285 \series default
5286  : 
5287 \begin_inset Formula $\begin{array}{ccc}
5288 10000 & D & G\\
5289 B & 10000 & H\\
5290 C & F & 10000
5291 \end{array}$
5292 \end_inset
5293
5294  , 
5295 \series bold
5296 rrr
5297 \series default
5298  : 
5299 \begin_inset Formula $\begin{array}{rrr}
5300 10000 & D & G\\
5301 B & 10000 & H\\
5302 C & F & 10000
5303 \end{array}$
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 To add or delete rows and columns subsequently, the math toolbar buttons
5311  
5312 \begin_inset Graphics
5313         filename ../images/tabular-feature_append-row.png
5314         scale 85
5315
5316 \end_inset
5317
5318
5319 \begin_inset Graphics
5320         filename ../images/tabular-feature_delete-row.png
5321         scale 85
5322
5323 \end_inset
5324
5325 , etc.
5326 \begin_inset space \thinspace{}
5327 \end_inset
5328
5329 , or the menu 
5330 \family sans
5331 Edit\SpecialChar \menuseparator
5332 Rows & Columns
5333 \family default
5334  can be used.
5335  New rows can also be created with 
5336 \begin_inset Info
5337 type  "shortcut"
5338 arg   "newline-insert newline"
5339 \end_inset
5340
5341 .
5342 \end_layout
5343
5344 \begin_layout Standard
5345 \begin_inset VSpace bigskip
5346 \end_inset
5347
5348 The 
5349 \family sans
5350 Decoration
5351 \family default
5352  adds parentheses in the selected style around the matrix.
5353  Alternatively, parentheses can can either be created with the commands
5354  
5355 \series bold
5356
5357 \backslash
5358 left
5359 \series default
5360
5361 \begin_inset Index idx
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365 Commands ! L ! 
5366 \backslash
5367 left
5368 \end_layout
5369
5370 \end_inset
5371
5372  and 
5373 \series bold
5374
5375 \backslash
5376 right
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! R ! 
5384 \backslash
5385 right
5386 \end_layout
5387
5388 \end_inset
5389
5390  (shortcut 
5391 \family sans
5392 Alt+M
5393 \begin_inset space ~
5394 \end_inset
5395
5396 Parenthesis
5397 \family default
5398 ), see 
5399 \begin_inset CommandInset ref
5400 LatexCommand ref
5401 reference "sub:Automatic-Bracket-Size"
5402
5403 \end_inset
5404
5405 , or by using the following commands:
5406 \begin_inset VSpace medskip
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \begin_layout Standard
5413 \begin_inset space \hfill{}
5414 \end_inset
5415
5416
5417 \begin_inset Tabular
5418 <lyxtabular version="3" rows="4" columns="2">
5419 <features tabularvalignment="middle">
5420 <column alignment="center" valignment="top" width="0">
5421 <column alignment="center" valignment="top" width="0">
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 Command
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 Result
5437 \begin_inset Note Note
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442 \series bold
5443
5444 \backslash
5445 raisebox
5446 \series default
5447  is only used as spacer.
5448 \end_layout
5449
5450 \end_inset
5451
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463
5464 \backslash
5465 bmatrix
5466 \begin_inset ERT
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470
5471
5472 \backslash
5473 spce 
5474 \end_layout
5475
5476 \end_inset
5477
5478 2
5479 \series bold
5480 ×
5481 \series default
5482 2
5483 \begin_inset space \thinspace{}
5484 \end_inset
5485
5486 matrix
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5496 0 & \textrm{-}\mathrm{i}\\
5497 \mathrm{i} & 0
5498 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \backslash
5514 Bmatrix
5515 \begin_inset ERT
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519
5520
5521 \backslash
5522 spce 
5523 \end_layout
5524
5525 \end_inset
5526
5527 2
5528 \series bold
5529 ×
5530 \series default
5531 2
5532 \begin_inset space \thinspace{}
5533 \end_inset
5534
5535 matrix
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5545 0 & \textrm{-}\mathrm{i}\\
5546 \mathrm{i} & 0
5547 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \backslash
5563 pmatrix
5564 \begin_inset ERT
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568
5569
5570 \backslash
5571 spce 
5572 \end_layout
5573
5574 \end_inset
5575
5576 2
5577 \series bold
5578 ×
5579 \series default
5580 2
5581 \begin_inset space \thinspace{}
5582 \end_inset
5583
5584 matrix
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5594 0 & \textrm{-}\mathrm{i}\\
5595 \mathrm{i} & 0
5596 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 </lyxtabular>
5606
5607 \end_inset
5608
5609
5610 \begin_inset space \hfill{}
5611 \end_inset
5612
5613
5614 \begin_inset Tabular
5615 <lyxtabular version="3" rows="4" columns="2">
5616 <features tabularvalignment="middle">
5617 <column alignment="center" valignment="top" width="0">
5618 <column alignment="center" valignment="top" width="0">
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 Command
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 Result
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644
5645 \backslash
5646 vmatrix
5647 \begin_inset ERT
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651
5652
5653 \backslash
5654 spce 
5655 \end_layout
5656
5657 \end_inset
5658
5659 2
5660 \series bold
5661 ×
5662 \series default
5663 2
5664 \begin_inset space \thinspace{}
5665 \end_inset
5666
5667 matrix
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5677 0 & \textrm{-}\mathrm{i}\\
5678 \mathrm{i} & 0
5679 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \backslash
5695 Vmatrix
5696 \begin_inset ERT
5697 status collapsed
5698
5699 \begin_layout Plain Layout
5700
5701
5702 \backslash
5703 spce 
5704 \end_layout
5705
5706 \end_inset
5707
5708 2
5709 \series bold
5710 ×
5711 \series default
5712 2
5713 \begin_inset space \thinspace{}
5714 \end_inset
5715
5716 matrix
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5726 0 & \textrm{-}\mathrm{i}\\
5727 \mathrm{i} & 0
5728 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742
5743 \backslash
5744 matrix
5745 \begin_inset ERT
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749
5750
5751 \backslash
5752 spce 
5753 \end_layout
5754
5755 \end_inset
5756
5757 2
5758 \series bold
5759 ×
5760 \series default
5761 2
5762 \begin_inset space \thinspace{}
5763 \end_inset
5764
5765 matrix
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5775 0 & \textrm{-}\mathrm{i}\\
5776 \mathrm{i} & 0
5777 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 </lyxtabular>
5787
5788 \end_inset
5789
5790
5791 \begin_inset space \hfill{}
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \begin_layout Standard
5798 \begin_inset VSpace medskip
5799 \end_inset
5800
5801 When e.
5802 \begin_inset space \thinspace{}
5803 \end_inset
5804
5805 g.
5806 \begin_inset space \space{}
5807 \end_inset
5808
5809
5810 \series bold
5811
5812 \backslash
5813 vmatrix
5814 \series default
5815  is inserted, a blue box appears between two vertical lines where the matrix
5816  is inserted.
5817 \begin_inset Newline newline
5818 \end_inset
5819
5820 Note that decorated matrices ignore the vertical alignment.
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset Note Greyedout
5825 status open
5826
5827 \begin_layout Plain Layout
5828
5829 \series bold
5830 Note:
5831 \series default
5832  LaTeX limits the number of matrix columns with decorations to 10.
5833  If you need more than 10
5834 \begin_inset space ~
5835 \end_inset
5836
5837 columns, you have to add this line to the document preamble:
5838 \end_layout
5839
5840 \begin_layout Plain Layout
5841
5842 \series bold
5843
5844 \backslash
5845 setcounter{MaxMatrixCols}{number}
5846 \end_layout
5847
5848 \begin_layout Plain Layout
5849 where 
5850 \emph on
5851 number
5852 \emph default
5853  is the number of columns between 11 and 99.
5854 \end_layout
5855
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \begin_layout Standard
5862 \begin_inset VSpace bigskip
5863 \end_inset
5864
5865 As all multiline formulas are matrices, the length 
5866 \series bold
5867
5868 \backslash
5869 arraycolsep
5870 \series default
5871
5872 \begin_inset Index idx
5873 status collapsed
5874
5875 \begin_layout Plain Layout
5876 Commands ! A ! 
5877 \backslash
5878 arraycolsep
5879 \end_layout
5880
5881 \end_inset
5882
5883  that is described in 
5884 \begin_inset CommandInset ref
5885 LatexCommand ref
5886 reference "sub:Column-Separation"
5887
5888 \end_inset
5889
5890  can also be used to change the column separation of matrices.
5891 \end_layout
5892
5893 \begin_layout Standard
5894 To change the row separation, the command 
5895 \series bold
5896
5897 \backslash
5898 arraystretch
5899 \series default
5900
5901 \begin_inset Index idx
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905 Commands ! A ! 
5906 \backslash
5907 arraystretch
5908 \end_layout
5909
5910 \end_inset
5911
5912  is used.
5913  It is used as follows:
5914 \end_layout
5915
5916 \begin_layout Standard
5917
5918 \series bold
5919
5920 \backslash
5921 renewcommand{
5922 \backslash
5923 arraystretch}{stretch factor}
5924 \begin_inset Index idx
5925 status collapsed
5926
5927 \begin_layout Plain Layout
5928 Commands ! R ! 
5929 \backslash
5930 renewcommand
5931 \end_layout
5932
5933 \end_inset
5934
5935
5936 \end_layout
5937
5938 \begin_layout Standard
5939 The command 
5940 \series bold
5941
5942 \backslash
5943 renewcommand
5944 \series default
5945  assigns the stretch factor to the predefined command 
5946 \series bold
5947
5948 \backslash
5949 arraystretch
5950 \series default
5951 .
5952  To double e.
5953 \begin_inset space \thinspace{}
5954 \end_inset
5955
5956 g.
5957 \begin_inset space \space{}
5958 \end_inset
5959
5960 the row separation, use the factor 2.
5961  This is then used for all following matrices.
5962  To go back to the original separation, assign the factor 1 to 
5963 \series bold
5964
5965 \backslash
5966 arraystretch
5967 \series default
5968 .
5969 \end_layout
5970
5971 \begin_layout Standard
5972 To set matrices into a text line, the command 
5973 \series bold
5974
5975 \backslash
5976 smallmatrix
5977 \series default
5978
5979 \begin_inset Index idx
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 Commands ! S ! 
5984 \backslash
5985 smallmatrix
5986 \end_layout
5987
5988 \end_inset
5989
5990  is used.
5991  When it is inserted a blue box with two dashed lines appears.
5992  In this box the matrix is inserted.
5993 \end_layout
5994
5995 \begin_layout Standard
5996 This is a matrix 
5997 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5998 C & D
5999 \end{smallmatrix}\right)$
6000 \end_inset
6001
6002  in a text line.
6003 \end_layout
6004
6005 \begin_layout Section
6006 Brackets and Delimiters
6007 \begin_inset Index idx
6008 status collapsed
6009
6010 \begin_layout Plain Layout
6011 Brackets
6012 \end_layout
6013
6014 \end_inset
6015
6016
6017 \begin_inset Index idx
6018 status collapsed
6019
6020 \begin_layout Plain Layout
6021 Delimiters
6022 \end_layout
6023
6024 \end_inset
6025
6026
6027 \end_layout
6028
6029 \begin_layout Subsection
6030 Vertical Brackets and Delimiters
6031 \begin_inset Index idx
6032 status collapsed
6033
6034 \begin_layout Plain Layout
6035 Brackets ! vertical
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \begin_layout Standard
6044 \begin_inset space \hfill{}
6045 \end_inset
6046
6047
6048 \begin_inset Tabular
6049 <lyxtabular version="3" rows="9" columns="2">
6050 <features tabularvalignment="middle">
6051 <column alignment="center" valignment="top" width="0pt">
6052 <column alignment="center" valignment="top" width="0pt">
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 Command
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 Result
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 (
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 \begin_inset Formula $($
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 </row>
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 {
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 \begin_inset Formula $\{$
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 <row>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 [
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133 \begin_inset Formula $[$
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 </row>
6142 <row>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147
6148 \backslash
6149 langle
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $\langle$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 lceil
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\lceil$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 <row>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \backslash
6199 lfloor
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 \begin_inset Formula $\lfloor$
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 /
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 \begin_inset Formula $/$
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 </row>
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 |
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 \begin_inset Formula $|$
6255 \end_inset
6256
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 </lyxtabular>
6264
6265 \end_inset
6266
6267
6268 \begin_inset space \hfill{}
6269 \end_inset
6270
6271
6272 \begin_inset Tabular
6273 <lyxtabular version="3" rows="9" columns="2">
6274 <features tabularvalignment="middle">
6275 <column alignment="center" valignment="top" width="0pt">
6276 <column alignment="center" valignment="top" width="0pt">
6277 <row>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 Command
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 Result
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 )
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 \begin_inset Formula $)$
6312 \end_inset
6313
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 </row>
6320 <row>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 }
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 \begin_inset Formula $\}$
6335 \end_inset
6336
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 </row>
6343 <row>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 ]
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 \begin_inset Formula $]$
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371
6372 \backslash
6373 rangle
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 \begin_inset Formula $\rangle$
6383 \end_inset
6384
6385
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 <row>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396
6397 \backslash
6398 rceil
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 \begin_inset Formula $\rceil$
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 </row>
6416 <row>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \backslash
6423 rfloor
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 \begin_inset Formula $\rfloor$
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446
6447 \backslash
6448
6449 \backslash
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 \begin_inset Formula $\backslash$
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \backslash
6475 |
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 \begin_inset Formula $\|$
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 </row>
6493 </lyxtabular>
6494
6495 \end_inset
6496
6497
6498 \begin_inset space \hfill{}
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505
6506 \series medium
6507 \begin_inset Note Greyedout
6508 status open
6509
6510 \begin_layout Plain Layout
6511
6512 \series bold
6513 Note:
6514 \series default
6515  In TeX-mode the command 
6516 \series bold
6517
6518 \backslash
6519 textbackslash
6520 \series default
6521
6522 \begin_inset Index idx
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 Commands ! T ! 
6527 \backslash
6528 textbackslash
6529 \end_layout
6530
6531 \end_inset
6532
6533  must be used for the backslash, because the command 
6534 \series bold
6535
6536 \backslash
6537
6538 \backslash
6539
6540 \series default
6541  produces there a line break.
6542 \end_layout
6543
6544 \end_inset
6545
6546
6547 \end_layout
6548
6549 \begin_layout Standard
6550 For all characters listed above the size can be adjusted with the commands
6551  described in the following two subsections.
6552  When using these commands, the characters < and > can directly be used
6553  instead of the commands 
6554 \series bold
6555
6556 \backslash
6557 langle
6558 \series default
6559  and 
6560 \series bold
6561
6562 \backslash
6563 rangle
6564 \series default
6565 .
6566 \end_layout
6567
6568 \begin_layout Subsubsection
6569 Manual Bracket Size
6570 \begin_inset CommandInset label
6571 LatexCommand label
6572 name "sub:Manual-Bracket-Size"
6573
6574 \end_inset
6575
6576
6577 \begin_inset Index idx
6578 status collapsed
6579
6580 \begin_layout Plain Layout
6581 Bracket size ! manual
6582 \end_layout
6583
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \begin_layout Standard
6590 The bracket size can be specified manually by the LaTeX-commands 
6591 \series bold
6592
6593 \backslash
6594 big
6595 \series default
6596
6597 \begin_inset Index idx
6598 status collapsed
6599
6600 \begin_layout Plain Layout
6601 Commands ! B ! 
6602 \backslash
6603 big
6604 \end_layout
6605
6606 \end_inset
6607
6608
6609 \series bold
6610
6611 \backslash
6612 Big
6613 \series default
6614
6615 \series bold
6616
6617 \backslash
6618 bigg
6619 \series default
6620  and 
6621 \series bold
6622
6623 \backslash
6624 Bigg
6625 \series default
6626 .
6627  
6628 \series bold
6629
6630 \backslash
6631 big
6632 \series default
6633  denotes the smallest and 
6634 \series bold
6635
6636 \backslash
6637 Bigg
6638 \series default
6639  the largest bracket size.
6640 \end_layout
6641
6642 \begin_layout Standard
6643 These commands are used to emphasize levels of brackets:
6644 \end_layout
6645
6646 \begin_layout Standard
6647 \align center
6648 \begin_inset Tabular
6649 <lyxtabular version="3" rows="2" columns="2">
6650 <features tabularvalignment="middle">
6651 <column alignment="center" valignment="top" width="0pt">
6652 <column alignment="center" valignment="top" width="0pt">
6653 <row>
6654 <cell alignment="center" valignment="top" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 all brackets in the same size:
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6668 \end_inset
6669
6670
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 this looks better:
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 </row>
6699 </lyxtabular>
6700
6701 \end_inset
6702
6703
6704 \begin_inset Note Note
6705 status collapsed
6706
6707 \begin_layout Plain Layout
6708
6709 \series bold
6710
6711 \backslash
6712 raisebox
6713 \series default
6714  is only used as spacer.
6715 \end_layout
6716
6717 \end_inset
6718
6719
6720 \end_layout
6721
6722 \begin_layout Standard
6723 For the second formula the command 
6724 \series bold
6725
6726 \backslash
6727 Big((A+B)(A-B)
6728 \backslash
6729 Big)^
6730 \begin_inset ERT
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734
6735
6736 \backslash
6737 spce 
6738 \end_layout
6739
6740 \end_inset
6741
6742 C
6743 \series default
6744  has been used.
6745 \end_layout
6746
6747 \begin_layout Standard
6748 Here is an overview about all bracket sizes:
6749 \end_layout
6750
6751 \begin_layout Standard
6752 \align center
6753
6754 \backslash
6755 Bigg(
6756 \backslash
6757 exp
6758 \backslash
6759 bigg<
6760 \backslash
6761 Big[
6762 \backslash
6763 big{
6764 \backslash
6765 ln(3x)
6766 \backslash
6767 big}^2
6768 \begin_inset ERT
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772
6773
6774 \backslash
6775 spce 
6776 \end_layout
6777
6778 \end_inset
6779
6780
6781 \backslash
6782 sin(x)
6783 \backslash
6784 Big]^
6785 \begin_inset ERT
6786 status collapsed
6787
6788 \begin_layout Plain Layout
6789
6790
6791 \backslash
6792 spce 
6793 \end_layout
6794
6795 \end_inset
6796
6797 A
6798 \begin_inset ERT
6799 status collapsed
6800
6801 \begin_layout Plain Layout
6802
6803
6804 \backslash
6805 spce 
6806 \end_layout
6807
6808 \end_inset
6809
6810
6811 \backslash
6812 bigg>
6813 \backslash
6814 Bigg)^0,5
6815 \end_layout
6816
6817 \begin_layout Standard
6818 \align center
6819 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6820 \end_inset
6821
6822
6823 \end_layout
6824
6825 \begin_layout Standard
6826 Besides the 
6827 \series bold
6828
6829 \backslash
6830 big
6831 \series default
6832 -commands there is the variant 
6833 \series bold
6834
6835 \backslash
6836 bigm
6837 \series default
6838
6839 \begin_inset Index idx
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843 Commands ! B ! 
6844 \backslash
6845 bigm
6846 \end_layout
6847
6848 \end_inset
6849
6850  that adds a bit more space between the bracket and its content, and the
6851  variant 
6852 \series bold
6853
6854 \backslash
6855 bigl
6856 \series default
6857 -
6858 \series bold
6859
6860 \backslash
6861 bigr
6862 \series default
6863
6864 \begin_inset Index idx
6865 status collapsed
6866
6867 \begin_layout Plain Layout
6868 Commands ! B ! 
6869 \backslash
6870 bigl - 
6871 \backslash
6872 bigr
6873 \end_layout
6874
6875 \end_inset
6876
6877 , that don't add additional space.
6878  The 
6879 \emph on
6880 l
6881 \emph default
6882  at the end of the command 
6883 \series bold
6884
6885 \backslash
6886 bigl
6887 \series default
6888  is for a left bracket; for a right bracket this will be replaced by an
6889  
6890 \emph on
6891 r
6892 \emph default
6893 .
6894  A left or right bracket can each be an opening or closing bracket.
6895 \end_layout
6896
6897 \begin_layout Standard
6898 In the following table is a comparison of the variants:
6899 \end_layout
6900
6901 \begin_layout Standard
6902 \align center
6903 \begin_inset Tabular
6904 <lyxtabular version="3" rows="5" columns="2">
6905 <features tabularvalignment="middle">
6906 <column alignment="center" valignment="middle" width="0">
6907 <column alignment="center" valignment="middle" width="0">
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 Command
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 Result
6923 \begin_inset Note Note
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927
6928 \series bold
6929
6930 \backslash
6931 raisebox
6932 \series default
6933  is only used as spacer.
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 </row>
6944 <row>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949
6950 \backslash
6951 Bigm(
6952 \backslash
6953 bigm(
6954 \backslash
6955 ln(3x)
6956 \backslash
6957 bigm)^2
6958 \series bold
6959
6960 \begin_inset ERT
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964
6965
6966 \backslash
6967 spce 
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \series default
6974
6975 \backslash
6976 Bigm)
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 </row>
6994 <row>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999
7000 \backslash
7001 Big(
7002 \backslash
7003 big(
7004 \backslash
7005 ln(3x)
7006 \backslash
7007 big)^2
7008 \series bold
7009
7010 \begin_inset ERT
7011 status collapsed
7012
7013 \begin_layout Plain Layout
7014
7015
7016 \backslash
7017 spce 
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \series default
7024
7025 \backslash
7026 Big)
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049
7050 \backslash
7051 Bigl(
7052 \backslash
7053 bigl(
7054 \backslash
7055 ln(3x)
7056 \backslash
7057 bigr)^2
7058 \series bold
7059
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065
7066 \backslash
7067 spce 
7068 \end_layout
7069
7070 \end_inset
7071
7072
7073 \series default
7074
7075 \backslash
7076 Bigr)
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7086 \end_inset
7087
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 </row>
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099
7100 \backslash
7101 bigl)
7102 \backslash
7103 ln(3x)
7104 \backslash
7105 bigr(
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 </lyxtabular>
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \begin_layout Subsubsection
7131 Automatic Bracket Size
7132 \begin_inset CommandInset label
7133 LatexCommand label
7134 name "sub:Automatic-Bracket-Size"
7135
7136 \end_inset
7137
7138
7139 \begin_inset Index idx
7140 status collapsed
7141
7142 \begin_layout Plain Layout
7143 Bracket size ! automatic
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \begin_layout Standard
7152 Brackets with variable size can be inserted with the commands 
7153 \series bold
7154
7155 \backslash
7156 left
7157 \series default
7158
7159 \begin_inset Index idx
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163 Commands ! L ! 
7164 \backslash
7165 left
7166 \end_layout
7167
7168 \end_inset
7169
7170  and 
7171 \series bold
7172
7173 \backslash
7174 right
7175 \series default
7176
7177 \begin_inset Index idx
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181 Commands ! R ! 
7182 \backslash
7183 right
7184 \end_layout
7185
7186 \end_inset
7187
7188  or via the math toolbar button 
7189 \begin_inset Graphics
7190         filename ../images/dialog-show_mathdelimiter.png
7191         scale 85
7192
7193 \end_inset
7194
7195 .
7196  Directly behind 
7197 \series bold
7198
7199 \backslash
7200 left
7201 \series default
7202  and 
7203 \series bold
7204
7205 \backslash
7206 right
7207 \series default
7208  the wanted bracket must be inserted.
7209  The bracket size will then automatically be calculated for the output.
7210 \end_layout
7211
7212 \begin_layout Standard
7213 \align center
7214 normal bracket: The command 
7215 \series bold
7216
7217 \backslash
7218 ln(
7219 \backslash
7220 frac
7221 \begin_inset ERT
7222 status collapsed
7223
7224 \begin_layout Plain Layout
7225
7226
7227 \backslash
7228 spce 
7229 \end_layout
7230
7231 \end_inset
7232
7233 A
7234 \begin_inset Formula $\downarrow$
7235 \end_inset
7236
7237 C
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 spce 
7246 \end_layout
7247
7248 \end_inset
7249
7250 )
7251 \series default
7252  creates
7253 \begin_inset Formula 
7254 \[
7255 \ln(\frac{A}{C})
7256 \]
7257
7258 \end_inset
7259
7260
7261 \end_layout
7262
7263 \begin_layout Standard
7264 \align center
7265 multiline bracket: The command 
7266 \series bold
7267
7268 \backslash
7269 ln
7270 \backslash
7271 left(
7272 \backslash
7273 frac
7274 \begin_inset ERT
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278
7279
7280 \backslash
7281 spce 
7282 \end_layout
7283
7284 \end_inset
7285
7286 A
7287 \begin_inset Formula $\downarrow$
7288 \end_inset
7289
7290 C
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 spce 
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \backslash
7305 right)
7306 \series default
7307  creates
7308 \begin_inset Formula 
7309 \[
7310 \ln\left(\frac{A}{C}\right)
7311 \]
7312
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \begin_layout Standard
7319 Instead of 
7320 \series bold
7321
7322 \backslash
7323 left
7324 \series default
7325  and 
7326 \series bold
7327
7328 \backslash
7329 right
7330 \series default
7331  the shortcut 
7332 \family sans
7333 Alt+M
7334 \begin_inset space ~
7335 \end_inset
7336
7337 Bracket
7338 \family default
7339  can be used.
7340  This has the advantage that you can see in LyX immediately the real bracket
7341  size and that the matching right bracket will be created too.
7342 \begin_inset Newline newline
7343 \end_inset
7344
7345 The command for the last example would then be: 
7346 \series bold
7347
7348 \backslash
7349 ln Alt+M
7350 \series default
7351  
7352 \series bold
7353 (
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 C
7373 \end_layout
7374
7375 \begin_layout Standard
7376 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7377  For example the command 
7378 \series bold
7379
7380 \backslash
7381 left.
7382 \backslash
7383 frac
7384 \begin_inset ERT
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388
7389
7390 \backslash
7391 spce 
7392 \end_layout
7393
7394 \end_inset
7395
7396 A
7397 \begin_inset Formula $\downarrow$
7398 \end_inset
7399
7400 B
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 spce 
7409 \end_layout
7410
7411 \end_inset
7412
7413
7414 \backslash
7415 right}
7416 \series default
7417  creates:
7418 \series bold
7419
7420 \begin_inset Formula 
7421 \[
7422 \left.\frac{A}{B}\right\} 
7423 \]
7424
7425 \end_inset
7426
7427
7428 \series default
7429 The commands 
7430 \series bold
7431
7432 \backslash
7433 left
7434 \series default
7435  and 
7436 \series bold
7437
7438 \backslash
7439 right
7440 \series default
7441  will be converted by LyX to brackets in the right size when the document
7442  is reloaded and an omitted bracket will appear as dashed line.
7443 \end_layout
7444
7445 \begin_layout Standard
7446 \begin_inset VSpace bigskip
7447 \end_inset
7448
7449 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7450  the command 
7451 \series bold
7452
7453 \backslash
7454 middle
7455 \series default
7456
7457 \begin_inset Index idx
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461 Commands ! M ! 
7462 \backslash
7463 middle
7464 \end_layout
7465
7466 \end_inset
7467
7468  is additionally available for all brackets and limits.
7469  With this command the height of the following character is adapted to the
7470  one of the surrounding brackets, what is e.
7471 \begin_inset space \thinspace{}
7472 \end_inset
7473
7474 g.
7475 \begin_inset space \space{}
7476 \end_inset
7477
7478 needed for physical vectors:
7479 \begin_inset Formula 
7480 \[
7481 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7482 \]
7483
7484 \end_inset
7485
7486 For physical vectors there is a special LaTeX-package, described in 
7487 \begin_inset CommandInset ref
7488 LatexCommand ref
7489 reference "sub:Physical-Vectors"
7490
7491 \end_inset
7492
7493 .
7494 \end_layout
7495
7496 \begin_layout Subsection
7497 Horizontal Brackets
7498 \begin_inset Index idx
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Brackets ! horizontal
7503 \end_layout
7504
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Standard
7511 \align center
7512 \begin_inset Tabular
7513 <lyxtabular version="3" rows="4" columns="2">
7514 <features tabularvalignment="middle">
7515 <column alignment="center" valignment="top" width="0pt">
7516 <column alignment="center" valignment="top" width="0pt">
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Command
7523 \begin_inset Note Note
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528 \series bold
7529
7530 \backslash
7531 raisebox
7532 \series default
7533  is only used as spacer.
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Result
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 raisebox{2.3mm}{
7566 \end_layout
7567
7568 \end_inset
7569
7570
7571 \backslash
7572 overbrace
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 spce 
7581 \end_layout
7582
7583 \end_inset
7584
7585 A+B
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591
7592 \backslash
7593 spce 
7594 \end_layout
7595
7596 \end_inset
7597
7598 ^
7599 \begin_inset ERT
7600 status collapsed
7601
7602 \begin_layout Plain Layout
7603
7604
7605 \backslash
7606 spce 
7607 \end_layout
7608
7609 \end_inset
7610
7611 3
7612 \begin_inset ERT
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616
7617 }
7618 \end_layout
7619
7620 \end_inset
7621
7622
7623 \begin_inset Index idx
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Commands ! O ! 
7628 \backslash
7629 overbrace
7630 \end_layout
7631
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 \begin_inset Formula $\overbrace{A+B}^{3}$
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 </row>
7652 <row>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 \begin_inset ERT
7658 status collapsed
7659
7660 \begin_layout Plain Layout
7661
7662
7663 \backslash
7664 raisebox{-2.2mm}{
7665 \end_layout
7666
7667 \end_inset
7668
7669
7670 \backslash
7671 underbrace
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 spce 
7680 \end_layout
7681
7682 \end_inset
7683
7684 A+B
7685 \begin_inset ERT
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689
7690
7691 \backslash
7692 spce 
7693 \end_layout
7694
7695 \end_inset
7696
7697 _5
7698 \begin_inset ERT
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702
7703 }
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \begin_inset Index idx
7710 status collapsed
7711
7712 \begin_layout Plain Layout
7713 Commands ! U ! 
7714 \backslash
7715 underbrace
7716 \end_layout
7717
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 \begin_inset Formula $\underbrace{A+B}_{5}$
7730 \end_inset
7731
7732
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \backslash
7745 overbrace
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 \backslash
7760 underbrace
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 spce 
7769 \end_layout
7770
7771 \end_inset
7772
7773 A+B_w
7774 \begin_inset ERT
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778
7779
7780 \backslash
7781 spce 
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset ERT
7788 status collapsed
7789
7790 \begin_layout Plain Layout
7791
7792
7793 \backslash
7794 spce 
7795 \end_layout
7796
7797 \end_inset
7798
7799 _7
7800 \begin_inset ERT
7801 status collapsed
7802
7803 \begin_layout Plain Layout
7804
7805
7806 \backslash
7807 spce 
7808 \end_layout
7809
7810 \end_inset
7811
7812
7813 \begin_inset ERT
7814 status collapsed
7815
7816 \begin_layout Plain Layout
7817
7818
7819 \backslash
7820 spce 
7821 \end_layout
7822
7823 \end_inset
7824
7825 ^
7826 \begin_inset ERT
7827 status collapsed
7828
7829 \begin_layout Plain Layout
7830
7831
7832 \backslash
7833 spce 
7834 \end_layout
7835
7836 \end_inset
7837
7838 C
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 </lyxtabular>
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \begin_layout Standard
7864 In the last example it doesn't matter if 
7865 \series bold
7866
7867 \backslash
7868 overbrace
7869 \series default
7870  or 
7871 \series bold
7872
7873 \backslash
7874 underbrace
7875 \series default
7876  is inserted at first.
7877 \end_layout
7878
7879 \begin_layout Standard
7880 \begin_inset VSpace bigskip
7881 \end_inset
7882
7883 When brackets are needed that overlap each other, multiline formulas, as
7884  described in 
7885 \begin_inset CommandInset ref
7886 LatexCommand ref
7887 reference "sec:Multiline-Formulas"
7888
7889 \end_inset
7890
7891 , must be used:
7892 \begin_inset Formula 
7893 \begin{eqnarray*}
7894 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7895  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7896 \end{eqnarray*}
7897
7898 \end_inset
7899
7900 In the first row the formula is inserted together with the first brace.
7901  It is hereby important that the space command
7902 \begin_inset Foot
7903 status collapsed
7904
7905 \begin_layout Plain Layout
7906 Space commands are explained in 
7907 \begin_inset CommandInset ref
7908 LatexCommand ref
7909 reference "sub:Predefined-Space"
7910
7911 \end_inset
7912
7913 .
7914 \end_layout
7915
7916 \end_inset
7917
7918  
7919 \series bold
7920
7921 \backslash
7922 :
7923 \series default
7924  is inserted before the first 
7925 \begin_inset Formula $d$
7926 \end_inset
7927
7928 , because the brace that ends behind the 
7929 \begin_inset Formula $q$
7930 \end_inset
7931
7932  prevents that the following 
7933 \begin_inset Quotes eld
7934 \end_inset
7935
7936 +
7937 \begin_inset Quotes erd
7938 \end_inset
7939
7940  is surrounded by space.
7941 \begin_inset Foot
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 because a bracket is not handled as character, see 
7946 \begin_inset CommandInset ref
7947 LatexCommand ref
7948 reference "sub:Binary-Operators"
7949
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956
7957  In the second row the second brace is inserted.
7958  As it should begin before the 
7959 \begin_inset Formula $b$
7960 \end_inset
7961
7962 , first the command 
7963 \series bold
7964
7965 \backslash
7966 hphantom{gggg+
7967 \backslash
7968 :}
7969 \series default
7970  is inserted.
7971 \begin_inset Foot
7972 status collapsed
7973
7974 \begin_layout Plain Layout
7975 more about 
7976 \series bold
7977
7978 \backslash
7979 hphantom
7980 \series default
7981  see 
7982 \begin_inset CommandInset ref
7983 LatexCommand ref
7984 reference "sub:Placeholders"
7985
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992
7993  This space is needed because the 
7994 \begin_inset Quotes eld
7995 \end_inset
7996
7997 +
7998 \begin_inset Quotes erd
7999 \end_inset
8000
8001  is also surrounded by space in the formula.
8002  The brace is placed under the command 
8003 \series bold
8004
8005 \backslash
8006 hphantom{bbqq+dddd}
8007 \series default
8008 .
8009 \end_layout
8010
8011 \begin_layout Standard
8012 It gets more complicated when brackets overlap each other, like in the following
8013  example:
8014 \begin_inset ERT
8015 status collapsed
8016
8017 \begin_layout Plain Layout
8018
8019
8020 \backslash
8021 setlength{
8022 \backslash
8023 jot}{-6pt}
8024 \end_layout
8025
8026 \end_inset
8027
8028
8029 \begin_inset Formula 
8030 \begin{eqnarray*}
8031  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8032 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8033 \end{eqnarray*}
8034
8035 \end_inset
8036
8037
8038 \begin_inset ERT
8039 status collapsed
8040
8041 \begin_layout Plain Layout
8042
8043
8044 \backslash
8045 setlength{
8046 \backslash
8047 jot}{3pt}
8048 \end_layout
8049
8050 \end_inset
8051
8052 The first formula row is the same as the second row of the previous example,
8053  with the difference that the brace is above.
8054  The second row contains the formula together with the second brace.
8055  To avoid that there is space between the upper brace in the first row and
8056  the formula, the row spacing need to be reduced.
8057  This is not easily possible due to a bug in LyX
8058 \begin_inset Foot
8059 status collapsed
8060
8061 \begin_layout Plain Layout
8062 \begin_inset CommandInset href
8063 LatexCommand href
8064 name "LyX-bug #1505"
8065 target "http://www.lyx.org/trac/ticket/1505"
8066
8067 \end_inset
8068
8069
8070 \end_layout
8071
8072 \end_inset
8073
8074 .
8075  As solution for the problem, the global formula row separation 
8076 \series bold
8077
8078 \backslash
8079 jot
8080 \series default
8081
8082 \begin_inset Index idx
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 Commands ! J ! 
8087 \backslash
8088 jot
8089 \end_layout
8090
8091 \end_inset
8092
8093  must be changed to -6
8094 \begin_inset space \thinspace{}
8095 \end_inset
8096
8097 pt before the formula with the command 
8098 \series bold
8099
8100 \backslash
8101 setlength{
8102 \backslash
8103 jot}{-6pt}
8104 \series default
8105  in TeX-mode.
8106  
8107 \series bold
8108
8109 \backslash
8110 jot
8111 \series default
8112  is set back after the formula to the standard value of 3
8113 \begin_inset space \thinspace{}
8114 \end_inset
8115
8116 pt using the same command.
8117  More about the row separation in formulas is explained in 
8118 \begin_inset CommandInset ref
8119 LatexCommand ref
8120 reference "sub:Line-Separation"
8121
8122 \end_inset
8123
8124 .
8125 \end_layout
8126
8127 \begin_layout Section
8128 Arrows
8129 \begin_inset Index idx
8130 status collapsed
8131
8132 \begin_layout Plain Layout
8133 Arrows
8134 \end_layout
8135
8136 \end_inset
8137
8138
8139 \end_layout
8140
8141 \begin_layout Standard
8142 Arrows can be inserted via the math toolbar button 
8143 \begin_inset Graphics
8144         filename ../images/math/leftarrow.png
8145         scale 85
8146
8147 \end_inset
8148
8149  or the commands listed in the following subsections.
8150 \end_layout
8151
8152 \begin_layout Subsection
8153 Horizontal Arrows
8154 \begin_inset Index idx
8155 status collapsed
8156
8157 \begin_layout Plain Layout
8158 Arrows ! horizontal
8159 \end_layout
8160
8161 \end_inset
8162
8163
8164 \end_layout
8165
8166 \begin_layout Standard
8167 \begin_inset space \hfill{}
8168 \end_inset
8169
8170
8171 \begin_inset Tabular
8172 <lyxtabular version="3" rows="8" columns="2">
8173 <features tabularvalignment="middle">
8174 <column alignment="center" valignment="top" width="0pt">
8175 <column alignment="center" valignment="top" width="0pt">
8176 <row>
8177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Command
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Result
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \backslash
8203 gets
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 \begin_inset Formula $\gets$
8213 \end_inset
8214
8215
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \backslash
8228 Leftarrow
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 \begin_inset Formula $\Leftarrow$
8238 \end_inset
8239
8240
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \backslash
8253 longleftarrow
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 \begin_inset Formula $\longleftarrow$
8263 \end_inset
8264
8265
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \backslash
8278 Longleftarrow
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 \begin_inset Formula $\Longleftarrow$
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \backslash
8303 leftharpoonup
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 \begin_inset Formula $\leftharpoonup$
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \backslash
8328 leftharpoondown
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 \begin_inset Formula $\leftharpoondown$
8338 \end_inset
8339
8340
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \backslash
8353 hookleftarrow
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 \begin_inset Formula $\hookleftarrow$
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 </lyxtabular>
8372
8373 \end_inset
8374
8375
8376 \begin_inset space \hfill{}
8377 \end_inset
8378
8379
8380 \begin_inset Tabular
8381 <lyxtabular version="3" rows="8" columns="2">
8382 <features tabularvalignment="middle">
8383 <column alignment="center" valignment="top" width="0pt">
8384 <column alignment="center" valignment="top" width="0pt">
8385 <row>
8386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Command
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Result
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \backslash
8412 to
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 \begin_inset Formula $\to$
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 </row>
8430 <row>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435
8436 \backslash
8437 Rightarrow
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 \begin_inset Formula $\Rightarrow$
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \backslash
8462 longrightarrow
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 \begin_inset Formula $\longrightarrow$
8472 \end_inset
8473
8474
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \backslash
8487 Longrightarrow
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 \begin_inset Formula $\Longrightarrow$
8497 \end_inset
8498
8499
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \backslash
8512 rightharpoonup
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 \begin_inset Formula $\rightharpoonup$
8522 \end_inset
8523
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \backslash
8537 rightharpoondown
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 \begin_inset Formula $\rightharpoondown$
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \backslash
8562 hookrightarrow
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 \begin_inset Formula $\hookrightarrow$
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 </lyxtabular>
8581
8582 \end_inset
8583
8584
8585 \begin_inset space \hfill{}
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \begin_layout Standard
8592 \begin_inset space \hfill{}
8593 \end_inset
8594
8595
8596 \begin_inset Tabular
8597 <lyxtabular version="3" rows="6" columns="2">
8598 <features tabularvalignment="middle">
8599 <column alignment="center" valignment="top" width="0pt">
8600 <column alignment="center" valignment="top" width="0pt">
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Command
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Result
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626
8627 \backslash
8628 leftrightarrow
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 \begin_inset Formula $\leftrightarrow$
8638 \end_inset
8639
8640
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \backslash
8653 Leftrightarrow
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 \begin_inset Formula $\Leftrightarrow$
8663 \end_inset
8664
8665
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \backslash
8678 longleftrightarrow
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 \begin_inset Formula $\longleftrightarrow$
8688 \end_inset
8689
8690
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \backslash
8703 Longleftrightarrow
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 \begin_inset Formula $\Longleftrightarrow$
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \backslash
8728 rightleftharpoons
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 \begin_inset Formula $\rightleftharpoons$
8738 \end_inset
8739
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 </lyxtabular>
8747
8748 \end_inset
8749
8750
8751 \begin_inset space \hspace{}
8752 \length 25pt
8753 \end_inset
8754
8755
8756 \begin_inset space \hfill{}
8757 \end_inset
8758
8759
8760 \begin_inset Tabular
8761 <lyxtabular version="3" rows="5" columns="2">
8762 <features tabularvalignment="middle">
8763 <column alignment="center" valignment="top" width="0pt">
8764 <column alignment="center" valignment="top" width="0pt">
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Command
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Result
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \backslash
8792 mapsto
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 \begin_inset Formula $\mapsto$
8802 \end_inset
8803
8804
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \backslash
8817 longmapsto
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 \begin_inset Formula $\longmapsto$
8827 \end_inset
8828
8829
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \backslash
8842 leadsto
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\leadsto$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row>
8861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \backslash
8867 dasharrow
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 \begin_inset Formula $\dasharrow$
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 </lyxtabular>
8886
8887 \end_inset
8888
8889
8890 \begin_inset space \hfill{}
8891 \end_inset
8892
8893
8894 \end_layout
8895
8896 \begin_layout Standard
8897 \begin_inset VSpace medskip
8898 \end_inset
8899
8900 Arrows used as accent like e.
8901 \begin_inset space \thinspace{}
8902 \end_inset
8903
8904 g.
8905 \begin_inset space \space{}
8906 \end_inset
8907
8908 vector arrows are listed in 
8909 \begin_inset CommandInset ref
8910 LatexCommand ref
8911 reference "sec:Accents"
8912
8913 \end_inset
8914
8915 .
8916 \end_layout
8917
8918 \begin_layout Standard
8919 \begin_inset VSpace bigskip
8920 \end_inset
8921
8922 Furthermore there are the labeled arrows
8923 \begin_inset Index idx
8924 status collapsed
8925
8926 \begin_layout Plain Layout
8927 Arrows ! labeled
8928 \end_layout
8929
8930 \end_inset
8931
8932  
8933 \series bold
8934
8935 \backslash
8936 xleftarrow
8937 \series default
8938
8939 \begin_inset Index idx
8940 status collapsed
8941
8942 \begin_layout Plain Layout
8943 Commands ! X ! 
8944 \backslash
8945 xleftarrow
8946 \end_layout
8947
8948 \end_inset
8949
8950  and 
8951 \series bold
8952
8953 \backslash
8954 xrightarrow
8955 \series default
8956
8957 \begin_inset Index idx
8958 status collapsed
8959
8960 \begin_layout Plain Layout
8961 Commands ! X ! 
8962 \backslash
8963 xrightarrow
8964 \begin_inset ERT
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968
8969
8970 \backslash
8971 vspace{4mm}
8972 \end_layout
8973
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980
8981 .
8982  When inserting one of these commands in a formula, an arrow with two blue
8983  boxes appear where the label can be inserted.
8984  The length of the arrow adapts to the label width.
8985 \end_layout
8986
8987 \begin_layout Standard
8988 \align center
8989 \begin_inset Tabular
8990 <lyxtabular version="3" rows="3" columns="2">
8991 <features tabularvalignment="middle">
8992 <column alignment="center" valignment="top" width="0pt">
8993 <column alignment="center" valignment="top" width="0pt">
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Command
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Result
9009 \begin_inset Note Note
9010 status collapsed
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015
9016 \backslash
9017 raisebox
9018 \series default
9019  is only used as spacer.
9020 \end_layout
9021
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 F(a)
9036 \backslash
9037 xleftarrow
9038 \begin_inset ERT
9039 status collapsed
9040
9041 \begin_layout Plain Layout
9042
9043
9044 \backslash
9045 spce 
9046 \end_layout
9047
9048 \end_inset
9049
9050 x=a
9051 \begin_inset Formula $\downarrow$
9052 \end_inset
9053
9054 x>0
9055 \begin_inset Formula $\to$
9056 \end_inset
9057
9058 F(x)
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9068 \end_inset
9069
9070
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 F(x)
9082 \backslash
9083 xrightarrow
9084 \begin_inset ERT
9085 status collapsed
9086
9087 \begin_layout Plain Layout
9088
9089
9090 \backslash
9091 spce 
9092 \end_layout
9093
9094 \end_inset
9095
9096 x=a
9097 \begin_inset Formula $\downarrow$
9098 \end_inset
9099
9100 x>0
9101 \begin_inset Formula $\to$
9102 \end_inset
9103
9104 F(a)
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9114 \end_inset
9115
9116
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 </lyxtabular>
9123
9124 \end_inset
9125
9126
9127 \end_layout
9128
9129 \begin_layout Subsection
9130 Vertical and diagonal Arrows
9131 \begin_inset Index idx
9132 status collapsed
9133
9134 \begin_layout Plain Layout
9135 Arrows ! diagonal
9136 \end_layout
9137
9138 \end_inset
9139
9140
9141 \begin_inset Index idx
9142 status collapsed
9143
9144 \begin_layout Plain Layout
9145 Arrows ! vertical
9146 \end_layout
9147
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \begin_layout Standard
9154 \begin_inset space \hfill{}
9155 \end_inset
9156
9157
9158 \begin_inset Tabular
9159 <lyxtabular version="3" rows="7" columns="2">
9160 <features tabularvalignment="middle">
9161 <column alignment="center" valignment="top" width="0pt">
9162 <column alignment="center" valignment="top" width="0pt">
9163 <row>
9164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Command
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Result
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 uparrow
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\uparrow$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 Uparrow
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 \begin_inset Formula $\Uparrow$
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \backslash
9240 updownarrow
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\updownarrow$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 Updownarrow
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 \begin_inset Formula $\Updownarrow$
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \backslash
9290 Downarrow
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 \begin_inset Formula $\Downarrow$
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \backslash
9315 downarrow
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 \begin_inset Formula $\downarrow$
9325 \end_inset
9326
9327
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 </lyxtabular>
9334
9335 \end_inset
9336
9337
9338 \begin_inset space \hfill{}
9339 \end_inset
9340
9341
9342 \begin_inset Tabular
9343 <lyxtabular version="3" rows="5" columns="2">
9344 <features tabularvalignment="middle">
9345 <column alignment="center" valignment="top" width="0pt">
9346 <column alignment="center" valignment="top" width="0pt">
9347 <row>
9348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 Command
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Result
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 </row>
9367 <row>
9368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \backslash
9374 nearrow
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 \begin_inset Formula $\nearrow$
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 <row>
9393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \backslash
9399 searrow
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 \begin_inset Formula $\searrow$
9409 \end_inset
9410
9411
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \backslash
9424 swarrow
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 \begin_inset Formula $\swarrow$
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row>
9443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447
9448 \backslash
9449 nwarrow
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 \begin_inset Formula $\nwarrow$
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 </lyxtabular>
9468
9469 \end_inset
9470
9471
9472 \begin_inset space \hfill{}
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \begin_layout Standard
9479 \begin_inset VSpace medskip
9480 \end_inset
9481
9482 Vertical arrows can be used also as delimiter together with the commands
9483  described in 
9484 \begin_inset CommandInset ref
9485 LatexCommand ref
9486 reference "sub:Manual-Bracket-Size"
9487
9488 \end_inset
9489
9490  and 
9491 \begin_inset CommandInset ref
9492 LatexCommand ref
9493 reference "sub:Automatic-Bracket-Size"
9494
9495 \end_inset
9496
9497 .
9498 \end_layout
9499
9500 \begin_layout Section
9501 Accents
9502 \begin_inset CommandInset label
9503 LatexCommand label
9504 name "sec:Accents"
9505
9506 \end_inset
9507
9508
9509 \begin_inset Index idx
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Accents
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \begin_layout Standard
9522 Accents can be inserted via the math toolbar button 
9523 \begin_inset Graphics
9524         filename ../images/math/hat.png
9525         scale 85
9526
9527 \end_inset
9528
9529  or the commands listed in the following subsections.
9530 \end_layout
9531
9532 \begin_layout Subsection
9533 Accents for one Character
9534 \begin_inset ERT
9535 status collapsed
9536
9537 \begin_layout Plain Layout
9538
9539
9540 \backslash
9541 texorpdfstring{
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset Foot
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 accents in text see 
9552 \begin_inset CommandInset ref
9553 LatexCommand ref
9554 reference "sub:Accents-in-Text"
9555
9556 \end_inset
9557
9558
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \begin_inset ERT
9565 status collapsed
9566
9567 \begin_layout Plain Layout
9568
9569 }{}
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \begin_inset Note Note
9576 status collapsed
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581
9582 \backslash
9583 texorpdfstring
9584 \series default
9585  is used to avoid that the footnote appears in the PDF-bookmark.
9586 \end_layout
9587
9588 \begin_layout Plain Layout
9589 More about 
9590 \series bold
9591
9592 \backslash
9593 texorpdfstring
9594 \series default
9595  is in section 
9596 \begin_inset CommandInset ref
9597 LatexCommand ref
9598 reference "sub:Formulas-in-Section"
9599
9600 \end_inset
9601
9602 .
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \begin_inset CommandInset label
9609 LatexCommand label
9610 name "sub:Accents-for-one"
9611
9612 \end_inset
9613
9614
9615 \begin_inset Index idx
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619 Accents ! for one character
9620 \end_layout
9621
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \begin_layout Standard
9628 \begin_inset space \hfill{}
9629 \end_inset
9630
9631
9632 \begin_inset Tabular
9633 <lyxtabular version="3" rows="8" columns="2">
9634 <features tabularvalignment="middle">
9635 <column alignment="center" valignment="top" width="0pt">
9636 <column alignment="center" valignment="top" width="0pt">
9637 <row>
9638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 Command
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 Result
9652 \begin_inset Note Note
9653 status collapsed
9654
9655 \begin_layout Plain Layout
9656
9657 \series bold
9658
9659 \backslash
9660 raisebox
9661 \series default
9662  is only used as spacer.
9663 \end_layout
9664
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \backslash
9680 dot
9681 \begin_inset ERT
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685
9686
9687 \backslash
9688 spce 
9689 \end_layout
9690
9691 \end_inset
9692
9693 A
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \backslash
9718 ddot
9719 \begin_inset ERT
9720 status collapsed
9721
9722 \begin_layout Plain Layout
9723
9724
9725 \backslash
9726 spce 
9727 \end_layout
9728
9729 \end_inset
9730
9731 A
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9741 \end_inset
9742
9743
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \backslash
9756 dddot
9757 \begin_inset ERT
9758 status collapsed
9759
9760 \begin_layout Plain Layout
9761
9762
9763 \backslash
9764 spce 
9765 \end_layout
9766
9767 \end_inset
9768
9769 A
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \backslash
9794 ddddot
9795 \begin_inset ERT
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799
9800
9801 \backslash
9802 spce 
9803 \end_layout
9804
9805 \end_inset
9806
9807 A
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \backslash
9832 vec
9833 \begin_inset ERT
9834 status collapsed
9835
9836 \begin_layout Plain Layout
9837
9838
9839 \backslash
9840 spce 
9841 \end_layout
9842
9843 \end_inset
9844
9845 A
9846 \begin_inset Index idx
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850 Vectors
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 bar
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 spce 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \backslash
9918 mathring
9919 \begin_inset ERT
9920 status collapsed
9921
9922 \begin_layout Plain Layout
9923
9924
9925 \backslash
9926 spce 
9927 \end_layout
9928
9929 \end_inset
9930
9931 A
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 </lyxtabular>
9950
9951 \end_inset
9952
9953
9954 \begin_inset space \hfill{}
9955 \end_inset
9956
9957
9958 \begin_inset Tabular
9959 <lyxtabular version="3" rows="7" columns="2">
9960 <features tabularvalignment="middle">
9961 <column alignment="center" valignment="top" width="0pt">
9962 <column alignment="center" valignment="top" width="0pt">
9963 <row>
9964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Command
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 Result
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \backslash
9990 tilde
9991 \begin_inset ERT
9992 status collapsed
9993
9994 \begin_layout Plain Layout
9995
9996
9997 \backslash
9998 spce 
9999 \end_layout
10000
10001 \end_inset
10002
10003 A
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \backslash
10028 hat
10029 \begin_inset ERT
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033
10034
10035 \backslash
10036 spce 
10037 \end_layout
10038
10039 \end_inset
10040
10041 A
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 check
10067 \begin_inset ERT
10068 status collapsed
10069
10070 \begin_layout Plain Layout
10071
10072
10073 \backslash
10074 spce 
10075 \end_layout
10076
10077 \end_inset
10078
10079 A
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10089 \end_inset
10090
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \backslash
10104 acute
10105 \begin_inset ERT
10106 status collapsed
10107
10108 \begin_layout Plain Layout
10109
10110
10111 \backslash
10112 spce 
10113 \end_layout
10114
10115 \end_inset
10116
10117 A
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \backslash
10142 grave
10143 \begin_inset ERT
10144 status collapsed
10145
10146 \begin_layout Plain Layout
10147
10148
10149 \backslash
10150 spce 
10151 \end_layout
10152
10153 \end_inset
10154
10155 A
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10165 \end_inset
10166
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \backslash
10180 breve
10181 \begin_inset ERT
10182 status collapsed
10183
10184 \begin_layout Plain Layout
10185
10186
10187 \backslash
10188 spce 
10189 \end_layout
10190
10191 \end_inset
10192
10193 A
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 </lyxtabular>
10212
10213 \end_inset
10214
10215
10216 \begin_inset space \hfill{}
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \begin_layout Standard
10223 \begin_inset VSpace bigskip
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 You can directly insert accents like é to formulas.
10231  LyX will transform them to the corresponding accent command.
10232  For umlauts
10233 \begin_inset Index idx
10234 status collapsed
10235
10236 \begin_layout Plain Layout
10237 Umlauts
10238 \end_layout
10239
10240 \end_inset
10241
10242  it is better to insert a quotation mark before the vowel.
10243  These two characters are then treated by LaTeX as 
10244 \emph on
10245 one
10246 \emph default
10247  character when the formula part with the umlaut is marked as German.
10248  In contrary to 
10249 \series bold
10250
10251 \backslash
10252 ddot
10253 \series default
10254 , with this method 
10255 \begin_inset Quotes eld
10256 \end_inset
10257
10258 real
10259 \begin_inset Quotes erd
10260 \end_inset
10261
10262  umlauts are created as demonstrated in the following example:
10263 \end_layout
10264
10265 \begin_layout Standard
10266 \begin_inset VSpace -2mm
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \align center
10274 \begin_inset Tabular
10275 <lyxtabular version="3" rows="3" columns="2">
10276 <features tabularvalignment="middle">
10277 <column alignment="center" valignment="top" width="0">
10278 <column alignment="center" valignment="top" width="0">
10279 <row>
10280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Command
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Result
10294 \begin_inset Note Note
10295 status collapsed
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300
10301 \backslash
10302 raisebox
10303 \series default
10304  and the 0
10305 \begin_inset space \thinspace{}
10306 \end_inset
10307
10308 pt space are only used as spacer.
10309 \end_layout
10310
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \lang ngerman
10326 \begin_inset Quotes grd
10327 \end_inset
10328
10329 i
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 \begin_inset space \hspace{}
10339 \length 0pt
10340 \end_inset
10341
10342
10343 \lang ngerman
10344
10345 \begin_inset Formula $"i$
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \backslash
10361 ddot
10362 \begin_inset ERT
10363 status collapsed
10364
10365 \begin_layout Plain Layout
10366
10367
10368 \backslash
10369 spce 
10370 \end_layout
10371
10372 \end_inset
10373
10374 i
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10384 \end_inset
10385
10386
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 </lyxtabular>
10393
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \begin_layout Standard
10400 Another advantage to 
10401 \series bold
10402
10403 \backslash
10404 ddot
10405 \series default
10406  is that umlauts can directly be converted to mathematical text because
10407  the accent commands above are 
10408 \emph on
10409 not allowed
10410 \emph default
10411  
10412 \emph on
10413 in mathematical text
10414 \emph default
10415 .
10416  To convert an accented character to mathematical text, only the character
10417  under the accent may be converted.
10418  This applies also for all other conversions, e.
10419 \begin_inset space \thinspace{}
10420 \end_inset
10421
10422 g.
10423 \begin_inset space \space{}
10424 \end_inset
10425
10426 to italic or bold.
10427 \end_layout
10428
10429 \begin_layout Standard
10430 In mathematical text, umlauts and other accented characters can directly
10431  be inserted.
10432 \end_layout
10433
10434 \begin_layout Subsection
10435 Accents for Operators
10436 \begin_inset Index idx
10437 status collapsed
10438
10439 \begin_layout Plain Layout
10440 Accents ! for operators
10441 \end_layout
10442
10443 \end_inset
10444
10445
10446 \end_layout
10447
10448 \begin_layout Standard
10449 With the commands 
10450 \series bold
10451
10452 \backslash
10453 overset
10454 \series default
10455
10456 \begin_inset Index idx
10457 status collapsed
10458
10459 \begin_layout Plain Layout
10460 Commands ! O ! 
10461 \backslash
10462 overset
10463 \end_layout
10464
10465 \end_inset
10466
10467  and 
10468 \series bold
10469
10470 \backslash
10471 underset
10472 \series default
10473
10474 \begin_inset Index idx
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478 Commands ! U ! 
10479 \backslash
10480 underset
10481 \end_layout
10482
10483 \end_inset
10484
10485  characters can be placed above or below an operator, respectively, to accent
10486  it.
10487  With the command 
10488 \series bold
10489
10490 \backslash
10491 sideset
10492 \series default
10493
10494 \begin_inset Index idx
10495 status collapsed
10496
10497 \begin_layout Plain Layout
10498 Commands ! S ! 
10499 \backslash
10500 sideset
10501 \end_layout
10502
10503 \end_inset
10504
10505  characters can be set before and behind an operator.
10506  The command scheme is:
10507 \end_layout
10508
10509 \begin_layout Standard
10510
10511 \series bold
10512
10513 \backslash
10514 sideset{character
10515 \series default
10516  
10517 \series bold
10518 before}{character
10519 \series default
10520  
10521 \series bold
10522 behind}
10523 \end_layout
10524
10525 \begin_layout Standard
10526
10527 \series bold
10528
10529 \backslash
10530 sideset
10531 \series default
10532  must always be before the operator that should be accented.
10533  You can accent with several characters and even with other operators and
10534  symbols.
10535  To place with 
10536 \series bold
10537
10538 \backslash
10539 sideset
10540 \series default
10541  for example only characters behind an operator, write nothing between the
10542  first braces but don't omit the braces.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 For example the command 
10547 \series bold
10548
10549 \backslash
10550 sideset{
10551 \begin_inset Formula $\to$
10552 \end_inset
10553
10554
10555 \backslash
10556 {
10557 \series default
10558 '
10559 \series bold
10560
10561 \begin_inset Formula $\to$
10562 \end_inset
10563
10564
10565 \backslash
10566 sum_k=1
10567 \begin_inset ERT
10568 status collapsed
10569
10570 \begin_layout Plain Layout
10571
10572
10573 \backslash
10574 spce 
10575 \end_layout
10576
10577 \end_inset
10578
10579
10580 \series default
10581 ^
10582 \series bold
10583 n
10584 \series default
10585  produces:
10586 \begin_inset Formula 
10587 \[
10588 \sideset{}{'}\sum_{k=1}^{n}
10589 \]
10590
10591 \end_inset
10592
10593
10594 \end_layout
10595
10596 \begin_layout Standard
10597 The command 
10598 \series bold
10599
10600 \backslash
10601 overset
10602 \begin_inset ERT
10603 status collapsed
10604
10605 \begin_layout Plain Layout
10606
10607
10608 \backslash
10609 spce 
10610 \end_layout
10611
10612 \end_inset
10613
10614
10615 \backslash
10616 maltese
10617 \begin_inset ERT
10618 status collapsed
10619
10620 \begin_layout Plain Layout
10621
10622
10623 \backslash
10624 spce 
10625 \end_layout
10626
10627 \end_inset
10628
10629
10630 \series default
10631
10632 \begin_inset Formula $\uparrow$
10633 \end_inset
10634
10635
10636 \series bold
10637 a
10638 \series default
10639  produces:
10640 \begin_inset Formula 
10641 \[
10642 \overset{a}{\maltese}
10643 \]
10644
10645 \end_inset
10646
10647 As seen in the last example, with 
10648 \series bold
10649
10650 \backslash
10651 overset
10652 \series default
10653  and 
10654 \series bold
10655
10656 \backslash
10657 underset
10658 \series default
10659  also symbols and characters can be accented; with 
10660 \series bold
10661
10662 \backslash
10663 sideset
10664 \series default
10665  this is not possible.
10666 \end_layout
10667
10668 \begin_layout Subsection
10669 Accents for several Characters
10670 \begin_inset Index idx
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674 Accents ! for several characters
10675 \end_layout
10676
10677 \end_inset
10678
10679
10680 \end_layout
10681
10682 \begin_layout Standard
10683 \begin_inset space \hfill{}
10684 \end_inset
10685
10686
10687 \begin_inset Tabular
10688 <lyxtabular version="3" rows="5" columns="2">
10689 <features tabularvalignment="middle">
10690 <column alignment="center" valignment="top" width="0pt">
10691 <column alignment="center" valignment="top" width="0pt">
10692 <row>
10693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Command
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 Result
10707 \begin_inset Note Note
10708 status collapsed
10709
10710 \begin_layout Plain Layout
10711
10712 \series bold
10713
10714 \backslash
10715 raisebox
10716 \series default
10717  is only used as spacer.
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 </row>
10728 <row>
10729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 overleftarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{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 underleftarrow
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{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 <row>
10805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \backslash
10811 overleftrightarrow
10812 \begin_inset ERT
10813 status collapsed
10814
10815 \begin_layout Plain Layout
10816
10817
10818 \backslash
10819 spce 
10820 \end_layout
10821
10822 \end_inset
10823
10824 A=B
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10834 \end_inset
10835
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 <row>
10843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847
10848 \backslash
10849 underleftrightarrow
10850 \begin_inset ERT
10851 status collapsed
10852
10853 \begin_layout Plain Layout
10854
10855
10856 \backslash
10857 spce 
10858 \end_layout
10859
10860 \end_inset
10861
10862 A=B
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 </row>
10880 </lyxtabular>
10881
10882 \end_inset
10883
10884
10885 \begin_inset space \hfill{}
10886 \end_inset
10887
10888
10889 \begin_inset Tabular
10890 <lyxtabular version="3" rows="5" columns="2">
10891 <features tabularvalignment="middle">
10892 <column alignment="center" valignment="top" width="0pt">
10893 <column alignment="center" valignment="top" width="0pt">
10894 <row>
10895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 Command
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Result
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 <row>
10915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \backslash
10921 overrightarrow
10922 \begin_inset ERT
10923 status collapsed
10924
10925 \begin_layout Plain Layout
10926
10927
10928 \backslash
10929 spce 
10930 \end_layout
10931
10932 \end_inset
10933
10934 A=B
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10944 \end_inset
10945
10946
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \backslash
10959 underrightarrow
10960 \begin_inset ERT
10961 status collapsed
10962
10963 \begin_layout Plain Layout
10964
10965
10966 \backslash
10967 spce 
10968 \end_layout
10969
10970 \end_inset
10971
10972 A=B
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10982 \end_inset
10983
10984
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 </row>
10990 <row>
10991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \backslash
10997 widetilde
10998 \begin_inset ERT
10999 status collapsed
11000
11001 \begin_layout Plain Layout
11002
11003
11004 \backslash
11005 spce 
11006 \end_layout
11007
11008 \end_inset
11009
11010 A=B
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 <row>
11029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033
11034 \backslash
11035 widehat
11036 \begin_inset ERT
11037 status collapsed
11038
11039 \begin_layout Plain Layout
11040
11041
11042 \backslash
11043 spce 
11044 \end_layout
11045
11046 \end_inset
11047
11048 A=B
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 </lyxtabular>
11067
11068 \end_inset
11069
11070
11071 \begin_inset space \hfill{}
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \begin_layout Standard
11078 \begin_inset VSpace medskip
11079 \end_inset
11080
11081 With these commands as many characters as you like can be accented.
11082  But the accents 
11083 \series bold
11084
11085 \backslash
11086 widetilde
11087 \series default
11088  and 
11089 \series bold
11090
11091 \backslash
11092 widehat
11093 \series default
11094  will only be set in the output with a length of three characters, as shown
11095  in the following example:
11096 \begin_inset Formula 
11097 \[
11098 \widetilde{A+B=C-D}
11099 \]
11100
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \begin_layout Standard
11107 With the commands 
11108 \series bold
11109
11110 \backslash
11111 overset
11112 \series default
11113
11114 \begin_inset Index idx
11115 status collapsed
11116
11117 \begin_layout Plain Layout
11118 Commands ! O ! 
11119 \backslash
11120 overset
11121 \end_layout
11122
11123 \end_inset
11124
11125  and 
11126 \series bold
11127
11128 \backslash
11129 underset
11130 \series default
11131
11132 \begin_inset Index idx
11133 status collapsed
11134
11135 \begin_layout Plain Layout
11136 Commands ! U ! 
11137 \backslash
11138 underset
11139 \end_layout
11140
11141 \end_inset
11142
11143  described in the previous subsection it is also possible to accent several
11144  characters.
11145  The command 
11146 \series bold
11147
11148 \backslash
11149 underset
11150 \begin_inset ERT
11151 status collapsed
11152
11153 \begin_layout Plain Layout
11154
11155
11156 \backslash
11157 spce 
11158 \end_layout
11159
11160 \end_inset
11161
11162 A=B
11163 \begin_inset Formula $\downarrow$
11164 \end_inset
11165
11166 ***
11167 \series default
11168  creates:
11169 \begin_inset Formula 
11170 \[
11171 \underset{***}{A=B}
11172 \]
11173
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \begin_layout Section
11180 Space
11181 \begin_inset CommandInset label
11182 LatexCommand label
11183 name "sub:Space"
11184
11185 \end_inset
11186
11187
11188 \begin_inset Index idx
11189 status collapsed
11190
11191 \begin_layout Plain Layout
11192 Space ! horizontal
11193 \end_layout
11194
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \begin_layout Subsection
11201 Predefined Space
11202 \begin_inset CommandInset label
11203 LatexCommand label
11204 name "sub:Predefined-Space"
11205
11206 \end_inset
11207
11208
11209 \begin_inset Index idx
11210 status collapsed
11211
11212 \begin_layout Plain Layout
11213 Space ! horizontal ! predefined
11214 \end_layout
11215
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \begin_layout Standard
11222 Sometimes it is necessary to insert horizontal space to a formula.
11223  This is done by inserting a protected space (shortcut 
11224 \begin_inset Info
11225 type  "shortcut"
11226 arg   "space-insert protected"
11227 \end_inset
11228
11229 ).
11230  A 
11231 \begin_inset Quotes eld
11232 \end_inset
11233
11234
11235 \color blue
11236
11237 \begin_inset ERT
11238 status collapsed
11239
11240 \begin_layout Plain Layout
11241
11242
11243 \backslash
11244 spce 
11245 \end_layout
11246
11247 \end_inset
11248
11249
11250 \color inherit
11251
11252 \begin_inset Quotes erd
11253 \end_inset
11254
11255  appears and by pressing 
11256 \family sans
11257 Space
11258 \family default
11259  several times one can select one of eight different space sizes.
11260  The spaces can also be inserted using the math toolbar button 
11261 \begin_inset Graphics
11262         filename ../images/math/space.png
11263         scale 85
11264
11265 \end_inset
11266
11267  or special commands.
11268  Independent from the inserted command, one can select the size again by
11269  pressing 
11270 \family sans
11271 Space
11272 \family default
11273  afterwards.
11274 \end_layout
11275
11276 \begin_layout Standard
11277 \noindent
11278 \align center
11279 \begin_inset VSpace -5mm
11280 \end_inset
11281
11282
11283 \begin_inset Tabular
11284 <lyxtabular version="3" rows="3" columns="7">
11285 <features tabularvalignment="middle">
11286 <column alignment="center" valignment="middle" width="6.8cm">
11287 <column alignment="center" valignment="top" width="0">
11288 <column alignment="center" valignment="top" width="0">
11289 <column alignment="center" valignment="top" width="0">
11290 <column alignment="center" valignment="top" width="0">
11291 <column alignment="center" valignment="top" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 Command
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \backslash
11309 ,
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318
11319 \backslash
11320 :
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329
11330 \backslash
11331 ;
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \backslash
11342 quad
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351
11352 \backslash
11353 qquad
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362
11363 \backslash
11364 !
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 </row>
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 Number of 
11376 \family sans
11377 Space
11378 \family default
11379  keystrokes after inserting the protected space
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 0
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 1
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 2
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 3
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 4
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 5
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 <row>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 Result
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A\, B$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 \begin_inset Formula $A\: B$
11466 \end_inset
11467
11468
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\; B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 \begin_inset Formula $A\quad B$
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 \begin_inset Formula $A\qquad B$
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset Formula $A\! B$
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 </lyxtabular>
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 The last size seem to produce no space.
11531  It is displayed red in LyX contrary to the other sizes, because it is a
11532  negative space.
11533  There are two more negative spaces:
11534 \end_layout
11535
11536 \begin_layout Standard
11537 \align center
11538 \begin_inset Tabular
11539 <lyxtabular version="3" rows="3" columns="3">
11540 <features tabularvalignment="middle">
11541 <column alignment="center" valignment="middle" width="6.8cm">
11542 <column alignment="center" valignment="top" width="0pt">
11543 <column alignment="center" valignment="top" width="0pt">
11544 <row>
11545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 Command
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558
11559 \backslash
11560 negmedspace
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569
11570 \backslash
11571 negthickspace
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 Number of 
11583 \family sans
11584 Space
11585 \family default
11586  keystrokes after inserting the protected space
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 6
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 7
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 Result
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 \begin_inset Formula $A\negmedspace B$
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 \begin_inset Formula $A\negthickspace B$
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 </lyxtabular>
11646
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \begin_layout Standard
11653 Negative spaces can lead to characters overlapping each other.
11654  Thus they can be used to enforce ligatures, what is e.
11655 \begin_inset space \thinspace{}
11656 \end_inset
11657
11658 g.
11659 \begin_inset space \space{}
11660 \end_inset
11661
11662 useful for summation operators: 
11663 \end_layout
11664
11665 \begin_layout Standard
11666 \align center
11667 \begin_inset Tabular
11668 <lyxtabular version="3" rows="3" columns="2">
11669 <features tabularvalignment="middle">
11670 <column alignment="center" valignment="top" width="0">
11671 <column alignment="center" valignment="top" width="0">
11672 <row>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 Command
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 Result
11687 \begin_inset Note Note
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691
11692 \series bold
11693
11694 \backslash
11695 raisebox
11696 \series default
11697  is only used as spacer.
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \backslash
11715 sum
11716 \backslash
11717 sum
11718 \begin_inset ERT
11719 status collapsed
11720
11721 \begin_layout Plain Layout
11722
11723
11724 \backslash
11725 spce 
11726 \end_layout
11727
11728 \end_inset
11729
11730 f_kl
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 </row>
11748 <row>
11749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753
11754 \backslash
11755 sum
11756 \backslash
11757 negmedspace
11758 \backslash
11759 sum
11760 \begin_inset ERT
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764
11765
11766 \backslash
11767 spce 
11768 \end_layout
11769
11770 \end_inset
11771
11772 f_kl
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 </row>
11790 </lyxtabular>
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Standard
11798 Relations like for example equal signs, are always surrounded by space.
11799  To suppress this, the equal sign is placed into a TeX-brace.
11800  The following example demonstrates this:
11801 \end_layout
11802
11803 \begin_layout Standard
11804 \align center
11805 \begin_inset Tabular
11806 <lyxtabular version="3" rows="2" columns="2">
11807 <features tabularvalignment="middle">
11808 <column alignment="center" valignment="top" width="0pt">
11809 <column alignment="center" valignment="top" width="0pt">
11810 <row>
11811 <cell alignment="center" valignment="top" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 normal equation
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 \begin_inset Formula $A=B$
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 \begin_inset Note Note
11839 status collapsed
11840
11841 \begin_layout Plain Layout
11842
11843 \series bold
11844
11845 \backslash
11846 raisebox
11847 \series default
11848  is only used as spacer.
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \begin_inset Formula $\raisebox{5mm}{}$
11855 \end_inset
11856
11857 equation without space
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 \begin_inset Formula $A{=}B$
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 </lyxtabular>
11876
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \begin_layout Standard
11883 \noindent
11884 The command for the last formula is: 
11885 \series bold
11886 A
11887 \backslash
11888 {=
11889 \begin_inset Formula $\to$
11890 \end_inset
11891
11892 B
11893 \end_layout
11894
11895 \begin_layout Standard
11896 \begin_inset VSpace bigskip
11897 \end_inset
11898
11899 Spaces are needed for physical units, because the space between the value
11900  and the unit is the smallest one and not a normal space.
11901  For units in text, the smallest space is inserted via the menu 
11902 \family sans
11903 Insert\SpecialChar \menuseparator
11904 Formatting\SpecialChar \menuseparator
11905 Thin
11906 \begin_inset space ~
11907 \end_inset
11908
11909 Space
11910 \family default
11911  (shortcut 
11912 \begin_inset Info
11913 type  "shortcut"
11914 arg   "space-insert thin"
11915 \end_inset
11916
11917 ).
11918 \end_layout
11919
11920 \begin_layout Standard
11921 An example to visualize the difference:
11922 \end_layout
11923
11924 \begin_layout Standard
11925 \begin_inset Tabular
11926 <lyxtabular version="3" rows="2" columns="2">
11927 <features tabularvalignment="middle">
11928 <column alignment="left" valignment="top" width="0">
11929 <column alignment="left" valignment="top" width="0">
11930 <row>
11931 <cell alignment="center" valignment="top" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 24 kW
11936 \begin_inset Formula $\cdot$
11937 \end_inset
11938
11939 h
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell alignment="center" valignment="top" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 space between value and unit
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 <row>
11955 <cell alignment="center" valignment="top" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 24
11960 \begin_inset space \thinspace{}
11961 \end_inset
11962
11963 kW
11964 \begin_inset Formula $\cdot$
11965 \end_inset
11966
11967 h
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 smallest space between value and unit
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 </lyxtabular>
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \begin_layout Subsection
11990 Variable Space
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995
11996
11997 \backslash
11998 texorpdfstring{
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset Foot
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008 for vertical space in formulas see 
12009 \begin_inset CommandInset ref
12010 LatexCommand ref
12011 reference "sub:Line-Separation"
12012
12013 \end_inset
12014
12015
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \begin_inset ERT
12022 status collapsed
12023
12024 \begin_layout Plain Layout
12025
12026 }{}
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \begin_inset Note Note
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036
12037 \backslash
12038 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12039 \end_layout
12040
12041 \begin_layout Plain Layout
12042 More about 
12043 \backslash
12044 texorpdfstring is in section 
12045 \begin_inset CommandInset ref
12046 LatexCommand ref
12047 reference "sub:Formulas-in-Section"
12048
12049 \end_inset
12050
12051 .
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \begin_inset CommandInset label
12058 LatexCommand label
12059 name "sub:Variable-Space"
12060
12061 \end_inset
12062
12063
12064 \begin_inset Index idx
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068 Space ! horizontal ! variable
12069 \end_layout
12070
12071 \end_inset
12072
12073
12074 \end_layout
12075
12076 \begin_layout Standard
12077 Space with a defined length can be inserted with the command 
12078 \series bold
12079
12080 \backslash
12081 hspace
12082 \series default
12083
12084 \begin_inset Index idx
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 Commands ! H ! 
12089 \backslash
12090 hspace
12091 \end_layout
12092
12093 \end_inset
12094
12095 .
12096  Then a long 
12097 \begin_inset Quotes eld
12098 \end_inset
12099
12100
12101 \color blue
12102
12103 \begin_inset ERT
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107
12108
12109 \backslash
12110 spce 
12111 \end_layout
12112
12113 \end_inset
12114
12115
12116 \color inherit
12117
12118 \begin_inset Quotes erd
12119 \end_inset
12120
12121  appears.
12122  The length can be specified by left-clicking on the 
12123 \begin_inset Quotes eld
12124 \end_inset
12125
12126
12127 \color blue
12128
12129 \begin_inset ERT
12130 status collapsed
12131
12132 \begin_layout Plain Layout
12133
12134
12135 \backslash
12136 spce 
12137 \end_layout
12138
12139 \end_inset
12140
12141
12142 \color inherit
12143
12144 \begin_inset Quotes erd
12145 \end_inset
12146
12147 .
12148  The length may also be negative.
12149  To insert so many space that the formula uses all available space, the
12150  command 
12151 \series bold
12152
12153 \backslash
12154 hfill
12155 \series default
12156
12157 \begin_inset Index idx
12158 status collapsed
12159
12160 \begin_layout Plain Layout
12161 Commands ! H ! 
12162 \backslash
12163 hfill
12164 \end_layout
12165
12166 \end_inset
12167
12168  is used.
12169 \end_layout
12170
12171 \begin_layout Standard
12172 \begin_inset VSpace -1mm
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \begin_layout Standard
12179 \align center
12180 \begin_inset Tabular
12181 <lyxtabular version="3" rows="4" columns="2">
12182 <features tabularvalignment="middle">
12183 <column alignment="center" valignment="top" width="0">
12184 <column alignment="center" valignment="top" width="0">
12185 <row>
12186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 Command (
12191 \backslash
12192 hspace length)
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 Result
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 </row>
12207 <row>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 A=B
12213 \backslash
12214 hspace
12215 \begin_inset ERT
12216 status collapsed
12217
12218 \begin_layout Plain Layout
12219
12220
12221 \backslash
12222 spce 
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \begin_inset Formula $\to$
12229 \end_inset
12230
12231 A
12232 \backslash
12233 not=C (3
12234 \begin_inset space \thinspace{}
12235 \end_inset
12236
12237 cm)
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 A
12261 \backslash
12262 hspace
12263 \begin_inset ERT
12264 status collapsed
12265
12266 \begin_layout Plain Layout
12267
12268
12269 \backslash
12270 spce 
12271 \end_layout
12272
12273 \end_inset
12274
12275
12276 \begin_inset Formula $\to$
12277 \end_inset
12278
12279 A
12280 \backslash
12281 not=A (-1
12282 \begin_inset space \thinspace{}
12283 \end_inset
12284
12285 mm)
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12295 \end_inset
12296
12297
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 </row>
12303 <row>
12304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 A=A
12309 \backslash
12310 hfill
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315
12316
12317 \backslash
12318 spce 
12319 \end_layout
12320
12321 \end_inset
12322
12323 B=B
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 \begin_inset Formula $A=A\hfill B=B$
12333 \end_inset
12334
12335
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 </row>
12341 </lyxtabular>
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 In the last example the available space is given by the longest column entry
12350  of the table.
12351  In an inline formula the space depends on the length of the line in which
12352  
12353 \series bold
12354
12355 \backslash
12356 hfill
12357 \series default
12358  is inserted.
12359  Thus, when the line uses the full width, no space will be created.
12360  
12361 \series bold
12362
12363 \backslash
12364 hfill
12365 \series default
12366  only has an effect on displayed formulas when the formula style 
12367 \series bold
12368 Indented
12369 \series default
12370  is used.
12371  (Formula styles are explained in 
12372 \begin_inset CommandInset ref
12373 LatexCommand ref
12374 reference "sec:Formula-Styles"
12375
12376 \end_inset
12377
12378 .)
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Besides 
12383 \series bold
12384
12385 \backslash
12386 hfill
12387 \series default
12388 , there are the commands 
12389 \series bold
12390
12391 \backslash
12392 dotfill
12393 \series default
12394  and 
12395 \series bold
12396
12397 \backslash
12398 hrulefill
12399 \series default
12400  that fill the space with a pattern, see 
12401 \begin_inset CommandInset ref
12402 LatexCommand ref
12403 reference "sub:Ellipses"
12404
12405 \end_inset
12406
12407  for an example.
12408 \end_layout
12409
12410 \begin_layout Standard
12411 For text, variable space can be inserted via the menu 
12412 \family sans
12413 Insert\SpecialChar \menuseparator
12414 Formatting\SpecialChar \menuseparator
12415 Horizontal
12416 \begin_inset space ~
12417 \end_inset
12418
12419 Space
12420 \family default
12421 :
12422 \end_layout
12423
12424 \begin_layout Standard
12425 This is a line with
12426 \begin_inset space \hspace{}
12427 \length 2cm
12428 \end_inset
12429
12430 2
12431 \begin_inset space \thinspace{}
12432 \end_inset
12433
12434 cm space.
12435 \end_layout
12436
12437 \begin_layout Standard
12438 This is a line with
12439 \begin_inset space \hfill{}
12440 \end_inset
12441
12442 maximum space.
12443 \end_layout
12444
12445 \begin_layout Subsection
12446 Space besides inline Formulas
12447 \begin_inset Index idx
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 Space ! besides inline formulas
12452 \end_layout
12453
12454 \end_inset
12455
12456
12457 \end_layout
12458
12459 \begin_layout Standard
12460 The space that surrounds inline formulas can be adjusted with the length
12461  
12462 \series bold
12463
12464 \backslash
12465 mathsurround
12466 \series default
12467
12468 \begin_inset Index idx
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 Commands ! M ! 
12473 \backslash
12474 mathsurround
12475 \end_layout
12476
12477 \end_inset
12478
12479 .
12480  The value of a length is set with the command 
12481 \series bold
12482
12483 \backslash
12484 setlength
12485 \series default
12486
12487 \begin_inset Index idx
12488 status collapsed
12489
12490 \begin_layout Plain Layout
12491 Commands ! S ! 
12492 \backslash
12493 setlength
12494 \end_layout
12495
12496 \end_inset
12497
12498  that has the following scheme:
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504
12505 \backslash
12506 setlength{length name}{value}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 To set 
12511 \series bold
12512
12513 \backslash
12514 mathsurround
12515 \series default
12516  to the value 5
12517 \begin_inset space \thinspace{}
12518 \end_inset
12519
12520 mm, the command
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526
12527 \backslash
12528 setlength{
12529 \backslash
12530 mathsurround}{5mm}
12531 \end_layout
12532
12533 \begin_layout Standard
12534 is inserted in TeX-mode.
12535  5
12536 \begin_inset space \thinspace{}
12537 \end_inset
12538
12539 mm space will now be set around all inline formulas:
12540 \begin_inset ERT
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544
12545
12546 \backslash
12547 setlength{
12548 \backslash
12549 mathsurround}{5mm}
12550 \end_layout
12551
12552 \end_inset
12553
12554
12555 \end_layout
12556
12557 \begin_layout Standard
12558 This is a line with an inline formula 
12559 \begin_inset Formula $A=B$
12560 \end_inset
12561
12562  with 5
12563 \begin_inset space \thinspace{}
12564 \end_inset
12565
12566 mm surrounding space.
12567 \begin_inset ERT
12568 status collapsed
12569
12570 \begin_layout Plain Layout
12571
12572
12573 \backslash
12574 setlength{
12575 \backslash
12576 mathsurround}{0pt}
12577 \end_layout
12578
12579 \end_inset
12580
12581
12582 \end_layout
12583
12584 \begin_layout Standard
12585 To return to the predefined value, 
12586 \series bold
12587
12588 \backslash
12589 mathsurround
12590 \series default
12591  is set to the value 0
12592 \begin_inset space \thinspace{}
12593 \end_inset
12594
12595 pt.
12596 \end_layout
12597
12598 \begin_layout Section
12599 Boxes and Frames
12600 \begin_inset Index idx
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604 Boxes
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \begin_inset Index idx
12611 status collapsed
12612
12613 \begin_layout Plain Layout
12614 Frames | see
12615 \begin_inset ERT
12616 status collapsed
12617
12618 \begin_layout Plain Layout
12619
12620 {
12621 \end_layout
12622
12623 \end_inset
12624
12625 Boxes
12626 \begin_inset ERT
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630
12631 }
12632 \end_layout
12633
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \end_inset
12640
12641
12642 \end_layout
12643
12644 \begin_layout Standard
12645 Boxes for text are described in chapter 
12646 \family typewriter
12647 Boxes
12648 \family default
12649  in the 
12650 \family typewriter
12651 Embedded
12652 \begin_inset space ~
12653 \end_inset
12654
12655 Objects
12656 \family default
12657  manual.
12658 \end_layout
12659
12660 \begin_layout Subsection
12661 Boxes with Frame
12662 \begin_inset CommandInset label
12663 LatexCommand label
12664 name "sub:Boxes-with-Frame"
12665
12666 \end_inset
12667
12668
12669 \begin_inset Index idx
12670 status collapsed
12671
12672 \begin_layout Plain Layout
12673 Boxes ! with frame
12674 \end_layout
12675
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \begin_layout Standard
12682 It is possible to frame formulas or parts of it with the commands 
12683 \series bold
12684
12685 \backslash
12686 fbox
12687 \series default
12688
12689 \begin_inset Index idx
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693 Commands ! F ! 
12694 \backslash
12695 fbox
12696 \end_layout
12697
12698 \end_inset
12699
12700  and 
12701 \series bold
12702
12703 \backslash
12704 boxed
12705 \series default
12706
12707 \begin_inset Index idx
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711 Commands ! B ! 
12712 \backslash
12713 boxed
12714 \end_layout
12715
12716 \end_inset
12717
12718 .
12719 \end_layout
12720
12721 \begin_layout Standard
12722 When one of these commands is inserted to a formula, a blue box appears
12723  within a frame to enter formula parts.
12724  For 
12725 \series bold
12726
12727 \backslash
12728 fbox
12729 \series default
12730  an additional formula has to be created by 
12731 \family sans
12732 Ctrl+M
12733 \family default
12734  within this box, because the box content will otherwise be treated as mathemati
12735 cal text.
12736  When 
12737 \series bold
12738
12739 \backslash
12740 boxed
12741 \series default
12742  is used, a new formula is automatically created inside the frame.
12743 \end_layout
12744
12745 \begin_layout Standard
12746 The command 
12747 \series bold
12748
12749 \backslash
12750 fbox
12751 \series default
12752  is not suitable to frame displayed formulas because the formula will always
12753  be set in the size of the text.
12754  
12755 \series bold
12756
12757 \backslash
12758 boxed
12759 \series default
12760  is in contrary not suitable to frame inline formulas, because the formula
12761  will always be set in the size of a displayed formula.
12762 \end_layout
12763
12764 \begin_layout Standard
12765 As extension to 
12766 \series bold
12767
12768 \backslash
12769 fbox
12770 \series default
12771  there is the command 
12772 \series bold
12773
12774 \backslash
12775 framebox
12776 \series default
12777
12778 \begin_inset Index idx
12779 status collapsed
12780
12781 \begin_layout Plain Layout
12782 Commands ! F ! 
12783 \backslash
12784 framebox
12785 \end_layout
12786
12787 \end_inset
12788
12789  where additionally the frame width and the alignment can be specified.
12790  
12791 \series bold
12792
12793 \backslash
12794 framebox
12795 \series default
12796  is used in the following scheme:
12797 \end_layout
12798
12799 \begin_layout Standard
12800
12801 \series bold
12802
12803 \backslash
12804 framebox[frame width][position]{box content}
12805 \end_layout
12806
12807 \begin_layout Standard
12808 The position can either be 
12809 \emph on
12810 l
12811 \emph default
12812  or 
12813 \emph on
12814 r
12815 \emph default
12816 .
12817  
12818 \emph on
12819 l
12820 \emph default
12821  left aligns, 
12822 \emph on
12823 r
12824 \emph default
12825  right aligns the formula in the box.
12826  When no position is given, the formula will be centered.
12827 \begin_inset Newline newline
12828 \end_inset
12829
12830 Is no width given, also no position can be given.
12831  In this case the frame width is adjusted to the box content like for 
12832 \series bold
12833
12834 \backslash
12835 fbox
12836 \series default
12837 .
12838 \end_layout
12839
12840 \begin_layout Standard
12841 When the command 
12842 \series bold
12843
12844 \backslash
12845 framebox
12846 \series default
12847  is inserted, a box appears containing three blue boxes.
12848  The first two boxes are surrounded by brackets and denote the two optional
12849  arguments.
12850  The third box is for formula parts like for 
12851 \series bold
12852
12853 \backslash
12854 fbox
12855 \series default
12856 .
12857 \end_layout
12858
12859 \begin_layout Standard
12860 \align center
12861 \begin_inset Tabular
12862 <lyxtabular version="3" rows="5" columns="2">
12863 <features tabularvalignment="middle">
12864 <column alignment="center" valignment="top" width="0">
12865 <column alignment="center" valignment="top" width="0">
12866 <row>
12867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 Command
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 Result
12881 \begin_inset Note Note
12882 status collapsed
12883
12884 \begin_layout Plain Layout
12885
12886 \series bold
12887
12888 \backslash
12889 raisebox
12890 \series default
12891  is only used as spacer.
12892 \end_layout
12893
12894 \end_inset
12895
12896
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 <row>
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907
12908 \backslash
12909 fbox
12910 \begin_inset ERT
12911 status collapsed
12912
12913 \begin_layout Plain Layout
12914
12915
12916 \backslash
12917 spce 
12918 \end_layout
12919
12920 \end_inset
12921
12922
12923 \family sans
12924 Ctrl+M
12925 \family default
12926  
12927 \backslash
12928 int
12929 \begin_inset ERT
12930 status collapsed
12931
12932 \begin_layout Plain Layout
12933
12934
12935 \backslash
12936 spce 
12937 \end_layout
12938
12939 \end_inset
12940
12941 A=B
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 </row>
12959 <row>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \backslash
12966 boxed
12967 \begin_inset ERT
12968 status collapsed
12969
12970 \begin_layout Plain Layout
12971
12972
12973 \backslash
12974 spce 
12975 \end_layout
12976
12977 \end_inset
12978
12979
12980 \backslash
12981 int
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987
12988 \backslash
12989 spce 
12990 \end_layout
12991
12992 \end_inset
12993
12994 A=B
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 </row>
13012 <row>
13013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 A+
13018 \backslash
13019 fbox
13020 \begin_inset ERT
13021 status collapsed
13022
13023 \begin_layout Plain Layout
13024
13025
13026 \backslash
13027 spce 
13028 \end_layout
13029
13030 \end_inset
13031
13032 B
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 </row>
13050 <row>
13051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055
13056 \backslash
13057 framebox
13058 \begin_inset ERT
13059 status collapsed
13060
13061 \begin_layout Plain Layout
13062
13063
13064 \backslash
13065 spce 
13066 \end_layout
13067
13068 \end_inset
13069
13070 20mm
13071 \begin_inset Formula $\to$
13072 \end_inset
13073
13074
13075 \begin_inset Formula $\to$
13076 \end_inset
13077
13078
13079 \family sans
13080 Ctrl+M
13081 \family default
13082  
13083 \backslash
13084 frac
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090
13091 \backslash
13092 spce 
13093 \end_layout
13094
13095 \end_inset
13096
13097 A
13098 \begin_inset Formula $\downarrow$
13099 \end_inset
13100
13101 B
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 \begin_inset Formula $\raisebox{6mm}{}$
13111 \end_inset
13112
13113
13114 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13115 \end_inset
13116
13117
13118 \begin_inset Formula $\raisebox{-4mm}{}$
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 </row>
13127 </lyxtabular>
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Standard
13135 The frame thickness can also be adjusted.
13136  To do this the following commands have to be inserted in TeX-mode before
13137  the formula
13138 \end_layout
13139
13140 \begin_layout Standard
13141
13142 \series bold
13143
13144 \backslash
13145 fboxrule
13146 \series default
13147  
13148 \series bold
13149
13150 \begin_inset Quotes eld
13151 \end_inset
13152
13153 thickness
13154 \begin_inset Quotes erd
13155 \end_inset
13156
13157
13158 \series default
13159  
13160 \series bold
13161
13162 \backslash
13163 fboxsep
13164 \series default
13165  
13166 \series bold
13167
13168 \begin_inset Quotes eld
13169 \end_inset
13170
13171 distance
13172 \begin_inset Quotes erd
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \begin_layout Standard
13179 \begin_inset Quotes eld
13180 \end_inset
13181
13182 distance
13183 \begin_inset Quotes erd
13184 \end_inset
13185
13186  specifies the minimal distance between the frame and the first character
13187  in the box.
13188  An example for this is the following framed formula:
13189 \begin_inset ERT
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193
13194
13195 \backslash
13196 fboxrule 2mm 
13197 \backslash
13198 fboxsep 3mm
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \begin_inset Formula 
13205 \[
13206 \boxed{A+B=C}
13207 \]
13208
13209 \end_inset
13210
13211 Before this formula the commands
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 fboxrule
13220 \series default
13221  
13222 \series bold
13223 2mm
13224 \series default
13225  
13226 \series bold
13227
13228 \backslash
13229 fboxsep
13230 \series default
13231  
13232 \series bold
13233 3mm
13234 \end_layout
13235
13236 \begin_layout Standard
13237 were inserted in TeX-mode.
13238  The given values are used for all following boxes.
13239 \end_layout
13240
13241 \begin_layout Standard
13242 To return to the standard frame size, the command
13243 \end_layout
13244
13245 \begin_layout Standard
13246
13247 \series bold
13248
13249 \backslash
13250 fboxrule
13251 \series default
13252  
13253 \series bold
13254 0.4pt
13255 \series default
13256  
13257 \series bold
13258
13259 \backslash
13260 fboxsep
13261 \series default
13262  
13263 \series bold
13264 3pt
13265 \series default
13266
13267 \begin_inset ERT
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271
13272
13273 \backslash
13274 fboxrule 0.4pt 
13275 \backslash
13276 fboxsep 3pt
13277 \end_layout
13278
13279 \end_inset
13280
13281
13282 \end_layout
13283
13284 \begin_layout Standard
13285 is inserted in TeX-mode before the next formula.
13286 \end_layout
13287
13288 \begin_layout Subsection
13289 Boxes without Frame
13290 \begin_inset CommandInset label
13291 LatexCommand label
13292 name "sub:Boxes-without-Frame"
13293
13294 \end_inset
13295
13296
13297 \begin_inset Index idx
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 Boxes ! without frame
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 For boxes without a frame there are the following box commands: 
13311 \series bold
13312
13313 \backslash
13314 mbox
13315 \series default
13316
13317 \begin_inset Index idx
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321 Commands ! M ! 
13322 \backslash
13323 mbox
13324 \end_layout
13325
13326 \end_inset
13327
13328
13329 \series bold
13330
13331 \backslash
13332 makebox
13333 \series default
13334
13335 \begin_inset Index idx
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339 Commands ! M ! 
13340 \backslash
13341 makebox
13342 \end_layout
13343
13344 \end_inset
13345
13346  and 
13347 \series bold
13348
13349 \backslash
13350 raisebox
13351 \series default
13352
13353 \begin_inset Index idx
13354 status collapsed
13355
13356 \begin_layout Plain Layout
13357 Commands ! R ! 
13358 \backslash
13359 raisebox
13360 \end_layout
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \begin_layout Standard
13368 With 
13369 \series bold
13370
13371 \backslash
13372 raisebox
13373 \series default
13374  a box can be super- or subscripted.
13375  But in contrary to normal super- and subscripting, the characters in the
13376  box keep their font size.
13377  
13378 \series bold
13379
13380 \backslash
13381 raisebox
13382 \series default
13383  is used in the following scheme:
13384 \end_layout
13385
13386 \begin_layout Standard
13387
13388 \series bold
13389
13390 \backslash
13391 raisebox{height}{box content}
13392 \end_layout
13393
13394 \begin_layout Standard
13395 When the box should contain a formula, an extra formula is needed like for
13396  
13397 \series bold
13398
13399 \backslash
13400 fbox
13401 \series default
13402 .
13403  
13404 \series medium
13405
13406 \begin_inset Note Greyedout
13407 status open
13408
13409 \begin_layout Plain Layout
13410
13411 \series bold
13412 Note:
13413 \series default
13414  For 
13415 \series bold
13416
13417 \backslash
13418 raisebox
13419 \series default
13420  this extra formula is created by pressing 
13421 \family sans
13422 Ctrl+M
13423 \family default
13424  twice instead of once because LyX doesn't yet support 
13425 \series bold
13426
13427 \backslash
13428 raisebox
13429 \series default
13430  directly.
13431 \end_layout
13432
13433 \end_inset
13434
13435
13436 \end_layout
13437
13438 \begin_layout Standard
13439 \align center
13440 \begin_inset Tabular
13441 <lyxtabular version="3" rows="4" columns="2">
13442 <features tabularvalignment="middle">
13443 <column alignment="center" valignment="top" width="0">
13444 <column alignment="center" valignment="top" width="0">
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Command
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 Result
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 H
13471 \backslash
13472 raisebox{2mm
13473 \begin_inset Formula $\to$
13474 \end_inset
13475
13476
13477 \backslash
13478 {al
13479 \begin_inset Formula $\to$
13480 \end_inset
13481
13482  lo
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 <row>
13501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 H
13506 \backslash
13507 raisebox{-2mm
13508 \begin_inset Formula $\to$
13509 \end_inset
13510
13511
13512 \backslash
13513 {al
13514 \begin_inset Formula $\to$
13515 \end_inset
13516
13517 lo
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 </row>
13535 <row>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 A=
13541 \backslash
13542 raisebox{-2mm
13543 \begin_inset Formula $\to$
13544 \end_inset
13545
13546
13547 \backslash
13548 {
13549 \family sans
13550 Ctrl+M
13551 \family default
13552  
13553 \family sans
13554 Ctrl+M
13555 \family default
13556  
13557 \backslash
13558 sqrt
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 spce 
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13581 \end_inset
13582
13583
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 </row>
13589 </lyxtabular>
13590
13591 \end_inset
13592
13593
13594 \end_layout
13595
13596 \begin_layout Standard
13597 The command 
13598 \series bold
13599
13600 \backslash
13601 mbox
13602 \series default
13603  is equivalent to 
13604 \series bold
13605
13606 \backslash
13607 fbox
13608 \series default
13609  and 
13610 \series bold
13611
13612 \backslash
13613 makebox
13614 \series default
13615  is equivalent to 
13616 \series bold
13617
13618 \backslash
13619 framebox
13620 \series default
13621 , with the difference that there is no frame.
13622 \end_layout
13623
13624 \begin_layout Subsection
13625 Colored Boxes
13626 \begin_inset CommandInset label
13627 LatexCommand label
13628 name "sub:Colored-Boxes"
13629
13630 \end_inset
13631
13632
13633 \begin_inset Index idx
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637 Boxes ! colored
13638 \end_layout
13639
13640 \end_inset
13641
13642
13643 \end_layout
13644
13645 \begin_layout Standard
13646 To be able to use all commands explained in this section, the LaTeX-package
13647  
13648 \series bold
13649 color
13650 \series default
13651
13652 \begin_inset Foot
13653 status collapsed
13654
13655 \begin_layout Plain Layout
13656 The LaTeX-package 
13657 \series bold
13658 color
13659 \series default
13660  is part of every LaTeX standard installation.
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \begin_inset Index idx
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 Packages ! color
13671 \end_layout
13672
13673 \end_inset
13674
13675  has to be loaded in the LaTeX-preamble with the line
13676 \begin_inset Foot
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 When text is colored somewhere in the document with a predefined color,
13681  LyX loads the LaTeX-package 
13682 \series bold
13683 color
13684 \series default
13685  automatically.
13686  Thus it is possible that the package is loaded twice, but this doesn't
13687  arise problems.
13688 \end_layout
13689
13690 \end_inset
13691
13692
13693 \begin_inset Note Note
13694 status collapsed
13695
13696 \begin_layout Plain Layout
13697 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13698 amble.
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \begin_layout Standard
13707
13708 \series bold
13709
13710 \backslash
13711 usepackage{color}
13712 \end_layout
13713
13714 \begin_layout Standard
13715 \begin_inset VSpace medskip
13716 \end_inset
13717
13718 To color boxes, the command 
13719 \series bold
13720
13721 \backslash
13722 colorbox
13723 \series default
13724
13725 \begin_inset Index idx
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729 Commands ! C ! 
13730 \backslash
13731 colorbox
13732 \end_layout
13733
13734 \end_inset
13735
13736  is used in the following scheme:
13737 \end_layout
13738
13739 \begin_layout Standard
13740
13741 \series bold
13742
13743 \backslash
13744 colorbox{color}{box content}
13745 \end_layout
13746
13747 \begin_layout Standard
13748 The box content can also be a box and a 
13749 \series bold
13750
13751 \backslash
13752 colorbox
13753 \series default
13754  can also be part of another box (see the 2nd and 3rd example).
13755  When the box should contain a formula, an extra formula has to be created,
13756  the same way as for 
13757 \series bold
13758
13759 \backslash
13760 raisebox
13761 \series default
13762 .
13763 \begin_inset Foot
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 This also applies for the command 
13768 \series bold
13769
13770 \backslash
13771 fcolorbox
13772 \series default
13773 .
13774 \end_layout
13775
13776 \end_inset
13777
13778
13779 \end_layout
13780
13781 \begin_layout Standard
13782 One of the following predefined colors can be chosen:
13783 \end_layout
13784
13785 \begin_layout Standard
13786
13787 \series bold
13788 black
13789 \series default
13790
13791 \series bold
13792 blue
13793 \series default
13794
13795 \series bold
13796 cyan
13797 \series default
13798
13799 \series bold
13800 green
13801 \series default
13802
13803 \series bold
13804 magenta
13805 \series default
13806
13807 \series bold
13808 red
13809 \series default
13810
13811 \series bold
13812 white
13813 \series default
13814  and 
13815 \series bold
13816 yellow
13817 \end_layout
13818
13819 \begin_layout Standard
13820 \align center
13821 \begin_inset Tabular
13822 <lyxtabular version="3" rows="4" columns="2">
13823 <features tabularvalignment="middle">
13824 <column alignment="center" valignment="top" width="0">
13825 <column alignment="center" valignment="top" width="0">
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Command
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 Result
13841 \begin_inset Note Note
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845
13846 \series bold
13847
13848 \backslash
13849 raisebox
13850 \series default
13851  is only used as spacer.
13852 \end_layout
13853
13854 \end_inset
13855
13856
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 <row>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867
13868 \backslash
13869 colorbox{yellow
13870 \begin_inset Formula $\to$
13871 \end_inset
13872
13873
13874 \backslash
13875 {A=B
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 </row>
13893 <row>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898
13899 \backslash
13900 colorbox{green
13901 \begin_inset Formula $\to$
13902 \end_inset
13903
13904
13905 \backslash
13906 {
13907 \backslash
13908 fbox
13909 \begin_inset ERT
13910 status collapsed
13911
13912 \begin_layout Plain Layout
13913
13914
13915 \backslash
13916 spce 
13917 \end_layout
13918
13919 \end_inset
13920
13921 A=B
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 </row>
13939 <row>
13940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13941 \begin_inset Text
13942
13943 \begin_layout Plain Layout
13944
13945 \backslash
13946 fbox
13947 \begin_inset ERT
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951
13952
13953 \backslash
13954 spce 
13955 \end_layout
13956
13957 \end_inset
13958
13959
13960 \backslash
13961 colorbox{green
13962 \begin_inset Formula $\to$
13963 \end_inset
13964
13965
13966 \backslash
13967 {
13968 \family sans
13969 Ctrl+M
13970 \family default
13971  
13972 \family sans
13973 Ctrl+M
13974 \family default
13975  
13976 \backslash
13977 int
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983
13984 \backslash
13985 spce 
13986 \end_layout
13987
13988 \end_inset
13989
13990 C=D
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 </row>
14008 </lyxtabular>
14009
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \begin_layout Standard
14016
14017 \series bold
14018
14019 \backslash
14020 colorbox
14021 \series default
14022  only colors the box but not the characters in the box.
14023  To color all characters, the whole formula is highlighted and the wanted
14024  color is chosen in the 
14025 \family sans
14026 Text
14027 \begin_inset space ~
14028 \end_inset
14029
14030 Style
14031 \family default
14032  dialog.
14033  The dialog can be called with the toolbar button 
14034 \begin_inset Graphics
14035         filename ../images/dialog-show_character.png
14036         scale 85
14037
14038 \end_inset
14039
14040  or the menu 
14041 \family sans
14042 Edit\SpecialChar \menuseparator
14043 Text
14044 \begin_inset space ~
14045 \end_inset
14046
14047 Style\SpecialChar \menuseparator
14048 Customized
14049 \family default
14050 .
14051  The formula number has then the same color as the formula.
14052  When the formula number should get another color than the formula characters,
14053  the color must be changed within the formula.
14054 \end_layout
14055
14056 \begin_layout Standard
14057 An example:
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \color red
14063 \begin_inset Formula 
14064 \begin{equation}
14065 \int A=B\label{eq:red}
14066 \end{equation}
14067
14068 \end_inset
14069
14070
14071 \color green
14072
14073 \begin_inset Formula 
14074 \begin{equation}
14075 \textcolor{red}{\int A=B}\label{eq:redgreen}
14076 \end{equation}
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \begin_layout Standard
14084 Formula 
14085 \begin_inset CommandInset ref
14086 LatexCommand eqref
14087 reference "eq:red"
14088
14089 \end_inset
14090
14091  is completely colored red.
14092 \begin_inset Newline newline
14093 \end_inset
14094
14095 Formula 
14096 \begin_inset CommandInset ref
14097 LatexCommand eqref
14098 reference "eq:redgreen"
14099
14100 \end_inset
14101
14102  was first completely colored green to set the color for the formula number.
14103  Subsequently the formula characters were colored red.
14104 \end_layout
14105
14106 \begin_layout Standard
14107 \begin_inset VSpace bigskip
14108 \end_inset
14109
14110 To color the frame different than the rest of the box, the command 
14111 \series bold
14112
14113 \backslash
14114 fcolorbox
14115 \series default
14116
14117 \begin_inset Index idx
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121 Commands ! F ! 
14122 \backslash
14123 fcolorbox
14124 \end_layout
14125
14126 \end_inset
14127
14128  is used in the following scheme:
14129 \end_layout
14130
14131 \begin_layout Standard
14132
14133 \series bold
14134
14135 \backslash
14136 fcolorbox{frame color}{color}{box content}
14137 \end_layout
14138
14139 \begin_layout Standard
14140 So 
14141 \series bold
14142
14143 \backslash
14144 fcolorbox
14145 \series default
14146  is an extension of the command 
14147 \series bold
14148
14149 \backslash
14150 colorbox
14151 \series default
14152 .
14153  The frame width is set, like for 
14154 \series bold
14155
14156 \backslash
14157 framebox
14158 \series default
14159 , with 
14160 \series bold
14161
14162 \backslash
14163 fboxrule
14164 \series default
14165  and 
14166 \series bold
14167
14168 \backslash
14169 fboxsep
14170 \series default
14171 .
14172  An example:
14173 \begin_inset ERT
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177
14178
14179 \backslash
14180 fboxrule 1mm 
14181 \backslash
14182 fboxsep 1mm
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \begin_inset Formula 
14189 \[
14190 \fcolorbox{cyan}{magenta}{A=B}
14191 \]
14192
14193 \end_inset
14194
14195
14196 \begin_inset ERT
14197 status collapsed
14198
14199 \begin_layout Plain Layout
14200
14201
14202 \backslash
14203 fboxrule 0.4pt 
14204 \backslash
14205 fboxsep 3pt
14206 \end_layout
14207
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \begin_layout Standard
14214 This formula was created with the command
14215 \begin_inset Newline newline
14216 \end_inset
14217
14218
14219 \series bold
14220
14221 \backslash
14222 fcolorbox{cyan
14223 \begin_inset Formula $\to$
14224 \end_inset
14225
14226
14227 \backslash
14228 {magenta
14229 \begin_inset Formula $\to$
14230 \end_inset
14231
14232
14233 \backslash
14234 {A=B
14235 \series default
14236 .
14237 \end_layout
14238
14239 \begin_layout Standard
14240 \begin_inset VSpace bigskip
14241 \end_inset
14242
14243 To use other colors than the predefined ones, they have to be defined first.
14244 \end_layout
14245
14246 \begin_layout Standard
14247 One can for example define the color 
14248 \begin_inset Quotes eld
14249 \end_inset
14250
14251
14252 \series bold
14253 darkgreen
14254 \series default
14255
14256 \begin_inset Quotes erd
14257 \end_inset
14258
14259  with the LaTeX-preamble line:
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 definecolor{darkgreen}{cmyk}{0.5,
14268 \series default
14269  
14270 \series bold
14271 0,
14272 \series default
14273  
14274 \series bold
14275 1,
14276 \series default
14277  
14278 \series bold
14279 0.5}
14280 \series default
14281
14282 \begin_inset Index idx
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 Commands ! D ! 
14287 \backslash
14288 definecolor
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \begin_layout Standard
14297
14298 \series bold
14299 cmyk
14300 \series default
14301  is the color space that denotes the colors 
14302 \series bold
14303 cyan
14304 \series default
14305
14306 \series bold
14307 magenta
14308 \series default
14309
14310 \series bold
14311 yellow
14312 \series default
14313  and 
14314 \series bold
14315 black
14316 \series default
14317 .
14318  The four comma separated numbers are the portion factor for the corresponding
14319  colors of the color space.
14320  The factors can be in the range of 0
14321 \begin_inset space \thinspace{}
14322 \end_inset
14323
14324 -
14325 \begin_inset space \thinspace{}
14326 \end_inset
14327
14328 1.
14329  Instead of 
14330 \series bold
14331 cmyk
14332 \series default
14333  also the color space 
14334 \series bold
14335 rgb
14336 \series default
14337  can be used for definitions.
14338  
14339 \series bold
14340 rgb
14341 \series default
14342  denotes 
14343 \series bold
14344 red
14345 \series default
14346
14347 \series bold
14348 green
14349 \series default
14350  and 
14351 \series bold
14352 blue
14353 \series default
14354 , so that there are in this case three portion factors for the corresponding
14355  colors.
14356  Furthermore there is the color space 
14357 \series bold
14358 gray
14359 \series default
14360  with one portion factor for the gray value.
14361 \end_layout
14362
14363 \begin_layout Standard
14364 As example a framed box with the new defined color 
14365 \series bold
14366 darkgreen
14367 \series default
14368  where the characters have been colored 
14369 \series bold
14370 yellow
14371 \series default
14372 :
14373 \begin_inset Formula 
14374 \begin{equation}
14375 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14376 \end{equation}
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384 Self-defined colors can also be used for text with the help of the command
14385  
14386 \series bold
14387
14388 \backslash
14389 textcolor
14390 \series default
14391 :
14392 \begin_inset Index idx
14393 status collapsed
14394
14395 \begin_layout Plain Layout
14396 Text ! colored
14397 \end_layout
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \begin_layout Standard
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410
14411 \backslash
14412 textcolor{darkgreen}{
14413 \end_layout
14414
14415 \end_inset
14416
14417 This sentence is 
14418 \begin_inset Quotes eld
14419 \end_inset
14420
14421 darkgreen
14422 \begin_inset Quotes erd
14423 \end_inset
14424
14425 .
14426 \begin_inset ERT
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430
14431 }
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Standard
14440
14441 \series bold
14442
14443 \backslash
14444 textcolor
14445 \series default
14446
14447 \begin_inset Index idx
14448 status collapsed
14449
14450 \begin_layout Plain Layout
14451 Commands ! T ! 
14452 \backslash
14453 textcolor
14454 \end_layout
14455
14456 \end_inset
14457
14458  is used in the scheme 
14459 \series bold
14460
14461 \backslash
14462 textcolor{color}{characters to color}
14463 \series default
14464 .
14465 \end_layout
14466
14467 \begin_layout Subsection
14468 Paragraph Boxes
14469 \begin_inset CommandInset label
14470 LatexCommand label
14471 name "sub:Paragraph-Boxes"
14472
14473 \end_inset
14474
14475
14476 \begin_inset Index idx
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480 Boxes ! as paragraph
14481 \end_layout
14482
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \begin_layout Standard
14489 A box that can contain several lines and paragraphs, a so called paragraph
14490  box (parbox), can be created with the menu 
14491 \family sans
14492 Insert\SpecialChar \menuseparator
14493 Box
14494 \family default
14495  or the toolbar button 
14496 \begin_inset Graphics
14497         filename ../images/box-insert.png
14498         scale 85
14499
14500 \end_inset
14501
14502 .
14503 \end_layout
14504
14505 \begin_layout Standard
14506 The following example shows a framed parbox in a line:
14507 \end_layout
14508
14509 \begin_layout Standard
14510 \begin_inset VSpace medskip
14511 \end_inset
14512
14513 This is a line 
14514 \begin_inset Box Boxed
14515 position "c"
14516 hor_pos "c"
14517 has_inner_box 1
14518 inner_pos "t"
14519 use_parbox 1
14520 use_makebox 0
14521 width "5cm"
14522 special "none"
14523 height "1in"
14524 height_special "totalheight"
14525 status open
14526
14527 \begin_layout Plain Layout
14528 This is a paragraph box.
14529  It is exactly 5
14530 \begin_inset space \thinspace{}
14531 \end_inset
14532
14533 cm long and can also contain formulas: 
14534 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541
14542  with a parbox.
14543 \end_layout
14544
14545 \begin_layout Standard
14546 \begin_inset VSpace medskip
14547 \end_inset
14548
14549
14550 \end_layout
14551
14552 \begin_layout Standard
14553 Such a box is created by right-clicking on the gray box inset.
14554  A dialog pops up showing the box properties.
14555  In our case set: 
14556 \emph on
14557 Decoration
14558 \emph default
14559 : Recangular box, 
14560 \emph on
14561 Inner Box
14562 \emph default
14563 : Parbox, 
14564 \emph on
14565 Width
14566 \emph default
14567 : 5
14568 \begin_inset space \thinspace{}
14569 \end_inset
14570
14571 cm, 
14572 \emph on
14573 Vertical Box Alignment
14574 \emph default
14575 : Middle
14576 \end_layout
14577
14578 \begin_layout Standard
14579 \begin_inset VSpace medskip
14580 \end_inset
14581
14582 In LaTeX a parbox is created with the command 
14583 \series bold
14584
14585 \backslash
14586 parbox
14587 \series default
14588
14589 \begin_inset Index idx
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593 Commands ! P ! 
14594 \backslash
14595 parbox
14596 \end_layout
14597
14598 \end_inset
14599
14600  that has the following scheme:
14601 \end_layout
14602
14603 \begin_layout Standard
14604
14605 \series bold
14606
14607 \backslash
14608 parbox[position]{width}{box content}
14609 \end_layout
14610
14611 \begin_layout Standard
14612 The positions 
14613 \emph on
14614 b
14615 \emph default
14616  and 
14617 \emph on
14618 t
14619 \emph default
14620  are possible.
14621  
14622 \emph on
14623 b
14624 \emph default
14625  for bottom means that the box is aligned within the surrounding text with
14626  its last line.
14627  With 
14628 \emph on
14629 t
14630 \emph default
14631  for top this is done with the first line.
14632  When no position is given, the box will be vertically centered, see section
14633  
14634 \emph on
14635 Boxes
14636 \emph default
14637  of the 
14638 \emph on
14639 Embedded
14640 \begin_inset space ~
14641 \end_inset
14642
14643 Objects
14644 \emph default
14645  manual for examples.
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset VSpace bigskip
14650 \end_inset
14651
14652 To frame formulas completely, including the formula number, the formula
14653  must be set into a parbox.
14654  To do this, the command 
14655 \series bold
14656
14657 \backslash
14658 fbox{
14659 \backslash
14660 parbox{
14661 \backslash
14662 linewidth-2
14663 \backslash
14664 fboxsep-2
14665 \backslash
14666 fboxrule}{
14667 \series default
14668  is inserted in TeX-mode before the formula.
14669  
14670 \series bold
14671
14672 \backslash
14673 linewidth
14674 \series default
14675
14676 \begin_inset Index idx
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680 Commands ! L ! 
14681 \backslash
14682 linewidth
14683 \end_layout
14684
14685 \end_inset
14686
14687  is hereby the line width set for the document.
14688  Because the frame is outside the parbox, 2
14689 \begin_inset space \thinspace{}
14690 \end_inset
14691
14692 times the frame separation and the frame thickness must be subtracted from
14693  the line width.
14694  As this is not automatically done by LyX due to a bug
14695 \begin_inset Foot
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 \begin_inset CommandInset href
14700 LatexCommand href
14701 name "LyX-bug #4483"
14702 target "http://www.lyx.org/trac/ticket/4483"
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710
14711 , TeX-mode has to be used.
14712  To be able to multiply and subtract in arguments, the LaTeX-package 
14713 \series bold
14714 calc
14715 \series default
14716
14717 \begin_inset Foot
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722 \series bold
14723 calc
14724 \series default
14725  is part of every LaTeX standard installation.
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \begin_inset Index idx
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735 Packages ! calc
14736 \end_layout
14737
14738 \end_inset
14739
14740  must be loaded in the LaTeX-preamble with the line
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \series bold
14746
14747 \backslash
14748 usepackage{calc}
14749 \end_layout
14750
14751 \begin_layout Standard
14752 Behind the formula both boxes are closed by entering 
14753 \series bold
14754 }}
14755 \series default
14756  in TeX-mode.
14757  Here is an example:
14758 \begin_inset ERT
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762
14763
14764 \backslash
14765 fboxsep 5mm 
14766 \backslash
14767 fboxrule 5mm
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \begin_layout Standard
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783 fbox{
14784 \backslash
14785 parbox{
14786 \backslash
14787 linewidth-2
14788 \backslash
14789 fboxsep-2
14790 \backslash
14791 fboxrule}{
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \begin_inset Formula 
14798 \begin{equation}
14799 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14800 \end{equation}
14801
14802 \end_inset
14803
14804
14805 \begin_inset ERT
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810 }}
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \begin_inset ERT
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820
14821
14822 \backslash
14823 fboxrule 0.4pt 
14824 \backslash
14825 fboxsep 3pt
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Standard
14834 \begin_inset VSpace medskip
14835 \end_inset
14836
14837 As a parbox is used as argument of 
14838 \series bold
14839
14840 \backslash
14841 fbox
14842 \series default
14843 , there is in this case no difference between 
14844 \series bold
14845
14846 \backslash
14847 fbox
14848 \series default
14849  and 
14850 \series bold
14851
14852 \backslash
14853 boxed
14854 \series default
14855 .
14856 \end_layout
14857
14858 \begin_layout Standard
14859 \begin_inset VSpace bigskip
14860 \end_inset
14861
14862 Paragraph boxes are very useful to comment formulas directly.
14863  To do this, 
14864 \series bold
14865
14866 \backslash
14867 parbox
14868 \series default
14869  is used in combination with the command 
14870 \series bold
14871
14872 \backslash
14873 tag
14874 \series default
14875 .
14876  (more about 
14877 \series bold
14878
14879 \backslash
14880 tag
14881 \series default
14882  see 
14883 \begin_inset CommandInset ref
14884 LatexCommand ref
14885 reference "sub:User-defined-Numbering"
14886
14887 \end_inset
14888
14889 )
14890 \end_layout
14891
14892 \begin_layout Standard
14893 An example of a formula commented with 
14894 \series bold
14895
14896 \backslash
14897 parbox
14898 \series default
14899 :
14900 \end_layout
14901
14902 \begin_layout Standard
14903 \begin_inset ERT
14904 status collapsed
14905
14906 \begin_layout Plain Layout
14907
14908
14909 \backslash
14910 [5x-7b=3b
14911 \backslash
14912 tag*{
14913 \backslash
14914 parbox{5cm}{
14915 \end_layout
14916
14917 \end_inset
14918
14919 This is a description.
14920  It is distinctly separated from the formula and multiline.
14921 \begin_inset ERT
14922 status collapsed
14923
14924 \begin_layout Plain Layout
14925
14926 }}
14927 \backslash
14928 ]
14929 \end_layout
14930
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \begin_layout Standard
14937 Such a formula must be inserted completely in TeX-mode because LyX does
14938  not yet support the command 
14939 \series bold
14940
14941 \backslash
14942 parbox
14943 \series default
14944  in formulas.
14945  The formula is created with the following command sequence:
14946 \end_layout
14947
14948 \begin_layout Standard
14949 The command 
14950 \series bold
14951
14952 \backslash
14953 [5x-7b=3b
14954 \backslash
14955 tag*
14956 \backslash
14957 {
14958 \backslash
14959 parbox{5cm}{
14960 \series default
14961  is inserted in TeX-mode.
14962 \begin_inset Foot
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966 When the formula style 
14967 \series bold
14968 Indented
14969 \series default
14970  is used, 
14971 \series bold
14972
14973 \backslash
14974 tag*
14975 \backslash
14976 {
14977 \series default
14978  can also be replaced by 
14979 \series bold
14980
14981 \backslash
14982 hfill
14983 \series default
14984 .
14985  (formula styles see 
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "sec:Formula-Styles"
14989
14990 \end_inset
14991
14992 )
14993 \end_layout
14994
14995 \end_inset
14996
14997  Then the description follows as normal text and finally 
14998 \series bold
14999 }}
15000 \backslash
15001 ]
15002 \series default
15003  is inserted in TeX-mode.
15004  The commands 
15005 \series bold
15006
15007 \backslash
15008 [
15009 \series default
15010  and 
15011 \series bold
15012
15013 \backslash
15014 ]
15015 \series default
15016  hereby create a displayed formula.
15017 \end_layout
15018
15019 \begin_layout Standard
15020 The advantages of 
15021 \series bold
15022
15023 \backslash
15024 parbox
15025 \series default
15026  can be seen in this example that was 
15027 \begin_inset Quotes eld
15028 \end_inset
15029
15030 commented
15031 \begin_inset Quotes erd
15032 \end_inset
15033
15034  using the mathematical textmode:
15035 \begin_inset Formula 
15036 \[
15037 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15038 \]
15039
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \begin_layout Section
15046 Operators
15047 \begin_inset Index idx
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051 Operators
15052 \end_layout
15053
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \begin_layout Subsection
15060 Big Operators
15061 \begin_inset CommandInset label
15062 LatexCommand label
15063 name "sub:Big-Operators"
15064
15065 \end_inset
15066
15067
15068 \begin_inset Index idx
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072 Operators ! big
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \begin_inset Index idx
15079 status collapsed
15080
15081 \begin_layout Plain Layout
15082 Sums
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \begin_inset Index idx
15089 status collapsed
15090
15091 \begin_layout Plain Layout
15092 Integrals
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Standard
15101 To be able to use all integral operators listed here, the option 
15102 \family sans
15103 Use esint package automatically
15104 \family default
15105  must be set in the document settings under 
15106 \family sans
15107 Math
15108 \begin_inset space ~
15109 \end_inset
15110
15111 Options
15112 \family default
15113 .
15114 \end_layout
15115
15116 \begin_layout Standard
15117 \begin_inset space \hfill{}
15118 \end_inset
15119
15120
15121 \begin_inset Tabular
15122 <lyxtabular version="3" rows="11" columns="2">
15123 <features tabularvalignment="middle">
15124 <column alignment="center" valignment="top" width="0pt">
15125 <column alignment="center" valignment="top" width="0pt">
15126 <row>
15127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 Command
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 Result
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 </row>
15146 <row>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151
15152 \backslash
15153 int
15154 \begin_inset Index idx
15155 status collapsed
15156
15157 \begin_layout Plain Layout
15158 Commands ! I ! 
15159 \backslash
15160 int
15161 \end_layout
15162
15163 \end_inset
15164
15165
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset Formula $\int$
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 </row>
15183 <row>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \backslash
15190 oint
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 \begin_inset Formula $\oint$
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 ointctrclockwise
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 \begin_inset Formula $\ointctrclockwise$
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \backslash
15240 ointclockwise
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 \begin_inset Formula $\ointclockwise$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \backslash
15265 sqint
15266 \end_layout
15267
15268 \end_inset
15269 </cell>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274 \begin_inset Formula $\sqint$
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 </row>
15283 <row>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288
15289 \backslash
15290 fint
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299  
15300 \begin_inset Formula $\fint$
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 </row>
15309 <row>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \backslash
15316 landupint
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325  
15326 \begin_inset Formula $\landupint$
15327 \end_inset
15328
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \backslash
15342 landdownint
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351  
15352 \begin_inset Formula $\landdownint$
15353 \end_inset
15354
15355
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 <row>
15362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366
15367 \backslash
15368 bigcap
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377 \begin_inset Formula $\bigcap$
15378 \end_inset
15379
15380
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 </row>
15386 <row>
15387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391
15392 \backslash
15393 bigcup
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 \begin_inset Formula $\bigcup$
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 </lyxtabular>
15412
15413 \end_inset
15414
15415
15416 \begin_inset space \hfill{}
15417 \end_inset
15418
15419
15420 \begin_inset Tabular
15421 <lyxtabular version="3" rows="11" columns="2">
15422 <features tabularvalignment="middle">
15423 <column alignment="center" valignment="top" width="0pt">
15424 <column alignment="center" valignment="top" width="0pt">
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 Command
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 Result
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 sum
15453 \begin_inset Index idx
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457 Commands ! S ! 
15458 \backslash
15459 sum
15460 \end_layout
15461
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 \begin_inset Formula $\sum$
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 <row>
15483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \backslash
15489 prod
15490 \begin_inset Index idx
15491 status collapsed
15492
15493 \begin_layout Plain Layout
15494 Commands ! P ! 
15495 \backslash
15496 prod
15497 \end_layout
15498
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510 \begin_inset Formula $\prod$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \backslash
15526 coprod
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 \begin_inset Formula $\coprod$
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 </row>
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \backslash
15551 bigodot
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560 \begin_inset Formula $\bigodot$
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 <row>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574
15575 \backslash
15576 bigotimes
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 \begin_inset Formula $\bigotimes$
15586 \end_inset
15587
15588
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 <row>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599
15600 \backslash
15601 bigoplus
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 \begin_inset Formula $\bigoplus$
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 <row>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \backslash
15626 bigwedge
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635 \begin_inset Formula $\bigwedge$
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 </row>
15644 <row>
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649
15650 \backslash
15651 bigvee
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660 \begin_inset Formula $\bigvee$
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 </row>
15669 <row>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \backslash
15676 bigsqcup
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Formula $\bigsqcup$
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 </row>
15694 <row>
15695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699
15700 \backslash
15701 biguplus
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 \begin_inset Formula $\biguplus$
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 </lyxtabular>
15720
15721 \end_inset
15722
15723
15724 \begin_inset space \hfill{}
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \begin_layout Standard
15731 All big operators can also be inserted via the math toolbar button 
15732 \begin_inset Graphics
15733         filename ../images/math/intop.png
15734         scale 85
15735
15736 \end_inset
15737
15738 .
15739 \end_layout
15740
15741 \begin_layout Standard
15742 The operators are called big because they are bigger than the sometimes
15743  equal looking binary operators.
15744  All big operators can have limits as described in the next subsection.
15745 \end_layout
15746
15747 \begin_layout Standard
15748 For all integral operators there is a second version available, ending on
15749  
15750 \series bold
15751 op
15752 \series default
15753
15754 \series bold
15755
15756 \backslash
15757 intop
15758 \series default
15759
15760 \series bold
15761
15762 \backslash
15763 ointop
15764 \series default
15765  etc..
15766  These operators are different from 
15767 \series bold
15768
15769 \backslash
15770 int
15771 \series default
15772  etc.
15773 \begin_inset space \space{}
15774 \end_inset
15775
15776 in the style the operator limits are displayed, see 
15777 \begin_inset CommandInset ref
15778 LatexCommand ref
15779 reference "sub:Operator-Limits"
15780
15781 \end_inset
15782
15783 .
15784  
15785 \end_layout
15786
15787 \begin_layout Subsubsection*
15788 Advice for Integrals
15789 \end_layout
15790
15791 \begin_layout Standard
15792 The letter 
15793 \emph on
15794 d
15795 \emph default
15796  in an integral is an operator, that therefore has to be set upright.
15797  This is done by highlighting the 
15798 \emph on
15799 d
15800 \emph default
15801  and using the keyboard shortcut 
15802 \begin_inset Info
15803 type  "shortcut"
15804 arg   "font-roman"
15805 \end_inset
15806
15807
15808 \begin_inset Foot
15809 status collapsed
15810
15811 \begin_layout Plain Layout
15812 Font styles
15813 \series bold
15814  
15815 \series default
15816 see 
15817 \begin_inset CommandInset ref
15818 LatexCommand ref
15819 reference "sub:Font-Styles"
15820
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827
15828 .
15829  Finally the smallest space is inserted before the 
15830 \emph on
15831 d
15832 \emph default
15833 , as this is usual for operators.
15834  An example:
15835 \end_layout
15836
15837 \begin_layout Standard
15838 incorrect: 
15839 \begin_inset Formula $\int A(x)dx$
15840 \end_inset
15841
15842
15843 \begin_inset Newline newline
15844 \end_inset
15845
15846
15847 \begin_inset Phantom HPhantom
15848 status open
15849
15850 \begin_layout Plain Layout
15851 in
15852 \end_layout
15853
15854 \end_inset
15855
15856 correct: 
15857 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \begin_layout Standard
15864 For multiple integrals there are the following commands:
15865 \begin_inset VSpace medskip
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Standard
15872 \begin_inset space \hfill{}
15873 \end_inset
15874
15875
15876 \begin_inset Tabular
15877 <lyxtabular version="3" rows="4" columns="2">
15878 <features tabularvalignment="middle">
15879 <column alignment="center" valignment="top" width="0">
15880 <column alignment="center" valignment="top" width="0">
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 Command
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895 Result
15896 \begin_inset Note Note
15897 status collapsed
15898
15899 \begin_layout Plain Layout
15900
15901 \series bold
15902
15903 \backslash
15904 raisebox
15905 \series default
15906  is only used as spacer.
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 iint
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \backslash
15949 oiint
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
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 sqiint
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15984 \end_inset
15985
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 </lyxtabular>
15993
15994 \end_inset
15995
15996
15997 \begin_inset space \hfill{}
15998 \end_inset
15999
16000
16001 \begin_inset Tabular
16002 <lyxtabular version="3" rows="4" columns="2">
16003 <features tabularvalignment="middle">
16004 <column alignment="center" valignment="top" width="0">
16005 <column alignment="center" valignment="top" width="0">
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 Command
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 Result
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 <row>
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \backslash
16033 iiint
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row>
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \backslash
16058 iiiint
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 <row>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \backslash
16083 dotsint
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 </lyxtabular>
16102
16103 \end_inset
16104
16105
16106 \begin_inset space \hfill{}
16107 \end_inset
16108
16109
16110 \end_layout
16111
16112 \begin_layout Subsection
16113 Operator Limits
16114 \begin_inset CommandInset label
16115 LatexCommand label
16116 name "sub:Operator-Limits"
16117
16118 \end_inset
16119
16120
16121 \begin_inset Index idx
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125 Operators ! Limits
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \begin_layout Standard
16134 Limits are created by super- and subscripts:
16135 \end_layout
16136
16137 \begin_layout Standard
16138 \align center
16139 \begin_inset Tabular
16140 <lyxtabular version="3" rows="2" columns="2">
16141 <features tabularvalignment="middle">
16142 <column alignment="center" valignment="top" width="0pt">
16143 <column alignment="center" valignment="top" width="0pt">
16144 <row>
16145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 Command
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 Result
16159 \begin_inset Note Note
16160 status collapsed
16161
16162 \begin_layout Plain Layout
16163
16164 \series bold
16165
16166 \backslash
16167 raisebox
16168 \series default
16169  is only used as spacer.
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 </row>
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185
16186 \backslash
16187 prod^
16188 \backslash
16189 infty
16190 \begin_inset ERT
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194
16195
16196 \backslash
16197 spce 
16198 \end_layout
16199
16200 \end_inset
16201
16202
16203 \begin_inset Formula $\to$
16204 \end_inset
16205
16206 _0
16207 \begin_inset Formula $\to$
16208 \end_inset
16209
16210 A(x)
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 </row>
16228 </lyxtabular>
16229
16230 \end_inset
16231
16232
16233 \end_layout
16234
16235 \begin_layout Standard
16236 Limits of inline formulas are set right beside the operator.
16237  Limits in displayed formulas are set above or below the operator, except
16238  for integral limits.
16239 \end_layout
16240
16241 \begin_layout Standard
16242 To force that the limits are set beside the operator, the cursor is set
16243  directly behind the operator and the limits type is changed with the menu
16244  
16245 \family sans
16246 Edit\SpecialChar \menuseparator
16247 Math\SpecialChar \menuseparator
16248 Change Limits Type
16249 \family default
16250  to 
16251 \family sans
16252 \series bold
16253 Inline
16254 \family default
16255 \series default
16256  (shortcut 
16257 \begin_inset Info
16258 type  "shortcut"
16259 arg   "math-limits"
16260 \end_inset
16261
16262 ).
16263  An example:
16264 \end_layout
16265
16266 \begin_layout Standard
16267 The default limits type is this:
16268 \begin_inset Formula 
16269 \[
16270 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16271 \]
16272
16273 \end_inset
16274
16275 This is how it looks when the limits type was changed to 
16276 \family sans
16277 \series bold
16278 Inline
16279 \family default
16280 \series default
16281 :
16282 \begin_inset Formula 
16283 \[
16284 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16285 \]
16286
16287 \end_inset
16288
16289 For integrals, except those ending with 
16290 \series bold
16291 op
16292 \series default
16293  like 
16294 \series bold
16295
16296 \backslash
16297 intop
16298 \series default
16299
16300 \series bold
16301
16302 \backslash
16303 ointop
16304 \series default
16305  etc., the limits are by default set beside the operator.
16306  But for multiple integrals the limits are often set below the operator.
16307  In the following example the limits type was therefore set to 
16308 \series bold
16309 Display
16310 \series default
16311  and so set below the integrals:
16312 \begin_inset Formula 
16313 \begin{equation}
16314 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16315 \end{equation}
16316
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \begin_layout Standard
16323 \begin_inset VSpace medskip
16324 \end_inset
16325
16326 To specify conditions for limits, the commands 
16327 \series bold
16328
16329 \backslash
16330 subarray
16331 \series default
16332
16333 \begin_inset Index idx
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337 Commands ! S ! 
16338 \backslash
16339 subarray
16340 \end_layout
16341
16342 \end_inset
16343
16344  and 
16345 \series bold
16346
16347 \backslash
16348 substack
16349 \series default
16350
16351 \begin_inset Index idx
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355 Commands ! S ! 
16356 \backslash
16357 substack
16358 \end_layout
16359
16360 \end_inset
16361
16362  are used.
16363  To create for example this expression 
16364 \begin_inset Formula 
16365 \begin{equation}
16366 \sum_{\begin{subarray}{c}
16367 0<k<1000\\
16368 \\
16369 k\,\in\,\mathbb{N}
16370 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16371 \end{equation}
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Standard
16379 the following has to be done:
16380 \begin_inset Newline newline
16381 \end_inset
16382
16383 First the command 
16384 \series bold
16385
16386 \backslash
16387 sum
16388 \series default
16389 ^
16390 \series bold
16391 n
16392 \begin_inset ERT
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396
16397
16398 \backslash
16399 spce 
16400 \end_layout
16401
16402 \end_inset
16403
16404 _
16405 \series default
16406  is typed in.
16407  One is now in a blue box under the summation operator and insert there
16408  the command 
16409 \series bold
16410
16411 \backslash
16412 subarray
16413 \begin_inset ERT
16414 status collapsed
16415
16416 \begin_layout Plain Layout
16417
16418
16419 \backslash
16420 spce 
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \series default
16427 .
16428  The blue box is now within a purple box and now several lines can be written
16429  among each other.
16430  A new line is created by inserting a line break (
16431 \begin_inset Info
16432 type  "shortcut"
16433 arg   "newline-insert newline"
16434 \end_inset
16435
16436 ).
16437  When now
16438 \begin_inset Newline newline
16439 \end_inset
16440
16441
16442 \series bold
16443 0<k<1000 Ctrl+Return
16444 \begin_inset Newline newline
16445 \end_inset
16446
16447
16448 \series default
16449 is typed in, a new box appears below for the new line.
16450 \end_layout
16451
16452 \begin_layout Standard
16453 The alignment of the lines can be changed to left aligned with the 
16454 \family sans
16455 table
16456 \family default
16457  
16458 \family sans
16459 toolbar
16460 \family default
16461  or the menu 
16462 \family sans
16463 Edit\SpecialChar \menuseparator
16464 Rows &Columns
16465 \family default
16466 .
16467  To get right alignment, 
16468 \series bold
16469
16470 \backslash
16471 hfill
16472 \begin_inset ERT
16473 status collapsed
16474
16475 \begin_layout Plain Layout
16476
16477
16478 \backslash
16479 spce 
16480 \end_layout
16481
16482 \end_inset
16483
16484
16485 \series default
16486  is inserted at the beginning of the line.
16487 \end_layout
16488
16489 \begin_layout Standard
16490 The command 
16491 \series bold
16492
16493 \backslash
16494 substack
16495 \series default
16496  is equivalent to 
16497 \series bold
16498
16499 \backslash
16500 subarray
16501 \series default
16502  with the difference that the lines are always centered.
16503 \end_layout
16504
16505 \begin_layout Standard
16506 \begin_inset VSpace bigskip
16507 \end_inset
16508
16509 Like in formula 
16510 \begin_inset CommandInset ref
16511 LatexCommand eqref
16512 reference "eq:substack"
16513
16514 \end_inset
16515
16516  there can be too much space beside an operator, because the characters
16517  following the operator are set beside the limits.
16518 \end_layout
16519
16520 \begin_layout Standard
16521 To avoid this, the following macro can be used in the LaTeX-preamble:
16522 \end_layout
16523
16524 \begin_layout Standard
16525
16526 \series bold
16527
16528 \backslash
16529 def
16530 \backslash
16531 clap#1{
16532 \backslash
16533 hbox to 0pt{
16534 \backslash
16535 hss #1
16536 \backslash
16537 hss}}
16538 \begin_inset Newline newline
16539 \end_inset
16540
16541
16542 \backslash
16543 def
16544 \backslash
16545 mathclap {
16546 \backslash
16547 mathpalette 
16548 \backslash
16549 mathclapinternal}
16550 \begin_inset Newline newline
16551 \end_inset
16552
16553
16554 \backslash
16555 def
16556 \backslash
16557 mathclapinternal #1#2{
16558 \backslash
16559 clap{$
16560 \backslash
16561 mathsurround =0pt #1{#2}$}}
16562 \end_layout
16563
16564 \begin_layout Standard
16565 This defines the command 
16566 \series bold
16567
16568 \backslash
16569 mathclap
16570 \series default
16571
16572 \begin_inset Index idx
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576 Commands ! M ! 
16577 \backslash
16578 mathclap
16579 \end_layout
16580
16581 \end_inset
16582
16583  that sets the width of the limit to 0
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 pt.
16588  The command scheme is
16589 \end_layout
16590
16591 \begin_layout Standard
16592
16593 \series bold
16594
16595 \backslash
16596 mathclap{limit}
16597 \end_layout
16598
16599 \begin_layout Standard
16600 where the limit can consist of several conditions.
16601 \end_layout
16602
16603 \begin_layout Standard
16604 Applied on formula 
16605 \begin_inset CommandInset ref
16606 LatexCommand eqref
16607 reference "eq:substack"
16608
16609 \end_inset
16610
16611 , one uses the command
16612 \end_layout
16613
16614 \begin_layout Standard
16615
16616 \series bold
16617
16618 \backslash
16619 sum_
16620 \backslash
16621 mathclap{
16622 \backslash
16623 substack
16624 \begin_inset ERT
16625 status collapsed
16626
16627 \begin_layout Plain Layout
16628
16629
16630 \backslash
16631 spce 
16632 \end_layout
16633
16634 \end_inset
16635
16636 0<k<1000 Ctrl+Return
16637 \end_layout
16638
16639 \begin_layout Standard
16640 to create the lower limit.
16641  The summand is now directly behind the summation operator:
16642 \begin_inset Formula 
16643 \[
16644 \sum_{\mathclap{\substack{0<k<1000\\
16645 \\
16646 k\,\in\,\mathbb{N}
16647 }
16648 }}^{n}k^{-2}
16649 \]
16650
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset VSpace bigskip
16658 \end_inset
16659
16660 How to use one limit for several operators is described in 
16661 \begin_inset CommandInset ref
16662 LatexCommand ref
16663 reference "sub:Self-defined-Operators"
16664
16665 \end_inset
16666
16667 .
16668 \end_layout
16669
16670 \begin_layout Standard
16671 \begin_inset Newpage newpage
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \begin_layout Subsection
16678 Binary Operators
16679 \begin_inset CommandInset label
16680 LatexCommand label
16681 name "sub:Binary-Operators"
16682
16683 \end_inset
16684
16685
16686 \begin_inset Index idx
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690 Operators ! binary
16691 \end_layout
16692
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Standard
16699 Binary operators are surrounded by space when there is a character before
16700  and behind them.
16701 \begin_inset VSpace medskip
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Standard
16708 \begin_inset space \hfill{}
16709 \end_inset
16710
16711
16712 \begin_inset Tabular
16713 <lyxtabular version="3" rows="13" columns="2">
16714 <features tabularvalignment="middle">
16715 <column alignment="center" valignment="top" width="0pt">
16716 <column alignment="center" valignment="top" width="0pt">
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 Command
16723 \begin_inset Note Note
16724 status collapsed
16725
16726 \begin_layout Plain Layout
16727
16728 \series bold
16729
16730 \backslash
16731 raisebox
16732 \series default
16733  is only used as spacer.
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 Result
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 +
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $+$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 -
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 \begin_inset Formula $-$
16791 \end_inset
16792
16793
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 </row>
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804
16805 \backslash
16806 pm
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 \begin_inset Formula $\pm$
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 </row>
16824 <row>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \backslash
16831 mp
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $\mp$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 </row>
16849 <row>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854
16855 \backslash
16856 cdot
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\cdot$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879
16880 \backslash
16881 times
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $\times$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 div
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\div$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset ERT
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933
16934
16935 \backslash
16936 raisebox{-1.2mm}{
16937 \end_layout
16938
16939 \end_inset
16940
16941 *
16942 \begin_inset ERT
16943 status collapsed
16944
16945 \begin_layout Plain Layout
16946
16947 }
16948 \end_layout
16949
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $*$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 star
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\star$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 circ
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\circ$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 diamond
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\diamond$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 bullet
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\bullet$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 </lyxtabular>
17071
17072 \end_inset
17073
17074
17075 \begin_inset space \hfill{}
17076 \end_inset
17077
17078
17079 \begin_inset Tabular
17080 <lyxtabular version="3" rows="13" columns="2">
17081 <features tabularvalignment="middle">
17082 <column alignment="center" valignment="top" width="0pt">
17083 <column alignment="center" valignment="top" width="0pt">
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 Command
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 Result
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \backslash
17111 nabla
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 \begin_inset Formula $\nabla$
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 </row>
17129 <row>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134
17135 \backslash
17136 bigtriangledown
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 \begin_inset Formula $\bigtriangledown$
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 <row>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159
17160 \backslash
17161 bigtriangleup
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\bigtriangleup$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \backslash
17186 Box
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Formula $\Box$
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 </row>
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \backslash
17211 cap 
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\cap$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 cup
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 \begin_inset Formula $\cup$
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 dagger
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270 \begin_inset Formula $\dagger$
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 <row>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284
17285 \backslash
17286 ddagger
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\ddagger$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 </row>
17304 <row>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309
17310 \backslash
17311 wr
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 \begin_inset Formula $\wr$
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 </row>
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \backslash
17336 bigcirc
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 \begin_inset Formula $\bigcirc$
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 </row>
17354 <row>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359
17360 \backslash
17361 wedge
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 \begin_inset Formula $\wedge$
17371 \end_inset
17372
17373
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 </row>
17379 <row>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384
17385 \backslash
17386 vee
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $\vee$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 </lyxtabular>
17405
17406 \end_inset
17407
17408
17409 \begin_inset space \hfill{}
17410 \end_inset
17411
17412
17413 \begin_inset Tabular
17414 <lyxtabular version="3" rows="13" columns="2">
17415 <features tabularvalignment="middle">
17416 <column alignment="center" valignment="top" width="0pt">
17417 <column alignment="center" valignment="top" width="0pt">
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 Command
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 Result
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \backslash
17445 oplus
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 \begin_inset Formula $\oplus$
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 <row>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468
17469 \backslash
17470 ominus
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 \begin_inset Formula $\ominus$
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 <row>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \backslash
17495 otimes
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $\otimes$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518
17519 \backslash
17520 oslash
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $\oslash$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 </row>
17538 <row>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543
17544 \backslash
17545 odot
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 \begin_inset Formula $\odot$
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 </row>
17563 <row>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568
17569 \backslash
17570 amalg
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 \begin_inset Formula $\amalg$
17580 \end_inset
17581
17582
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 </row>
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593
17594 \backslash
17595 uplus
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604 \begin_inset Formula $\uplus$
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618
17619 \backslash
17620 setminus
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 \begin_inset Formula $\setminus$
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 </row>
17638 <row>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \backslash
17645 sqcap
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17651 \begin_inset Text
17652
17653 \begin_layout Plain Layout
17654 \begin_inset Formula $\sqcap$
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \backslash
17670 sqcup
17671 \end_layout
17672
17673 \end_inset
17674 </cell>
17675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17676 \begin_inset Text
17677
17678 \begin_layout Plain Layout
17679 \begin_inset Formula $\sqcup$
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \backslash
17695 triangleleft
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $\triangleleft$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 </row>
17713 <row>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \backslash
17720 triangleright
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\triangleright$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \begin_inset space \hfill{}
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750 All binary operators can also be inserted via the math toolbar button 
17751 \begin_inset Graphics
17752         filename ../images/math/pm.png
17753         scale 85
17754
17755 \end_inset
17756
17757 .
17758 \end_layout
17759
17760 \begin_layout Standard
17761 To typeset the Laplace operator also 
17762 \series bold
17763
17764 \backslash
17765 Delta
17766 \series default
17767  or 
17768 \series bold
17769
17770 \backslash
17771 nabla
17772 \series default
17773 ^
17774 \series bold
17775 2
17776 \series default
17777  (
17778 \begin_inset Formula $\nabla^{2}$
17779 \end_inset
17780
17781 ) can be used instead of 
17782 \series bold
17783
17784 \backslash
17785 bigtriangleup
17786 \series default
17787  .
17788 \end_layout
17789
17790 \begin_layout Standard
17791 The character 
17792 \family sans
17793 Menu Separator
17794 \family default
17795  from the menu 
17796 \family sans
17797 Insert\SpecialChar \menuseparator
17798 Special Character
17799 \family default
17800  is the operator 
17801 \series bold
17802
17803 \backslash
17804 triangleright
17805 \series default
17806 .
17807 \end_layout
17808
17809 \begin_layout Subsection
17810 Self-defined Operators
17811 \begin_inset CommandInset label
17812 LatexCommand label
17813 name "sub:Self-defined-Operators"
17814
17815 \end_inset
17816
17817
17818 \begin_inset Index idx
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822 Operators ! self-defined
17823 \end_layout
17824
17825 \end_inset
17826
17827
17828 \end_layout
17829
17830 \begin_layout Standard
17831 With the help of the command 
17832 \series bold
17833
17834 \backslash
17835 DeclareMathOperator
17836 \series default
17837
17838 \begin_inset Index idx
17839 status collapsed
17840
17841 \begin_layout Plain Layout
17842 Commands ! D ! 
17843 \backslash
17844 dbinom@
17845 \backslash
17846 DeclareMathOperator
17847 \end_layout
17848
17849 \end_inset
17850
17851  custom operators can be defined in the LaTeX-preamble.
17852  Its command scheme is:
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858
17859 \backslash
17860 DeclareMathOperator{new command}{display}
17861 \end_layout
17862
17863 \begin_layout Standard
17864 Display can be characters or symbols that define how the operator looks
17865  in the output.
17866  To define a big operator a * is set behind the command.
17867  All self-defined big operators can have limits as described in 
17868 \begin_inset CommandInset ref
17869 LatexCommand ref
17870 reference "sub:Operator-Limits"
17871
17872 \end_inset
17873
17874 .
17875 \end_layout
17876
17877 \begin_layout Standard
17878 For example the LaTeX-preamble line
17879 \end_layout
17880
17881 \begin_layout Standard
17882
17883 \series bold
17884
17885 \backslash
17886 DeclareMathOperator*{
17887 \backslash
17888 Lozenge}{
17889 \backslash
17890 blacklozenge}
17891 \end_layout
17892
17893 \begin_layout Standard
17894 defines the command 
17895 \series bold
17896
17897 \backslash
17898 Lozenge
17899 \series default
17900 , that inserts a big operator consisting of the lozenge symbol from 
17901 \begin_inset CommandInset ref
17902 LatexCommand ref
17903 reference "sub:Miscellaneous-Symbols"
17904
17905 \end_inset
17906
17907 :
17908 \begin_inset Formula 
17909 \[
17910 \Lozenge_{n=1}^{\infty}
17911 \]
17912
17913 \end_inset
17914
17915 The command for this formula is: 
17916 \series bold
17917
17918 \backslash
17919 Lozenge
17920 \series default
17921 ^
17922 \series bold
17923
17924 \backslash
17925 infty
17926 \begin_inset Formula $\to$
17927 \end_inset
17928
17929 _n=1
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset VSpace bigskip
17934 \end_inset
17935
17936 When self-defined operators are not used several times in the document,
17937  they can also be defined with the commands 
17938 \series bold
17939
17940 \backslash
17941 mathop
17942 \series default
17943
17944 \begin_inset Index idx
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948 Commands ! M ! 
17949 \backslash
17950 mathop
17951 \end_layout
17952
17953 \end_inset
17954
17955  and 
17956 \series bold
17957
17958 \backslash
17959 mathbin
17960 \series default
17961
17962 \begin_inset Index idx
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Commands ! M ! 
17967 \backslash
17968 mathbin
17969 \end_layout
17970
17971 \end_inset
17972
17973 , which have the following scheme:
17974 \end_layout
17975
17976 \begin_layout Standard
17977
17978 \series bold
17979
17980 \backslash
17981 mathop{display}
17982 \series default
17983  and 
17984 \series bold
17985
17986 \backslash
17987 mathbin{display}
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 mathop
17996 \series default
17997  defines big operators, 
17998 \series bold
17999
18000 \backslash
18001 mathbin
18002 \series default
18003  binary operators.
18004 \end_layout
18005
18006 \begin_layout Standard
18007
18008 \series bold
18009
18010 \backslash
18011 mathop
18012 \series default
18013  can e.
18014 \begin_inset space \thinspace{}
18015 \end_inset
18016
18017 g.
18018 \begin_inset space \space{}
18019 \end_inset
18020
18021 be used to use one limit for several operators:
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset Formula 
18026 \[
18027 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18028 \]
18029
18030 \end_inset
18031
18032
18033 \end_layout
18034
18035 \begin_layout Standard
18036 The command for the formula above is:
18037 \begin_inset Newline newline
18038 \end_inset
18039
18040
18041 \series bold
18042
18043 \backslash
18044 mathop{
18045 \backslash
18046 sum
18047 \backslash
18048 negmedspace
18049 \backslash
18050 sum
18051 \series default
18052
18053 \begin_inset ERT
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057
18058
18059 \backslash
18060 spce 
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \series bold
18067
18068 \begin_inset Formula $\to$
18069 \end_inset
18070
18071 ^N
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 _i,j=1
18089 \end_layout
18090
18091 \begin_layout Section
18092 Fonts
18093 \begin_inset Index idx
18094 status collapsed
18095
18096 \begin_layout Plain Layout
18097 Fonts
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Subsection
18106 Font Styles
18107 \begin_inset CommandInset label
18108 LatexCommand label
18109 name "sub:Font-Styles"
18110
18111 \end_inset
18112
18113
18114 \begin_inset Index idx
18115 status collapsed
18116
18117 \begin_layout Plain Layout
18118 Font ! style
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \begin_layout Standard
18127 Latin letters in formulas can be set in one of the following font styles:
18128 \begin_inset VSpace -2mm
18129 \end_inset
18130
18131
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \align center
18136 \begin_inset Tabular
18137 <lyxtabular version="3" rows="7" columns="3">
18138 <features tabularvalignment="middle">
18139 <column alignment="center" valignment="top" width="0">
18140 <column alignment="center" valignment="top" width="0">
18141 <column alignment="center" valignment="top" width="0">
18142 <row>
18143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 Command
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 Result
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 shortcut
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \backslash
18178 mathbb
18179 \series bold
18180
18181 \begin_inset ERT
18182 status collapsed
18183
18184 \begin_layout Plain Layout
18185
18186
18187 \backslash
18188 spce 
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \series default
18195 ABC
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 \begin_inset Formula $\mathbb{ABC}$
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Info
18217 type  "shortcuts"
18218 arg   "font-noun"
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \backslash
18234 mathbf
18235 \series bold
18236
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 spce 
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \series default
18251 AbC
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 \begin_inset Formula $\mathbf{AbC}$
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 \begin_inset Info
18273 type  "shortcuts"
18274 arg   "font-bold"
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 boldsymbol
18291 \series bold
18292
18293 \begin_inset ERT
18294 status collapsed
18295
18296 \begin_layout Plain Layout
18297
18298
18299 \backslash
18300 spce 
18301 \end_layout
18302
18303 \end_inset
18304
18305
18306 \series default
18307 AbC
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 \begin_inset Formula $\boldsymbol{AbC}$
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Info
18329 type  "shortcuts"
18330 arg   "font-boldsymbol"
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344
18345 \backslash
18346 mathcal
18347 \series bold
18348
18349 \begin_inset ERT
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 spce 
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \series default
18363 ABC
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 \begin_inset Formula $\mathcal{ABC}$
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 \begin_inset Info
18385 type  "shortcuts"
18386 arg   "font-emph"
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400
18401 \backslash
18402 mathfrak
18403 \series bold
18404
18405 \begin_inset ERT
18406 status collapsed
18407
18408 \begin_layout Plain Layout
18409
18410
18411 \backslash
18412 spce 
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \series default
18419 AbC
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 \begin_inset Formula $\mathfrak{AbC}$
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 -
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 <row>
18447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451
18452 \backslash
18453 mathscr
18454 \series bold
18455
18456 \begin_inset ERT
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460
18461
18462 \backslash
18463 spce 
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \series default
18470 AbC
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 \begin_inset Formula $\mathscr{AbC}$
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 -
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 </row>
18497 </lyxtabular>
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 \align center
18506 \begin_inset Tabular
18507 <lyxtabular version="3" rows="5" columns="3">
18508 <features tabularvalignment="middle">
18509 <column alignment="center" valignment="top" width="0">
18510 <column alignment="center" valignment="top" width="0">
18511 <column alignment="center" valignment="top" width="0">
18512 <row>
18513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 Command
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 Result
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 shortcut
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 </row>
18541 <row>
18542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546
18547 \backslash
18548 mathit
18549 \series bold
18550
18551 \begin_inset ERT
18552 status collapsed
18553
18554 \begin_layout Plain Layout
18555
18556
18557 \backslash
18558 spce 
18559 \end_layout
18560
18561 \end_inset
18562
18563
18564 \series default
18565 AbC
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 \begin_inset Formula $\mathit{AbC}$
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 -
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 </row>
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \backslash
18599 mathrm
18600 \series bold
18601
18602 \begin_inset ERT
18603 status collapsed
18604
18605 \begin_layout Plain Layout
18606
18607
18608 \backslash
18609 spce 
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \series default
18616 AbC
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625 \begin_inset Formula $\mathrm{AbC}$
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637 \begin_inset Info
18638 type  "shortcuts"
18639 arg   "font-roman"
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \backslash
18655 mathsf
18656 \series bold
18657
18658 \begin_inset ERT
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662
18663
18664 \backslash
18665 spce 
18666 \end_layout
18667
18668 \end_inset
18669
18670
18671 \series default
18672 AbC
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\mathsf{AbC}$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 \begin_inset Info
18694 type  "shortcuts"
18695 arg   "font-sans"
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row>
18705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709
18710 \backslash
18711 mathtt
18712 \series bold
18713
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 spce 
18722 \end_layout
18723
18724 \end_inset
18725
18726
18727 \series default
18728 AbC
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Formula $\mathtt{AbC}$
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 \begin_inset Info
18750 type  "shortcuts"
18751 arg   "font-typewriter"
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 </lyxtabular>
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset Note Greyedout
18769 status open
18770
18771 \begin_layout Plain Layout
18772
18773 \series bold
18774 Note:
18775 \series default
18776  The styles 
18777 \series bold
18778
18779 \backslash
18780 mathbb
18781 \series default
18782  and 
18783 \series bold
18784
18785 \backslash
18786 mathcal
18787 \series default
18788  can only be used for big letters.
18789 \end_layout
18790
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \begin_layout Standard
18797 Predefined is the style 
18798 \series bold
18799
18800 \backslash
18801 mathnormal
18802 \series default
18803 .
18804 \end_layout
18805
18806 \begin_layout Standard
18807 The style commands work also for letters in mathematical constructs:
18808 \begin_inset Formula 
18809 \[
18810 \mathfrak{A=\frac{b}{C}}
18811 \]
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Standard
18819 Characters in mathematical text don't appear in a math font style but in
18820  the text font style 
18821 \series bold
18822
18823 \backslash
18824 textrm
18825 \series default
18826 .
18827  That their style can't be set correctly via the text style dialog is a
18828  bug in LyX.
18829 \begin_inset Foot
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833 \begin_inset CommandInset href
18834 LatexCommand href
18835 name "LyX-bug #4629"
18836 target "http://www.lyx.org/trac/ticket/4629"
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \begin_layout Standard
18849 Instead of the style commands the dialog 
18850 \family sans
18851 Edit\SpecialChar \menuseparator
18852 Math\SpecialChar \menuseparator
18853 Text Style
18854 \family default
18855  or the toolbar button 
18856 \begin_inset Graphics
18857         filename ../images/math/font.png
18858         scale 85
18859
18860 \end_inset
18861
18862  can be used.
18863 \end_layout
18864
18865 \begin_layout Subsection
18866 Bold Formulas
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "sub:Bold-Formulas"
18870
18871 \end_inset
18872
18873
18874 \begin_inset Index idx
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878 Formula ! bold
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 To make a complete formula bold, the command 
18888 \series bold
18889
18890 \backslash
18891 mathbf
18892 \series default
18893  from the previous subsection cannot be used, because it doesn't work for
18894  small Greek letters.
18895  Furthermore it prints Latin letters always upright, like in the following
18896  equation:
18897 \end_layout
18898
18899 \begin_layout Standard
18900 \begin_inset Formula 
18901 \[
18902 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18903 \]
18904
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \begin_layout Standard
18911 To display the formula correctly, the command 
18912 \series bold
18913
18914 \backslash
18915 boldsymbol
18916 \series default
18917  is used:
18918 \begin_inset Formula 
18919 \[
18920 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18921 \]
18922
18923 \end_inset
18924
18925 It is also possible to set the formula in a 
18926 \series bold
18927 boldmath environment
18928 \series default
18929 .
18930  This environment is created by inserting the command 
18931 \series bold
18932
18933 \backslash
18934 boldmath
18935 \series default
18936
18937 \begin_inset Index idx
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941 Commands ! B ! 
18942 \backslash
18943 boldmath
18944 \end_layout
18945
18946 \end_inset
18947
18948  in TeX-mode.
18949  To end the environment, the command 
18950 \series bold
18951
18952 \backslash
18953 unboldmath
18954 \series default
18955
18956 \begin_inset Index idx
18957 status collapsed
18958
18959 \begin_layout Plain Layout
18960 Commands ! U ! 
18961 \backslash
18962 unboldmath
18963 \end_layout
18964
18965 \end_inset
18966
18967  is inserted in TeX-mode.
18968 \begin_inset ERT
18969 status collapsed
18970
18971 \begin_layout Plain Layout
18972
18973
18974 \backslash
18975 boldmath 
18976 \end_layout
18977
18978 \end_inset
18979
18980
18981 \begin_inset Formula 
18982 \[
18983 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18984 \]
18985
18986 \end_inset
18987
18988
18989 \begin_inset ERT
18990 status collapsed
18991
18992 \begin_layout Plain Layout
18993
18994
18995 \backslash
18996 unboldmath 
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Subsection
19005 Colored Formulas
19006 \begin_inset Index idx
19007 status collapsed
19008
19009 \begin_layout Plain Layout
19010 Formula ! colored
19011 \end_layout
19012
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \begin_layout Standard
19019 Formulas can be colored like normal text: Highlight a formula or a formula
19020  part and use the 
19021 \family sans
19022 Text Style
19023 \family default
19024  dialog.
19025  Here is a formula in magenta:
19026 \begin_inset Formula 
19027 \[
19028 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19029 \]
19030
19031 \end_inset
19032
19033
19034 \end_layout
19035
19036 \begin_layout Standard
19037 You can also define your own colors as described in 
19038 \begin_inset CommandInset ref
19039 LatexCommand ref
19040 reference "sub:Colored-Boxes"
19041
19042 \end_inset
19043
19044 .
19045  They can be used with the TeX code command 
19046 \series bold
19047
19048 \backslash
19049 textcolor
19050 \series default
19051
19052 \begin_inset Index idx
19053 status collapsed
19054
19055 \begin_layout Plain Layout
19056 Commands ! T ! 
19057 \backslash
19058 textcolor
19059 \end_layout
19060
19061 \end_inset
19062
19063  in the scheme
19064 \end_layout
19065
19066 \begin_layout Standard
19067
19068 \series bold
19069
19070 \backslash
19071 textcolor{color}{characters or formula}
19072 \end_layout
19073
19074 \begin_layout Standard
19075 The following example was colored completely dark green and partly red:
19076 \end_layout
19077
19078 \begin_layout Standard
19079 \begin_inset ERT
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083
19084
19085 \backslash
19086 textcolor{darkgreen}{
19087 \end_layout
19088
19089 \end_inset
19090
19091
19092 \begin_inset Formula 
19093 \[
19094 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19095 \]
19096
19097 \end_inset
19098
19099
19100 \begin_inset ERT
19101 status collapsed
19102
19103 \begin_layout Plain Layout
19104
19105 }
19106 \end_layout
19107
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \begin_layout Standard
19114 Due to a bug in LyX only complete formulas can be colored with self-defined
19115  colors.
19116 \begin_inset Foot
19117 status collapsed
19118
19119 \begin_layout Plain Layout
19120 \begin_inset CommandInset href
19121 LatexCommand href
19122 name "LyX-bug #5269"
19123 target "http://www.lyx.org/trac/ticket/5269"
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Subsection
19136 Font Sizes
19137 \begin_inset CommandInset label
19138 LatexCommand label
19139 name "sub:Font-Sizes"
19140
19141 \end_inset
19142
19143
19144 \begin_inset Index idx
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148 Font ! size
19149 \end_layout
19150
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \begin_layout Standard
19157 For characters in formulas there are, analog to characters in text, the
19158  following size commands:
19159 \end_layout
19160
19161 \begin_layout Standard
19162
19163 \series bold
19164
19165 \backslash
19166 Huge
19167 \series default
19168
19169 \series bold
19170
19171 \backslash
19172 huge
19173 \series default
19174
19175 \series bold
19176
19177 \backslash
19178 LARGE
19179 \series default
19180
19181 \series bold
19182
19183 \backslash
19184 Large
19185 \series default
19186
19187 \series bold
19188
19189 \backslash
19190 large
19191 \series default
19192
19193 \series bold
19194
19195 \backslash
19196 normalsize
19197 \series default
19198
19199 \series bold
19200
19201 \backslash
19202 small
19203 \series default
19204 ,
19205 \begin_inset Newline newline
19206 \end_inset
19207
19208
19209 \series bold
19210
19211 \backslash
19212 footnotesize
19213 \series default
19214
19215 \series bold
19216
19217 \backslash
19218 scriptsize
19219 \series default
19220  and 
19221 \series bold
19222
19223 \backslash
19224 tiny
19225 \end_layout
19226
19227 \begin_layout Standard
19228 The size produced by the commands depends on the document font size, that
19229  corresponds with the command 
19230 \series bold
19231
19232 \backslash
19233 normalsize
19234 \series default
19235 .
19236  The other commands produce smaller or larger sizes than 
19237 \series bold
19238
19239 \backslash
19240 normalsize
19241 \series default
19242 .
19243  The font size can however not exceed a certain value.
19244  Is for example the document font size 12
19245 \begin_inset space \thinspace{}
19246 \end_inset
19247
19248 pt, the command 
19249 \series bold
19250
19251 \backslash
19252 Huge
19253 \series default
19254  switches to the same size as 
19255 \series bold
19256
19257 \backslash
19258 huge
19259 \series default
19260 .
19261  
19262 \end_layout
19263
19264 \begin_layout Standard
19265 A size command is inserted in TeX-mode before the formula and sets the size
19266  for all following formula and text characters.
19267  To switch back to the initial size, the command 
19268 \series bold
19269
19270 \backslash
19271 normalsize
19272 \series default
19273  is inserted behind the formula in TeX-mode.
19274 \end_layout
19275
19276 \begin_layout Standard
19277 Within a formula the size can be changed using the following size commands:
19278 \end_layout
19279
19280 \begin_layout Standard
19281 \noindent
19282 \align center
19283 \begin_inset Tabular
19284 <lyxtabular version="3" rows="5" columns="2">
19285 <features tabularvalignment="middle">
19286 <column alignment="center" valignment="top" width="0">
19287 <column alignment="center" valignment="top" width="0">
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 Command
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 Result
19303 \begin_inset Note Note
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307
19308 \series bold
19309
19310 \backslash
19311 raisebox
19312 \series default
19313  is only used as spacer.
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \backslash
19331 displaystyle
19332 \begin_inset Index idx
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336 Commands ! D ! 
19337 \backslash
19338 displaystyle
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 </row>
19361 <row>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366
19367 \backslash
19368 textstyle
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19374 \begin_inset Text
19375
19376 \begin_layout Plain Layout
19377 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391
19392 \backslash
19393 scriptstyle
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 </row>
19411 <row>
19412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416
19417 \backslash
19418 scriptscriptstyle
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 </row>
19436 </lyxtabular>
19437
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \begin_layout Standard
19444 After entering these commands, a blue box appears in which the formula parts
19445  are inserted.
19446 \end_layout
19447
19448 \begin_layout Standard
19449 There is a further method to change the font size, that though only works
19450  for symbols or letters in mathematical text.
19451  To use it, one of the above text size commands is inserted in mathematical
19452  text.
19453  All following characters until the end of the mathematical text or until
19454  another size command will have the selected size.
19455  Two examples:
19456 \begin_inset VSpace -2mm
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \begin_layout Standard
19463 \begin_inset ERT
19464 status collapsed
19465
19466 \begin_layout Plain Layout
19467
19468
19469 \backslash
19470 huge 
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \begin_inset Formula 
19477 \[
19478 A=\frac{B}{c}\cdot\maltese
19479 \]
19480
19481 \end_inset
19482
19483
19484 \begin_inset Formula 
19485 \[
19486 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19487 \]
19488
19489 \end_inset
19490
19491
19492 \begin_inset ERT
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496
19497
19498 \backslash
19499 normalsize 
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 \begin_inset VSpace medskip
19509 \end_inset
19510
19511 Before both formulas the command 
19512 \series bold
19513
19514 \backslash
19515 huge
19516 \series default
19517  was inserted.
19518  The command for the second formula is:
19519 \begin_inset Newline newline
19520 \end_inset
19521
19522
19523 \series bold
19524
19525 \backslash
19526 maltese
19527 \begin_inset ERT
19528 status collapsed
19529
19530 \begin_layout Plain Layout
19531
19532
19533 \backslash
19534 spce 
19535 \end_layout
19536
19537 \end_inset
19538
19539 A Alt+M M 
19540 \backslash
19541 Large
19542 \begin_inset ERT
19543 status collapsed
19544
19545 \begin_layout Plain Layout
19546
19547
19548 \backslash
19549 spce 
19550 \end_layout
19551
19552 \end_inset
19553
19554
19555 \backslash
19556 maltese
19557 \begin_inset ERT
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562
19563 \backslash
19564 spce 
19565 \end_layout
19566
19567 \end_inset
19568
19569
19570 \backslash
19571 textit
19572 \begin_inset ERT
19573 status collapsed
19574
19575 \begin_layout Plain Layout
19576
19577
19578 \backslash
19579 spce 
19580 \end_layout
19581
19582 \end_inset
19583
19584 A
19585 \begin_inset Formula $\to$
19586 \end_inset
19587
19588
19589 \begin_inset Formula $\to$
19590 \end_inset
19591
19592
19593 \begin_inset Newline newline
19594 \end_inset
19595
19596
19597 \begin_inset space \hspace*{}
19598 \length 1cm
19599 \end_inset
19600
19601 Alt+M
19602 \series default
19603  
19604 \series bold
19605
19606 \backslash
19607 tiny
19608 \begin_inset ERT
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612
19613
19614 \backslash
19615 spce 
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \backslash
19622 maltese
19623 \begin_inset ERT
19624 status collapsed
19625
19626 \begin_layout Plain Layout
19627
19628
19629 \backslash
19630 spce 
19631 \end_layout
19632
19633 \end_inset
19634
19635
19636 \backslash
19637 textit
19638 \begin_inset ERT
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642
19643
19644 \backslash
19645 spce 
19646 \end_layout
19647
19648 \end_inset
19649
19650 A
19651 \end_layout
19652
19653 \begin_layout Standard
19654 If a symbol cannot be displayed in different sizes, it will always be displayed
19655  in the default size.
19656 \end_layout
19657
19658 \begin_layout Section
19659 Greek Letters
19660 \begin_inset Index idx
19661 status collapsed
19662
19663 \begin_layout Plain Layout
19664 Greek letters
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \begin_layout Standard
19673 Greek letters can also be inserted via the toolbar button 
19674 \begin_inset Graphics
19675         filename ../images/math/alpha.png
19676         scale 85
19677
19678 \end_inset
19679
19680 .
19681  All international typesetting norms purport that Greek letters in math
19682  have to be typeset italic/slanted.
19683  In some languages, like French or Russian, they are nevertheless sometimes
19684  typeset upright.
19685 \end_layout
19686
19687 \begin_layout Subsection
19688 Small Letters
19689 \begin_inset Index idx
19690 status collapsed
19691
19692 \begin_layout Plain Layout
19693 Greek letters ! small
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Standard
19702 \begin_inset space \hfill{}
19703 \end_inset
19704
19705
19706 \begin_inset Tabular
19707 <lyxtabular version="3" rows="11" columns="2">
19708 <features tabularvalignment="middle">
19709 <column alignment="center" valignment="top" width="0pt">
19710 <column alignment="center" valignment="top" width="0pt">
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 Command
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 Result
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 alpha
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\alpha$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \backslash
19763 beta
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 \begin_inset Formula $\beta$
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \backslash
19788 gamma
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 \begin_inset Formula $\gamma$
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 </row>
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \backslash
19813 delta
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 \begin_inset Formula $\delta$
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 <row>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \backslash
19838 epsilon
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 \begin_inset Formula $\epsilon$
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861
19862 \backslash
19863 varepsilon
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872 \begin_inset Formula $\varepsilon$
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886
19887 \backslash
19888 zeta
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Formula $\zeta$
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 eta
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\eta$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 <row>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936
19937 \backslash
19938 theta
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 \begin_inset Formula $\theta$
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \backslash
19963 vartheta
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 \begin_inset Formula $\vartheta$
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \begin_inset space \hfill{}
19987 \end_inset
19988
19989
19990 \begin_inset Tabular
19991 <lyxtabular version="3" rows="12" columns="2">
19992 <features tabularvalignment="middle">
19993 <column alignment="center" valignment="top" width="0pt">
19994 <column alignment="center" valignment="top" width="0pt">
19995 <row>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 Command
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 Result
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 </row>
20015 <row>
20016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020
20021 \backslash
20022 iota
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 \begin_inset Formula $\iota$
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \end_inset
20038 </cell>
20039 </row>
20040 <row>
20041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045
20046 \backslash
20047 kappa
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056 \begin_inset Formula $\kappa$
20057 \end_inset
20058
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 <row>
20066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070
20071 \backslash
20072 varkappa
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081 \begin_inset Formula $\varkappa$
20082 \end_inset
20083
20084
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 <row>
20091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \backslash
20097 lambda
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106 \begin_inset Formula $\lambda$
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 </row>
20115 <row>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120
20121 \backslash
20122 mu
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131 \begin_inset Formula $\mu$
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145
20146 \backslash
20147 nu
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20153 \begin_inset Text
20154
20155 \begin_layout Plain Layout
20156 \begin_inset Formula $\nu$
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 xi
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\xi$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 o
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 \begin_inset Formula $o$
20205 \end_inset
20206
20207
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 </row>
20213 <row>
20214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218
20219 \backslash
20220 pi
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20226 \begin_inset Text
20227
20228 \begin_layout Plain Layout
20229 \begin_inset Formula $\pi$
20230 \end_inset
20231
20232
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 </row>
20238 <row>
20239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243
20244 \backslash
20245 varpi
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254 \begin_inset Formula $\varpi$
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 <row>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268
20269 \backslash
20270 rho
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279 \begin_inset Formula $\rho$
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 </row>
20288 </lyxtabular>
20289
20290 \end_inset
20291
20292
20293 \begin_inset space \hfill{}
20294 \end_inset
20295
20296
20297 \begin_inset Tabular
20298 <lyxtabular version="3" rows="11" columns="2">
20299 <features tabularvalignment="middle">
20300 <column alignment="center" valignment="top" width="0pt">
20301 <column alignment="center" valignment="top" width="0pt">
20302 <row>
20303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 Command
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 Result
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 varrho
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\varrho$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 sigma
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset Formula $\sigma$
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 </row>
20372 <row>
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377
20378 \backslash
20379 varsigma
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388 \begin_inset Formula $\varsigma$
20389 \end_inset
20390
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 tau
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\tau$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 upsilon
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $\upsilon$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 <row>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \backslash
20454 phi
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463 \begin_inset Formula $\phi$
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 </row>
20472 <row>
20473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477
20478 \backslash
20479 varphi
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Formula $\varphi$
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 chi
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\chi$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 psi
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Formula $\psi$
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552
20553 \backslash
20554 omega
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\omega$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 </lyxtabular>
20573
20574 \end_inset
20575
20576
20577 \begin_inset space \hfill{}
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \begin_layout Standard
20584 \begin_inset VSpace medskip
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \begin_layout Standard
20591 How to create special upright Greek letters is explained in 
20592 \begin_inset CommandInset ref
20593 LatexCommand ref
20594 reference "sub:Upright-small-Greek"
20595
20596 \end_inset
20597
20598 .
20599 \end_layout
20600
20601 \begin_layout Subsection
20602 Big Letters
20603 \begin_inset Index idx
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607 Greek letters ! big
20608 \end_layout
20609
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \begin_layout Standard
20616 \begin_inset space \hfill{}
20617 \end_inset
20618
20619
20620 \begin_inset Tabular
20621 <lyxtabular version="3" rows="7" columns="2">
20622 <features tabularvalignment="middle">
20623 <column alignment="center" valignment="top" width="0pt">
20624 <column alignment="center" valignment="top" width="0pt">
20625 <row>
20626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 Command
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 Result
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \backslash
20652 Gamma
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 \begin_inset Formula $\Gamma$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 <row>
20671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20672 \begin_inset Text
20673
20674 \begin_layout Plain Layout
20675
20676 \backslash
20677 Delta
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686 \begin_inset Formula $\Delta$
20687 \end_inset
20688
20689
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 </row>
20695 <row>
20696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700
20701 \backslash
20702 Theta
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711 \begin_inset Formula $\Theta$
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 </row>
20720 <row>
20721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725
20726 \backslash
20727 Lambda
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Formula $\Lambda$
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 <row>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \backslash
20752 Xi
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761 \begin_inset Formula $\Xi$
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 </row>
20770 <row>
20771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775
20776 \backslash
20777 Pi
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 \begin_inset Formula $\Pi$
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 </lyxtabular>
20796
20797 \end_inset
20798
20799
20800 \begin_inset space \hfill{}
20801 \end_inset
20802
20803
20804 \begin_inset Tabular
20805 <lyxtabular version="3" rows="6" columns="2">
20806 <features tabularvalignment="middle">
20807 <column alignment="center" valignment="top" width="0pt">
20808 <column alignment="center" valignment="top" width="0pt">
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 Command
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 Result
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 Sigma
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\Sigma$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 Upsilon
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\Upsilon$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 Phi
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset Formula $\Phi$
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 </row>
20904 <row>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909
20910 \backslash
20911 Psi
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920 \begin_inset Formula $\Psi$
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 </row>
20929 <row>
20930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934
20935 \backslash
20936 Omega
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\Omega$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 </lyxtabular>
20955
20956 \end_inset
20957
20958
20959 \begin_inset space \hfill{}
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \begin_layout Standard
20966 \begin_inset VSpace medskip
20967 \end_inset
20968
20969 That the big Greek letters appear upright is caused by a design bug when
20970  TeX was developed.
20971  To get correct italic big letters, begin every command with 
20972 \series bold
20973 var
20974 \series default
20975 .
20976  For example the command 
20977 \series bold
20978
20979 \backslash
20980 varGamma
20981 \series default
20982  produces 
20983 \begin_inset Formula $\varGamma$
20984 \end_inset
20985
20986 .
20987  Another way is to load the package 
20988 \series bold
20989 fixmath
20990 \series default
20991
20992 \begin_inset Foot
20993 status collapsed
20994
20995 \begin_layout Plain Layout
20996
20997 \series bold
20998 fixmath
20999 \series default
21000  is part of the LaTeX-package 
21001 \series bold
21002 was
21003 \series default
21004
21005 \begin_inset Index idx
21006 status collapsed
21007
21008 \begin_layout Plain Layout
21009 Packages ! was
21010 \begin_inset ERT
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014
21015
21016 \backslash
21017 vspace{4mm}
21018 \end_layout
21019
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \end_inset
21026
21027 .
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 Packages ! fixmath
21038 \end_layout
21039
21040 \end_inset
21041
21042  with the LaTeX-preamble line
21043 \end_layout
21044
21045 \begin_layout Standard
21046
21047 \series bold
21048
21049 \backslash
21050 usepackage{fixmath}
21051 \end_layout
21052
21053 \begin_layout Standard
21054 Then all big Greek letters in a document will automatically be typeset italic.
21055 \end_layout
21056
21057 \begin_layout Subsection
21058 Bold Letters
21059 \begin_inset Index idx
21060 status collapsed
21061
21062 \begin_layout Plain Layout
21063 Greek letters ! bold
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \begin_layout Standard
21072 Greek letters cannot be set with different font styles like Latin letters.
21073  They can only be made bold with the command 
21074 \series bold
21075
21076 \backslash
21077 boldsymbol
21078 \series default
21079
21080 \begin_inset Index idx
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084 Commands ! B ! 
21085 \backslash
21086 boldsymbol
21087 \end_layout
21088
21089 \end_inset
21090
21091 .
21092 \end_layout
21093
21094 \begin_layout Standard
21095 \align center
21096 \begin_inset Tabular
21097 <lyxtabular version="3" rows="3" columns="2">
21098 <features tabularvalignment="middle">
21099 <column alignment="center" valignment="top" width="0">
21100 <column alignment="center" valignment="top" width="0">
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 Command
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 Result
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 Upsilon
21129 \backslash
21130 boldsymbol
21131 \backslash
21132 Upsilon
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 </row>
21150 <row>
21151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \backslash
21157 theta
21158 \backslash
21159 boldsymbol
21160 \backslash
21161 theta
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170 \begin_inset Formula $\theta\boldsymbol{\theta}$
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \end_inset
21177 </cell>
21178 </row>
21179 </lyxtabular>
21180
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \begin_layout Standard
21187 \begin_inset Newpage newpage
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Section
21194 Symbols
21195 \begin_inset ERT
21196 status collapsed
21197
21198 \begin_layout Plain Layout
21199
21200
21201 \backslash
21202 texorpdfstring{
21203 \end_layout
21204
21205 \end_inset
21206
21207
21208 \begin_inset Foot
21209 status collapsed
21210
21211 \begin_layout Plain Layout
21212 A list with all symbols of most of the LaTeX-packages can be found in 
21213 \begin_inset CommandInset citation
21214 LatexCommand cite
21215 key "Symbols"
21216
21217 \end_inset
21218
21219 .
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \begin_inset ERT
21226 status collapsed
21227
21228 \begin_layout Plain Layout
21229
21230 }{}
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \begin_inset Note Note
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240
21241 \backslash
21242 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21243 \end_layout
21244
21245 \begin_layout Plain Layout
21246 More about 
21247 \backslash
21248 texorpdfstring is in section 
21249 \begin_inset CommandInset ref
21250 LatexCommand ref
21251 reference "sub:Formulas-in-Section"
21252
21253 \end_inset
21254
21255 .
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \begin_inset Index idx
21262 status collapsed
21263
21264 \begin_layout Plain Layout
21265 Symbols
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Standard
21274 Many of the symbols listed in this section can also be inserted via the
21275  toolbar buttons 
21276 \begin_inset Graphics
21277         filename ../images/math/nabla.png
21278         scale 85
21279
21280 \end_inset
21281
21282  and 
21283 \begin_inset Graphics
21284         filename ../images/math/digamma.png
21285         scale 85
21286
21287 \end_inset
21288
21289 .
21290 \end_layout
21291
21292 \begin_layout Subsection
21293 Mathematical Symbols
21294 \begin_inset CommandInset label
21295 LatexCommand label
21296 name "sub:Mathematical-Symbols"
21297
21298 \end_inset
21299
21300
21301 \begin_inset Index idx
21302 status collapsed
21303
21304 \begin_layout Plain Layout
21305 Symbols ! mathematical
21306 \end_layout
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \begin_layout Standard
21314 \begin_inset space \hfill{}
21315 \end_inset
21316
21317
21318 \begin_inset Tabular
21319 <lyxtabular version="3" rows="10" columns="2">
21320 <features tabularvalignment="middle">
21321 <column alignment="center" valignment="top" width="0pt">
21322 <column alignment="center" valignment="top" width="0pt">
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 Command
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Result
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 neg
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\neg$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 Im
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\Im$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 Re
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\Re$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 aleph
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\aleph$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 partial
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\partial$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 infty
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\infty$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 wp
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\wp$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 <row>
21519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \backslash
21525 imath
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\imath$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 jmath
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\jmath$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 </lyxtabular>
21569
21570 \end_inset
21571
21572
21573 \begin_inset space \hfill{}
21574 \end_inset
21575
21576
21577 \begin_inset Tabular
21578 <lyxtabular version="3" rows="10" columns="2">
21579 <features tabularvalignment="middle">
21580 <column alignment="center" valignment="top" width="0pt">
21581 <column alignment="center" valignment="top" width="0pt">
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 Command
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 Result
21597 \begin_inset Note Note
21598 status collapsed
21599
21600 \begin_layout Plain Layout
21601
21602 \series bold
21603
21604 \backslash
21605 raisebox
21606 \series default
21607  is only used as spacer.
21608 \end_layout
21609
21610 \end_inset
21611
21612
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 forall
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\forall$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 exists
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\exists$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 <row>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673
21674 \backslash
21675 nexists
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $\nexists$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \backslash
21700 emptyset
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $\emptyset$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 varnothing
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\varnothing$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 dag
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\dag$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 ddag
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\ddag$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 complement
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset ERT
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813
21814
21815 \backslash
21816 raisebox{-0.8mm}{
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \begin_inset Formula $\complement$
21823 \end_inset
21824
21825
21826 \begin_inset ERT
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830
21831 }
21832 \end_layout
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 </row>
21842 <row>
21843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847
21848 \backslash
21849 Bbbk
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858 \begin_inset Formula $\Bbbk$
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 </lyxtabular>
21868
21869 \end_inset
21870
21871
21872 \begin_inset space \hfill{}
21873 \end_inset
21874
21875
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="10" columns="2">
21878 <features tabularvalignment="middle">
21879 <column alignment="center" valignment="top" width="0pt">
21880 <column alignment="center" valignment="top" width="0pt">
21881 <row>
21882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 Command
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 Result
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 </row>
21901 <row>
21902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21903 \begin_inset Text
21904
21905 \begin_layout Plain Layout
21906
21907 \backslash
21908 prime
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 \begin_inset Formula $\prime$
21918 \end_inset
21919
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 </row>
21926 <row>
21927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21928 \begin_inset Text
21929
21930 \begin_layout Plain Layout
21931
21932 \backslash
21933 backprime
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Formula $\backprime$
21943 \end_inset
21944
21945
21946 \end_layout
21947
21948 \end_inset
21949 </cell>
21950 </row>
21951 <row>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956
21957 \backslash
21958 mho
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 \begin_inset Formula $\mho$
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981
21982 \backslash
21983 triangle
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $\triangle$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 angle
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\angle$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 measuredangle
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\measuredangle$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 sphericalangle
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\sphericalangle$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 top
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\top$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 bot
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\bot$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 </lyxtabular>
22127
22128 \end_inset
22129
22130
22131 \begin_inset space \hfill{}
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Subsection
22138 Miscellaneous Symbols
22139 \begin_inset CommandInset label
22140 LatexCommand label
22141 name "sub:Miscellaneous-Symbols"
22142
22143 \end_inset
22144
22145
22146 \begin_inset Index idx
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150 Symbols ! miscellaneous
22151 \end_layout
22152
22153 \end_inset
22154
22155
22156 \end_layout
22157
22158 \begin_layout Standard
22159 \noindent
22160 \align center
22161 \begin_inset Tabular
22162 <lyxtabular version="3" rows="10" columns="2">
22163 <features tabularvalignment="middle">
22164 <column alignment="center" valignment="top" width="0pt">
22165 <column alignment="center" valignment="top" width="0pt">
22166 <row>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 Command
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 Result
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 </row>
22186 <row>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \backslash
22193 flat
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 \begin_inset Formula $\flat$
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 </row>
22211 <row>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \backslash
22218 natural
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227 \begin_inset Formula $\natural$
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 <row>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241
22242 \backslash
22243 sharp
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 \begin_inset Formula $\sharp$
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 </row>
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \backslash
22268 surd
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Formula $\surd$
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \backslash
22293 checkmark
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Formula $\checkmark$
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 </row>
22311 <row>
22312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \backslash
22318 yen
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 \begin_inset Formula $\yen$
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \backslash
22343 pounds
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Formula $\pounds$
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 $
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 \begin_inset Formula $\$$
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 </row>
22384 <row>
22385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 §
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 \begin_inset Formula $§$
22399 \end_inset
22400
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \begin_inset Tabular
22413 <lyxtabular version="3" rows="10" columns="2">
22414 <features tabularvalignment="middle">
22415 <column alignment="center" valignment="top" width="0">
22416 <column alignment="center" valignment="top" width="0">
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 Command
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 Result
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 </row>
22437 <row>
22438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442
22443 \backslash
22444 hbar
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 \begin_inset Formula $\hbar$
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 </row>
22462 <row>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467
22468 \backslash
22469 hslash
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 \begin_inset Formula $\hslash$
22479 \end_inset
22480
22481
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 </row>
22487 <row>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \backslash
22494 clubsuit
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 \begin_inset Formula $\clubsuit$
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 </row>
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517
22518 \backslash
22519 spadesuit
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 \begin_inset Formula $\spadesuit$
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 </row>
22537 <row>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \backslash
22544 bigstar
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $\bigstar$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \backslash
22569 blacklozenge
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\blacklozenge$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 <row>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \backslash
22594 blacktriangle
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Formula $\blacktriangle$
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \backslash
22619 blacktiangledown
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\blacktriangledown$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 bullet
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\bullet$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 </lyxtabular>
22663
22664 \end_inset
22665
22666
22667 \begin_inset Tabular
22668 <lyxtabular version="3" rows="10" columns="2">
22669 <features tabularvalignment="middle">
22670 <column alignment="center" valignment="top" width="0pt">
22671 <column alignment="center" valignment="top" width="0pt">
22672 <row>
22673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 Command
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 Result
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 diamondsuit
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\diamondsuit$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 Diamond
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\Diamond$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 <row>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \backslash
22749 heartsuit
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $\heartsuit$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 <row>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772
22773 \backslash
22774 P
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 \begin_inset Formula $\P$
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 copyright
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\copyright$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 <row>
22818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822
22823 \backslash
22824 circledR
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 \begin_inset Formula $\circledR$
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 <row>
22843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847
22848 \backslash
22849 maltese
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 \begin_inset Formula $\maltese$
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 </row>
22867 <row>
22868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872
22873 \backslash
22874 diagup
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 \begin_inset Formula $\diagup$
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 <row>
22893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \backslash
22899 diagdown
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Formula $\diagdown$
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 </row>
22917 </lyxtabular>
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Standard
22925 \begin_inset VSpace medskip
22926 \end_inset
22927
22928 More symbols are listed in 
22929 \begin_inset CommandInset ref
22930 LatexCommand ref
22931 reference "sub:Miscellaneous-special-Characters"
22932
22933 \end_inset
22934
22935 .
22936 \end_layout
22937
22938 \begin_layout Standard
22939 Some symbols can be displayed in different sizes, see 
22940 \begin_inset CommandInset ref
22941 LatexCommand ref
22942 reference "sub:Font-Sizes"
22943
22944 \end_inset
22945
22946 .
22947 \end_layout
22948
22949 \begin_layout Subsection
22950 The Euro-Symbol €
22951 \begin_inset Index idx
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955 Symbols ! Euro-symbol
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \begin_inset Index idx
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966 \backslash
22967 @
22968 \begin_inset ERT
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972
22973
22974 \backslash
22975 officialeuro
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989 To use the Euro symbol in formulas, the LaTeX-package 
22990 \series bold
22991 eurosym
22992 \series default
22993
22994 \begin_inset Index idx
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998 Packages ! eurosym
22999 \end_layout
23000
23001 \end_inset
23002
23003  must be installed and loaded with the LaTeX-preamble line
23004 \end_layout
23005
23006 \begin_layout Standard
23007
23008 \series bold
23009
23010 \backslash
23011 usepackage[gennarrow]{eurosym}
23012 \end_layout
23013
23014 \begin_layout Standard
23015 The Euro symbol can now be inserted with the command 
23016 \series bold
23017
23018 \backslash
23019 euro
23020 \series default
23021
23022 \begin_inset Index idx
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026 Commands ! E ! 
23027 \backslash
23028 euro
23029 \end_layout
23030
23031 \end_inset
23032
23033 .
23034 \end_layout
23035
23036 \begin_layout Standard
23037 The Euro symbol can directly be inserted with the € key in mathematical
23038  text, without having 
23039 \series bold
23040 eurosym
23041 \series default
23042  installed.
23043  When 
23044 \series bold
23045 eurosym
23046 \series default
23047  is installed, 
23048 \series bold
23049
23050 \backslash
23051 euro
23052 \series default
23053  can also be inserted in TeX-mode.
23054  The official currency symbol can then be inserted with the command 
23055 \series bold
23056
23057 \backslash
23058 officialeuro
23059 \series default
23060
23061 \begin_inset Index idx
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065 Commands ! O ! 
23066 \backslash
23067 officialeuro
23068 \end_layout
23069
23070 \end_inset
23071
23072 , that is only available in TeX-mode.
23073 \end_layout
23074
23075 \begin_layout Standard
23076 \begin_inset ERT
23077 status collapsed
23078
23079 \begin_layout Plain Layout
23080
23081
23082 \backslash
23083 ifeurosym 
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Note Note
23090 status open
23091
23092 \begin_layout Plain Layout
23093 The following table will only be displayed when the LaTeX-package 
23094 \series bold
23095 eurosym
23096 \series default
23097  is installed.
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 An overview about the different Euro symbols:
23107 \end_layout
23108
23109 \begin_layout Standard
23110 \align center
23111 \begin_inset Tabular
23112 <lyxtabular version="3" rows="4" columns="3">
23113 <features tabularvalignment="middle">
23114 <column alignment="center" valignment="top" width="0pt">
23115 <column alignment="center" valignment="top" width="0pt">
23116 <column alignment="center" valignment="top" width="0pt">
23117 <row>
23118 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 Command 
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 Result
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 formula
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 euro
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\euro$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 mathematical text
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\mbox{€}$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 TeX-mode
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 officialeuro
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset ERT
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241
23242
23243 \backslash
23244 officialeuro
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 </lyxtabular>
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 else 
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \begin_inset Note Note
23277 status open
23278
23279 \begin_layout Plain Layout
23280 The following will be displayed when the LaTeX-package 
23281 \series bold
23282 eurosym
23283 \series default
23284  is not installed:
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 You need to install the LaTeX-package 
23294 \series bold
23295 eurosym
23296 \series default
23297  to see the rest of this subsection in the output.
23298 \end_layout
23299
23300 \begin_layout Standard
23301 \begin_inset ERT
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305
23306
23307 \backslash
23308 fi 
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \begin_layout Section
23317 Relations
23318 \begin_inset CommandInset label
23319 LatexCommand label
23320 name "sec:Relations"
23321
23322 \end_inset
23323
23324
23325 \begin_inset Index idx
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329 Relations
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \begin_inset Index idx
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339 Comparisons|see
23340 \begin_inset ERT
23341 status collapsed
23342
23343 \begin_layout Plain Layout
23344
23345 {
23346 \end_layout
23347
23348 \end_inset
23349
23350 Relations
23351 \begin_inset ERT
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355
23356 }
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \begin_layout Standard
23370 All relations can also be inserted via the toolbar button 
23371 \begin_inset Graphics
23372         filename ../images/math/leq.png
23373         scale 85
23374
23375 \end_inset
23376
23377 .
23378 \end_layout
23379
23380 \begin_layout Standard
23381 \begin_inset space \hfill{}
23382 \end_inset
23383
23384
23385 \begin_inset Tabular
23386 <lyxtabular version="3" rows="17" columns="2">
23387 <features tabularvalignment="middle">
23388 <column alignment="center" valignment="top" width="0pt">
23389 <column alignment="center" valignment="top" width="0pt">
23390 <row>
23391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 Command
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 Result
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 <
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $<$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 le
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\le$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 <row>
23459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23460 \begin_inset Text
23461
23462 \begin_layout Plain Layout
23463
23464 \backslash
23465 ll
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 \begin_inset Formula $\ll$
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 </row>
23483 <row>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488
23489 \backslash
23490 prec
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 \begin_inset Formula $\prec$
23500 \end_inset
23501
23502
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 </row>
23508 <row>
23509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23510 \begin_inset Text
23511
23512 \begin_layout Plain Layout
23513
23514 \backslash
23515 preceq
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524 \begin_inset Formula $\preceq$
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 </row>
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538
23539 \backslash
23540 subset
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\subset$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \backslash
23565 subseteq
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 \begin_inset Formula $\subseteq$
23575 \end_inset
23576
23577
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 </row>
23583 <row>
23584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \backslash
23590 sqsubseteq
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 \begin_inset Formula $\sqsubseteq$
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 </row>
23608 <row>
23609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613
23614 \backslash
23615 in
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $\in$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 vdash
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\vdash$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 smile
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\smile$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 lhd
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\lhd$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 unlhd
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\unlhd$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 gtrless
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\gtrless$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 mid
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\mid$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 nmid
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\nmid$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 </lyxtabular>
23809
23810 \end_inset
23811
23812
23813 \begin_inset space \hfill{}
23814 \end_inset
23815
23816
23817 \begin_inset Tabular
23818 <lyxtabular version="3" rows="17" columns="2">
23819 <features tabularvalignment="middle">
23820 <column alignment="center" valignment="top" width="0pt">
23821 <column alignment="center" valignment="top" width="0pt">
23822 <row>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 Command
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 Result
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 =
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $=$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \backslash
23872 not=
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Formula $\not=$
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 <row>
23891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895
23896 \backslash
23897 equiv
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 \begin_inset Formula $\equiv$
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \backslash
23922 sim
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931 \begin_inset Formula $\sim$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 </row>
23940 <row>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \backslash
23947 simeq
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956 \begin_inset Formula $\simeq$
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 </row>
23965 <row>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 approx
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $\approx$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 <row>
23991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23992 \begin_inset Text
23993
23994 \begin_layout Plain Layout
23995
23996 \backslash
23997 cong
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 \begin_inset Formula $\cong$
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 </row>
24015 <row>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \backslash
24022 bowtie
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 \begin_inset Formula $\bowtie$
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 </row>
24040 <row>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 notin
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Formula $\notin$
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 </row>
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070
24071 \backslash
24072 perp
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Formula $\perp$
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 </row>
24090 <row>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 propto
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Formula $\propto$
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 asymp
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $\asymp$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 <row>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145
24146 \backslash
24147 doteq
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156 \begin_inset Formula $\doteq$
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 </row>
24165 <row>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170
24171 \backslash
24172 circeq
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 \begin_inset Formula $\circeq$
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 models
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $\models$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 widehat=
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 \begin_inset Formula $\widehat{=}$
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 </lyxtabular>
24241
24242 \end_inset
24243
24244
24245 \begin_inset space \hfill{}
24246 \end_inset
24247
24248
24249 \begin_inset Tabular
24250 <lyxtabular version="3" rows="17" columns="2">
24251 <features tabularvalignment="middle">
24252 <column alignment="center" valignment="top" width="0pt">
24253 <column alignment="center" valignment="top" width="0pt">
24254 <row>
24255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259 Command
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268 Result
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279 >
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 \begin_inset Formula $>$
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 ge
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 \begin_inset Formula $\ge$
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 gg
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 \begin_inset Formula $\gg$
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 <row>
24348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352
24353 \backslash
24354 succ
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 \begin_inset Formula $\succ$
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 succeq
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388 \begin_inset Formula $\succeq$
24389 \end_inset
24390
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 <row>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 supset
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 \begin_inset Formula $\supset$
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 <row>
24423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427
24428 \backslash
24429 supseteq
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438 \begin_inset Formula $\supseteq$
24439 \end_inset
24440
24441
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 </row>
24447 <row>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452
24453 \backslash
24454 sqsupseteq
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463 \begin_inset Formula $\sqsupseteq$
24464 \end_inset
24465
24466
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 </row>
24472 <row>
24473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \backslash
24479 ni
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24485 \begin_inset Text
24486
24487 \begin_layout Plain Layout
24488 \begin_inset Formula $\ni$
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 </row>
24497 <row>
24498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24499 \begin_inset Text
24500
24501 \begin_layout Plain Layout
24502
24503 \backslash
24504 dashv
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24510 \begin_inset Text
24511
24512 \begin_layout Plain Layout
24513 \begin_inset Formula $\dashv$
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 </row>
24522 <row>
24523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 frown
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 \begin_inset Formula $\frown$
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 </row>
24547 <row>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 rhd
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563 \begin_inset Formula $\rhd$
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 unrhd
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 \begin_inset Formula $\unrhd$
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 </row>
24597 <row>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 lessgtr
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613 \begin_inset Formula $\lessgtr$
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 </row>
24622 <row>
24623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627
24628 \backslash
24629 parallel
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset Formula $\parallel$
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 </row>
24647 <row>
24648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652
24653 \backslash
24654 nparallel
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24660 \begin_inset Text
24661
24662 \begin_layout Plain Layout
24663 \begin_inset Formula $\nparallel$
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 </row>
24672 </lyxtabular>
24673
24674 \end_inset
24675
24676
24677 \begin_inset space \hfill{}
24678 \end_inset
24679
24680
24681 \end_layout
24682
24683 \begin_layout Standard
24684 \begin_inset VSpace medskip
24685 \end_inset
24686
24687 The characters 
24688 \series bold
24689
24690 \backslash
24691 lhd
24692 \series default
24693  and 
24694 \series bold
24695
24696 \backslash
24697 rhd
24698 \series default
24699  are bigger than the equal looking operators 
24700 \series bold
24701
24702 \backslash
24703 triangleleft
24704 \series default
24705  and 
24706 \series bold
24707
24708 \backslash
24709 triangleright
24710 \series default
24711 , respectively.
24712 \end_layout
24713
24714 \begin_layout Standard
24715 Relations are, in contrary to symbols, always surrounded by space.
24716 \end_layout
24717
24718 \begin_layout Standard
24719 Relations with labels can be created with the command 
24720 \series bold
24721
24722 \backslash
24723 stackrel
24724 \series default
24725
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Commands ! S ! 
24731 \backslash
24732 stackrel
24733 \end_layout
24734
24735 \end_inset
24736
24737 :
24738 \end_layout
24739
24740 \begin_layout Standard
24741 \align center
24742 \begin_inset Tabular
24743 <lyxtabular version="3" rows="2" columns="2">
24744 <features tabularvalignment="middle">
24745 <column alignment="center" valignment="top" width="0">
24746 <column alignment="center" valignment="top" width="0">
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Command
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Result
24762 \begin_inset Note Note
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767 \series bold
24768
24769 \backslash
24770 raisebox
24771 \series default
24772  is only used as spacer.
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 </row>
24783 <row>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 A(r)
24789 \backslash
24790 stackrel
24791 \begin_inset ERT
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 spce 
24799 \end_layout
24800
24801 \end_inset
24802
24803 r
24804 \backslash
24805 to
24806 \backslash
24807 infty
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812
24813
24814 \backslash
24815 spce 
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \begin_inset Formula $\downarrow$
24822 \end_inset
24823
24824
24825 \backslash
24826 approx
24827 \begin_inset ERT
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831
24832
24833 \backslash
24834 spce 
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 spce 
24848 \end_layout
24849
24850 \end_inset
24851
24852 B
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 </row>
24870 </lyxtabular>
24871
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Section
24878 Functions
24879 \end_layout
24880
24881 \begin_layout Subsection
24882 Predefined Functions
24883 \begin_inset CommandInset label
24884 LatexCommand label
24885 name "sub:Predefined-Functions"
24886
24887 \end_inset
24888
24889
24890 \begin_inset Index idx
24891 status collapsed
24892
24893 \begin_layout Plain Layout
24894 Functions ! predefined
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Standard
24903 In general, variables are set 
24904 \emph on
24905 italic
24906 \emph default
24907  in mathematical expressions, but not function names, because 
24908 \begin_inset Formula $sin$
24909 \end_inset
24910
24911  could be misunderstood as 
24912 \begin_inset Formula $s\cdot i\cdot n$
24913 \end_inset
24914
24915 .
24916  Therefore there are predefined functions, that are additionally a bit separated
24917  from prefactors.
24918  They are inserted as commands starting with a backslash before their name.
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \align center
24923 \begin_inset Tabular
24924 <lyxtabular version="3" rows="2" columns="4">
24925 <features tabularvalignment="middle">
24926 <column alignment="center" valignment="top" width="0pt">
24927 <column alignment="center" valignment="top" width="0pt">
24928 <column alignment="center" valignment="top" width="0pt">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <row>
24931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 Command
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 Result
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 Command
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 Result
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 </row>
24968 <row>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Asin(x)+B
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 \begin_inset Formula $Asin(x)+B$
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 A
24995 \backslash
24996 sin(x)+B
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Formula $A\sin(x)+B$
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 </lyxtabular>
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 The following functions are predefined:
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \begin_inset VSpace -2mm
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \align center
25034 \begin_inset Tabular
25035 <lyxtabular version="3" rows="9" columns="4">
25036 <features tabularvalignment="middle">
25037 <column alignment="center" valignment="top" width="0pt">
25038 <column alignment="center" valignment="top" width="0pt">
25039 <column alignment="center" valignment="top" width="0pt">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 Command
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 Command
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 Command
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073 Command
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 <row>
25080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 sin
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 sinh
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 arcsin
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 sup
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 </row>
25125 <row>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 cos
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 cosh
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 arccos
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 inf
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 tan
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 tanh
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 arctan
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 lim
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 </row>
25217 <row>
25218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \backslash
25224 cot
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 coth
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 arg
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 liminf
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 <row>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 sec
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 min
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 deg
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 limsup
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 csc
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 max
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 det
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 Pr
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360
25361 \backslash
25362 ln
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 exp
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \backslash
25384 dim
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 hom
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 </row>
25401 <row>
25402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \backslash
25408 lg
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \backslash
25419 log
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 ker
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 gcd
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 </lyxtabular>
25448
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \begin_layout Standard
25455 They can also be inserted with the math toolbar button 
25456 \begin_inset Graphics
25457         filename ../images/math/functions.png
25458         scale 85
25459
25460 \end_inset
25461
25462 .
25463 \end_layout
25464
25465 \begin_layout Subsection
25466 Self-defined Functions
25467 \begin_inset Index idx
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 Functions ! self-defined
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Standard
25480 To use a function that is not predefined, like for example the sign function
25481  sgn(x), there are two possibilities:
25482 \end_layout
25483
25484 \begin_layout Itemize
25485 Define the function by inserting the following line to the LaTeX-preamble
25486 \begin_inset Foot
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490 For more about 
25491 \series bold
25492
25493 \backslash
25494 DeclareMathOperator
25495 \series default
25496  see 
25497 \begin_inset CommandInset ref
25498 LatexCommand ref
25499 reference "sub:Self-defined-Operators"
25500
25501 \end_inset
25502
25503 .
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Newline newline
25510 \end_inset
25511
25512
25513 \begin_inset VSpace -3mm
25514 \end_inset
25515
25516
25517 \begin_inset Newline newline
25518 \end_inset
25519
25520
25521 \series bold
25522
25523 \backslash
25524 DeclareMathOperator{
25525 \backslash
25526 sgn}{sgn}
25527 \series default
25528
25529 \begin_inset Index idx
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 Commands ! D ! 
25534 \backslash
25535 dbinom@
25536 \backslash
25537 DeclareMathOperator
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \begin_inset Newline newline
25544 \end_inset
25545
25546
25547 \begin_inset VSpace -2mm
25548 \end_inset
25549
25550
25551 \begin_inset Newline newline
25552 \end_inset
25553
25554 Now the new defined function can be called with the command 
25555 \series bold
25556
25557 \backslash
25558 sgn
25559 \series default
25560 .
25561 \end_layout
25562
25563 \begin_layout Itemize
25564 Write the formula as usual, mark the formula name, in our example the letters
25565  
25566 \emph on
25567 sgn
25568 \emph default
25569 , and change it to mathematical text.
25570  At last a space is inserted between prefactor and function.
25571 \end_layout
25572
25573 \begin_layout Standard
25574 The result is the same with both methods as with a predefined function
25575 \begin_inset Foot
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579 In LyX self-defined functions are displayed red, predefined ones black.
25580 \end_layout
25581
25582 \end_inset
25583
25584 :
25585 \end_layout
25586
25587 \begin_layout Standard
25588 \align center
25589 \begin_inset Tabular
25590 <lyxtabular version="3" rows="3" columns="2">
25591 <features tabularvalignment="middle">
25592 <column alignment="center" valignment="top" width="0pt">
25593 <column alignment="center" valignment="top" width="0pt">
25594 <row>
25595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 Command
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 Result
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 A
25620 \backslash
25621 sgn(x)+B
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 \begin_inset Formula $A\sgn(x)+B$
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 <row>
25640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 A
25645 \backslash
25646 ,
25647 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25648 \end_inset
25649
25650 (x)+B
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \end_inset
25666 </cell>
25667 </row>
25668 </lyxtabular>
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 The first method is more suitable when the self-defined function should
25677  be used several times.
25678 \end_layout
25679
25680 \begin_layout Subsection
25681 Limits
25682 \begin_inset Index idx
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 Limits
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \begin_layout Standard
25695 For limits there are defined besides 
25696 \series bold
25697
25698 \backslash
25699 lim
25700 \series default
25701
25702 \begin_inset Index idx
25703 status collapsed
25704
25705 \begin_layout Plain Layout
25706 Commands ! L ! 
25707 \backslash
25708 lim
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \series bold
25715
25716 \backslash
25717 liminf
25718 \series default
25719  and 
25720 \series bold
25721
25722 \backslash
25723 limsup
25724 \series default
25725  furthermore the following functions:
25726 \end_layout
25727
25728 \begin_layout Standard
25729 \align center
25730 \begin_inset Tabular
25731 <lyxtabular version="3" rows="5" columns="2">
25732 <features tabularvalignment="middle">
25733 <column alignment="center" valignment="top" width="0">
25734 <column alignment="center" valignment="top" width="0">
25735 <row>
25736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 Command
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 Result
25750 \begin_inset Note Note
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755 \series bold
25756
25757 \backslash
25758 raisebox
25759 \series default
25760  is only used as spacer.
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 </row>
25771 <row>
25772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776
25777 \backslash
25778 varliminf
25779 \end_layout
25780
25781 \end_inset
25782 </cell>
25783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25784 \begin_inset Text
25785
25786 \begin_layout Plain Layout
25787 \begin_inset Formula $\varliminf$
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 <row>
25797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \backslash
25803 varlimsup
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset Formula $\varlimsup$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826
25827 \backslash
25828 varprojlim
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 \begin_inset Formula $\varprojlim$
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 <row>
25847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851
25852 \backslash
25853 varinjlim
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862 \begin_inset Formula $\varinjlim$
25863 \end_inset
25864
25865
25866 \begin_inset Formula $\raisebox{-2.5mm}{}$
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 </row>
25875 </lyxtabular>
25876
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \begin_layout Standard
25883 \begin_inset VSpace medskip
25884 \end_inset
25885
25886 The limit is created by inserting a subscript.
25887  It is set right beside the function in an inline formula:
25888 \end_layout
25889
25890 \begin_layout Standard
25891 \align center
25892 \begin_inset Tabular
25893 <lyxtabular version="3" rows="2" columns="2">
25894 <features tabularvalignment="middle">
25895 <column alignment="center" valignment="top" width="0pt">
25896 <column alignment="center" valignment="top" width="0pt">
25897 <row>
25898 <cell alignment="center" valignment="top" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 Command
25903 \end_layout
25904
25905 \end_inset
25906 </cell>
25907 <cell alignment="center" valignment="top" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 \begin_inset space \hspace{}
25912 \length 1cm
25913 \end_inset
25914
25915 Result
25916 \begin_inset Note Note
25917 status collapsed
25918
25919 \begin_layout Plain Layout
25920 The space and
25921 \series bold
25922  
25923 \backslash
25924 raisebox
25925 \series default
25926  are used here as spacer.
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 </row>
25937 <row>
25938 <cell alignment="center" valignment="top" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942
25943 \backslash
25944 lim_x
25945 \backslash
25946 to
25947 \begin_inset ERT
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951
25952
25953 \backslash
25954 spce 
25955 \end_layout
25956
25957 \end_inset
25958
25959 A
25960 \begin_inset ERT
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964
25965
25966 \backslash
25967 spce 
25968 \end_layout
25969
25970 \end_inset
25971
25972 x=B
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 </row>
25990 </lyxtabular>
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 In a displayed formula the limit is set below the formula, as usual:
25999 \begin_inset Formula 
26000 \[
26001 \lim_{x\to A}x=B
26002 \]
26003
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \begin_layout Subsection
26010 Modulo-Functions
26011 \begin_inset Index idx
26012 status collapsed
26013
26014 \begin_layout Plain Layout
26015 Functions ! modulo-
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 The modulo-function is special, because it exists in four variants.
26025  The variants in a displayed formula are:
26026 \begin_inset Formula 
26027 \begin{align*}
26028 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26029 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26030 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26031 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26032 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26033 \end{align*}
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 In an inline formula less space is set before the function names for all
26042  variants.
26043  By default the modulo-functions take only the first following character
26044  into account.
26045  To use more than one character, one has to put them into TeX-braces:
26046 \begin_inset Formula 
26047 \begin{align*}
26048 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26049 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26050 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26051 \end{align*}
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Section
26059 Special Characters
26060 \begin_inset Index idx
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064 Special characters
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Subsection
26073 Special Characters in Mathematical Text
26074 \end_layout
26075
26076 \begin_layout Standard
26077 The following commands can only be used in mathematical text or in TeX-mode:
26078 \end_layout
26079
26080 \begin_layout Standard
26081 \begin_inset space \hfill{}
26082 \end_inset
26083
26084
26085 \begin_inset Tabular
26086 <lyxtabular version="3" rows="8" columns="2">
26087 <features tabularvalignment="middle">
26088 <column alignment="block" valignment="top" width="0">
26089 <column alignment="block" valignment="top" width="0">
26090 <row>
26091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 Command
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 Result
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 <row>
26111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115
26116 \backslash
26117 oe
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 \begin_inset Formula $\textrm{œ}$
26127 \end_inset
26128
26129
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 </row>
26135 <row>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140
26141 \backslash
26142 OE
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset Formula $\textrm{Œ}$
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 </row>
26160 <row>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165
26166 \backslash
26167 ae
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176 \begin_inset Formula $\textrm{æ}$
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 </row>
26185 <row>
26186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26187 \begin_inset Text
26188
26189 \begin_layout Plain Layout
26190
26191 \backslash
26192 AE
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 \begin_inset Formula $\textrm{Æ}$
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 aa
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226 \begin_inset Formula $\textrm{\aa}$
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 </row>
26235 <row>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 AA
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248 \backslash
26249 @
26250 \begin_inset ERT
26251 status collapsed
26252
26253 \begin_layout Plain Layout
26254
26255
26256 \backslash
26257 textrm{
26258 \backslash
26259 AA}
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 \begin_inset Formula $\textrm{Å}$
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 </row>
26287 <row>
26288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292
26293 \backslash
26294 i
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 \begin_inset Formula $\textrm{ı}$
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 </row>
26312 </lyxtabular>
26313
26314 \end_inset
26315
26316
26317 \begin_inset space \hfill{}
26318 \end_inset
26319
26320
26321 \begin_inset Tabular
26322 <lyxtabular version="3" rows="8" columns="2">
26323 <features tabularvalignment="middle">
26324 <column alignment="block" valignment="top" width="0">
26325 <column alignment="center" valignment="top" width="0">
26326 <row>
26327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26328 \begin_inset Text
26329
26330 \begin_layout Plain Layout
26331 command
26332 \begin_inset Note Note
26333 status collapsed
26334
26335 \begin_layout Plain Layout
26336 The space of 0
26337 \begin_inset space \thinspace{}
26338 \end_inset
26339
26340 mm is used for separation, because otherwise the output will be ¡ and ¿
26341  respectively.
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350 </cell>
26351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 Result
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 </row>
26361 <row>
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366
26367 \backslash
26368 o
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 \begin_inset Formula $\textrm{ø}$
26378 \end_inset
26379
26380
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 </row>
26386 <row>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391
26392 \backslash
26393 O
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26399 \begin_inset Text
26400
26401 \begin_layout Plain Layout
26402 \begin_inset Formula $\textrm{Ø}$
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \end_inset
26409 </cell>
26410 </row>
26411 <row>
26412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416
26417 \backslash
26418 l
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427 \begin_inset Formula $\textrm{ł}$
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row>
26437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441
26442 \backslash
26443 L
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452 \begin_inset Formula $\textrm{Ł}$
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 !
26467 \begin_inset space \hspace{}
26468 \length 0mm
26469 \end_inset
26470
26471 `
26472 \begin_inset ERT
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476
26477
26478 \backslash
26479 spce 
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 \begin_inset Formula $\textrm{!`}$
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 </row>
26502 <row>
26503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 ?
26508 \begin_inset space \hspace{}
26509 \length 0mm
26510 \end_inset
26511
26512 `
26513 \begin_inset ERT
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517
26518
26519 \backslash
26520 spce 
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \end_inset
26529 </cell>
26530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26531 \begin_inset Text
26532
26533 \begin_layout Plain Layout
26534 \begin_inset Formula $\textrm{?`}$
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 </row>
26543 <row>
26544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26545 \begin_inset Text
26546
26547 \begin_layout Plain Layout
26548
26549 \backslash
26550 j
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 \begin_inset Formula $\textrm{ȷ}$
26560 \end_inset
26561
26562
26563 \end_layout
26564
26565 \end_inset
26566 </cell>
26567 </row>
26568 </lyxtabular>
26569
26570 \end_inset
26571
26572
26573 \begin_inset space \hfill{}
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Standard
26580 The characters 
26581 \begin_inset Formula $\textrm{\textrm{Å}}$
26582 \end_inset
26583
26584  and 
26585 \begin_inset Formula $\textrm{\textrm{Ø}}$
26586 \end_inset
26587
26588  can also be inserted via the math toolbar button 
26589 \begin_inset Graphics
26590         filename ../images/math/digamma.png
26591         scale 85
26592
26593 \end_inset
26594
26595 .
26596 \end_layout
26597
26598 \begin_layout Standard
26599 An exception are the commands 
26600 \series bold
26601 !
26602 \begin_inset space \hspace{}
26603 \length 0mm
26604 \end_inset
26605
26606 `
26607 \series default
26608  and 
26609 \series bold
26610 ?
26611 \begin_inset space \hspace{}
26612 \length 0mm
26613 \end_inset
26614
26615 `
26616 \series default
26617 , because they can be inserted in LyX directly to text.
26618 \end_layout
26619
26620 \begin_layout Subsection
26621 Accents in Text
26622 \begin_inset CommandInset label
26623 LatexCommand label
26624 name "sub:Accents-in-Text"
26625
26626 \end_inset
26627
26628
26629 \begin_inset Index idx
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633 Accents ! in text
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Standard
26642 With the following commands all letters can be accented.
26643  The commands must be inserted in TeX-mode.
26644 \end_layout
26645
26646 \begin_layout Standard
26647 \begin_inset space \hfill{}
26648 \end_inset
26649
26650
26651 \begin_inset Tabular
26652 <lyxtabular version="3" rows="8" columns="2">
26653 <features tabularvalignment="middle">
26654 <column alignment="block" valignment="top" width="0">
26655 <column alignment="block" valignment="top" width="0">
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661 Command
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 Result
26671 \end_layout
26672
26673 \end_inset
26674 </cell>
26675 </row>
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681
26682 \backslash
26683
26684 \begin_inset Quotes grd
26685 \end_inset
26686
26687 e
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 "e
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721 `e
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730 \begin_inset ERT
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734
26735
26736 \backslash
26737 `e
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746 </cell>
26747 </row>
26748 <row>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753
26754 \backslash
26755 ^
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 spce 
26764 \end_layout
26765
26766 \end_inset
26767
26768 e
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 ^e
26785 \end_layout
26786
26787 \end_inset
26788
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 =e
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 =e
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 <row>
26830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834
26835 \backslash
26836 u
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 spce 
26845 \end_layout
26846
26847 \end_inset
26848
26849 e
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26855 \begin_inset Text
26856
26857 \begin_layout Plain Layout
26858 \begin_inset ERT
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862
26863
26864 \backslash
26865 u e
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 </row>
26876 <row>
26877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881
26882 \backslash
26883 b
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 spce 
26892 \end_layout
26893
26894 \end_inset
26895
26896 e
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905 \begin_inset ERT
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909
26910
26911 \backslash
26912 b e
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 </row>
26923 <row>
26924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928
26929 \backslash
26930 t
26931 \begin_inset ERT
26932 status collapsed
26933
26934 \begin_layout Plain Layout
26935
26936
26937 \backslash
26938 spce 
26939 \end_layout
26940
26941 \end_inset
26942
26943 ee
26944 \end_layout
26945
26946 \end_inset
26947 </cell>
26948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952 \begin_inset ERT
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 t ee
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \end_inset
26968 </cell>
26969 </row>
26970 </lyxtabular>
26971
26972 \end_inset
26973
26974
26975 \begin_inset space \hfill{}
26976 \end_inset
26977
26978
26979 \begin_inset Tabular
26980 <lyxtabular version="3" rows="8" columns="2">
26981 <features tabularvalignment="middle">
26982 <column alignment="block" valignment="top" width="0">
26983 <column alignment="center" valignment="top" width="0">
26984 <row>
26985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26986 \begin_inset Text
26987
26988 \begin_layout Plain Layout
26989 Command
26990 \end_layout
26991
26992 \end_inset
26993 </cell>
26994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998 Result
26999 \end_layout
27000
27001 \end_inset
27002 </cell>
27003 </row>
27004 <row>
27005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009
27010 \backslash
27011 H
27012 \begin_inset ERT
27013 status collapsed
27014
27015 \begin_layout Plain Layout
27016
27017
27018 \backslash
27019 spce 
27020 \end_layout
27021
27022 \end_inset
27023
27024 e
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 H e
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 </row>
27051 <row>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056
27057 \backslash
27058 'e
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27064 \begin_inset Text
27065
27066 \begin_layout Plain Layout
27067 \begin_inset ERT
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071
27072
27073 \backslash
27074 'e
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 </row>
27085 <row>
27086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090
27091 \backslash
27092 ~e
27093 \begin_inset Index idx
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097 Tilde
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111 \begin_inset ERT
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115
27116
27117 \backslash
27118 ~e
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 </row>
27129 <row>
27130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27131 \begin_inset Text
27132
27133 \begin_layout Plain Layout
27134
27135 \backslash
27136 .e
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27142 \begin_inset Text
27143
27144 \begin_layout Plain Layout
27145 \begin_inset ERT
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149
27150
27151 \backslash
27152 .e
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 </row>
27163 <row>
27164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27165 \begin_inset Text
27166
27167 \begin_layout Plain Layout
27168
27169 \backslash
27170 v
27171 \begin_inset ERT
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 spce 
27179 \end_layout
27180
27181 \end_inset
27182
27183 e
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27189 \begin_inset Text
27190
27191 \begin_layout Plain Layout
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196
27197
27198 \backslash
27199 v e
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 <row>
27211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \backslash
27217 d
27218 \begin_inset ERT
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222
27223
27224 \backslash
27225 spce 
27226 \end_layout
27227
27228 \end_inset
27229
27230 e
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239 \begin_inset ERT
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243
27244
27245 \backslash
27246 d e
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \end_inset
27255 </cell>
27256 </row>
27257 <row>
27258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27259 \begin_inset Text
27260
27261 \begin_layout Plain Layout
27262
27263 \backslash
27264 c
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 spce 
27273 \end_layout
27274
27275 \end_inset
27276
27277 e
27278 \end_layout
27279
27280 \end_inset
27281 </cell>
27282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27283 \begin_inset Text
27284
27285 \begin_layout Plain Layout
27286 \begin_inset ERT
27287 status collapsed
27288
27289 \begin_layout Plain Layout
27290
27291
27292 \backslash
27293 c e
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \end_inset
27302 </cell>
27303 </row>
27304 </lyxtabular>
27305
27306 \end_inset
27307
27308
27309 \begin_inset space \hfill{}
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \begin_layout Standard
27316 \begin_inset VSpace medskip
27317 \end_inset
27318
27319 With the command 
27320 \series bold
27321
27322 \backslash
27323 t
27324 \series default
27325  also two different characters can be accented.
27326  The command 
27327 \series bold
27328
27329 \backslash
27330 t
27331 \begin_inset ERT
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335
27336
27337 \backslash
27338 spce 
27339 \end_layout
27340
27341 \end_inset
27342
27343 sz
27344 \series default
27345  creates: 
27346 \begin_inset ERT
27347 status collapsed
27348
27349 \begin_layout Plain Layout
27350
27351
27352 \backslash
27353 t sz
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \end_layout
27360
27361 \begin_layout Standard
27362 The accents 
27363 \series bold
27364 `
27365 \series default
27366  , 
27367 \series bold
27368 '
27369 \series default
27370  and 
27371 \series bold
27372 ^
27373 \series default
27374  can in combination with vowels directly be inserted with the keyboard without
27375  using TeX-mode.
27376  The same applies for the tilde
27377 \begin_inset Foot
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 This only applies for keyboards where the tilde is defined as accent.
27382 \end_layout
27383
27384 \end_inset
27385
27386  
27387 \series bold
27388 ~
27389 \series default
27390  in combination with 
27391 \emph on
27392 a
27393 \emph default
27394  , 
27395 \emph on
27396 n
27397 \emph default
27398  , or 
27399 \emph on
27400 o
27401 \emph default
27402 .
27403 \end_layout
27404
27405 \begin_layout Standard
27406 The commands 
27407 \series bold
27408
27409 \backslash
27410 b
27411 \series default
27412  , 
27413 \series bold
27414
27415 \backslash
27416 c
27417 \series default
27418  , 
27419 \series bold
27420
27421 \backslash
27422 d
27423 \series default
27424  , 
27425 \series bold
27426
27427 \backslash
27428 H
27429 \series default
27430  , 
27431 \series bold
27432
27433 \backslash
27434 t
27435 \series default
27436  , 
27437 \series bold
27438
27439 \backslash
27440 u
27441 \series default
27442  , 
27443 \series bold
27444
27445 \backslash
27446 v
27447 \series default
27448  and accents that are inserted directly with the keyboard are also available
27449  in mathematical text.
27450  For the other accents there are special math commands to be used in formulas,
27451  see 
27452 \begin_inset CommandInset ref
27453 LatexCommand ref
27454 reference "sub:Accents-for-one"
27455
27456 \end_inset
27457
27458 .
27459 \end_layout
27460
27461 \begin_layout Standard
27462 \begin_inset VSpace bigskip
27463 \end_inset
27464
27465 Furthermore, with the command 
27466 \series bold
27467
27468 \backslash
27469 textcircled
27470 \series default
27471
27472 \begin_inset Index idx
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 Commands ! T ! 
27477 \backslash
27478 textcircled
27479 \end_layout
27480
27481 \end_inset
27482
27483  all numbers and letters can be set into a circle, quasi accented with a
27484  circle, similar to the copyright symbol.
27485 \end_layout
27486
27487 \begin_layout Standard
27488 \align center
27489 \begin_inset Tabular
27490 <lyxtabular version="3" rows="3" columns="2">
27491 <features tabularvalignment="middle">
27492 <column alignment="center" valignment="top" width="0">
27493 <column alignment="center" valignment="top" width="0">
27494 <row>
27495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27496 \begin_inset Text
27497
27498 \begin_layout Plain Layout
27499 Command
27500 \end_layout
27501
27502 \end_inset
27503 </cell>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508 Result
27509 \begin_inset Note Note
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513
27514 \series bold
27515
27516 \backslash
27517 raisebox
27518 \series default
27519  is only used as spacer.
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 </row>
27530 <row>
27531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \backslash
27537 textcircled{w}
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 textcircled{w}
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \end_inset
27562 </cell>
27563 </row>
27564 <row>
27565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27566 \begin_inset Text
27567
27568 \begin_layout Plain Layout
27569
27570 \backslash
27571 Large 
27572 \backslash
27573 textcircled{
27574 \backslash
27575 normalsize
27576 \backslash
27577 protect
27578 \backslash
27579 raisebox{-1.5pt}{W}}
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 \begin_inset Formula $\raisebox{4.5mm}{}$
27589 \end_inset
27590
27591
27592 \begin_inset ERT
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596
27597
27598 \backslash
27599 Large 
27600 \backslash
27601 textcircled{
27602 \backslash
27603 normalsize
27604 \backslash
27605 protect
27606 \backslash
27607 raisebox{-1.5pt}W}
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset Formula $\raisebox{-2mm}{}$
27614 \end_inset
27615
27616
27617 \end_layout
27618
27619 \end_inset
27620 </cell>
27621 </row>
27622 </lyxtabular>
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 One has to take care that the character fits in the circle.
27631  
27632 \series bold
27633
27634 \backslash
27635 Large
27636 \series default
27637
27638 \begin_inset Foot
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642 see 
27643 \begin_inset CommandInset ref
27644 LatexCommand ref
27645 reference "sub:Font-Sizes"
27646
27647 \end_inset
27648
27649
27650 \end_layout
27651
27652 \end_inset
27653
27654  specifies thereby the size of the circle.
27655  With the help of 
27656 \series bold
27657
27658 \backslash
27659 raisebox
27660 \series default
27661
27662 \begin_inset Foot
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 see 
27667 \begin_inset CommandInset ref
27668 LatexCommand ref
27669 reference "sub:Boxes-without-Frame"
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \end_inset
27677
27678  the character can be centered.
27679 \end_layout
27680
27681 \begin_layout Subsection
27682 Old-style Figures
27683 \begin_inset Index idx
27684 status collapsed
27685
27686 \begin_layout Plain Layout
27687 Old-style Figures
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 Old-style figures (also known as old-style numerals) are created with the
27697  command 
27698 \series bold
27699
27700 \backslash
27701 oldstylenums
27702 \series default
27703
27704 \begin_inset Index idx
27705 status collapsed
27706
27707 \begin_layout Plain Layout
27708 Commands ! O ! 
27709 \backslash
27710 oldstylenums
27711 \end_layout
27712
27713 \end_inset
27714
27715 .
27716  The command can be used in formulas and in TeX-mode.
27717  The command scheme is:
27718 \end_layout
27719
27720 \begin_layout Standard
27721
27722 \series bold
27723
27724 \backslash
27725 oldstylenums{number}
27726 \end_layout
27727
27728 \begin_layout Standard
27729 The command 
27730 \series bold
27731
27732 \backslash
27733 oldstylenums{0123456789
27734 \series default
27735  produces: 
27736 \begin_inset Formula $\oldstylenums{0123456789}$
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Subsection
27743 Miscellaneous special Characters
27744 \begin_inset CommandInset label
27745 LatexCommand label
27746 name "sub:Miscellaneous-special-Characters"
27747
27748 \end_inset
27749
27750
27751 \begin_inset Index idx
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 Special characters ! miscellaneous
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \begin_layout Standard
27764 The following characters can only be inserted to formulas by using commands:
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \align center
27769 \begin_inset Tabular
27770 <lyxtabular version="3" rows="4" columns="2">
27771 <features tabularvalignment="middle">
27772 <column alignment="center" valignment="top" width="0">
27773 <column alignment="center" valignment="top" width="0">
27774 <row>
27775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27776 \begin_inset Text
27777
27778 \begin_layout Plain Layout
27779 Command
27780 \end_layout
27781
27782 \end_inset
27783 </cell>
27784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27785 \begin_inset Text
27786
27787 \begin_layout Plain Layout
27788 Result
27789 \end_layout
27790
27791 \end_inset
27792 </cell>
27793 </row>
27794 <row>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799
27800 \backslash
27801 ^
27802 \begin_inset ERT
27803 status collapsed
27804
27805 \begin_layout Plain Layout
27806
27807
27808 \backslash
27809 spce 
27810 \end_layout
27811
27812 \end_inset
27813
27814
27815 \end_layout
27816
27817 \end_inset
27818 </cell>
27819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27820 \begin_inset Text
27821
27822 \begin_layout Plain Layout
27823 \begin_inset Formula $\mathcircumflex$
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 </row>
27832 <row>
27833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837
27838 \backslash
27839 _
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27845 \begin_inset Text
27846
27847 \begin_layout Plain Layout
27848 \begin_inset Formula $\_$
27849 \end_inset
27850
27851
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 </row>
27857 <row>
27858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27859 \begin_inset Text
27860
27861 \begin_layout Plain Layout
27862 ^
27863 \begin_inset ERT
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867
27868
27869 \backslash
27870 spce 
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \backslash
27877 circ
27878 \begin_inset Index idx
27879 status collapsed
27880
27881 \begin_layout Plain Layout
27882
27883 \backslash
27884
27885 \end_layout
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \end_inset
27893 </cell>
27894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27895 \begin_inset Text
27896
27897 \begin_layout Plain Layout
27898 \begin_inset Formula $^{\circ}$
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 </row>
27907 </lyxtabular>
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27916  contains the following line
27917 \begin_inset Foot
27918 status collapsed
27919
27920 \begin_layout Plain Layout
27921 More about this is described in 
27922 \begin_inset CommandInset ref
27923 LatexCommand ref
27924 reference "sub:Text-Characters-in"
27925
27926 \end_inset
27927
27928 .
27929 \end_layout
27930
27931 \end_inset
27932
27933 :
27934 \end_layout
27935
27936 \begin_layout Standard
27937
27938 \series bold
27939
27940 \backslash
27941 DeclareInputtext{176}{
27942 \backslash
27943 ifmmode^
27944 \backslash
27945 circ
27946 \backslash
27947 else
27948 \backslash
27949 textdegree
27950 \backslash
27951 fi}
27952 \end_layout
27953
27954 \begin_layout Standard
27955 \begin_inset Newpage newpage
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Section
27962 Formula Styles
27963 \begin_inset CommandInset label
27964 LatexCommand label
27965 name "sec:Formula-Styles"
27966
27967 \end_inset
27968
27969
27970 \begin_inset Index idx
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Formula ! styles
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Itemize
27983 There are two different alignment styles:
27984 \end_layout
27985
27986 \begin_deeper
27987 \begin_layout Description
27988 Centered is the predefined standard
27989 \end_layout
27990
27991 \begin_layout Description
27992 Indented for this the option 
27993 \series bold
27994 fleqn
27995 \series default
27996  must be inserted in the menu 
27997 \family sans
27998 Document\SpecialChar \menuseparator
27999 Settings
28000 \family default
28001  under 
28002 \family sans
28003 Document
28004 \begin_inset space ~
28005 \end_inset
28006
28007 Class
28008 \end_layout
28009
28010 \begin_layout Standard
28011 When 
28012 \series bold
28013 Indented
28014 \series default
28015  is used, the indentation can be adjusted with the length 
28016 \series bold
28017
28018 \backslash
28019 mathindent
28020 \series default
28021
28022 \begin_inset Index idx
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 Commands ! M ! 
28027 \backslash
28028 mathindent
28029 \end_layout
28030
28031 \end_inset
28032
28033 .
28034  Should the distance be 15
28035 \begin_inset space \thinspace{}
28036 \end_inset
28037
28038 mm, the following command line is inserted in the LaTeX-preamble
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \series bold
28044
28045 \backslash
28046 setlength{
28047 \backslash
28048 mathindent}{15mm}
28049 \end_layout
28050
28051 \begin_layout Standard
28052 When no length is specified, the predefined value of 30
28053 \begin_inset space \thinspace{}
28054 \end_inset
28055
28056 pt will be used.
28057 \end_layout
28058
28059 \end_deeper
28060 \begin_layout Itemize
28061 And two different numbering styles:
28062 \end_layout
28063
28064 \begin_deeper
28065 \begin_layout Description
28066 Right is the predefined standard
28067 \end_layout
28068
28069 \begin_layout Description
28070 Left for this the option 
28071 \series bold
28072 leqno
28073 \series default
28074  must be inserted in the menu 
28075 \family sans
28076 Document\SpecialChar \menuseparator
28077 Settings
28078 \family default
28079  under 
28080 \family sans
28081 Document
28082 \begin_inset space ~
28083 \end_inset
28084
28085 Class
28086 \end_layout
28087
28088 \end_deeper
28089 \begin_layout Standard
28090
28091 \series bold
28092 fleqn
28093 \series default
28094  and 
28095 \series bold
28096 leqno
28097 \series default
28098  can also be used together.
28099  In this case both options are inserted, separated by a comma.
28100 \end_layout
28101
28102 \begin_layout Standard
28103 The chosen styles are used for all displayed formulas of the document.
28104  When both, centered and indented formulas should be created in a document,
28105  the style 
28106 \series bold
28107 Centered
28108 \series default
28109  is used.
28110  The indented formulas are then set in a flalign environment, see 
28111 \begin_inset CommandInset ref
28112 LatexCommand ref
28113 reference "sub:Flalign-Environment"
28114
28115 \end_inset
28116
28117 .
28118 \end_layout
28119
28120 \begin_layout Section
28121 Multiline Formulas
28122 \begin_inset CommandInset label
28123 LatexCommand label
28124 name "sec:Multiline-Formulas"
28125
28126 \end_inset
28127
28128
28129 \begin_inset Index idx
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133 Formula ! multiline
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Subsection
28142 General
28143 \end_layout
28144
28145 \begin_layout Standard
28146 In LyX multiline formulas are created by pressing 
28147 \series bold
28148
28149 \begin_inset Info
28150 type  "shortcut"
28151 arg   "newline-insert newline"
28152 \end_inset
28153
28154
28155 \series default
28156  inside a formula.
28157  This creates either an 
28158 \series bold
28159 eqnarray environment
28160 \series default
28161  that is described in 
28162 \begin_inset CommandInset ref
28163 LatexCommand ref
28164 reference "sub:Eqnarray-Environment"
28165
28166 \end_inset
28167
28168  or, when the option 
28169 \family sans
28170 Use AMS math package
28171 \family default
28172  in the document settings is selected, an 
28173 \series bold
28174 align environment
28175 \series default
28176  that is described in 
28177 \begin_inset CommandInset ref
28178 LatexCommand ref
28179 reference "sub:Standard-align-Environment"
28180
28181 \end_inset
28182
28183 .
28184 \end_layout
28185
28186 \begin_layout Standard
28187 There are other multiline formula environments that can be created via the
28188  menu 
28189 \family sans
28190 Insert\SpecialChar \menuseparator
28191 Math
28192 \family default
28193 .
28194  These environments are described in the following sections.
28195 \end_layout
28196
28197 \begin_layout Standard
28198 In all multiline formula environments a new line is created by pressing
28199  
28200 \begin_inset Info
28201 type  "shortcut"
28202 arg   "newline-insert newline"
28203 \end_inset
28204
28205 .
28206  To add or delete lines, the math toolbar buttons 
28207 \begin_inset Graphics
28208         filename ../images/tabular-feature_append-row.png
28209         scale 85
28210
28211 \end_inset
28212
28213  or 
28214 \begin_inset Graphics
28215         filename ../images/tabular-feature_delete-row.png
28216         scale 85
28217
28218 \end_inset
28219
28220 , respectively, or the menu 
28221 \family sans
28222 Edit\SpecialChar \menuseparator
28223 Rows & Columns
28224 \family default
28225  can be used.
28226 \end_layout
28227
28228 \begin_layout Subsubsection
28229 Line Separation
28230 \begin_inset CommandInset label
28231 LatexCommand label
28232 name "sub:Line-Separation"
28233
28234 \end_inset
28235
28236
28237 \begin_inset Index idx
28238 status collapsed
28239
28240 \begin_layout Plain Layout
28241 Formula ! multiline ! Line separation
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 There is sometimes not enough space in multiline formulas between the lines:
28251 \begin_inset Formula 
28252 \begin{eqnarray*}
28253 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}\\
28254 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
28255 \end{eqnarray*}
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Standard
28263 In LaTeX additional line space is specified as optional argument of the
28264  new line command.
28265  This is not yet possible in LyX
28266 \begin_inset Foot
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270 see 
28271 \begin_inset CommandInset href
28272 LatexCommand href
28273 name "LyX-bug #1505"
28274 target "http://www.lyx.org/trac/ticket/1505"
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282
28283 , therefore the whole formula must be inserted in TeX-mode.
28284  To add in our example space, the command 
28285 \series bold
28286
28287 \backslash
28288
28289 \backslash
28290 [3mm]
28291 \series default
28292  is inserted at the end of the first line.
28293  One gets: 
28294 \begin_inset ERT
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 begin{eqnarray*}
28302 \end_layout
28303
28304 \begin_layout Plain Layout
28305
28306 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28307  = & 
28308 \backslash
28309 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28310 \backslash
28311
28312 \backslash
28313 [3mm]
28314 \end_layout
28315
28316 \begin_layout Plain Layout
28317
28318 4x^{2}
28319 \backslash
28320 left(B^{2}+x_{0}^{2}
28321 \backslash
28322 right)+4x_{0}x
28323 \backslash
28324 left(D-B^{2}
28325 \backslash
28326 right)+B^{2}
28327 \backslash
28328 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28329 \backslash
28330 right) & = & 0
28331 \end_layout
28332
28333 \begin_layout Plain Layout
28334
28335
28336 \backslash
28337 end{eqnarray*}
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \begin_layout Standard
28346 \begin_inset VSpace bigskip
28347 \end_inset
28348
28349 To set the line separation for all lines in a formula, the length 
28350 \series bold
28351
28352 \backslash
28353 jot
28354 \series default
28355
28356 \begin_inset Index idx
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 Commands ! J ! 
28361 \backslash
28362 jot
28363 \end_layout
28364
28365 \end_inset
28366
28367  is changed.
28368  The definition is: 
28369 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28370 \end_inset
28371
28372 .
28373  Predefined for 
28374 \series bold
28375
28376 \backslash
28377 jot
28378 \series default
28379  is the value 3
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 pt.
28384  To create 3
28385 \begin_inset space \thinspace{}
28386 \end_inset
28387
28388 mm additional line separation as in the previous example, the command
28389 \end_layout
28390
28391 \begin_layout Standard
28392
28393 \series bold
28394
28395 \backslash
28396 setlength{
28397 \backslash
28398 jot}{3mm+3pt}
28399 \end_layout
28400
28401 \begin_layout Standard
28402 is inserted in TeX-mode before the formula.
28403  This requires that the LaTeX-package 
28404 \series bold
28405 calc
28406 \series default
28407
28408 \begin_inset Foot
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412
28413 \series bold
28414 calc
28415 \series default
28416  is part of every LaTeX standard installation.
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \begin_inset Index idx
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426 Packages ! calc
28427 \end_layout
28428
28429 \end_inset
28430
28431  was loaded in LaTeX-preamble with the line
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 usepackage{calc}
28440 \end_layout
28441
28442 \begin_layout Standard
28443 One gets: 
28444 \begin_inset ERT
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448
28449
28450 \backslash
28451 setlength{
28452 \backslash
28453 jot}{3mm+3pt}
28454 \end_layout
28455
28456 \end_inset
28457
28458
28459 \begin_inset Formula 
28460 \begin{eqnarray*}
28461 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}\\
28462 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
28463 \end{eqnarray*}
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \begin_inset ERT
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475
28476
28477 \backslash
28478 setlength{
28479 \backslash
28480 jot}{3pt}
28481 \end_layout
28482
28483 \end_inset
28484
28485  To get back to the predefined distance, 
28486 \series bold
28487
28488 \backslash
28489 jot
28490 \series default
28491  is set to the value 3
28492 \begin_inset space \thinspace{}
28493 \end_inset
28494
28495 pt.
28496 \end_layout
28497
28498 \begin_layout Subsubsection
28499 Column Separation
28500 \begin_inset CommandInset label
28501 LatexCommand label
28502 name "sub:Column-Separation"
28503
28504 \end_inset
28505
28506
28507 \begin_inset Index idx
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 Formula ! multiline ! Column separation
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 Multiline formulas form a matrix.
28521  A formula in the eqnarray environment is for example a matrix with three
28522  columns.
28523  By changing the column separation in this environment, the space beside
28524  the relation sign can be changed.
28525 \end_layout
28526
28527 \begin_layout Standard
28528 The column separation is specified with the length 
28529 \series bold
28530
28531 \backslash
28532 arraycolsep
28533 \series default
28534
28535 \begin_inset Index idx
28536 status collapsed
28537
28538 \begin_layout Plain Layout
28539 Commands ! A ! 
28540 \backslash
28541 arraycolsep
28542 \end_layout
28543
28544 \end_inset
28545
28546  according to:
28547 \begin_inset Newline newline
28548 \end_inset
28549
28550 column separation = 2
28551 \begin_inset space \thinspace{}
28552 \end_inset
28553
28554
28555 \series bold
28556
28557 \backslash
28558 arraycolsep
28559 \series default
28560
28561 \begin_inset Newline newline
28562 \end_inset
28563
28564 Thus, the command
28565 \end_layout
28566
28567 \begin_layout Standard
28568
28569 \series bold
28570
28571 \backslash
28572 setlength{
28573 \backslash
28574 arraycolsep}{1cm}
28575 \end_layout
28576
28577 \begin_layout Standard
28578 inserted in TeX-mode, sets for all following formulas a column separation
28579  of 2
28580 \begin_inset space \thinspace{}
28581 \end_inset
28582
28583 cm.
28584  To get back to the predefined distance, 
28585 \series bold
28586
28587 \backslash
28588 arraycolsep
28589 \series default
28590  is set to 5
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 pt.
28595 \end_layout
28596
28597 \begin_layout Standard
28598 A formula with 2
28599 \begin_inset space \thinspace{}
28600 \end_inset
28601
28602 cm column separation:
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 setlength{
28611 \backslash
28612 arraycolsep}{1cm}
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \begin_inset Formula 
28619 \begin{eqnarray*}
28620 A & = & B\\
28621 C & \ne & A
28622 \end{eqnarray*}
28623
28624 \end_inset
28625
28626 A formula with the predefined column separation for matrices of 10
28627 \begin_inset space \thinspace{}
28628 \end_inset
28629
28630 pt:
28631 \begin_inset ERT
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635
28636
28637 \backslash
28638 setlength{
28639 \backslash
28640 arraycolsep}{5pt}
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \begin_inset Formula 
28647 \begin{eqnarray*}
28648 A & = & B\\
28649 C & \ne & A
28650 \end{eqnarray*}
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Subsubsection
28658 Long Formulas
28659 \begin_inset Index idx
28660 status collapsed
28661
28662 \begin_layout Plain Layout
28663 Formula ! long
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 Long formulas can be typeset using these methods:
28673 \end_layout
28674
28675 \begin_layout Itemize
28676 When one side of the equation is much shorther than the line width, this
28677  one is chosen for the left side and the right side is typeset over two
28678  lines:
28679 \begin_inset Formula 
28680 \begin{eqnarray}
28681 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 \\
28682  &  & -\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}
28683 \end{eqnarray}
28684
28685 \end_inset
28686
28687 The minus sign at the beginning of the second line does normally not appear
28688  as operator because it is the first character of the line.
28689  Thus it would not be surrounded by space and could not be distinguished
28690  from the fraction bar.
28691  To avoid this, 3
28692 \begin_inset space \thinspace{}
28693 \end_inset
28694
28695 pt space was inserted behind the minus sign with the command 
28696 \series bold
28697
28698 \backslash
28699 hspace
28700 \series default
28701 .
28702 \begin_inset Foot
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 more about 
28707 \series bold
28708
28709 \backslash
28710 hspace
28711 \series default
28712  see 
28713 \begin_inset CommandInset ref
28714 LatexCommand ref
28715 reference "sub:Variable-Space"
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \begin_inset Index idx
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729 Commands ! H ! 
28730 \backslash
28731 hspace
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Itemize
28740 When both sides of the equation are too long, the command 
28741 \series bold
28742
28743 \backslash
28744 lefteqn
28745 \series default
28746
28747 \begin_inset Index idx
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 Commands ! L ! 
28752 \backslash
28753 lefteqn
28754 \end_layout
28755
28756 \end_inset
28757
28758  is used.
28759  It is inserted to the first column of the first line and effects that all
28760  further insertions overwrite the following columns:
28761 \begin_inset Formula 
28762 \begin{eqnarray}
28763 \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 \\
28764  &  & -\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 \\
28765  &  & =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}
28766 \end{eqnarray}
28767
28768 \end_inset
28769
28770 After the insertion of 
28771 \series bold
28772
28773 \backslash
28774 lefteqn
28775 \series default
28776 , the cursor is in a purple box that is a bit shifted to the left from the
28777  blue one.
28778  In this the formula is inserted.
28779 \begin_inset Newline newline
28780 \end_inset
28781
28782 The content of the further lines is inserted to the second or another formula
28783  column.
28784  The greater the column number where it was inserted, the larger the indentation.
28785 \begin_inset VSpace medskip
28786 \end_inset
28787
28788
28789 \begin_inset Newline newline
28790 \end_inset
28791
28792
28793 \begin_inset Note Greyedout
28794 status open
28795
28796 \begin_layout Plain Layout
28797 Note the following when using 
28798 \series bold
28799
28800 \backslash
28801 lefteqn
28802 \series default
28803 :
28804 \end_layout
28805
28806 \begin_layout Itemize
28807 The formula doesn't use the full page width.
28808  When e.
28809 \begin_inset space \thinspace{}
28810 \end_inset
28811
28812 g.
28813 \begin_inset space \space{}
28814 \end_inset
28815
28816 the term 
28817 \begin_inset Formula $-B^{2}$
28818 \end_inset
28819
28820  is added to the first line in the above example, it would have been outside
28821  the page margin.
28822  To better use the width, negative space can be inserted at the beginning
28823  of the first line.
28824 \end_layout
28825
28826 \begin_layout Itemize
28827 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28828  line.
28829 \begin_inset Foot
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 \begin_inset CommandInset href
28834 LatexCommand href
28835 name "LyX-bug #1429"
28836 target "http://www.lyx.org/trac/ticket/1429"
28837
28838 \end_inset
28839
28840
28841 \end_layout
28842
28843 \end_inset
28844
28845  One can only set the cursor at the beginning of the line and move it with
28846  the arrow keys.
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Itemize
28855 Other methods to set long formulas are offered by the environments described
28856  in 
28857 \begin_inset CommandInset ref
28858 LatexCommand ref
28859 reference "sub:Multline-Environment"
28860
28861 \end_inset
28862
28863  and 
28864 \begin_inset CommandInset ref
28865 LatexCommand ref
28866 reference "sub:Multiline-Formula-Parts"
28867
28868 \end_inset
28869
28870 .
28871 \end_layout
28872
28873 \begin_layout Subsubsection
28874 Multiline Brackets
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "sub:Multiline-Brackets"
28878
28879 \end_inset
28880
28881
28882 \begin_inset Index idx
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 Brackets ! for multiline expressions
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Standard
28895 For brackets spanning multiple lines the following problem occurs:
28896 \begin_inset Formula 
28897 \begin{eqnarray*}
28898 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28899  &  & \left.\cdots+B-D\right]
28900 \end{eqnarray*}
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Standard
28908 The closing bracket is smaller than the opening bracket because brackets
28909  with variable size may not span multiple lines.
28910 \end_layout
28911
28912 \begin_layout Standard
28913 To set the bracket size for the second line correctly, the first line is
28914  ended with 
28915 \series bold
28916
28917 \backslash
28918 right.
28919 \series default
28920
28921 \begin_inset Index idx
28922 status collapsed
28923
28924 \begin_layout Plain Layout
28925 Commands ! R ! 
28926 \backslash
28927 right
28928 \end_layout
28929
28930 \end_inset
28931
28932  and the second line with 
28933 \series bold
28934
28935 \backslash
28936 left.
28937 \begin_inset Foot
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941 for more about 
28942 \series bold
28943
28944 \backslash
28945 left
28946 \series default
28947  and 
28948 \series bold
28949
28950 \backslash
28951 right
28952 \series default
28953  see 
28954 \begin_inset CommandInset ref
28955 LatexCommand ref
28956 reference "sub:Automatic-Bracket-Size"
28957
28958 \end_inset
28959
28960
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \series default
28967
28968 \begin_inset Index idx
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Commands ! L ! 
28973 \backslash
28974 left
28975 \end_layout
28976
28977 \end_inset
28978
28979 .
28980  After 
28981 \series bold
28982
28983 \backslash
28984 left.
28985
28986 \series default
28987  the command 
28988 \series bold
28989
28990 \backslash
28991 vphantom
28992 \series default
28993
28994 \begin_inset ERT
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998
28999
29000 \backslash
29001 spce 
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \series bold
29008
29009 \backslash
29010 prod
29011 \series default
29012 ^
29013 \begin_inset ERT
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 spce 
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \series bold
29027
29028 \backslash
29029 infty
29030 \series default
29031
29032 \begin_inset ERT
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036
29037
29038 \backslash
29039 spce 
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \series bold
29046
29047 \begin_inset Formula $\downarrow$
29048 \end_inset
29049
29050 _R=1}
29051 \series default
29052
29053 \begin_inset Index idx
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Commands ! V ! 
29058 \backslash
29059 vphantom
29060 \end_layout
29061
29062 \end_inset
29063
29064  is inserted, because the multiplication operator with its limits is the
29065  largest symbol in the first line and this should be the size for the bracket
29066  in the second line.
29067 \end_layout
29068
29069 \begin_layout Standard
29070 The result is this:
29071 \begin_inset Formula 
29072 \begin{eqnarray*}
29073 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29074  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29075 \end{eqnarray*}
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Subsection
29083 Align Environments
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Align environments can be used for every kind of multiline formulas.
29088  They are specially useful to set several formulas side by side.
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Align environments consist of columns.
29093  The odd columns are right aligned, the even ones left aligned.
29094  Every line in an Align environment can be numbered.
29095 \end_layout
29096
29097 \begin_layout Standard
29098 Align environments are created via the menu 
29099 \family sans
29100 Insert\SpecialChar \menuseparator
29101 Math
29102 \family default
29103 .
29104  With the menu 
29105 \family sans
29106 Edit\SpecialChar \menuseparator
29107 Math\SpecialChar \menuseparator
29108 Change Formula Type
29109 \family default
29110  already existing formulas can be converted to Align environments.
29111 \end_layout
29112
29113 \begin_layout Standard
29114 To add or delete columns, the math toolbar buttons 
29115 \begin_inset Graphics
29116         filename ../images/tabular-feature_append-column.png
29117         scale 85
29118
29119 \end_inset
29120
29121  or 
29122 \begin_inset Graphics
29123         filename ../images/tabular-feature_delete-column.png
29124         scale 85
29125
29126 \end_inset
29127
29128 , respectively, or the menu 
29129 \family sans
29130 Edit\SpecialChar \menuseparator
29131 Rows & Columns
29132 \family default
29133  can be used.
29134 \end_layout
29135
29136 \begin_layout Subsubsection
29137 Standard align Environment
29138 \begin_inset CommandInset label
29139 LatexCommand label
29140 name "sub:Standard-align-Environment"
29141
29142 \end_inset
29143
29144
29145 \begin_inset Index idx
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 Formula ! multiline ! align environment
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 This Align environment is created by presssing 
29159 \begin_inset Info
29160 type  "shortcut"
29161 arg   "newline-insert newline"
29162 \end_inset
29163
29164  in a formula or by the menu 
29165 \family sans
29166 Insert\SpecialChar \menuseparator
29167 Math\SpecialChar \menuseparator
29168 AMS align Environment
29169 \family default
29170 .
29171 \end_layout
29172
29173 \begin_layout Standard
29174 An example for two formulas set side by side, that are created with a four
29175  column align environment:
29176 \begin_inset Formula 
29177 \begin{align*}
29178 A & =\sin(B) & C & =D\\
29179 C & \ne A & B & \ne D
29180 \end{align*}
29181
29182 \end_inset
29183
29184 As it can be seen, the formulas in this environment are placed so as if
29185  there would be a 
29186 \series bold
29187
29188 \backslash
29189 hfill
29190 \begin_inset Foot
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194 more about 
29195 \series bold
29196
29197 \backslash
29198 hfill
29199 \series default
29200  see 
29201 \begin_inset CommandInset ref
29202 LatexCommand ref
29203 reference "sub:Variable-Space"
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \series default
29214  before the first and after every even column.
29215  When the formula style 
29216 \series bold
29217 Indented
29218 \begin_inset Foot
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222 formula styles see 
29223 \begin_inset CommandInset ref
29224 LatexCommand ref
29225 reference "sec:Formula-Styles"
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \series default
29236  is used, the formula is set without the 
29237 \series bold
29238
29239 \backslash
29240 hfill
29241 \series default
29242  before the first column.
29243 \end_layout
29244
29245 \begin_layout Subsubsection
29246 Alignat Environment
29247 \begin_inset Index idx
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251 Formula ! multiline ! alignat environment
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \end_layout
29258
29259 \begin_layout Standard
29260 The alignat environment has no predefined column separation.
29261  It can be inserted manually with the spaces that are described 
29262 \begin_inset CommandInset ref
29263 LatexCommand ref
29264 reference "sub:Space"
29265
29266 \end_inset
29267
29268 .
29269 \end_layout
29270
29271 \begin_layout Standard
29272 The above example in the alignat environment where 1
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 cm space was inserted at the beginning of the second formula:
29277 \begin_inset Formula 
29278 \begin{alignat*}{2}
29279 A & =\sin(B) & \hspace{1cm}C & =D\\
29280 C & \ne A & B & \ne D
29281 \end{alignat*}
29282
29283 \end_inset
29284
29285 Because the column separation can be set separately for every column, this
29286  environment is especially suitable to set three and more formulas side
29287  by side.
29288 \end_layout
29289
29290 \begin_layout Subsubsection
29291 Flalign Environment
29292 \begin_inset CommandInset label
29293 LatexCommand label
29294 name "sub:Flalign-Environment"
29295
29296 \end_inset
29297
29298
29299 \begin_inset Index idx
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 Formula ! multiline ! flalign environment
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Standard
29312 In this environment the first two columns are always set as much as possible
29313  to the left and the last two ones to the right.
29314  An example:
29315 \begin_inset Formula 
29316 \begin{flalign*}
29317 A & =1 & B & =2 & C & =3\\
29318 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29319 \end{flalign*}
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Standard
29327 By creating a flalign environment with an odd number of columns where an
29328  empty TeX-brace is inserted to the last column, several formulas in a document
29329  can be set to the left, although the formula style 
29330 \series bold
29331 Centered
29332 \series default
29333  is used.
29334  As example the indented formula 
29335 \begin_inset CommandInset ref
29336 LatexCommand eqref
29337 reference "eq:VolInt"
29338
29339 \end_inset
29340
29341 :
29342 \begin_inset Formula 
29343 \begin{flalign}
29344 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29345 \end{flalign}
29346
29347 \end_inset
29348
29349 The first two columns contain the formula.
29350  To indent it as with the formula style 
29351 \series bold
29352 Indented
29353 \series default
29354 , 30
29355 \begin_inset space \thinspace{}
29356 \end_inset
29357
29358 pt space was inserted at the beginning of the first column.
29359 \end_layout
29360
29361 \begin_layout Subsection
29362 Eqnarray Environment
29363 \begin_inset CommandInset label
29364 LatexCommand label
29365 name "sub:Eqnarray-Environment"
29366
29367 \end_inset
29368
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 Formula ! multiline ! eqnarray environment
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 When this environment has been created, three blue boxes appear.
29384  The content of the first box is right aligned, the content of the last
29385  one left aligned.
29386  The content of the middle box appears centered and a bit smaller, because
29387  it is designed to insert there only relation characters.
29388 \begin_inset Formula 
29389 \begin{eqnarray*}
29390 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29391 AB & AB & AB\\
29392 A & = & A
29393 \end{eqnarray*}
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Subsection
29401 Gather Environment
29402 \begin_inset Index idx
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406 Formula ! multiline ! gather environment
29407 \end_layout
29408
29409 \end_inset
29410
29411
29412 \end_layout
29413
29414 \begin_layout Standard
29415 This environment consists of only one centered column.
29416  Every line can be numbered.
29417 \begin_inset Formula 
29418 \begin{gather}
29419 A=1\\
29420 X=\textrm{-}1
29421 \end{gather}
29422
29423 \end_inset
29424
29425
29426 \end_layout
29427
29428 \begin_layout Subsection
29429 Multline Environment
29430 \begin_inset CommandInset label
29431 LatexCommand label
29432 name "sub:Multline-Environment"
29433
29434 \end_inset
29435
29436
29437 \begin_inset Index idx
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 Formula ! multiline ! multline environment
29442 \end_layout
29443
29444 \end_inset
29445
29446
29447 \end_layout
29448
29449 \begin_layout Standard
29450 The multline environment consists, like the gather environment, of only
29451  one column.
29452  But the first line is left aligned, the last one right aligned.
29453  All other lines are centered.
29454  Therefore this environment is suitable for long formulas.
29455  As example formula 
29456 \begin_inset CommandInset ref
29457 LatexCommand eqref
29458 reference "eq:lefteqn"
29459
29460 \end_inset
29461
29462  in the multline environment:
29463 \begin_inset Formula 
29464 \begin{multline}
29465 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}\\
29466 -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}\\
29467 =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}}
29468 \end{multline}
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Standard
29476 In the output only the last (first) line of a multline environment appears
29477  numbered when the document numbering is right (left).
29478 \begin_inset Foot
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482 numbering styles see 
29483 \begin_inset CommandInset ref
29484 LatexCommand ref
29485 reference "sec:Formula-Styles"
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Standard
29498 With the commands 
29499 \series bold
29500
29501 \backslash
29502 shoveright
29503 \series default
29504
29505 \begin_inset Index idx
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509 Commands ! S ! 
29510 \backslash
29511 shoveright
29512 \end_layout
29513
29514 \end_inset
29515
29516  and 
29517 \series bold
29518
29519 \backslash
29520 shoveleft
29521 \series default
29522
29523 \begin_inset Index idx
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 Commands ! S ! 
29528 \backslash
29529 shoveleft
29530 \end_layout
29531
29532 \end_inset
29533
29534  a centered line can be right or left aligned, respectively.
29535  The commands are used as follows:
29536 \end_layout
29537
29538 \begin_layout Standard
29539
29540 \series bold
29541
29542 \backslash
29543 shoveright{line content}
29544 \series default
29545  and 
29546 \series bold
29547
29548 \backslash
29549 shoveleft{line content}
29550 \end_layout
29551
29552 \begin_layout Standard
29553 \begin_inset VSpace medskip
29554 \end_inset
29555
29556 The length 
29557 \series bold
29558
29559 \backslash
29560 multlinegap
29561 \series default
29562
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Commands ! M ! 
29568 \backslash
29569 multlinegap
29570 \end_layout
29571
29572 \end_inset
29573
29574  specifies the distance of the first line from the left page margin.
29575  Predefined is the length 0
29576 \begin_inset space \thinspace{}
29577 \end_inset
29578
29579 pt.
29580 \end_layout
29581
29582 \begin_layout Standard
29583 As example the above formula where the command
29584 \end_layout
29585
29586 \begin_layout Standard
29587
29588 \series bold
29589
29590 \backslash
29591 setlength{
29592 \backslash
29593 multlinegap}{2cm}
29594 \end_layout
29595
29596 \begin_layout Standard
29597 was inserted in TeX-mode before:
29598 \begin_inset ERT
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602
29603
29604 \backslash
29605 setlength{
29606 \backslash
29607 multlinegap}{2cm}
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \begin_inset Formula 
29614 \begin{multline}
29615 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}\\
29616 \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}}\\
29617 =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}}
29618 \end{multline}
29619
29620 \end_inset
29621
29622
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628
29629 \backslash
29630 setlength{
29631 \backslash
29632 multlinegap}{0pt}
29633 \end_layout
29634
29635 \end_inset
29636
29637 The second line was left aligned using 
29638 \series bold
29639
29640 \backslash
29641 shoveleft
29642 \series default
29643 .
29644 \end_layout
29645
29646 \begin_layout Subsection
29647 Multiline Formula Parts
29648 \begin_inset CommandInset label
29649 LatexCommand label
29650 name "sub:Multiline-Formula-Parts"
29651
29652 \end_inset
29653
29654
29655 \begin_inset Index idx
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659 Formula ! multiline ! formula parts
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668 To display only parts of a formula with multiple lines, one of the following
29669  environments are used: 
29670 \series bold
29671 aligned
29672 \series default
29673
29674 \series bold
29675 alignedat
29676 \series default
29677
29678 \series bold
29679 gathered
29680 \series default
29681  or 
29682 \series bold
29683 split
29684 \series default
29685 .
29686  They can be inserted via the menu 
29687 \family sans
29688 Insert\SpecialChar \menuseparator
29689 Math
29690 \family default
29691  or by using the commands described in this section.
29692 \end_layout
29693
29694 \begin_layout Standard
29695 The first three have the same properties as the corresponding multiline
29696  formula environments, but it is possible to set further formula parts beside
29697  them.
29698  An example:
29699 \begin_inset Formula 
29700 \[
29701 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29702 \Delta E\Delta t & \ge\frac{\hbar}{2}
29703 \end{aligned}
29704 \right\} \textrm{Uncertainty relations}
29705 \]
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Standard
29713 To get this formula, a displayed formula is created where the command 
29714 \series bold
29715
29716 \backslash
29717 aligned
29718 \series default
29719
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 Commands ! A ! 
29725 \backslash
29726 aligned
29727 \end_layout
29728
29729 \end_inset
29730
29731  is inserted.
29732  A purple box appears around the blue formula box where now columns and
29733  lines can be added.
29734  Outside the multiline environment other formula parts can be set, like
29735  the brace.
29736 \end_layout
29737
29738 \begin_layout Standard
29739 The aligned environment is also suitable for long formulas whose lines are
29740  horizontally aligned.
29741  Using aligned in a displayed formula has the advantage that the formula
29742  number is vertically centered behind the lines.
29743  As example formula 
29744 \begin_inset CommandInset ref
29745 LatexCommand eqref
29746 reference "eq:shortlong"
29747
29748 \end_inset
29749
29750  in the aligned environment:
29751 \begin_inset Formula 
29752 \begin{equation}
29753 \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}|}\\
29754  & -\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}|}
29755 \end{aligned}
29756 \end{equation}
29757
29758 \end_inset
29759
29760
29761 \end_layout
29762
29763 \begin_layout Standard
29764 To use the environments 
29765 \series bold
29766 alignedat
29767 \series default
29768
29769 \series bold
29770 gathered
29771 \series default
29772 , or 
29773 \series bold
29774 split
29775 \series default
29776 , the command 
29777 \series bold
29778
29779 \backslash
29780 alignedat
29781 \series default
29782 ,
29783 \begin_inset Index idx
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 Commands ! A ! 
29788 \backslash
29789 alignedat
29790 \end_layout
29791
29792 \end_inset
29793
29794  
29795 \series bold
29796
29797 \backslash
29798 gathered
29799 \series default
29800
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 Commands ! G ! 
29806 \backslash
29807 gathered
29808 \end_layout
29809
29810 \end_inset
29811
29812 , or 
29813 \series bold
29814
29815 \backslash
29816 split
29817 \series default
29818
29819 \begin_inset Index idx
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 Commands ! S ! 
29824 \backslash
29825 split
29826 \end_layout
29827
29828 \end_inset
29829
29830  are inserted, respectively.
29831  The split environment has the same properties as the aligned environment
29832  but it can only have two columns.
29833 \end_layout
29834
29835 \begin_layout Subsection
29836 Text in multiline Formulas
29837 \begin_inset CommandInset label
29838 LatexCommand label
29839 name "sub:Text-in-multiline"
29840
29841 \end_inset
29842
29843
29844 \begin_inset Index idx
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Text ! in formulas
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Formula ! multiline ! text
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Standard
29867 In the Align environments, and the multline and gather environment, text
29868  can be inserted that will appear in a separate line and doesn't affect
29869  the column alignment.
29870  To do this, the command 
29871 \series bold
29872
29873 \backslash
29874 intertext
29875 \series default
29876
29877 \begin_inset Index idx
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881 Commands ! I ! 
29882 \backslash
29883 intertext
29884 \end_layout
29885
29886 \end_inset
29887
29888  is used in the following scheme:
29889 \end_layout
29890
29891 \begin_layout Standard
29892
29893 \series bold
29894
29895 \backslash
29896 intertext{text}
29897 \end_layout
29898
29899 \begin_layout Standard
29900 The text should not be longer than a line because it cannot be hyphenated.
29901  As LyX doesn't yet support 
29902 \series bold
29903
29904 \backslash
29905 intertext
29906 \series default
29907  directly, the text is written as mathematical text.
29908  
29909 \series bold
29910
29911 \backslash
29912 intertext
29913 \series default
29914  must hereby be at the beginning of a line and appears in the output above
29915  this line.
29916  An example where the text was inserted at the beginning of the second line:
29917 \begin_inset Formula 
29918 \begin{align}
29919 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29920 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29921 \end{align}
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \begin_inset Newpage newpage
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \begin_layout Section
29936 Formula Numbering
29937 \begin_inset Index idx
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 Formula numbering
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \begin_inset Index idx
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Formula ! numbering|see
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957 {
29958 \end_layout
29959
29960 \end_inset
29961
29962 Formula numbering
29963 \begin_inset ERT
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967
29968 }
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Subsection
29982 General
29983 \end_layout
29984
29985 \begin_layout Standard
29986 Numbered formulas can be created with the menu 
29987 \family sans
29988 Insert\SpecialChar \menuseparator
29989 Math\SpecialChar \menuseparator
29990 Numbered
29991 \begin_inset space ~
29992 \end_inset
29993
29994 Formula
29995 \family default
29996  (shortcut 
29997 \family sans
29998 Ctrl+Alt
29999 \begin_inset space ~
30000 \end_inset
30001
30002 N
30003 \family default
30004 ).
30005  Existing formulas can be numbered with the menu 
30006 \family sans
30007 Edit\SpecialChar \menuseparator
30008 Math\SpecialChar \menuseparator
30009 Toggle
30010 \begin_inset space ~
30011 \end_inset
30012
30013 Numbering
30014 \family default
30015  (shortcut 
30016 \begin_inset Info
30017 type  "shortcut"
30018 arg   "math-number-toggle"
30019 \end_inset
30020
30021 ).
30022  The formula number is displayed in LyX behind the formula as number sign
30023  in parentheses.
30024  The number sign is replaced in the output by the formula number.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 When numbering is turned on in multiline formulas, all lines will be numbered.
30029  But the numbering can be controlled with the menu 
30030 \family sans
30031 Edit\SpecialChar \menuseparator
30032 Math\SpecialChar \menuseparator
30033 Toggle
30034 \begin_inset space ~
30035 \end_inset
30036
30037 Numbering
30038 \begin_inset space ~
30039 \end_inset
30040
30041 of
30042 \begin_inset space ~
30043 \end_inset
30044
30045 Line
30046 \family default
30047  (shortcut
30048 \begin_inset Info
30049 type  "shortcut"
30050 arg   "math-number-line-toggle"
30051 \end_inset
30052
30053 ) for every line.
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Except for inline formulas, all formulas can be numbered with two different
30058  styles, see 
30059 \begin_inset CommandInset ref
30060 LatexCommand ref
30061 reference "sec:Formula-Styles"
30062
30063 \end_inset
30064
30065 .
30066 \end_layout
30067
30068 \begin_layout Subsection
30069 Cross-References
30070 \begin_inset Index idx
30071 status collapsed
30072
30073 \begin_layout Plain Layout
30074 Cross-references ! to formulas
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 All labeled formulas can be cross-referenced.
30084  A label is added by the menu 
30085 \family sans
30086 Insert\SpecialChar \menuseparator
30087 Label
30088 \family default
30089  or the toolbar button 
30090 \begin_inset Graphics
30091         filename ../images/label-insert.png
30092         scale 85
30093
30094 \end_inset
30095
30096 .
30097  The cursor must hereby be inside a displayed formula.
30098  A dialog pops up displaying the prefix 
30099 \series bold
30100 eq:
30101 \series default
30102  in a text field.
30103  The label is inserted there behind the prefix.
30104  The predefined prefix means 
30105 \begin_inset Quotes eld
30106 \end_inset
30107
30108 equation
30109 \begin_inset Quotes erd
30110 \end_inset
30111
30112  and makes it easier to find labels in large documents because it marks
30113  it as formula label to divide it from e.
30114 \begin_inset space \thinspace{}
30115 \end_inset
30116
30117 g.
30118 \begin_inset space \space{}
30119 \end_inset
30120
30121 section labels.
30122  To change a label, the menu 
30123 \family sans
30124 Insert\SpecialChar \menuseparator
30125 Label
30126 \family default
30127  is used again.
30128 \end_layout
30129
30130 \begin_layout Standard
30131 The name of the label is displayed in LyX within two parentheses behind
30132  formula.
30133  A formula with a label is always numbered.
30134 \end_layout
30135
30136 \begin_layout Standard
30137 Cross-references are inserted via the menu 
30138 \family sans
30139 Insert\SpecialChar \menuseparator
30140 Cross-Reference
30141 \family default
30142  or with the toolbar button 
30143 \begin_inset Graphics
30144         filename ../images/dialog-show-new-inset_ref.png
30145         scale 85
30146
30147 \end_inset
30148
30149 .
30150  A formula cross-reference appears in the output as formula number.
30151  When in the cross-reference dialog window the format 
30152 \series bold
30153 (<reference>)
30154 \series default
30155  is chosen, the cross-reference appears in the output as formula number
30156  in parentheses.
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160 By right-clicking on a cross-reference in LyX, one jumps to the formula
30161  that is referenced.
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Here are as examples cross-references to formulas of the following subsections:
30166 \begin_inset Note Note
30167 status open
30168
30169 \begin_layout Plain Layout
30170 Note the different cross-reference types.
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 The equations 
30180 \begin_inset CommandInset ref
30181 LatexCommand eqref
30182 reference "eq:tag"
30183
30184 \end_inset
30185
30186  and 
30187 \begin_inset CommandInset ref
30188 LatexCommand eqref
30189 reference "eq:c"
30190
30191 \end_inset
30192
30193  are equivalent.
30194  In (
30195 \begin_inset CommandInset ref
30196 LatexCommand ref
30197 reference "eq:Lat"
30198
30199 \end_inset
30200
30201 ) big Latin letters are used for the numbering in contrary to (
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "eq:Rom"
30205
30206 \end_inset
30207
30208 ).
30209 \end_layout
30210
30211 \begin_layout Standard
30212 \begin_inset VSpace medskip
30213 \end_inset
30214
30215 When the argument of 
30216 \series bold
30217
30218 \backslash
30219 tag
30220 \begin_inset Foot
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225 \series bold
30226
30227 \backslash
30228 tag
30229 \series default
30230  is described in 
30231 \begin_inset CommandInset ref
30232 LatexCommand ref
30233 reference "sub:User-defined-Numbering"
30234
30235 \end_inset
30236
30237 .
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \series default
30244  contains a box like in 
30245 \begin_inset CommandInset ref
30246 LatexCommand ref
30247 reference "sub:Paragraph-Boxes"
30248
30249 \end_inset
30250
30251 , the formula cannot be referenced.
30252 \end_layout
30253
30254 \begin_layout Subsection
30255 Subnumbering
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Formula numbering ! subnumbering
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 With the help of the commands 
30270 \series bold
30271
30272 \backslash
30273 begin{subequations}
30274 \series default
30275  and 
30276 \series bold
30277
30278 \backslash
30279 end{subequations}
30280 \series default
30281  formulas can be subnumbered.
30282  Both commands are inserted in TeX-mode.
30283 \end_layout
30284
30285 \begin_layout Standard
30286 An example:
30287 \begin_inset Formula 
30288 \begin{equation}
30289 A=C-B\label{eq:a}
30290 \end{equation}
30291
30292 \end_inset
30293
30294
30295 \begin_inset ERT
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300
30301 \backslash
30302 addtocounter{equation}{-1}
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313
30314 \backslash
30315 begin{subequations}
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \begin_inset VSpace -5mm
30322 \end_inset
30323
30324
30325 \begin_inset Formula 
30326 \begin{equation}
30327 B=C-A\label{eq:b}
30328 \end{equation}
30329
30330 \end_inset
30331
30332
30333 \begin_inset Formula 
30334 \begin{equation}
30335 C=A+B\label{eq:c}
30336 \end{equation}
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 \begin_inset ERT
30345 status collapsed
30346
30347 \begin_layout Plain Layout
30348
30349
30350 \backslash
30351 end{subequations}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 To create the example, the following is done:
30361 \end_layout
30362
30363 \begin_layout Enumerate
30364 first formula is inserted
30365 \end_layout
30366
30367 \begin_layout Enumerate
30368
30369 \series bold
30370
30371 \backslash
30372 addtocounter{equation}{-1} 
30373 \backslash
30374 begin{subequations}
30375 \begin_inset Index idx
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Commands ! A ! 
30380 \backslash
30381 addtocounter
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \begin_inset Newline newline
30388 \end_inset
30389
30390
30391 \series default
30392 is inserted after the first formula
30393 \end_layout
30394
30395 \begin_layout Enumerate
30396 second formula is inserted
30397 \end_layout
30398
30399 \begin_layout Enumerate
30400 third formula is inserted
30401 \end_layout
30402
30403 \begin_layout Enumerate
30404
30405 \series bold
30406
30407 \backslash
30408 end{subequations}
30409 \series default
30410  is inserted after the third formula
30411 \end_layout
30412
30413 \begin_layout Standard
30414 Every formula between the commands 
30415 \series bold
30416
30417 \backslash
30418 begin
30419 \series default
30420  and 
30421 \series bold
30422
30423 \backslash
30424 end
30425 \series default
30426  is subnumbered as a, b, 
30427 \begin_inset Newline linebreak
30428 \end_inset
30429
30430 c, \SpecialChar \ldots{}
30431  For multiline formulas every line will be subnumbered.
30432  All subnumbered formulas are treated as 
30433 \emph on
30434 one
30435 \emph default
30436  numbered formula.
30437  But as every numbered formula increases the counter 
30438 \series bold
30439 equation
30440 \series default
30441  by one, the command 
30442 \series bold
30443
30444 \backslash
30445 addtocounter
30446 \series default
30447  is needed to decrease it.
30448  Otherwise the formulas 
30449 \begin_inset CommandInset ref
30450 LatexCommand eqref
30451 reference "eq:a"
30452
30453 \end_inset
30454
30455
30456 \begin_inset CommandInset ref
30457 LatexCommand eqref
30458 reference "eq:b"
30459
30460 \end_inset
30461
30462
30463 \begin_inset CommandInset ref
30464 LatexCommand eqref
30465 reference "eq:c"
30466
30467 \end_inset
30468
30469  would be numbered as 
30470 \begin_inset CommandInset ref
30471 LatexCommand eqref
30472 reference "eq:a"
30473
30474 \end_inset
30475
30476
30477 \begin_inset CommandInset ref
30478 LatexCommand eqref
30479 reference "eq:d"
30480
30481 \end_inset
30482
30483
30484 \begin_inset CommandInset ref
30485 LatexCommand eqref
30486 reference "eq:f"
30487
30488 \end_inset
30489
30490 .
30491 \end_layout
30492
30493 \begin_layout Standard
30494 By inserting the commands in TeX-mode, a space is created between the first
30495  two formulas.
30496  To revert this -5
30497 \begin_inset space \thinspace{}
30498 \end_inset
30499
30500 mm vertical space is inserted after the command 
30501 \series bold
30502
30503 \backslash
30504 begin{subequations}
30505 \series default
30506 .
30507  When the formula style 
30508 \series bold
30509 Indented
30510 \begin_inset Foot
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 formula styles see 
30515 \begin_inset CommandInset ref
30516 LatexCommand ref
30517 reference "sec:Formula-Styles"
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \series default
30528  is used, -7
30529 \begin_inset space \thinspace{}
30530 \end_inset
30531
30532 mm space is inserted instead.
30533 \end_layout
30534
30535 \begin_layout Standard
30536 Here is an example for a multiline formula where the numbering was turned
30537  off for the second line:
30538 \begin_inset ERT
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542
30543
30544 \backslash
30545 begin{subequations}
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset Formula 
30552 \begin{eqnarray}
30553 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30554  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30555  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30556 \end{eqnarray}
30557
30558 \end_inset
30559
30560
30561 \begin_inset ERT
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565
30566
30567 \backslash
30568 end{subequations}
30569 \end_layout
30570
30571 \end_inset
30572
30573
30574 \end_layout
30575
30576 \begin_layout Subsection
30577 User-defined Numbering
30578 \begin_inset CommandInset label
30579 LatexCommand label
30580 name "sub:User-defined-Numbering"
30581
30582 \end_inset
30583
30584
30585 \begin_inset Index idx
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589 Formula numbering ! user-defined
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset Index idx
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602 Formula numbering ! self-defined delimiters
30603 \end_layout
30604
30605 \end_inset
30606
30607 With the standard numbering parentheses are set around the formula number.
30608  To replace the parentheses for example by vertical bars, the following
30609  line is added to the LaTeX-preamble:
30610 \end_layout
30611
30612 \begin_layout Standard
30613
30614 \series bold
30615
30616 \backslash
30617 def
30618 \backslash
30619 tagform@#1{
30620 \backslash
30621 maketag@@@{|#1|}}
30622 \series default
30623
30624 \begin_inset Note Note
30625 status collapsed
30626
30627 \begin_layout Plain Layout
30628 This macro is already declared in the LaTeX-preamble for testing.
30629  To activate it, remove the percent sign at the beginning.
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Standard
30638 To use other characters, the vertical bars besides the 
30639 \series bold
30640 #1
30641 \series default
30642  are replaced by one ore more characters.
30643  To get only the formula number the vertical bars are omitted.
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset VSpace bigskip
30648 \end_inset
30649
30650 When there should be an expression of your choice instead of the consecutive
30651  formula number in parentheses behind the formula, the command 
30652 \series bold
30653
30654 \backslash
30655 tag
30656 \series default
30657
30658 \begin_inset Index idx
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662 Commands ! T ! 
30663 \backslash
30664 tag
30665 \end_layout
30666
30667 \end_inset
30668
30669  is used:
30670 \begin_inset Formula 
30671 \begin{equation}
30672 A+B=C\tag{something}\label{eq:tag}
30673 \end{equation}
30674
30675 \end_inset
30676
30677 In this example the command 
30678 \series bold
30679
30680 \backslash
30681 tag
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687
30688 \backslash
30689 spce 
30690 \end_layout
30691
30692 \end_inset
30693
30694 something
30695 \series default
30696  was inserted to the formula.
30697 \end_layout
30698
30699 \begin_layout Standard
30700 When the command 
30701 \series bold
30702
30703 \backslash
30704 tag*
30705 \begin_inset ERT
30706 status collapsed
30707
30708 \begin_layout Plain Layout
30709
30710
30711 \backslash
30712 spce 
30713 \end_layout
30714
30715 \end_inset
30716
30717 something
30718 \series default
30719  is inserted instead, the star prevents the parentheses around the expression:
30720 \begin_inset Formula 
30721 \[
30722 A+B=C\tag*{something}
30723 \]
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset VSpace bigskip
30732 \end_inset
30733
30734 To restart the formula numbering with new document parts or sections, the
30735  following command is used:
30736 \end_layout
30737
30738 \begin_layout Standard
30739
30740 \series bold
30741
30742 \backslash
30743 @addtoreset{equation}{part}
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 addtoreset
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \begin_inset Newline newline
30803 \end_inset
30804
30805 resp.
30806 \begin_inset Newline newline
30807 \end_inset
30808
30809
30810 \series bold
30811
30812 \backslash
30813 @addtoreset{equation}{section}
30814 \end_layout
30815
30816 \begin_layout Standard
30817 To be able to use these commands in TeX-mode, the 
30818 \begin_inset Quotes eld
30819 \end_inset
30820
30821 @
30822 \begin_inset Quotes erd
30823 \end_inset
30824
30825  character has to be made 
30826 \begin_inset Quotes eld
30827 \end_inset
30828
30829 active
30830 \begin_inset Quotes erd
30831 \end_inset
30832
30833  for LaTeX using the command 
30834 \series bold
30835
30836 \backslash
30837 makeatletter.
30838
30839 \series default
30840  The command 
30841 \series bold
30842
30843 \backslash
30844 makeatother
30845 \series default
30846  reverts this.
30847  So the command sequence in TeX-mode is:
30848 \end_layout
30849
30850 \begin_layout Standard
30851
30852 \series bold
30853
30854 \backslash
30855 makeatletter
30856 \begin_inset Newline newline
30857 \end_inset
30858
30859
30860 \backslash
30861 @addtoreset{equation}{section}
30862 \begin_inset Newline newline
30863 \end_inset
30864
30865
30866 \backslash
30867 makeatother
30868 \end_layout
30869
30870 \begin_layout Standard
30871 In the LaTeX-preamble 
30872 \series bold
30873
30874 \backslash
30875 makeatletter
30876 \series default
30877  and 
30878 \series bold
30879
30880 \backslash
30881 makeatother
30882 \series default
30883  can be omitted as they are automatically internally inserted by LyX.
30884 \end_layout
30885
30886 \begin_layout Standard
30887 To revert 
30888 \series bold
30889
30890 \backslash
30891 @addtoreset
30892 \series default
30893 , the file 
30894 \series bold
30895 remreset.sty
30896 \series default
30897
30898 \begin_inset Foot
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902
30903 \series bold
30904 remreset
30905 \series default
30906  is part of the LaTeX-package 
30907 \series bold
30908 carlisle
30909 \series default
30910
30911 \begin_inset Index idx
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 Packages ! carlisle
30916 \end_layout
30917
30918 \end_inset
30919
30920  that is part of every LaTeX standard installation.
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \begin_inset Index idx
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 Packages ! remreset
30931 \end_layout
30932
30933 \end_inset
30934
30935  has to be loaded in the LaTeX-preamble with the line
30936 \end_layout
30937
30938 \begin_layout Standard
30939
30940 \series bold
30941
30942 \backslash
30943 usepackage{remreset}
30944 \end_layout
30945
30946 \begin_layout Standard
30947 Then the command 
30948 \series bold
30949
30950 \backslash
30951 @removefromreset
30952 \series default
30953
30954 \begin_inset Index idx
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 Commands ! 
30959 \begin_inset ERT
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963
30964 "
30965 \end_layout
30966
30967 \end_inset
30968
30969 @
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975 "
30976 \end_layout
30977
30978 \end_inset
30979
30980  ! 
30981 \backslash
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988 "
30989 \end_layout
30990
30991 \end_inset
30992
30993 @
30994 \begin_inset ERT
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998
30999 "
31000 \end_layout
31001
31002 \end_inset
31003
31004 removefromreset
31005 \end_layout
31006
31007 \end_inset
31008
31009  can be used with the same scheme as 
31010 \series bold
31011
31012 \backslash
31013 @addtoreset
31014 \series default
31015 .
31016 \end_layout
31017
31018 \begin_layout Standard
31019 \begin_inset VSpace bigskip
31020 \end_inset
31021
31022 Sometimes formulas should be numbered in the following form:
31023 \end_layout
31024
31025 \begin_layout Standard
31026
31027 \family typewriter
31028 (section number.formula number)
31029 \end_layout
31030
31031 \begin_layout Standard
31032 The formula number should start with every section with 
31033 \begin_inset Quotes eld
31034 \end_inset
31035
31036 1
31037 \begin_inset Quotes erd
31038 \end_inset
31039
31040 .
31041 \end_layout
31042
31043 \begin_layout Standard
31044 For this case there is the command 
31045 \series bold
31046
31047 \backslash
31048 numberwithin
31049 \series default
31050
31051 \begin_inset Index idx
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055 Commands ! N ! 
31056 \backslash
31057 numberwithin
31058 \end_layout
31059
31060 \end_inset
31061
31062 , which is used with the following scheme:
31063 \end_layout
31064
31065 \begin_layout Standard
31066
31067 \series bold
31068
31069 \backslash
31070 numberwithin{counter}{sectioning}
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Counter denotes what kind of numbering is affected, sectioning denotes what
31075  number is before the dot.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Thus in our case the following LaTeX-preamble or TeX code line is used:
31080 \end_layout
31081
31082 \begin_layout Standard
31083
31084 \series bold
31085
31086 \backslash
31087 numberwithin{equation}{section}
31088 \end_layout
31089
31090 \begin_layout Standard
31091 This is the result:
31092 \begin_inset ERT
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096
31097
31098 \backslash
31099 numberwithin{equation}{section}
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \begin_inset Formula 
31106 \begin{equation}
31107 A+B=C
31108 \end{equation}
31109
31110 \end_inset
31111
31112
31113 \end_layout
31114
31115 \begin_layout Standard
31116 To number e.
31117 \begin_inset space \thinspace{}
31118 \end_inset
31119
31120 g.
31121 \begin_inset space \space{}
31122 \end_inset
31123
31124 tables so that the number of the part is the sectioning,
31125 \begin_inset Newline newline
31126 \end_inset
31127
31128
31129 \series bold
31130
31131 \backslash
31132 numberwithin{table}{part}
31133 \series default
31134  is used.
31135 \end_layout
31136
31137 \begin_layout Standard
31138 To go back to the standard numbering or to prevent this kind of numbering
31139  when it is defined by the document class, the following command is inserted
31140  as TeX code or to the LaTeX-preamble:
31141 \end_layout
31142
31143 \begin_layout Standard
31144
31145 \series bold
31146
31147 \backslash
31148 renewcommand{
31149 \backslash
31150 theequation}{
31151 \backslash
31152 arabic{equation}}
31153 \begin_inset Index idx
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Commands ! A ! 
31158 \backslash
31159 arabic
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \series default
31166
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172
31173 \backslash
31174 renewcommand{
31175 \backslash
31176 theequation}{
31177 \backslash
31178 arabic{equation}}
31179 \end_layout
31180
31181 \end_inset
31182
31183
31184 \series bold
31185
31186 \begin_inset Newline newline
31187 \end_inset
31188
31189
31190 \series default
31191 or
31192 \series bold
31193
31194 \begin_inset Newline newline
31195 \end_inset
31196
31197
31198 \backslash
31199 renewcommand{
31200 \backslash
31201 thetable}{
31202 \backslash
31203 arabic{table}}
31204 \end_layout
31205
31206 \begin_layout Standard
31207
31208 \series bold
31209
31210 \backslash
31211 numberwithin
31212 \series default
31213  uses internally the command 
31214 \series bold
31215
31216 \backslash
31217 @addtoreset
31218 \series default
31219 , described above, that also needs to be reverted.
31220 \begin_inset ERT
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224
31225
31226 \backslash
31227 makeatletter
31228 \end_layout
31229
31230 \begin_layout Plain Layout
31231
31232
31233 \backslash
31234 @removefromreset{equation}{section}
31235 \end_layout
31236
31237 \begin_layout Plain Layout
31238
31239
31240 \backslash
31241 makeatother
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \end_layout
31248
31249 \begin_layout Subsection
31250 Numbering with Roman Numbers and Letters
31251 \begin_inset Index idx
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255 Formula numbering ! with letters
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 Formula numbering ! with Roman numbers
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \begin_layout Standard
31274 Formulas can also be numbered with Roman numbers and Latin letters.
31275  To number for example with small Roman numbers, the command
31276 \end_layout
31277
31278 \begin_layout Standard
31279
31280 \series bold
31281
31282 \backslash
31283 renewcommand{
31284 \backslash
31285 theequation}{
31286 \backslash
31287 roman{equation}}
31288 \end_layout
31289
31290 \begin_layout Standard
31291 is inserted before the formula in TeX-mode.
31292  
31293 \series bold
31294
31295 \backslash
31296 renewcommand
31297 \series default
31298
31299 \begin_inset Index idx
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303 Commands ! R ! 
31304 \backslash
31305 renewcommand
31306 \end_layout
31307
31308 \end_inset
31309
31310  redefines the predefined command 
31311 \series bold
31312
31313 \backslash
31314 theequation
31315 \series default
31316  to the command 
31317 \series bold
31318
31319 \backslash
31320 roman{equation}
31321 \series default
31322 .
31323 \begin_inset Foot
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327 The command 
31328 \series bold
31329
31330 \backslash
31331 renewcommand
31332 \series default
31333  has the same scheme like the command 
31334 \series bold
31335
31336 \backslash
31337 newcommand
31338 \series default
31339  that is described in 
31340 \begin_inset CommandInset ref
31341 LatexCommand ref
31342 reference "sub:The-Command-newcommand"
31343
31344 \end_inset
31345
31346 .
31347 \end_layout
31348
31349 \end_inset
31350
31351  
31352 \series bold
31353 equation
31354 \series default
31355  is the formula counter.
31356  When the command 
31357 \series bold
31358
31359 \backslash
31360 the
31361 \series default
31362  is used as prefix for a counter, the value of the counter is output as
31363  Arabic number.
31364  When a formula is numbered, LaTeX sets internally the command 
31365 \series bold
31366
31367 \backslash
31368 theequation
31369 \series default
31370  behind the formula.
31371  
31372 \series bold
31373
31374 \backslash
31375 roman{equation}
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 Commands ! R ! 
31381 \backslash
31382 roman
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \series default
31389  outputs the counter as small Roman number.
31390 \end_layout
31391
31392 \begin_layout Standard
31393 All formulas behind the command 
31394 \series bold
31395
31396 \backslash
31397 renew
31398 \series default
31399 c
31400 \series bold
31401 ommand
31402 \series default
31403  are now numbered Roman.
31404  To switch to numbering with big Roman numbers, the command is inserted
31405  again, but 
31406 \series bold
31407
31408 \backslash
31409 roman
31410 \series default
31411  is replaced by 
31412 \series bold
31413
31414 \backslash
31415 Roman
31416 \series default
31417
31418 \begin_inset Index idx
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422 Commands ! R ! 
31423 \backslash
31424 roman@
31425 \backslash
31426 Roman
31427 \end_layout
31428
31429 \end_inset
31430
31431 .
31432  To 
31433 \begin_inset Quotes eld
31434 \end_inset
31435
31436 number
31437 \begin_inset Quotes erd
31438 \end_inset
31439
31440  with small Latin letters there is the command 
31441 \series bold
31442
31443 \backslash
31444 alph
31445 \series default
31446
31447 \begin_inset Index idx
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451 Commands ! A ! 
31452 \backslash
31453 alph
31454 \end_layout
31455
31456 \end_inset
31457
31458 , for big ones there is the command 
31459 \series bold
31460
31461 \backslash
31462 Alph
31463 \series default
31464
31465 \begin_inset Index idx
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469 Commands ! A ! 
31470 \backslash
31471 alph@
31472 \backslash
31473 Alph
31474 \end_layout
31475
31476 \end_inset
31477
31478 .
31479 \end_layout
31480
31481 \begin_layout Standard
31482 \begin_inset Note Greyedout
31483 status open
31484
31485 \begin_layout Plain Layout
31486
31487 \series bold
31488 Note:
31489 \series default
31490  Only maximal 26 formulas can be numbered with Latin letters in one document.
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504
31505 \backslash
31506 renewcommand{
31507 \backslash
31508 theequation}{
31509 \backslash
31510 roman{equation}}
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \begin_layout Standard
31519 \begin_inset Formula 
31520 \begin{equation}
31521 A=\textrm{small roman}
31522 \end{equation}
31523
31524 \end_inset
31525
31526
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 renewcommand{
31535 \backslash
31536 theequation}{
31537 \backslash
31538 Roman{equation}}
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset Formula 
31545 \begin{equation}
31546 B=\textrm{big Roman}\label{eq:Rom}
31547 \end{equation}
31548
31549 \end_inset
31550
31551
31552 \begin_inset ERT
31553 status collapsed
31554
31555 \begin_layout Plain Layout
31556
31557
31558 \backslash
31559 renewcommand{
31560 \backslash
31561 theequation}{
31562 \backslash
31563 alph{equation}}
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \begin_inset Formula 
31570 \begin{equation}
31571 C=\textrm{small Latin}
31572 \end{equation}
31573
31574 \end_inset
31575
31576
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 renewcommand{
31585 \backslash
31586 theequation}{
31587 \backslash
31588 Alph{equation}}
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \begin_inset Formula 
31595 \begin{equation}
31596 D=\textrm{big Latin}\label{eq:Lat}
31597 \end{equation}
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 To switch back to the default numbering, insert the command:
31606 \end_layout
31607
31608 \begin_layout Standard
31609
31610 \series bold
31611
31612 \backslash
31613 renewcommand{
31614 \backslash
31615 theequation}{
31616 \backslash
31617 arabic{equation}}
31618 \begin_inset Index idx
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Commands ! A ! 
31623 \backslash
31624 arabic
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 renewcommand{
31641 \backslash
31642 theequation}{
31643 \backslash
31644 arabic{equation}}
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset Formula 
31651 \begin{equation}
31652 E=\textrm{Arabic}
31653 \end{equation}
31654
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \begin_layout Standard
31661 \begin_inset VSpace medskip
31662 \end_inset
31663
31664 As you see, formulas are numbered serially independent from the numbering
31665  style.
31666  When then numbering should start with 
31667 \begin_inset Quotes eld
31668 \end_inset
31669
31670 1
31671 \begin_inset Quotes erd
31672 \end_inset
31673
31674  when the style is changed, new equation counters have to be defined.
31675  A description about this can be found in the file 
31676 \begin_inset CommandInset href
31677 LatexCommand href
31678 name "Formula-numbering.lyx"
31679 target "run:Formula-numbering.lyx"
31680
31681 \end_inset
31682
31683 .
31684 \end_layout
31685
31686 \begin_layout Section
31687 Chemical Symbols and Equations
31688 \begin_inset CommandInset label
31689 LatexCommand label
31690 name "sub:Chemical-Symbols-and"
31691
31692 \end_inset
31693
31694
31695 \begin_inset Index idx
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699 Chemical characters ! Symbols
31700 \end_layout
31701
31702 \end_inset
31703
31704
31705 \begin_inset Index idx
31706 status collapsed
31707
31708 \begin_layout Plain Layout
31709 Chemical equations
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \begin_inset Index idx
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719 Symbols ! chemical
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Standard
31728 An example text from chemistry:
31729 \end_layout
31730
31731 \begin_layout Quote
31732 The 
31733 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31734 \end_inset
31735
31736 -ion reacts with two 
31737 \begin_inset Formula $\mathrm{Na^{+}}$
31738 \end_inset
31739
31740 -ions to sodium sulfate 
31741 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31742 \end_inset
31743
31744 .
31745  The chemical equation for this is:
31746 \begin_inset Formula 
31747 \begin{equation}
31748 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31749 \end{equation}
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \begin_layout Standard
31757 This chemical equation can directly be created as formula.
31758  To avoid that the symbols appear italic, everything is highlighted and
31759  changed by the shortcut 
31760 \begin_inset Info
31761 type  "shortcut"
31762 arg   "font-roman"
31763 \end_inset
31764
31765  to the upright font style.
31766 \begin_inset Foot
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770 font styles
31771 \series bold
31772  
31773 \series default
31774 see 
31775 \begin_inset CommandInset ref
31776 LatexCommand ref
31777 reference "sub:Font-Styles"
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Standard
31790 A more convenient way to typeset chemical formulas is to use the command
31791  
31792 \series bold
31793
31794 \backslash
31795 ce
31796 \series default
31797
31798 \begin_inset Index idx
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802 Commands ! C ! 
31803 \backslash
31804 ce
31805 \end_layout
31806
31807 \end_inset
31808
31809  that is available when the LaTeX-package 
31810 \series bold
31811 mhchem
31812 \series default
31813
31814 \begin_inset Index idx
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818 Packages ! mhchem
31819 \end_layout
31820
31821 \end_inset
31822
31823  is installed.
31824  After inserting 
31825 \series bold
31826
31827 \backslash
31828 ce
31829 \series default
31830  to a formula a new blue box appears where chemical formulas can be inserted
31831  in an intuitive way.
31832 \end_layout
31833
31834 \begin_layout Standard
31835 \align center
31836 \begin_inset Tabular
31837 <lyxtabular version="3" rows="9" columns="2">
31838 <features tabularvalignment="middle">
31839 <column alignment="center" valignment="top" width="0">
31840 <column alignment="center" valignment="top" width="0">
31841 <row>
31842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846 Command
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 Result
31856 \begin_inset Note Note
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861 \series bold
31862
31863 \backslash
31864 raisebox
31865 \series default
31866  is only used as spacer.
31867 \end_layout
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 </row>
31877 <row>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882
31883 \backslash
31884 ce
31885 \begin_inset ERT
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889
31890
31891 \backslash
31892 spce 
31893 \end_layout
31894
31895 \end_inset
31896
31897 H2CO3
31898 \end_layout
31899
31900 \end_inset
31901 </cell>
31902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 </row>
31915 <row>
31916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920
31921 \backslash
31922 ce
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928
31929 \backslash
31930 spce 
31931 \end_layout
31932
31933 \end_inset
31934
31935 SO4^2-
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958
31959 \backslash
31960 ce
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 spce 
31969 \end_layout
31970
31971 \end_inset
31972
31973 (NH4)2S
31974 \end_layout
31975
31976 \end_inset
31977 </cell>
31978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31979 \begin_inset Text
31980
31981 \begin_layout Plain Layout
31982 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 </row>
31991 <row>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996
31997 \backslash
31998 ce
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 spce 
32007 \end_layout
32008
32009 \end_inset
32010
32011 KCr(SO4)2.12H2O
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32017 \begin_inset Text
32018
32019 \begin_layout Plain Layout
32020 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 </row>
32029 <row>
32030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034
32035 \backslash
32036 ce
32037 \begin_inset ERT
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 spce 
32045 \end_layout
32046
32047 \end_inset
32048
32049 A-B
32050 \backslash
32051 dbond
32052 \begin_inset ERT
32053 status collapsed
32054
32055 \begin_layout Plain Layout
32056
32057
32058 \backslash
32059 spce 
32060 \end_layout
32061
32062 \end_inset
32063
32064 C
32065 \backslash
32066 tbond
32067 \begin_inset ERT
32068 status collapsed
32069
32070 \begin_layout Plain Layout
32071
32072
32073 \backslash
32074 spce 
32075 \end_layout
32076
32077 \end_inset
32078
32079 D
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 </row>
32097 <row>
32098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102
32103 \backslash
32104 ce
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 spce 
32113 \end_layout
32114
32115 \end_inset
32116
32117 ^227
32118 \begin_inset Formula $\downarrow$
32119 \end_inset
32120
32121 _90
32122 \begin_inset Formula $\to$
32123 \end_inset
32124
32125 Th+
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32131 \begin_inset Text
32132
32133 \begin_layout Plain Layout
32134 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 </row>
32143 <row>
32144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148
32149 \backslash
32150 ce
32151 \begin_inset ERT
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156
32157 \backslash
32158 spce 
32159 \end_layout
32160
32161 \end_inset
32162
32163 CO2
32164 \begin_inset ERT
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168
32169
32170 \backslash
32171 spce 
32172 \end_layout
32173
32174 \end_inset
32175
32176 +
32177 \begin_inset ERT
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181
32182
32183 \backslash
32184 spce 
32185 \end_layout
32186
32187 \end_inset
32188
32189 C
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195
32196 \backslash
32197 spce 
32198 \end_layout
32199
32200 \end_inset
32201
32202 <=>
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 spce 
32211 \end_layout
32212
32213 \end_inset
32214
32215 2CO
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 </row>
32233 <row>
32234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238
32239 \backslash
32240 ce
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 spce 
32249 \end_layout
32250
32251 \end_inset
32252
32253 CO2
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 spce 
32262 \end_layout
32263
32264 \end_inset
32265
32266 +
32267 \begin_inset ERT
32268 status collapsed
32269
32270 \begin_layout Plain Layout
32271
32272
32273 \backslash
32274 spce 
32275 \end_layout
32276
32277 \end_inset
32278
32279 C
32280 \begin_inset ERT
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284
32285
32286 \backslash
32287 spce 
32288 \end_layout
32289
32290 \end_inset
32291
32292 ->[
32293 \backslash
32294 alpha][
32295 \backslash
32296 beta]
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 2CO}
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 </row>
32327 </lyxtabular>
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 \begin_inset Note Greyedout
32336 status open
32337
32338 \begin_layout Plain Layout
32339
32340 \series bold
32341 Note:
32342 \series default
32343  Inserting a formula to a 
32344 \series bold
32345
32346 \backslash
32347 ce
32348 \series default
32349  box will lead to LaTeX errors.
32350  In this case TeX code has to be used like for 
32351 \series bold
32352
32353 \backslash
32354 ce{$
32355 \backslash
32356 mu
32357 \backslash
32358 hyphen$Cl}
32359 \series default
32360
32361 \begin_inset ERT
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365
32366
32367 \backslash
32368 ce{$
32369 \backslash
32370 mu
32371 \backslash
32372 hyphen$Cl}
32373 \end_layout
32374
32375 \end_inset
32376
32377  
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 Using 
32387 \series bold
32388
32389 \backslash
32390 ce
32391 \series default
32392  the command for equation
32393 \begin_inset space ~
32394 \end_inset
32395
32396
32397 \begin_inset CommandInset ref
32398 LatexCommand eqref
32399 reference "eq:chem-reaction"
32400
32401 \end_inset
32402
32403  is:
32404 \begin_inset Newline newline
32405 \end_inset
32406
32407
32408 \series bold
32409  
32410 \backslash
32411 ce
32412 \begin_inset ERT
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416
32417
32418 \backslash
32419 spce 
32420 \end_layout
32421
32422 \end_inset
32423
32424 2Na+
32425 \begin_inset ERT
32426 status collapsed
32427
32428 \begin_layout Plain Layout
32429
32430
32431 \backslash
32432 spce 
32433 \end_layout
32434
32435 \end_inset
32436
32437 +
32438 \begin_inset ERT
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442
32443
32444 \backslash
32445 spce 
32446 \end_layout
32447
32448 \end_inset
32449
32450 SO4^2-
32451 \begin_inset ERT
32452 status collapsed
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 spce 
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469
32470 \backslash
32471 spce 
32472 \end_layout
32473
32474 \end_inset
32475
32476 ->
32477 \begin_inset ERT
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481
32482
32483 \backslash
32484 spce 
32485 \end_layout
32486
32487 \end_inset
32488
32489 Na2SO4
32490 \end_layout
32491
32492 \begin_layout Standard
32493 To create multiline chemical equations first a multiline formula is created
32494  as described in 
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "sec:Multiline-Formulas"
32498
32499 \end_inset
32500
32501 .
32502  Afterwards the command 
32503 \series bold
32504
32505 \backslash
32506 ce
32507 \series default
32508  is used in every small blue box of the formula.
32509  
32510 \begin_inset CommandInset ref
32511 LatexCommand eqref
32512 reference "eq:TEOS-reaction-1"
32513
32514 \end_inset
32515
32516  and 
32517 \begin_inset CommandInset ref
32518 LatexCommand eqref
32519 reference "eq:TEOS-reaction-2"
32520
32521 \end_inset
32522
32523  are an example of a multi-stage chemical reaction where every equation
32524  has its own number.
32525 \begin_inset Formula 
32526 \begin{eqnarray}
32527 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32528 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32529 \end{eqnarray}
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Besides 
32538 \series bold
32539
32540 \backslash
32541 ce
32542 \series default
32543  the 
32544 \series bold
32545 mhchem
32546 \series default
32547  package provides the command 
32548 \series bold
32549
32550 \backslash
32551 cf
32552 \series default
32553
32554 \begin_inset Index idx
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558 Commands ! C ! 
32559 \backslash
32560 cf
32561 \end_layout
32562
32563 \end_inset
32564
32565  that has to be used for special cases.
32566  For more information about 
32567 \series bold
32568
32569 \backslash
32570 cf
32571 \series default
32572  and more examples have a look at the documentation of 
32573 \series bold
32574 mhchem
32575 \series default
32576
32577 \begin_inset CommandInset citation
32578 LatexCommand cite
32579 key "mhchem"
32580
32581 \end_inset
32582
32583 .
32584 \end_layout
32585
32586 \begin_layout Section
32587 Diagrams
32588 \end_layout
32589
32590 \begin_layout Standard
32591 LyX supports two types of commutative diagrams: 
32592 \series bold
32593 amscd
32594 \series default
32595  and 
32596 \series bold
32597 xymatrix
32598 \series default
32599  that are explained in the following.
32600 \end_layout
32601
32602 \begin_layout Subsection
32603 Amscd Diagrams
32604 \begin_inset Index idx
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 Diagrams ! amscd
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Standard
32617 Diagrams of this type visualize relations by vertical and horizontal lines
32618  or arrows:
32619 \begin_inset Formula 
32620 \[
32621 \begin{CD}A@>>>B@>>>C\\
32622 @AAA@.@VVV\\
32623 F@<<<E@<<<D
32624 \end{CD}
32625 \]
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \begin_layout Standard
32633 To get them, the command 
32634 \series bold
32635
32636 \backslash
32637 CD
32638 \begin_inset Index idx
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 Commands ! C ! 
32643 \backslash
32644 CD
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \series default
32651  is inserted to a formula.
32652  A blue box appears with two dashed lines where further commands can be
32653  inserted.
32654  With 
32655 \begin_inset Info
32656 type  "shortcut"
32657 arg   "newline-insert newline"
32658 \end_inset
32659
32660  a new line is created.
32661  Horizontal relations are inserted in odd, vertical in even formula lines.
32662 \end_layout
32663
32664 \begin_layout Standard
32665 To create the relations there are the following commands:
32666 \end_layout
32667
32668 \begin_layout Itemize
32669
32670 \series bold
32671 @<<<
32672 \series default
32673  creates a left arrow, 
32674 \series bold
32675 @>>>
32676 \series default
32677  a right arrow and 
32678 \series bold
32679 @=
32680 \series default
32681  a long equal sign
32682 \end_layout
32683
32684 \begin_layout Itemize
32685
32686 \series bold
32687 @AAA
32688 \series default
32689  creates an up arrow, 
32690 \series bold
32691 @VVV
32692 \series default
32693  an down arrow and 
32694 \series bold
32695 @|
32696 \series default
32697  a vertical equal sign
32698 \end_layout
32699
32700 \begin_layout Itemize
32701
32702 \series bold
32703 @.
32704
32705 \series default
32706  is a placeholder for non-existent relations
32707 \end_layout
32708
32709 \begin_layout Standard
32710 All arrows can be labeled as follows:
32711 \end_layout
32712
32713 \begin_layout Itemize
32714 Is text inserted between the first and second < or >, resp., it is placed
32715  above the arrow.
32716  When it is inserted between the second and third one, it appears under
32717  the arrow.
32718 \end_layout
32719
32720 \begin_layout Itemize
32721 When text for vertical arrows is inserted between the first and second A
32722  or V, resp., it is placed left beside the arrow.
32723  When it is inserted between the second and third one, it appears right
32724  beside the arrow.
32725  If the text contains an A or V, these letters must be set into a TeX-brace.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 As example a diagram with all possible relations:
32730 \end_layout
32731
32732 \begin_layout Standard
32733 \begin_inset Formula 
32734 \[
32735 \begin{CD}A@>j>>B@>>k>C@=F\\
32736 @AmAA@.@VV{V}V@|\\
32737 D@<<j<E@>k>>F@=C
32738 \end{CD}
32739 \]
32740
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Standard
32747 The command for this is:
32748 \begin_inset Newline newline
32749 \end_inset
32750
32751
32752 \series bold
32753
32754 \backslash
32755 CD
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 spce 
32764 \end_layout
32765
32766 \end_inset
32767
32768 A@>j>>B@>>k>C@=F Ctrl+Return
32769 \begin_inset Newline newline
32770 \end_inset
32771
32772
32773 \begin_inset Phantom HPhantom
32774 status open
32775
32776 \begin_layout Plain Layout
32777
32778 \series bold
32779
32780 \backslash
32781 CD
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786
32787
32788 \backslash
32789 spce 
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \end_inset
32798
32799 @AmAA@.@VV
32800 \backslash
32801 {V
32802 \series default
32803
32804 \begin_inset Formula $\to$
32805 \end_inset
32806
32807
32808 \series bold
32809 V@| Ctrl+Return
32810 \begin_inset Newline newline
32811 \end_inset
32812
32813
32814 \begin_inset Phantom HPhantom
32815 status open
32816
32817 \begin_layout Plain Layout
32818
32819 \series bold
32820
32821 \backslash
32822 CD
32823 \begin_inset ERT
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827
32828
32829 \backslash
32830 spce 
32831 \end_layout
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \end_inset
32839
32840 D@<<j<E@>k>>F@=C
32841 \end_layout
32842
32843 \begin_layout Subsection
32844 Xymatrix Diagrams
32845 \begin_inset Index idx
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849 Diagrams ! xymatrix
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 To be able to use xymatrices, the LaTeX-package 
32859 \series bold
32860 xypic
32861 \series default
32862  must be installed.
32863  A xymatrix is created by inserting the command 
32864 \series bold
32865
32866 \backslash
32867 xymatrix
32868 \series default
32869  in a formula.
32870  Then you are able to add new matrix columns and rows like for normal matrices,
32871  see 
32872 \begin_inset CommandInset ref
32873 LatexCommand ref
32874 reference "sec:Matrices"
32875
32876 \end_inset
32877
32878 .
32879 \end_layout
32880
32881 \begin_layout Standard
32882 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32883  and much more.
32884  All possibilities to create commutative diagrams and decorations are explained
32885  in detail in the 
32886 \emph on
32887 XY-pic manual
32888 \emph default
32889  that you find in the menu 
32890 \family sans
32891 Help\SpecialChar \menuseparator
32892 Specific
32893 \begin_inset space ~
32894 \end_inset
32895
32896 Manuals
32897 \family default
32898 .
32899 \end_layout
32900
32901 \begin_layout Subsection
32902
32903 \noun on
32904 Feynman
32905 \noun default
32906  Diagrams
32907 \begin_inset Index idx
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911 Diagrams ! Feynman
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \begin_layout Standard
32920 To be able to use 
32921 \noun on
32922 Feynman
32923 \noun default
32924 -diagrams, the LaTeX-package 
32925 \series bold
32926 feyn
32927 \series default
32928  must be installed.
32929  A 
32930 \noun on
32931 Feynman
32932 \noun default
32933 -diagram is created by inserting the command 
32934 \series bold
32935
32936 \backslash
32937 Diagram
32938 \series default
32939  in a formula.
32940  Then you are able to add new matrix columns and rows like for normal matrices,
32941  see 
32942 \begin_inset CommandInset ref
32943 LatexCommand ref
32944 reference "sec:Matrices"
32945
32946 \end_inset
32947
32948 .
32949 \end_layout
32950
32951 \begin_layout Standard
32952 Examples how to create 
32953 \noun on
32954 Feynman-
32955 \noun default
32956 diagrams in LyX is given in the 
32957 \emph on
32958 Feynman-diagram manual
32959 \emph default
32960  that you find in the menu 
32961 \family sans
32962 Help\SpecialChar \menuseparator
32963 Specific
32964 \begin_inset space ~
32965 \end_inset
32966
32967 Manuals
32968 \family default
32969 .
32970 \end_layout
32971
32972 \begin_layout Section
32973 User-defined Commands
32974 \begin_inset Index idx
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978 User-defined commands
32979 \end_layout
32980
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \begin_layout Standard
32987 \begin_inset Note Greyedout
32988 status open
32989
32990 \begin_layout Plain Layout
32991
32992 \series bold
32993 Note:
32994 \series default
32995  The names of user-defined commands and macros may only consist of Latin
32996  letters.
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \begin_layout Subsection
33005 The Command 
33006 \backslash
33007 newcommand
33008 \begin_inset CommandInset label
33009 LatexCommand label
33010 name "sub:The-Command-newcommand"
33011
33012 \end_inset
33013
33014
33015 \begin_inset Index idx
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019 User-defined commands ! 
33020 \backslash
33021 newcommand
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \begin_inset Index idx
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 Commands ! N ! 
33032 \backslash
33033 newcommand
33034 \end_layout
33035
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \begin_layout Standard
33042 Many LaTeX-commands are too long to be used frequently.
33043  But it is possible to define with the command 
33044 \series bold
33045
33046 \backslash
33047 newcommand
33048 \series default
33049  new shorter commands.
33050 \end_layout
33051
33052 \begin_layout Standard
33053 The command scheme of 
33054 \series bold
33055
33056 \backslash
33057 newcommand
33058 \series default
33059  is:
33060 \end_layout
33061
33062 \begin_layout Standard
33063
33064 \series bold
33065
33066 \backslash
33067 newcommand{new command name}[number of arguments][optional
33068 \series default
33069  
33070 \series bold
33071 value]
33072 \begin_inset Newline newline
33073 \end_inset
33074
33075
33076 \begin_inset Phantom HPhantom
33077 status open
33078
33079 \begin_layout Plain Layout
33080
33081 \series bold
33082
33083 \backslash
33084 newcommand
33085 \end_layout
33086
33087 \end_inset
33088
33089 {command definition}
33090 \end_layout
33091
33092 \begin_layout Standard
33093 \begin_inset Note Greyedout
33094 status open
33095
33096 \begin_layout Plain Layout
33097
33098 \series bold
33099 Note:
33100 \series default
33101  Assure that the name of the new command is not already used in your document
33102  or by LaTeX-packages that you use.
33103  When you for example define the command 
33104 \series bold
33105
33106 \backslash
33107 le
33108 \series default
33109  for 
33110 \series bold
33111
33112 \backslash
33113 Leftarrow
33114 \series default
33115 , you get an error message because 
33116 \series bold
33117
33118 \backslash
33119 le
33120 \series default
33121  is already defined as command for 
33122 \begin_inset Quotes eld
33123 \end_inset
33124
33125
33126 \begin_inset Formula $\le$
33127 \end_inset
33128
33129
33130 \begin_inset Quotes erd
33131 \end_inset
33132
33133 .
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \begin_layout Standard
33142 The number of arguments is an integer in the range 0
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 -
33147 \begin_inset space \thinspace{}
33148 \end_inset
33149
33150 9 and specifies how many arguments the new command should have.
33151  With the optional value a value for an optional argument can be predefined.
33152  When this is done, the 
33153 \emph on
33154 first
33155 \emph default
33156  
33157 \emph on
33158 a
33159 \emph default
33160 rgument of the new command is automatically an optional one.
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Here are some examples:
33165 \end_layout
33166
33167 \begin_layout Itemize
33168 To define the command 
33169 \series bold
33170
33171 \backslash
33172 gr
33173 \series default
33174  for 
33175 \series bold
33176
33177 \backslash
33178 Longrightarrow
33179 \series default
33180 , the LaTeX-preamble line is:
33181 \begin_inset VSpace medskip
33182 \end_inset
33183
33184
33185 \begin_inset Newline newline
33186 \end_inset
33187
33188
33189 \series bold
33190
33191 \backslash
33192 newcommand{
33193 \backslash
33194 gr}{
33195 \backslash
33196 Longrightarrow}
33197 \end_layout
33198
33199 \begin_layout Itemize
33200 To define the command 
33201 \series bold
33202
33203 \backslash
33204 us
33205 \series default
33206  for 
33207 \series bold
33208
33209 \backslash
33210 underline
33211 \series default
33212 , the argument (that should be underlined) must be taken into account.
33213  For this the preamble line is:
33214 \begin_inset VSpace medskip
33215 \end_inset
33216
33217
33218 \begin_inset Newline newline
33219 \end_inset
33220
33221
33222 \series bold
33223
33224 \backslash
33225 newcommand{
33226 \backslash
33227 us}[1]{
33228 \backslash
33229 underline{#1}}
33230 \series default
33231
33232 \begin_inset VSpace medskip
33233 \end_inset
33234
33235
33236 \begin_inset Newline newline
33237 \end_inset
33238
33239 The character 
33240 \series bold
33241 #
33242 \series default
33243  acts as argument placeholder, the 
33244 \series bold
33245 1
33246 \series default
33247  behind it denotes that it is the placeholder for the first argument.
33248 \end_layout
33249
33250 \begin_layout Itemize
33251 For 
33252 \series bold
33253
33254 \backslash
33255 framebox
33256 \series default
33257  one can e.
33258 \begin_inset space \thinspace{}
33259 \end_inset
33260
33261 g.
33262 \begin_inset space \space{}
33263 \end_inset
33264
33265 define the command 
33266 \series bold
33267
33268 \backslash
33269 fb
33270 \series default
33271 :
33272 \begin_inset VSpace medskip
33273 \end_inset
33274
33275
33276 \begin_inset Newline newline
33277 \end_inset
33278
33279
33280 \series bold
33281
33282 \backslash
33283 newcommand{
33284 \backslash
33285 fb}[3]{
33286 \backslash
33287 framebox#1#2{$#3$}}
33288 \series default
33289
33290 \begin_inset VSpace medskip
33291 \end_inset
33292
33293
33294 \begin_inset Newline newline
33295 \end_inset
33296
33297 The two Dollar signs creates the extra formula needed for 
33298 \series bold
33299
33300 \backslash
33301 framebox
33302 \series default
33303 , see 
33304 \begin_inset CommandInset ref
33305 LatexCommand ref
33306 reference "sub:Boxes-with-Frame"
33307
33308 \end_inset
33309
33310 .
33311 \end_layout
33312
33313 \begin_layout Itemize
33314 To create a new command for 
33315 \series bold
33316
33317 \backslash
33318 fcolorbox
33319 \series default
33320  where the color for the box needn't to be specified, the argument for the
33321  color is defined optional:
33322 \begin_inset VSpace medskip
33323 \end_inset
33324
33325
33326 \begin_inset Newline newline
33327 \end_inset
33328
33329
33330 \series bold
33331
33332 \backslash
33333 newcommand{
33334 \backslash
33335 cb}[3][white]{
33336 \backslash
33337 fcolorbox{#2}{#1}{$#3$}}
33338 \series default
33339
33340 \begin_inset VSpace medskip
33341 \end_inset
33342
33343
33344 \begin_inset Newline newline
33345 \end_inset
33346
33347 When the color is not specified when using 
33348 \series bold
33349
33350 \backslash
33351 cb
33352 \series default
33353 , the predefined color 
33354 \series bold
33355 white
33356 \series default
33357  will be used.
33358 \end_layout
33359
33360 \begin_layout Standard
33361 A test of the new defined commands:
33362 \end_layout
33363
33364 \begin_layout Standard
33365 \align center
33366 \begin_inset Tabular
33367 <lyxtabular version="3" rows="6" columns="2">
33368 <features tabularvalignment="middle">
33369 <column alignment="center" valignment="top" width="0">
33370 <column alignment="center" valignment="top" width="0">
33371 <row>
33372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 Command
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385 Result
33386 \begin_inset Note Note
33387 status collapsed
33388
33389 \begin_layout Plain Layout
33390
33391 \series bold
33392
33393 \backslash
33394 raisebox
33395 \series default
33396  is only used as spacer.
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 <row>
33408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412 A
33413 \backslash
33414 gr
33415 \begin_inset ERT
33416 status collapsed
33417
33418 \begin_layout Plain Layout
33419
33420
33421 \backslash
33422 spce 
33423 \end_layout
33424
33425 \end_inset
33426
33427 B
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 \begin_inset Formula $A\gr B$
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 </row>
33445 <row>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450
33451 \backslash
33452 us{ABcd
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 </row>
33470 <row>
33471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475
33476 \backslash
33477 fb{[2cm]
33478 \begin_inset Formula $\to$
33479 \end_inset
33480
33481
33482 \backslash
33483 {
33484 \begin_inset Formula $\to$
33485 \end_inset
33486
33487
33488 \backslash
33489 {
33490 \backslash
33491 int
33492 \begin_inset ERT
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496
33497
33498 \backslash
33499 spce 
33500 \end_layout
33501
33502 \end_inset
33503
33504 A=B
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \end_inset
33520 </cell>
33521 </row>
33522 <row>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527
33528 \backslash
33529 cb{red
33530 \begin_inset Formula $\to$
33531 \end_inset
33532
33533
33534 \backslash
33535 {
33536 \backslash
33537 int
33538 \begin_inset ERT
33539 status collapsed
33540
33541 \begin_layout Plain Layout
33542
33543
33544 \backslash
33545 spce 
33546 \end_layout
33547
33548 \end_inset
33549
33550 A=B
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33560 \end_inset
33561
33562
33563 \end_layout
33564
33565 \end_inset
33566 </cell>
33567 </row>
33568 <row>
33569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573
33574 \backslash
33575 cb[green]
33576 \backslash
33577 {red
33578 \begin_inset Formula $\to$
33579 \end_inset
33580
33581
33582 \backslash
33583 {
33584 \backslash
33585 int
33586 \begin_inset ERT
33587 status collapsed
33588
33589 \begin_layout Plain Layout
33590
33591
33592 \backslash
33593 spce 
33594 \end_layout
33595
33596 \end_inset
33597
33598 A=B
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 </row>
33616 </lyxtabular>
33617
33618 \end_inset
33619
33620
33621 \end_layout
33622
33623 \begin_layout Subsection
33624 Math Macros
33625 \begin_inset Index idx
33626 status collapsed
33627
33628 \begin_layout Plain Layout
33629 User-defined commands! Math macros
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \begin_inset Index idx
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639 Macros
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 User-defined commands are especially convenient for complex expressions.
33649  When you are for example dealing in a document with quadratic equations,
33650  the same solution type occurs several times.
33651  The general form of a quadratic equation is
33652 \begin_inset Formula 
33653 \[
33654 0=\lambda^{2}+p\lambda+q
33655 \]
33656
33657 \end_inset
33658
33659 The general form of the solution is
33660 \begin_inset Formula 
33661 \[
33662 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33663 \]
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 To define a command for the solution formula where only the three parameters
33672  
33673 \begin_inset Formula $\lambda$
33674 \end_inset
33675
33676
33677 \begin_inset Formula $p$
33678 \end_inset
33679
33680  and 
33681 \begin_inset Formula $q$
33682 \end_inset
33683
33684  need to be specified and the index of 
33685 \begin_inset Formula $\lambda$
33686 \end_inset
33687
33688  can be given optionally, the LaTeX-preamble line is
33689 \begin_inset Newline newline
33690 \end_inset
33691
33692
33693 \series bold
33694
33695 \backslash
33696 newcommand{
33697 \backslash
33698 qG}[4][1,
33699 \backslash
33700 ,2]{#2_{#1}=-
33701 \backslash
33702 frac{#3}{2}
33703 \backslash
33704 pm
33705 \begin_inset Newline newline
33706 \end_inset
33707
33708
33709 \begin_inset Phantom HPhantom
33710 status open
33711
33712 \begin_layout Plain Layout
33713
33714 \series bold
33715
33716 \backslash
33717 newcommand
33718 \end_layout
33719
33720 \end_inset
33721
33722
33723 \backslash
33724 sqrt{
33725 \backslash
33726 frac{#3^{2}}{4}-#4}}
33727 \end_layout
33728
33729 \begin_layout Standard
33730 To create with this the solution formula, the command
33731 \begin_inset Newline newline
33732 \end_inset
33733
33734
33735 \series bold
33736
33737 \backslash
33738 qG{
33739 \backslash
33740 lambda
33741 \begin_inset Formula $\to$
33742 \end_inset
33743
33744
33745 \backslash
33746 {p
33747 \begin_inset Formula $\to$
33748 \end_inset
33749
33750
33751 \backslash
33752 {q
33753 \series default
33754  is inserted to a formula
33755 \series bold
33756 .
33757 \end_layout
33758
33759 \begin_layout Standard
33760 The definition of the new command is unintuitive because one has to know
33761  the schemes of all used LaTeX commands, e.
33762 \begin_inset space \thinspace{}
33763 \end_inset
33764
33765 g.
33766 \begin_inset space \space{}
33767 \end_inset
33768
33769 that a fraction is inserted in LaTeX as 
33770 \series bold
33771
33772 \backslash
33773 frac{numerator}{denominator}
33774 \series default
33775 .
33776  Furthermore one can easily forget a brace in the definition and cannot
33777  see in LyX what the new command is doing.
33778  To avoid these problems LyX offers the possibility to use math macros instead
33779  of the command 
33780 \series bold
33781
33782 \backslash
33783 newcommand
33784 \series default
33785 .
33786 \end_layout
33787
33788 \begin_layout Standard
33789 A math macro is created by using the menu 
33790 \family sans
33791 Insert\SpecialChar \menuseparator
33792 Math\SpecialChar \menuseparator
33793 Macro
33794 \family default
33795  or the toolbar button 
33796 \begin_inset Graphics
33797         filename ../images/math-macro_newmacroname_newcommand.png
33798         scale 85
33799
33800 \end_inset
33801
33802 .
33803  The math macro toolbar appears together with the following box where the
33804  macro is defined:
33805 \begin_inset Newline newline
33806 \end_inset
33807
33808
33809 \begin_inset space \hspace*{\fill}
33810 \end_inset
33811
33812
33813 \begin_inset Graphics
33814         filename clipart/macrobox.png
33815
33816 \end_inset
33817
33818
33819 \begin_inset space \hspace*{\fill}
33820 \end_inset
33821
33822
33823 \begin_inset Newline newline
33824 \end_inset
33825
33826
33827 \begin_inset FormulaMacro
33828 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33829 \end_inset
33830
33831
33832 \backslash
33833 newmacroname is the default name of the macro that should be changed to
33834  something sensible.
33835  The wanted formula is inserted in the first blue box.
33836  An argument placeholder is inserted with the command 
33837 \series bold
33838
33839 \backslash
33840 #argumentnumber
33841 \series default
33842 , e.
33843 \begin_inset space \thinspace{}
33844 \end_inset
33845
33846 g
33847 \begin_inset space \space{}
33848 \end_inset
33849
33850
33851 \series bold
33852
33853 \backslash
33854 #1
33855 \series default
33856  or by using the macro toolbar button 
33857 \begin_inset Graphics
33858         filename ../images/math-macro-add-param.png
33859         scale 85
33860
33861 \end_inset
33862
33863 .
33864  Argument placeholders are displayed red.
33865  Maximum 9 arguments are possible.
33866  Optional arguments are created with the toolbar button 
33867 \begin_inset Graphics
33868         filename ../images/math-macro-add-optional-param.png
33869         scale 85
33870
33871 \end_inset
33872
33873 .
33874  The first non-optional argument can be transformed to an optional one with
33875  the toolbar button 
33876 \begin_inset Graphics
33877         filename ../images/math-macro-make-optional.png
33878         scale 85
33879
33880 \end_inset
33881
33882 .
33883  In the second blue box the appearance of the macro in LyX can be defined.
33884  Normally you want to see it as it is defined, so the box is kept empty.
33885  But when you have created a macro that needs lot of space on the screen,
33886  you can insert in the box for example
33887 \begin_inset Newline newline
33888 \end_inset
33889
33890
33891 \series bold
33892 qG: 
33893 \backslash
33894 #1
33895 \series default
33896  
33897 \series bold
33898 ,
33899 \series default
33900  
33901 \series bold
33902
33903 \backslash
33904 #2
33905 \series default
33906  
33907 \series bold
33908 ,
33909 \series default
33910  
33911 \series bold
33912
33913 \backslash
33914 #3, 
33915 \backslash
33916 #4
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920
33921 \series default
33922 For the macro only the arguments with the macro name in front of them will
33923  then be displayed in LyX, leading to a better overview.
33924  The formula appears in the output as defined in the first box.
33925 \begin_inset Newline newline
33926 \end_inset
33927
33928 The appearance of macros in formulas can furthermore be changed for single
33929  macros by setting the cursor in the macro and using the menu 
33930 \family sans
33931 View\SpecialChar \menuseparator
33932 (Un)fold
33933 \begin_inset space ~
33934 \end_inset
33935
33936 Math
33937 \begin_inset space ~
33938 \end_inset
33939
33940 Macro
33941 \family default
33942 .
33943 \end_layout
33944
33945 \begin_layout Standard
33946 To use a macro, the macro name is inserted as command to a formula, in our
33947  case 
33948 \series bold
33949
33950 \backslash
33951 qG
33952 \series default
33953 .
33954  Our macro looks in LyX like this:
33955 \begin_inset Newline newline
33956 \end_inset
33957
33958
33959 \begin_inset space \hspace*{\fill}
33960 \end_inset
33961
33962
33963 \begin_inset Graphics
33964         filename clipart/macrouse.png
33965
33966 \end_inset
33967
33968
33969 \begin_inset space \hspace*{\fill}
33970 \end_inset
33971
33972
33973 \begin_inset Newline newline
33974 \end_inset
33975
33976 Here is our macro example with the arguments 
33977 \begin_inset Formula $x$
33978 \end_inset
33979
33980
33981 \begin_inset Formula $\ln(x)$
33982 \end_inset
33983
33984  and 
33985 \begin_inset Formula $B$
33986 \end_inset
33987
33988 :
33989 \end_layout
33990
33991 \begin_layout Standard
33992 \begin_inset Formula 
33993 \[
33994 \qG x{\ln(x)}B
33995 \]
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 LyX offers in the menu 
34004 \family sans
34005 Tools\SpecialChar \menuseparator
34006 Preferences\SpecialChar \menuseparator
34007 Editing\SpecialChar \menuseparator
34008 Control
34009 \family default
34010  different styles to edit macros.
34011  To find the style that suits you the most, choose a style and set the cursor
34012  in a macro formula to see the difference.
34013 \end_layout
34014
34015 \begin_layout Standard
34016 A math macro is transformed internally to a 
34017 \series bold
34018
34019 \backslash
34020 newcommand
34021 \series default
34022  command when exporting the document.
34023  The created 
34024 \series bold
34025
34026 \backslash
34027 newcommand
34028 \series default
34029  command is not placed in the LaTeX-preamble, therefore macros can only
34030  be used in formulas that are in the document below the macro definition
34031  box.
34032 \end_layout
34033
34034 \begin_layout Standard
34035 Math macros can also be directly be created from a 
34036 \series bold
34037
34038 \backslash
34039 newcommand
34040 \series default
34041  command.
34042  When writing for example the command
34043 \series bold
34044
34045 \begin_inset Newline newline
34046 \end_inset
34047
34048
34049 \backslash
34050 newcommand{
34051 \backslash
34052 larrow}[2]{
34053 \backslash
34054 xleftarrow[#2]{#1}}
34055 \begin_inset Newline newline
34056 \end_inset
34057
34058
34059 \series default
34060 in LyX as normal text, highlighting it completely and using then the shortcut
34061  
34062 \family sans
34063 Ctrl+M
34064 \family default
34065 , the command will be transformed to a math macro.
34066  Using this method you need to be careful that the 
34067 \series bold
34068
34069 \backslash
34070 newcommand
34071 \series default
34072  command is typed correctly, otherwise you get a faulty macro leading to
34073  LaTeX errors.
34074 \end_layout
34075
34076 \begin_layout Standard
34077 Math macros currently yet have the problem that further formulas in macro
34078  definitions are handled wrongly.
34079  Therefore the example 
34080 \series bold
34081
34082 \backslash
34083 fb
34084 \series default
34085  from 
34086 \begin_inset CommandInset ref
34087 LatexCommand ref
34088 reference "sub:The-Command-newcommand"
34089
34090 \end_inset
34091
34092  cannot be created as macro.
34093 \end_layout
34094
34095 \begin_layout Standard
34096 When the cursor is in a macro definition box, you will see the macro toolbar
34097  in LyX:
34098 \end_layout
34099
34100 \begin_layout Standard
34101 \begin_inset VSpace defskip
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset Graphics
34109         filename clipart/MacroToolbar.png
34110
34111 \end_inset
34112
34113
34114 \begin_inset Index idx
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118 Macros ! Toolbar
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Standard
34127 \begin_inset VSpace defskip
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 The macro toolbar contains from left to right the following buttons:
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset VSpace defskip
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset Tabular
34146 <lyxtabular version="3" rows="9" columns="2">
34147 <features islongtable="true" longtabularalignment="center">
34148 <column alignment="left" valignment="top" width="0">
34149 <column alignment="left" valignment="top" width="85col%">
34150 <row interlinespace="2.5mm">
34151 <cell alignment="center" valignment="top" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155 \begin_inset Graphics
34156         filename ../images/math-macro-remove-param.png
34157         rotateOrigin center
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \end_inset
34165 </cell>
34166 <cell alignment="center" valignment="top" usebox="none">
34167 \begin_inset Text
34168
34169 \begin_layout Plain Layout
34170
34171 \family sans
34172 Edit\SpecialChar \menuseparator
34173 Math\SpecialChar \menuseparator
34174 Macro
34175 \begin_inset space ~
34176 \end_inset
34177
34178 Definition\SpecialChar \menuseparator
34179 Remove Last Argument
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 </row>
34185 <row interlinespace="2.5mm">
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190 \begin_inset Graphics
34191         filename ../images/math-macro-add-param.png
34192         rotateOrigin center
34193
34194 \end_inset
34195
34196
34197 \end_layout
34198
34199 \end_inset
34200 </cell>
34201 <cell alignment="center" valignment="top" usebox="none">
34202 \begin_inset Text
34203
34204 \begin_layout Plain Layout
34205
34206 \family sans
34207 Edit\SpecialChar \menuseparator
34208 Math\SpecialChar \menuseparator
34209 Macro
34210 \begin_inset space ~
34211 \end_inset
34212
34213 Definition\SpecialChar \menuseparator
34214 Append Argument
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 <row interlinespace="2.5mm">
34221 <cell alignment="center" valignment="top" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 \begin_inset Graphics
34226         filename ../images/math-macro-make-optional.png
34227         rotateOrigin center
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \end_inset
34235 </cell>
34236 <cell alignment="center" valignment="top" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240
34241 \family sans
34242 Edit\SpecialChar \menuseparator
34243 Math\SpecialChar \menuseparator
34244 Macro
34245 \begin_inset space ~
34246 \end_inset
34247
34248 Definition\SpecialChar \menuseparator
34249 Make First Non-Optional into
34250 \begin_inset Newline newline
34251 \end_inset
34252
34253
34254 \begin_inset Phantom HPhantom
34255 status open
34256
34257 \begin_layout Plain Layout
34258
34259 \family sans
34260 Edit\SpecialChar \menuseparator
34261 Math\SpecialChar \menuseparator
34262 Macro
34263 \begin_inset space ~
34264 \end_inset
34265
34266 Definition\SpecialChar \menuseparator
34267
34268 \end_layout
34269
34270 \end_inset
34271
34272 Optional Argument
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 </row>
34278 <row interlinespace="2.5mm">
34279 <cell alignment="center" valignment="top" usebox="none">
34280 \begin_inset Text
34281
34282 \begin_layout Plain Layout
34283 \begin_inset Graphics
34284         filename ../images/math-macro-make-nonoptional.png
34285         rotateOrigin center
34286
34287 \end_inset
34288
34289
34290 \end_layout
34291
34292 \end_inset
34293 </cell>
34294 <cell alignment="center" valignment="top" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298
34299 \family sans
34300 Edit\SpecialChar \menuseparator
34301 Math\SpecialChar \menuseparator
34302 Macro
34303 \begin_inset space ~
34304 \end_inset
34305
34306 Definition\SpecialChar \menuseparator
34307 Make Last Optional into
34308 \begin_inset Newline newline
34309 \end_inset
34310
34311
34312 \begin_inset Phantom HPhantom
34313 status open
34314
34315 \begin_layout Plain Layout
34316
34317 \family sans
34318 Edit\SpecialChar \menuseparator
34319 Math\SpecialChar \menuseparator
34320 Macro
34321 \begin_inset space ~
34322 \end_inset
34323
34324 Definition\SpecialChar \menuseparator
34325
34326 \end_layout
34327
34328 \end_inset
34329
34330 Non-Optional Argument
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row interlinespace="2.5mm">
34337 <cell alignment="center" valignment="top" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 \begin_inset Graphics
34342         filename ../images/math-macro-remove-optional-param.png
34343         rotateOrigin center
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 <cell alignment="center" valignment="top" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356
34357 \family sans
34358 Edit\SpecialChar \menuseparator
34359 Math\SpecialChar \menuseparator
34360 Macro
34361 \begin_inset space ~
34362 \end_inset
34363
34364 Definition\SpecialChar \menuseparator
34365 Remove Optional Argument
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 </row>
34371 <row interlinespace="2.5mm">
34372 <cell alignment="center" valignment="top" usebox="none">
34373 \begin_inset Text
34374
34375 \begin_layout Plain Layout
34376 \begin_inset Graphics
34377         filename ../images/math-macro-add-optional-param.png
34378         rotateOrigin center
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 <cell alignment="center" valignment="top" usebox="none">
34388 \begin_inset Text
34389
34390 \begin_layout Plain Layout
34391
34392 \family sans
34393 Edit\SpecialChar \menuseparator
34394 Math\SpecialChar \menuseparator
34395 Macro
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Definition\SpecialChar \menuseparator
34400 Insert Optional Argument
34401 \end_layout
34402
34403 \end_inset
34404 </cell>
34405 </row>
34406 <row interlinespace="2.5mm">
34407 <cell alignment="center" valignment="top" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411 \begin_inset Graphics
34412         filename ../images/math-macro-remove-greedy-param.png
34413         rotateOrigin center
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 <cell alignment="center" valignment="top" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Plain Layout
34426
34427 \family sans
34428 Edit\SpecialChar \menuseparator
34429 Math\SpecialChar \menuseparator
34430 Macro
34431 \begin_inset space ~
34432 \end_inset
34433
34434 Definition\SpecialChar \menuseparator
34435 Remove Last Argument
34436 \begin_inset Newline newline
34437 \end_inset
34438
34439
34440 \begin_inset Phantom HPhantom
34441 status open
34442
34443 \begin_layout Plain Layout
34444
34445 \family sans
34446 Edit\SpecialChar \menuseparator
34447 Math\SpecialChar \menuseparator
34448 Macro
34449 \begin_inset space ~
34450 \end_inset
34451
34452 Definition\SpecialChar \menuseparator
34453
34454 \end_layout
34455
34456 \end_inset
34457
34458 Spitting Out To The Right
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 </row>
34464 <row interlinespace="2.5mm">
34465 <cell alignment="center" valignment="top" usebox="none">
34466 \begin_inset Text
34467
34468 \begin_layout Plain Layout
34469 \begin_inset Graphics
34470         filename ../images/math-macro-append-greedy-param.png
34471         rotateOrigin center
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \end_inset
34479 </cell>
34480 <cell alignment="center" valignment="top" usebox="none">
34481 \begin_inset Text
34482
34483 \begin_layout Plain Layout
34484
34485 \family sans
34486 Edit\SpecialChar \menuseparator
34487 Math\SpecialChar \menuseparator
34488 Macro
34489 \begin_inset space ~
34490 \end_inset
34491
34492 Definition\SpecialChar \menuseparator
34493 Append Argument
34494 \begin_inset Newline newline
34495 \end_inset
34496
34497
34498 \begin_inset Phantom HPhantom
34499 status open
34500
34501 \begin_layout Plain Layout
34502
34503 \family sans
34504 Edit\SpecialChar \menuseparator
34505 Math\SpecialChar \menuseparator
34506 Macro
34507 \begin_inset space ~
34508 \end_inset
34509
34510 Definition\SpecialChar \menuseparator
34511
34512 \end_layout
34513
34514 \end_inset
34515
34516 Eating From The Right
34517 \end_layout
34518
34519 \end_inset
34520 </cell>
34521 </row>
34522 <row interlinespace="2.5mm">
34523 <cell alignment="center" valignment="top" usebox="none">
34524 \begin_inset Text
34525
34526 \begin_layout Plain Layout
34527 \begin_inset Graphics
34528         filename ../images/math-macro-add-greedy-optional-param.png
34529         rotateOrigin center
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \end_inset
34537 </cell>
34538 <cell alignment="center" valignment="top" usebox="none">
34539 \begin_inset Text
34540
34541 \begin_layout Plain Layout
34542
34543 \family sans
34544 Edit\SpecialChar \menuseparator
34545 Math\SpecialChar \menuseparator
34546 Macro
34547 \begin_inset space ~
34548 \end_inset
34549
34550 Definition\SpecialChar \menuseparator
34551 Append Optional Argument
34552 \begin_inset Newline newline
34553 \end_inset
34554
34555
34556 \begin_inset Phantom HPhantom
34557 status open
34558
34559 \begin_layout Plain Layout
34560
34561 \family sans
34562 Edit\SpecialChar \menuseparator
34563 Math\SpecialChar \menuseparator
34564 Macro
34565 \begin_inset space ~
34566 \end_inset
34567
34568 Definition\SpecialChar \menuseparator
34569
34570 \end_layout
34571
34572 \end_inset
34573
34574 Eating From The Right
34575 \end_layout
34576
34577 \end_inset
34578 </cell>
34579 </row>
34580 </lyxtabular>
34581
34582 \end_inset
34583
34584
34585 \end_layout
34586
34587 \begin_layout Section
34588 Computer Algebra Systems
34589 \end_layout
34590
34591 \begin_layout Standard
34592 LyX offers the exchange between mathematical expressions written in LyX's
34593  math editor and external applications or user defined scripts.
34594  Currently supported applications are 
34595 \family sans
34596 Maple
34597 \family default
34598
34599 \family sans
34600 Mathematica
34601 \family default
34602
34603 \family sans
34604 Maxima
34605 \family default
34606  and 
34607 \family sans
34608 Octave
34609 \family default
34610 .
34611  Note that the set of supported mathematical constructs is limited only
34612  to very simple cases.
34613 \end_layout
34614
34615 \begin_layout Subsection
34616 Usage
34617 \end_layout
34618
34619 \begin_layout Standard
34620 Write some expression in a formula, go to the 
34621 \family sans
34622 Edit\SpecialChar \menuseparator
34623 Math\SpecialChar \menuseparator
34624 Use Computer Algebra System
34625 \family default
34626  menu and choose the application you have installed on the computer.
34627  After that the result of computation should show on the right side of the
34628  expression together with the 
34629 \begin_inset Quotes eld
34630 \end_inset
34631
34632 =
34633 \begin_inset Quotes erd
34634 \end_inset
34635
34636  operator.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 Here are few simple examples (with results from 
34641 \family typewriter
34642 Maxima
34643 \family default
34644 ) to show what kind of computations can be performed:
34645 \end_layout
34646
34647 \begin_layout Itemize
34648 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34649 \end_inset
34650
34651
34652 \end_layout
34653
34654 \begin_layout Itemize
34655 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34656 \end_inset
34657
34658
34659 \end_layout
34660
34661 \begin_layout Itemize
34662 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34663 \end_inset
34664
34665
34666 \end_layout
34667
34668 \begin_layout Itemize
34669 \begin_inset Formula $\det\left[\begin{array}{ccc}
34670 1 & 6 & 7\\
34671 2 & 5 & 8\\
34672 3 & 4 & 17
34673 \end{array}\right]=-56$
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Itemize
34680 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Subsection
34687 Keyboard shortcut
34688 \end_layout
34689
34690 \begin_layout Standard
34691 Currently there is no keyboard shortcut for calling the algebra applications.
34692  One can easily bind a shortcut to the 
34693 \family sans
34694 math-extern
34695 \family default
34696  LyX function (see the 
34697 \family sans
34698 \emph on
34699 LyX Functions
34700 \family default
34701 \emph default
34702  manual).
34703  One could e.
34704 \begin_inset space \thinspace{}
34705 \end_inset
34706
34707 g.
34708 \begin_inset space ~
34709 \end_inset
34710
34711 bind the 
34712 \family sans
34713 Return
34714 \family default
34715  key inside the math editor.
34716  To bind it to 
34717 \family typewriter
34718 Maxima
34719 \family default
34720  one would use this shortcut definition command:
34721 \end_layout
34722
34723 \begin_layout Standard
34724
34725 \series bold
34726 command-alternatives break-paragraph;math-extern maxima
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset Newpage newpage
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Section
34737 Tips
34738 \begin_inset Index idx
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742 Tips
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \end_layout
34749
34750 \begin_layout Subsection
34751 Negative Numbers
34752 \begin_inset Index idx
34753 status collapsed
34754
34755 \begin_layout Plain Layout
34756 Numbers ! negative
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Standard
34765 Negative numbers often look ugly in formulas because the minus sign before
34766  the number is set with the same length as the minus operator sign.
34767  When writing the negative number in normal text, the minus sign appears
34768  correctly.
34769 \end_layout
34770
34771 \begin_layout Standard
34772 Thus, the problem disappears when converting the minus sign to mathematical
34773  text.
34774 \end_layout
34775
34776 \begin_layout Standard
34777 An example to visualize the problem:
34778 \end_layout
34779
34780 \begin_layout Standard
34781 \align center
34782 \begin_inset Tabular
34783 <lyxtabular version="3" rows="3" columns="2">
34784 <features tabularvalignment="middle">
34785 <column alignment="right" valignment="top" width="0">
34786 <column alignment="left" valignment="top" width="0">
34787 <row>
34788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34789 \begin_inset Text
34790
34791 \begin_layout Plain Layout
34792 normal text:
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34798 \begin_inset Text
34799
34800 \begin_layout Plain Layout
34801 x = -2
34802 \end_layout
34803
34804 \end_inset
34805 </cell>
34806 </row>
34807 <row>
34808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34809 \begin_inset Text
34810
34811 \begin_layout Plain Layout
34812 formula:
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821 \begin_inset Formula $x=-2$
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \end_inset
34828 </cell>
34829 </row>
34830 <row>
34831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34832 \begin_inset Text
34833
34834 \begin_layout Plain Layout
34835 solution:
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844 \begin_inset Formula $x=\textrm{-}2$
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 </row>
34853 </lyxtabular>
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \begin_layout Subsection
34861 Comma as decimal Separator
34862 \begin_inset Index idx
34863 status collapsed
34864
34865 \begin_layout Plain Layout
34866 Comma
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Standard
34875 In LaTeX a comma inside a formula is used, according to the English convention,
34876  as number group separator.
34877  So there will be space added behind all commas in formulas.
34878 \end_layout
34879
34880 \begin_layout Standard
34881 To avoid this, the comma is highlighted and changed to mathematical text
34882  (shortcut 
34883 \begin_inset Info
34884 type  "shortcut"
34885 arg   "math-mode"
34886 \end_inset
34887
34888 ).
34889 \end_layout
34890
34891 \begin_layout Standard
34892 To use all formula commas in the document as decimal separator, the file
34893  
34894 \series bold
34895 icomma.sty
34896 \series default
34897
34898 \begin_inset Foot
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902
34903 \series bold
34904 icomma
34905 \series default
34906  is part of the LaTeX-package 
34907 \series bold
34908 was
34909 \series default
34910
34911 \begin_inset Index idx
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915 Packages ! was
34916 \begin_inset ERT
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920
34921
34922 \backslash
34923 vspace{4mm}
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \end_inset
34932
34933 .
34934 \end_layout
34935
34936 \end_inset
34937
34938
34939 \begin_inset Index idx
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943 Packages ! icomma
34944 \end_layout
34945
34946 \end_inset
34947
34948  is loaded with the LaTeX-preamble line
34949 \end_layout
34950
34951 \begin_layout Standard
34952
34953 \series bold
34954
34955 \backslash
34956 usepackage{icomma}
34957 \end_layout
34958
34959 \begin_layout Subsection
34960 Physical Vectors
34961 \begin_inset CommandInset label
34962 LatexCommand label
34963 name "sub:Physical-Vectors"
34964
34965 \end_inset
34966
34967
34968 \begin_inset Index idx
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972 Vectors ! physical
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Standard
34981 Predefined vectors are offered by the LaTeX-package 
34982 \series bold
34983 braket
34984 \series default
34985
34986 \begin_inset Index idx
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990 Packages ! braket
34991 \end_layout
34992
34993 \end_inset
34994
34995  that is loaded with the LaTeX-preamble line
34996 \end_layout
34997
34998 \begin_layout Standard
34999
35000 \series bold
35001
35002 \backslash
35003 usepackage{braket}
35004 \end_layout
35005
35006 \begin_layout Standard
35007 \begin_inset ERT
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011
35012
35013 \backslash
35014 ifbraket 
35015 \end_layout
35016
35017 \end_inset
35018
35019
35020 \begin_inset Note Note
35021 status open
35022
35023 \begin_layout Plain Layout
35024 The following table will only be displayed when the LaTeX-package 
35025 \series bold
35026 braket
35027 \series default
35028  is installed.
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \begin_layout Standard
35037 The following commands are defined:
35038 \end_layout
35039
35040 \begin_layout Standard
35041 \align center
35042 \begin_inset Tabular
35043 <lyxtabular version="3" rows="4" columns="2">
35044 <features tabularvalignment="middle">
35045 <column alignment="center" valignment="top" width="0">
35046 <column alignment="center" valignment="top" width="0">
35047 <row>
35048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052 Command
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 Result
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 </row>
35067 <row>
35068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072
35073 \backslash
35074 Bra{
35075 \backslash
35076 psi
35077 \end_layout
35078
35079 \end_inset
35080 </cell>
35081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35082 \begin_inset Text
35083
35084 \begin_layout Plain Layout
35085 \begin_inset Formula $\Bra{\psi}$
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \end_inset
35092 </cell>
35093 </row>
35094 <row>
35095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35096 \begin_inset Text
35097
35098 \begin_layout Plain Layout
35099
35100 \backslash
35101 Ket{
35102 \backslash
35103 psi
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 \begin_inset Formula $\Ket{\psi}$
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \end_inset
35119 </cell>
35120 </row>
35121 <row>
35122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35123 \begin_inset Text
35124
35125 \begin_layout Plain Layout
35126
35127 \backslash
35128 Braket{
35129 \backslash
35130 psi|
35131 \backslash
35132 phi
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35138 \begin_inset Text
35139
35140 \begin_layout Plain Layout
35141 \begin_inset Formula $\Braket{\psi|\phi}$
35142 \end_inset
35143
35144
35145 \end_layout
35146
35147 \end_inset
35148 </cell>
35149 </row>
35150 </lyxtabular>
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 The command 
35159 \series bold
35160
35161 \backslash
35162 Braket
35163 \series default
35164  assures that all vertical bars are set in the size of the surrounding brackets:
35165 \begin_inset Formula 
35166 \[
35167 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35168 \]
35169
35170 \end_inset
35171
35172
35173 \begin_inset ERT
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177
35178
35179 \backslash
35180 else 
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \begin_inset Note Note
35187 status open
35188
35189 \begin_layout Plain Layout
35190 The following will be displayed when the LaTeX-package 
35191 \series bold
35192 braket
35193 \series default
35194  is not installed:
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \begin_layout Standard
35203 You need to install the LaTeX-package 
35204 \series bold
35205 braket
35206 \series default
35207  to see the rest of this subsection in the output.
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216
35217 \backslash
35218 fi 
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \begin_layout Standard
35227 The effect of 
35228 \series bold
35229
35230 \backslash
35231 Braket
35232 \series default
35233  can also be achieved using the command 
35234 \series bold
35235
35236 \backslash
35237 middle
35238 \series default
35239 , that is described in 
35240 \begin_inset CommandInset ref
35241 LatexCommand ref
35242 reference "sub:Automatic-Bracket-Size"
35243
35244 \end_inset
35245
35246 .
35247 \end_layout
35248
35249 \begin_layout Subsection
35250 Self-defined Fractions
35251 \begin_inset CommandInset label
35252 LatexCommand label
35253 name "sub:Self-defined-Fractions"
35254
35255 \end_inset
35256
35257
35258 \begin_inset Index idx
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262 Fractions ! self-defined
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \begin_layout Standard
35271 To define custom commands for fractions, the command 
35272 \series bold
35273
35274 \backslash
35275 genfrac
35276 \series default
35277
35278 \begin_inset Index idx
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 Commands ! G ! 
35283 \backslash
35284 genfrac
35285 \end_layout
35286
35287 \end_inset
35288
35289  is used in the following scheme:
35290 \end_layout
35291
35292 \begin_layout Standard
35293
35294 \series bold
35295
35296 \backslash
35297 genfrac{left
35298 \series default
35299  
35300 \series bold
35301 bracket}{right
35302 \series default
35303  
35304 \series bold
35305 bracket}{fraction bar thickness}{style}
35306 \begin_inset Newline newline
35307 \end_inset
35308
35309
35310 \begin_inset Phantom HPhantom
35311 status open
35312
35313 \begin_layout Plain Layout
35314
35315 \series bold
35316
35317 \backslash
35318 genfrac
35319 \end_layout
35320
35321 \end_inset
35322
35323 {numerator}{denominator}
35324 \end_layout
35325
35326 \begin_layout Standard
35327 The style is a number in the range of 0
35328 \begin_inset space \thinspace{}
35329 \end_inset
35330
35331 -
35332 \begin_inset space \thinspace{}
35333 \end_inset
35334
35335 3.
35336 \end_layout
35337
35338 \begin_layout Standard
35339 \align center
35340 \begin_inset Tabular
35341 <lyxtabular version="3" rows="5" columns="2">
35342 <features tabularvalignment="middle">
35343 <column alignment="center" valignment="top" width="0">
35344 <column alignment="center" valignment="top" width="0">
35345 <row>
35346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35347 \begin_inset Text
35348
35349 \begin_layout Plain Layout
35350 Number
35351 \end_layout
35352
35353 \end_inset
35354 </cell>
35355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35356 \begin_inset Text
35357
35358 \begin_layout Plain Layout
35359 Style (Size)
35360 \end_layout
35361
35362 \end_inset
35363 </cell>
35364 </row>
35365 <row>
35366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35367 \begin_inset Text
35368
35369 \begin_layout Plain Layout
35370 0
35371 \end_layout
35372
35373 \end_inset
35374 </cell>
35375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35376 \begin_inset Text
35377
35378 \begin_layout Plain Layout
35379 display style formula
35380 \end_layout
35381
35382 \end_inset
35383 </cell>
35384 </row>
35385 <row>
35386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35387 \begin_inset Text
35388
35389 \begin_layout Plain Layout
35390 1
35391 \end_layout
35392
35393 \end_inset
35394 </cell>
35395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35396 \begin_inset Text
35397
35398 \begin_layout Plain Layout
35399 inline formula
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 </row>
35405 <row>
35406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35407 \begin_inset Text
35408
35409 \begin_layout Plain Layout
35410 2
35411 \end_layout
35412
35413 \end_inset
35414 </cell>
35415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419 small
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 </row>
35425 <row>
35426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35427 \begin_inset Text
35428
35429 \begin_layout Plain Layout
35430 3
35431 \end_layout
35432
35433 \end_inset
35434 </cell>
35435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35436 \begin_inset Text
35437
35438 \begin_layout Plain Layout
35439 tiny
35440 \end_layout
35441
35442 \end_inset
35443 </cell>
35444 </row>
35445 </lyxtabular>
35446
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 When no style is given, the size is adjusted to the surrounding environment
35454  like for the command 
35455 \series bold
35456
35457 \backslash
35458 frac
35459 \series default
35460 .
35461 \end_layout
35462
35463 \begin_layout Standard
35464 When no fraction bar thickness is given, the predefined value of 0.4
35465 \begin_inset space \thinspace{}
35466 \end_inset
35467
35468 pt will be used.
35469 \end_layout
35470
35471 \begin_layout Standard
35472 \begin_inset VSpace medskip
35473 \end_inset
35474
35475 For example, the commands 
35476 \series bold
35477
35478 \backslash
35479 dfrac
35480 \series default
35481  and 
35482 \series bold
35483
35484 \backslash
35485 tbinom
35486 \series default
35487  from 
35488 \begin_inset CommandInset ref
35489 LatexCommand ref
35490 reference "sub:Fractions"
35491
35492 \end_inset
35493
35494  are defined with the commands
35495 \end_layout
35496
35497 \begin_layout Standard
35498
35499 \series bold
35500
35501 \backslash
35502 newcommand{
35503 \backslash
35504 dfrac}[2]{
35505 \backslash
35506 genfrac{}{}{}{0}{#1}{#2}}
35507 \end_layout
35508
35509 \begin_layout Standard
35510 and
35511 \end_layout
35512
35513 \begin_layout Standard
35514
35515 \series bold
35516
35517 \backslash
35518 newcommand{
35519 \backslash
35520 tbinom}[2]{
35521 \backslash
35522 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35523 \end_layout
35524
35525 \begin_layout Standard
35526 \begin_inset VSpace medskip
35527 \end_inset
35528
35529 To define a fraction where the fraction bar thickness can be given as optional
35530  argument, the following line is inserted to the LaTeX-preamble:
35531 \end_layout
35532
35533 \begin_layout Standard
35534
35535 \series bold
35536
35537 \backslash
35538 newcommand{
35539 \backslash
35540 fracS}[3][]{
35541 \backslash
35542 genfrac{}{}{#1}{}{#2}{#3}}
35543 \end_layout
35544
35545 \begin_layout Standard
35546 \begin_inset Newpage newpage
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \begin_layout Standard
35553 A test:
35554 \begin_inset Formula 
35555 \begin{align*}
35556 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35557 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35558 \end{align*}
35559
35560 \end_inset
35561
35562 As one can see, the distance of the numerator and the denominator to the
35563  fraction bar is round about three times the bar thickness.
35564 \end_layout
35565
35566 \begin_layout Subsection
35567 Canceled Formulas
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Formula ! canceled
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581 To cancel formulas or formula parts, the LaTeX-package 
35582 \series bold
35583 cancel
35584 \series default
35585
35586 \begin_inset Index idx
35587 status collapsed
35588
35589 \begin_layout Plain Layout
35590 Packages ! cancel
35591 \end_layout
35592
35593 \end_inset
35594
35595  has to be loaded with the LaTeX-preamble line
35596 \end_layout
35597
35598 \begin_layout Standard
35599
35600 \series bold
35601
35602 \backslash
35603 usepackage{cancel}
35604 \end_layout
35605
35606 \begin_layout Standard
35607 \begin_inset ERT
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611
35612
35613 \backslash
35614 ifcancel 
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \begin_inset Note Note
35621 status open
35622
35623 \begin_layout Plain Layout
35624 The following table will only be displayed when the LaTeX-package 
35625 \series bold
35626 cancel
35627 \series default
35628  is installed.
35629 \end_layout
35630
35631 \end_inset
35632
35633
35634 \end_layout
35635
35636 \begin_layout Standard
35637 There are four ways to cancel formulas:
35638 \end_layout
35639
35640 \begin_layout Standard
35641 \align center
35642 \begin_inset Tabular
35643 <lyxtabular version="3" rows="5" columns="2">
35644 <features tabularvalignment="middle">
35645 <column alignment="center" valignment="top" width="0">
35646 <column alignment="center" valignment="top" width="0">
35647 <row>
35648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652 Command
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 Result
35662 \begin_inset Note Note
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666 The space and
35667 \series bold
35668  
35669 \backslash
35670 raisebox
35671 \series default
35672  are used here as spacer.
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 </row>
35683 <row>
35684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35685 \begin_inset Text
35686
35687 \begin_layout Plain Layout
35688
35689 \backslash
35690 cancel{
35691 \backslash
35692 int
35693 \begin_inset ERT
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697
35698
35699 \backslash
35700 spce 
35701 \end_layout
35702
35703 \end_inset
35704
35705 A=B
35706 \end_layout
35707
35708 \end_inset
35709 </cell>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35715 \end_inset
35716
35717
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 </row>
35723 <row>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728
35729 \backslash
35730 bcancel{
35731 \backslash
35732 int
35733 \begin_inset ERT
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737
35738
35739 \backslash
35740 spce 
35741 \end_layout
35742
35743 \end_inset
35744
35745 A=B
35746 \end_layout
35747
35748 \end_inset
35749 </cell>
35750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35755 \end_inset
35756
35757
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 </row>
35763 <row>
35764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768
35769 \backslash
35770 xcancel{
35771 \backslash
35772 int
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778
35779 \backslash
35780 spce 
35781 \end_layout
35782
35783 \end_inset
35784
35785 A=B
35786 \end_layout
35787
35788 \end_inset
35789 </cell>
35790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35791 \begin_inset Text
35792
35793 \begin_layout Plain Layout
35794 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35795 \end_inset
35796
35797
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 </row>
35803 <row>
35804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35805 \begin_inset Text
35806
35807 \begin_layout Plain Layout
35808
35809 \backslash
35810 cancelto{1
35811 \begin_inset Formula $\to$
35812 \end_inset
35813
35814
35815 \backslash
35816 {
35817 \backslash
35818 int
35819 \begin_inset ERT
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824
35825 \backslash
35826 spce 
35827 \end_layout
35828
35829 \end_inset
35830
35831 A=B
35832 \end_layout
35833
35834 \end_inset
35835 </cell>
35836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35837 \begin_inset Text
35838
35839 \begin_layout Plain Layout
35840 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \end_inset
35847 </cell>
35848 </row>
35849 </lyxtabular>
35850
35851 \end_inset
35852
35853
35854 \end_layout
35855
35856 \begin_layout Standard
35857
35858 \series bold
35859
35860 \backslash
35861 cancelto
35862 \series default
35863  is especially suitable to visualize the reduction of fractions within formulas:
35864 \begin_inset Formula 
35865 \[
35866 \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}}}
35867 \]
35868
35869 \end_inset
35870
35871
35872 \end_layout
35873
35874 \begin_layout Standard
35875 To change the size of 
35876 \series bold
35877
35878 \backslash
35879 cancelto
35880 \series default
35881 's 
35882 \begin_inset Quotes eld
35883 \end_inset
35884
35885 subscript
35886 \begin_inset Quotes erd
35887 \end_inset
35888
35889  value one can load the package 
35890 \series bold
35891 cancel
35892 \series default
35893  with either the option 
35894 \series bold
35895 samesize
35896 \series default
35897  which leads to the same size as for the canceled value or with the option
35898  
35899 \series bold
35900 Smaller
35901 \series default
35902  which makes is it a bit smaller than the size one gets without using a
35903  package option.
35904  In this document 
35905 \series bold
35906 cancel
35907 \series default
35908  was loaded with this line:
35909 \end_layout
35910
35911 \begin_layout Standard
35912
35913 \series bold
35914
35915 \backslash
35916 usepackage[samesize]{cancel}
35917 \end_layout
35918
35919 \begin_layout Standard
35920 To color the cancellation bar one adds this command as TeX code:
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 renewcommand{
35929 \backslash
35930 CancelColor}{
35931 \backslash
35932 color{red}}
35933 \end_layout
35934
35935 \begin_layout Standard
35936
35937 \series bold
35938 red
35939 \series default
35940  can be replaced by a color of your choice.
35941 \end_layout
35942
35943 \begin_layout Standard
35944 \begin_inset ERT
35945 status collapsed
35946
35947 \begin_layout Plain Layout
35948
35949
35950 \backslash
35951 renewcommand{
35952 \backslash
35953 CancelColor}{
35954 \backslash
35955 color{red}}
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Standard
35964 \begin_inset Formula 
35965 \[
35966 \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}}}
35967 \]
35968
35969 \end_inset
35970
35971
35972 \end_layout
35973
35974 \begin_layout Standard
35975 \begin_inset ERT
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980
35981 \backslash
35982 renewcommand{
35983 \backslash
35984 CancelColor}{
35985 \backslash
35986 color{black}}
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \begin_inset Note Note
35993 status open
35994
35995 \begin_layout Plain Layout
35996 reset the color
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Standard
36005 For further customizations, see the documentation of the package 
36006 \series bold
36007 cancel
36008 \series default
36009
36010 \begin_inset CommandInset citation
36011 LatexCommand cite
36012 key "cancel"
36013
36014 \end_inset
36015
36016 .
36017 \end_layout
36018
36019 \begin_layout Standard
36020 \begin_inset ERT
36021 status collapsed
36022
36023 \begin_layout Plain Layout
36024
36025
36026 \backslash
36027 else 
36028 \end_layout
36029
36030 \end_inset
36031
36032
36033 \begin_inset Note Note
36034 status open
36035
36036 \begin_layout Plain Layout
36037 The following will be displayed when the LaTeX-package 
36038 \series bold
36039 cancel
36040 \series default
36041  is not installed:
36042 \end_layout
36043
36044 \end_inset
36045
36046
36047 \end_layout
36048
36049 \begin_layout Standard
36050 You need to install the LaTeX-package 
36051 \series bold
36052 cancel
36053 \series default
36054  to see the rest of this subsection in the output.
36055 \end_layout
36056
36057 \begin_layout Standard
36058 \begin_inset ERT
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062
36063
36064 \backslash
36065 fi 
36066 \end_layout
36067
36068 \end_inset
36069
36070
36071 \end_layout
36072
36073 \begin_layout Subsection
36074 Formulas in Section Headings
36075 \begin_inset CommandInset label
36076 LatexCommand label
36077 name "sub:Formulas-in-Section"
36078
36079 \end_inset
36080
36081
36082 \begin_inset Index idx
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086 Formula ! in section headings
36087 \end_layout
36088
36089 \end_inset
36090
36091
36092 \end_layout
36093
36094 \begin_layout Standard
36095 When formulas are used in section headings, the following has to be taken
36096  into account:
36097 \end_layout
36098
36099 \begin_layout Standard
36100 \begin_inset Note Greyedout
36101 status open
36102
36103 \begin_layout Plain Layout
36104 When 
36105 \series bold
36106 hyperref
36107 \series default
36108
36109 \begin_inset Index idx
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 Packages ! hyperref
36114 \end_layout
36115
36116 \end_inset
36117
36118  support is enabled in the document settings dialog under 
36119 \family sans
36120 PDF
36121 \begin_inset space ~
36122 \end_inset
36123
36124 Properties
36125 \family default
36126 , PDF-bookmarks are created for every section heading in the table of contents.
36127  If a section heading contains formulas, they are incorrectly displayed
36128  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36129 s.
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \begin_layout Standard
36138 Both problems can be solved by inserting at the end of the section heading
36139  a short title with the menu 
36140 \family sans
36141 Insert\SpecialChar \menuseparator
36142 Short
36143 \begin_inset space ~
36144 \end_inset
36145
36146 Title
36147 \family default
36148 .
36149  Short titles are used as alternative for multiline section headings to
36150  keep the table of contents clearly arranged.
36151  Only the short title appears in the table of contents and therefore also
36152  in the PDF-bookmark.
36153 \end_layout
36154
36155 \begin_layout Standard
36156 When formulas should be used in the table of contents but 
36157 \series bold
36158 hyperref
36159 \series default
36160  is used, one can use the following command in TeX-mode:
36161 \end_layout
36162
36163 \begin_layout Standard
36164
36165 \series bold
36166
36167 \backslash
36168 texorpdfstring{part}{alternative}
36169 \begin_inset Index idx
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 Commands ! T ! 
36174 \backslash
36175 texorpdfstring
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \end_layout
36182
36183 \begin_layout Standard
36184 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36185  This can be characters, formulas, footnotes, but also cross-references.
36186  The alternative is used instead of the part for the bookmark.
36187 \end_layout
36188
36189 \begin_layout Standard
36190 Here are two example headings:
36191 \begin_inset VSpace -3mm
36192 \end_inset
36193
36194
36195 \begin_inset ERT
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199
36200
36201 \backslash
36202 boldmath 
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \begin_layout Subsubsection
36211 Heading without formula in table of contents 
36212 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36213 \end_inset
36214
36215
36216 \begin_inset Argument
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220 Heading without formula in table of contents
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Subsubsection
36229 Heading with formula in table of contents
36230 \begin_inset ERT
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234
36235
36236 \backslash
36237 texorpdfstring{
36238 \end_layout
36239
36240 \end_inset
36241
36242  
36243 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36244 \end_inset
36245
36246
36247 \begin_inset ERT
36248 status collapsed
36249
36250 \begin_layout Plain Layout
36251
36252 }{}
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \begin_layout Standard
36261 \begin_inset ERT
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266
36267 \backslash
36268 unboldmath 
36269 \end_layout
36270
36271 \end_inset
36272
36273 In the first heading a short title was used, in the second one 
36274 \series bold
36275
36276 \backslash
36277 texorpdfstring
36278 \series default
36279 .
36280 \end_layout
36281
36282 \begin_layout Standard
36283 To get the same formatting as for the other headings, the complete heading
36284  was set into a 
36285 \series bold
36286 boldmath
36287 \series default
36288  environment
36289 \begin_inset Foot
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293 see 
36294 \begin_inset CommandInset ref
36295 LatexCommand ref
36296 reference "sub:Bold-Formulas"
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \end_inset
36304
36305 .
36306 \end_layout
36307
36308 \begin_layout Subsection
36309 Formulas in multi-column Text
36310 \begin_inset Index idx
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314 Formula ! in multi-column text
36315 \end_layout
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \begin_layout Standard
36323 Formulas in multi-column text are often too wide to fit into a column and
36324  thus need to be set over the whole page width.
36325  This is done by using the LaTeX-package 
36326 \series bold
36327 multicol
36328 \series default
36329
36330 \begin_inset Foot
36331 status collapsed
36332
36333 \begin_layout Plain Layout
36334
36335 \series bold
36336 multicol
36337 \series default
36338  is part of every LaTeX standard installation.
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \begin_inset Index idx
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348 Packages ! multicol
36349 \end_layout
36350
36351 \end_inset
36352
36353 , that is loaded with the LaTeX-preamble line
36354 \end_layout
36355
36356 \begin_layout Standard
36357
36358 \series bold
36359
36360 \backslash
36361 usepackage{multicol}
36362 \end_layout
36363
36364 \begin_layout Standard
36365 \begin_inset Note Greyedout
36366 status open
36367
36368 \begin_layout Plain Layout
36369 Note herby that the setting 
36370 \family sans
36371 Two-column
36372 \begin_inset space ~
36373 \end_inset
36374
36375 document
36376 \family default
36377  in the menu 
36378 \family sans
36379 Document\SpecialChar \menuseparator
36380 Settings
36381 \family default
36382  under 
36383 \family sans
36384 Text
36385 \begin_inset space ~
36386 \end_inset
36387
36388 Layout
36389 \family default
36390 \emph on
36391  
36392 \emph default
36393 must 
36394 \emph on
36395 not
36396 \emph default
36397  be selected.
36398 \end_layout
36399
36400 \end_inset
36401
36402
36403 \end_layout
36404
36405 \begin_layout Standard
36406 Before the multi-column text the command
36407 \end_layout
36408
36409 \begin_layout Standard
36410
36411 \series bold
36412
36413 \backslash
36414 begin{multicols}{column number}
36415 \end_layout
36416
36417 \begin_layout Standard
36418 is written in TeX-mode.
36419  The column number is a number in the range of 2
36420 \begin_inset space \thinspace{}
36421 \end_inset
36422
36423 -
36424 \begin_inset space \thinspace{}
36425 \end_inset
36426
36427 10.
36428  Before the formula the multi-column text is ended by inserting the command
36429 \end_layout
36430
36431 \begin_layout Standard
36432
36433 \series bold
36434
36435 \backslash
36436 end{multicols}
36437 \end_layout
36438
36439 \begin_layout Standard
36440 in TeX-mode.
36441 \end_layout
36442
36443 \begin_layout Standard
36444 Due to the command some space is automatically added before the formula.
36445  To revert this, -6
36446 \begin_inset space \thinspace{}
36447 \end_inset
36448
36449 mm vertical space is inserted before the formula.
36450  When the formula style 
36451 \series bold
36452 Indented
36453 \begin_inset Foot
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457 formula styles see 
36458 \begin_inset CommandInset ref
36459 LatexCommand ref
36460 reference "sec:Formula-Styles"
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \series default
36471  is used, -9
36472 \begin_inset space \thinspace{}
36473 \end_inset
36474
36475 mm space is inserted instead.
36476 \end_layout
36477
36478 \begin_layout Standard
36479 As example a multi-column text with a displayed formula:
36480 \end_layout
36481
36482 \begin_layout Standard
36483
36484 \lang german
36485 \begin_inset ERT
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489
36490
36491 \backslash
36492 begin{multicols}{2}
36493 \end_layout
36494
36495 \end_inset
36496
36497 Das Spektrum wird fouriertransformiert.
36498  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36499 , Lösungsmittel) zu trennen.
36500  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36501  nun das Aussehen des Ausgangssignals.
36502  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36503  über alle Phasen integrieren muss.
36504  Sei nun 
36505 \begin_inset Formula $S$
36506 \end_inset
36507
36508  unser normiertes Ausgangssignal und 
36509 \begin_inset Formula $P$
36510 \end_inset
36511
36512  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36513 \begin_inset ERT
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517
36518
36519 \backslash
36520 end{multicols}
36521 \end_layout
36522
36523 \end_inset
36524
36525
36526 \begin_inset VSpace -6mm
36527 \end_inset
36528
36529
36530 \begin_inset Formula 
36531 \begin{equation}
36532 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36533 \end{equation}
36534
36535 \end_inset
36536
36537
36538 \begin_inset ERT
36539 status collapsed
36540
36541 \begin_layout Plain Layout
36542
36543
36544 \backslash
36545 begin{multicols}{2}
36546 \end_layout
36547
36548 \end_inset
36549
36550 wobei 
36551 \begin_inset Formula $S_{0}$
36552 \end_inset
36553
36554  das Signal ohne Gradient ist und die Normierungsbedingung 
36555 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36556 \end_inset
36557
36558  gilt.
36559  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36560  Direkt nach dem 
36561 \begin_inset Formula $\nicefrac{\pi}{2}$
36562 \end_inset
36563
36564
36565 \begin_inset space \thinspace{}
36566 \end_inset
36567
36568 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36569  das Signal zusätzlich abschwächt.
36570  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36571  
36572 \begin_inset Formula $T_{2}$
36573 \end_inset
36574
36575 -Zeit.
36576 \end_layout
36577
36578 \begin_layout Standard
36579
36580 \lang german
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 end{multicols}
36589 \end_layout
36590
36591 \end_inset
36592
36593
36594 \end_layout
36595
36596 \begin_layout Subsection
36597 Formulas with Description of Variables
36598 \begin_inset Index idx
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602 Formula ! with description of variables
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Standard
36611 To describe variables within a formula, like in formula 
36612 \begin_inset CommandInset ref
36613 LatexCommand eqref
36614 reference "eq:within"
36615
36616 \end_inset
36617
36618 , a 2
36619 \series bold
36620 ×
36621 \series default
36622
36623 \begin_inset Formula $n$
36624 \end_inset
36625
36626
36627 \begin_inset space ~
36628 \end_inset
36629
36630 matrix is used with left aligned columns for the 
36631 \begin_inset Formula $n$
36632 \end_inset
36633
36634  used variables.
36635 \begin_inset Foot
36636 status collapsed
36637
36638 \begin_layout Plain Layout
36639 matrices see 
36640 \begin_inset CommandInset ref
36641 LatexCommand ref
36642 reference "sec:Matrices"
36643
36644 \end_inset
36645
36646
36647 \end_layout
36648
36649 \end_inset
36650
36651  To set the description in a smaller size, before the matrix e.
36652 \begin_inset space \thinspace{}
36653 \end_inset
36654
36655 g.
36656 \begin_inset space \space{}
36657 \end_inset
36658
36659 the command 
36660 \series bold
36661
36662 \backslash
36663 footnotesize
36664 \series default
36665  is inserted.
36666 \begin_inset Foot
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670 font sizes see 
36671 \begin_inset CommandInset ref
36672 LatexCommand ref
36673 reference "sub:Font-Sizes"
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \begin_layout Standard
36686 When the formula style 
36687 \series bold
36688 Indented
36689 \begin_inset Foot
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 formula styles see 
36694 \begin_inset CommandInset ref
36695 LatexCommand ref
36696 reference "sec:Formula-Styles"
36697
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \end_inset
36704
36705
36706 \series default
36707  is used, a 
36708 \series bold
36709
36710 \backslash
36711 hfill
36712 \series default
36713
36714 \begin_inset Foot
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718
36719 \series bold
36720
36721 \backslash
36722 hfill
36723 \series default
36724  only works in formulas with the style 
36725 \series bold
36726 Indented
36727 \series default
36728 , see 
36729 \begin_inset CommandInset ref
36730 LatexCommand ref
36731 reference "sub:Variable-Space"
36732
36733 \end_inset
36734
36735 .
36736 \end_layout
36737
36738 \end_inset
36739
36740  is inserted before and after the matrix to have the same separation of
36741  the matrix from the equation and the side margin.
36742 \end_layout
36743
36744 \begin_layout Standard
36745 When the formula style 
36746 \series bold
36747 Centered
36748 \series default
36749  is used, the method described in 
36750 \begin_inset CommandInset ref
36751 LatexCommand ref
36752 reference "sub:Flalign-Environment"
36753
36754 \end_inset
36755
36756  is used to indent formulas.
36757  Formula 
36758 \begin_inset CommandInset ref
36759 LatexCommand eqref
36760 reference "eq:within"
36761
36762 \end_inset
36763
36764  consists of five columns whereas in the first two columns contain the equation,
36765  the third the matrix and the last one an empty TeX-brace.
36766 \begin_inset Formula 
36767 \begin{flalign}
36768 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36769 \rho & \textrm{density}\\
36770 V & \textrm{volume}\\
36771 g & \textrm{gravitational acceleration}
36772 \end{array} &  & {}\label{eq:within}
36773 \end{flalign}
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Subsection
36781 Upright small Greek Letters
36782 \begin_inset CommandInset label
36783 LatexCommand label
36784 name "sub:Upright-small-Greek"
36785
36786 \end_inset
36787
36788
36789 \begin_inset Index idx
36790 status collapsed
36791
36792 \begin_layout Plain Layout
36793 Greek letters ! upright
36794 \end_layout
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \begin_layout Standard
36802 Most of the math fonts only provide italic small Greek letters.
36803  But for symbols of elementary particles like pions and neutrinos, upright
36804  Greek letters are needed.
36805  The file 
36806 \series bold
36807 upgreek.sty
36808 \series default
36809
36810 \begin_inset Foot
36811 status collapsed
36812
36813 \begin_layout Plain Layout
36814
36815 \series bold
36816 upgreek
36817 \series default
36818  is part of the LaTeX-package 
36819 \series bold
36820 was
36821 \series default
36822
36823 \begin_inset Index idx
36824 status collapsed
36825
36826 \begin_layout Plain Layout
36827 Packages ! was
36828 \begin_inset ERT
36829 status collapsed
36830
36831 \begin_layout Plain Layout
36832
36833
36834 \backslash
36835 vspace{4mm}
36836 \end_layout
36837
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \end_inset
36844
36845 .
36846 \end_layout
36847
36848 \end_inset
36849
36850
36851 \begin_inset Index idx
36852 status collapsed
36853
36854 \begin_layout Plain Layout
36855 Packages ! upgreek
36856 \end_layout
36857
36858 \end_inset
36859
36860  that is loaded with the LaTeX-preamble line
36861 \end_layout
36862
36863 \begin_layout Standard
36864
36865 \series bold
36866
36867 \backslash
36868 usepackage{upgreek}
36869 \end_layout
36870
36871 \begin_layout Standard
36872 provides them.
36873  
36874 \begin_inset ERT
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878
36879
36880 \backslash
36881 ifupgreek 
36882 \end_layout
36883
36884 \end_inset
36885
36886
36887 \begin_inset Note Note
36888 status open
36889
36890 \begin_layout Plain Layout
36891 The following table will only be displayed when the LaTeX-package 
36892 \series bold
36893 upgreek
36894 \series default
36895  is installed:
36896 \end_layout
36897
36898 \end_inset
36899
36900  They are created when the command for a small Greek letters is started
36901  with 
36902 \series bold
36903 up
36904 \series default
36905 .
36906  For example the command 
36907 \series bold
36908
36909 \backslash
36910 uptau
36911 \series default
36912  creates this: 
36913 \begin_inset Formula $\uptau$
36914 \end_inset
36915
36916
36917 \end_layout
36918
36919 \begin_layout Standard
36920 With these commands reactions of elementary particles can be typeset:
36921 \begin_inset Formula 
36922 \[
36923 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36924 \]
36925
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \begin_layout Standard
36932 The upright letters are more bold and wider than the italic ones.
36933  They should therefore not be used for units like 
36934 \begin_inset Quotes eld
36935 \end_inset
36936
36937 µm
36938 \begin_inset Quotes erd
36939 \end_inset
36940
36941 .
36942 \end_layout
36943
36944 \begin_layout Standard
36945 \begin_inset ERT
36946 status collapsed
36947
36948 \begin_layout Plain Layout
36949
36950
36951 \backslash
36952 else 
36953 \end_layout
36954
36955 \end_inset
36956
36957
36958 \begin_inset Note Note
36959 status open
36960
36961 \begin_layout Plain Layout
36962 The following will be displayed when the LaTeX-package 
36963 \series bold
36964 upgreek
36965 \series default
36966  is not installed:
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 You need to install the LaTeX-package 
36976 \series bold
36977 upgreek
36978 \series default
36979  to see the rest of this subsection in the output.
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \begin_inset ERT
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987
36988
36989 \backslash
36990 fi 
36991 \end_layout
36992
36993 \end_inset
36994
36995
36996 \end_layout
36997
36998 \begin_layout Standard
36999 \begin_inset Newpage newpage
37000 \end_inset
37001
37002
37003 \end_layout
37004
37005 \begin_layout Subsection
37006 Text Characters in Formulas
37007 \begin_inset CommandInset label
37008 LatexCommand label
37009 name "sub:Text-Characters-in"
37010
37011 \end_inset
37012
37013
37014 \begin_inset Index idx
37015 status collapsed
37016
37017 \begin_layout Plain Layout
37018 Text ! in formulas
37019 \end_layout
37020
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Standard
37027 In some cases you might want to insert text characters directly into formulas.
37028  When for example the centered dot · is often used in formulas like 
37029 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37030 \end_inset
37031
37032 , one would have to insert the command 
37033 \series bold
37034
37035 \backslash
37036 cdot
37037 \series default
37038
37039 \begin_inset Foot
37040 status collapsed
37041
37042 \begin_layout Plain Layout
37043 see 
37044 \begin_inset CommandInset ref
37045 LatexCommand ref
37046 reference "sub:Binary-Operators"
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \end_inset
37054
37055  all the time, because this character is defined in all encodings as text
37056  character.
37057  But the encoding can be changed by this LaTeX-preamble line:
37058 \end_layout
37059
37060 \begin_layout Standard
37061
37062 \series bold
37063
37064 \backslash
37065 Declare Inputtext{183}{
37066 \backslash
37067 ifmmode
37068 \backslash
37069 cdot
37070 \backslash
37071 else
37072 \backslash
37073 textperiodcentered
37074 \backslash
37075 f\SpecialChar \textcompwordmark{}
37076 i}
37077 \end_layout
37078
37079 \begin_layout Standard
37080 The character encoding (menu 
37081 \family sans
37082 Document\SpecialChar \menuseparator
37083 Settings\SpecialChar \menuseparator
37084 Language
37085 \family default
37086 ) specifies what character appears when a keyboard key is pressed.
37087  When the key for the character '·' is pressed, internally the command 
37088 \series bold
37089
37090 \backslash
37091 textperiodcentered
37092 \series default
37093  is used.
37094  But this command is not available in a formula so that you would get LaTeX-erro
37095 rs.
37096  With the changed encoding the right command is chosen automatically, depending
37097  on if the character was inserted into a formula or not.
37098 \end_layout
37099
37100 \begin_layout Standard
37101 The encoding of several characters is saved in definition files.
37102  Fore example the encoding 
37103 \series bold
37104 latin9
37105 \series default
37106  is defined in the file 
37107 \series bold
37108 latin9.def
37109 \series default
37110  that is in the installation folder of LaTeX.
37111  Encodings should only be changed via the LaTeX-preamble and not in the
37112  definition files.
37113  Otherwise own documents could not be edited by other LyX users working
37114  on other computers.
37115 \end_layout
37116
37117 \begin_layout Standard
37118 \begin_inset VSpace medskip
37119 \end_inset
37120
37121 Besides the centered dot, in this document the degree sign ° is defined
37122  with the following LaTeX-preamble line so that it can directly be inserted
37123  to a formula:
37124 \end_layout
37125
37126 \begin_layout Standard
37127
37128 \series bold
37129
37130 \backslash
37131 DeclareInputtext{176}{
37132 \backslash
37133 ifmmode^
37134 \backslash
37135 circ
37136 \backslash
37137 else
37138 \backslash
37139 textdegree
37140 \backslash
37141 f\SpecialChar \textcompwordmark{}
37142 i}
37143 \end_layout
37144
37145 \begin_layout Standard
37146 \begin_inset Newpage newpage
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \begin_layout Section
37153 \start_of_appendix
37154 Typographic Advice
37155 \begin_inset Index idx
37156 status collapsed
37157
37158 \begin_layout Plain Layout
37159 Typographic advice
37160 \end_layout
37161
37162 \end_inset
37163
37164
37165 \end_layout
37166
37167 \begin_layout Standard
37168 This section is a summary of the most important typographic rules, listed
37169  in ISO norms.
37170 \begin_inset Foot
37171 status collapsed
37172
37173 \begin_layout Plain Layout
37174 This collection was partly taken from the German semi-official dictionary
37175  called 
37176 \begin_inset Quotes eld
37177 \end_inset
37178
37179 Duden
37180 \begin_inset Quotes erd
37181 \end_inset
37182
37183  
37184 \begin_inset CommandInset citation
37185 LatexCommand cite
37186 key "Duden"
37187
37188 \end_inset
37189
37190  that lists some of the ISO rules.
37191  More rules are listed in 
37192 \begin_inset CommandInset citation
37193 LatexCommand cite
37194 key "Checklist"
37195
37196 \end_inset
37197
37198 .
37199 \end_layout
37200
37201 \end_inset
37202
37203
37204 \end_layout
37205
37206 \begin_layout Itemize
37207 Physical units are 
37208 \emph on
37209 always
37210 \emph default
37211  set upright
37212 \begin_inset Foot
37213 status collapsed
37214
37215 \begin_layout Plain Layout
37216 done with font styles, see 
37217 \begin_inset CommandInset ref
37218 LatexCommand ref
37219 reference "sub:Font-Styles"
37220
37221 \end_inset
37222
37223
37224 \end_layout
37225
37226 \end_inset
37227
37228 , no matter if they appear in italic text: 30
37229 \begin_inset space \thinspace{}
37230 \end_inset
37231
37232 km/h
37233 \begin_inset Newline newline
37234 \end_inset
37235
37236 Between the value and the unit is the smallest space, see 
37237 \begin_inset CommandInset ref
37238 LatexCommand ref
37239 reference "sub:Predefined-Space"
37240
37241 \end_inset
37242
37243 .
37244 \begin_inset Newline newline
37245 \end_inset
37246
37247 This convention is automatically fulfilled when the command 
37248 \series bold
37249
37250 \backslash
37251 unittwo
37252 \series default
37253  is used.
37254  When it is entered to a formula, two boxes appear.
37255  In the first one the value is inserted, in the second one the unit, and
37256  one gets as above: 
37257 \begin_inset Formula $\unit[30]{km/h}$
37258 \end_inset
37259
37260
37261 \begin_inset space \thinspace{}
37262 \end_inset
37263
37264 .
37265  Note that 
37266 \series bold
37267
37268 \backslash
37269 unittwo
37270 \series default
37271  is not a real LaTeX command but the command 
37272 \series bold
37273
37274 \backslash
37275 unit[value]{unit}
37276 \series default
37277 , therefore you cannot use it in TeX code.
37278 \end_layout
37279
37280 \begin_layout Itemize
37281 Percent and perthousand signs are set like physical units:
37282 \begin_inset Newline newline
37283 \end_inset
37284
37285 1,2
37286 \begin_inset space \thinspace{}
37287 \end_inset
37288
37289 ‰ alcohol in blood
37290 \end_layout
37291
37292 \begin_layout Itemize
37293 The degree sign follows directly on the value: 15°, but not when it is used
37294  in units: 15
37295 \begin_inset space \thinspace{}
37296 \end_inset
37297
37298 °C
37299 \end_layout
37300
37301 \begin_layout Itemize
37302 In numbers with more than four digits the smallest space is inserted before
37303  every third digit to group them: 
37304 \family roman
37305 \series medium
37306 \shape up
37307 \size normal
37308 \emph off
37309 \bar no
37310 \noun off
37311 \color none
37312 18
37313 \begin_inset space \thinspace{}
37314 \end_inset
37315
37316 473
37317 \begin_inset space \thinspace{}
37318 \end_inset
37319
37320 588
37321 \end_layout
37322
37323 \begin_layout Itemize
37324 For dimensions like 120×90×40
37325 \begin_inset space \thinspace{}
37326 \end_inset
37327
37328 cm the multiplication sign 
37329 \begin_inset Quotes eld
37330 \end_inset
37331
37332 ×
37333 \begin_inset Quotes erd
37334 \end_inset
37335
37336  is used.
37337  It is available either via the command 
37338 \series bold
37339
37340 \backslash
37341 times
37342 \series default
37343  or via the menu 
37344 \family sans
37345 Insert\SpecialChar \menuseparator
37346 Special Character\SpecialChar \menuseparator
37347 Symbols
37348 \family default
37349 .
37350 \end_layout
37351
37352 \begin_layout Itemize
37353 Functions with names consisting of several letters are set upright to avoid
37354  confusions, see 
37355 \begin_inset CommandInset ref
37356 LatexCommand ref
37357 reference "sub:Predefined-Functions"
37358
37359 \end_inset
37360
37361 .
37362 \end_layout
37363
37364 \begin_layout Itemize
37365 Indices consisting of several letters, are set upright: 
37366 \begin_inset Formula $E_{\mathrm{kin}}$
37367 \end_inset
37368
37369
37370 \begin_inset Newline newline
37371 \end_inset
37372
37373 Components of matrices are set italic: 
37374 \begin_inset Formula $\hat{H}_{kl}$
37375 \end_inset
37376
37377
37378 \end_layout
37379
37380 \begin_layout Itemize
37381 The differentiation/integration operator 'd', the Euler's number 'e' and
37382  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37383  other variables.
37384 \end_layout
37385
37386 \begin_layout Itemize
37387 The character that denotes a 
37388 \noun on
37389 Fourier
37390 \noun default
37391  transformation is inserted either by the command 
37392 \series bold
37393
37394 \backslash
37395 mathscr
37396 \begin_inset ERT
37397 status collapsed
37398
37399 \begin_layout Plain Layout
37400
37401
37402 \backslash
37403 spce 
37404 \end_layout
37405
37406 \end_inset
37407
37408 F
37409 \series default
37410  or via the menu 
37411 \family sans
37412 Insert\SpecialChar \menuseparator
37413 Special Character\SpecialChar \menuseparator
37414 Symbols\SpecialChar \menuseparator
37415 Letterlike
37416 \begin_inset space ~
37417 \end_inset
37418
37419 Symbols
37420 \family default
37421
37422 \begin_inset Formula $\mathscr{F}$
37423 \end_inset
37424
37425
37426 \end_layout
37427
37428 \begin_layout Standard
37429 \begin_inset Newpage newpage
37430 \end_inset
37431
37432
37433 \end_layout
37434
37435 \begin_layout Section
37436 Synonyms
37437 \begin_inset Index idx
37438 status collapsed
37439
37440 \begin_layout Plain Layout
37441 Synonyms
37442 \end_layout
37443
37444 \end_inset
37445
37446
37447 \end_layout
37448
37449 \begin_layout Standard
37450 Some characters and symbols can be created with several commands.
37451  Here is a list of the synonym commands:
37452 \end_layout
37453
37454 \begin_layout Standard
37455 \begin_inset VSpace bigskip
37456 \end_inset
37457
37458
37459 \begin_inset space \hfill{}
37460 \end_inset
37461
37462
37463 \begin_inset Tabular
37464 <lyxtabular version="3" rows="12" columns="2">
37465 <features tabularvalignment="middle">
37466 <column alignment="center" valignment="top" width="0pt">
37467 <column alignment="center" valignment="top" width="0pt">
37468 <row>
37469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473 Command
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 equivalent to
37483 \begin_inset Note Note
37484 status collapsed
37485
37486 \begin_layout Plain Layout
37487
37488 \series bold
37489
37490 \backslash
37491 raisebox
37492 \series default
37493  is only used as spacer.
37494 \end_layout
37495
37496 \end_inset
37497
37498
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 </row>
37504 <row>
37505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37506 \begin_inset Text
37507
37508 \begin_layout Plain Layout
37509
37510 \backslash
37511 ast
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520 \begin_inset ERT
37521 status collapsed
37522
37523 \begin_layout Plain Layout
37524
37525
37526 \backslash
37527 raisebox{-1.2mm}{
37528 \end_layout
37529
37530 \end_inset
37531
37532 *
37533 \begin_inset ERT
37534 status collapsed
37535
37536 \begin_layout Plain Layout
37537
37538 }
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 choose
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 binom
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 </row>
37573 <row>
37574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578
37579 \backslash
37580 geq
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 ge
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 </row>
37597 <row>
37598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602
37603 \backslash
37604 lbrace
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 {
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 <row>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 lbracket
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 [
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 <row>
37642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646
37647 \backslash
37648 leftarrow
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37654 \begin_inset Text
37655
37656 \begin_layout Plain Layout
37657
37658 \backslash
37659 gets
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 </row>
37665 <row>
37666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670
37671 \backslash
37672 leq
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681
37682 \backslash
37683 le
37684 \end_layout
37685
37686 \end_inset
37687 </cell>
37688 </row>
37689 <row>
37690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694
37695 \backslash
37696 lor
37697 \end_layout
37698
37699 \end_inset
37700 </cell>
37701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37702 \begin_inset Text
37703
37704 \begin_layout Plain Layout
37705
37706 \backslash
37707 vee
37708 \end_layout
37709
37710 \end_inset
37711 </cell>
37712 </row>
37713 <row>
37714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718
37719 \backslash
37720 neq
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37726 \begin_inset Text
37727
37728 \begin_layout Plain Layout
37729
37730 \backslash
37731 not=
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 </row>
37737 <row>
37738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37739 \begin_inset Text
37740
37741 \begin_layout Plain Layout
37742
37743 \backslash
37744 slash
37745 \end_layout
37746
37747 \end_inset
37748 </cell>
37749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753 /
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 </row>
37759 <row>
37760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764
37765 \backslash
37766 vert
37767 \end_layout
37768
37769 \end_inset
37770 </cell>
37771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37772 \begin_inset Text
37773
37774 \begin_layout Plain Layout
37775 |
37776 \end_layout
37777
37778 \end_inset
37779 </cell>
37780 </row>
37781 </lyxtabular>
37782
37783 \end_inset
37784
37785
37786 \begin_inset space \hfill{}
37787 \end_inset
37788
37789
37790 \begin_inset Tabular
37791 <lyxtabular version="3" rows="12" columns="2">
37792 <features tabularvalignment="middle">
37793 <column alignment="center" valignment="top" width="0pt">
37794 <column alignment="center" valignment="top" width="0pt">
37795 <row>
37796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 Command
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809 equivalent to
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 </row>
37815 <row>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820
37821 \backslash
37822 backslash
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \backslash
37833
37834 \backslash
37835
37836 \end_layout
37837
37838 \end_inset
37839 </cell>
37840 </row>
37841 <row>
37842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37843 \begin_inset Text
37844
37845 \begin_layout Plain Layout
37846
37847 \backslash
37848 dasharrow
37849 \end_layout
37850
37851 \end_inset
37852 </cell>
37853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37854 \begin_inset Text
37855
37856 \begin_layout Plain Layout
37857
37858 \backslash
37859 dashrightarrow
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 </row>
37865 <row>
37866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37867 \begin_inset Text
37868
37869 \begin_layout Plain Layout
37870
37871 \backslash
37872 land
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37878 \begin_inset Text
37879
37880 \begin_layout Plain Layout
37881
37882 \backslash
37883 wedge
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 rbrace
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905 }
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 </row>
37911 <row>
37912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37913 \begin_inset Text
37914
37915 \begin_layout Plain Layout
37916
37917 \backslash
37918 rbracket
37919 \end_layout
37920
37921 \end_inset
37922 </cell>
37923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37924 \begin_inset Text
37925
37926 \begin_layout Plain Layout
37927 ]
37928 \end_layout
37929
37930 \end_inset
37931 </cell>
37932 </row>
37933 <row>
37934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37935 \begin_inset Text
37936
37937 \begin_layout Plain Layout
37938
37939 \backslash
37940 rightarrow
37941 \end_layout
37942
37943 \end_inset
37944 </cell>
37945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37946 \begin_inset Text
37947
37948 \begin_layout Plain Layout
37949
37950 \backslash
37951 to
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 </row>
37957 <row>
37958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37959 \begin_inset Text
37960
37961 \begin_layout Plain Layout
37962
37963 \backslash
37964 lnot
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973
37974 \backslash
37975 neg
37976 \end_layout
37977
37978 \end_inset
37979 </cell>
37980 </row>
37981 <row>
37982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37983 \begin_inset Text
37984
37985 \begin_layout Plain Layout
37986
37987 \backslash
37988 ne
37989 \end_layout
37990
37991 \end_inset
37992 </cell>
37993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37994 \begin_inset Text
37995
37996 \begin_layout Plain Layout
37997
37998 \backslash
37999 not=
38000 \end_layout
38001
38002 \end_inset
38003 </cell>
38004 </row>
38005 <row>
38006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38007 \begin_inset Text
38008
38009 \begin_layout Plain Layout
38010
38011 \backslash
38012 owns
38013 \end_layout
38014
38015 \end_inset
38016 </cell>
38017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38018 \begin_inset Text
38019
38020 \begin_layout Plain Layout
38021
38022 \backslash
38023 ni
38024 \end_layout
38025
38026 \end_inset
38027 </cell>
38028 </row>
38029 <row>
38030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38031 \begin_inset Text
38032
38033 \begin_layout Plain Layout
38034
38035 \backslash
38036 square
38037 \end_layout
38038
38039 \end_inset
38040 </cell>
38041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38042 \begin_inset Text
38043
38044 \begin_layout Plain Layout
38045
38046 \backslash
38047 Box
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 </row>
38053 <row>
38054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058
38059 \backslash
38060 Vert
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38066 \begin_inset Text
38067
38068 \begin_layout Plain Layout
38069
38070 \backslash
38071 |
38072 \end_layout
38073
38074 \end_inset
38075 </cell>
38076 </row>
38077 </lyxtabular>
38078
38079 \end_inset
38080
38081
38082 \begin_inset space \hfill{}
38083 \end_inset
38084
38085
38086 \end_layout
38087
38088 \begin_layout Standard
38089 \begin_inset Newpage newpage
38090 \end_inset
38091
38092
38093 \end_layout
38094
38095 \begin_layout Bibliography
38096 \labelwidthstring References
38097 \begin_inset CommandInset bibitem
38098 LatexCommand bibitem
38099 key "TLC2"
38100
38101 \end_inset
38102
38103
38104 \shape smallcaps
38105 Mittelbach, F.
38106  ; Goossens, M.
38107 \shape default
38108
38109 \shape italic
38110 The LaTeX Companion
38111 \shape default
38112 .
38113  Addison Wesley, 2004
38114 \end_layout
38115
38116 \begin_layout Bibliography
38117 \labelwidthstring References
38118 \begin_inset CommandInset bibitem
38119 LatexCommand bibitem
38120 key "Mathmode"
38121
38122 \end_inset
38123
38124
38125 \begin_inset CommandInset href
38126 LatexCommand href
38127 name "Description"
38128 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38129
38130 \end_inset
38131
38132  of LaTeX's math abilities
38133 \end_layout
38134
38135 \begin_layout Bibliography
38136 \labelwidthstring References
38137 \begin_inset CommandInset bibitem
38138 LatexCommand bibitem
38139 key "AMS"
38140
38141 \end_inset
38142
38143
38144 \begin_inset CommandInset href
38145 LatexCommand href
38146 name "Description"
38147 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38148
38149 \end_inset
38150
38151  of 
38152 \begin_inset ERT
38153 status collapsed
38154
38155 \begin_layout Plain Layout
38156
38157
38158 \backslash
38159 AmS
38160 \end_layout
38161
38162 \end_inset
38163
38164 -LaTeX
38165 \end_layout
38166
38167 \begin_layout Bibliography
38168 \labelwidthstring References
38169 \begin_inset CommandInset bibitem
38170 LatexCommand bibitem
38171 key "Symbols"
38172
38173 \end_inset
38174
38175
38176 \begin_inset CommandInset href
38177 LatexCommand href
38178 name "List"
38179 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38180
38181 \end_inset
38182
38183  of all symbols available with LaTeX-packages
38184 \end_layout
38185
38186 \begin_layout Bibliography
38187 \labelwidthstring References
38188 \begin_inset CommandInset bibitem
38189 LatexCommand bibitem
38190 key "cancel"
38191
38192 \end_inset
38193
38194
38195 \begin_inset CommandInset href
38196 LatexCommand href
38197 name "Documentation"
38198 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38199
38200 \end_inset
38201
38202  of the LaTeX-package 
38203 \series bold
38204 cancel
38205 \series default
38206
38207 \begin_inset Index idx
38208 status collapsed
38209
38210 \begin_layout Plain Layout
38211 Packages ! cancel
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \end_layout
38218
38219 \begin_layout Bibliography
38220 \labelwidthstring References
38221 \begin_inset CommandInset bibitem
38222 LatexCommand bibitem
38223 key "hyperref"
38224
38225 \end_inset
38226
38227
38228 \begin_inset CommandInset href
38229 LatexCommand href
38230 name "Documentation"
38231 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38232
38233 \end_inset
38234
38235  of the LaTeX-package 
38236 \series bold
38237 hyperref
38238 \series default
38239
38240 \begin_inset Index idx
38241 status collapsed
38242
38243 \begin_layout Plain Layout
38244 Packages ! hyperref
38245 \end_layout
38246
38247 \end_inset
38248
38249
38250 \end_layout
38251
38252 \begin_layout Bibliography
38253 \labelwidthstring References
38254 \begin_inset CommandInset bibitem
38255 LatexCommand bibitem
38256 key "mhchem"
38257
38258 \end_inset
38259
38260
38261 \begin_inset CommandInset href
38262 LatexCommand href
38263 name "Documentation"
38264 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38265
38266 \end_inset
38267
38268  of the LaTeX-package 
38269 \series bold
38270 mhchem
38271 \series default
38272
38273 \begin_inset Index idx
38274 status collapsed
38275
38276 \begin_layout Plain Layout
38277 Packages ! mhchem
38278 \end_layout
38279
38280 \end_inset
38281
38282
38283 \end_layout
38284
38285 \begin_layout Bibliography
38286 \labelwidthstring References
38287 \begin_inset CommandInset bibitem
38288 LatexCommand bibitem
38289 key "Mathclap"
38290
38291 \end_inset
38292
38293
38294 \begin_inset CommandInset href
38295 LatexCommand href
38296 name "Description"
38297 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38298
38299 \end_inset
38300
38301  of the command 
38302 \series bold
38303
38304 \backslash
38305 mathclap
38306 \series default
38307 , described in 
38308 \begin_inset CommandInset ref
38309 LatexCommand ref
38310 reference "sub:Operator-Limits"
38311
38312 \end_inset
38313
38314
38315 \begin_inset Index idx
38316 status collapsed
38317
38318 \begin_layout Plain Layout
38319 Commands ! M ! 
38320 \backslash
38321 mathclap
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Bibliography
38330 \labelwidthstring References
38331 \begin_inset CommandInset bibitem
38332 LatexCommand bibitem
38333 key "Duden"
38334
38335 \end_inset
38336
38337
38338 \emph on
38339 Duden Band 1
38340 \emph default
38341 .
38342  22.
38343  Auflage, Duden 2001
38344 \end_layout
38345
38346 \begin_layout Bibliography
38347 \labelwidthstring References
38348 \begin_inset CommandInset bibitem
38349 LatexCommand bibitem
38350 key "Checklist"
38351
38352 \end_inset
38353
38354
38355 \begin_inset CommandInset href
38356 LatexCommand href
38357 name "Check list"
38358 target "http://physics.nist.gov/Document/checklist.pdf"
38359
38360 \end_inset
38361
38362  for reviewing manuscripts
38363 \end_layout
38364
38365 \begin_layout Standard
38366 \begin_inset CommandInset index_print
38367 LatexCommand printindex
38368 type "idx"
38369
38370 \end_inset
38371
38372
38373 \end_layout
38374
38375 \end_body
38376 \end_document