]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: describe new support for command \sideset
[features.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\def\tagform@#1{\maketag@@@{|#1|}}
93
94 % macro from sec. 10.2
95 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
96 \def\mathclap {\mathpalette \mathclapinternal}
97 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
98
99
100 % ------------------------------------
101 % used to check for needed LaTeX packages
102 \usepackage{ifthen}
103
104 % check for package undertilde
105 % used for the command \utilde
106 \newboolean{undertilde}
107 \IfFileExists{undertilde.sty}
108  {\usepackage{undertilde}
109   \setboolean{undertilde}{true}}
110  {\setboolean{undertilde}{false}}
111
112 % check for package eurosym
113 % used for the Euro symbol
114 \newboolean{eurosym}
115 \IfFileExists{eurosym.sty}
116  {\usepackage[gennarrow]{eurosym}
117   \setboolean{eurosym}{true}}
118  {\setboolean{eurosym}{false}}
119
120 % check for package braket
121 % used for physical vectors
122 \newboolean{braket}
123 \IfFileExists{braket.sty}
124  {\usepackage{braket}
125   \setboolean{braket}{true}}
126  {\setboolean{braket}{false}}
127
128 % check for package cancel
129 \newboolean{cancel}
130 \IfFileExists{cancel.sty}
131  {\usepackage{cancel}
132   \setboolean{cancel}{true}}
133  {\setboolean{cancel}{false}}
134
135 % check for package upgreek
136 \newboolean{upgreek}
137 \IfFileExists{upgreek.sty}
138  {\usepackage{upgreek}
139   \setboolean{upgreek}{true}}
140  {\setboolean{upgreek}{false}}
141 \end_preamble
142 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
143 \use_default_options false
144 \maintain_unincluded_children false
145 \language english
146 \language_package default
147 \inputencoding auto
148 \fontencoding global
149 \font_roman default
150 \font_sans default
151 \font_typewriter default
152 \font_math auto
153 \font_default_family default
154 \use_non_tex_fonts false
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159 \graphics default
160 \default_output_format default
161 \output_sync 0
162 \bibtex_command default
163 \index_command default
164 \paperfontsize 12
165 \spacing single
166 \use_hyperref true
167 \pdf_title "LyX's Math Manual"
168 \pdf_author "LyX Team, Uwe Stöhr"
169 \pdf_subject "LyX-documentation about math"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pdfusetitle false
180 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
181 \papersize a4paper
182 \use_geometry false
183 \use_package amsmath 2
184 \use_package amssymb 2
185 \use_package cancel 0
186 \use_package esint 1
187 \use_package mathdots 1
188 \use_package mathtools 0
189 \use_package mhchem 1
190 \use_package stackrel 0
191 \use_package stmaryrd 0
192 \use_package undertilde 0
193 \cite_engine basic
194 \cite_engine_type default
195 \biblio_style plain
196 \use_bibtopic false
197 \use_indices false
198 \paperorientation portrait
199 \suppress_date false
200 \justification true
201 \use_refstyle 0
202 \notefontcolor #0000ff
203 \index Index
204 \shortcut idx
205 \color #008000
206 \end_index
207 \secnumdepth 4
208 \tocdepth 3
209 \paragraph_separation skip
210 \defskip medskip
211 \quotes_language english
212 \papercolumns 1
213 \papersides 2
214 \paperpagestyle plain
215 \bullet 1 0 6 -1
216 \bullet 2 2 35 -1
217 \bullet 3 2 7 -1
218 \tracking_changes false
219 \output_changes false
220 \html_math_output 0
221 \html_css_as_file 0
222 \html_be_strict false
223 \end_header
224
225 \begin_body
226
227 \begin_layout Title
228 LyX's detailed Math manual
229 \end_layout
230
231 \begin_layout Author
232 by the LyX Team
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238 If you have comments or error corrections, please send them to the LyX Documenta
239 tion mailing list: 
240 \family typewriter
241
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 author: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \family sans
275 Version 2.1.x
276 \end_layout
277
278 \begin_layout Standard
279 \begin_inset CommandInset toc
280 LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset Note Note
289 status open
290
291 \begin_layout Plain Layout
292 To export this document to PDF, PS or DVI the LaTeX-packages 
293 \series bold
294 braket, cancel, eurosym, mathdots, mhchem, undertilde
295 \series default
296  and 
297 \series bold
298 was
299 \series default
300  should be installed.
301  If they are not installed the document can be exported anyway but the sections
302  where the packages are required will not appear in the output.
303  An exception is 
304 \series bold
305 mhchem
306 \series default
307 ; if it is not installed, this file cannot be exported.
308 \end_layout
309
310 \begin_layout Plain Layout
311 The latest PDF-version of this document can be found here:
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Newpage newpage
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Section
333 Introduction
334 \end_layout
335
336 \begin_layout Standard
337 This document explains LyX's math features and is furthermore a collection
338  of LaTeX-commands used for mathematical characters and constructs.
339  The explanations are designed for the usage of commands.
340  It is therefore required that you have read the section 
341 \family typewriter
342 Mathematical
343 \begin_inset space ~
344 \end_inset
345
346 Formulas
347 \family default
348  of the User's Guide.
349 \end_layout
350
351 \begin_layout Standard
352 Most of the characters and many constructs explained in this manual are
353  also accessible via the menu 
354 \family sans
355 Insert
356 \series bold
357 \SpecialChar \menuseparator
358
359 \series default
360 Math
361 \family default
362  or the 
363 \family sans
364 math
365 \family default
366 \series bold
367  
368 \family sans
369 \series default
370 toolbar
371 \family default
372 .
373  But everybody who has to write lots of formulas will notice that it is
374  much faster to use commands instead of the math toolbar.
375  Therefore this manual is focused on commands but also mentions the correspondin
376 g toolbar buttons when available.
377 \end_layout
378
379 \begin_layout Standard
380 If not specially mentioned the commands are only available within formulas.
381  To be able to use all commands explained in this document, the option 
382 \family sans
383 Use AMS math package
384 \family default
385  must be checked in the document settings (menu 
386 \family sans
387 Document\SpecialChar \menuseparator
388 Settings\SpecialChar \menuseparator
389 Math
390 \begin_inset space ~
391 \end_inset
392
393 Options
394 \family default
395 ).
396 \begin_inset Foot
397 status collapsed
398
399 \begin_layout Plain Layout
400 The option 
401 \family sans
402 Use AMS math package automatically
403 \family default
404  only uses 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -math when math constructs are found that are supported by LyX.
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 This document doesn't list all 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -math commands
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 A list with all 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -math commands is in the file 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
464
465 \end_inset
466
467
468 \family default
469 , which is part of every LaTeX standard installation.
470 \end_layout
471
472 \end_inset
473
474  for lucidity reasons.
475 \end_layout
476
477 \begin_layout Section
478 General Instructions
479 \end_layout
480
481 \begin_layout Standard
482 To create an inline formula
483 \begin_inset Index idx
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formula ! inline
488 \end_layout
489
490 \end_inset
491
492  that is embedded into a text line, use one of the shortcuts 
493 \begin_inset Info
494 type  "shortcuts"
495 arg   "math-mode"
496 \end_inset
497
498  or the toolbar button 
499 \begin_inset Graphics
500         filename ../images/math-mode.png
501         scale 85
502
503 \end_inset
504
505 .
506 \begin_inset Newline newline
507 \end_inset
508
509 To create a display style formula
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 Formula ! display style
515 \end_layout
516
517 \end_inset
518
519  which will appear bigger, has a different format, and will be in a separate
520  paragraph, use one of these shortcuts: 
521 \begin_inset Info
522 type  "shortcuts"
523 arg   "math-display"
524 \end_inset
525
526 .
527 \end_layout
528
529 \begin_layout Standard
530 To change a display style formula to an inline formula, set the cursor into
531  the formula and use one of the shortcuts 
532 \begin_inset Info
533 type  "shortcuts"
534 arg   "math-mode"
535 \end_inset
536
537  or the menu 
538 \family sans
539 Edit\SpecialChar \menuseparator
540 Math\SpecialChar \menuseparator
541 Change formula type
542 \family default
543 .
544  The same way is used to change an inline formula to a display style formula.
545 \end_layout
546
547 \begin_layout Standard
548 To display parts of an inline formula in the size of a display style formula,
549  enter the command 
550 \series bold
551
552 \backslash
553 displaystyle
554 \series default
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Commands ! D ! 
561 \backslash
562 displaystyle
563 \end_layout
564
565 \end_inset
566
567  to a formula.
568  Then a new blue box appears in which the desired formula part is inserted.
569 \end_layout
570
571 \begin_layout Standard
572 Only inline formulas are allowed inside tables.
573 \end_layout
574
575 \begin_layout Standard
576 The 
577 \family sans
578 math toolbar
579 \family default
580  can be turned on in the menu 
581 \family sans
582 View\SpecialChar \menuseparator
583 Toolbars
584 \family default
585 .
586  When you click there on 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Math
591 \begin_inset Quotes erd
592 \end_inset
593
594  the toolbar will be shown permanently at the bottom; this state is visualized
595  in the 
596 \family sans
597 Toolbars
598 \family default
599  menu with a checkmark.
600  When you click in this state again on 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  in the 
609 \family sans
610 Toolbars
611 \family default
612  menu, the 
613 \family sans
614 math toolbar
615 \family default
616  is only shown when the cursor is within a formula; this state is visualized
617  by the renaming of the menu entry from 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Math
622 \begin_inset Quotes erd
623 \end_inset
624
625  to 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Math
630 \begin_inset space ~
631 \end_inset
632
633 (auto)
634 \begin_inset Quotes erd
635 \end_inset
636
637 .
638 \end_layout
639
640 \begin_layout Standard
641 The TeX-mode
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-mode
647 \end_layout
648
649 \end_inset
650
651  is invoked by pressing the toolbar button 
652 \begin_inset Graphics
653         filename ../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  or by using the menu 
659 \family sans
660 Insert\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X Code
673 \family default
674  (shortcut 
675 \begin_inset Info
676 type  "shortcut"
677 arg   "ert-insert"
678 \end_inset
679
680 ).
681 \begin_inset Note Note
682 status collapsed
683
684 \begin_layout Plain Layout
685 In LyX there are three 
686 \begin_inset Quotes eld
687 \end_inset
688
689 proper names
690 \begin_inset Quotes erd
691 \end_inset
692
693  that appear in the output with sub- and superscript letters: TeX, LaTeX
694  and LyX
695 \end_layout
696
697 \begin_layout Plain Layout
698 To avoid that these names are recognized as proper names, a TeX-brace pair
699  is inserted.
700 \end_layout
701
702 \end_inset
703
704
705 \end_layout
706
707 \begin_layout Standard
708 To change the LaTeX-preamble
709 \begin_inset Index idx
710 status collapsed
711
712 \begin_layout Plain Layout
713 L@LaTeX-preamble
714 \end_layout
715
716 \end_inset
717
718 , use the menu 
719 \family sans
720 Document\SpecialChar \menuseparator
721 Settings\SpecialChar \menuseparator
722 LaT
723 \begin_inset ERT
724 status collapsed
725
726 \begin_layout Plain Layout
727
728 {}
729 \end_layout
730
731 \end_inset
732
733 eX
734 \family default
735  
736 \family sans
737 Preamble
738 \family default
739 .
740 \end_layout
741
742 \begin_layout Standard
743 To edit matrices, case differentiations and multiline formulas subsequently,
744  use the menus 
745 \family sans
746 Edit\SpecialChar \menuseparator
747 Math
748 \family default
749  and 
750 \family sans
751 Edit\SpecialChar \menuseparator
752 Rows
753 \begin_inset space \thinspace{}
754 \end_inset
755
756 &
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 Columns,
761 \family default
762  or the 
763 \family sans
764 table toolbar
765 \family default
766 .
767  When lines and columns are swapped via the menu, the column or line where
768  the cursor is in is exchanged with the column to the right or the line
769  below, respectively.
770  Is the cursor in the last column or row, the exchange is done with the
771  column to the left or the line above.
772 \end_layout
773
774 \begin_layout Standard
775 To write text in formulas
776 \begin_inset Foot
777 status collapsed
778
779 \begin_layout Plain Layout
780 For multiline formulas the command 
781 \series bold
782
783 \backslash
784 intertext
785 \series default
786  is used, see 
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "sub:Text-in-multiline"
790
791 \end_inset
792
793 .
794 \end_layout
795
796 \end_inset
797
798  
799 \emph on
800 mathematical text
801 \emph default
802
803 \begin_inset Index idx
804 status collapsed
805
806 \begin_layout Plain Layout
807 Text ! in formulas
808 \end_layout
809
810 \end_inset
811
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Mathematical text
818 \end_layout
819
820 \end_inset
821
822  is used.
823  This mode is invoked with the shortcut 
824 \begin_inset Info
825 type  "shortcut"
826 arg   "font-default"
827 \end_inset
828
829  or by the insertion of the command 
830 \series bold
831
832 \backslash
833 text
834 \series default
835
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Commands ! T ! 
841 \backslash
842 text
843 \end_layout
844
845 \end_inset
846
847 .
848  The text appears black in LyX and can therefore be distinguished from the
849  other formula parts which appear blue.
850  In the output mathematical text is set upright, in contrary to other formula
851  parts.
852 \end_layout
853
854 \begin_layout Subsection*
855 Command Scheme
856 \end_layout
857
858 \begin_layout Standard
859 Most of the LaTeX-commands for math constructs have the following scheme:
860 \end_layout
861
862 \begin_layout Standard
863
864 \series bold
865
866 \backslash
867 commandname[optional
868 \series default
869  
870 \series bold
871 argument]{required
872 \series default
873  
874 \series bold
875 argument}
876 \end_layout
877
878 \begin_layout Standard
879 A command always starts with a backslash 
880 \begin_inset Quotes gld
881 \end_inset
882
883
884 \series bold
885
886 \backslash
887
888 \series default
889
890 \begin_inset Quotes grd
891 \end_inset
892
893 .
894  To omit optional arguments, also omit the associated brackets.
895  The braces around the required arguments are named in this document as
896  TeX-braces
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 T@TeX-braces
902 \end_layout
903
904 \end_inset
905
906 .
907  If you add in a formula a left brace to a command name, LyX automatically
908  creates a TeX-brace.
909  In all other cases TeX-braces are created in formulas with the command
910  
911 \series bold
912
913 \backslash
914 {
915 \series default
916 .
917  TeX-braces appear red in LyX, in contrary to normal braces which appear
918  blue.
919  In TeX-mode no command is needed to get TeX-braces.
920  TeX-braces don't appear in the output.
921 \end_layout
922
923 \begin_layout Standard
924 When commands without arguments, like commands for symbols are entered in
925  TeX-mode, a space character must 
926 \emph on
927 always
928 \emph default
929  be behind the command to end it.
930  This space doesn't appear in the output.
931  When the space should appear in the output, the space must be followed
932  by a protected space in normal text.
933 \end_layout
934
935 \begin_layout Standard
936 A protected space is inserted with 
937 \begin_inset Info
938 type  "shortcuts"
939 arg   "command-alternatives space-insert protected ; math-space"
940 \end_inset
941
942 .
943 \end_layout
944
945 \begin_layout Subsection*
946 \begin_inset Newpage newpage
947 \end_inset
948
949 Syntax Explanation
950 \end_layout
951
952 \begin_layout Itemize
953 The symbol 
954 \begin_inset space \textvisiblespace{}
955 \end_inset
956
957  denotes a space character to be input.
958 \end_layout
959
960 \begin_layout Itemize
961 An arrow like 
962 \begin_inset Formula $\to$
963 \end_inset
964
965  denotes the usage of the corresponding arrow key on the keyboard.
966  The 
967 \family sans
968 Tab
969 \family default
970  key can often be used instead of 
971 \begin_inset Formula $\to$
972 \end_inset
973
974  and 
975 \begin_inset Formula $\downarrow$
976 \end_inset
977
978 , and 
979 \family sans
980 Shift+Tab
981 \family default
982  instead of 
983 \begin_inset Formula $\leftarrow$
984 \end_inset
985
986  and 
987 \begin_inset Formula $\uparrow$
988 \end_inset
989
990 .
991 \end_layout
992
993 \begin_layout Subsection*
994 Available units
995 \end_layout
996
997 \begin_layout Standard
998 \align center
999 \begin_inset Float table
1000 placement H
1001 wide false
1002 sideways false
1003 status open
1004
1005 \begin_layout Plain Layout
1006 \align center
1007 \begin_inset Caption Standard
1008
1009 \begin_layout Plain Layout
1010 \begin_inset CommandInset label
1011 LatexCommand label
1012 name "tab:Available-units"
1013
1014 \end_inset
1015
1016 Available units
1017 \end_layout
1018
1019 \end_inset
1020
1021
1022 \end_layout
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Tabular
1027 <lyxtabular version="3" rows="13" columns="2">
1028 <features rotate="0" tabularvalignment="middle">
1029 <column alignment="center" valignment="top">
1030 <column alignment="center" valignment="top">
1031 <row>
1032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Unit
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1042 \begin_inset Text
1043
1044 \begin_layout Plain Layout
1045 Name / Description
1046 \end_layout
1047
1048 \end_inset
1049 </cell>
1050 </row>
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 mm
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 Millimeter
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 </row>
1071 <row>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 cm
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 Centimeter
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 </row>
1091 <row>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 in
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 Inch (1
1106 \begin_inset space \thinspace{}
1107 \end_inset
1108
1109 in = 2,54
1110 \begin_inset space \thinspace{}
1111 \end_inset
1112
1113 cm)
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 </row>
1119 <row>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 pt
1125 \end_layout
1126
1127 \end_inset
1128 </cell>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 Point (72.27
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 pt = 1
1138 \begin_inset space \thinspace{}
1139 \end_inset
1140
1141 in)
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 </row>
1147 <row>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 pc
1153 \end_layout
1154
1155 \end_inset
1156 </cell>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 Pica (1
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 pc = 12
1166 \begin_inset space \thinspace{}
1167 \end_inset
1168
1169 pt)
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 </row>
1175 <row>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 sp
1181 \end_layout
1182
1183 \end_inset
1184 </cell>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 scaled point (65536
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 sp = 1
1194 \begin_inset space \thinspace{}
1195 \end_inset
1196
1197 pt)
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 </row>
1203 <row>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 bp
1209 \end_layout
1210
1211 \end_inset
1212 </cell>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 big point (72
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 bp = 1
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 in)
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 </row>
1231 <row>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 dd
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 Didot (1
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 dd 
1250 \begin_inset Formula $\approx$
1251 \end_inset
1252
1253  0.376
1254 \begin_inset space \thinspace{}
1255 \end_inset
1256
1257 mm)
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 </row>
1263 <row>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 cc
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 Cicero (1
1278 \begin_inset space \thinspace{}
1279 \end_inset
1280
1281 cc = 12
1282 \begin_inset space \thinspace{}
1283 \end_inset
1284
1285 dd)
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 ex
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 Height of letter 
1306 \emph on
1307
1308 \begin_inset Quotes eld
1309 \end_inset
1310
1311 x
1312 \emph default
1313
1314 \begin_inset Quotes erd
1315 \end_inset
1316
1317  in the current font
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 em
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 width of letter 
1338 \begin_inset Quotes eld
1339 \end_inset
1340
1341
1342 \emph on
1343 M
1344 \emph default
1345
1346 \begin_inset Quotes erd
1347 \end_inset
1348
1349  in the current font
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 <row>
1356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 mu
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 math unit (1
1370 \begin_inset space \thinspace{}
1371 \end_inset
1372
1373 mu = 
1374 \begin_inset Formula $\nicefrac{1}{18}$
1375 \end_inset
1376
1377
1378 \begin_inset space \thinspace{}
1379 \end_inset
1380
1381 em)
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 </row>
1387 </lyxtabular>
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Standard
1400 \begin_inset Newpage newpage
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \begin_layout Section
1407 Basic Functions
1408 \end_layout
1409
1410 \begin_layout Subsection
1411 Exponents
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 Exponents
1417 \end_layout
1418
1419 \end_inset
1420
1421  and Indices
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 Indices
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Superscripts|see
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 {
1443 \end_layout
1444
1445 \end_inset
1446
1447 Exponents
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 }
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \begin_inset Index idx
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 Subscripts|see
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 {
1475 \end_layout
1476
1477 \end_inset
1478
1479 Indices
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 }
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \begin_layout Standard
1499 Indices are created with an underscore 
1500 \begin_inset Quotes eld
1501 \end_inset
1502
1503 _
1504 \begin_inset Quotes erd
1505 \end_inset
1506
1507  or via the math toolbar button 
1508 \begin_inset Graphics
1509         filename ../images/math-subscript.png
1510         scale 85
1511
1512 \end_inset
1513
1514 , exponents with a caret 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 ^
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  or via the math toolbar button 
1523 \begin_inset Graphics
1524         filename ../images/math-superscript.png
1525         scale 85
1526
1527 \end_inset
1528
1529 .
1530 \end_layout
1531
1532 \begin_layout Standard
1533 \align center
1534 \begin_inset Tabular
1535 <lyxtabular version="3" rows="4" columns="2">
1536 <features rotate="0" tabularvalignment="middle">
1537 <column alignment="center" valignment="top" width="0pt">
1538 <column alignment="center" valignment="top" width="0pt">
1539 <row>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 command
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 Result
1554 \begin_inset Note Note
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 \series bold
1560
1561 \backslash
1562 raisebox
1563 \series default
1564  is only used as spacer.
1565 \end_layout
1566
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 </row>
1575 <row>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 B_V
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 \begin_inset Formula $B_{V}$
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 </row>
1598 <row>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 B^V
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 </row>
1621 <row>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626 B^
1627 \begin_inset space \textvisiblespace{}
1628 \end_inset
1629
1630 A
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 </row>
1648 </lyxtabular>
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Standard
1656 As the caret is in some languages an accent, vowels will be accentuated
1657  in this case and not set as exponents
1658 \begin_inset Foot
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Depending on the used keyboard settings this can also happen for characters
1663  other than vowels.
1664 \end_layout
1665
1666 \end_inset
1667
1668 .
1669  To get exponents in this case, press 
1670 \family sans
1671 Space
1672 \family default
1673  after the caret as in the last example.
1674 \end_layout
1675
1676 \begin_layout Subsection
1677 Fractions
1678 \begin_inset CommandInset label
1679 LatexCommand label
1680 name "sub:Fractions"
1681
1682 \end_inset
1683
1684
1685 \begin_inset Index idx
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Fractions
1690 \end_layout
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Standard
1698 Fractions are generated with the command 
1699 \series bold
1700
1701 \backslash
1702 frac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Commands ! F ! 
1710 \backslash
1711 frac
1712 \end_layout
1713
1714 \end_inset
1715
1716  or via the math toolbar button 
1717 \begin_inset Graphics
1718         filename ../images/math/frac.png
1719         scale 50
1720
1721 \end_inset
1722
1723 .
1724  The font size is adjusted automatically, depending on whether the fraction
1725  is in an inline or display style formula.
1726  With the math toolbar button 
1727 \begin_inset Graphics
1728         filename ../images/math/frac-square.png
1729         scale 85
1730
1731 \end_inset
1732
1733  you can select different fraction types.
1734 \end_layout
1735
1736 \begin_layout Standard
1737 With the command 
1738 \series bold
1739
1740 \backslash
1741 dfrac
1742 \series default
1743
1744 \begin_inset Index idx
1745 status collapsed
1746
1747 \begin_layout Plain Layout
1748 Commands ! D ! 
1749 \backslash
1750 dfrac
1751 \end_layout
1752
1753 \end_inset
1754
1755  a fraction can be created that always has the size of a display style formula.
1756  With 
1757 \series bold
1758
1759 \backslash
1760 tfrac
1761 \series default
1762
1763 \begin_inset Index idx
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Commands ! T ! 
1768 \backslash
1769 tfrac
1770 \end_layout
1771
1772 \end_inset
1773
1774  the fraction appears always with the size of an inline formula.
1775  An example:
1776 \end_layout
1777
1778 \begin_layout Standard
1779 A line with the fraction 
1780 \begin_inset Formula $\frac{1}{2}$
1781 \end_inset
1782
1783  that was created with the command 
1784 \series bold
1785
1786 \backslash
1787 frac
1788 \series default
1789 .
1790 \end_layout
1791
1792 \begin_layout Standard
1793 A line with the fraction 
1794 \begin_inset Formula $\dfrac{1}{2}$
1795 \end_inset
1796
1797  that was created with the command 
1798 \series bold
1799
1800 \backslash
1801 dfrac
1802 \series default
1803 .
1804 \end_layout
1805
1806 \begin_layout Standard
1807 \align center
1808 \begin_inset Tabular
1809 <lyxtabular version="3" rows="4" columns="2">
1810 <features rotate="0" tabularvalignment="middle">
1811 <column alignment="center" valignment="top" width="0pt">
1812 <column alignment="center" valignment="top" width="0pt">
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Command
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827 Result
1828 \begin_inset Note Note
1829 status collapsed
1830
1831 \begin_layout Plain Layout
1832
1833 \series bold
1834
1835 \backslash
1836 raisebox
1837 \series default
1838  is only used as spacer.
1839 \end_layout
1840
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 frac
1857 \begin_inset space \textvisiblespace{}
1858 \end_inset
1859
1860 A
1861 \begin_inset Formula $\downarrow$
1862 \end_inset
1863
1864 B
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \backslash
1889 dfrac
1890 \begin_inset space \textvisiblespace{}
1891 \end_inset
1892
1893 A
1894 \begin_inset Formula $\downarrow$
1895 \end_inset
1896
1897 B
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1907 \end_inset
1908
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 </row>
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \backslash
1922 dfrac
1923 \begin_inset space \textvisiblespace{}
1924 \end_inset
1925
1926 e^
1927 \backslash
1928 frac
1929 \begin_inset space \textvisiblespace{}
1930 \end_inset
1931
1932 1
1933 \begin_inset Formula $\downarrow$
1934 \end_inset
1935
1936 2
1937 \begin_inset Formula $\downarrow\downarrow$
1938 \end_inset
1939
1940 3
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1950 \end_inset
1951
1952
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 </lyxtabular>
1959
1960 \end_inset
1961
1962
1963 \end_layout
1964
1965 \begin_layout Standard
1966 \begin_inset VSpace bigskip
1967 \end_inset
1968
1969
1970 \begin_inset Newpage newpage
1971 \end_inset
1972
1973 For nested fractions the command 
1974 \series bold
1975
1976 \backslash
1977 cfrac
1978 \series default
1979
1980 \begin_inset Index idx
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984 Commands ! C ! 
1985 \backslash
1986 cfrac
1987 \end_layout
1988
1989 \end_inset
1990
1991  can be used.
1992  Here is an example:
1993 \begin_inset VSpace -3mm
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 \begin_inset Formula 
2001 \begin{align*}
2002 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2003 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2004 \end{align*}
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 The command for the example above is:
2013 \end_layout
2014
2015 \begin_layout Standard
2016
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \begin_inset space \textvisiblespace{}
2022 \end_inset
2023
2024 A
2025 \begin_inset Formula $\downarrow$
2026 \end_inset
2027
2028 B+
2029 \backslash
2030 cfrac
2031 \begin_inset space \textvisiblespace{}
2032 \end_inset
2033
2034 C+
2035 \backslash
2036 cfrac
2037 \begin_inset space \textvisiblespace{}
2038 \end_inset
2039
2040 E
2041 \begin_inset Formula $\downarrow$
2042 \end_inset
2043
2044 F
2045 \begin_inset Formula $\downarrow$
2046 \end_inset
2047
2048 D
2049 \end_layout
2050
2051 \begin_layout Standard
2052 \begin_inset VSpace medskip
2053 \end_inset
2054
2055
2056 \end_layout
2057
2058 \begin_layout Standard
2059
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \series default
2065  sets the fraction always in the size of a displayed formula, also when
2066  it is part of another fraction.
2067 \end_layout
2068
2069 \begin_layout Standard
2070 It is possible to specify the alignment of the numerator.
2071  The command 
2072 \series bold
2073
2074 \backslash
2075 cfracleft
2076 \series default
2077  is used to left align it, the command 
2078 \series bold
2079
2080 \backslash
2081 cfracright
2082 \series default
2083  to right-align it.
2084  
2085 \series bold
2086
2087 \backslash
2088 cfrac
2089 \series default
2090  centers the numerator.
2091  These fractions demonstrate the different alignments:
2092 \end_layout
2093
2094 \begin_layout Standard
2095
2096 \series bold
2097 \begin_inset Formula 
2098 \[
2099 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2100 \]
2101
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 \begin_inset Note Greyedout
2109 status open
2110
2111 \begin_layout Plain Layout
2112
2113 \series bold
2114 Note:
2115 \series default
2116  
2117 \series bold
2118
2119 \backslash
2120 cfracleft
2121 \series default
2122  and 
2123 \series bold
2124
2125 \backslash
2126 cfracright
2127 \series default
2128  are no real LaTeX commands but represent the command 
2129 \series bold
2130
2131 \backslash
2132 cfrac[alignment]{numerator}{denominator}
2133 \series default
2134  .
2135  Therefore you cannot use them in TeX code.
2136 \end_layout
2137
2138 \end_inset
2139
2140
2141 \end_layout
2142
2143 \begin_layout Standard
2144 \begin_inset VSpace medskip
2145 \end_inset
2146
2147 It is often advantageous to combine 
2148 \series bold
2149
2150 \backslash
2151 cfrac
2152 \series default
2153  and 
2154 \series bold
2155
2156 \backslash
2157 frac
2158 \series default
2159 :
2160 \begin_inset Formula 
2161 \[
2162 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2163 \]
2164
2165 \end_inset
2166
2167
2168 \end_layout
2169
2170 \begin_layout Standard
2171 For inline fractions with a sloped fraction stroke you can use the command
2172  
2173 \series bold
2174
2175 \backslash
2176 nicefrac
2177 \series default
2178
2179 \begin_inset Index idx
2180 status collapsed
2181
2182 \begin_layout Plain Layout
2183 Commands ! N ! 
2184 \backslash
2185 nicefrac
2186 \end_layout
2187
2188 \end_inset
2189
2190
2191 \begin_inset Formula $\nicefrac{5}{31}$
2192 \end_inset
2193
2194  or 
2195 \series bold
2196
2197 \backslash
2198 unitfrac
2199 \series default
2200
2201 \begin_inset Index idx
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205 Commands ! U ! 
2206 \backslash
2207 unitfrac
2208 \end_layout
2209
2210 \end_inset
2211
2212
2213 \begin_inset Formula $\unitfrac{5}{31}$
2214 \end_inset
2215
2216  There is furthermore the command 
2217 \series bold
2218
2219 \backslash
2220 unitfracthree
2221 \series default
2222  that offers to write a fraction in combination with a number: 
2223 \begin_inset Formula $\unitfrac[2]{1}{3}$
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \begin_layout Standard
2230 \begin_inset Note Greyedout
2231 status open
2232
2233 \begin_layout Plain Layout
2234
2235 \series bold
2236 Note:
2237 \series default
2238  
2239 \series bold
2240
2241 \backslash
2242 unitfracthree
2243 \series default
2244  is not a real LaTeX command but the command
2245 \begin_inset Newline newline
2246 \end_inset
2247
2248
2249 \series bold
2250
2251 \backslash
2252 unitfrac[number]{numerator}{denominator}
2253 \series default
2254  .
2255  Therefore you cannot use it in TeX code.
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Standard
2264 How to define own fractions where the fraction stroke can be changed, is
2265  explained in 
2266 \begin_inset CommandInset ref
2267 LatexCommand ref
2268 reference "sub:Self-defined-Fractions"
2269
2270 \end_inset
2271
2272 .
2273 \end_layout
2274
2275 \begin_layout Standard
2276 \begin_inset Newpage newpage
2277 \end_inset
2278
2279
2280 \end_layout
2281
2282 \begin_layout Subsection
2283 Roots
2284 \begin_inset Index idx
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Roots
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \end_layout
2295
2296 \begin_layout Standard
2297 Square roots are created with 
2298 \series bold
2299
2300 \backslash
2301 sqrt
2302 \series default
2303
2304 \begin_inset Index idx
2305 status collapsed
2306
2307 \begin_layout Plain Layout
2308 Commands ! S ! 
2309 \backslash
2310 sqrt
2311 \end_layout
2312
2313 \end_inset
2314
2315  or the math toolbar button 
2316 \begin_inset Graphics
2317         filename ../images/math/sqrt.png
2318         scale 85
2319
2320 \end_inset
2321
2322 , all other roots with the command 
2323 \series bold
2324
2325 \backslash
2326 root
2327 \series default
2328
2329 \begin_inset Index idx
2330 status collapsed
2331
2332 \begin_layout Plain Layout
2333 Commands ! R ! 
2334 \backslash
2335 root
2336 \end_layout
2337
2338 \end_inset
2339
2340  or with the math toolbar button 
2341 \begin_inset Graphics
2342         filename ../images/math/root.png
2343         scale 85
2344
2345 \end_inset
2346
2347 .
2348 \end_layout
2349
2350 \begin_layout Standard
2351 \align center
2352 \begin_inset Tabular
2353 <lyxtabular version="3" rows="3" columns="2">
2354 <features rotate="0" tabularvalignment="middle">
2355 <column alignment="center" valignment="top" width="0pt">
2356 <column alignment="center" valignment="top" width="0pt">
2357 <row>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 Command
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 Result
2372 \begin_inset Note Note
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376
2377 \series bold
2378
2379 \backslash
2380 raisebox
2381 \series default
2382  is only used as spacer.
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 </row>
2393 <row>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398
2399 \backslash
2400 sqrt
2401 \begin_inset space \textvisiblespace{}
2402 \end_inset
2403
2404 A-B
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2410 \begin_inset Text
2411
2412 \begin_layout Plain Layout
2413 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 </row>
2422 <row>
2423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427
2428 \backslash
2429 root
2430 \begin_inset space \textvisiblespace{}
2431 \end_inset
2432
2433 3
2434 \begin_inset Formula $\downarrow$
2435 \end_inset
2436
2437 A-B
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2447 \end_inset
2448
2449
2450 \end_layout
2451
2452 \end_inset
2453 </cell>
2454 </row>
2455 </lyxtabular>
2456
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \begin_layout Standard
2463 A square root can also be created with 
2464 \series bold
2465
2466 \backslash
2467 root
2468 \series default
2469  when the root index field is left empty.
2470 \end_layout
2471
2472 \begin_layout Standard
2473 With certain indices the distance to the root is too small, like in this
2474  formula: 
2475 \begin_inset Formula $\sqrt[\beta]{B}$
2476 \end_inset
2477
2478
2479 \begin_inset Newline newline
2480 \end_inset
2481
2482 The 
2483 \begin_inset Formula $\beta$
2484 \end_inset
2485
2486  touches the root.
2487  To avoid this, the commands 
2488 \series bold
2489
2490 \backslash
2491 leftroot
2492 \series default
2493
2494 \begin_inset Index idx
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498 Commands ! L ! 
2499 \backslash
2500 leftroot
2501 \end_layout
2502
2503 \end_inset
2504
2505  and 
2506 \series bold
2507
2508 \backslash
2509 uproot
2510 \series default
2511
2512 \begin_inset Index idx
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516 Commands ! U ! 
2517 \backslash
2518 uproot
2519 \end_layout
2520
2521 \end_inset
2522
2523  are used with the following scheme:
2524 \end_layout
2525
2526 \begin_layout Standard
2527
2528 \series bold
2529
2530 \backslash
2531 leftroot{distance}
2532 \series default
2533  and 
2534 \series bold
2535
2536 \backslash
2537 uproot{distance}
2538 \end_layout
2539
2540 \begin_layout Standard
2541 Distance is the number of Big Points (unit bp; 
2542 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2543 \end_inset
2544
2545 ), that the index should be moved to the left or top, resp..
2546  The commands are written to the index.
2547  This way the command
2548 \begin_inset Newline newline
2549 \end_inset
2550
2551
2552 \series bold
2553
2554 \backslash
2555 root
2556 \backslash
2557 leftroot{-1
2558 \begin_inset Formula $\to$
2559 \end_inset
2560
2561
2562 \backslash
2563 uproot{2
2564 \begin_inset Formula $\to$
2565 \end_inset
2566
2567
2568 \backslash
2569 beta
2570 \begin_inset space \textvisiblespace{}
2571 \end_inset
2572
2573
2574 \begin_inset Formula $\to$
2575 \end_inset
2576
2577 B
2578 \begin_inset Newline newline
2579 \end_inset
2580
2581
2582 \series default
2583 produces a correct typeset formula: 
2584 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Subsection
2591 Binomial Coefficients
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Binomial coefficients
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Standard
2605 Binomial coefficients are inserted with the command 
2606 \series bold
2607
2608 \backslash
2609 binom
2610 \series default
2611
2612 \begin_inset Index idx
2613 status collapsed
2614
2615 \begin_layout Plain Layout
2616 Commands ! B ! 
2617 \backslash
2618 binom
2619 \end_layout
2620
2621 \end_inset
2622
2623  or with the submenu of the math toolbar button 
2624 \begin_inset Graphics
2625         filename ../images/math/frac-square.png
2626         scale 85
2627
2628 \end_inset
2629
2630 .
2631  As with fractions (
2632 \series bold
2633
2634 \backslash
2635 frac
2636 \series default
2637 ) in addition to 
2638 \series bold
2639
2640 \backslash
2641 binom
2642 \series default
2643  there are the commands 
2644 \series bold
2645
2646 \backslash
2647 dbinom
2648 \series default
2649
2650 \begin_inset Index idx
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Commands ! D ! 
2655 \backslash
2656 dbinom
2657 \end_layout
2658
2659 \end_inset
2660
2661  and 
2662 \series bold
2663
2664 \backslash
2665 tbinom
2666 \series default
2667
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Commands ! T ! 
2673 \backslash
2674 tbinom
2675 \end_layout
2676
2677 \end_inset
2678
2679 .
2680  For other brackets around binomial coeficients there are the commands 
2681 \series bold
2682
2683 \backslash
2684 brace
2685 \series default
2686
2687 \begin_inset Index idx
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691 Commands ! B ! 
2692 \backslash
2693 brace
2694 \end_layout
2695
2696 \end_inset
2697
2698  and 
2699 \series bold
2700
2701 \backslash
2702 brack
2703 \series default
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 Commands ! B ! 
2710 \backslash
2711 brack
2712 \end_layout
2713
2714 \end_inset
2715
2716 .
2717 \end_layout
2718
2719 \begin_layout Standard
2720 \align center
2721 \begin_inset Tabular
2722 <lyxtabular version="3" rows="6" columns="2">
2723 <features rotate="0" tabularvalignment="middle">
2724 <column alignment="center" valignment="top" width="0pt">
2725 <column alignment="center" valignment="top" width="0pt">
2726 <row>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 Command
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740 Result
2741 \begin_inset Note Note
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745
2746 \series bold
2747
2748 \backslash
2749 raisebox
2750 \series default
2751  is only used as spacer.
2752 \end_layout
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \backslash
2769 binom
2770 \begin_inset space \textvisiblespace{}
2771 \end_inset
2772
2773 A
2774 \begin_inset Formula $\downarrow$
2775 \end_inset
2776
2777 B
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 <row>
2796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Plain Layout
2800
2801 \backslash
2802 dbinom
2803 \begin_inset space \textvisiblespace{}
2804 \end_inset
2805
2806 A
2807 \begin_inset Formula $\downarrow$
2808 \end_inset
2809
2810 B
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \backslash
2835 tbinom
2836 \begin_inset space \textvisiblespace{}
2837 \end_inset
2838
2839 A
2840 \begin_inset Formula $\downarrow$
2841 \end_inset
2842
2843 B
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 brack
2869 \begin_inset space \textvisiblespace{}
2870 \end_inset
2871
2872 A
2873 \begin_inset Formula $\downarrow$
2874 \end_inset
2875
2876 B
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899
2900 \backslash
2901 brace
2902 \begin_inset space \textvisiblespace{}
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 </lyxtabular>
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Subsection
2935 Case Differentiations
2936 \begin_inset Index idx
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 Case differentiations 
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \begin_layout Standard
2949 \align center
2950 \begin_inset Tabular
2951 <lyxtabular version="3" rows="3" columns="2">
2952 <features rotate="0" tabularvalignment="middle">
2953 <column alignment="center" valignment="top" width="0pt">
2954 <column alignment="center" valignment="top" width="0pt">
2955 <row>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Command
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 Result
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset space \textvisiblespace{}
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\to$
2988 \end_inset
2989
2990 B>0
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Commands ! C ! 
2996 \backslash
2997 cases
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 \begin_inset Formula $\begin{cases}
3012 A & B>0\end{cases}$
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 </row>
3021 <row>
3022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \backslash
3028 cases
3029 \begin_inset space \textvisiblespace{}
3030 \end_inset
3031
3032
3033 \begin_inset Info
3034 type  "shortcut"
3035 arg   "newline-insert newline"
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\begin{cases}
3048 A & \textrm{for }x>0\\
3049 B & \textrm{for }x=0
3050 \end{cases}$
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 </row>
3059 </lyxtabular>
3060
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \begin_layout Standard
3067 After inserting 
3068 \series bold
3069
3070 \backslash
3071 cases
3072 \series default
3073  or pressing the math toolbar button 
3074 \begin_inset Graphics
3075         filename ../images/math/cases.png
3076         scale 85
3077
3078 \end_inset
3079
3080  you can create new lines with the shortcut 
3081 \begin_inset Info
3082 type  "shortcut"
3083 arg   "newline-insert newline"
3084 \end_inset
3085
3086  or the table toolbar button 
3087 \begin_inset Graphics
3088         filename ../images/tabular-feature_append-row.png
3089         scale 85
3090
3091 \end_inset
3092
3093 .
3094 \end_layout
3095
3096 \begin_layout Standard
3097 The command 
3098 \series bold
3099
3100 \backslash
3101 cases
3102 \series default
3103  is also available via the menu 
3104 \family sans
3105 Insert\SpecialChar \menuseparator
3106 Math\SpecialChar \menuseparator
3107 Cases-Environment
3108 \family default
3109 .
3110 \end_layout
3111
3112 \begin_layout Subsection
3113 Negations
3114 \begin_inset Index idx
3115 status collapsed
3116
3117 \begin_layout Plain Layout
3118 Negations
3119 \end_layout
3120
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \begin_layout Standard
3127 By inserting 
3128 \series bold
3129
3130 \backslash
3131 not
3132 \series default
3133
3134 \begin_inset Index idx
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 Commands ! N ! 
3139 \backslash
3140 not
3141 \end_layout
3142
3143 \end_inset
3144
3145  every character can be displayed canceled.
3146  The characters are quasi accentuated by a slash.
3147 \end_layout
3148
3149 \begin_layout Standard
3150 \align center
3151 \begin_inset Tabular
3152 <lyxtabular version="3" rows="4" columns="2">
3153 <features rotate="0" tabularvalignment="middle">
3154 <column alignment="center" valignment="top" width="0pt">
3155 <column alignment="center" valignment="top" width="0pt">
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 Command
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 Result
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 <row>
3177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \backslash
3183 not=
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192 \begin_inset Formula $\not=$
3193 \end_inset
3194
3195
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 <row>
3202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \backslash
3208 not 
3209 \backslash
3210 le
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 \begin_inset Formula $\not\le$
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \backslash
3235 not 
3236 \backslash
3237 parallel
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 \begin_inset Formula $\not\parallel$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 </lyxtabular>
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \begin_layout Standard
3263 The last example shows that not all negations look good.
3264  Therefore there are special commands for some negations (see 
3265 \begin_inset CommandInset ref
3266 LatexCommand ref
3267 reference "sub:Mathematical-Symbols"
3268
3269 \end_inset
3270
3271  and 
3272 \begin_inset CommandInset ref
3273 LatexCommand ref
3274 reference "sec:Relations"
3275
3276 \end_inset
3277
3278 ).
3279 \end_layout
3280
3281 \begin_layout Subsection
3282 Placeholders
3283 \begin_inset CommandInset label
3284 LatexCommand label
3285 name "sub:Placeholders"
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Placeholders
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Chemical characters ! Isotopes
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Isotopes|see
3315 \begin_inset ERT
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319
3320 {
3321 \end_layout
3322
3323 \end_inset
3324
3325 Chemical characters
3326 \begin_inset ERT
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330
3331 }
3332 \end_layout
3333
3334 \end_inset
3335
3336
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \begin_layout Standard
3345 When displaying e.
3346 \begin_inset space \thinspace{}
3347 \end_inset
3348
3349 g.
3350 \begin_inset space \space{}
3351 \end_inset
3352
3353 isotopes
3354 \begin_inset Foot
3355 status collapsed
3356
3357 \begin_layout Plain Layout
3358 Typesetting isotopes and chemical symbols is described in 
3359 \begin_inset CommandInset ref
3360 LatexCommand ref
3361 reference "sub:Chemical-Symbols-and"
3362
3363 \end_inset
3364
3365 .
3366 \end_layout
3367
3368 \end_inset
3369
3370  the following problem occurs:
3371 \end_layout
3372
3373 \begin_layout Standard
3374 \align center
3375 \begin_inset Tabular
3376 <lyxtabular version="3" rows="2" columns="2">
3377 <features rotate="0" tabularvalignment="middle">
3378 <column alignment="center" valignment="top" width="0pt">
3379 <column alignment="center" valignment="top" width="0pt">
3380 <row>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 Indices created with sub- and superscripts:
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 correct indices:
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 </lyxtabular>
3427
3428 \end_inset
3429
3430
3431 \begin_inset Note Note
3432 status collapsed
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437
3438 \backslash
3439 raisebox
3440 \series default
3441  is only used as spacer.
3442 \end_layout
3443
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \begin_layout Standard
3450 The shorter index is by default placed below or above the first character
3451  of the longer index.
3452  To avoid this there is the command 
3453 \series bold
3454
3455 \backslash
3456 phantom
3457 \series default
3458
3459 \begin_inset Index idx
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 Commands ! P ! 
3464 \backslash
3465 phantom
3466 \end_layout
3467
3468 \end_inset
3469
3470  or the math toolbar button
3471 \begin_inset space \thinspace{}
3472 \end_inset
3473
3474
3475 \begin_inset Foot
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 can be found in the submenu of the toolbar button 
3480 \begin_inset Graphics
3481         filename ../images/math/space.png
3482         scale 85
3483
3484 \end_inset
3485
3486
3487 \end_layout
3488
3489 \end_inset
3490
3491  
3492 \begin_inset Graphics
3493         filename ../images/math/phantom.png
3494         scale 85
3495
3496 \end_inset
3497
3498  that creates one or more phantom characters.
3499  When inserting 
3500 \series bold
3501
3502 \backslash
3503 phantom
3504 \series default
3505  a small blue box appears that is superposed with two red arrows.
3506  The arrows indicate that the complete width and height of the box content
3507  will be created as placeholder.
3508  Phantom characters are accordingly placeholders with the size of the characters.
3509 \end_layout
3510
3511 \begin_layout Standard
3512 \align center
3513 \begin_inset Tabular
3514 <lyxtabular version="3" rows="4" columns="2">
3515 <features rotate="0" tabularvalignment="middle">
3516 <column alignment="center" valignment="top">
3517 <column alignment="center" valignment="top">
3518 <row>
3519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Command
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 Result
3533 \begin_inset Note Note
3534 status collapsed
3535
3536 \begin_layout Plain Layout
3537
3538 \series bold
3539
3540 \backslash
3541 raisebox
3542 \series default
3543  is only used as spacer.
3544 \end_layout
3545
3546 \end_inset
3547
3548
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 ^19
3560 \begin_inset space \textvisiblespace{}
3561 \end_inset
3562
3563 _
3564 \backslash
3565 phantom
3566 \begin_inset space \textvisiblespace{}
3567 \end_inset
3568
3569 1
3570 \begin_inset Formula $\to$
3571 \end_inset
3572
3573 9
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 F
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 ^235
3601 \begin_inset space \textvisiblespace{}
3602 \end_inset
3603
3604 _
3605 \backslash
3606 phantom
3607 \begin_inset space \textvisiblespace{}
3608 \end_inset
3609
3610 23
3611 \begin_inset Formula $\to$
3612 \end_inset
3613
3614 9
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 F
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \backslash
3643 Lambda^
3644 \begin_inset space \textvisiblespace{}
3645 \end_inset
3646
3647
3648 \backslash
3649 phantom
3650 \begin_inset space \textvisiblespace{}
3651 \end_inset
3652
3653 ii
3654 \begin_inset Formula $\to$
3655 \end_inset
3656
3657 t
3658 \begin_inset space \textvisiblespace{}
3659 \end_inset
3660
3661 _MMt
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3671 \end_inset
3672
3673
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 </row>
3679 </lyxtabular>
3680
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \begin_layout Standard
3687 Furthermore there are the commands 
3688 \series bold
3689
3690 \backslash
3691 vphantom
3692 \series default
3693
3694 \begin_inset Index idx
3695 status collapsed
3696
3697 \begin_layout Plain Layout
3698 Commands ! V ! 
3699 \backslash
3700 vphantom
3701 \end_layout
3702
3703 \end_inset
3704
3705  (toolbar button 
3706 \begin_inset space ~
3707 \end_inset
3708
3709
3710 \begin_inset Graphics
3711         filename ../images/math/vphantom.png
3712         scale 85
3713
3714 \end_inset
3715
3716 ) and 
3717 \series bold
3718
3719 \backslash
3720 hphantom
3721 \series default
3722
3723 \begin_inset Index idx
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727 Commands ! H ! 
3728 \backslash
3729 hphantom
3730 \end_layout
3731
3732 \end_inset
3733
3734  (toolbar button 
3735 \begin_inset space ~
3736 \end_inset
3737
3738
3739 \begin_inset Graphics
3740         filename ../images/math/hphantom.png
3741         scale 85
3742
3743 \end_inset
3744
3745 ).
3746  
3747 \series bold
3748
3749 \backslash
3750 hphantom
3751 \series default
3752  creates only space for the maximal height of the characters in the box
3753  but not for its width.
3754  
3755 \series bold
3756
3757 \backslash
3758 vphantom
3759 \series default
3760  creates only space for the width of the box content.
3761  Therefore  the boxes of both commands have only one red arrow.
3762 \end_layout
3763
3764 \begin_layout Standard
3765 For example the command 
3766 \series bold
3767
3768 \backslash
3769 vphantom
3770 \begin_inset space \textvisiblespace{}
3771 \end_inset
3772
3773 a
3774 \backslash
3775 int
3776 \series default
3777  creates space for the height of the integral sign,
3778 \begin_inset Foot
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782 The command 
3783 \series bold
3784
3785 \backslash
3786 int
3787 \series default
3788  creates an integral sign, see 
3789 \begin_inset CommandInset ref
3790 LatexCommand ref
3791 reference "sub:Big-Operators"
3792
3793 \end_inset
3794
3795 .
3796 \end_layout
3797
3798 \end_inset
3799
3800  because this is the larger character.
3801  An example application is in 
3802 \begin_inset CommandInset ref
3803 LatexCommand ref
3804 reference "sub:Multiline-Brackets"
3805
3806 \end_inset
3807
3808 .
3809 \end_layout
3810
3811 \begin_layout Standard
3812 Placeholders can also be used for text when they are inserted via the menu
3813  
3814 \family sans
3815 Insert\SpecialChar \menuseparator
3816 Formatting\SpecialChar \menuseparator
3817 Phantom
3818 \family default
3819 :
3820 \end_layout
3821
3822 \begin_layout Standard
3823 This is a sentence.
3824 \begin_inset Newline newline
3825 \end_inset
3826
3827
3828 \begin_inset Phantom Phantom
3829 status open
3830
3831 \begin_layout Plain Layout
3832 This
3833 \end_layout
3834
3835 \end_inset
3836
3837  is a sentence.
3838 \end_layout
3839
3840 \begin_layout Subsection
3841 Lines
3842 \begin_inset Index idx
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846 Lines
3847 \end_layout
3848
3849 \end_inset
3850
3851
3852 \begin_inset Index idx
3853 status collapsed
3854
3855 \begin_layout Plain Layout
3856 Formula ! underlined
3857 \end_layout
3858
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \begin_layout Standard
3865 \align center
3866 \begin_inset Tabular
3867 <lyxtabular version="3" rows="4" columns="2">
3868 <features rotate="0" tabularvalignment="middle">
3869 <column alignment="center" valignment="top" width="0pt">
3870 <column alignment="center" valignment="top" width="0pt">
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 Command
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 Result
3886 \begin_inset Note Note
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891 \series bold
3892
3893 \backslash
3894 raisebox
3895 \series default
3896  is only used as spacer.
3897 \end_layout
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 </row>
3907 <row>
3908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912
3913 \backslash
3914 overline
3915 \begin_inset space \textvisiblespace{}
3916 \end_inset
3917
3918 A+B
3919 \begin_inset Index idx
3920 status collapsed
3921
3922 \begin_layout Plain Layout
3923 Commands ! O ! 
3924 \backslash
3925 overline
3926 \end_layout
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \backslash
3955 underline
3956 \begin_inset space \textvisiblespace{}
3957 \end_inset
3958
3959 A+B
3960 \begin_inset Index idx
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964 Commands ! U ! 
3965 \backslash
3966 underline
3967 \end_layout
3968
3969 \end_inset
3970
3971
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 </row>
3989 <row>
3990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994
3995 \backslash
3996 overline
3997 \begin_inset space \textvisiblespace{}
3998 \end_inset
3999
4000
4001 \backslash
4002 underline
4003 \begin_inset space \textvisiblespace{}
4004 \end_inset
4005
4006 A+B
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4016 \end_inset
4017
4018
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 </row>
4024 </lyxtabular>
4025
4026 \end_inset
4027
4028
4029 \end_layout
4030
4031 \begin_layout Standard
4032 In the last example it doesn't matter if first 
4033 \series bold
4034
4035 \backslash
4036 overline
4037 \series default
4038  or 
4039 \series bold
4040
4041 \backslash
4042 underline
4043 \series default
4044  is inserted.
4045 \end_layout
4046
4047 \begin_layout Standard
4048 To double underline use 
4049 \series bold
4050
4051 \backslash
4052 underline
4053 \series default
4054  twice.
4055 \end_layout
4056
4057 \begin_layout Standard
4058 It is possible to place up to 6 lines above or below characters.
4059 \end_layout
4060
4061 \begin_layout Standard
4062 \begin_inset VSpace bigskip
4063 \end_inset
4064
4065 Custom lines can be created using the command 
4066 \series bold
4067
4068 \backslash
4069 rule
4070 \series default
4071
4072 \begin_inset Index idx
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 Commands ! R ! 
4077 \backslash
4078 rule
4079 \end_layout
4080
4081 \end_inset
4082
4083  which has the following scheme:
4084 \end_layout
4085
4086 \begin_layout Standard
4087
4088 \series bold
4089
4090 \backslash
4091 rule[vertical offset]{length}{thickness}
4092 \end_layout
4093
4094 \begin_layout Standard
4095 The optional vertical offset shifts the line upwards (or downwards, when
4096  the value is negative).
4097  The units listed in 
4098 \begin_inset CommandInset ref
4099 LatexCommand ref
4100 reference "tab:Available-units"
4101
4102 \end_inset
4103
4104  can be used for the values.
4105  Here are two example lines created with the commands
4106 \begin_inset Newline newline
4107 \end_inset
4108
4109
4110 \series bold
4111
4112 \backslash
4113 rule[-2ex]{3cm}{2pt}
4114 \series default
4115  and 
4116 \series bold
4117
4118 \backslash
4119 rule{2cm}{1pt}
4120 \series default
4121 :
4122 \end_layout
4123
4124 \begin_layout Standard
4125 This is a sentence 
4126 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4127 \end_inset
4128
4129  with two lines.
4130 \end_layout
4131
4132 \begin_layout Standard
4133
4134 \series bold
4135
4136 \backslash
4137 rule
4138 \series default
4139  can also be used for text when a line is inserted via the menu 
4140 \family sans
4141 Insert\SpecialChar \menuseparator
4142 Formatting\SpecialChar \menuseparator
4143 Horizontal
4144 \begin_inset space ~
4145 \end_inset
4146
4147 Line
4148 \family default
4149 :
4150 \end_layout
4151
4152 \begin_layout Standard
4153 This is a sentence 
4154 \begin_inset CommandInset line
4155 LatexCommand rule
4156 offset "0.5ex"
4157 width "3cm"
4158 height "1pt"
4159
4160 \end_inset
4161
4162  with one line.
4163 \end_layout
4164
4165 \begin_layout Subsection
4166 Ellipses
4167 \begin_inset CommandInset label
4168 LatexCommand label
4169 name "sub:Ellipses"
4170
4171 \end_inset
4172
4173
4174 \begin_inset Index idx
4175 status collapsed
4176
4177 \begin_layout Plain Layout
4178 Ellipses
4179 \end_layout
4180
4181 \end_inset
4182
4183
4184 \end_layout
4185
4186 \begin_layout Standard
4187 There are different types of ellipses available.
4188 \begin_inset Foot
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192 In the math toolbar in the submenu of the button 
4193 \begin_inset Graphics
4194         filename ../images/math/ldots.png
4195         scale 85
4196
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \end_inset
4203
4204  For listings dots at the baseline are used (
4205 \series bold
4206
4207 \backslash
4208 ldots
4209 \series default
4210
4211 \begin_inset Index idx
4212 status collapsed
4213
4214 \begin_layout Plain Layout
4215 Commands ! L ! 
4216 \backslash
4217 ldots
4218 \end_layout
4219
4220 \end_inset
4221
4222 ), while for operations dots are needed that are on the same height as the
4223  operators (
4224 \series bold
4225
4226 \backslash
4227 cdots
4228 \series default
4229
4230 \begin_inset Index idx
4231 status collapsed
4232
4233 \begin_layout Plain Layout
4234 Commands ! C ! 
4235 \backslash
4236 cdots
4237 \end_layout
4238
4239 \end_inset
4240
4241 ).
4242  When using the command 
4243 \series bold
4244
4245 \backslash
4246 dots
4247 \series default
4248
4249 \begin_inset Index idx
4250 status collapsed
4251
4252 \begin_layout Plain Layout
4253 Commands ! D ! 
4254 \backslash
4255 dots
4256 \end_layout
4257
4258 \end_inset
4259
4260 , LaTeX decides on the basis of the next character what type is used.
4261 \end_layout
4262
4263 \begin_layout Standard
4264 \align center
4265 \begin_inset Tabular
4266 <lyxtabular version="3" rows="9" columns="2">
4267 <features rotate="0" tabularvalignment="middle">
4268 <column alignment="center" valignment="top" width="0pt">
4269 <column alignment="center" valignment="top" width="0pt">
4270 <row>
4271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 Command
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 Result
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 A_1
4296 \begin_inset space \textvisiblespace{}
4297 \end_inset
4298
4299 ,
4300 \backslash
4301 dots
4302 \begin_inset space \textvisiblespace{}
4303 \end_inset
4304
4305 ,A_n
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 \begin_inset Formula $A_{1},\dots,A_{n}$
4315 \end_inset
4316
4317
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 A_1
4329 \begin_inset space \textvisiblespace{}
4330 \end_inset
4331
4332 +
4333 \backslash
4334 dots
4335 \begin_inset space \textvisiblespace{}
4336 \end_inset
4337
4338 +A_n
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 \begin_inset Formula $A_{1}+\dots+A_{n}$
4348 \end_inset
4349
4350
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 A_1
4362 \begin_inset space \textvisiblespace{}
4363 \end_inset
4364
4365 ,
4366 \backslash
4367 ldots
4368 \begin_inset space \textvisiblespace{}
4369 \end_inset
4370
4371 ,A_n
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 \begin_inset Formula $A_{1},\ldots,A_{n}$
4381 \end_inset
4382
4383
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 A_1
4395 \begin_inset space \textvisiblespace{}
4396 \end_inset
4397
4398 +
4399 \backslash
4400 cdots
4401 \begin_inset space \textvisiblespace{}
4402 \end_inset
4403
4404 +A_n
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4414 \end_inset
4415
4416
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \backslash
4429 vdots
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 \begin_inset Formula $\vdots$
4439 \end_inset
4440
4441
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \backslash
4454 ddots
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 \begin_inset Formula $\ddots$
4464 \end_inset
4465
4466
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477
4478 \backslash
4479 iddots
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 \begin_inset Formula $\iddots$
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 3×3
4503 \begin_inset space \thinspace{}
4504 \end_inset
4505
4506 matrix with the different dots
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 \begin_inset Formula $\begin{array}{ccc}
4516 A_{11} & \cdots & A_{1m}\\
4517 \vdots & \ddots & \vdots\\
4518 A_{n1} & \cdots & A_{nm}
4519 \end{array}$
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 </lyxtabular>
4529
4530 \end_inset
4531
4532
4533 \end_layout
4534
4535 \begin_layout Standard
4536 The ellipses available in menu 
4537 \family sans
4538 Insert\SpecialChar \menuseparator
4539 Special
4540 \begin_inset space ~
4541 \end_inset
4542
4543 Character
4544 \family default
4545  are 
4546 \series bold
4547
4548 \backslash
4549 ldots
4550 \series default
4551 .
4552 \end_layout
4553
4554 \begin_layout Standard
4555 \begin_inset VSpace medskip
4556 \end_inset
4557
4558 To use 
4559 \series bold
4560
4561 \backslash
4562 iddots
4563 \series default
4564 , one of the options 
4565 \family sans
4566 Use mathdots package (automatically)
4567 \family default
4568  must be set in the document settings under 
4569 \family sans
4570 Math
4571 \begin_inset space ~
4572 \end_inset
4573
4574 Options
4575 \family default
4576 .
4577 \begin_inset Newline newline
4578 \end_inset
4579
4580 Using the option 
4581 \family sans
4582 Use mathdots package
4583 \family default
4584  will improve the appearance of all dots in the documents if their font
4585  style or size is not the default.
4586 \end_layout
4587
4588 \begin_layout Standard
4589 \begin_inset VSpace medskip
4590 \end_inset
4591
4592 Specially for matrices there are ellipses that span over several columns.
4593  They are created with the command 
4594 \series bold
4595
4596 \backslash
4597 hdotsfor
4598 \series default
4599
4600 \begin_inset Index idx
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604 Commands ! H ! 
4605 \backslash
4606 hdotsfor
4607 \end_layout
4608
4609 \end_inset
4610
4611 , that has the following scheme:
4612 \end_layout
4613
4614 \begin_layout Standard
4615
4616 \series bold
4617
4618 \backslash
4619 hdotsfor[distance]{number of columns}
4620 \end_layout
4621
4622 \begin_layout Standard
4623 The number of columns specifies how many columns should be spanned.
4624  Distance is a factor for the distance between the dots.
4625 \end_layout
4626
4627 \begin_layout Standard
4628 In the following matrix the command 
4629 \series bold
4630
4631 \backslash
4632 hdotsfor[2]{4}
4633 \series default
4634  was inserted in the first box of the second line, to get an ellipsis with
4635  a dot distance twice as long as with the command 
4636 \series bold
4637
4638 \backslash
4639 dots
4640 \series default
4641 :
4642 \begin_inset Formula 
4643 \[
4644 \left(\begin{array}{cccc}
4645 A & B & C & D\\
4646 \hdotsfor[2]{4}\\
4647 q & w & e & r
4648 \end{array}\right)
4649 \]
4650
4651 \end_inset
4652
4653 Note that the matrix fields that should be spanned must be empty, otherwise
4654  you get LaTeX-errors.
4655 \end_layout
4656
4657 \begin_layout Standard
4658 \begin_inset VSpace bigskip
4659 \end_inset
4660
4661 Furthermore you can fill with the command 
4662 \series bold
4663
4664 \backslash
4665 dotfill
4666 \series default
4667
4668 \begin_inset Index idx
4669 status collapsed
4670
4671 \begin_layout Plain Layout
4672 Commands ! D ! 
4673 \backslash
4674 dotfill
4675 \end_layout
4676
4677 \end_inset
4678
4679  the rest of a line with dots.
4680  The effect of these commands is the same as with 
4681 \series bold
4682
4683 \backslash
4684 hfill
4685 \series default
4686 , see 
4687 \begin_inset CommandInset ref
4688 LatexCommand ref
4689 reference "sub:Variable-Space"
4690
4691 \end_inset
4692
4693 .
4694 \end_layout
4695
4696 \begin_layout Standard
4697 For example the command 
4698 \series bold
4699 A
4700 \backslash
4701 dotfill
4702 \begin_inset space \textvisiblespace{}
4703 \end_inset
4704
4705 B
4706 \series default
4707  produces
4708 \end_layout
4709
4710 \begin_layout Standard
4711 \begin_inset Formula $A\dotfill B$
4712 \end_inset
4713
4714
4715 \end_layout
4716
4717 \begin_layout Standard
4718 Similar to
4719 \series bold
4720  
4721 \backslash
4722 dotfill
4723 \series default
4724  there is for a line the command 
4725 \series bold
4726
4727 \backslash
4728 hrulefill
4729 \series default
4730
4731 \begin_inset Index idx
4732 status collapsed
4733
4734 \begin_layout Plain Layout
4735 Commands ! H ! 
4736 \backslash
4737 hrulefill
4738 \end_layout
4739
4740 \end_inset
4741
4742 :
4743 \end_layout
4744
4745 \begin_layout Standard
4746 \begin_inset Formula $A\hrulefill B$
4747 \end_inset
4748
4749
4750 \end_layout
4751
4752 \begin_layout Standard
4753 To use the commands for text, they have to be inserted in TeX-mode.
4754 \end_layout
4755
4756 \begin_layout Section
4757 Matrices
4758 \begin_inset CommandInset label
4759 LatexCommand label
4760 name "sec:Matrices"
4761
4762 \end_inset
4763
4764
4765 \begin_inset Index idx
4766 status collapsed
4767
4768 \begin_layout Plain Layout
4769 Matrices
4770 \end_layout
4771
4772 \end_inset
4773
4774
4775 \end_layout
4776
4777 \begin_layout Standard
4778 Matrices can be inserted via the math toolbar button 
4779 \begin_inset Graphics
4780         filename ../images/dialog-show_mathmatrix.png
4781         scale 85
4782
4783 \end_inset
4784
4785  or the menu 
4786 \family sans
4787 Insert\SpecialChar \menuseparator
4788 Math\SpecialChar \menuseparator
4789 Matrix
4790 \family default
4791 .
4792  In the matrix dialog you can specify the number of columns and rows, the
4793  alignment and the decoration.
4794  The vertical alignment is only of importance for matrices in inline formulas:
4795 \end_layout
4796
4797 \begin_layout Standard
4798 The first matrix is top 
4799 \begin_inset Formula $\begin{array}[t]{cccc}
4800 A & D & G & J\\
4801 B & E & H & K\\
4802 C & F & I & L
4803 \end{array}$
4804 \end_inset
4805
4806 , the second middle 
4807 \begin_inset Formula $\begin{array}{cccc}
4808 A & D & G & J\\
4809 B & E & H & K\\
4810 C & F & I & L
4811 \end{array}$
4812 \end_inset
4813
4814  and the third bottom 
4815 \begin_inset Formula $\begin{array}[b]{cccc}
4816 A & D & G & J\\
4817 B & E & H & K\\
4818 C & F & I & L
4819 \end{array}$
4820 \end_inset
4821
4822  aligned.
4823 \end_layout
4824
4825 \begin_layout Standard
4826 The horizontal alignment specifies how the column entries should be aligned.
4827  It is set by entering a letter for every column.
4828  
4829 \emph on
4830 l
4831 \emph default
4832  denotes left aligned, 
4833 \emph on
4834 c
4835 \emph default
4836  centered and 
4837 \emph on
4838 r
4839 \emph default
4840  right aligned.
4841  To create for example a 4
4842 \series bold
4843 ×
4844 \series default
4845 4
4846 \begin_inset space ~
4847 \end_inset
4848
4849 matrix where the first column is left aligned, the second and third are
4850  centered and the last one is right aligned, one enters for the horizontal
4851  alignment 
4852 \series bold
4853 lccr
4854 \series default
4855 .
4856  Normally in a matrix all columns are centered, therefore the default for
4857  every column is a 
4858 \series bold
4859 c
4860 \series default
4861 .
4862 \end_layout
4863
4864 \begin_layout Standard
4865 Horizontal alignment:
4866 \end_layout
4867
4868 \begin_layout Standard
4869
4870 \series bold
4871 lll
4872 \series default
4873  : 
4874 \begin_inset Formula $\begin{array}{lll}
4875 10000 & D & G\\
4876 B & 10000 & H\\
4877 C & F & 10000
4878 \end{array}$
4879 \end_inset
4880
4881  , 
4882 \series bold
4883 ccc
4884 \series default
4885  : 
4886 \begin_inset Formula $\begin{array}{ccc}
4887 10000 & D & G\\
4888 B & 10000 & H\\
4889 C & F & 10000
4890 \end{array}$
4891 \end_inset
4892
4893  , 
4894 \series bold
4895 rrr
4896 \series default
4897  : 
4898 \begin_inset Formula $\begin{array}{rrr}
4899 10000 & D & G\\
4900 B & 10000 & H\\
4901 C & F & 10000
4902 \end{array}$
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \begin_layout Standard
4909 To add or delete rows and columns subsequently, the math toolbar buttons
4910  
4911 \begin_inset Graphics
4912         filename ../images/tabular-feature_append-row.png
4913         scale 85
4914
4915 \end_inset
4916
4917
4918 \begin_inset Graphics
4919         filename ../images/tabular-feature_delete-row.png
4920         scale 85
4921
4922 \end_inset
4923
4924 , etc.
4925 \begin_inset space \thinspace{}
4926 \end_inset
4927
4928 , or the menu 
4929 \family sans
4930 Edit\SpecialChar \menuseparator
4931 Rows & Columns
4932 \family default
4933  can be used.
4934  New rows can also be created with 
4935 \begin_inset Info
4936 type  "shortcut"
4937 arg   "newline-insert newline"
4938 \end_inset
4939
4940 .
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset VSpace bigskip
4945 \end_inset
4946
4947 The 
4948 \family sans
4949 Decoration
4950 \family default
4951  adds parentheses in the selected style around the matrix.
4952  Alternatively, parentheses can can either be created with the commands
4953  
4954 \series bold
4955
4956 \backslash
4957 left
4958 \series default
4959
4960 \begin_inset Index idx
4961 status collapsed
4962
4963 \begin_layout Plain Layout
4964 Commands ! L ! 
4965 \backslash
4966 left
4967 \end_layout
4968
4969 \end_inset
4970
4971  and 
4972 \series bold
4973
4974 \backslash
4975 right
4976 \series default
4977
4978 \begin_inset Index idx
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Commands ! R ! 
4983 \backslash
4984 right
4985 \end_layout
4986
4987 \end_inset
4988
4989  (shortcut 
4990 \family sans
4991 Alt+M
4992 \begin_inset space ~
4993 \end_inset
4994
4995 Parenthesis
4996 \family default
4997 ), see 
4998 \begin_inset CommandInset ref
4999 LatexCommand ref
5000 reference "sub:Automatic-Bracket-Size"
5001
5002 \end_inset
5003
5004 , or by using the following commands:
5005 \begin_inset VSpace medskip
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 \begin_inset space \hfill{}
5013 \end_inset
5014
5015
5016 \begin_inset Tabular
5017 <lyxtabular version="3" rows="4" columns="2">
5018 <features rotate="0" tabularvalignment="middle">
5019 <column alignment="center" valignment="top">
5020 <column alignment="center" valignment="top">
5021 <row>
5022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Command
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Result
5036 \begin_inset Note Note
5037 status collapsed
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042
5043 \backslash
5044 raisebox
5045 \series default
5046  is only used as spacer.
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \backslash
5064 bmatrix
5065 \begin_inset space \textvisiblespace{}
5066 \end_inset
5067
5068 2
5069 \series bold
5070 ×
5071 \series default
5072 2
5073 \begin_inset space \thinspace{}
5074 \end_inset
5075
5076 matrix
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5086 0 & \textrm{-}\mathrm{i}\\
5087 \mathrm{i} & 0
5088 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \backslash
5104 Bmatrix
5105 \begin_inset space \textvisiblespace{}
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset space \thinspace{}
5114 \end_inset
5115
5116 matrix
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0
5128 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5129 \end_inset
5130
5131
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \backslash
5144 pmatrix
5145 \begin_inset space \textvisiblespace{}
5146 \end_inset
5147
5148 2
5149 \series bold
5150 ×
5151 \series default
5152 2
5153 \begin_inset space \thinspace{}
5154 \end_inset
5155
5156 matrix
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5166 0 & \textrm{-}\mathrm{i}\\
5167 \mathrm{i} & 0
5168 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 </lyxtabular>
5178
5179 \end_inset
5180
5181
5182 \begin_inset space \hfill{}
5183 \end_inset
5184
5185
5186 \begin_inset Tabular
5187 <lyxtabular version="3" rows="4" columns="2">
5188 <features rotate="0" tabularvalignment="middle">
5189 <column alignment="center" valignment="top">
5190 <column alignment="center" valignment="top">
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Command
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Result
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \backslash
5218 vmatrix
5219 \begin_inset space \textvisiblespace{}
5220 \end_inset
5221
5222 2
5223 \series bold
5224 ×
5225 \series default
5226 2
5227 \begin_inset space \thinspace{}
5228 \end_inset
5229
5230 matrix
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5240 0 & \textrm{-}\mathrm{i}\\
5241 \mathrm{i} & 0
5242 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \backslash
5258 Vmatrix
5259 \begin_inset space \textvisiblespace{}
5260 \end_inset
5261
5262 2
5263 \series bold
5264 ×
5265 \series default
5266 2
5267 \begin_inset space \thinspace{}
5268 \end_inset
5269
5270 matrix
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5280 0 & \textrm{-}\mathrm{i}\\
5281 \mathrm{i} & 0
5282 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \backslash
5298 matrix
5299 \begin_inset space \textvisiblespace{}
5300 \end_inset
5301
5302 2
5303 \series bold
5304 ×
5305 \series default
5306 2
5307 \begin_inset space \thinspace{}
5308 \end_inset
5309
5310 matrix
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5320 0 & \textrm{-}\mathrm{i}\\
5321 \mathrm{i} & 0
5322 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5323 \end_inset
5324
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 </lyxtabular>
5332
5333 \end_inset
5334
5335
5336 \begin_inset space \hfill{}
5337 \end_inset
5338
5339
5340 \end_layout
5341
5342 \begin_layout Standard
5343 \begin_inset VSpace medskip
5344 \end_inset
5345
5346 When e.
5347 \begin_inset space \thinspace{}
5348 \end_inset
5349
5350 g.
5351 \begin_inset space \space{}
5352 \end_inset
5353
5354
5355 \series bold
5356
5357 \backslash
5358 vmatrix
5359 \series default
5360  is inserted, a blue box appears between two vertical lines where the matrix
5361  is inserted.
5362 \begin_inset Newline newline
5363 \end_inset
5364
5365 Note that decorated matrices ignore the vertical alignment.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset VSpace bigskip
5370 \end_inset
5371
5372 As all multiline formulas are matrices, the length 
5373 \series bold
5374
5375 \backslash
5376 arraycolsep
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! A ! 
5384 \backslash
5385 arraycolsep
5386 \end_layout
5387
5388 \end_inset
5389
5390  that is described in 
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "sub:Column-Separation"
5394
5395 \end_inset
5396
5397  can also be used to change the column separation of matrices.
5398 \end_layout
5399
5400 \begin_layout Standard
5401 To change the row separation, the command 
5402 \series bold
5403
5404 \backslash
5405 arraystretch
5406 \series default
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Commands ! A ! 
5413 \backslash
5414 arraystretch
5415 \end_layout
5416
5417 \end_inset
5418
5419  is used.
5420  It is used as follows:
5421 \end_layout
5422
5423 \begin_layout Standard
5424
5425 \series bold
5426
5427 \backslash
5428 renewcommand{
5429 \backslash
5430 arraystretch}{stretch factor}
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 Commands ! R ! 
5436 \backslash
5437 renewcommand
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Standard
5446 The command 
5447 \series bold
5448
5449 \backslash
5450 renewcommand
5451 \series default
5452  assigns the stretch factor to the predefined command 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459  To double e.
5460 \begin_inset space \thinspace{}
5461 \end_inset
5462
5463 g.
5464 \begin_inset space \space{}
5465 \end_inset
5466
5467 the row separation, use the factor 2.
5468  This is then used for all following matrices.
5469  To go back to the original separation, assign the factor 1 to 
5470 \series bold
5471
5472 \backslash
5473 arraystretch
5474 \series default
5475 .
5476 \end_layout
5477
5478 \begin_layout Standard
5479 To set matrices into a text line, the command 
5480 \series bold
5481
5482 \backslash
5483 smallmatrix
5484 \series default
5485
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Commands ! S ! 
5491 \backslash
5492 smallmatrix
5493 \end_layout
5494
5495 \end_inset
5496
5497  is used.
5498  When it is inserted a blue box with two dashed lines appears.
5499  In this box the matrix is inserted.
5500 \end_layout
5501
5502 \begin_layout Standard
5503 This is a matrix 
5504 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5505 C & D
5506 \end{smallmatrix}\right)$
5507 \end_inset
5508
5509  in a text line.
5510 \end_layout
5511
5512 \begin_layout Section
5513 Brackets and Delimiters
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Brackets
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \begin_inset Index idx
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528 Delimiters
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Vertical Brackets and Delimiters
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Brackets ! vertical
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 \begin_inset space \hfill{}
5552 \end_inset
5553
5554
5555 \begin_inset Tabular
5556 <lyxtabular version="3" rows="9" columns="2">
5557 <features rotate="0" tabularvalignment="middle">
5558 <column alignment="center" valignment="top" width="0pt">
5559 <column alignment="center" valignment="top" width="0pt">
5560 <row>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 Command
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 Result
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 (
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $($
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 {
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 \begin_inset Formula $\{$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 [
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 \begin_inset Formula $[$
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 langle
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 \begin_inset Formula $\langle$
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679
5680 \backslash
5681 lceil
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 \begin_inset Formula $\lceil$
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \backslash
5706 lfloor
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $\lfloor$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 /
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Formula $/$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 |
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $|$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features rotate="0" tabularvalignment="middle">
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Command
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 Result
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 )
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $)$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 }
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\}$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 ]
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $]$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 rangle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\rangle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 rceil
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\rceil$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 rfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\rfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \backslash
5955
5956 \backslash
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\backslash$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 |
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\|$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 </lyxtabular>
6001
6002 \end_inset
6003
6004
6005 \begin_inset space \hfill{}
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \begin_layout Standard
6012
6013 \series medium
6014 \begin_inset Note Greyedout
6015 status open
6016
6017 \begin_layout Plain Layout
6018
6019 \series bold
6020 Note:
6021 \series default
6022  In TeX-mode the command 
6023 \series bold
6024
6025 \backslash
6026 textbackslash
6027 \series default
6028
6029 \begin_inset Index idx
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033 Commands ! T ! 
6034 \backslash
6035 textbackslash
6036 \end_layout
6037
6038 \end_inset
6039
6040  must be used for the backslash, because the command 
6041 \series bold
6042
6043 \backslash
6044
6045 \backslash
6046
6047 \series default
6048  produces a line break there.
6049 \end_layout
6050
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \begin_layout Standard
6057 For all characters listed above the size can be adjusted with the commands
6058  described in the following two subsections.
6059  When using these commands, the characters < and > can directly be used
6060  instead of the commands 
6061 \series bold
6062
6063 \backslash
6064 langle
6065 \series default
6066  and 
6067 \series bold
6068
6069 \backslash
6070 rangle
6071 \series default
6072 .
6073 \end_layout
6074
6075 \begin_layout Subsubsection
6076 Manual Bracket Size
6077 \begin_inset CommandInset label
6078 LatexCommand label
6079 name "sub:Manual-Bracket-Size"
6080
6081 \end_inset
6082
6083
6084 \begin_inset Index idx
6085 status collapsed
6086
6087 \begin_layout Plain Layout
6088 Bracket size ! manual
6089 \end_layout
6090
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \begin_layout Standard
6097 The bracket size can be specified manually by the LaTeX-commands 
6098 \series bold
6099
6100 \backslash
6101 big
6102 \series default
6103
6104 \begin_inset Index idx
6105 status collapsed
6106
6107 \begin_layout Plain Layout
6108 Commands ! B ! 
6109 \backslash
6110 big
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \series bold
6117
6118 \backslash
6119 Big
6120 \series default
6121
6122 \series bold
6123
6124 \backslash
6125 bigg
6126 \series default
6127  and 
6128 \series bold
6129
6130 \backslash
6131 Bigg
6132 \series default
6133 .
6134  
6135 \series bold
6136
6137 \backslash
6138 big
6139 \series default
6140  denotes the smallest and 
6141 \series bold
6142
6143 \backslash
6144 Bigg
6145 \series default
6146  the largest bracket size.
6147 \end_layout
6148
6149 \begin_layout Standard
6150 These commands are used to emphasize levels of brackets:
6151 \end_layout
6152
6153 \begin_layout Standard
6154 \align center
6155 \begin_inset Tabular
6156 <lyxtabular version="3" rows="2" columns="2">
6157 <features rotate="0" tabularvalignment="middle">
6158 <column alignment="center" valignment="top" width="0pt">
6159 <column alignment="center" valignment="top" width="0pt">
6160 <row>
6161 <cell alignment="center" valignment="top" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 all brackets in the same size:
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 this looks better:
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 </lyxtabular>
6207
6208 \end_inset
6209
6210
6211 \begin_inset Note Note
6212 status collapsed
6213
6214 \begin_layout Plain Layout
6215
6216 \series bold
6217
6218 \backslash
6219 raisebox
6220 \series default
6221  is only used as spacer.
6222 \end_layout
6223
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \begin_layout Standard
6230 For the second formula the command 
6231 \series bold
6232
6233 \backslash
6234 Big((A+B)(A-B)
6235 \backslash
6236 Big)^
6237 \begin_inset space \textvisiblespace{}
6238 \end_inset
6239
6240 C
6241 \series default
6242  has been used.
6243 \end_layout
6244
6245 \begin_layout Standard
6246 Here is an overview about all bracket sizes:
6247 \end_layout
6248
6249 \begin_layout Standard
6250 \align center
6251
6252 \backslash
6253 Bigg(
6254 \backslash
6255 exp
6256 \backslash
6257 bigg<
6258 \backslash
6259 Big[
6260 \backslash
6261 big{
6262 \backslash
6263 ln(3x)
6264 \backslash
6265 big}^2
6266 \begin_inset space \textvisiblespace{}
6267 \end_inset
6268
6269
6270 \backslash
6271 sin(x)
6272 \backslash
6273 Big]^
6274 \begin_inset space \textvisiblespace{}
6275 \end_inset
6276
6277 A
6278 \begin_inset space \textvisiblespace{}
6279 \end_inset
6280
6281
6282 \backslash
6283 bigg>
6284 \backslash
6285 Bigg)^0,5
6286 \end_layout
6287
6288 \begin_layout Standard
6289 \align center
6290 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 Besides the 
6298 \series bold
6299
6300 \backslash
6301 big
6302 \series default
6303 -commands there is the variant 
6304 \series bold
6305
6306 \backslash
6307 bigm
6308 \series default
6309
6310 \begin_inset Index idx
6311 status collapsed
6312
6313 \begin_layout Plain Layout
6314 Commands ! B ! 
6315 \backslash
6316 bigm
6317 \end_layout
6318
6319 \end_inset
6320
6321  that adds a bit more space between the bracket and its content, and the
6322  variant 
6323 \series bold
6324
6325 \backslash
6326 bigl
6327 \series default
6328 -
6329 \series bold
6330
6331 \backslash
6332 bigr
6333 \series default
6334
6335 \begin_inset Index idx
6336 status collapsed
6337
6338 \begin_layout Plain Layout
6339 Commands ! B ! 
6340 \backslash
6341 bigl - 
6342 \backslash
6343 bigr
6344 \end_layout
6345
6346 \end_inset
6347
6348 , that don't add additional space.
6349  The 
6350 \emph on
6351 l
6352 \emph default
6353  at the end of the command 
6354 \series bold
6355
6356 \backslash
6357 bigl
6358 \series default
6359  is for a left bracket; for a right bracket this will be replaced by an
6360  
6361 \emph on
6362 r
6363 \emph default
6364 .
6365  A left or right bracket can each be an opening or closing bracket.
6366 \end_layout
6367
6368 \begin_layout Standard
6369 In the following table is a comparison of the variants:
6370 \end_layout
6371
6372 \begin_layout Standard
6373 \align center
6374 \begin_inset Tabular
6375 <lyxtabular version="3" rows="5" columns="2">
6376 <features rotate="0" tabularvalignment="middle">
6377 <column alignment="center" valignment="middle">
6378 <column alignment="center" valignment="middle">
6379 <row>
6380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 Command
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 Result
6394 \begin_inset Note Note
6395 status collapsed
6396
6397 \begin_layout Plain Layout
6398
6399 \series bold
6400
6401 \backslash
6402 raisebox
6403 \series default
6404  is only used as spacer.
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 <row>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420
6421 \backslash
6422 Bigm(
6423 \backslash
6424 bigm(
6425 \backslash
6426 ln(3x)
6427 \backslash
6428 bigm)^2
6429 \begin_inset space \textvisiblespace{}
6430 \end_inset
6431
6432
6433 \backslash
6434 Bigm)
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 <row>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457
6458 \backslash
6459 Big(
6460 \backslash
6461 big(
6462 \backslash
6463 ln(3x)
6464 \backslash
6465 big)^2
6466 \begin_inset space \textvisiblespace{}
6467 \end_inset
6468
6469
6470 \backslash
6471 Big)
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 </row>
6489 <row>
6490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494
6495 \backslash
6496 Bigl(
6497 \backslash
6498 bigl(
6499 \backslash
6500 ln(3x)
6501 \backslash
6502 bigr)^2
6503 \begin_inset space \textvisiblespace{}
6504 \end_inset
6505
6506
6507 \backslash
6508 Bigr)
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 </row>
6526 <row>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \backslash
6533 bigl)
6534 \backslash
6535 ln(3x)
6536 \backslash
6537 bigr(
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 </lyxtabular>
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Subsubsection
6563 Automatic Bracket Size
6564 \begin_inset CommandInset label
6565 LatexCommand label
6566 name "sub:Automatic-Bracket-Size"
6567
6568 \end_inset
6569
6570
6571 \begin_inset Index idx
6572 status collapsed
6573
6574 \begin_layout Plain Layout
6575 Bracket size ! automatic
6576 \end_layout
6577
6578 \end_inset
6579
6580
6581 \end_layout
6582
6583 \begin_layout Standard
6584 Brackets with variable size can be inserted with the commands 
6585 \series bold
6586
6587 \backslash
6588 left
6589 \series default
6590
6591 \begin_inset Index idx
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 Commands ! L ! 
6596 \backslash
6597 left
6598 \end_layout
6599
6600 \end_inset
6601
6602  and 
6603 \series bold
6604
6605 \backslash
6606 right
6607 \series default
6608
6609 \begin_inset Index idx
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613 Commands ! R ! 
6614 \backslash
6615 right
6616 \end_layout
6617
6618 \end_inset
6619
6620  or via the math toolbar button 
6621 \begin_inset Graphics
6622         filename ../images/dialog-show_mathdelimiter.png
6623         scale 85
6624
6625 \end_inset
6626
6627 .
6628  Directly behind 
6629 \series bold
6630
6631 \backslash
6632 left
6633 \series default
6634  and 
6635 \series bold
6636
6637 \backslash
6638 right
6639 \series default
6640  the wanted bracket must be inserted.
6641  The bracket size will then automatically be calculated for the output.
6642 \end_layout
6643
6644 \begin_layout Standard
6645 \align center
6646 normal bracket: The command 
6647 \series bold
6648
6649 \backslash
6650 ln(
6651 \backslash
6652 frac
6653 \begin_inset space \textvisiblespace{}
6654 \end_inset
6655
6656 A
6657 \begin_inset Formula $\downarrow$
6658 \end_inset
6659
6660 C
6661 \begin_inset space \textvisiblespace{}
6662 \end_inset
6663
6664 )
6665 \series default
6666  creates
6667 \begin_inset Formula 
6668 \[
6669 \ln(\frac{A}{C})
6670 \]
6671
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \begin_layout Standard
6678 \align center
6679 multiline bracket: The command 
6680 \series bold
6681
6682 \backslash
6683 ln
6684 \backslash
6685 left(
6686 \backslash
6687 frac
6688 \begin_inset space \textvisiblespace{}
6689 \end_inset
6690
6691 A
6692 \begin_inset Formula $\downarrow$
6693 \end_inset
6694
6695 C
6696 \begin_inset space \textvisiblespace{}
6697 \end_inset
6698
6699
6700 \backslash
6701 right)
6702 \series default
6703  creates
6704 \begin_inset Formula 
6705 \[
6706 \ln\left(\frac{A}{C}\right)
6707 \]
6708
6709 \end_inset
6710
6711
6712 \end_layout
6713
6714 \begin_layout Standard
6715 Instead of 
6716 \series bold
6717
6718 \backslash
6719 left
6720 \series default
6721  and 
6722 \series bold
6723
6724 \backslash
6725 right
6726 \series default
6727  the shortcut 
6728 \family sans
6729 Alt+M
6730 \begin_inset space ~
6731 \end_inset
6732
6733 Bracket
6734 \family default
6735  can be used.
6736  This has the advantage that you can see in LyX immediately the real bracket
6737  size and that the matching right bracket will be created too.
6738 \begin_inset Newline newline
6739 \end_inset
6740
6741 The command for the last example would then be: 
6742 \series bold
6743
6744 \backslash
6745 ln Alt+M
6746 \series default
6747  
6748 \series bold
6749 (
6750 \backslash
6751 frac
6752 \begin_inset space \textvisiblespace{}
6753 \end_inset
6754
6755 A
6756 \begin_inset Formula $\downarrow$
6757 \end_inset
6758
6759 C
6760 \end_layout
6761
6762 \begin_layout Standard
6763 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6764  For example the command 
6765 \series bold
6766
6767 \backslash
6768 left.
6769 \backslash
6770 frac
6771 \begin_inset space \textvisiblespace{}
6772 \end_inset
6773
6774 A
6775 \begin_inset Formula $\downarrow$
6776 \end_inset
6777
6778 B
6779 \begin_inset space \textvisiblespace{}
6780 \end_inset
6781
6782
6783 \backslash
6784 right}
6785 \series default
6786  creates:
6787 \series bold
6788
6789 \begin_inset Formula 
6790 \[
6791 \left.\frac{A}{B}\right\} 
6792 \]
6793
6794 \end_inset
6795
6796
6797 \series default
6798 The commands 
6799 \series bold
6800
6801 \backslash
6802 left
6803 \series default
6804  and 
6805 \series bold
6806
6807 \backslash
6808 right
6809 \series default
6810  will be converted by LyX to brackets in the right size when the document
6811  is reloaded and an omitted bracket will appear as dashed line.
6812 \end_layout
6813
6814 \begin_layout Standard
6815 \begin_inset VSpace bigskip
6816 \end_inset
6817
6818 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6819  the command 
6820 \series bold
6821
6822 \backslash
6823 middle
6824 \series default
6825
6826 \begin_inset Index idx
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830 Commands ! M ! 
6831 \backslash
6832 middle
6833 \end_layout
6834
6835 \end_inset
6836
6837  is additionally available for all brackets and limits.
6838  With this command the height of the following character is adapted to the
6839  one of the surrounding brackets, what is e.
6840 \begin_inset space \thinspace{}
6841 \end_inset
6842
6843 g.
6844 \begin_inset space \space{}
6845 \end_inset
6846
6847 needed for physical vectors:
6848 \begin_inset Formula 
6849 \[
6850 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6851 \]
6852
6853 \end_inset
6854
6855 For physical vectors there is a special LaTeX-package, described in 
6856 \begin_inset CommandInset ref
6857 LatexCommand ref
6858 reference "sub:Physical-Vectors"
6859
6860 \end_inset
6861
6862 .
6863 \end_layout
6864
6865 \begin_layout Subsection
6866 Horizontal Brackets
6867 \begin_inset Index idx
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Brackets ! horizontal
6872 \end_layout
6873
6874 \end_inset
6875
6876
6877 \end_layout
6878
6879 \begin_layout Standard
6880 \align center
6881 \begin_inset Tabular
6882 <lyxtabular version="3" rows="4" columns="2">
6883 <features rotate="0" tabularvalignment="middle">
6884 <column alignment="center" valignment="top" width="0pt">
6885 <column alignment="center" valignment="top" width="0pt">
6886 <row>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 Command
6892 \begin_inset Note Note
6893 status collapsed
6894
6895 \begin_layout Plain Layout
6896
6897 \series bold
6898
6899 \backslash
6900 raisebox
6901 \series default
6902  is only used as spacer.
6903 \end_layout
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 Result
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 <row>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset ERT
6928 status collapsed
6929
6930 \begin_layout Plain Layout
6931
6932
6933 \backslash
6934 raisebox{2.3mm}{
6935 \end_layout
6936
6937 \end_inset
6938
6939
6940 \backslash
6941 overbrace
6942 \begin_inset space \textvisiblespace{}
6943 \end_inset
6944
6945 A+B
6946 \begin_inset space \textvisiblespace{}
6947 \end_inset
6948
6949 ^v3
6950 \begin_inset ERT
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954
6955 }
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \begin_inset Index idx
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965 Commands ! O ! 
6966 \backslash
6967 overbrace
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 \begin_inset Formula $\overbrace{A+B}^{3}$
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset ERT
6996 status collapsed
6997
6998 \begin_layout Plain Layout
6999
7000
7001 \backslash
7002 raisebox{-2.2mm}{
7003 \end_layout
7004
7005 \end_inset
7006
7007
7008 \backslash
7009 underbrace
7010 \begin_inset space \textvisiblespace{}
7011 \end_inset
7012
7013 A+B
7014 \begin_inset space \textvisiblespace{}
7015 \end_inset
7016
7017 _5
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023 }
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \begin_inset Index idx
7030 status collapsed
7031
7032 \begin_layout Plain Layout
7033 Commands ! U ! 
7034 \backslash
7035 underbrace
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 \begin_inset Formula $\underbrace{A+B}_{5}$
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \backslash
7065 overbrace
7066 \begin_inset space \textvisiblespace{}
7067 \end_inset
7068
7069
7070 \backslash
7071 underbrace
7072 \begin_inset space \textvisiblespace{}
7073 \end_inset
7074
7075 A+B_w
7076 \begin_inset space \textvisiblespace{}
7077 \end_inset
7078
7079
7080 \begin_inset space \textvisiblespace{}
7081 \end_inset
7082
7083 _7
7084 \begin_inset space \textvisiblespace{}
7085 \end_inset
7086
7087
7088 \begin_inset space \textvisiblespace{}
7089 \end_inset
7090
7091 ^
7092 \begin_inset space \textvisiblespace{}
7093 \end_inset
7094
7095 C
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7105 \end_inset
7106
7107
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 </lyxtabular>
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \begin_layout Standard
7121 In the last example it doesn't matter if 
7122 \series bold
7123
7124 \backslash
7125 overbrace
7126 \series default
7127  or 
7128 \series bold
7129
7130 \backslash
7131 underbrace
7132 \series default
7133  is inserted at first.
7134 \end_layout
7135
7136 \begin_layout Standard
7137 \begin_inset VSpace bigskip
7138 \end_inset
7139
7140 When brackets are needed that overlap each other, multiline formulas, as
7141  described in 
7142 \begin_inset CommandInset ref
7143 LatexCommand ref
7144 reference "sec:Multiline-Formulas"
7145
7146 \end_inset
7147
7148 , must be used:
7149 \begin_inset Formula 
7150 \begin{eqnarray*}
7151 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7152  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7153 \end{eqnarray*}
7154
7155 \end_inset
7156
7157 In the first row the formula is inserted together with the first brace.
7158  It is hereby important that the space command
7159 \begin_inset Foot
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163 Space commands are explained in 
7164 \begin_inset CommandInset ref
7165 LatexCommand ref
7166 reference "sub:Predefined-Space"
7167
7168 \end_inset
7169
7170 .
7171 \end_layout
7172
7173 \end_inset
7174
7175  
7176 \series bold
7177
7178 \backslash
7179 :
7180 \series default
7181  is inserted before the first 
7182 \begin_inset Formula $d$
7183 \end_inset
7184
7185 , because the brace that ends behind the 
7186 \begin_inset Formula $q$
7187 \end_inset
7188
7189  prevents that the following 
7190 \begin_inset Quotes eld
7191 \end_inset
7192
7193 +
7194 \begin_inset Quotes erd
7195 \end_inset
7196
7197  is surrounded by space.
7198 \begin_inset Foot
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 because a bracket is not handled as a character, see 
7203 \begin_inset CommandInset ref
7204 LatexCommand ref
7205 reference "sub:Binary-Operators"
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \end_inset
7213
7214  In the second row the second brace is inserted.
7215  As it should begin before the 
7216 \begin_inset Formula $b$
7217 \end_inset
7218
7219 , first the command 
7220 \series bold
7221
7222 \backslash
7223 hphantom{gggg+
7224 \backslash
7225 :}
7226 \series default
7227  is inserted.
7228 \begin_inset Foot
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232 more about 
7233 \series bold
7234
7235 \backslash
7236 hphantom
7237 \series default
7238  see 
7239 \begin_inset CommandInset ref
7240 LatexCommand ref
7241 reference "sub:Placeholders"
7242
7243 \end_inset
7244
7245
7246 \end_layout
7247
7248 \end_inset
7249
7250  This space is needed because the 
7251 \begin_inset Quotes eld
7252 \end_inset
7253
7254 +
7255 \begin_inset Quotes erd
7256 \end_inset
7257
7258  is also surrounded by space in the formula.
7259  The brace is placed under the command 
7260 \series bold
7261
7262 \backslash
7263 hphantom{bbqq+dddd}
7264 \series default
7265 .
7266 \end_layout
7267
7268 \begin_layout Standard
7269 It gets more complicated when brackets overlap each other, like in the following
7270  example:
7271 \begin_inset ERT
7272 status collapsed
7273
7274 \begin_layout Plain Layout
7275
7276
7277 \backslash
7278 setlength{
7279 \backslash
7280 jot}{-6pt}
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \begin_inset Formula 
7287 \begin{eqnarray*}
7288  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7289 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7290 \end{eqnarray*}
7291
7292 \end_inset
7293
7294
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300
7301 \backslash
7302 setlength{
7303 \backslash
7304 jot}{3pt}
7305 \end_layout
7306
7307 \end_inset
7308
7309 The first formula row is the same as the second row of the previous example,
7310  with the difference that the brace is above.
7311  The second row contains the formula together with the second brace.
7312  To avoid that there is space between the upper brace in the first row and
7313  the formula, the row spacing needs to be reduced.
7314  This is not easily possible due to a bug in LyX
7315 \begin_inset Foot
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319 \begin_inset CommandInset href
7320 LatexCommand href
7321 name "LyX-bug #1505"
7322 target "http://www.lyx.org/trac/ticket/1505"
7323
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \end_inset
7330
7331 .
7332  As a solution for the problem, the global formula row separation 
7333 \series bold
7334
7335 \backslash
7336 jot
7337 \series default
7338
7339 \begin_inset Index idx
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343 Commands ! J ! 
7344 \backslash
7345 jot
7346 \end_layout
7347
7348 \end_inset
7349
7350  must be changed to -6
7351 \begin_inset space \thinspace{}
7352 \end_inset
7353
7354 pt before the formula with the command 
7355 \series bold
7356
7357 \backslash
7358 setlength{
7359 \backslash
7360 jot}{-6pt}
7361 \series default
7362  in TeX-mode.
7363  
7364 \series bold
7365
7366 \backslash
7367 jot
7368 \series default
7369  is set back after the formula to the standard value of 3
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 pt using the same command.
7374  More about the row separation in formulas is explained in 
7375 \begin_inset CommandInset ref
7376 LatexCommand ref
7377 reference "sub:Line-Separation"
7378
7379 \end_inset
7380
7381 .
7382 \end_layout
7383
7384 \begin_layout Section
7385 Arrows
7386 \begin_inset Index idx
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390 Arrows
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \begin_layout Standard
7399 Arrows can be inserted via the math toolbar button 
7400 \begin_inset Graphics
7401         filename ../images/math/leftarrow.png
7402         scale 85
7403
7404 \end_inset
7405
7406  or the commands listed in the following subsections.
7407 \end_layout
7408
7409 \begin_layout Subsection
7410 Horizontal Arrows
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 Arrows ! horizontal
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \end_layout
7422
7423 \begin_layout Standard
7424 \begin_inset space \hfill{}
7425 \end_inset
7426
7427
7428 \begin_inset Tabular
7429 <lyxtabular version="3" rows="8" columns="2">
7430 <features rotate="0" tabularvalignment="middle">
7431 <column alignment="center" valignment="top" width="0pt">
7432 <column alignment="center" valignment="top" width="0pt">
7433 <row>
7434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 Command
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 Result
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 </row>
7453 <row>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \backslash
7460 gets
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 \begin_inset Formula $\gets$
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \backslash
7485 Leftarrow
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 \begin_inset Formula $\Leftarrow$
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 </row>
7503 <row>
7504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \backslash
7510 longleftarrow
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 \begin_inset Formula $\longleftarrow$
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 </row>
7528 <row>
7529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533
7534 \backslash
7535 Longleftarrow
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\Longleftarrow$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \backslash
7560 leftharpoonup
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 \begin_inset Formula $\leftharpoonup$
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 <row>
7579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583
7584 \backslash
7585 leftharpoondown
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 \begin_inset Formula $\leftharpoondown$
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \backslash
7610 hookleftarrow
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 \begin_inset Formula $\hookleftarrow$
7620 \end_inset
7621
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 </lyxtabular>
7629
7630 \end_inset
7631
7632
7633 \begin_inset space \hfill{}
7634 \end_inset
7635
7636
7637 \begin_inset Tabular
7638 <lyxtabular version="3" rows="8" columns="2">
7639 <features rotate="0" tabularvalignment="middle">
7640 <column alignment="center" valignment="top" width="0pt">
7641 <column alignment="center" valignment="top" width="0pt">
7642 <row>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 Command
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 Result
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \backslash
7669 to
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 \begin_inset Formula $\to$
7679 \end_inset
7680
7681
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 </row>
7687 <row>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692
7693 \backslash
7694 Rightarrow
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 \begin_inset Formula $\Rightarrow$
7704 \end_inset
7705
7706
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 </row>
7712 <row>
7713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \backslash
7719 longrightarrow
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 \begin_inset Formula $\longrightarrow$
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \backslash
7744 Longrightarrow
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 \begin_inset Formula $\Longrightarrow$
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \backslash
7769 rightharpoonup
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 \begin_inset Formula $\rightharpoonup$
7779 \end_inset
7780
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \backslash
7794 rightharpoondown
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset Formula $\rightharpoondown$
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row>
7813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \backslash
7819 hookrightarrow
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 \begin_inset Formula $\hookrightarrow$
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 </row>
7837 </lyxtabular>
7838
7839 \end_inset
7840
7841
7842 \begin_inset space \hfill{}
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \begin_layout Standard
7849 \begin_inset space \hfill{}
7850 \end_inset
7851
7852
7853 \begin_inset Tabular
7854 <lyxtabular version="3" rows="6" columns="2">
7855 <features rotate="0" tabularvalignment="middle">
7856 <column alignment="center" valignment="top" width="0pt">
7857 <column alignment="center" valignment="top" width="0pt">
7858 <row>
7859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Command
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 Result
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \backslash
7885 leftrightarrow
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 \begin_inset Formula $\leftrightarrow$
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \backslash
7910 Leftrightarrow
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 \begin_inset Formula $\Leftrightarrow$
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \backslash
7935 longleftrightarrow
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 \begin_inset Formula $\longleftrightarrow$
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \backslash
7960 Longleftrightarrow
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 \begin_inset Formula $\Longleftrightarrow$
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \backslash
7985 rightleftharpoons
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 \begin_inset Formula $\rightleftharpoons$
7995 \end_inset
7996
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 </lyxtabular>
8004
8005 \end_inset
8006
8007
8008 \begin_inset space \hspace{}
8009 \length 25pt
8010 \end_inset
8011
8012
8013 \begin_inset space \hfill{}
8014 \end_inset
8015
8016
8017 \begin_inset Tabular
8018 <lyxtabular version="3" rows="5" columns="2">
8019 <features rotate="0" tabularvalignment="middle">
8020 <column alignment="center" valignment="top" width="0pt">
8021 <column alignment="center" valignment="top" width="0pt">
8022 <row>
8023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Command
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Result
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 mapsto
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\mapsto$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 longmapsto
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\longmapsto$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 leadsto
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\leadsto$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 dasharrow
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\dasharrow$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 </lyxtabular>
8143
8144 \end_inset
8145
8146
8147 \begin_inset space \hfill{}
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \begin_layout Standard
8154 \begin_inset VSpace medskip
8155 \end_inset
8156
8157 Arrows used as accents like e.
8158 \begin_inset space \thinspace{}
8159 \end_inset
8160
8161 g.
8162 \begin_inset space \space{}
8163 \end_inset
8164
8165 vector arrows are listed in 
8166 \begin_inset CommandInset ref
8167 LatexCommand ref
8168 reference "sec:Accents"
8169
8170 \end_inset
8171
8172 .
8173 \end_layout
8174
8175 \begin_layout Standard
8176 \begin_inset VSpace bigskip
8177 \end_inset
8178
8179 Furthermore there are the labeled arrows
8180 \begin_inset Index idx
8181 status collapsed
8182
8183 \begin_layout Plain Layout
8184 Arrows ! labeled
8185 \end_layout
8186
8187 \end_inset
8188
8189  
8190 \series bold
8191
8192 \backslash
8193 xleftarrow
8194 \series default
8195
8196 \begin_inset Index idx
8197 status collapsed
8198
8199 \begin_layout Plain Layout
8200 Commands ! X ! 
8201 \backslash
8202 xleftarrow
8203 \end_layout
8204
8205 \end_inset
8206
8207  and 
8208 \series bold
8209
8210 \backslash
8211 xrightarrow
8212 \series default
8213
8214 \begin_inset Index idx
8215 status collapsed
8216
8217 \begin_layout Plain Layout
8218 Commands ! X ! 
8219 \backslash
8220 xrightarrow
8221 \begin_inset ERT
8222 status collapsed
8223
8224 \begin_layout Plain Layout
8225
8226
8227 \backslash
8228 vspace{4mm}
8229 \end_layout
8230
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237
8238 .
8239  When inserting one of these commands in a formula, an arrow with two blue
8240  boxes appear where the label can be inserted.
8241  The length of the arrow adapts to the label width.
8242 \end_layout
8243
8244 \begin_layout Standard
8245 \align center
8246 \begin_inset Tabular
8247 <lyxtabular version="3" rows="3" columns="2">
8248 <features rotate="0" tabularvalignment="middle">
8249 <column alignment="center" valignment="top" width="0pt">
8250 <column alignment="center" valignment="top" width="0pt">
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Command
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Result
8266 \begin_inset Note Note
8267 status collapsed
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272
8273 \backslash
8274 raisebox
8275 \series default
8276  is only used as spacer.
8277 \end_layout
8278
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 F(a)
8293 \backslash
8294 xleftarrow
8295 \begin_inset space \textvisiblespace{}
8296 \end_inset
8297
8298 x=a
8299 \begin_inset Formula $\downarrow$
8300 \end_inset
8301
8302 x>0
8303 \begin_inset Formula $\to$
8304 \end_inset
8305
8306 F(x)
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 F(x)
8330 \backslash
8331 xrightarrow
8332 \begin_inset space \textvisiblespace{}
8333 \end_inset
8334
8335 x=a
8336 \begin_inset Formula $\downarrow$
8337 \end_inset
8338
8339 x>0
8340 \begin_inset Formula $\to$
8341 \end_inset
8342
8343 F(a)
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 </lyxtabular>
8362
8363 \end_inset
8364
8365
8366 \end_layout
8367
8368 \begin_layout Subsection
8369 Vertical and diagonal Arrows
8370 \begin_inset Index idx
8371 status collapsed
8372
8373 \begin_layout Plain Layout
8374 Arrows ! diagonal
8375 \end_layout
8376
8377 \end_inset
8378
8379
8380 \begin_inset Index idx
8381 status collapsed
8382
8383 \begin_layout Plain Layout
8384 Arrows ! vertical
8385 \end_layout
8386
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \begin_layout Standard
8393 \begin_inset space \hfill{}
8394 \end_inset
8395
8396
8397 \begin_inset Tabular
8398 <lyxtabular version="3" rows="7" columns="2">
8399 <features rotate="0" tabularvalignment="middle">
8400 <column alignment="center" valignment="top" width="0pt">
8401 <column alignment="center" valignment="top" width="0pt">
8402 <row>
8403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Command
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Result
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \backslash
8429 uparrow
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 \begin_inset Formula $\uparrow$
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \backslash
8454 Uparrow
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $\Uparrow$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \backslash
8479 updownarrow
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 \begin_inset Formula $\updownarrow$
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \backslash
8504 Updownarrow
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 \begin_inset Formula $\Updownarrow$
8514 \end_inset
8515
8516
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 </row>
8522 <row>
8523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \backslash
8529 Downarrow
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538 \begin_inset Formula $\Downarrow$
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \backslash
8554 downarrow
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 \begin_inset Formula $\downarrow$
8564 \end_inset
8565
8566
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 </lyxtabular>
8573
8574 \end_inset
8575
8576
8577 \begin_inset space \hfill{}
8578 \end_inset
8579
8580
8581 \begin_inset Tabular
8582 <lyxtabular version="3" rows="5" columns="2">
8583 <features rotate="0" tabularvalignment="middle">
8584 <column alignment="center" valignment="top" width="0pt">
8585 <column alignment="center" valignment="top" width="0pt">
8586 <row>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Command
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 Result
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \backslash
8613 nearrow
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 \begin_inset Formula $\nearrow$
8623 \end_inset
8624
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \backslash
8638 searrow
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 \begin_inset Formula $\searrow$
8648 \end_inset
8649
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661
8662 \backslash
8663 swarrow
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 \begin_inset Formula $\swarrow$
8673 \end_inset
8674
8675
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \backslash
8688 nwarrow
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 \begin_inset Formula $\nwarrow$
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 </lyxtabular>
8707
8708 \end_inset
8709
8710
8711 \begin_inset space \hfill{}
8712 \end_inset
8713
8714
8715 \end_layout
8716
8717 \begin_layout Standard
8718 \begin_inset VSpace medskip
8719 \end_inset
8720
8721 Vertical arrows can be used also as delimiters together with the commands
8722  described in 
8723 \begin_inset CommandInset ref
8724 LatexCommand ref
8725 reference "sub:Manual-Bracket-Size"
8726
8727 \end_inset
8728
8729  and 
8730 \begin_inset CommandInset ref
8731 LatexCommand ref
8732 reference "sub:Automatic-Bracket-Size"
8733
8734 \end_inset
8735
8736 .
8737 \end_layout
8738
8739 \begin_layout Section
8740 Accents
8741 \begin_inset CommandInset label
8742 LatexCommand label
8743 name "sec:Accents"
8744
8745 \end_inset
8746
8747
8748 \begin_inset Index idx
8749 status collapsed
8750
8751 \begin_layout Plain Layout
8752 Accents
8753 \end_layout
8754
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \begin_layout Standard
8761 Accents can be inserted via the math toolbar button 
8762 \begin_inset Graphics
8763         filename ../images/math/hat.png
8764         scale 85
8765
8766 \end_inset
8767
8768  or the commands listed in the following subsections.
8769 \end_layout
8770
8771 \begin_layout Subsection
8772 Accents for one Character
8773 \begin_inset ERT
8774 status collapsed
8775
8776 \begin_layout Plain Layout
8777
8778
8779 \backslash
8780 texorpdfstring{
8781 \end_layout
8782
8783 \end_inset
8784
8785
8786 \begin_inset Foot
8787 status collapsed
8788
8789 \begin_layout Plain Layout
8790 accents in text see 
8791 \begin_inset CommandInset ref
8792 LatexCommand ref
8793 reference "sub:Accents-in-Text"
8794
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \end_inset
8801
8802
8803 \begin_inset ERT
8804 status collapsed
8805
8806 \begin_layout Plain Layout
8807
8808 }{}
8809 \end_layout
8810
8811 \end_inset
8812
8813
8814 \begin_inset Note Note
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820
8821 \backslash
8822 texorpdfstring
8823 \series default
8824  is used to avoid that the footnote appears in the PDF-bookmark.
8825 \end_layout
8826
8827 \begin_layout Plain Layout
8828 More about 
8829 \series bold
8830
8831 \backslash
8832 texorpdfstring
8833 \series default
8834  is in section 
8835 \begin_inset CommandInset ref
8836 LatexCommand ref
8837 reference "sub:Formulas-in-Section"
8838
8839 \end_inset
8840
8841 .
8842 \end_layout
8843
8844 \end_inset
8845
8846
8847 \begin_inset CommandInset label
8848 LatexCommand label
8849 name "sub:Accents-for-one"
8850
8851 \end_inset
8852
8853
8854 \begin_inset Index idx
8855 status collapsed
8856
8857 \begin_layout Plain Layout
8858 Accents ! for one character
8859 \end_layout
8860
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \begin_layout Standard
8867 \begin_inset space \hfill{}
8868 \end_inset
8869
8870
8871 \begin_inset Tabular
8872 <lyxtabular version="3" rows="8" columns="2">
8873 <features rotate="0" tabularvalignment="middle">
8874 <column alignment="center" valignment="top" width="0pt">
8875 <column alignment="center" valignment="top" width="0pt">
8876 <row>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Command
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Result
8891 \begin_inset Note Note
8892 status collapsed
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897
8898 \backslash
8899 raisebox
8900 \series default
8901  is only used as spacer.
8902 \end_layout
8903
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \backslash
8919 dot
8920 \begin_inset space \textvisiblespace{}
8921 \end_inset
8922
8923 A
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \backslash
8948 ddot
8949 \begin_inset space \textvisiblespace{}
8950 \end_inset
8951
8952 A
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \backslash
8977 dddot
8978 \begin_inset space \textvisiblespace{}
8979 \end_inset
8980
8981 A
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 ddddot
9007 \begin_inset space \textvisiblespace{}
9008 \end_inset
9009
9010 A
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \backslash
9035 vec
9036 \begin_inset space \textvisiblespace{}
9037 \end_inset
9038
9039 A
9040 \begin_inset Index idx
9041 status collapsed
9042
9043 \begin_layout Plain Layout
9044 Vectors
9045 \end_layout
9046
9047 \end_inset
9048
9049
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \backslash
9074 bar
9075 \begin_inset space \textvisiblespace{}
9076 \end_inset
9077
9078 A
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \backslash
9103 mathring
9104 \begin_inset space \textvisiblespace{}
9105 \end_inset
9106
9107 A
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 </lyxtabular>
9126
9127 \end_inset
9128
9129
9130 \begin_inset space \hfill{}
9131 \end_inset
9132
9133
9134 \begin_inset Tabular
9135 <lyxtabular version="3" rows="7" columns="2">
9136 <features rotate="0" tabularvalignment="middle">
9137 <column alignment="center" valignment="top" width="0pt">
9138 <column alignment="center" valignment="top" width="0pt">
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Command
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 Result
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \backslash
9166 tilde
9167 \begin_inset space \textvisiblespace{}
9168 \end_inset
9169
9170 A
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \backslash
9195 hat
9196 \begin_inset space \textvisiblespace{}
9197 \end_inset
9198
9199 A
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \backslash
9224 check
9225 \begin_inset space \textvisiblespace{}
9226 \end_inset
9227
9228 A
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 acute
9254 \begin_inset space \textvisiblespace{}
9255 \end_inset
9256
9257 A
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9267 \end_inset
9268
9269
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 grave
9283 \begin_inset space \textvisiblespace{}
9284 \end_inset
9285
9286 A
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 breve
9312 \begin_inset space \textvisiblespace{}
9313 \end_inset
9314
9315 A
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 $\raisebox{5mm}{}\breve{A}$
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 \end_layout
9343
9344 \begin_layout Standard
9345 \begin_inset VSpace bigskip
9346 \end_inset
9347
9348
9349 \end_layout
9350
9351 \begin_layout Standard
9352 You can directly insert accents like é to formulas.
9353  LyX will transform them to the corresponding accent command.
9354  For umlauts
9355 \begin_inset Index idx
9356 status collapsed
9357
9358 \begin_layout Plain Layout
9359 Umlauts
9360 \end_layout
9361
9362 \end_inset
9363
9364  it is better to insert a quotation mark before the vowel.
9365  These two characters are then treated by LaTeX as 
9366 \emph on
9367 one
9368 \emph default
9369  character when the formula part with the umlaut is marked as German.
9370  In contrary to 
9371 \series bold
9372
9373 \backslash
9374 ddot
9375 \series default
9376 , with this method 
9377 \begin_inset Quotes eld
9378 \end_inset
9379
9380 real
9381 \begin_inset Quotes erd
9382 \end_inset
9383
9384  umlauts are created as demonstrated in the following example:
9385 \end_layout
9386
9387 \begin_layout Standard
9388 \begin_inset VSpace -2mm
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395 \align center
9396 \begin_inset Tabular
9397 <lyxtabular version="3" rows="3" columns="2">
9398 <features rotate="0" tabularvalignment="middle">
9399 <column alignment="center" valignment="top">
9400 <column alignment="center" valignment="top">
9401 <row>
9402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Command
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 Result
9416 \begin_inset Note Note
9417 status collapsed
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422
9423 \backslash
9424 raisebox
9425 \series default
9426  and the 0
9427 \begin_inset space \thinspace{}
9428 \end_inset
9429
9430 pt space are only used as spacer.
9431 \end_layout
9432
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \lang ngerman
9448 \begin_inset Quotes grd
9449 \end_inset
9450
9451 i
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 \begin_inset space \hspace{}
9461 \length 0pt
9462 \end_inset
9463
9464
9465 \lang ngerman
9466
9467 \begin_inset Formula $"i$
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \backslash
9483 ddot
9484 \begin_inset space \textvisiblespace{}
9485 \end_inset
9486
9487 i
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 </lyxtabular>
9506
9507 \end_inset
9508
9509
9510 \end_layout
9511
9512 \begin_layout Standard
9513 Another advantage to 
9514 \series bold
9515
9516 \backslash
9517 ddot
9518 \series default
9519  is that umlauts can directly be converted to mathematical text because
9520  the accent commands above are 
9521 \emph on
9522 not allowed
9523 \emph default
9524  
9525 \emph on
9526 in mathematical text
9527 \emph default
9528 .
9529  To convert an accented character to mathematical text, only the character
9530  under the accent may be converted.
9531  This applies also for all other conversions, e.
9532 \begin_inset space \thinspace{}
9533 \end_inset
9534
9535 g.
9536 \begin_inset space \space{}
9537 \end_inset
9538
9539 to italic or bold.
9540 \end_layout
9541
9542 \begin_layout Standard
9543 In mathematical text, umlauts and other accented characters can directly
9544  be inserted.
9545 \end_layout
9546
9547 \begin_layout Standard
9548 \begin_inset VSpace bigskip
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \begin_layout Standard
9555 LyX also supports a tilde under the character if the LaTeX-package 
9556 \series bold
9557 undertilde
9558 \series default
9559
9560 \begin_inset Index idx
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564 Packages ! undertilde
9565 \end_layout
9566
9567 \end_inset
9568
9569  is installed on your system:
9570 \end_layout
9571
9572 \begin_layout Standard
9573 \begin_inset ERT
9574 status collapsed
9575
9576 \begin_layout Plain Layout
9577
9578
9579 \backslash
9580 ifundertilde 
9581 \end_layout
9582
9583 \end_inset
9584
9585
9586 \begin_inset Note Note
9587 status open
9588
9589 \begin_layout Plain Layout
9590 The following table will only be displayed when the LaTeX-package 
9591 \series bold
9592 undertilde
9593 \series default
9594  is installed.
9595 \end_layout
9596
9597 \end_inset
9598
9599
9600 \end_layout
9601
9602 \begin_layout Standard
9603 \noindent
9604 \align center
9605 \begin_inset Tabular
9606 <lyxtabular version="3" rows="2" columns="2">
9607 <features rotate="0" tabularvalignment="middle">
9608 <column alignment="center" valignment="top" width="0pt">
9609 <column alignment="center" valignment="top" width="0pt">
9610 <row>
9611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 Command
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 Result
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 utilde
9638 \begin_inset space \textvisiblespace{}
9639 \end_inset
9640
9641 A
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 </lyxtabular>
9660
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \begin_layout Standard
9667 \begin_inset ERT
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671
9672
9673 \backslash
9674 else 
9675 \end_layout
9676
9677 \end_inset
9678
9679
9680 \begin_inset Note Note
9681 status open
9682
9683 \begin_layout Plain Layout
9684 The following will be displayed when the LaTeX-package 
9685 \series bold
9686 undertilde
9687 \series default
9688  is not installed:
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \begin_layout Standard
9697 You need to install the LaTeX-package 
9698 \series bold
9699 undertilde
9700 \series default
9701  to see the rest of this subsection in the output.
9702 \end_layout
9703
9704 \begin_layout Standard
9705 \begin_inset ERT
9706 status collapsed
9707
9708 \begin_layout Plain Layout
9709
9710
9711 \backslash
9712 fi 
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Subsection
9721 Accents for several Characters
9722 \begin_inset Index idx
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726 Accents ! for several characters
9727 \end_layout
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Standard
9735 \begin_inset space \hfill{}
9736 \end_inset
9737
9738
9739 \begin_inset Tabular
9740 <lyxtabular version="3" rows="5" columns="2">
9741 <features rotate="0" tabularvalignment="middle">
9742 <column alignment="center" valignment="top" width="0pt">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <row>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 Command
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Result
9759 \begin_inset Note Note
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763
9764 \series bold
9765
9766 \backslash
9767 raisebox
9768 \series default
9769  is only used as spacer.
9770 \end_layout
9771
9772 \end_inset
9773
9774
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row>
9781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \backslash
9787 overleftarrow
9788 \begin_inset space \textvisiblespace{}
9789 \end_inset
9790
9791 A=B
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9801 \end_inset
9802
9803
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \backslash
9816 underleftarrow
9817 \begin_inset space \textvisiblespace{}
9818 \end_inset
9819
9820 A=B
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 </row>
9838 <row>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843
9844 \backslash
9845 overleftrightarrow
9846 \begin_inset space \textvisiblespace{}
9847 \end_inset
9848
9849 A=B
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \backslash
9874 underleftrightarrow
9875 \begin_inset space \textvisiblespace{}
9876 \end_inset
9877
9878 A=B
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9888 \end_inset
9889
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 </lyxtabular>
9897
9898 \end_inset
9899
9900
9901 \begin_inset space \hfill{}
9902 \end_inset
9903
9904
9905 \begin_inset Tabular
9906 <lyxtabular version="3" rows="5" columns="2">
9907 <features rotate="0" tabularvalignment="middle">
9908 <column alignment="center" valignment="top" width="0pt">
9909 <column alignment="center" valignment="top" width="0pt">
9910 <row>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 Command
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 Result
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row>
9931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \backslash
9937 overrightarrow
9938 \begin_inset space \textvisiblespace{}
9939 \end_inset
9940
9941 A=B
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \backslash
9966 underrightarrow
9967 \begin_inset space \textvisiblespace{}
9968 \end_inset
9969
9970 A=B
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \backslash
9995 widetilde
9996 \begin_inset space \textvisiblespace{}
9997 \end_inset
9998
9999 A=B
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10009 \end_inset
10010
10011
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \backslash
10024 widehat
10025 \begin_inset space \textvisiblespace{}
10026 \end_inset
10027
10028 A=B
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 </lyxtabular>
10047
10048 \end_inset
10049
10050
10051 \begin_inset space \hfill{}
10052 \end_inset
10053
10054
10055 \end_layout
10056
10057 \begin_layout Standard
10058 \begin_inset VSpace medskip
10059 \end_inset
10060
10061 With these commands as many characters as you like can be accented.
10062  But the accents 
10063 \series bold
10064
10065 \backslash
10066 widetilde
10067 \series default
10068  and 
10069 \series bold
10070
10071 \backslash
10072 widehat
10073 \series default
10074  will only be set in the output with a length of three characters, as shown
10075  in the following example:
10076 \begin_inset Formula 
10077 \[
10078 \widetilde{A+B=C-D}
10079 \]
10080
10081 \end_inset
10082
10083
10084 \end_layout
10085
10086 \begin_layout Standard
10087 With the commands 
10088 \series bold
10089
10090 \backslash
10091 overset
10092 \series default
10093
10094 \begin_inset Index idx
10095 status collapsed
10096
10097 \begin_layout Plain Layout
10098 Commands ! O ! 
10099 \backslash
10100 overset
10101 \end_layout
10102
10103 \end_inset
10104
10105  and 
10106 \series bold
10107
10108 \backslash
10109 underset
10110 \series default
10111
10112 \begin_inset Index idx
10113 status collapsed
10114
10115 \begin_layout Plain Layout
10116 Commands ! U ! 
10117 \backslash
10118 underset
10119 \end_layout
10120
10121 \end_inset
10122
10123  described in the previous subsection it is also possible to accent several
10124  characters.
10125  The command 
10126 \series bold
10127
10128 \backslash
10129 underset
10130 \begin_inset space \textvisiblespace{}
10131 \end_inset
10132
10133 A=B
10134 \begin_inset Formula $\downarrow$
10135 \end_inset
10136
10137 ***
10138 \series default
10139  creates:
10140 \begin_inset Formula 
10141 \[
10142 \underset{***}{A=B}
10143 \]
10144
10145 \end_inset
10146
10147
10148 \end_layout
10149
10150 \begin_layout Standard
10151 \begin_inset Newpage newpage
10152 \end_inset
10153
10154
10155 \end_layout
10156
10157 \begin_layout Section
10158 Space
10159 \begin_inset CommandInset label
10160 LatexCommand label
10161 name "sub:Space"
10162
10163 \end_inset
10164
10165
10166 \begin_inset Index idx
10167 status collapsed
10168
10169 \begin_layout Plain Layout
10170 Space ! horizontal
10171 \end_layout
10172
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \begin_layout Subsection
10179 Predefined Space
10180 \begin_inset CommandInset label
10181 LatexCommand label
10182 name "sub:Predefined-Space"
10183
10184 \end_inset
10185
10186
10187 \begin_inset Index idx
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191 Space ! horizontal ! predefined
10192 \end_layout
10193
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \begin_layout Standard
10200 Sometimes it is necessary to insert horizontal space into a formula.
10201  This is done by inserting a protected space (shortcut 
10202 \begin_inset Info
10203 type  "shortcut"
10204 arg   "command-alternatives space-insert protected ; math-space"
10205 \end_inset
10206
10207 ).
10208  A 
10209 \begin_inset Quotes eld
10210 \end_inset
10211
10212
10213 \color blue
10214
10215 \begin_inset space \textvisiblespace{}
10216 \end_inset
10217
10218
10219 \color inherit
10220
10221 \begin_inset Quotes erd
10222 \end_inset
10223
10224  appears and by pressing 
10225 \family sans
10226 Space
10227 \family default
10228  several times one can select one of eight different space sizes.
10229  The spaces can also be inserted using the math toolbar button 
10230 \begin_inset Graphics
10231         filename ../images/math/space.png
10232         scale 85
10233
10234 \end_inset
10235
10236  or special commands.
10237  Independent from the inserted command, one can select the size again by
10238  pressing 
10239 \family sans
10240 Space
10241 \family default
10242  afterwards.
10243 \end_layout
10244
10245 \begin_layout Standard
10246 \noindent
10247 \align center
10248 \begin_inset VSpace -5mm
10249 \end_inset
10250
10251
10252 \begin_inset Tabular
10253 <lyxtabular version="3" rows="3" columns="7">
10254 <features rotate="0" tabularvalignment="middle">
10255 <column alignment="center" valignment="middle" width="6.8cm">
10256 <column alignment="center" valignment="top">
10257 <column alignment="center" valignment="top">
10258 <column alignment="center" valignment="top">
10259 <column alignment="center" valignment="top">
10260 <column alignment="center" valignment="top">
10261 <column alignment="center" valignment="top">
10262 <row>
10263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Command
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \backslash
10278 ,
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \backslash
10289 :
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \backslash
10300 ;
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \backslash
10311 quad
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \backslash
10322 qquad
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \backslash
10333 !
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Number of 
10345 \family sans
10346 Space
10347 \family default
10348  keystrokes after inserting the protected space
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 0
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 1
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 2
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 3
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 4
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 5
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Result
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 \begin_inset Formula $A\, B$
10423 \end_inset
10424
10425
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 \begin_inset Formula $A\: B$
10435 \end_inset
10436
10437
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 \begin_inset Formula $A\; B$
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 \begin_inset Formula $A\quad B$
10459 \end_inset
10460
10461
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 \begin_inset Formula $A\qquad B$
10471 \end_inset
10472
10473
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 \begin_inset Formula $A\! B$
10483 \end_inset
10484
10485
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 </lyxtabular>
10492
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \begin_layout Standard
10499 The last size seem to produce no space.
10500  It is displayed red in LyX contrary to the other sizes, because it is a
10501  negative space.
10502  There are two more negative spaces:
10503 \end_layout
10504
10505 \begin_layout Standard
10506 \align center
10507 \begin_inset Tabular
10508 <lyxtabular version="3" rows="3" columns="3">
10509 <features rotate="0" tabularvalignment="middle">
10510 <column alignment="center" valignment="middle" width="6.8cm">
10511 <column alignment="center" valignment="top" width="0pt">
10512 <column alignment="center" valignment="top" width="0pt">
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Command
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \backslash
10529 negmedspace
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \backslash
10540 negthickspace
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 </row>
10546 <row>
10547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Number of 
10552 \family sans
10553 Space
10554 \family default
10555  keystrokes after inserting the protected space
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 6
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 7
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Result
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 \begin_inset Formula $A\negmedspace B$
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 \begin_inset Formula $A\negthickspace B$
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 </lyxtabular>
10615
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \begin_layout Standard
10622 Negative spaces can lead to characters overlapping each other.
10623  Thus they can be used to enforce ligatures, which are e.
10624 \begin_inset space \thinspace{}
10625 \end_inset
10626
10627 g.
10628 \begin_inset space \space{}
10629 \end_inset
10630
10631 useful for summation operators:
10632 \end_layout
10633
10634 \begin_layout Standard
10635 \align center
10636 \begin_inset Tabular
10637 <lyxtabular version="3" rows="3" columns="2">
10638 <features rotate="0" tabularvalignment="middle">
10639 <column alignment="center" valignment="top">
10640 <column alignment="center" valignment="top">
10641 <row>
10642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Command
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 Result
10656 \begin_inset Note Note
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662
10663 \backslash
10664 raisebox
10665 \series default
10666  is only used as spacer.
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \backslash
10684 sum
10685 \backslash
10686 sum
10687 \begin_inset space \textvisiblespace{}
10688 \end_inset
10689
10690 f_kl
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \backslash
10715 sum
10716 \backslash
10717 negmedspace
10718 \backslash
10719 sum
10720 \begin_inset space \textvisiblespace{}
10721 \end_inset
10722
10723 f_kl
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10733 \end_inset
10734
10735
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 </lyxtabular>
10742
10743 \end_inset
10744
10745
10746 \end_layout
10747
10748 \begin_layout Standard
10749 Relations like for example equal signs, are always surrounded by space.
10750  To suppress this, the equal sign is placed into a TeX-brace.
10751  The following example demonstrates this:
10752 \end_layout
10753
10754 \begin_layout Standard
10755 \align center
10756 \begin_inset Tabular
10757 <lyxtabular version="3" rows="2" columns="2">
10758 <features rotate="0" tabularvalignment="middle">
10759 <column alignment="center" valignment="top" width="0pt">
10760 <column alignment="center" valignment="top" width="0pt">
10761 <row>
10762 <cell alignment="center" valignment="top" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 normal equation
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 \begin_inset Formula $A=B$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 \begin_inset Note Note
10790 status collapsed
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795
10796 \backslash
10797 raisebox
10798 \series default
10799  is only used as spacer.
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \begin_inset Formula $\raisebox{5mm}{}$
10806 \end_inset
10807
10808 equation without space
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 \begin_inset Formula $A{=}B$
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 </lyxtabular>
10827
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \begin_layout Standard
10834 \noindent
10835 The command for the last formula is: 
10836 \series bold
10837 A
10838 \backslash
10839 {=
10840 \begin_inset Formula $\to$
10841 \end_inset
10842
10843 B
10844 \end_layout
10845
10846 \begin_layout Standard
10847 \begin_inset VSpace bigskip
10848 \end_inset
10849
10850 Spaces are needed for physical units, because the space between the value
10851  and the unit is the smallest one and not a normal space.
10852  For units in text, the smallest space is inserted via the menu 
10853 \family sans
10854 Insert\SpecialChar \menuseparator
10855 Formatting\SpecialChar \menuseparator
10856 Thin
10857 \begin_inset space ~
10858 \end_inset
10859
10860 Space
10861 \family default
10862  (shortcut 
10863 \begin_inset Info
10864 type  "shortcut"
10865 arg   "space-insert thin"
10866 \end_inset
10867
10868 ).
10869 \end_layout
10870
10871 \begin_layout Standard
10872 An example to visualize the difference:
10873 \end_layout
10874
10875 \begin_layout Standard
10876 \begin_inset Tabular
10877 <lyxtabular version="3" rows="2" columns="2">
10878 <features rotate="0" tabularvalignment="middle">
10879 <column alignment="left" valignment="top">
10880 <column alignment="left" valignment="top">
10881 <row>
10882 <cell alignment="center" valignment="top" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 24 kW
10887 \begin_inset Formula $\cdot$
10888 \end_inset
10889
10890 h
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 space between value and unit
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 24
10911 \begin_inset space \thinspace{}
10912 \end_inset
10913
10914 kW
10915 \begin_inset Formula $\cdot$
10916 \end_inset
10917
10918 h
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 smallest space between value and unit
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 </lyxtabular>
10934
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Subsection
10941 Variable Space
10942 \begin_inset ERT
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946
10947
10948 \backslash
10949 texorpdfstring{
10950 \end_layout
10951
10952 \end_inset
10953
10954
10955 \begin_inset Foot
10956 status collapsed
10957
10958 \begin_layout Plain Layout
10959 for vertical space in formulas see 
10960 \begin_inset CommandInset ref
10961 LatexCommand ref
10962 reference "sub:Line-Separation"
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \end_inset
10970
10971
10972 \begin_inset ERT
10973 status collapsed
10974
10975 \begin_layout Plain Layout
10976
10977 }{}
10978 \end_layout
10979
10980 \end_inset
10981
10982
10983 \begin_inset Note Note
10984 status collapsed
10985
10986 \begin_layout Plain Layout
10987
10988 \backslash
10989 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
10990 \end_layout
10991
10992 \begin_layout Plain Layout
10993 More about 
10994 \backslash
10995 texorpdfstring is in section 
10996 \begin_inset CommandInset ref
10997 LatexCommand ref
10998 reference "sub:Formulas-in-Section"
10999
11000 \end_inset
11001
11002 .
11003 \end_layout
11004
11005 \end_inset
11006
11007
11008 \begin_inset CommandInset label
11009 LatexCommand label
11010 name "sub:Variable-Space"
11011
11012 \end_inset
11013
11014
11015 \begin_inset Index idx
11016 status collapsed
11017
11018 \begin_layout Plain Layout
11019 Space ! horizontal ! variable
11020 \end_layout
11021
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \begin_layout Standard
11028 Space with a defined length can be inserted with the command 
11029 \series bold
11030
11031 \backslash
11032 hspace
11033 \series default
11034
11035 \begin_inset Index idx
11036 status collapsed
11037
11038 \begin_layout Plain Layout
11039 Commands ! H ! 
11040 \backslash
11041 hspace
11042 \end_layout
11043
11044 \end_inset
11045
11046 .
11047  Then a long 
11048 \begin_inset Quotes eld
11049 \end_inset
11050
11051
11052 \color blue
11053
11054 \begin_inset space \textvisiblespace{}
11055 \end_inset
11056
11057
11058 \color inherit
11059
11060 \begin_inset Quotes erd
11061 \end_inset
11062
11063  appears.
11064  The length can be specified by left-clicking on the 
11065 \begin_inset Quotes eld
11066 \end_inset
11067
11068
11069 \color blue
11070
11071 \begin_inset space \textvisiblespace{}
11072 \end_inset
11073
11074
11075 \color inherit
11076
11077 \begin_inset Quotes erd
11078 \end_inset
11079
11080 .
11081  The length may also be negative.
11082  To insert as much space as is available, the command 
11083 \series bold
11084
11085 \backslash
11086 hfill
11087 \series default
11088
11089 \begin_inset Index idx
11090 status collapsed
11091
11092 \begin_layout Plain Layout
11093 Commands ! H ! 
11094 \backslash
11095 hfill
11096 \end_layout
11097
11098 \end_inset
11099
11100  is used.
11101 \end_layout
11102
11103 \begin_layout Standard
11104 \begin_inset VSpace -1mm
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \begin_layout Standard
11111 \align center
11112 \begin_inset Tabular
11113 <lyxtabular version="3" rows="4" columns="2">
11114 <features rotate="0" tabularvalignment="middle">
11115 <column alignment="center" valignment="top">
11116 <column alignment="center" valignment="top">
11117 <row>
11118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 Command (
11123 \backslash
11124 hspace length)
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 Result
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 A=B
11145 \backslash
11146 hspace
11147 \begin_inset space \textvisiblespace{}
11148 \end_inset
11149
11150
11151 \begin_inset Formula $\to$
11152 \end_inset
11153
11154 A
11155 \backslash
11156 not=C (3
11157 \begin_inset space \thinspace{}
11158 \end_inset
11159
11160 cm)
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11170 \end_inset
11171
11172
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 <row>
11179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183 A
11184 \backslash
11185 hspace
11186 \begin_inset space \textvisiblespace{}
11187 \end_inset
11188
11189
11190 \begin_inset Formula $\to$
11191 \end_inset
11192
11193 A
11194 \backslash
11195 not=A (-1
11196 \begin_inset space \thinspace{}
11197 \end_inset
11198
11199 mm)
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 A=A
11223 \backslash
11224 hfill
11225 \begin_inset space \textvisiblespace{}
11226 \end_inset
11227
11228 B=B
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 \begin_inset Formula $A=A\hfill B=B$
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 </row>
11246 </lyxtabular>
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 In the last example the available space is given by the longest column entry
11255  of the table.
11256  In an inline formula the space depends on the length of the line in which
11257  
11258 \series bold
11259
11260 \backslash
11261 hfill
11262 \series default
11263  is inserted.
11264  Thus, when the line uses the full width, no space will be created.
11265  
11266 \series bold
11267
11268 \backslash
11269 hfill
11270 \series default
11271  only has an effect on displayed formulas when the formula style 
11272 \series bold
11273 Indented
11274 \series default
11275  is used.
11276  (Formula styles are explained in 
11277 \begin_inset CommandInset ref
11278 LatexCommand ref
11279 reference "sec:Formula-Styles"
11280
11281 \end_inset
11282
11283 .)
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Besides 
11288 \series bold
11289
11290 \backslash
11291 hfill
11292 \series default
11293 , there are the commands 
11294 \series bold
11295
11296 \backslash
11297 dotfill
11298 \series default
11299  and 
11300 \series bold
11301
11302 \backslash
11303 hrulefill
11304 \series default
11305  that fill the space with a pattern, see 
11306 \begin_inset CommandInset ref
11307 LatexCommand ref
11308 reference "sub:Ellipses"
11309
11310 \end_inset
11311
11312  for an example.
11313 \end_layout
11314
11315 \begin_layout Standard
11316 For text, variable space can be inserted via the menu 
11317 \family sans
11318 Insert\SpecialChar \menuseparator
11319 Formatting\SpecialChar \menuseparator
11320 Horizontal
11321 \begin_inset space ~
11322 \end_inset
11323
11324 Space
11325 \family default
11326 :
11327 \end_layout
11328
11329 \begin_layout Standard
11330 This is a line with
11331 \begin_inset space \hspace{}
11332 \length 2cm
11333 \end_inset
11334
11335 2
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 cm space.
11340 \end_layout
11341
11342 \begin_layout Standard
11343 This is a line with
11344 \begin_inset space \hfill{}
11345 \end_inset
11346
11347 maximum space.
11348 \end_layout
11349
11350 \begin_layout Subsection
11351 Space besides inline Formulas
11352 \begin_inset Index idx
11353 status collapsed
11354
11355 \begin_layout Plain Layout
11356 Space ! besides inline formulas
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Standard
11365 The space that surrounds inline formulas can be adjusted with the length
11366  
11367 \series bold
11368
11369 \backslash
11370 mathsurround
11371 \series default
11372
11373 \begin_inset Index idx
11374 status collapsed
11375
11376 \begin_layout Plain Layout
11377 Commands ! M ! 
11378 \backslash
11379 mathsurround
11380 \end_layout
11381
11382 \end_inset
11383
11384 .
11385  The value of a length is set with the command 
11386 \series bold
11387
11388 \backslash
11389 setlength
11390 \series default
11391
11392 \begin_inset Index idx
11393 status collapsed
11394
11395 \begin_layout Plain Layout
11396 Commands ! S ! 
11397 \backslash
11398 setlength
11399 \end_layout
11400
11401 \end_inset
11402
11403  which has the following scheme:
11404 \end_layout
11405
11406 \begin_layout Standard
11407
11408 \series bold
11409
11410 \backslash
11411 setlength{length name}{value}
11412 \end_layout
11413
11414 \begin_layout Standard
11415 To set 
11416 \series bold
11417
11418 \backslash
11419 mathsurround
11420 \series default
11421  to the value 5
11422 \begin_inset space \thinspace{}
11423 \end_inset
11424
11425 mm, the command
11426 \end_layout
11427
11428 \begin_layout Standard
11429
11430 \series bold
11431
11432 \backslash
11433 setlength{
11434 \backslash
11435 mathsurround}{5mm}
11436 \end_layout
11437
11438 \begin_layout Standard
11439 is inserted in TeX-mode.
11440  5
11441 \begin_inset space \thinspace{}
11442 \end_inset
11443
11444 mm space will now be set around all inline formulas:
11445 \begin_inset ERT
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449
11450
11451 \backslash
11452 setlength{
11453 \backslash
11454 mathsurround}{5mm}
11455 \end_layout
11456
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \begin_layout Standard
11463 This is a line with an inline formula 
11464 \begin_inset Formula $A=B$
11465 \end_inset
11466
11467  with 5
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 mm surrounding space.
11472 \begin_inset ERT
11473 status collapsed
11474
11475 \begin_layout Plain Layout
11476
11477
11478 \backslash
11479 setlength{
11480 \backslash
11481 mathsurround}{0pt}
11482 \end_layout
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Standard
11490 To return to the predefined value, 
11491 \series bold
11492
11493 \backslash
11494 mathsurround
11495 \series default
11496  is set to the value 0
11497 \begin_inset space \thinspace{}
11498 \end_inset
11499
11500 pt.
11501 \end_layout
11502
11503 \begin_layout Section
11504 Boxes and Frames
11505 \begin_inset Index idx
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509 Boxes
11510 \end_layout
11511
11512 \end_inset
11513
11514
11515 \begin_inset Index idx
11516 status collapsed
11517
11518 \begin_layout Plain Layout
11519 Frames | see
11520 \begin_inset ERT
11521 status collapsed
11522
11523 \begin_layout Plain Layout
11524
11525 {
11526 \end_layout
11527
11528 \end_inset
11529
11530 Boxes
11531 \begin_inset ERT
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535
11536 }
11537 \end_layout
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \end_inset
11545
11546
11547 \end_layout
11548
11549 \begin_layout Standard
11550 Boxes for text are described in chapter 
11551 \family typewriter
11552 Boxes
11553 \family default
11554  in the 
11555 \family typewriter
11556 Embedded
11557 \begin_inset space ~
11558 \end_inset
11559
11560 Objects
11561 \family default
11562  manual.
11563 \end_layout
11564
11565 \begin_layout Subsection
11566 Boxes with Frame
11567 \begin_inset CommandInset label
11568 LatexCommand label
11569 name "sub:Boxes-with-Frame"
11570
11571 \end_inset
11572
11573
11574 \begin_inset Index idx
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 Boxes ! with frame
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Standard
11587 It is possible to frame a formula or part of one with the commands 
11588 \series bold
11589
11590 \backslash
11591 fbox
11592 \series default
11593
11594 \begin_inset Index idx
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598 Commands ! F ! 
11599 \backslash
11600 fbox
11601 \end_layout
11602
11603 \end_inset
11604
11605  and 
11606 \series bold
11607
11608 \backslash
11609 boxed
11610 \series default
11611
11612 \begin_inset Index idx
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 Commands ! B ! 
11617 \backslash
11618 boxed
11619 \end_layout
11620
11621 \end_inset
11622
11623 .
11624 \end_layout
11625
11626 \begin_layout Standard
11627 When one of these commands is inserted in a formula, a blue box appears
11628  within a frame to enter formula parts.
11629  For 
11630 \series bold
11631
11632 \backslash
11633 fbox
11634 \series default
11635  an additional formula has to be created by 
11636 \family sans
11637 Ctrl+M
11638 \family default
11639  within this box, because the box content will otherwise be treated as mathemati
11640 cal text.
11641  When 
11642 \series bold
11643
11644 \backslash
11645 boxed
11646 \series default
11647  is used, a new formula is automatically created inside the frame.
11648 \end_layout
11649
11650 \begin_layout Standard
11651 The command 
11652 \series bold
11653
11654 \backslash
11655 fbox
11656 \series default
11657  is not suitable to frame displayed formulas because the formula will always
11658  be set in the size of the text.
11659  
11660 \series bold
11661
11662 \backslash
11663 boxed
11664 \series default
11665  is in contrary not suitable to frame inline formulas, because the formula
11666  will always be set in the size of a displayed formula.
11667 \end_layout
11668
11669 \begin_layout Standard
11670 An extension to 
11671 \series bold
11672
11673 \backslash
11674 fbox
11675 \series default
11676  is the command 
11677 \series bold
11678
11679 \backslash
11680 framebox
11681 \series default
11682
11683 \begin_inset Index idx
11684 status collapsed
11685
11686 \begin_layout Plain Layout
11687 Commands ! F ! 
11688 \backslash
11689 framebox
11690 \end_layout
11691
11692 \end_inset
11693
11694  where additionally the frame width and the alignment can be specified.
11695  
11696 \series bold
11697
11698 \backslash
11699 framebox
11700 \series default
11701  is used in the following scheme:
11702 \end_layout
11703
11704 \begin_layout Standard
11705
11706 \series bold
11707
11708 \backslash
11709 framebox[frame width][position]{box content}
11710 \end_layout
11711
11712 \begin_layout Standard
11713 The position can either be 
11714 \emph on
11715 l
11716 \emph default
11717  or 
11718 \emph on
11719 r
11720 \emph default
11721 .
11722  
11723 \emph on
11724 l
11725 \emph default
11726  left aligns, 
11727 \emph on
11728 r
11729 \emph default
11730  right aligns the formula in the box.
11731  When no position is given, the formula will be centered.
11732 \begin_inset Newline newline
11733 \end_inset
11734
11735 If no width is given, also no position can be given.
11736  In this case the frame width is adjusted to the box content like for 
11737 \series bold
11738
11739 \backslash
11740 fbox
11741 \series default
11742 .
11743 \end_layout
11744
11745 \begin_layout Standard
11746 When the command 
11747 \series bold
11748
11749 \backslash
11750 framebox
11751 \series default
11752  is inserted, a box appears containing three blue boxes.
11753  The first two boxes are surrounded by brackets and denote the two optional
11754  arguments.
11755  The third box is for formula parts like for 
11756 \series bold
11757
11758 \backslash
11759 fbox
11760 \series default
11761 .
11762 \end_layout
11763
11764 \begin_layout Standard
11765 \begin_inset Newpage newpage
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \align center
11773 \begin_inset Tabular
11774 <lyxtabular version="3" rows="5" columns="2">
11775 <features rotate="0" tabularvalignment="middle">
11776 <column alignment="center" valignment="top">
11777 <column alignment="center" valignment="top">
11778 <row>
11779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 Command
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 Result
11793 \begin_inset Note Note
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797
11798 \series bold
11799
11800 \backslash
11801 raisebox
11802 \series default
11803  is only used as spacer.
11804 \end_layout
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 <row>
11815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819
11820 \backslash
11821 fbox
11822 \begin_inset space \textvisiblespace{}
11823 \end_inset
11824
11825
11826 \family sans
11827 Ctrl+M
11828 \family default
11829  
11830 \backslash
11831 int
11832 \begin_inset space \textvisiblespace{}
11833 \end_inset
11834
11835 A=B
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 </row>
11853 <row>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858
11859 \backslash
11860 boxed
11861 \begin_inset space \textvisiblespace{}
11862 \end_inset
11863
11864
11865 \backslash
11866 int
11867 \begin_inset space \textvisiblespace{}
11868 \end_inset
11869
11870 A=B
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 </row>
11888 <row>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 A+
11894 \backslash
11895 fbox
11896 \begin_inset space \textvisiblespace{}
11897 \end_inset
11898
11899 B
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11909 \end_inset
11910
11911
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 </row>
11917 <row>
11918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922
11923 \backslash
11924 framebox
11925 \begin_inset space \textvisiblespace{}
11926 \end_inset
11927
11928 20mm
11929 \begin_inset Formula $\to$
11930 \end_inset
11931
11932
11933 \begin_inset Formula $\to$
11934 \end_inset
11935
11936
11937 \family sans
11938 Ctrl+M
11939 \family default
11940  
11941 \backslash
11942 frac
11943 \begin_inset space \textvisiblespace{}
11944 \end_inset
11945
11946 A
11947 \begin_inset Formula $\downarrow$
11948 \end_inset
11949
11950 B
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Plain Layout
11959 \begin_inset Formula $\raisebox{6mm}{}$
11960 \end_inset
11961
11962
11963 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11964 \end_inset
11965
11966
11967 \begin_inset Formula $\raisebox{-4mm}{}$
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 </lyxtabular>
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Standard
11984 The frame thickness can also be adjusted.
11985  To do this the following commands have to be inserted in TeX-mode before
11986  the formula
11987 \end_layout
11988
11989 \begin_layout Standard
11990
11991 \series bold
11992
11993 \backslash
11994 fboxrule
11995 \series default
11996  
11997 \series bold
11998
11999 \begin_inset Quotes eld
12000 \end_inset
12001
12002 thickness
12003 \begin_inset Quotes erd
12004 \end_inset
12005
12006
12007 \series default
12008  
12009 \series bold
12010
12011 \backslash
12012 fboxsep
12013 \series default
12014  
12015 \series bold
12016
12017 \begin_inset Quotes eld
12018 \end_inset
12019
12020 distance
12021 \begin_inset Quotes erd
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028 \begin_inset Quotes eld
12029 \end_inset
12030
12031 distance
12032 \begin_inset Quotes erd
12033 \end_inset
12034
12035  specifies the minimal distance between the frame and the first character
12036  in the box.
12037  An example for this is the following framed formula:
12038 \begin_inset ERT
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042
12043
12044 \backslash
12045 fboxrule 2mm 
12046 \backslash
12047 fboxsep 3mm
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \begin_inset Formula 
12054 \[
12055 \boxed{A+B=C}
12056 \]
12057
12058 \end_inset
12059
12060 Before this formula the commands
12061 \end_layout
12062
12063 \begin_layout Standard
12064
12065 \series bold
12066
12067 \backslash
12068 fboxrule
12069 \series default
12070  
12071 \series bold
12072 2mm
12073 \series default
12074  
12075 \series bold
12076
12077 \backslash
12078 fboxsep
12079 \series default
12080  
12081 \series bold
12082 3mm
12083 \end_layout
12084
12085 \begin_layout Standard
12086 were inserted in TeX-mode.
12087  The given values are used for all following boxes.
12088 \end_layout
12089
12090 \begin_layout Standard
12091 To return to the standard frame size, the command
12092 \end_layout
12093
12094 \begin_layout Standard
12095
12096 \series bold
12097
12098 \backslash
12099 fboxrule
12100 \series default
12101  
12102 \series bold
12103 0.4pt
12104 \series default
12105  
12106 \series bold
12107
12108 \backslash
12109 fboxsep
12110 \series default
12111  
12112 \series bold
12113 3pt
12114 \series default
12115
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121
12122 \backslash
12123 fboxrule 0.4pt 
12124 \backslash
12125 fboxsep 3pt
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 is inserted in TeX-mode before the next formula.
12135 \end_layout
12136
12137 \begin_layout Subsection
12138 Boxes without Frame
12139 \begin_inset CommandInset label
12140 LatexCommand label
12141 name "sub:Boxes-without-Frame"
12142
12143 \end_inset
12144
12145
12146 \begin_inset Index idx
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 Boxes ! without frame
12151 \end_layout
12152
12153 \end_inset
12154
12155
12156 \end_layout
12157
12158 \begin_layout Standard
12159 For boxes without a frame there are the following box commands: 
12160 \series bold
12161
12162 \backslash
12163 mbox
12164 \series default
12165
12166 \begin_inset Index idx
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170 Commands ! M ! 
12171 \backslash
12172 mbox
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \series bold
12179
12180 \backslash
12181 makebox
12182 \series default
12183
12184 \begin_inset Index idx
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188 Commands ! M ! 
12189 \backslash
12190 makebox
12191 \end_layout
12192
12193 \end_inset
12194
12195  and 
12196 \series bold
12197
12198 \backslash
12199 raisebox
12200 \series default
12201
12202 \begin_inset Index idx
12203 status collapsed
12204
12205 \begin_layout Plain Layout
12206 Commands ! R ! 
12207 \backslash
12208 raisebox
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 With 
12218 \series bold
12219
12220 \backslash
12221 raisebox
12222 \series default
12223  a box can be super- or subscripted.
12224  But in contrary to normal super- and subscripting, the characters in the
12225  box keep their font size.
12226  
12227 \series bold
12228
12229 \backslash
12230 raisebox
12231 \series default
12232  is used in the following scheme:
12233 \end_layout
12234
12235 \begin_layout Standard
12236
12237 \series bold
12238
12239 \backslash
12240 raisebox{height}{box content}
12241 \end_layout
12242
12243 \begin_layout Standard
12244 When the box should contain a formula, an extra formula is needed like for
12245  
12246 \series bold
12247
12248 \backslash
12249 fbox
12250 \series default
12251 .
12252  
12253 \series medium
12254
12255 \begin_inset Note Greyedout
12256 status open
12257
12258 \begin_layout Plain Layout
12259
12260 \series bold
12261 Note:
12262 \series default
12263  For 
12264 \series bold
12265
12266 \backslash
12267 raisebox
12268 \series default
12269  this extra formula is created by pressing 
12270 \family sans
12271 Ctrl+M
12272 \family default
12273  twice instead of once because LyX doesn't yet support 
12274 \series bold
12275
12276 \backslash
12277 raisebox
12278 \series default
12279  directly.
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \begin_layout Standard
12288 \align center
12289 \begin_inset Tabular
12290 <lyxtabular version="3" rows="4" columns="2">
12291 <features rotate="0" tabularvalignment="middle">
12292 <column alignment="center" valignment="top">
12293 <column alignment="center" valignment="top">
12294 <row>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 Command
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 Result
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 <row>
12315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 H
12320 \backslash
12321 raisebox{2mm
12322 \begin_inset Formula $\to$
12323 \end_inset
12324
12325
12326 \backslash
12327 {al
12328 \begin_inset Formula $\to$
12329 \end_inset
12330
12331  lo
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 </row>
12349 <row>
12350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12351 \begin_inset Text
12352
12353 \begin_layout Plain Layout
12354 H
12355 \backslash
12356 raisebox{-2mm
12357 \begin_inset Formula $\to$
12358 \end_inset
12359
12360
12361 \backslash
12362 {al
12363 \begin_inset Formula $\to$
12364 \end_inset
12365
12366 lo
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 </row>
12384 <row>
12385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Plain Layout
12389 A=
12390 \backslash
12391 raisebox{-2mm
12392 \begin_inset Formula $\to$
12393 \end_inset
12394
12395
12396 \backslash
12397 {
12398 \family sans
12399 Ctrl+M
12400 \family default
12401  
12402 \family sans
12403 Ctrl+M
12404 \family default
12405  
12406 \backslash
12407 sqrt
12408 \begin_inset space \textvisiblespace{}
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 </lyxtabular>
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Standard
12437 The command 
12438 \series bold
12439
12440 \backslash
12441 mbox
12442 \series default
12443  is equivalent to 
12444 \series bold
12445
12446 \backslash
12447 fbox
12448 \series default
12449  and 
12450 \series bold
12451
12452 \backslash
12453 makebox
12454 \series default
12455  is equivalent to 
12456 \series bold
12457
12458 \backslash
12459 framebox
12460 \series default
12461 , with the difference that there is no frame.
12462 \end_layout
12463
12464 \begin_layout Subsection
12465 Colored Boxes
12466 \begin_inset CommandInset label
12467 LatexCommand label
12468 name "sub:Colored-Boxes"
12469
12470 \end_inset
12471
12472
12473 \begin_inset Index idx
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477 Boxes ! colored
12478 \end_layout
12479
12480 \end_inset
12481
12482
12483 \end_layout
12484
12485 \begin_layout Standard
12486 To be able to use all commands explained in this section, the LaTeX-package
12487  
12488 \series bold
12489 color
12490 \series default
12491
12492 \begin_inset Foot
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496 The LaTeX-package 
12497 \series bold
12498 color
12499 \series default
12500  is part of every LaTeX standard installation.
12501 \end_layout
12502
12503 \end_inset
12504
12505
12506 \begin_inset Index idx
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510 Packages ! color
12511 \end_layout
12512
12513 \end_inset
12514
12515  has to be loaded in the LaTeX-preamble with the line
12516 \begin_inset Foot
12517 status collapsed
12518
12519 \begin_layout Plain Layout
12520 When text is colored somewhere in the document with a predefined color,
12521  LyX loads the LaTeX-package 
12522 \series bold
12523 color
12524 \series default
12525  automatically.
12526  Thus it is possible that the package is loaded twice, but this does not
12527  cause problems.
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \begin_inset Note Note
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
12538 amble.
12539 \end_layout
12540
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \begin_layout Standard
12547
12548 \series bold
12549
12550 \backslash
12551 usepackage{color}
12552 \end_layout
12553
12554 \begin_layout Standard
12555 \begin_inset VSpace medskip
12556 \end_inset
12557
12558 To color boxes, the command 
12559 \series bold
12560
12561 \backslash
12562 colorbox
12563 \series default
12564
12565 \begin_inset Index idx
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Commands ! C ! 
12570 \backslash
12571 colorbox
12572 \end_layout
12573
12574 \end_inset
12575
12576  is used in the following scheme:
12577 \end_layout
12578
12579 \begin_layout Standard
12580
12581 \series bold
12582
12583 \backslash
12584 colorbox{color}{box content}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 The box content can also be a box and a 
12589 \series bold
12590
12591 \backslash
12592 colorbox
12593 \series default
12594  can also be part of another box (see the 2nd and 3rd example).
12595  When the box should contain a formula, an extra formula has to be created,
12596  the same way as for 
12597 \series bold
12598
12599 \backslash
12600 raisebox
12601 \series default
12602 .
12603 \begin_inset Foot
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607 This also applies for the command 
12608 \series bold
12609
12610 \backslash
12611 fcolorbox
12612 \series default
12613 .
12614 \end_layout
12615
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \begin_layout Standard
12622 One of the following predefined colors can be chosen:
12623 \end_layout
12624
12625 \begin_layout Standard
12626
12627 \series bold
12628 black
12629 \series default
12630
12631 \series bold
12632 blue
12633 \series default
12634
12635 \series bold
12636 cyan
12637 \series default
12638
12639 \series bold
12640 green
12641 \series default
12642
12643 \series bold
12644 magenta
12645 \series default
12646
12647 \series bold
12648 red
12649 \series default
12650
12651 \series bold
12652 white
12653 \series default
12654  and 
12655 \series bold
12656 yellow
12657 \end_layout
12658
12659 \begin_layout Standard
12660 \align center
12661 \begin_inset Tabular
12662 <lyxtabular version="3" rows="4" columns="2">
12663 <features rotate="0" tabularvalignment="middle">
12664 <column alignment="center" valignment="top">
12665 <column alignment="center" valignment="top">
12666 <row>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 Command
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 Result
12681 \begin_inset Note Note
12682 status collapsed
12683
12684 \begin_layout Plain Layout
12685
12686 \series bold
12687
12688 \backslash
12689 raisebox
12690 \series default
12691  is only used as spacer.
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 </row>
12702 <row>
12703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12704 \begin_inset Text
12705
12706 \begin_layout Plain Layout
12707
12708 \backslash
12709 colorbox{yellow
12710 \begin_inset Formula $\to$
12711 \end_inset
12712
12713
12714 \backslash
12715 {A=B
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 <row>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \backslash
12740 colorbox{green
12741 \begin_inset Formula $\to$
12742 \end_inset
12743
12744
12745 \backslash
12746 {
12747 \backslash
12748 fbox
12749 \begin_inset space \textvisiblespace{}
12750 \end_inset
12751
12752 A=B
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 <row>
12771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775
12776 \backslash
12777 fbox
12778 \begin_inset space \textvisiblespace{}
12779 \end_inset
12780
12781
12782 \backslash
12783 colorbox{green
12784 \begin_inset Formula $\to$
12785 \end_inset
12786
12787
12788 \backslash
12789 {
12790 \family sans
12791 Ctrl+M
12792 \family default
12793  
12794 \family sans
12795 Ctrl+M
12796 \family default
12797  
12798 \backslash
12799 int
12800 \begin_inset space \textvisiblespace{}
12801 \end_inset
12802
12803 C=D
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 </lyxtabular>
12822
12823 \end_inset
12824
12825
12826 \end_layout
12827
12828 \begin_layout Standard
12829
12830 \series bold
12831
12832 \backslash
12833 colorbox
12834 \series default
12835  only colors the box but not the characters in the box.
12836  To color all characters, the whole formula is highlighted and the desired
12837  color is chosen in the 
12838 \family sans
12839 Text
12840 \begin_inset space ~
12841 \end_inset
12842
12843 Style
12844 \family default
12845  dialog.
12846  The dialog can be called with the toolbar button 
12847 \begin_inset Graphics
12848         filename ../images/dialog-show_character.png
12849         scale 85
12850
12851 \end_inset
12852
12853  or the menu 
12854 \family sans
12855 Edit\SpecialChar \menuseparator
12856 Text
12857 \begin_inset space ~
12858 \end_inset
12859
12860 Style\SpecialChar \menuseparator
12861 Customized
12862 \family default
12863 .
12864  The formula number then has the same color as the formula.
12865  When the formula number should get another color than the formula characters,
12866  the color must be changed within the formula.
12867 \end_layout
12868
12869 \begin_layout Standard
12870 An example:
12871 \end_layout
12872
12873 \begin_layout Standard
12874
12875 \color red
12876 \begin_inset Formula 
12877 \begin{equation}
12878 \int A=B\label{eq:red}
12879 \end{equation}
12880
12881 \end_inset
12882
12883
12884 \color green
12885
12886 \begin_inset Formula 
12887 \begin{equation}
12888 \textcolor{red}{\int A=B}\label{eq:redgreen}
12889 \end{equation}
12890
12891 \end_inset
12892
12893
12894 \end_layout
12895
12896 \begin_layout Standard
12897 Formula 
12898 \begin_inset CommandInset ref
12899 LatexCommand eqref
12900 reference "eq:red"
12901
12902 \end_inset
12903
12904  is completely colored red.
12905 \begin_inset Newline newline
12906 \end_inset
12907
12908 Formula 
12909 \begin_inset CommandInset ref
12910 LatexCommand eqref
12911 reference "eq:redgreen"
12912
12913 \end_inset
12914
12915  was first completely colored green to set the color for the formula number.
12916  Subsequently the formula characters were colored red.
12917 \end_layout
12918
12919 \begin_layout Standard
12920 \begin_inset VSpace bigskip
12921 \end_inset
12922
12923 To color the frame different than the rest of the box, the command 
12924 \series bold
12925
12926 \backslash
12927 fcolorbox
12928 \series default
12929
12930 \begin_inset Index idx
12931 status collapsed
12932
12933 \begin_layout Plain Layout
12934 Commands ! F ! 
12935 \backslash
12936 fcolorbox
12937 \end_layout
12938
12939 \end_inset
12940
12941  is used in the following scheme:
12942 \end_layout
12943
12944 \begin_layout Standard
12945
12946 \series bold
12947
12948 \backslash
12949 fcolorbox{frame color}{color}{box content}
12950 \end_layout
12951
12952 \begin_layout Standard
12953 So 
12954 \series bold
12955
12956 \backslash
12957 fcolorbox
12958 \series default
12959  is an extension of the command 
12960 \series bold
12961
12962 \backslash
12963 colorbox
12964 \series default
12965 .
12966  The frame width is set, like for 
12967 \series bold
12968
12969 \backslash
12970 framebox
12971 \series default
12972 , with 
12973 \series bold
12974
12975 \backslash
12976 fboxrule
12977 \series default
12978  and 
12979 \series bold
12980
12981 \backslash
12982 fboxsep
12983 \series default
12984 .
12985  An example:
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991
12992 \backslash
12993 fboxrule 1mm 
12994 \backslash
12995 fboxsep 1mm
12996 \end_layout
12997
12998 \end_inset
12999
13000
13001 \begin_inset Formula 
13002 \[
13003 \fcolorbox{cyan}{magenta}{A=B}
13004 \]
13005
13006 \end_inset
13007
13008
13009 \begin_inset ERT
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013
13014
13015 \backslash
13016 fboxrule 0.4pt 
13017 \backslash
13018 fboxsep 3pt
13019 \end_layout
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027 This formula was created with the command
13028 \begin_inset Newline newline
13029 \end_inset
13030
13031
13032 \series bold
13033
13034 \backslash
13035 fcolorbox{cyan
13036 \begin_inset Formula $\to$
13037 \end_inset
13038
13039
13040 \backslash
13041 {magenta
13042 \begin_inset Formula $\to$
13043 \end_inset
13044
13045
13046 \backslash
13047 {A=B
13048 \series default
13049 .
13050 \end_layout
13051
13052 \begin_layout Standard
13053 \begin_inset VSpace bigskip
13054 \end_inset
13055
13056 To use other colors than the predefined ones, they have to be defined first.
13057 \end_layout
13058
13059 \begin_layout Standard
13060 One can for example define the color 
13061 \begin_inset Quotes eld
13062 \end_inset
13063
13064
13065 \series bold
13066 darkgreen
13067 \series default
13068
13069 \begin_inset Quotes erd
13070 \end_inset
13071
13072  with the LaTeX-preamble line:
13073 \end_layout
13074
13075 \begin_layout Standard
13076
13077 \series bold
13078
13079 \backslash
13080 definecolor{darkgreen}{cmyk}{0.5,
13081 \series default
13082  
13083 \series bold
13084 0,
13085 \series default
13086  
13087 \series bold
13088 1,
13089 \series default
13090  
13091 \series bold
13092 0.5}
13093 \series default
13094
13095 \begin_inset Index idx
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099 Commands ! D ! 
13100 \backslash
13101 definecolor
13102 \end_layout
13103
13104 \end_inset
13105
13106
13107 \end_layout
13108
13109 \begin_layout Standard
13110
13111 \series bold
13112 cmyk
13113 \series default
13114  is the color space that denotes the colors 
13115 \series bold
13116 cyan
13117 \series default
13118
13119 \series bold
13120 magenta
13121 \series default
13122
13123 \series bold
13124 yellow
13125 \series default
13126  and 
13127 \series bold
13128 black
13129 \series default
13130 .
13131  The four comma separated numbers are the portion factor for the corresponding
13132  colors of the color space.
13133  The factors can be in the range of 0
13134 \begin_inset space \thinspace{}
13135 \end_inset
13136
13137 -
13138 \begin_inset space \thinspace{}
13139 \end_inset
13140
13141 1.
13142  Instead of 
13143 \series bold
13144 cmyk
13145 \series default
13146  also the color space 
13147 \series bold
13148 rgb
13149 \series default
13150  can be used for definitions.
13151  
13152 \series bold
13153 rgb
13154 \series default
13155  denotes 
13156 \series bold
13157 red
13158 \series default
13159
13160 \series bold
13161 green
13162 \series default
13163  and 
13164 \series bold
13165 blue
13166 \series default
13167 , so that there are in this case three portion factors for the corresponding
13168  colors.
13169  Furthermore there is the color space 
13170 \series bold
13171 gray
13172 \series default
13173  with one portion factor for the gray value.
13174 \end_layout
13175
13176 \begin_layout Standard
13177 As example a framed box with the new defined color 
13178 \series bold
13179 darkgreen
13180 \series default
13181  where the characters have been colored 
13182 \series bold
13183 yellow
13184 \series default
13185 :
13186 \begin_inset Formula 
13187 \begin{equation}
13188 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13189 \end{equation}
13190
13191 \end_inset
13192
13193
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Self-defined colors can also be used for text with the help of the command
13198  
13199 \series bold
13200
13201 \backslash
13202 textcolor
13203 \series default
13204 :
13205 \begin_inset Index idx
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209 Text ! colored
13210 \end_layout
13211
13212 \end_inset
13213
13214
13215 \end_layout
13216
13217 \begin_layout Standard
13218 \begin_inset ERT
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222
13223
13224 \backslash
13225 textcolor{darkgreen}{
13226 \end_layout
13227
13228 \end_inset
13229
13230 This sentence is 
13231 \begin_inset Quotes eld
13232 \end_inset
13233
13234 darkgreen
13235 \begin_inset Quotes erd
13236 \end_inset
13237
13238 .
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244 }
13245 \end_layout
13246
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 textcolor
13258 \series default
13259
13260 \begin_inset Index idx
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Commands ! T ! 
13265 \backslash
13266 textcolor
13267 \end_layout
13268
13269 \end_inset
13270
13271  is used in the scheme 
13272 \series bold
13273
13274 \backslash
13275 textcolor{color}{characters to color}
13276 \series default
13277 .
13278 \end_layout
13279
13280 \begin_layout Subsection
13281 Paragraph Boxes
13282 \begin_inset CommandInset label
13283 LatexCommand label
13284 name "sub:Paragraph-Boxes"
13285
13286 \end_inset
13287
13288
13289 \begin_inset Index idx
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293 Boxes ! as paragraph
13294 \end_layout
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \begin_layout Standard
13302 A box that can contain several lines and paragraphs, a so-called paragraph
13303  box (parbox), can be created with the menu 
13304 \family sans
13305 Insert\SpecialChar \menuseparator
13306 Box
13307 \family default
13308  or the toolbar button 
13309 \begin_inset Graphics
13310         filename ../images/box-insert.png
13311         scale 85
13312
13313 \end_inset
13314
13315 .
13316 \end_layout
13317
13318 \begin_layout Standard
13319 The following example shows a framed parbox in a line:
13320 \end_layout
13321
13322 \begin_layout Standard
13323 \begin_inset VSpace medskip
13324 \end_inset
13325
13326 This is a line 
13327 \begin_inset Box Boxed
13328 position "c"
13329 hor_pos "c"
13330 has_inner_box 1
13331 inner_pos "t"
13332 use_parbox 1
13333 use_makebox 0
13334 width "5cm"
13335 special "none"
13336 height "1in"
13337 height_special "totalheight"
13338 status open
13339
13340 \begin_layout Plain Layout
13341 This is a paragraph box.
13342  It is exactly 5
13343 \begin_inset space \thinspace{}
13344 \end_inset
13345
13346 cm long and can also contain formulas: 
13347 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \end_inset
13354
13355  with a parbox.
13356 \end_layout
13357
13358 \begin_layout Standard
13359 \begin_inset VSpace medskip
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \begin_layout Standard
13366 Such a box is created by right-clicking on the gray box inset.
13367  A dialog pops up showing the box properties.
13368  In our case set: 
13369 \emph on
13370 Decoration
13371 \emph default
13372 : Rectangular box, 
13373 \emph on
13374 Inner Box
13375 \emph default
13376 : Parbox, 
13377 \emph on
13378 Width
13379 \emph default
13380 : 5
13381 \begin_inset space \thinspace{}
13382 \end_inset
13383
13384 cm, 
13385 \emph on
13386 Vertical Box Alignment
13387 \emph default
13388 : Middle
13389 \end_layout
13390
13391 \begin_layout Standard
13392 \begin_inset VSpace medskip
13393 \end_inset
13394
13395 In LaTeX a parbox is created with the command 
13396 \series bold
13397
13398 \backslash
13399 parbox
13400 \series default
13401
13402 \begin_inset Index idx
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406 Commands ! P ! 
13407 \backslash
13408 parbox
13409 \end_layout
13410
13411 \end_inset
13412
13413  which has the following scheme:
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 parbox[position]{width}{box content}
13422 \end_layout
13423
13424 \begin_layout Standard
13425 The positions 
13426 \emph on
13427 b
13428 \emph default
13429  and 
13430 \emph on
13431 t
13432 \emph default
13433  are possible.
13434  
13435 \emph on
13436 b
13437 \emph default
13438  for 
13439 \begin_inset Quotes eld
13440 \end_inset
13441
13442 bottom
13443 \begin_inset Quotes erd
13444 \end_inset
13445
13446  means that the box is aligned within the surrounding text with its last
13447  line.
13448  With 
13449 \emph on
13450 t
13451 \emph default
13452  for 
13453 \begin_inset Quotes eld
13454 \end_inset
13455
13456 top
13457 \begin_inset Quotes erd
13458 \end_inset
13459
13460  this is done with the first line.
13461  When no position is given, the box will be vertically centered, see section
13462  
13463 \emph on
13464 Boxes
13465 \emph default
13466  of the 
13467 \emph on
13468 Embedded
13469 \begin_inset space ~
13470 \end_inset
13471
13472 Objects
13473 \emph default
13474  manual for examples.
13475 \end_layout
13476
13477 \begin_layout Standard
13478 \begin_inset VSpace bigskip
13479 \end_inset
13480
13481 To frame formulas completely, including the formula number, the formula
13482  must be set into a parbox.
13483  To do this, the command 
13484 \series bold
13485
13486 \backslash
13487 fbox{
13488 \backslash
13489 parbox{
13490 \backslash
13491 linewidth-2
13492 \backslash
13493 fboxsep-2
13494 \backslash
13495 fboxrule}{
13496 \series default
13497  is inserted in TeX-mode before the formula.
13498  
13499 \series bold
13500
13501 \backslash
13502 linewidth
13503 \series default
13504
13505 \begin_inset Index idx
13506 status collapsed
13507
13508 \begin_layout Plain Layout
13509 Commands ! L ! 
13510 \backslash
13511 linewidth
13512 \end_layout
13513
13514 \end_inset
13515
13516  is hereby the line width set for the document.
13517  Because the frame is outside the parbox, 2
13518 \begin_inset space \thinspace{}
13519 \end_inset
13520
13521 times the frame separation and the frame thickness must be subtracted from
13522  the line width.
13523  As this is not automatically done by LyX due to a bug
13524 \begin_inset Foot
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528 \begin_inset CommandInset href
13529 LatexCommand href
13530 name "LyX-bug #4483"
13531 target "http://www.lyx.org/trac/ticket/4483"
13532
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \end_inset
13539
13540 , TeX-mode has to be used.
13541  To be able to multiply and subtract in arguments, the LaTeX-package 
13542 \series bold
13543 calc
13544 \series default
13545
13546 \begin_inset Foot
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550
13551 \series bold
13552 calc
13553 \series default
13554  is part of every LaTeX standard installation.
13555 \end_layout
13556
13557 \end_inset
13558
13559
13560 \begin_inset Index idx
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 Packages ! calc
13565 \end_layout
13566
13567 \end_inset
13568
13569  must be loaded in the LaTeX-preamble with the line
13570 \end_layout
13571
13572 \begin_layout Standard
13573
13574 \series bold
13575
13576 \backslash
13577 usepackage{calc}
13578 \end_layout
13579
13580 \begin_layout Standard
13581 Behind the formula both boxes are closed by entering 
13582 \series bold
13583 }}
13584 \series default
13585  in TeX-mode.
13586  Here is an example:
13587 \begin_inset ERT
13588 status collapsed
13589
13590 \begin_layout Plain Layout
13591
13592
13593 \backslash
13594 fboxsep 5mm 
13595 \backslash
13596 fboxrule 5mm
13597 \end_layout
13598
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \begin_layout Standard
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610
13611 \backslash
13612 fbox{
13613 \backslash
13614 parbox{
13615 \backslash
13616 linewidth-2
13617 \backslash
13618 fboxsep-2
13619 \backslash
13620 fboxrule}{
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \begin_inset Formula 
13627 \begin{equation}
13628 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13629 \end{equation}
13630
13631 \end_inset
13632
13633
13634 \begin_inset ERT
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638
13639 }}
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 fboxrule 0.4pt 
13653 \backslash
13654 fboxsep 3pt
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \begin_layout Standard
13663 \begin_inset VSpace medskip
13664 \end_inset
13665
13666 As a parbox is used as the argument of 
13667 \series bold
13668
13669 \backslash
13670 fbox
13671 \series default
13672 , there is in this case no difference between 
13673 \series bold
13674
13675 \backslash
13676 fbox
13677 \series default
13678  and 
13679 \series bold
13680
13681 \backslash
13682 boxed
13683 \series default
13684 .
13685 \end_layout
13686
13687 \begin_layout Standard
13688 \begin_inset VSpace bigskip
13689 \end_inset
13690
13691 Paragraph boxes are very useful to comment formulas directly.
13692  To do this, 
13693 \series bold
13694
13695 \backslash
13696 parbox
13697 \series default
13698  is used in combination with the command 
13699 \series bold
13700
13701 \backslash
13702 tag
13703 \series default
13704 .
13705  (more about 
13706 \series bold
13707
13708 \backslash
13709 tag
13710 \series default
13711  see 
13712 \begin_inset CommandInset ref
13713 LatexCommand ref
13714 reference "sub:User-defined-Numbering"
13715
13716 \end_inset
13717
13718 )
13719 \end_layout
13720
13721 \begin_layout Standard
13722 An example of a formula commented with 
13723 \series bold
13724
13725 \backslash
13726 parbox
13727 \series default
13728 :
13729 \end_layout
13730
13731 \begin_layout Standard
13732 \begin_inset ERT
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 [5x-7b=3b
13740 \backslash
13741 tag*{
13742 \backslash
13743 parbox{5cm}{
13744 \end_layout
13745
13746 \end_inset
13747
13748 This is a description.
13749  It is distinctly separated from the formula and multiline.
13750 \begin_inset ERT
13751 status collapsed
13752
13753 \begin_layout Plain Layout
13754
13755 }}
13756 \backslash
13757 ]
13758 \end_layout
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \begin_layout Standard
13766 Such a formula must be inserted completely in TeX-mode because LyX does
13767  not yet support the command 
13768 \series bold
13769
13770 \backslash
13771 parbox
13772 \series default
13773  in formulas.
13774  The formula is created with the following command sequence:
13775 \end_layout
13776
13777 \begin_layout Standard
13778 The command 
13779 \series bold
13780
13781 \backslash
13782 [5x-7b=3b
13783 \backslash
13784 tag*
13785 \backslash
13786 {
13787 \backslash
13788 parbox{5cm}{
13789 \series default
13790  is inserted in TeX-mode.
13791 \begin_inset Foot
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795 When the formula style 
13796 \series bold
13797 Indented
13798 \series default
13799  is used, 
13800 \series bold
13801
13802 \backslash
13803 tag*
13804 \backslash
13805 {
13806 \series default
13807  can also be replaced by 
13808 \series bold
13809
13810 \backslash
13811 hfill
13812 \series default
13813 .
13814  (formula styles see 
13815 \begin_inset CommandInset ref
13816 LatexCommand ref
13817 reference "sec:Formula-Styles"
13818
13819 \end_inset
13820
13821 )
13822 \end_layout
13823
13824 \end_inset
13825
13826  Then the description follows as normal text and finally 
13827 \series bold
13828 }}
13829 \backslash
13830 ]
13831 \series default
13832  is inserted in TeX-mode.
13833  The commands 
13834 \series bold
13835
13836 \backslash
13837 [
13838 \series default
13839  and 
13840 \series bold
13841
13842 \backslash
13843 ]
13844 \series default
13845  hereby create a displayed formula.
13846 \end_layout
13847
13848 \begin_layout Standard
13849 The advantages of 
13850 \series bold
13851
13852 \backslash
13853 parbox
13854 \series default
13855  can be seen in this example that was 
13856 \begin_inset Quotes eld
13857 \end_inset
13858
13859 commented
13860 \begin_inset Quotes erd
13861 \end_inset
13862
13863  using the mathematical textmode:
13864 \begin_inset Formula 
13865 \[
13866 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
13867 \]
13868
13869 \end_inset
13870
13871
13872 \end_layout
13873
13874 \begin_layout Section
13875 Operators
13876 \begin_inset Index idx
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880 Operators
13881 \end_layout
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \begin_layout Subsection
13889 Big Operators
13890 \begin_inset CommandInset label
13891 LatexCommand label
13892 name "sub:Big-Operators"
13893
13894 \end_inset
13895
13896
13897 \begin_inset Index idx
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901 Operators ! big
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \begin_inset Index idx
13908 status collapsed
13909
13910 \begin_layout Plain Layout
13911 Sums
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \begin_inset Index idx
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 Integrals
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \begin_layout Standard
13930 To be able to use all integral operators listed here, the option 
13931 \family sans
13932 Use esint package automatically
13933 \family default
13934  must be set in the document settings under 
13935 \family sans
13936 Math
13937 \begin_inset space ~
13938 \end_inset
13939
13940 Options
13941 \family default
13942 .
13943 \end_layout
13944
13945 \begin_layout Standard
13946 \begin_inset space \hfill{}
13947 \end_inset
13948
13949
13950 \begin_inset Tabular
13951 <lyxtabular version="3" rows="11" columns="2">
13952 <features rotate="0" tabularvalignment="middle">
13953 <column alignment="center" valignment="top" width="0pt">
13954 <column alignment="center" valignment="top" width="0pt">
13955 <row>
13956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960 Command
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 Result
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 </row>
13975 <row>
13976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980
13981 \backslash
13982 int
13983 \begin_inset Index idx
13984 status collapsed
13985
13986 \begin_layout Plain Layout
13987 Commands ! I ! 
13988 \backslash
13989 int
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 \begin_inset Formula $\int$
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017
14018 \backslash
14019 oint
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 \begin_inset Formula $\oint$
14029 \end_inset
14030
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 <row>
14038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042
14043 \backslash
14044 ointctrclockwise
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 \begin_inset Formula $\ointctrclockwise$
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067
14068 \backslash
14069 ointclockwise
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 \begin_inset Formula $\ointclockwise$
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092
14093 \backslash
14094 sqint
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 \begin_inset Formula $\sqint$
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 </row>
14112 <row>
14113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117
14118 \backslash
14119 fint
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128  
14129 \begin_inset Formula $\fint$
14130 \end_inset
14131
14132
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 </row>
14138 <row>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143
14144 \backslash
14145 landupint
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154  
14155 \begin_inset Formula $\landupint$
14156 \end_inset
14157
14158
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169
14170 \backslash
14171 landdownint
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180  
14181 \begin_inset Formula $\landdownint$
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 </row>
14190 <row>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195
14196 \backslash
14197 bigcap
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 \begin_inset Formula $\bigcap$
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220
14221 \backslash
14222 bigcup
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 \begin_inset Formula $\bigcup$
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 </lyxtabular>
14241
14242 \end_inset
14243
14244
14245 \begin_inset space \hfill{}
14246 \end_inset
14247
14248
14249 \begin_inset Tabular
14250 <lyxtabular version="3" rows="11" columns="2">
14251 <features rotate="0" tabularvalignment="middle">
14252 <column alignment="center" valignment="top" width="0pt">
14253 <column alignment="center" valignment="top" width="0pt">
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 Command
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14265 \begin_inset Text
14266
14267 \begin_layout Plain Layout
14268 Result
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 </row>
14274 <row>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279
14280 \backslash
14281 sum
14282 \begin_inset Index idx
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286 Commands ! S ! 
14287 \backslash
14288 sum
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 \begin_inset Formula $\sum$
14303 \end_inset
14304
14305
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 <row>
14312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316
14317 \backslash
14318 prod
14319 \begin_inset Index idx
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323 Commands ! P ! 
14324 \backslash
14325 prod
14326 \begin_inset ERT
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330
14331
14332 \backslash
14333 vspace{4mm}
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 \begin_inset Formula $\prod$
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 </row>
14361 <row>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367 \backslash
14368 coprod
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 \begin_inset Formula $\coprod$
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391
14392 \backslash
14393 bigodot
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 \begin_inset Formula $\bigodot$
14403 \end_inset
14404
14405
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 <row>
14412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416
14417 \backslash
14418 bigotimes
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 \begin_inset Formula $\bigotimes$
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 </row>
14436 <row>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441
14442 \backslash
14443 bigoplus
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 \begin_inset Formula $\bigoplus$
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 </row>
14461 <row>
14462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14463 \begin_inset Text
14464
14465 \begin_layout Plain Layout
14466
14467 \backslash
14468 bigwedge
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 \begin_inset Formula $\bigwedge$
14478 \end_inset
14479
14480
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 <row>
14487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491
14492 \backslash
14493 bigvee
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 \begin_inset Formula $\bigvee$
14503 \end_inset
14504
14505
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 </row>
14511 <row>
14512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \backslash
14518 bigsqcup
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 \begin_inset Formula $\bigsqcup$
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 </row>
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541
14542 \backslash
14543 biguplus
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 \begin_inset Formula $\biguplus$
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 </lyxtabular>
14562
14563 \end_inset
14564
14565
14566 \begin_inset space \hfill{}
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Standard
14573 All big operators can also be inserted via the math toolbar button 
14574 \begin_inset Graphics
14575         filename ../images/math/intop.png
14576         scale 85
14577
14578 \end_inset
14579
14580 .
14581 \end_layout
14582
14583 \begin_layout Standard
14584 The operators are called big because they are bigger than the sometimes
14585  equal looking binary operators.
14586  All big operators can have limits as described in the next subsection.
14587 \end_layout
14588
14589 \begin_layout Standard
14590 For all integral operators there is a second version available, ending in
14591  
14592 \series bold
14593 op
14594 \series default
14595
14596 \series bold
14597
14598 \backslash
14599 intop
14600 \series default
14601
14602 \series bold
14603
14604 \backslash
14605 ointop
14606 \series default
14607  etc..
14608  These operators are different from 
14609 \series bold
14610
14611 \backslash
14612 int
14613 \series default
14614  etc.
14615 \begin_inset space \space{}
14616 \end_inset
14617
14618 in the style the operator limits are displayed, see 
14619 \begin_inset CommandInset ref
14620 LatexCommand ref
14621 reference "sub:Operator-Limits"
14622
14623 \end_inset
14624
14625 .
14626  
14627 \end_layout
14628
14629 \begin_layout Subsubsection*
14630 Advice for Integrals
14631 \end_layout
14632
14633 \begin_layout Standard
14634 The letter 
14635 \emph on
14636 d
14637 \emph default
14638  in an integral is an operator, that therefore has to be set upright.
14639  This is done by highlighting the 
14640 \emph on
14641 d
14642 \emph default
14643  and using the keyboard shortcut 
14644 \begin_inset Info
14645 type  "shortcut"
14646 arg   "font-roman"
14647 \end_inset
14648
14649
14650 \begin_inset Foot
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654 Font styles
14655 \series bold
14656  
14657 \series default
14658 see 
14659 \begin_inset CommandInset ref
14660 LatexCommand ref
14661 reference "sub:Font-Styles"
14662
14663 \end_inset
14664
14665
14666 \end_layout
14667
14668 \end_inset
14669
14670 .
14671  Finally the smallest space is inserted before the 
14672 \emph on
14673 d
14674 \emph default
14675 , as this is usual for operators.
14676  An example:
14677 \end_layout
14678
14679 \begin_layout Standard
14680 incorrect: 
14681 \begin_inset Formula $\int A(x)dx$
14682 \end_inset
14683
14684
14685 \begin_inset Newline newline
14686 \end_inset
14687
14688
14689 \begin_inset Phantom HPhantom
14690 status open
14691
14692 \begin_layout Plain Layout
14693 in
14694 \end_layout
14695
14696 \end_inset
14697
14698 correct: 
14699 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 For multiple integrals there are the following commands:
14707 \begin_inset VSpace medskip
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 \begin_inset space \hfill{}
14715 \end_inset
14716
14717
14718 \begin_inset Tabular
14719 <lyxtabular version="3" rows="4" columns="2">
14720 <features rotate="0" tabularvalignment="middle">
14721 <column alignment="center" valignment="top">
14722 <column alignment="center" valignment="top">
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 Command
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 Result
14738 \begin_inset Note Note
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742
14743 \series bold
14744
14745 \backslash
14746 raisebox
14747 \series default
14748  is only used as spacer.
14749 \end_layout
14750
14751 \end_inset
14752
14753
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 </row>
14759 <row>
14760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14761 \begin_inset Text
14762
14763 \begin_layout Plain Layout
14764
14765 \backslash
14766 iint
14767 \end_layout
14768
14769 \end_inset
14770 </cell>
14771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14772 \begin_inset Text
14773
14774 \begin_layout Plain Layout
14775 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 </row>
14784 <row>
14785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789
14790 \backslash
14791 oiint
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14801 \end_inset
14802
14803
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 </row>
14809 <row>
14810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814
14815 \backslash
14816 sqiint
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \end_inset
14832 </cell>
14833 </row>
14834 </lyxtabular>
14835
14836 \end_inset
14837
14838
14839 \begin_inset space \hfill{}
14840 \end_inset
14841
14842
14843 \begin_inset Tabular
14844 <lyxtabular version="3" rows="4" columns="2">
14845 <features rotate="0" tabularvalignment="middle">
14846 <column alignment="center" valignment="top">
14847 <column alignment="center" valignment="top">
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 Command
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 Result
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 </row>
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873
14874 \backslash
14875 iiint
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \backslash
14900 iiiint
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923
14924 \backslash
14925 dotsint
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 </row>
14943 </lyxtabular>
14944
14945 \end_inset
14946
14947
14948 \begin_inset space \hfill{}
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \begin_layout Standard
14955 \begin_inset Newpage newpage
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \begin_layout Subsection
14962 Operator Limits
14963 \begin_inset CommandInset label
14964 LatexCommand label
14965 name "sub:Operator-Limits"
14966
14967 \end_inset
14968
14969
14970 \begin_inset Index idx
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974 Operators ! Limits
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Standard
14983 Limits are created by super- and subscripts:
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \align center
14988 \begin_inset Tabular
14989 <lyxtabular version="3" rows="2" columns="2">
14990 <features rotate="0" tabularvalignment="middle">
14991 <column alignment="center" valignment="top" width="0pt">
14992 <column alignment="center" valignment="top" width="0pt">
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 Command
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 Result
15008 \begin_inset Note Note
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012
15013 \series bold
15014
15015 \backslash
15016 raisebox
15017 \series default
15018  is only used as spacer.
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 </row>
15029 <row>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034
15035 \backslash
15036 prod^
15037 \backslash
15038 infty
15039 \begin_inset space \textvisiblespace{}
15040 \end_inset
15041
15042
15043 \begin_inset Formula $\to$
15044 \end_inset
15045
15046 _0
15047 \begin_inset Formula $\to$
15048 \end_inset
15049
15050 A(x)
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 </row>
15068 </lyxtabular>
15069
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \begin_layout Standard
15076 Limits of inline formulas are set right beside the operator.
15077  Limits in displayed formulas are set above or below the operator, except
15078  for integral limits.
15079 \end_layout
15080
15081 \begin_layout Standard
15082 To force that the limits are set beside the operator, the cursor is set
15083  directly behind the operator and the limits type is changed with the menu
15084  
15085 \family sans
15086 Edit\SpecialChar \menuseparator
15087 Math\SpecialChar \menuseparator
15088 Change Limits Type
15089 \family default
15090  to 
15091 \family sans
15092 \series bold
15093 Inline
15094 \family default
15095 \series default
15096  (shortcut 
15097 \begin_inset Info
15098 type  "shortcut"
15099 arg   "math-limits"
15100 \end_inset
15101
15102 ).
15103  An example:
15104 \end_layout
15105
15106 \begin_layout Standard
15107 The default limits type is this:
15108 \begin_inset Formula 
15109 \[
15110 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15111 \]
15112
15113 \end_inset
15114
15115 This is how it looks when the limits type was changed to 
15116 \family sans
15117 \series bold
15118 Inline
15119 \family default
15120 \series default
15121 :
15122 \begin_inset Formula 
15123 \[
15124 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15125 \]
15126
15127 \end_inset
15128
15129 For integrals, except those ending with 
15130 \series bold
15131 op
15132 \series default
15133  like 
15134 \series bold
15135
15136 \backslash
15137 intop
15138 \series default
15139
15140 \series bold
15141
15142 \backslash
15143 ointop
15144 \series default
15145  etc., the limits are by default set beside the operator.
15146  But for multiple integrals the limits are often set below the operator.
15147  In the following example the limits type was therefore set to 
15148 \series bold
15149 Display
15150 \series default
15151  and so set below the integrals:
15152 \begin_inset Formula 
15153 \begin{equation}
15154 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15155 \end{equation}
15156
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \begin_layout Standard
15163 \begin_inset VSpace medskip
15164 \end_inset
15165
15166 To specify conditions for limits, the commands 
15167 \series bold
15168
15169 \backslash
15170 subarray
15171 \series default
15172
15173 \begin_inset Index idx
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Commands ! S ! 
15178 \backslash
15179 subarray
15180 \end_layout
15181
15182 \end_inset
15183
15184  and 
15185 \series bold
15186
15187 \backslash
15188 substack
15189 \series default
15190
15191 \begin_inset Index idx
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195 Commands ! S ! 
15196 \backslash
15197 substack
15198 \end_layout
15199
15200 \end_inset
15201
15202  are used.
15203  To create for example this expression 
15204 \begin_inset Formula 
15205 \begin{equation}
15206 \sum_{\begin{subarray}{c}
15207 0<k<1000\\
15208 \\
15209 k\,\in\,\mathbb{N}
15210 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15211 \end{equation}
15212
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \begin_layout Standard
15219 the following has to be done:
15220 \begin_inset Newline newline
15221 \end_inset
15222
15223 First the command 
15224 \series bold
15225
15226 \backslash
15227 sum
15228 \series default
15229 ^
15230 \series bold
15231 n
15232 \begin_inset space \textvisiblespace{}
15233 \end_inset
15234
15235 _
15236 \series default
15237  is typed in.
15238  One is now in a blue box under the summation operator and insert there
15239  the command 
15240 \series bold
15241
15242 \backslash
15243 subarray
15244 \begin_inset space \textvisiblespace{}
15245 \end_inset
15246
15247
15248 \series default
15249 .
15250  The blue box is now within a purple box and now several lines can be written
15251  among each other.
15252  A new line is created by inserting a line break (
15253 \begin_inset Info
15254 type  "shortcut"
15255 arg   "newline-insert newline"
15256 \end_inset
15257
15258 ).
15259  When now
15260 \begin_inset Newline newline
15261 \end_inset
15262
15263
15264 \series bold
15265 0<k<1000 Ctrl+Return
15266 \begin_inset Newline newline
15267 \end_inset
15268
15269
15270 \series default
15271 is typed in, a new box appears below for the new line.
15272 \end_layout
15273
15274 \begin_layout Standard
15275 The alignment of the lines can be changed to left aligned with the 
15276 \family sans
15277 table
15278 \family default
15279  
15280 \family sans
15281 toolbar
15282 \family default
15283  or the menu 
15284 \family sans
15285 Edit\SpecialChar \menuseparator
15286 Rows &Columns
15287 \family default
15288 .
15289  To get right alignment, 
15290 \series bold
15291
15292 \backslash
15293 hfill
15294 \begin_inset space \textvisiblespace{}
15295 \end_inset
15296
15297
15298 \series default
15299  is inserted at the beginning of the line.
15300 \end_layout
15301
15302 \begin_layout Standard
15303 The command 
15304 \series bold
15305
15306 \backslash
15307 substack
15308 \series default
15309  is equivalent to 
15310 \series bold
15311
15312 \backslash
15313 subarray
15314 \series default
15315  with the difference that the lines are always centered.
15316 \end_layout
15317
15318 \begin_layout Standard
15319 \begin_inset VSpace bigskip
15320 \end_inset
15321
15322 Like in formula 
15323 \begin_inset CommandInset ref
15324 LatexCommand eqref
15325 reference "eq:substack"
15326
15327 \end_inset
15328
15329  there can be too much space beside an operator, because the characters
15330  following the operator are set beside the limits.
15331 \end_layout
15332
15333 \begin_layout Standard
15334 To avoid this, the following macro can be used in the LaTeX-preamble:
15335 \end_layout
15336
15337 \begin_layout Standard
15338
15339 \series bold
15340
15341 \backslash
15342 def
15343 \backslash
15344 clap#1{
15345 \backslash
15346 hbox to 0pt{
15347 \backslash
15348 hss #1
15349 \backslash
15350 hss}}
15351 \begin_inset Newline newline
15352 \end_inset
15353
15354
15355 \backslash
15356 def
15357 \backslash
15358 mathclap {
15359 \backslash
15360 mathpalette 
15361 \backslash
15362 mathclapinternal}
15363 \begin_inset Newline newline
15364 \end_inset
15365
15366
15367 \backslash
15368 def
15369 \backslash
15370 mathclapinternal #1#2{
15371 \backslash
15372 clap{$
15373 \backslash
15374 mathsurround =0pt #1{#2}$}}
15375 \end_layout
15376
15377 \begin_layout Standard
15378 This defines the command 
15379 \series bold
15380
15381 \backslash
15382 mathclap
15383 \series default
15384
15385 \begin_inset Index idx
15386 status collapsed
15387
15388 \begin_layout Plain Layout
15389 Commands ! M ! 
15390 \backslash
15391 mathclap
15392 \end_layout
15393
15394 \end_inset
15395
15396  that sets the width of the limit to 0
15397 \begin_inset space \thinspace{}
15398 \end_inset
15399
15400 pt.
15401  The command scheme is
15402 \end_layout
15403
15404 \begin_layout Standard
15405
15406 \series bold
15407
15408 \backslash
15409 mathclap{limit}
15410 \end_layout
15411
15412 \begin_layout Standard
15413 where the limit can consist of several conditions.
15414 \end_layout
15415
15416 \begin_layout Standard
15417 Applied on formula 
15418 \begin_inset CommandInset ref
15419 LatexCommand eqref
15420 reference "eq:substack"
15421
15422 \end_inset
15423
15424 , one uses the command
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 sum_
15433 \backslash
15434 mathclap{
15435 \backslash
15436 substack
15437 \begin_inset space \textvisiblespace{}
15438 \end_inset
15439
15440 0<k<1000 Ctrl+Return
15441 \end_layout
15442
15443 \begin_layout Standard
15444 to create the lower limit.
15445  The summand is now directly behind the summation operator:
15446 \begin_inset Formula 
15447 \[
15448 \sum_{\mathclap{\substack{0<k<1000\\
15449 \\
15450 k\,\in\,\mathbb{N}
15451 }
15452 }}^{n}k^{-2}
15453 \]
15454
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461 \begin_inset VSpace bigskip
15462 \end_inset
15463
15464 How to use one limit for several operators is described in 
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "sub:Self-defined-Operators"
15468
15469 \end_inset
15470
15471 .
15472 \end_layout
15473
15474 \begin_layout Subsection
15475 Decoration for Operators
15476 \begin_inset Index idx
15477 status collapsed
15478
15479 \begin_layout Plain Layout
15480 Operators ! Decoration
15481 \end_layout
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \begin_layout Standard
15489 With the commands 
15490 \series bold
15491
15492 \backslash
15493 overset
15494 \series default
15495
15496 \begin_inset Index idx
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500 Commands ! O ! 
15501 \backslash
15502 overset
15503 \end_layout
15504
15505 \end_inset
15506
15507  and 
15508 \series bold
15509
15510 \backslash
15511 underset
15512 \series default
15513
15514 \begin_inset Index idx
15515 status collapsed
15516
15517 \begin_layout Plain Layout
15518 Commands ! U ! 
15519 \backslash
15520 underset
15521 \end_layout
15522
15523 \end_inset
15524
15525  characters can be placed above or below an operator, respectively.
15526  With the command 
15527 \series bold
15528
15529 \backslash
15530 sideset
15531 \series default
15532
15533 \begin_inset Index idx
15534 status collapsed
15535
15536 \begin_layout Plain Layout
15537 Commands ! S ! 
15538 \backslash
15539 sideset
15540 \end_layout
15541
15542 \end_inset
15543
15544  characters can be set before and behind a big operator.
15545 \end_layout
15546
15547 \begin_layout Standard
15548 There are 4
15549 \begin_inset space ~
15550 \end_inset
15551
15552 variants of 
15553 \series bold
15554
15555 \backslash
15556 sideset
15557 \series default
15558 :
15559 \end_layout
15560
15561 \begin_layout Itemize
15562
15563 \series bold
15564
15565 \backslash
15566 sideset
15567 \series default
15568  is used to set characters at the corners of the operator
15569 \end_layout
15570
15571 \begin_layout Itemize
15572
15573 \series bold
15574
15575 \backslash
15576 sidesetn
15577 \series default
15578  is used to set characters before and/or behind the operator (this variant
15579  represents LaTeX's original 
15580 \series bold
15581
15582 \backslash
15583 sideset
15584 \series default
15585  command)
15586 \end_layout
15587
15588 \begin_layout Itemize
15589
15590 \series bold
15591
15592 \backslash
15593 sidesetl
15594 \series default
15595  is used to set characters at the left corners and/or behind the operator
15596 \end_layout
15597
15598 \begin_layout Itemize
15599
15600 \series bold
15601
15602 \backslash
15603 sidesetr
15604 \series default
15605  is used to set characters at the right corners and/or before the operator
15606 \end_layout
15607
15608 \begin_layout Standard
15609 For example the command 
15610 \series bold
15611
15612 \backslash
15613 sidesetn
15614 \begin_inset space \textvisiblespace{}
15615 \end_inset
15616
15617
15618 \backslash
15619 sum
15620 \begin_inset space \textvisiblespace{}
15621 \end_inset
15622
15623
15624 \begin_inset Formula $\to$
15625 \end_inset
15626
15627 '
15628 \begin_inset Formula $\to$
15629 \end_inset
15630
15631 _k=1
15632 \begin_inset space \textvisiblespace{}
15633 \end_inset
15634
15635
15636 \series default
15637 ^
15638 \series bold
15639 n
15640 \series default
15641  produces:
15642 \begin_inset Formula 
15643 \[
15644 \sideset{}{'}\sum_{k=1}^{n}
15645 \]
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \begin_layout Standard
15653 \begin_inset Note Greyedout
15654 status open
15655
15656 \begin_layout Plain Layout
15657
15658 \series bold
15659 Note: 
15660 \backslash
15661 sideset
15662 \series default
15663  can only be used to decorate big operators, binary operators are not allowed.
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Standard
15672
15673 \series bold
15674
15675 \backslash
15676 overset
15677 \series default
15678  and 
15679 \series bold
15680
15681 \backslash
15682 underset
15683 \series default
15684  can also be used to decorate symbols and characters.
15685  For example, the command 
15686 \series bold
15687
15688 \backslash
15689 overset
15690 \begin_inset space \textvisiblespace{}
15691 \end_inset
15692
15693
15694 \backslash
15695 maltese
15696 \begin_inset space \textvisiblespace{}
15697 \end_inset
15698
15699
15700 \series default
15701
15702 \begin_inset Formula $\uparrow$
15703 \end_inset
15704
15705
15706 \series bold
15707 a
15708 \series default
15709  produces:
15710 \begin_inset Formula 
15711 \[
15712 \overset{a}{\maltese}
15713 \]
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Subsection
15721 Binary Operators
15722 \begin_inset CommandInset label
15723 LatexCommand label
15724 name "sub:Binary-Operators"
15725
15726 \end_inset
15727
15728
15729 \begin_inset Index idx
15730 status collapsed
15731
15732 \begin_layout Plain Layout
15733 Operators ! binary
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 Binary operators are surrounded by space when there is a character before
15743  and after them.
15744 \begin_inset VSpace medskip
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 \begin_inset space \hfill{}
15752 \end_inset
15753
15754
15755 \begin_inset Tabular
15756 <lyxtabular version="3" rows="13" columns="2">
15757 <features rotate="0" tabularvalignment="middle">
15758 <column alignment="center" valignment="top" width="0pt">
15759 <column alignment="center" valignment="top" width="0pt">
15760 <row>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Command
15766 \begin_inset Note Note
15767 status collapsed
15768
15769 \begin_layout Plain Layout
15770
15771 \series bold
15772
15773 \backslash
15774 raisebox
15775 \series default
15776  is only used as spacer.
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 Result
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 +
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 \begin_inset Formula $+$
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 -
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset Formula $-$
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 <row>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \backslash
15849 pm
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 \begin_inset Formula $\pm$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \backslash
15874 mp
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 \begin_inset Formula $\mp$
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 cdot
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\cdot$
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 times
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 $\times$
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 div
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 $\div$
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" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 \begin_inset ERT
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976
15977
15978 \backslash
15979 raisebox{-1.2mm}{
15980 \end_layout
15981
15982 \end_inset
15983
15984 *
15985 \begin_inset ERT
15986 status collapsed
15987
15988 \begin_layout Plain Layout
15989
15990 }
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 \begin_inset Formula $*$
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018
16019 \backslash
16020 star
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 \begin_inset Formula $\star$
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 </row>
16038 <row>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \backslash
16045 circ
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 \begin_inset Formula $\circ$
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \backslash
16070 diamond
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 \begin_inset Formula $\diamond$
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row>
16089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093
16094 \backslash
16095 bullet
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 \begin_inset Formula $\bullet$
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 </lyxtabular>
16114
16115 \end_inset
16116
16117
16118 \begin_inset space \hfill{}
16119 \end_inset
16120
16121
16122 \begin_inset Tabular
16123 <lyxtabular version="3" rows="13" columns="2">
16124 <features rotate="0" tabularvalignment="middle">
16125 <column alignment="center" valignment="top" width="0pt">
16126 <column alignment="center" valignment="top" width="0pt">
16127 <row>
16128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132 Command
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Result
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 </row>
16147 <row>
16148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \backslash
16154 nabla
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 \begin_inset Formula $\nabla$
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \backslash
16179 bigtriangledown
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 \begin_inset Formula $\bigtriangledown$
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \backslash
16204 bigtriangleup
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 \begin_inset Formula $\bigtriangleup$
16214 \end_inset
16215
16216
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 <row>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \backslash
16229 Box
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Formula $\Box$
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 <row>
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252
16253 \backslash
16254 cap 
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 \begin_inset Formula $\cap$
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 </row>
16272 <row>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277
16278 \backslash
16279 cup
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288 \begin_inset Formula $\cup$
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 </row>
16297 <row>
16298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16299 \begin_inset Text
16300
16301 \begin_layout Plain Layout
16302
16303 \backslash
16304 dagger
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 \begin_inset Formula $\dagger$
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 <row>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \backslash
16329 ddagger
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 \begin_inset Formula $\ddagger$
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \backslash
16354 wr
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Formula $\wr$
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \backslash
16379 bigcirc
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Formula $\bigcirc$
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \backslash
16404 wedge
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Formula $\wedge$
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \backslash
16429 vee
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 \begin_inset Formula $\vee$
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 </lyxtabular>
16448
16449 \end_inset
16450
16451
16452 \begin_inset space \hfill{}
16453 \end_inset
16454
16455
16456 \begin_inset Tabular
16457 <lyxtabular version="3" rows="13" columns="2">
16458 <features rotate="0" tabularvalignment="middle">
16459 <column alignment="center" valignment="top" width="0pt">
16460 <column alignment="center" valignment="top" width="0pt">
16461 <row>
16462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 Command
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 Result
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \backslash
16488 oplus
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $\oplus$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \backslash
16513 ominus
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\ominus$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536
16537 \backslash
16538 otimes
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 \begin_inset Formula $\otimes$
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561
16562 \backslash
16563 oslash
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $\oslash$
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586
16587 \backslash
16588 odot
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 \begin_inset Formula $\odot$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \backslash
16613 amalg
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\amalg$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636
16637 \backslash
16638 uplus
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Formula $\uplus$
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661
16662 \backslash
16663 setminus
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 \begin_inset Formula $\setminus$
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686
16687 \backslash
16688 sqcap
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Formula $\sqcap$
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711
16712 \backslash
16713 sqcup
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\sqcup$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \backslash
16738 triangleleft
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\triangleleft$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 triangleright
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\triangleright$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 </lyxtabular>
16782
16783 \end_inset
16784
16785
16786 \begin_inset space \hfill{}
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \begin_layout Standard
16793 All binary operators can also be inserted via the math toolbar button 
16794 \begin_inset Graphics
16795         filename ../images/math/pm.png
16796         scale 85
16797
16798 \end_inset
16799
16800 .
16801 \end_layout
16802
16803 \begin_layout Standard
16804 To typeset the Laplace operator also 
16805 \series bold
16806
16807 \backslash
16808 Delta
16809 \series default
16810  or 
16811 \series bold
16812
16813 \backslash
16814 nabla
16815 \series default
16816 ^
16817 \series bold
16818 2
16819 \series default
16820  (
16821 \begin_inset Formula $\nabla^{2}$
16822 \end_inset
16823
16824 ) can be used instead of 
16825 \series bold
16826
16827 \backslash
16828 bigtriangleup
16829 \series default
16830  .
16831 \end_layout
16832
16833 \begin_layout Standard
16834 The character 
16835 \family sans
16836 Menu Separator
16837 \family default
16838  from the menu 
16839 \family sans
16840 Insert\SpecialChar \menuseparator
16841 Special Character
16842 \family default
16843  is the operator 
16844 \series bold
16845
16846 \backslash
16847 triangleright
16848 \series default
16849 .
16850 \end_layout
16851
16852 \begin_layout Subsection
16853 Self-defined Operators
16854 \begin_inset CommandInset label
16855 LatexCommand label
16856 name "sub:Self-defined-Operators"
16857
16858 \end_inset
16859
16860
16861 \begin_inset Index idx
16862 status collapsed
16863
16864 \begin_layout Plain Layout
16865 Operators ! self-defined
16866 \end_layout
16867
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \begin_layout Standard
16874 With the help of the command 
16875 \series bold
16876
16877 \backslash
16878 DeclareMathOperator
16879 \series default
16880
16881 \begin_inset Index idx
16882 status collapsed
16883
16884 \begin_layout Plain Layout
16885 Commands ! D ! 
16886 \backslash
16887 dbinom@
16888 \backslash
16889 DeclareMathOperator
16890 \end_layout
16891
16892 \end_inset
16893
16894  custom operators can be defined in the LaTeX-preamble.
16895  Its command scheme is:
16896 \end_layout
16897
16898 \begin_layout Standard
16899
16900 \series bold
16901
16902 \backslash
16903 DeclareMathOperator{new command}{display}
16904 \end_layout
16905
16906 \begin_layout Standard
16907 Display can be characters or symbols that define how the operator looks
16908  in the output.
16909  To define a big operator a * is set behind the command.
16910  All self-defined big operators can have limits as described in 
16911 \begin_inset CommandInset ref
16912 LatexCommand ref
16913 reference "sub:Operator-Limits"
16914
16915 \end_inset
16916
16917 .
16918 \end_layout
16919
16920 \begin_layout Standard
16921 For example the LaTeX-preamble line
16922 \end_layout
16923
16924 \begin_layout Standard
16925
16926 \series bold
16927
16928 \backslash
16929 DeclareMathOperator*{
16930 \backslash
16931 Lozenge}{
16932 \backslash
16933 blacklozenge}
16934 \end_layout
16935
16936 \begin_layout Standard
16937 defines the command 
16938 \series bold
16939
16940 \backslash
16941 Lozenge
16942 \series default
16943 , that inserts a big operator consisting of the lozenge symbol from 
16944 \begin_inset CommandInset ref
16945 LatexCommand ref
16946 reference "sub:Miscellaneous-Symbols"
16947
16948 \end_inset
16949
16950 :
16951 \begin_inset Formula 
16952 \[
16953 \Lozenge_{n=1}^{\infty}
16954 \]
16955
16956 \end_inset
16957
16958 The command for this formula is: 
16959 \series bold
16960
16961 \backslash
16962 Lozenge
16963 \series default
16964 ^
16965 \series bold
16966
16967 \backslash
16968 infty
16969 \begin_inset Formula $\to$
16970 \end_inset
16971
16972 _n=1
16973 \end_layout
16974
16975 \begin_layout Standard
16976 \begin_inset VSpace bigskip
16977 \end_inset
16978
16979 When self-defined operators are not used several times in the document,
16980  they can also be defined with the commands 
16981 \series bold
16982
16983 \backslash
16984 mathop
16985 \series default
16986
16987 \begin_inset Index idx
16988 status collapsed
16989
16990 \begin_layout Plain Layout
16991 Commands ! M ! 
16992 \backslash
16993 mathop
16994 \end_layout
16995
16996 \end_inset
16997
16998  and 
16999 \series bold
17000
17001 \backslash
17002 mathbin
17003 \series default
17004
17005 \begin_inset Index idx
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009 Commands ! M ! 
17010 \backslash
17011 mathbin
17012 \end_layout
17013
17014 \end_inset
17015
17016 , which have the following scheme:
17017 \end_layout
17018
17019 \begin_layout Standard
17020
17021 \series bold
17022
17023 \backslash
17024 mathop{display}
17025 \series default
17026  and 
17027 \series bold
17028
17029 \backslash
17030 mathbin{display}
17031 \end_layout
17032
17033 \begin_layout Standard
17034
17035 \series bold
17036
17037 \backslash
17038 mathop
17039 \series default
17040  defines big operators, 
17041 \series bold
17042
17043 \backslash
17044 mathbin
17045 \series default
17046  binary operators.
17047 \end_layout
17048
17049 \begin_layout Standard
17050
17051 \series bold
17052
17053 \backslash
17054 mathop
17055 \series default
17056  can e.
17057 \begin_inset space \thinspace{}
17058 \end_inset
17059
17060 g.
17061 \begin_inset space \space{}
17062 \end_inset
17063
17064 be used to use one limit for several operators:
17065 \end_layout
17066
17067 \begin_layout Standard
17068 \begin_inset Formula 
17069 \[
17070 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17071 \]
17072
17073 \end_inset
17074
17075
17076 \end_layout
17077
17078 \begin_layout Standard
17079 The command for the formula above is:
17080 \begin_inset Newline newline
17081 \end_inset
17082
17083
17084 \series bold
17085
17086 \backslash
17087 mathop{
17088 \backslash
17089 sum
17090 \backslash
17091 negmedspace
17092 \backslash
17093 sum
17094 \series default
17095
17096 \begin_inset space \textvisiblespace{}
17097 \end_inset
17098
17099
17100 \series bold
17101
17102 \begin_inset Formula $\to$
17103 \end_inset
17104
17105 ^N
17106 \series default
17107
17108 \begin_inset space \textvisiblespace{}
17109 \end_inset
17110
17111
17112 \series bold
17113 _i,j=1
17114 \end_layout
17115
17116 \begin_layout Section
17117 Fonts
17118 \begin_inset Index idx
17119 status collapsed
17120
17121 \begin_layout Plain Layout
17122 Fonts
17123 \end_layout
17124
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \begin_layout Subsection
17131 Font Styles
17132 \begin_inset CommandInset label
17133 LatexCommand label
17134 name "sub:Font-Styles"
17135
17136 \end_inset
17137
17138
17139 \begin_inset Index idx
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143 Font ! style
17144 \end_layout
17145
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \begin_layout Standard
17152 Latin letters in formulas can be set in one of the following font styles:
17153 \begin_inset VSpace -2mm
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \begin_layout Standard
17160 \align center
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="7" columns="3">
17163 <features rotate="0" tabularvalignment="middle">
17164 <column alignment="center" valignment="top">
17165 <column alignment="center" valignment="top">
17166 <column alignment="center" valignment="top">
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 Command
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 Result
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 shortcut
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \backslash
17203 mathbb
17204 \series bold
17205
17206 \begin_inset space \textvisiblespace{}
17207 \end_inset
17208
17209
17210 \series default
17211 ABC
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 \begin_inset Formula $\mathbb{ABC}$
17221 \end_inset
17222
17223
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Info
17233 type  "shortcuts"
17234 arg   "font-noun"
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 mathbf
17251 \series bold
17252
17253 \begin_inset space \textvisiblespace{}
17254 \end_inset
17255
17256
17257 \series default
17258 AbC
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\mathbf{AbC}$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279 \begin_inset Info
17280 type  "shortcuts"
17281 arg   "font-bold"
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 boldsymbol
17298 \series bold
17299
17300 \begin_inset space \textvisiblespace{}
17301 \end_inset
17302
17303
17304 \series default
17305 AbC
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 \begin_inset Formula $\boldsymbol{AbC}$
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Info
17327 type  "shortcuts"
17328 arg   "font-boldsymbol"
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 </row>
17337 <row>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342
17343 \backslash
17344 mathcal
17345 \series bold
17346
17347 \begin_inset space \textvisiblespace{}
17348 \end_inset
17349
17350
17351 \series default
17352 ABC
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\mathcal{ABC}$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Info
17374 type  "shortcuts"
17375 arg   "font-emph"
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \backslash
17391 mathfrak
17392 \series bold
17393
17394 \begin_inset space \textvisiblespace{}
17395 \end_inset
17396
17397
17398 \series default
17399 AbC
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408 \begin_inset Formula $\mathfrak{AbC}$
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 -
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 mathscr
17434 \series bold
17435
17436 \begin_inset space \textvisiblespace{}
17437 \end_inset
17438
17439
17440 \series default
17441 AbC
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $\mathscr{AbC}$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 -
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 </lyxtabular>
17469
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \begin_layout Standard
17476 \align center
17477 \begin_inset Tabular
17478 <lyxtabular version="3" rows="5" columns="3">
17479 <features rotate="0" tabularvalignment="middle">
17480 <column alignment="center" valignment="top">
17481 <column alignment="center" valignment="top">
17482 <column alignment="center" valignment="top">
17483 <row>
17484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 Command
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497 Result
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 shortcut
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \backslash
17519 mathit
17520 \series bold
17521
17522 \begin_inset space \textvisiblespace{}
17523 \end_inset
17524
17525
17526 \series default
17527 AbC
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 \begin_inset Formula $\mathit{AbC}$
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 -
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559
17560 \backslash
17561 mathrm
17562 \series bold
17563
17564 \begin_inset space \textvisiblespace{}
17565 \end_inset
17566
17567
17568 \series default
17569 AbC
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Formula $\mathrm{AbC}$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Info
17591 type  "shortcuts"
17592 arg   "font-roman"
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606
17607 \backslash
17608 mathsf
17609 \series bold
17610
17611 \begin_inset space \textvisiblespace{}
17612 \end_inset
17613
17614
17615 \series default
17616 AbC
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\mathsf{AbC}$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 \begin_inset Info
17638 type  "shortcuts"
17639 arg   "font-sans"
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 </row>
17648 <row>
17649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653
17654 \backslash
17655 mathtt
17656 \series bold
17657
17658 \begin_inset space \textvisiblespace{}
17659 \end_inset
17660
17661
17662 \series default
17663 AbC
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 \begin_inset Formula $\mathtt{AbC}$
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684 \begin_inset Info
17685 type  "shortcuts"
17686 arg   "font-typewriter"
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 </lyxtabular>
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \begin_inset Note Greyedout
17704 status open
17705
17706 \begin_layout Plain Layout
17707
17708 \series bold
17709 Note:
17710 \series default
17711  The styles 
17712 \series bold
17713
17714 \backslash
17715 mathbb
17716 \series default
17717  and 
17718 \series bold
17719
17720 \backslash
17721 mathcal
17722 \series default
17723  can only be used for big letters.
17724 \end_layout
17725
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \begin_layout Standard
17732 Predefined is the style 
17733 \series bold
17734
17735 \backslash
17736 mathnormal
17737 \series default
17738 .
17739 \end_layout
17740
17741 \begin_layout Standard
17742 The style commands work also for letters in mathematical constructs:
17743 \begin_inset Formula 
17744 \[
17745 \mathfrak{A=\frac{b}{C}}
17746 \]
17747
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \begin_layout Standard
17754 Characters in mathematical text don't appear in a math font style but in
17755  the text font style 
17756 \series bold
17757
17758 \backslash
17759 textrm
17760 \series default
17761 .
17762  That their style can't be set correctly via the text style dialog is a
17763  bug in LyX.
17764 \begin_inset Foot
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768 \begin_inset CommandInset href
17769 LatexCommand href
17770 name "LyX-bug #4629"
17771 target "http://www.lyx.org/trac/ticket/4629"
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 Instead of the style commands the dialog 
17785 \family sans
17786 Edit\SpecialChar \menuseparator
17787 Math\SpecialChar \menuseparator
17788 Text Style
17789 \family default
17790  or the toolbar button 
17791 \begin_inset Graphics
17792         filename ../images/math/font.png
17793         scale 85
17794
17795 \end_inset
17796
17797  can be used.
17798 \end_layout
17799
17800 \begin_layout Subsection
17801 Bold Formulas
17802 \begin_inset CommandInset label
17803 LatexCommand label
17804 name "sub:Bold-Formulas"
17805
17806 \end_inset
17807
17808
17809 \begin_inset Index idx
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813 Formula ! bold
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Standard
17822 To make a complete formula bold, the command 
17823 \series bold
17824
17825 \backslash
17826 mathbf
17827 \series default
17828  from the previous subsection cannot be used, because it doesn't work for
17829  small Greek letters.
17830  Furthermore it prints Latin letters always upright, like in the following
17831  equation:
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset Formula 
17836 \[
17837 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
17838 \]
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \begin_layout Standard
17846 To display the formula correctly, the command 
17847 \series bold
17848
17849 \backslash
17850 boldsymbol
17851 \series default
17852  is used:
17853 \begin_inset Formula 
17854 \[
17855 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
17856 \]
17857
17858 \end_inset
17859
17860 It is also possible to set the formula in a 
17861 \series bold
17862 boldmath environment
17863 \series default
17864 .
17865  This environment is created by inserting the command 
17866 \series bold
17867
17868 \backslash
17869 boldmath
17870 \series default
17871
17872 \begin_inset Index idx
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876 Commands ! B ! 
17877 \backslash
17878 boldmath
17879 \end_layout
17880
17881 \end_inset
17882
17883  in TeX-mode.
17884  To end the environment, the command 
17885 \series bold
17886
17887 \backslash
17888 unboldmath
17889 \series default
17890
17891 \begin_inset Index idx
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895 Commands ! U ! 
17896 \backslash
17897 unboldmath
17898 \end_layout
17899
17900 \end_inset
17901
17902  is inserted in TeX-mode.
17903 \begin_inset ERT
17904 status collapsed
17905
17906 \begin_layout Plain Layout
17907
17908
17909 \backslash
17910 boldmath 
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \begin_inset Formula 
17917 \[
17918 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
17919 \]
17920
17921 \end_inset
17922
17923
17924 \begin_inset ERT
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928
17929
17930 \backslash
17931 unboldmath 
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Subsection
17940 Colored Formulas
17941 \begin_inset Index idx
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Formula ! colored
17946 \end_layout
17947
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \begin_layout Standard
17954 Formulas can be colored like normal text: Highlight a formula or a formula
17955  part and use the 
17956 \family sans
17957 Text Style
17958 \family default
17959  dialog.
17960  Here is a formula in magenta:
17961 \begin_inset Formula 
17962 \[
17963 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17964 \]
17965
17966 \end_inset
17967
17968
17969 \end_layout
17970
17971 \begin_layout Standard
17972 You can also define your own colors as described in 
17973 \begin_inset CommandInset ref
17974 LatexCommand ref
17975 reference "sub:Colored-Boxes"
17976
17977 \end_inset
17978
17979 .
17980  They can be used with the TeX code command 
17981 \series bold
17982
17983 \backslash
17984 textcolor
17985 \series default
17986
17987 \begin_inset Index idx
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991 Commands ! T ! 
17992 \backslash
17993 textcolor
17994 \end_layout
17995
17996 \end_inset
17997
17998  in the scheme
17999 \end_layout
18000
18001 \begin_layout Standard
18002
18003 \series bold
18004
18005 \backslash
18006 textcolor{color}{characters or formula}
18007 \end_layout
18008
18009 \begin_layout Standard
18010 The following example was colored completely dark green and partly red:
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 textcolor{darkgreen}{
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \begin_inset Formula 
18028 \[
18029 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18030 \]
18031
18032 \end_inset
18033
18034
18035 \begin_inset ERT
18036 status collapsed
18037
18038 \begin_layout Plain Layout
18039
18040 }
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Standard
18049 Due to a bug in LyX only complete formulas can be colored with self-defined
18050  colors.
18051 \begin_inset Foot
18052 status collapsed
18053
18054 \begin_layout Plain Layout
18055 \begin_inset CommandInset href
18056 LatexCommand href
18057 name "LyX-bug #5269"
18058 target "http://www.lyx.org/trac/ticket/5269"
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \begin_layout Subsection
18071 Font Sizes
18072 \begin_inset CommandInset label
18073 LatexCommand label
18074 name "sub:Font-Sizes"
18075
18076 \end_inset
18077
18078
18079 \begin_inset Index idx
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083 Font ! size
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \begin_layout Standard
18092 For characters in formulas there are, analog to characters in text, the
18093  following size commands:
18094 \end_layout
18095
18096 \begin_layout Standard
18097
18098 \series bold
18099
18100 \backslash
18101 Huge
18102 \series default
18103
18104 \series bold
18105
18106 \backslash
18107 huge
18108 \series default
18109
18110 \series bold
18111
18112 \backslash
18113 LARGE
18114 \series default
18115
18116 \series bold
18117
18118 \backslash
18119 Large
18120 \series default
18121
18122 \series bold
18123
18124 \backslash
18125 large
18126 \series default
18127
18128 \series bold
18129
18130 \backslash
18131 normalsize
18132 \series default
18133
18134 \series bold
18135
18136 \backslash
18137 small
18138 \series default
18139 ,
18140 \begin_inset Newline newline
18141 \end_inset
18142
18143
18144 \series bold
18145
18146 \backslash
18147 footnotesize
18148 \series default
18149
18150 \series bold
18151
18152 \backslash
18153 scriptsize
18154 \series default
18155  and 
18156 \series bold
18157
18158 \backslash
18159 tiny
18160 \end_layout
18161
18162 \begin_layout Standard
18163 The size produced by the commands depends on the document font size, which
18164  corresponds to the command 
18165 \series bold
18166
18167 \backslash
18168 normalsize
18169 \series default
18170 .
18171  The other commands produce smaller or larger sizes than 
18172 \series bold
18173
18174 \backslash
18175 normalsize
18176 \series default
18177 .
18178  The font size can however not exceed a certain value.
18179  Is for example the document font size 12
18180 \begin_inset space \thinspace{}
18181 \end_inset
18182
18183 pt, the command 
18184 \series bold
18185
18186 \backslash
18187 Huge
18188 \series default
18189  switches to the same size as 
18190 \series bold
18191
18192 \backslash
18193 huge
18194 \series default
18195 .
18196  
18197 \end_layout
18198
18199 \begin_layout Standard
18200 A size command is inserted in TeX-mode before the formula and sets the size
18201  for all following formula and text characters.
18202  To switch back to the initial size, the command 
18203 \series bold
18204
18205 \backslash
18206 normalsize
18207 \series default
18208  is inserted behind the formula in TeX-mode.
18209 \end_layout
18210
18211 \begin_layout Standard
18212 Within a formula the size can be changed using the following size commands:
18213 \end_layout
18214
18215 \begin_layout Standard
18216 \noindent
18217 \align center
18218 \begin_inset Tabular
18219 <lyxtabular version="3" rows="5" columns="2">
18220 <features rotate="0" tabularvalignment="middle">
18221 <column alignment="center" valignment="top">
18222 <column alignment="center" valignment="top">
18223 <row>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228 Command
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 Result
18238 \begin_inset Note Note
18239 status collapsed
18240
18241 \begin_layout Plain Layout
18242
18243 \series bold
18244
18245 \backslash
18246 raisebox
18247 \series default
18248  is only used as spacer.
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 <row>
18260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264
18265 \backslash
18266 displaystyle
18267 \begin_inset Index idx
18268 status collapsed
18269
18270 \begin_layout Plain Layout
18271 Commands ! D ! 
18272 \backslash
18273 displaystyle
18274 \end_layout
18275
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 textstyle
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 </row>
18321 <row>
18322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326
18327 \backslash
18328 scriptstyle
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \backslash
18353 scriptscriptstyle
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 </lyxtabular>
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Standard
18379 After entering these commands, a blue box appears in which the formula parts
18380  are inserted.
18381 \end_layout
18382
18383 \begin_layout Standard
18384 There is a further method to change the font size, that though only works
18385  for symbols or letters in mathematical text.
18386  To use it, one of the above text size commands is inserted in mathematical
18387  text.
18388  All following characters until the end of the mathematical text or until
18389  another size command will have the selected size.
18390  Two examples:
18391 \begin_inset VSpace -2mm
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 \begin_inset ERT
18399 status collapsed
18400
18401 \begin_layout Plain Layout
18402
18403
18404 \backslash
18405 huge 
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \begin_inset Formula 
18412 \[
18413 A=\frac{B}{c}\cdot\maltese
18414 \]
18415
18416 \end_inset
18417
18418
18419 \begin_inset Formula 
18420 \[
18421 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18422 \]
18423
18424 \end_inset
18425
18426
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 normalsize 
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \begin_layout Standard
18443 \begin_inset VSpace medskip
18444 \end_inset
18445
18446 Before both formulas the command 
18447 \series bold
18448
18449 \backslash
18450 huge
18451 \series default
18452  was inserted.
18453  The command for the second formula is:
18454 \begin_inset Newline newline
18455 \end_inset
18456
18457
18458 \series bold
18459
18460 \backslash
18461 maltese
18462 \begin_inset space \textvisiblespace{}
18463 \end_inset
18464
18465 A Alt+M M 
18466 \backslash
18467 Large
18468 \begin_inset space \textvisiblespace{}
18469 \end_inset
18470
18471
18472 \backslash
18473 maltese
18474 \begin_inset space \textvisiblespace{}
18475 \end_inset
18476
18477
18478 \backslash
18479 textit
18480 \begin_inset space \textvisiblespace{}
18481 \end_inset
18482
18483 A
18484 \begin_inset Formula $\to$
18485 \end_inset
18486
18487
18488 \begin_inset Formula $\to$
18489 \end_inset
18490
18491
18492 \begin_inset Newline newline
18493 \end_inset
18494
18495
18496 \begin_inset space \hspace*{}
18497 \length 1cm
18498 \end_inset
18499
18500 Alt+M
18501 \series default
18502  
18503 \series bold
18504
18505 \backslash
18506 tiny
18507 \begin_inset space \textvisiblespace{}
18508 \end_inset
18509
18510
18511 \backslash
18512 maltese
18513 \begin_inset space \textvisiblespace{}
18514 \end_inset
18515
18516
18517 \backslash
18518 textit
18519 \begin_inset space \textvisiblespace{}
18520 \end_inset
18521
18522 A
18523 \end_layout
18524
18525 \begin_layout Standard
18526 If a symbol cannot be displayed in different sizes, it will always be displayed
18527  in the default size.
18528 \end_layout
18529
18530 \begin_layout Section
18531 Greek Letters
18532 \begin_inset Index idx
18533 status collapsed
18534
18535 \begin_layout Plain Layout
18536 Greek letters
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Standard
18545 Greek letters can also be inserted via the toolbar button 
18546 \begin_inset Graphics
18547         filename ../images/math/alpha.png
18548         scale 85
18549
18550 \end_inset
18551
18552 .
18553  All international typesetting norms purport that Greek letters in math
18554  have to be typeset italic/slanted.
18555  In some languages, like French or Russian, they are nevertheless sometimes
18556  typeset upright.
18557 \end_layout
18558
18559 \begin_layout Subsection
18560 Small Letters
18561 \begin_inset Index idx
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565 Greek letters ! small
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 \begin_inset space \hfill{}
18575 \end_inset
18576
18577
18578 \begin_inset Tabular
18579 <lyxtabular version="3" rows="11" columns="2">
18580 <features rotate="0" tabularvalignment="middle">
18581 <column alignment="center" valignment="top" width="0pt">
18582 <column alignment="center" valignment="top" width="0pt">
18583 <row>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 Command
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 Result
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 </row>
18603 <row>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \backslash
18610 alpha
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619 \begin_inset Formula $\alpha$
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \backslash
18635 beta
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 \begin_inset Formula $\beta$
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 <row>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \backslash
18660 gamma
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Formula $\gamma$
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 <row>
18679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683
18684 \backslash
18685 delta
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 \begin_inset Formula $\delta$
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 </row>
18703 <row>
18704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708
18709 \backslash
18710 epsilon
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 \begin_inset Formula $\epsilon$
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 </row>
18728 <row>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733
18734 \backslash
18735 varepsilon
18736 \end_layout
18737
18738 \end_inset
18739 </cell>
18740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744 \begin_inset Formula $\varepsilon$
18745 \end_inset
18746
18747
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 </row>
18753 <row>
18754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758
18759 \backslash
18760 zeta
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 \begin_inset Formula $\zeta$
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 <row>
18779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \backslash
18785 eta
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 \begin_inset Formula $\eta$
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808
18809 \backslash
18810 theta
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 \begin_inset Formula $\theta$
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \backslash
18835 vartheta
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Formula $\vartheta$
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 </lyxtabular>
18854
18855 \end_inset
18856
18857
18858 \begin_inset space \hfill{}
18859 \end_inset
18860
18861
18862 \begin_inset Tabular
18863 <lyxtabular version="3" rows="12" columns="2">
18864 <features rotate="0" tabularvalignment="middle">
18865 <column alignment="center" valignment="top" width="0pt">
18866 <column alignment="center" valignment="top" width="0pt">
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 Command
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 Result
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 <row>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892
18893 \backslash
18894 iota
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 \begin_inset Formula $\iota$
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 </row>
18912 <row>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \backslash
18919 kappa
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 \begin_inset Formula $\kappa$
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 </row>
18937 <row>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \backslash
18944 varkappa
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 \begin_inset Formula $\varkappa$
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 </row>
18962 <row>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967
18968 \backslash
18969 lambda
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 \begin_inset Formula $\lambda$
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 </row>
18987 <row>
18988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992
18993 \backslash
18994 mu
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003 \begin_inset Formula $\mu$
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 </row>
19012 <row>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017
19018 \backslash
19019 nu
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Formula $\nu$
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 </row>
19037 <row>
19038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19039 \begin_inset Text
19040
19041 \begin_layout Plain Layout
19042
19043 \backslash
19044 xi
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053 \begin_inset Formula $\xi$
19054 \end_inset
19055
19056
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 </row>
19062 <row>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 o
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 \begin_inset Formula $o$
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \backslash
19092 pi
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Formula $\pi$
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 </row>
19110 <row>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \backslash
19117 varpi
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Formula $\varpi$
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 </row>
19135 <row>
19136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \backslash
19142 rho
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Formula $\rho$
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 </row>
19160 </lyxtabular>
19161
19162 \end_inset
19163
19164
19165 \begin_inset space \hfill{}
19166 \end_inset
19167
19168
19169 \begin_inset Tabular
19170 <lyxtabular version="3" rows="11" columns="2">
19171 <features rotate="0" tabularvalignment="middle">
19172 <column alignment="center" valignment="top" width="0pt">
19173 <column alignment="center" valignment="top" width="0pt">
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 Command
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 Result
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 varrho
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Formula $\varrho$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \backslash
19226 sigma
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 \begin_inset Formula $\sigma$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 varsigma
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Formula $\varsigma$
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274
19275 \backslash
19276 tau
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 \begin_inset Formula $\tau$
19286 \end_inset
19287
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 </row>
19294 <row>
19295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \backslash
19301 upsilon
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 \begin_inset Formula $\upsilon$
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 </row>
19319 <row>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \backslash
19326 phi
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset Formula $\phi$
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349
19350 \backslash
19351 varphi
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 \begin_inset Formula $\varphi$
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \backslash
19376 chi
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Formula $\chi$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \backslash
19401 psi
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Formula $\psi$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 <row>
19420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \backslash
19426 omega
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Formula $\omega$
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 </row>
19444 </lyxtabular>
19445
19446 \end_inset
19447
19448
19449 \begin_inset space \hfill{}
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456 \begin_inset VSpace medskip
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \begin_layout Standard
19463 How to create special upright Greek letters is explained in 
19464 \begin_inset CommandInset ref
19465 LatexCommand ref
19466 reference "sub:Upright-small-Greek"
19467
19468 \end_inset
19469
19470 .
19471 \end_layout
19472
19473 \begin_layout Subsection
19474 Big Letters
19475 \begin_inset Index idx
19476 status collapsed
19477
19478 \begin_layout Plain Layout
19479 Greek letters ! big
19480 \end_layout
19481
19482 \end_inset
19483
19484
19485 \end_layout
19486
19487 \begin_layout Standard
19488 \begin_inset space \hfill{}
19489 \end_inset
19490
19491
19492 \begin_inset Tabular
19493 <lyxtabular version="3" rows="7" columns="2">
19494 <features rotate="0" tabularvalignment="middle">
19495 <column alignment="center" valignment="top" width="0pt">
19496 <column alignment="center" valignment="top" width="0pt">
19497 <row>
19498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 Command
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 Result
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 </row>
19517 <row>
19518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522
19523 \backslash
19524 Gamma
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 \begin_inset Formula $\Gamma$
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 <row>
19543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \backslash
19549 Delta
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 \begin_inset Formula $\Delta$
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 </row>
19567 <row>
19568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \backslash
19574 Theta
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset Formula $\Theta$
19584 \end_inset
19585
19586
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 </row>
19592 <row>
19593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \backslash
19599 Lambda
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19605 \begin_inset Text
19606
19607 \begin_layout Plain Layout
19608 \begin_inset Formula $\Lambda$
19609 \end_inset
19610
19611
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 </row>
19617 <row>
19618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \backslash
19624 Xi
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 \begin_inset Formula $\Xi$
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 </row>
19642 <row>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \backslash
19649 Pi
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 \begin_inset Formula $\Pi$
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 </lyxtabular>
19668
19669 \end_inset
19670
19671
19672 \begin_inset space \hfill{}
19673 \end_inset
19674
19675
19676 \begin_inset Tabular
19677 <lyxtabular version="3" rows="6" columns="2">
19678 <features rotate="0" tabularvalignment="middle">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <column alignment="center" valignment="top" width="0pt">
19681 <row>
19682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 Command
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 Result
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 Sigma
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\Sigma$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 Upsilon
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\Upsilon$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 Phi
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\Phi$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 Psi
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\Psi$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \backslash
19808 Omega
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $\Omega$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 </lyxtabular>
19827
19828 \end_inset
19829
19830
19831 \begin_inset space \hfill{}
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Standard
19838 \begin_inset VSpace medskip
19839 \end_inset
19840
19841 That the big Greek letters appear upright is caused by a design bug when
19842  TeX was developed.
19843  To get correct italic big letters, begin every command with 
19844 \series bold
19845 var
19846 \series default
19847 .
19848  For example the command 
19849 \series bold
19850
19851 \backslash
19852 varGamma
19853 \series default
19854  produces 
19855 \begin_inset Formula $\varGamma$
19856 \end_inset
19857
19858 .
19859  Another way is to load the package 
19860 \series bold
19861 fixmath
19862 \series default
19863
19864 \begin_inset Foot
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868
19869 \series bold
19870 fixmath
19871 \series default
19872  is part of the LaTeX-package 
19873 \series bold
19874 was
19875 \series default
19876
19877 \begin_inset Index idx
19878 status collapsed
19879
19880 \begin_layout Plain Layout
19881 Packages ! was
19882 \begin_inset ERT
19883 status collapsed
19884
19885 \begin_layout Plain Layout
19886
19887
19888 \backslash
19889 vspace{4mm}
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898
19899 .
19900 \end_layout
19901
19902 \end_inset
19903
19904
19905 \begin_inset Index idx
19906 status collapsed
19907
19908 \begin_layout Plain Layout
19909 Packages ! fixmath
19910 \end_layout
19911
19912 \end_inset
19913
19914  with the LaTeX-preamble line
19915 \end_layout
19916
19917 \begin_layout Standard
19918
19919 \series bold
19920
19921 \backslash
19922 usepackage{fixmath}
19923 \end_layout
19924
19925 \begin_layout Standard
19926 Then all big Greek letters in a document will automatically be typeset italic.
19927 \end_layout
19928
19929 \begin_layout Subsection
19930 Bold Letters
19931 \begin_inset Index idx
19932 status collapsed
19933
19934 \begin_layout Plain Layout
19935 Greek letters ! bold
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Standard
19944 Greek letters cannot be set with different font styles like Latin letters.
19945  They can only be made bold with the command 
19946 \series bold
19947
19948 \backslash
19949 boldsymbol
19950 \series default
19951
19952 \begin_inset Index idx
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 Commands ! B ! 
19957 \backslash
19958 boldsymbol
19959 \end_layout
19960
19961 \end_inset
19962
19963 .
19964 \end_layout
19965
19966 \begin_layout Standard
19967 \align center
19968 \begin_inset Tabular
19969 <lyxtabular version="3" rows="3" columns="2">
19970 <features rotate="0" tabularvalignment="middle">
19971 <column alignment="center" valignment="top">
19972 <column alignment="center" valignment="top">
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 Command
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 Result
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 Upsilon
20001 \backslash
20002 boldsymbol
20003 \backslash
20004 Upsilon
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 theta
20030 \backslash
20031 boldsymbol
20032 \backslash
20033 theta
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\theta\boldsymbol{\theta}$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 </lyxtabular>
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \begin_layout Section
20059 Symbols
20060 \begin_inset ERT
20061 status collapsed
20062
20063 \begin_layout Plain Layout
20064
20065
20066 \backslash
20067 texorpdfstring{
20068 \end_layout
20069
20070 \end_inset
20071
20072
20073 \begin_inset Foot
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077 A list with all symbols of most of the LaTeX-packages can be found in 
20078 \begin_inset CommandInset citation
20079 LatexCommand cite
20080 key "Symbols"
20081
20082 \end_inset
20083
20084 .
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \begin_inset ERT
20091 status collapsed
20092
20093 \begin_layout Plain Layout
20094
20095 }{}
20096 \end_layout
20097
20098 \end_inset
20099
20100
20101 \begin_inset Note Note
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105
20106 \backslash
20107 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20108 \end_layout
20109
20110 \begin_layout Plain Layout
20111 More about 
20112 \backslash
20113 texorpdfstring is in section 
20114 \begin_inset CommandInset ref
20115 LatexCommand ref
20116 reference "sub:Formulas-in-Section"
20117
20118 \end_inset
20119
20120 .
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \begin_inset Index idx
20127 status collapsed
20128
20129 \begin_layout Plain Layout
20130 Symbols
20131 \end_layout
20132
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \begin_layout Standard
20139 Many of the symbols listed in this section can also be inserted via the
20140  toolbar buttons 
20141 \begin_inset Graphics
20142         filename ../images/math/nabla.png
20143         scale 85
20144
20145 \end_inset
20146
20147  and 
20148 \begin_inset Graphics
20149         filename ../images/math/digamma.png
20150         scale 85
20151
20152 \end_inset
20153
20154 .
20155 \end_layout
20156
20157 \begin_layout Subsection
20158 Mathematical Symbols
20159 \begin_inset CommandInset label
20160 LatexCommand label
20161 name "sub:Mathematical-Symbols"
20162
20163 \end_inset
20164
20165
20166 \begin_inset Index idx
20167 status collapsed
20168
20169 \begin_layout Plain Layout
20170 Symbols ! mathematical
20171 \end_layout
20172
20173 \end_inset
20174
20175
20176 \end_layout
20177
20178 \begin_layout Standard
20179 \begin_inset space \hfill{}
20180 \end_inset
20181
20182
20183 \begin_inset Tabular
20184 <lyxtabular version="3" rows="10" columns="2">
20185 <features rotate="0" tabularvalignment="middle">
20186 <column alignment="center" valignment="top" width="0pt">
20187 <column alignment="center" valignment="top" width="0pt">
20188 <row>
20189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 Command
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 Result
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 </row>
20208 <row>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213
20214 \backslash
20215 neg
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 \begin_inset Formula $\neg$
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 </row>
20233 <row>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238
20239 \backslash
20240 Im
20241 \end_layout
20242
20243 \end_inset
20244 </cell>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249 \begin_inset Formula $\Im$
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 </row>
20258 <row>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263
20264 \backslash
20265 Re
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274 \begin_inset Formula $\Re$
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 <row>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288
20289 \backslash
20290 aleph
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 \begin_inset Formula $\aleph$
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 </row>
20308 <row>
20309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313
20314 \backslash
20315 partial
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 \begin_inset Formula $\partial$
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 </row>
20333 <row>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338
20339 \backslash
20340 infty
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Formula $\infty$
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 </row>
20358 <row>
20359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363
20364 \backslash
20365 wp
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset Formula $\wp$
20375 \end_inset
20376
20377
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \backslash
20390 imath
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399 \begin_inset Formula $\imath$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 <row>
20409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413
20414 \backslash
20415 jmath
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $\jmath$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 </row>
20433 </lyxtabular>
20434
20435 \end_inset
20436
20437
20438 \begin_inset space \hfill{}
20439 \end_inset
20440
20441
20442 \begin_inset Tabular
20443 <lyxtabular version="3" rows="10" columns="2">
20444 <features rotate="0" tabularvalignment="middle">
20445 <column alignment="center" valignment="top" width="0pt">
20446 <column alignment="center" valignment="top" width="0pt">
20447 <row>
20448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452 Command
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 Result
20462 \begin_inset Note Note
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466
20467 \series bold
20468
20469 \backslash
20470 raisebox
20471 \series default
20472  is only used as spacer.
20473 \end_layout
20474
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 forall
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\forall$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 exists
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\exists$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \backslash
20540 nexists
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Formula $\nexists$
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \backslash
20565 emptyset
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $\emptyset$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \backslash
20590 varnothing
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Formula $\varnothing$
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \backslash
20615 dag
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\dag$
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \backslash
20640 ddag
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Formula $\ddag$
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \backslash
20665 complement
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 \begin_inset ERT
20675 status collapsed
20676
20677 \begin_layout Plain Layout
20678
20679
20680 \backslash
20681 raisebox{-0.8mm}{
20682 \end_layout
20683
20684 \end_inset
20685
20686
20687 \begin_inset Formula $\complement$
20688 \end_inset
20689
20690
20691 \begin_inset ERT
20692 status collapsed
20693
20694 \begin_layout Plain Layout
20695
20696 }
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Bbbk
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Bbbk$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 </lyxtabular>
20733
20734 \end_inset
20735
20736
20737 \begin_inset space \hfill{}
20738 \end_inset
20739
20740
20741 \begin_inset Tabular
20742 <lyxtabular version="3" rows="10" columns="2">
20743 <features rotate="0" tabularvalignment="middle">
20744 <column alignment="center" valignment="top" width="0pt">
20745 <column alignment="center" valignment="top" width="0pt">
20746 <row>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 Command
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 Result
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 prime
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\prime$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 <row>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796
20797 \backslash
20798 backprime
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807 \begin_inset Formula $\backprime$
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 </row>
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821
20822 \backslash
20823 mho
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 \begin_inset Formula $\mho$
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 triangle
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Formula $\triangle$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 <row>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \backslash
20873 angle
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 \begin_inset Formula $\angle$
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \backslash
20898 measuredangle
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 \begin_inset Formula $\measuredangle$
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 sphericalangle
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\sphericalangle$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 top
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\top$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 bot
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\bot$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 </lyxtabular>
20992
20993 \end_inset
20994
20995
20996 \begin_inset space \hfill{}
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \begin_layout Subsection
21003 Miscellaneous Symbols
21004 \begin_inset CommandInset label
21005 LatexCommand label
21006 name "sub:Miscellaneous-Symbols"
21007
21008 \end_inset
21009
21010
21011 \begin_inset Index idx
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015 Symbols ! miscellaneous
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Standard
21024 \noindent
21025 \align center
21026 \begin_inset Tabular
21027 <lyxtabular version="3" rows="10" columns="2">
21028 <features rotate="0" tabularvalignment="middle">
21029 <column alignment="center" valignment="top" width="0pt">
21030 <column alignment="center" valignment="top" width="0pt">
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 Command
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 Result
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 flat
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $\flat$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 </row>
21076 <row>
21077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081
21082 \backslash
21083 natural
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\natural$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 sharp
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\sharp$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 surd
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\surd$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 checkmark
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\checkmark$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 yen
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\yen$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 pounds
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\pounds$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 $
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 \begin_inset Formula $\$$
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 </row>
21249 <row>
21250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 §
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $§$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 </lyxtabular>
21273
21274 \end_inset
21275
21276
21277 \begin_inset Tabular
21278 <lyxtabular version="3" rows="10" columns="2">
21279 <features rotate="0" tabularvalignment="middle">
21280 <column alignment="center" valignment="top">
21281 <column alignment="center" valignment="top">
21282 <row>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 Command
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 Result
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 hbar
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\hbar$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 hslash
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\hslash$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 clubsuit
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\clubsuit$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 spadesuit
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\spadesuit$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 bigstar
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\bigstar$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 blacklozenge
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\blacklozenge$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 blacktriangle
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\blacktriangle$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 blacktiangledown
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\blacktriangledown$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 bullet
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\bullet$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 </lyxtabular>
21528
21529 \end_inset
21530
21531
21532 \begin_inset Tabular
21533 <lyxtabular version="3" rows="10" columns="2">
21534 <features rotate="0" tabularvalignment="middle">
21535 <column alignment="center" valignment="top" width="0pt">
21536 <column alignment="center" valignment="top" width="0pt">
21537 <row>
21538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 Command
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 Result
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 diamondsuit
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\diamondsuit$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 Diamond
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\Diamond$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 heartsuit
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\heartsuit$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 P
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\P$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 copyright
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\copyright$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 circledR
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\circledR$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 maltese
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\maltese$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 diagup
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\diagup$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 <row>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762
21763 \backslash
21764 diagdown
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773 \begin_inset Formula $\diagdown$
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 </row>
21782 </lyxtabular>
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \begin_layout Standard
21790 \begin_inset VSpace medskip
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797 Some symbols can be displayed in different sizes, see 
21798 \begin_inset CommandInset ref
21799 LatexCommand ref
21800 reference "sub:Font-Sizes"
21801
21802 \end_inset
21803
21804 .
21805 \end_layout
21806
21807 \begin_layout Subsection
21808 The Euro-Symbol €
21809 \begin_inset Index idx
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813 Symbols ! Euro-symbol
21814 \end_layout
21815
21816 \end_inset
21817
21818
21819 \begin_inset Index idx
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 @
21826 \begin_inset ERT
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830
21831
21832 \backslash
21833 officialeuro
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \end_layout
21845
21846 \begin_layout Standard
21847 To use the Euro symbol in formulas, the LaTeX-package 
21848 \series bold
21849 eurosym
21850 \series default
21851
21852 \begin_inset Index idx
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856 Packages ! eurosym
21857 \end_layout
21858
21859 \end_inset
21860
21861  must be installed and loaded with the LaTeX-preamble line
21862 \end_layout
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867
21868 \backslash
21869 usepackage[gennarrow]{eurosym}
21870 \end_layout
21871
21872 \begin_layout Standard
21873 The Euro symbol can now be inserted with the command 
21874 \series bold
21875
21876 \backslash
21877 euro
21878 \series default
21879
21880 \begin_inset Index idx
21881 status collapsed
21882
21883 \begin_layout Plain Layout
21884 Commands ! E ! 
21885 \backslash
21886 euro
21887 \end_layout
21888
21889 \end_inset
21890
21891 .
21892 \end_layout
21893
21894 \begin_layout Standard
21895 The Euro symbol can directly be inserted with the € key in mathematical
21896  text, without having 
21897 \series bold
21898 eurosym
21899 \series default
21900  installed.
21901  When 
21902 \series bold
21903 eurosym
21904 \series default
21905  is installed, 
21906 \series bold
21907
21908 \backslash
21909 euro
21910 \series default
21911  can also be inserted in TeX-mode.
21912  The official currency symbol can then be inserted with the command 
21913 \series bold
21914
21915 \backslash
21916 officialeuro
21917 \series default
21918
21919 \begin_inset Index idx
21920 status collapsed
21921
21922 \begin_layout Plain Layout
21923 Commands ! O ! 
21924 \backslash
21925 officialeuro
21926 \end_layout
21927
21928 \end_inset
21929
21930 , that is only available in TeX-mode.
21931 \end_layout
21932
21933 \begin_layout Standard
21934 \begin_inset ERT
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938
21939
21940 \backslash
21941 ifeurosym 
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \begin_inset Note Note
21948 status open
21949
21950 \begin_layout Plain Layout
21951 The following table will only be displayed when the LaTeX-package 
21952 \series bold
21953 eurosym
21954 \series default
21955  is installed.
21956 \end_layout
21957
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \begin_layout Standard
21964 An overview about the different Euro symbols:
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \align center
21969 \begin_inset Tabular
21970 <lyxtabular version="3" rows="4" columns="3">
21971 <features rotate="0" tabularvalignment="middle">
21972 <column alignment="center" valignment="top" width="0pt">
21973 <column alignment="center" valignment="top" width="0pt">
21974 <column alignment="center" valignment="top" width="0pt">
21975 <row>
21976 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 Command 
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21995 \begin_inset Text
21996
21997 \begin_layout Plain Layout
21998 Result
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009 formula
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \backslash
22020 euro
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $\euro$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 <row>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 mathematical text
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\mbox{€}$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 <row>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 TeX-mode
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 officialeuro
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset ERT
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099
22100
22101 \backslash
22102 officialeuro
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 </lyxtabular>
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Standard
22121 \begin_inset ERT
22122 status collapsed
22123
22124 \begin_layout Plain Layout
22125
22126
22127 \backslash
22128 else 
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \begin_inset Note Note
22135 status open
22136
22137 \begin_layout Plain Layout
22138 The following will be displayed when the LaTeX-package 
22139 \series bold
22140 eurosym
22141 \series default
22142  is not installed:
22143 \end_layout
22144
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 You need to install the LaTeX-package 
22152 \series bold
22153 eurosym
22154 \series default
22155  to see the rest of this subsection in the output.
22156 \end_layout
22157
22158 \begin_layout Standard
22159 \begin_inset ERT
22160 status collapsed
22161
22162 \begin_layout Plain Layout
22163
22164
22165 \backslash
22166 fi 
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Section
22175 Relations
22176 \begin_inset CommandInset label
22177 LatexCommand label
22178 name "sec:Relations"
22179
22180 \end_inset
22181
22182
22183 \begin_inset Index idx
22184 status collapsed
22185
22186 \begin_layout Plain Layout
22187 Relations
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \begin_inset Index idx
22194 status collapsed
22195
22196 \begin_layout Plain Layout
22197 Comparisons|see
22198 \begin_inset ERT
22199 status collapsed
22200
22201 \begin_layout Plain Layout
22202
22203 {
22204 \end_layout
22205
22206 \end_inset
22207
22208 Relations
22209 \begin_inset ERT
22210 status collapsed
22211
22212 \begin_layout Plain Layout
22213
22214 }
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \begin_layout Standard
22228 All relations can also be inserted via the toolbar button 
22229 \begin_inset Graphics
22230         filename ../images/math/leq.png
22231         scale 85
22232
22233 \end_inset
22234
22235 .
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset space \hfill{}
22240 \end_inset
22241
22242
22243 \begin_inset Tabular
22244 <lyxtabular version="3" rows="17" columns="2">
22245 <features rotate="0" tabularvalignment="middle">
22246 <column alignment="center" valignment="top" width="0pt">
22247 <column alignment="center" valignment="top" width="0pt">
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 Command
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 Result
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 <row>
22269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 <
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Formula $<$
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \backslash
22298 le
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $\le$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \backslash
22323 ll
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\ll$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \backslash
22348 prec
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Formula $\prec$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \backslash
22373 preceq
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $\preceq$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \backslash
22398 subset
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Formula $\subset$
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 subseteq
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $\subseteq$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \backslash
22448 sqsubseteq
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Formula $\sqsubseteq$
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \backslash
22473 in
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \begin_inset Formula $\in$
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496
22497 \backslash
22498 vdash
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Formula $\vdash$
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \backslash
22523 smile
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Formula $\smile$
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546
22547 \backslash
22548 lhd
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 \begin_inset Formula $\lhd$
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571
22572 \backslash
22573 unlhd
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 \begin_inset Formula $\unlhd$
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \backslash
22598 gtrless
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 \begin_inset Formula $\gtrless$
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \backslash
22623 mid
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Formula $\mid$
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 </row>
22641 <row>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \backslash
22648 nmid
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 \begin_inset Formula $\nmid$
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 </row>
22666 </lyxtabular>
22667
22668 \end_inset
22669
22670
22671 \begin_inset space \hfill{}
22672 \end_inset
22673
22674
22675 \begin_inset Tabular
22676 <lyxtabular version="3" rows="17" columns="2">
22677 <features rotate="0" tabularvalignment="middle">
22678 <column alignment="center" valignment="top" width="0pt">
22679 <column alignment="center" valignment="top" width="0pt">
22680 <row>
22681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 Command
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 Result
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 =
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $=$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 not=
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\not=$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 equiv
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\equiv$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 sim
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\sim$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 simeq
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\simeq$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 approx
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\approx$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 cong
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\cong$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 bowtie
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\bowtie$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 notin
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\notin$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 perp
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\perp$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 propto
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\propto$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 asymp
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\asymp$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 doteq
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\doteq$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \backslash
23030 circeq
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Formula $\circeq$
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \backslash
23055 models
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $\models$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \backslash
23080 widehat=
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset Formula $\widehat{=}$
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 </lyxtabular>
23099
23100 \end_inset
23101
23102
23103 \begin_inset space \hfill{}
23104 \end_inset
23105
23106
23107 \begin_inset Tabular
23108 <lyxtabular version="3" rows="17" columns="2">
23109 <features rotate="0" tabularvalignment="middle">
23110 <column alignment="center" valignment="top" width="0pt">
23111 <column alignment="center" valignment="top" width="0pt">
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 Command
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 Result
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 >
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $>$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
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 ge
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 $\ge$
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
23186 \backslash
23187 gg
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\gg$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 succ
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\succ$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 succeq
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\succeq$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 supset
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\supset$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 supseteq
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\supseteq$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 sqsupseteq
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\sqsupseteq$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 ni
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\ni$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 dashv
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\dashv$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 frown
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\frown$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 rhd
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\rhd$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 unrhd
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\unrhd$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 lessgtr
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\lessgtr$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 parallel
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\parallel$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 nparallel
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\nparallel$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 </lyxtabular>
23531
23532 \end_inset
23533
23534
23535 \begin_inset space \hfill{}
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \begin_layout Standard
23542 \begin_inset VSpace medskip
23543 \end_inset
23544
23545 The characters 
23546 \series bold
23547
23548 \backslash
23549 lhd
23550 \series default
23551  and 
23552 \series bold
23553
23554 \backslash
23555 rhd
23556 \series default
23557  are bigger than the equal looking operators 
23558 \series bold
23559
23560 \backslash
23561 triangleleft
23562 \series default
23563  and 
23564 \series bold
23565
23566 \backslash
23567 triangleright
23568 \series default
23569 , respectively.
23570 \end_layout
23571
23572 \begin_layout Standard
23573 Relations are, in contrary to symbols, always surrounded by space.
23574 \end_layout
23575
23576 \begin_layout Standard
23577 Relations with labels can be created with the command 
23578 \series bold
23579
23580 \backslash
23581 stackrel
23582 \series default
23583
23584 \begin_inset Index idx
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588 Commands ! S ! 
23589 \backslash
23590 stackrel
23591 \end_layout
23592
23593 \end_inset
23594
23595 :
23596 \end_layout
23597
23598 \begin_layout Standard
23599 \align center
23600 \begin_inset Tabular
23601 <lyxtabular version="3" rows="2" columns="2">
23602 <features rotate="0" tabularvalignment="middle">
23603 <column alignment="center" valignment="top">
23604 <column alignment="center" valignment="top">
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 Command
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 Result
23620 \begin_inset Note Note
23621 status collapsed
23622
23623 \begin_layout Plain Layout
23624
23625 \series bold
23626
23627 \backslash
23628 raisebox
23629 \series default
23630  is only used as spacer.
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 <row>
23642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 A(r)
23647 \backslash
23648 stackrel
23649 \begin_inset space \textvisiblespace{}
23650 \end_inset
23651
23652 r
23653 \backslash
23654 to
23655 \backslash
23656 infty
23657 \begin_inset space \textvisiblespace{}
23658 \end_inset
23659
23660
23661 \begin_inset Formula $\downarrow$
23662 \end_inset
23663
23664
23665 \backslash
23666 approx
23667 \begin_inset space \textvisiblespace{}
23668 \end_inset
23669
23670
23671 \begin_inset space \textvisiblespace{}
23672 \end_inset
23673
23674 B
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 </lyxtabular>
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Section
23700 Functions
23701 \end_layout
23702
23703 \begin_layout Subsection
23704 Predefined Functions
23705 \begin_inset CommandInset label
23706 LatexCommand label
23707 name "sub:Predefined-Functions"
23708
23709 \end_inset
23710
23711
23712 \begin_inset Index idx
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716 Functions ! predefined
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 In general, variables are set 
23726 \emph on
23727 italic
23728 \emph default
23729  in mathematical expressions, but not function names, because 
23730 \begin_inset Formula $sin$
23731 \end_inset
23732
23733  could be misunderstood as 
23734 \begin_inset Formula $s\cdot i\cdot n$
23735 \end_inset
23736
23737 .
23738  Therefore there are predefined functionswhich are additionally a bit separated
23739  from prefactors.
23740  They are inserted as commands starting with a backslash before their name.
23741 \end_layout
23742
23743 \begin_layout Standard
23744 \align center
23745 \begin_inset Tabular
23746 <lyxtabular version="3" rows="2" columns="4">
23747 <features rotate="0" tabularvalignment="middle">
23748 <column alignment="center" valignment="top" width="0pt">
23749 <column alignment="center" valignment="top" width="0pt">
23750 <column alignment="center" valignment="top" width="0pt">
23751 <column alignment="center" valignment="top" width="0pt">
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 Command
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766 Result
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 Command
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 Result
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 Asin(x)+B
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $Asin(x)+B$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 A
23817 \backslash
23818 sin(x)+B
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Formula $A\sin(x)+B$
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 </lyxtabular>
23837
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \begin_layout Standard
23844 The following functions are predefined:
23845 \end_layout
23846
23847 \begin_layout Standard
23848 \begin_inset VSpace -2mm
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Standard
23855 \align center
23856 \begin_inset Tabular
23857 <lyxtabular version="3" rows="9" columns="4">
23858 <features rotate="0" tabularvalignment="middle">
23859 <column alignment="center" valignment="top" width="0pt">
23860 <column alignment="center" valignment="top" width="0pt">
23861 <column alignment="center" valignment="top" width="0pt">
23862 <column alignment="center" valignment="top" width="0pt">
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 Command
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 Command
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23883 \begin_inset Text
23884
23885 \begin_layout Plain Layout
23886 Command
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23892 \begin_inset Text
23893
23894 \begin_layout Plain Layout
23895 Command
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 </row>
23901 <row>
23902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906
23907 \backslash
23908 sin
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 sinh
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928
23929 \backslash
23930 arcsin
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 sup
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 cos
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 cosh
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 arccos
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 inf
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 tan
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009
24010 \backslash
24011 tanh
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
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 arctan
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
24032 \backslash
24033 lim
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 cot
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 coth
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 arg
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 liminf
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090
24091 \backslash
24092 sec
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \backslash
24103 min
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \backslash
24114 deg
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 limsup
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 csc
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 max
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 det
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 Pr
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 </row>
24177 <row>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182
24183 \backslash
24184 ln
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 exp
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 dim
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 hom
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 lg
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 log
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 ker
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 gcd
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 </lyxtabular>
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Standard
24277 They can also be inserted with the math toolbar button 
24278 \begin_inset Graphics
24279         filename ../images/math/functions.png
24280         scale 85
24281
24282 \end_inset
24283
24284 .
24285 \end_layout
24286
24287 \begin_layout Subsection
24288 Self-defined Functions
24289 \begin_inset Index idx
24290 status collapsed
24291
24292 \begin_layout Plain Layout
24293 Functions ! self-defined
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 To use a function that is not predefined, like for example the sign function
24303  sgn(x), there are two possibilities:
24304 \end_layout
24305
24306 \begin_layout Itemize
24307 Define the function by inserting the following line to the LaTeX-preamble
24308 \begin_inset Foot
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312 For more about 
24313 \series bold
24314
24315 \backslash
24316 DeclareMathOperator
24317 \series default
24318  see 
24319 \begin_inset CommandInset ref
24320 LatexCommand ref
24321 reference "sub:Self-defined-Operators"
24322
24323 \end_inset
24324
24325 .
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \begin_inset Newline newline
24332 \end_inset
24333
24334
24335 \begin_inset VSpace -3mm
24336 \end_inset
24337
24338
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \series bold
24344
24345 \backslash
24346 DeclareMathOperator{
24347 \backslash
24348 sgn}{sgn}
24349 \series default
24350
24351 \begin_inset Index idx
24352 status collapsed
24353
24354 \begin_layout Plain Layout
24355 Commands ! D ! 
24356 \backslash
24357 dbinom@
24358 \backslash
24359 DeclareMathOperator
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \begin_inset Newline newline
24366 \end_inset
24367
24368
24369 \begin_inset VSpace -2mm
24370 \end_inset
24371
24372
24373 \begin_inset Newline newline
24374 \end_inset
24375
24376 Now the new defined function can be called with the command 
24377 \series bold
24378
24379 \backslash
24380 sgn
24381 \series default
24382 .
24383 \end_layout
24384
24385 \begin_layout Itemize
24386 Write the formula as usual, mark the formula name, in our example the letters
24387  
24388 \emph on
24389 sgn
24390 \emph default
24391 , and change it to mathematical text.
24392  Finally, a space is inserted between prefactor and function.
24393 \end_layout
24394
24395 \begin_layout Standard
24396 The result is the same with both methods as with a predefined function
24397 \begin_inset Foot
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401 In LyX self-defined functions are displayed red, predefined ones black.
24402 \end_layout
24403
24404 \end_inset
24405
24406 :
24407 \end_layout
24408
24409 \begin_layout Standard
24410 \align center
24411 \begin_inset Tabular
24412 <lyxtabular version="3" rows="3" columns="2">
24413 <features rotate="0" tabularvalignment="middle">
24414 <column alignment="center" valignment="top" width="0pt">
24415 <column alignment="center" valignment="top" width="0pt">
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 Command
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 Result
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 </row>
24436 <row>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 A
24442 \backslash
24443 sgn(x)+B
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452 \begin_inset Formula $A\sgn(x)+B$
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 </row>
24461 <row>
24462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 A
24467 \backslash
24468 ,
24469 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24470 \end_inset
24471
24472 (x)+B
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 </lyxtabular>
24491
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \begin_layout Standard
24498 The first method is more suitable when the self-defined function should
24499  be used several times.
24500 \end_layout
24501
24502 \begin_layout Subsection
24503 Limits
24504 \begin_inset Index idx
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 Limits
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 For limits, in addition to the commands 
24518 \series bold
24519
24520 \backslash
24521 lim
24522 \series default
24523
24524 \begin_inset Index idx
24525 status collapsed
24526
24527 \begin_layout Plain Layout
24528 Commands ! L ! 
24529 \backslash
24530 lim
24531 \end_layout
24532
24533 \end_inset
24534
24535
24536 \series bold
24537
24538 \backslash
24539 liminf
24540 \series default
24541  and 
24542 \series bold
24543
24544 \backslash
24545 limsup
24546 \series default
24547  the following functions are defined:
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \align center
24552 \begin_inset Tabular
24553 <lyxtabular version="3" rows="5" columns="2">
24554 <features rotate="0" tabularvalignment="middle">
24555 <column alignment="center" valignment="top">
24556 <column alignment="center" valignment="top">
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562 Command
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 Result
24572 \begin_inset Note Note
24573 status collapsed
24574
24575 \begin_layout Plain Layout
24576
24577 \series bold
24578
24579 \backslash
24580 raisebox
24581 \series default
24582  is only used as spacer.
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 varliminf
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\varliminf$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 varlimsup
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 \begin_inset Formula $\varlimsup$
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 </row>
24643 <row>
24644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 varprojlim
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 \begin_inset Formula $\varprojlim$
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 </row>
24668 <row>
24669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \backslash
24675 varinjlim
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 \begin_inset Formula $\varinjlim$
24685 \end_inset
24686
24687
24688 \begin_inset Formula $\raisebox{-2.5mm}{}$
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 </row>
24697 </lyxtabular>
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Standard
24705 \begin_inset VSpace medskip
24706 \end_inset
24707
24708 The limit is created by inserting a subscript.
24709  It is set right beside the function in an inline formula:
24710 \end_layout
24711
24712 \begin_layout Standard
24713 \align center
24714 \begin_inset Tabular
24715 <lyxtabular version="3" rows="2" columns="2">
24716 <features rotate="0" tabularvalignment="middle">
24717 <column alignment="center" valignment="top" width="0pt">
24718 <column alignment="center" valignment="top" width="0pt">
24719 <row>
24720 <cell alignment="center" valignment="top" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724 Command
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733 \begin_inset space \hspace{}
24734 \length 1cm
24735 \end_inset
24736
24737 Result
24738 \begin_inset Note Note
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742 The space and
24743 \series bold
24744  
24745 \backslash
24746 raisebox
24747 \series default
24748  are used here as spacer.
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 </row>
24759 <row>
24760 <cell alignment="center" valignment="top" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \backslash
24766 lim_x
24767 \backslash
24768 to
24769 \begin_inset space \textvisiblespace{}
24770 \end_inset
24771
24772 A
24773 \begin_inset space \textvisiblespace{}
24774 \end_inset
24775
24776 x=B
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24786 \end_inset
24787
24788
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 </row>
24794 </lyxtabular>
24795
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \begin_layout Standard
24802 In a displayed formula the limit is set below the formula, as usual:
24803 \begin_inset Formula 
24804 \[
24805 \lim_{x\to A}x=B
24806 \]
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Subsection
24814 Modulo-Functions
24815 \begin_inset Index idx
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819 Functions ! modulo-
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 The modulo-function is special, because it exists in four variants.
24829  The variants in a displayed formula are:
24830 \begin_inset Formula 
24831 \begin{align*}
24832 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24833 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24834 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24835 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24836 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24837 \end{align*}
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 In an inline formula less space is set before the function names for all
24846  variants.
24847  By default the modulo-functions take only the first following character
24848  into account.
24849  To use more than one character, one has to put them into TeX-braces:
24850 \begin_inset Formula 
24851 \begin{align*}
24852 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24853 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24854 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24855 \end{align*}
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \begin_layout Section
24863 Special Characters
24864 \begin_inset Index idx
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868 Special characters
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Subsection
24877 Special Characters in Mathematical Text
24878 \end_layout
24879
24880 \begin_layout Standard
24881 The following commands can only be used in mathematical text or in TeX-mode:
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset space \hfill{}
24886 \end_inset
24887
24888
24889 \begin_inset Tabular
24890 <lyxtabular version="3" rows="8" columns="2">
24891 <features rotate="0" tabularvalignment="middle">
24892 <column alignment="block" valignment="top">
24893 <column alignment="block" valignment="top">
24894 <row>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Result
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 </row>
24914 <row>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 oe
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 \begin_inset Formula $\textrm{œ}$
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 <row>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944
24945 \backslash
24946 OE
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 \begin_inset Formula $\textrm{Œ}$
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 </row>
24964 <row>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 ae
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 \begin_inset Formula $\textrm{æ}$
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 </row>
24989 <row>
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \backslash
24996 AE
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Formula $\textrm{Æ}$
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 <row>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 aa
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 \begin_inset Formula $\textrm{\aa}$
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 AA
25047 \begin_inset Index idx
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 @
25054 \begin_inset ERT
25055 status collapsed
25056
25057 \begin_layout Plain Layout
25058
25059
25060 \backslash
25061 textrm{
25062 \backslash
25063 AA}
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082 \begin_inset Formula $\textrm{Å}$
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 </row>
25091 <row>
25092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \backslash
25098 i
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107 \begin_inset Formula $\textrm{ı}$
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 </row>
25116 </lyxtabular>
25117
25118 \end_inset
25119
25120
25121 \begin_inset space \hfill{}
25122 \end_inset
25123
25124
25125 \begin_inset Tabular
25126 <lyxtabular version="3" rows="8" columns="2">
25127 <features rotate="0" tabularvalignment="middle">
25128 <column alignment="block" valignment="top">
25129 <column alignment="center" valignment="top">
25130 <row>
25131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135 command
25136 \begin_inset Note Note
25137 status collapsed
25138
25139 \begin_layout Plain Layout
25140 The space of 0
25141 \begin_inset space \thinspace{}
25142 \end_inset
25143
25144 mm is used for separation, because otherwise the output will be ¡ and ¿
25145  respectively.
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 Result
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 </row>
25165 <row>
25166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170
25171 \backslash
25172 o
25173 \end_layout
25174
25175 \end_inset
25176 </cell>
25177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25178 \begin_inset Text
25179
25180 \begin_layout Plain Layout
25181 \begin_inset Formula $\textrm{ø}$
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 </row>
25190 <row>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 O
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206 \begin_inset Formula $\textrm{Ø}$
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 </row>
25215 <row>
25216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220
25221 \backslash
25222 l
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 \begin_inset Formula $\textrm{ł}$
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 </row>
25240 <row>
25241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245
25246 \backslash
25247 L
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 \begin_inset Formula $\textrm{Ł}$
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 !
25271 \begin_inset space \hspace{}
25272 \length 0mm
25273 \end_inset
25274
25275 `
25276 \begin_inset space \textvisiblespace{}
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288 \begin_inset Formula $\textrm{!`}$
25289 \end_inset
25290
25291
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 </row>
25297 <row>
25298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 ?
25303 \begin_inset space \hspace{}
25304 \length 0mm
25305 \end_inset
25306
25307 `
25308 \begin_inset space \textvisiblespace{}
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320 \begin_inset Formula $\textrm{?`}$
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 <row>
25330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \backslash
25336 j
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 \begin_inset Formula $\textrm{ȷ}$
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 </lyxtabular>
25355
25356 \end_inset
25357
25358
25359 \begin_inset space \hfill{}
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout Standard
25366 The characters 
25367 \begin_inset Formula $\textrm{\textrm{Å}}$
25368 \end_inset
25369
25370  and 
25371 \begin_inset Formula $\textrm{\textrm{Ø}}$
25372 \end_inset
25373
25374  can also be inserted via the math toolbar button 
25375 \begin_inset Graphics
25376         filename ../images/math/digamma.png
25377         scale 85
25378
25379 \end_inset
25380
25381 .
25382 \end_layout
25383
25384 \begin_layout Standard
25385 An exception are the commands 
25386 \series bold
25387 !
25388 \begin_inset space \hspace{}
25389 \length 0mm
25390 \end_inset
25391
25392 `
25393 \series default
25394  and 
25395 \series bold
25396 ?
25397 \begin_inset space \hspace{}
25398 \length 0mm
25399 \end_inset
25400
25401 `
25402 \series default
25403 , because they can be inserted in LyX directly to text.
25404 \end_layout
25405
25406 \begin_layout Subsection
25407 Accents in Text
25408 \begin_inset CommandInset label
25409 LatexCommand label
25410 name "sub:Accents-in-Text"
25411
25412 \end_inset
25413
25414
25415 \begin_inset Index idx
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 Accents ! in text
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \begin_layout Standard
25428 With the following commands all letters can be accented.
25429  The commands must be inserted in TeX-mode.
25430 \end_layout
25431
25432 \begin_layout Standard
25433 \begin_inset space \hfill{}
25434 \end_inset
25435
25436
25437 \begin_inset Tabular
25438 <lyxtabular version="3" rows="8" columns="2">
25439 <features rotate="0" tabularvalignment="middle">
25440 <column alignment="block" valignment="top">
25441 <column alignment="block" valignment="top">
25442 <row>
25443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447 Command
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25453 \begin_inset Text
25454
25455 \begin_layout Plain Layout
25456 Result
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 </row>
25462 <row>
25463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25464 \begin_inset Text
25465
25466 \begin_layout Plain Layout
25467
25468 \backslash
25469
25470 \begin_inset Quotes grd
25471 \end_inset
25472
25473 e
25474 \end_layout
25475
25476 \end_inset
25477 </cell>
25478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25479 \begin_inset Text
25480
25481 \begin_layout Plain Layout
25482 \begin_inset ERT
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486
25487
25488 \backslash
25489 "e
25490 \end_layout
25491
25492 \end_inset
25493
25494
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 </row>
25500 <row>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505
25506 \backslash
25507 `e
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 \begin_inset ERT
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521
25522 \backslash
25523 `e
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \end_inset
25532 </cell>
25533 </row>
25534 <row>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539
25540 \backslash
25541 ^
25542 \begin_inset space \textvisiblespace{}
25543 \end_inset
25544
25545 e
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 \begin_inset ERT
25555 status collapsed
25556
25557 \begin_layout Plain Layout
25558
25559
25560 \backslash
25561 ^e
25562 \end_layout
25563
25564 \end_inset
25565
25566
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 </row>
25572 <row>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577
25578 \backslash
25579 =e
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593
25594 \backslash
25595 =e
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 </row>
25606 <row>
25607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25608 \begin_inset Text
25609
25610 \begin_layout Plain Layout
25611
25612 \backslash
25613 u
25614 \begin_inset space \textvisiblespace{}
25615 \end_inset
25616
25617 e
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 \begin_inset ERT
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630
25631
25632 \backslash
25633 u e
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \end_inset
25642 </cell>
25643 </row>
25644 <row>
25645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25646 \begin_inset Text
25647
25648 \begin_layout Plain Layout
25649
25650 \backslash
25651 b
25652 \begin_inset space \textvisiblespace{}
25653 \end_inset
25654
25655 e
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664 \begin_inset ERT
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668
25669
25670 \backslash
25671 b e
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \end_inset
25680 </cell>
25681 </row>
25682 <row>
25683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687
25688 \backslash
25689 t
25690 \begin_inset space \textvisiblespace{}
25691 \end_inset
25692
25693 ee
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 \begin_inset ERT
25703 status collapsed
25704
25705 \begin_layout Plain Layout
25706
25707
25708 \backslash
25709 t ee
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 </row>
25720 </lyxtabular>
25721
25722 \end_inset
25723
25724
25725 \begin_inset space \hfill{}
25726 \end_inset
25727
25728
25729 \begin_inset Tabular
25730 <lyxtabular version="3" rows="8" columns="2">
25731 <features rotate="0" tabularvalignment="middle">
25732 <column alignment="block" valignment="top">
25733 <column alignment="center" valignment="top">
25734 <row>
25735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739 Command
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Plain Layout
25748 Result
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 <row>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 H
25762 \begin_inset space \textvisiblespace{}
25763 \end_inset
25764
25765 e
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774 \begin_inset ERT
25775 status collapsed
25776
25777 \begin_layout Plain Layout
25778
25779
25780 \backslash
25781 H e
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 'e
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset ERT
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812
25813
25814 \backslash
25815 'e
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833 ~e
25834 \begin_inset Index idx
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838 Tilde
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25849 \begin_inset Text
25850
25851 \begin_layout Plain Layout
25852 \begin_inset ERT
25853 status collapsed
25854
25855 \begin_layout Plain Layout
25856
25857
25858 \backslash
25859 ~e
25860 \end_layout
25861
25862 \end_inset
25863
25864
25865 \end_layout
25866
25867 \end_inset
25868 </cell>
25869 </row>
25870 <row>
25871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25872 \begin_inset Text
25873
25874 \begin_layout Plain Layout
25875
25876 \backslash
25877 .e
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891
25892 \backslash
25893 .e
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \end_inset
25902 </cell>
25903 </row>
25904 <row>
25905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909
25910 \backslash
25911 v
25912 \begin_inset space \textvisiblespace{}
25913 \end_inset
25914
25915 e
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924 \begin_inset ERT
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928
25929
25930 \backslash
25931 v e
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 </row>
25942 <row>
25943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25944 \begin_inset Text
25945
25946 \begin_layout Plain Layout
25947
25948 \backslash
25949 d
25950 \begin_inset space \textvisiblespace{}
25951 \end_inset
25952
25953 e
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 d e
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 </row>
25980 <row>
25981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25982 \begin_inset Text
25983
25984 \begin_layout Plain Layout
25985
25986 \backslash
25987 c
25988 \begin_inset space \textvisiblespace{}
25989 \end_inset
25990
25991 e
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25997 \begin_inset Text
25998
25999 \begin_layout Plain Layout
26000 \begin_inset ERT
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004
26005
26006 \backslash
26007 c e
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 </row>
26018 </lyxtabular>
26019
26020 \end_inset
26021
26022
26023 \begin_inset space \hfill{}
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 \begin_inset VSpace medskip
26031 \end_inset
26032
26033 With the command 
26034 \series bold
26035
26036 \backslash
26037 t
26038 \series default
26039  also two different characters can be accented.
26040  The command 
26041 \series bold
26042
26043 \backslash
26044 t
26045 \begin_inset space \textvisiblespace{}
26046 \end_inset
26047
26048 sz
26049 \series default
26050  creates: 
26051 \begin_inset ERT
26052 status collapsed
26053
26054 \begin_layout Plain Layout
26055
26056
26057 \backslash
26058 t sz
26059 \end_layout
26060
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \begin_layout Standard
26067 The accents 
26068 \series bold
26069 `
26070 \series default
26071  , 
26072 \series bold
26073 '
26074 \series default
26075  and 
26076 \series bold
26077 ^
26078 \series default
26079  can in combination with vowels directly be inserted with the keyboard without
26080  using TeX-mode.
26081  The same applies for the tilde
26082 \begin_inset Foot
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 This only applies for keyboards where the tilde is defined as accent.
26087 \end_layout
26088
26089 \end_inset
26090
26091  
26092 \series bold
26093 ~
26094 \series default
26095  in combination with 
26096 \emph on
26097 a
26098 \emph default
26099  , 
26100 \emph on
26101 n
26102 \emph default
26103  , or 
26104 \emph on
26105 o
26106 \emph default
26107 .
26108 \end_layout
26109
26110 \begin_layout Standard
26111 The commands 
26112 \series bold
26113
26114 \backslash
26115 b
26116 \series default
26117  , 
26118 \series bold
26119
26120 \backslash
26121 c
26122 \series default
26123  , 
26124 \series bold
26125
26126 \backslash
26127 d
26128 \series default
26129  , 
26130 \series bold
26131
26132 \backslash
26133 H
26134 \series default
26135  , 
26136 \series bold
26137
26138 \backslash
26139 t
26140 \series default
26141  , 
26142 \series bold
26143
26144 \backslash
26145 u
26146 \series default
26147  , 
26148 \series bold
26149
26150 \backslash
26151 v
26152 \series default
26153  and accents that are inserted directly with the keyboard are also available
26154  in mathematical text.
26155  For the other accents there are special math commands to be used in formulas,
26156  see 
26157 \begin_inset CommandInset ref
26158 LatexCommand ref
26159 reference "sub:Accents-for-one"
26160
26161 \end_inset
26162
26163 .
26164 \end_layout
26165
26166 \begin_layout Standard
26167 \begin_inset VSpace bigskip
26168 \end_inset
26169
26170 Furthermore, with the command 
26171 \series bold
26172
26173 \backslash
26174 textcircled
26175 \series default
26176
26177 \begin_inset Index idx
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181 Commands ! T ! 
26182 \backslash
26183 textcircled
26184 \end_layout
26185
26186 \end_inset
26187
26188  all numbers and letters can be set into a circle, quasi accented with a
26189  circle, similar to the copyright symbol.
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \align center
26194 \begin_inset Tabular
26195 <lyxtabular version="3" rows="3" columns="2">
26196 <features rotate="0" tabularvalignment="middle">
26197 <column alignment="center" valignment="top">
26198 <column alignment="center" valignment="top">
26199 <row>
26200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 Command
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 Result
26214 \begin_inset Note Note
26215 status collapsed
26216
26217 \begin_layout Plain Layout
26218
26219 \series bold
26220
26221 \backslash
26222 raisebox
26223 \series default
26224  is only used as spacer.
26225 \end_layout
26226
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" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \backslash
26242 textcircled{w}
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26248 \begin_inset Text
26249
26250 \begin_layout Plain Layout
26251 \begin_inset ERT
26252 status collapsed
26253
26254 \begin_layout Plain Layout
26255
26256
26257 \backslash
26258 textcircled{w}
26259 \end_layout
26260
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row>
26270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274
26275 \backslash
26276 Large 
26277 \backslash
26278 textcircled{
26279 \backslash
26280 normalsize
26281 \backslash
26282 protect
26283 \backslash
26284 raisebox{-1.5pt}{W}}
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Formula $\raisebox{4.5mm}{}$
26294 \end_inset
26295
26296
26297 \begin_inset ERT
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301
26302
26303 \backslash
26304 Large 
26305 \backslash
26306 textcircled{
26307 \backslash
26308 normalsize
26309 \backslash
26310 protect
26311 \backslash
26312 raisebox{-1.5pt}W}
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \begin_inset Formula $\raisebox{-2mm}{}$
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 </row>
26327 </lyxtabular>
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Standard
26335 One has to take care that the character fits in the circle.
26336  
26337 \series bold
26338
26339 \backslash
26340 Large
26341 \series default
26342
26343 \begin_inset Foot
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347 see 
26348 \begin_inset CommandInset ref
26349 LatexCommand ref
26350 reference "sub:Font-Sizes"
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \end_inset
26358
26359  specifies thereby the size of the circle.
26360  With the help of 
26361 \series bold
26362
26363 \backslash
26364 raisebox
26365 \series default
26366
26367 \begin_inset Foot
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371 see 
26372 \begin_inset CommandInset ref
26373 LatexCommand ref
26374 reference "sub:Boxes-without-Frame"
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \end_inset
26382
26383  the character can be centered.
26384 \end_layout
26385
26386 \begin_layout Subsection
26387 Old-style Figures
26388 \begin_inset Index idx
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392 Old-style Figures
26393 \end_layout
26394
26395 \end_inset
26396
26397
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Old-style figures (also known as old-style numerals) are created with the
26402  command 
26403 \series bold
26404
26405 \backslash
26406 oldstylenums
26407 \series default
26408
26409 \begin_inset Index idx
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413 Commands ! O ! 
26414 \backslash
26415 oldstylenums
26416 \end_layout
26417
26418 \end_inset
26419
26420 .
26421  The command can be used in formulas and in TeX-mode.
26422  The command scheme is:
26423 \end_layout
26424
26425 \begin_layout Standard
26426
26427 \series bold
26428
26429 \backslash
26430 oldstylenums{number}
26431 \end_layout
26432
26433 \begin_layout Standard
26434 The command 
26435 \series bold
26436
26437 \backslash
26438 oldstylenums{0123456789
26439 \series default
26440  produces: 
26441 \begin_inset Formula $\oldstylenums{0123456789}$
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Section
26448 Formula Styles
26449 \begin_inset CommandInset label
26450 LatexCommand label
26451 name "sec:Formula-Styles"
26452
26453 \end_inset
26454
26455
26456 \begin_inset Index idx
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460 Formula ! styles
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \begin_layout Itemize
26469 There are two different alignment styles:
26470 \end_layout
26471
26472 \begin_deeper
26473 \begin_layout Description
26474 Centered is the predefined standard
26475 \end_layout
26476
26477 \begin_layout Description
26478 Indented for this the option 
26479 \series bold
26480 fleqn
26481 \series default
26482  must be inserted in the menu 
26483 \family sans
26484 Document\SpecialChar \menuseparator
26485 Settings
26486 \family default
26487  under 
26488 \family sans
26489 Document
26490 \begin_inset space ~
26491 \end_inset
26492
26493 Class
26494 \end_layout
26495
26496 \begin_layout Standard
26497 When 
26498 \series bold
26499 Indented
26500 \series default
26501  is used, the indentation can be adjusted with the length 
26502 \series bold
26503
26504 \backslash
26505 mathindent
26506 \series default
26507
26508 \begin_inset Index idx
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512 Commands ! M ! 
26513 \backslash
26514 mathindent
26515 \end_layout
26516
26517 \end_inset
26518
26519 .
26520  Should the distance be 15
26521 \begin_inset space \thinspace{}
26522 \end_inset
26523
26524 mm, the following command line is inserted in the LaTeX-preamble
26525 \end_layout
26526
26527 \begin_layout Standard
26528
26529 \series bold
26530
26531 \backslash
26532 setlength{
26533 \backslash
26534 mathindent}{15mm}
26535 \end_layout
26536
26537 \begin_layout Standard
26538 When no length is specified, the predefined value of 30
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 pt will be used.
26543 \end_layout
26544
26545 \end_deeper
26546 \begin_layout Itemize
26547 And two different numbering styles:
26548 \end_layout
26549
26550 \begin_deeper
26551 \begin_layout Description
26552 Right is the predefined standard
26553 \end_layout
26554
26555 \begin_layout Description
26556 Left for this the option 
26557 \series bold
26558 leqno
26559 \series default
26560  must be inserted in the menu 
26561 \family sans
26562 Document\SpecialChar \menuseparator
26563 Settings
26564 \family default
26565  under 
26566 \family sans
26567 Document
26568 \begin_inset space ~
26569 \end_inset
26570
26571 Class
26572 \end_layout
26573
26574 \end_deeper
26575 \begin_layout Standard
26576
26577 \series bold
26578 fleqn
26579 \series default
26580  and 
26581 \series bold
26582 leqno
26583 \series default
26584  can also be used together.
26585  In this case both options are inserted, separated by a comma.
26586 \end_layout
26587
26588 \begin_layout Standard
26589 The chosen styles are used for all displayed formulas of the document.
26590  When both, centered and indented formulas should be created in a document,
26591  the style 
26592 \series bold
26593 Centered
26594 \series default
26595  is used.
26596  The indented formulas are then set in a flalign environment, see 
26597 \begin_inset CommandInset ref
26598 LatexCommand ref
26599 reference "sub:Flalign-Environment"
26600
26601 \end_inset
26602
26603 .
26604 \end_layout
26605
26606 \begin_layout Section
26607 Multiline Formulas
26608 \begin_inset CommandInset label
26609 LatexCommand label
26610 name "sec:Multiline-Formulas"
26611
26612 \end_inset
26613
26614
26615 \begin_inset Index idx
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619 Formula ! multiline
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Subsection
26628 General
26629 \end_layout
26630
26631 \begin_layout Standard
26632 In LyX multiline formulas are created by pressing 
26633 \series bold
26634
26635 \begin_inset Info
26636 type  "shortcut"
26637 arg   "newline-insert newline"
26638 \end_inset
26639
26640
26641 \series default
26642  inside a formula.
26643  This creates either an 
26644 \series bold
26645 eqnarray environment
26646 \series default
26647  that is described in 
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "sub:Eqnarray-Environment"
26651
26652 \end_inset
26653
26654  or, when the option 
26655 \family sans
26656 Use AMS math package
26657 \family default
26658  in the document settings is selected, an 
26659 \series bold
26660 align environment
26661 \series default
26662  that is described in 
26663 \begin_inset CommandInset ref
26664 LatexCommand ref
26665 reference "sub:Standard-align-Environment"
26666
26667 \end_inset
26668
26669 .
26670  The align environment is recommended because it provides in any case a
26671  typographically correct output.
26672 \end_layout
26673
26674 \begin_layout Standard
26675 There are other multiline formula environments that can be created via the
26676  menu 
26677 \family sans
26678 Insert\SpecialChar \menuseparator
26679 Math
26680 \family default
26681 .
26682  These environments are described in the following sections.
26683 \end_layout
26684
26685 \begin_layout Standard
26686 In all multiline formula environments a new line is created by pressing
26687  
26688 \begin_inset Info
26689 type  "shortcut"
26690 arg   "newline-insert newline"
26691 \end_inset
26692
26693 .
26694  To add or delete lines, the math toolbar buttons 
26695 \begin_inset Graphics
26696         filename ../images/tabular-feature_append-row.png
26697         scale 85
26698
26699 \end_inset
26700
26701  or 
26702 \begin_inset Graphics
26703         filename ../images/tabular-feature_delete-row.png
26704         scale 85
26705
26706 \end_inset
26707
26708 , respectively, or the menu 
26709 \family sans
26710 Edit\SpecialChar \menuseparator
26711 Rows & Columns
26712 \family default
26713  can be used.
26714 \end_layout
26715
26716 \begin_layout Subsubsection
26717 Line Separation
26718 \begin_inset CommandInset label
26719 LatexCommand label
26720 name "sub:Line-Separation"
26721
26722 \end_inset
26723
26724
26725 \begin_inset Index idx
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729 Formula ! multiline ! Line separation
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Standard
26738 There is sometimes not enough space in multiline formulas between the lines:
26739 \begin_inset Formula 
26740 \begin{eqnarray*}
26741 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}\\
26742 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
26743 \end{eqnarray*}
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Standard
26751 In LaTeX additional line space is specified as optional argument of the
26752  new line command.
26753  This is not yet possible in LyX
26754 \begin_inset Foot
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758 see 
26759 \begin_inset CommandInset href
26760 LatexCommand href
26761 name "LyX-bug #1505"
26762 target "http://www.lyx.org/trac/ticket/1505"
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770
26771 , therefore the whole formula must be inserted in TeX-mode.
26772  To add in our example space, the command 
26773 \series bold
26774
26775 \backslash
26776
26777 \backslash
26778 [3mm]
26779 \series default
26780  is inserted at the end of the first line.
26781  One gets: 
26782 \begin_inset ERT
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786
26787
26788 \backslash
26789 begin{eqnarray*}
26790 \end_layout
26791
26792 \begin_layout Plain Layout
26793
26794 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26795  = & 
26796 \backslash
26797 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26798 \backslash
26799
26800 \backslash
26801 [3mm]
26802 \end_layout
26803
26804 \begin_layout Plain Layout
26805
26806 4x^{2}
26807 \backslash
26808 left(B^{2}+x_{0}^{2}
26809 \backslash
26810 right)+4x_{0}x
26811 \backslash
26812 left(D-B^{2}
26813 \backslash
26814 right)+B^{2}
26815 \backslash
26816 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26817 \backslash
26818 right) & = & 0
26819 \end_layout
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 end{eqnarray*}
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Standard
26834 \begin_inset VSpace bigskip
26835 \end_inset
26836
26837 To set the line separation for all lines in a formula, the length 
26838 \series bold
26839
26840 \backslash
26841 jot
26842 \series default
26843
26844 \begin_inset Index idx
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848 Commands ! J ! 
26849 \backslash
26850 jot
26851 \end_layout
26852
26853 \end_inset
26854
26855  is changed.
26856  The definition is: 
26857 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
26858 \end_inset
26859
26860 .
26861  Predefined for 
26862 \series bold
26863
26864 \backslash
26865 jot
26866 \series default
26867  is the value 3
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871 pt.
26872  To create 3
26873 \begin_inset space \thinspace{}
26874 \end_inset
26875
26876 mm additional line separation as in the previous example, the command
26877 \end_layout
26878
26879 \begin_layout Standard
26880
26881 \series bold
26882
26883 \backslash
26884 setlength{
26885 \backslash
26886 jot}{3mm+3pt}
26887 \end_layout
26888
26889 \begin_layout Standard
26890 is inserted in TeX-mode before the formula.
26891  This requires that the LaTeX-package 
26892 \series bold
26893 calc
26894 \series default
26895
26896 \begin_inset Foot
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901 \series bold
26902 calc
26903 \series default
26904  is part of every LaTeX standard installation.
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \begin_inset Index idx
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 Packages ! calc
26915 \end_layout
26916
26917 \end_inset
26918
26919  was loaded in LaTeX-preamble with the line
26920 \end_layout
26921
26922 \begin_layout Standard
26923
26924 \series bold
26925
26926 \backslash
26927 usepackage{calc}
26928 \end_layout
26929
26930 \begin_layout Standard
26931 One gets: 
26932 \begin_inset ERT
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936
26937
26938 \backslash
26939 setlength{
26940 \backslash
26941 jot}{3mm+3pt}
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \begin_inset Formula 
26948 \begin{eqnarray*}
26949 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}\\
26950 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
26951 \end{eqnarray*}
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Standard
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 setlength{
26967 \backslash
26968 jot}{3pt}
26969 \end_layout
26970
26971 \end_inset
26972
26973  To get back to the predefined distance, 
26974 \series bold
26975
26976 \backslash
26977 jot
26978 \series default
26979  is set to the value 3
26980 \begin_inset space \thinspace{}
26981 \end_inset
26982
26983 pt.
26984 \end_layout
26985
26986 \begin_layout Subsubsection
26987 Column Separation
26988 \begin_inset CommandInset label
26989 LatexCommand label
26990 name "sub:Column-Separation"
26991
26992 \end_inset
26993
26994
26995 \begin_inset Index idx
26996 status collapsed
26997
26998 \begin_layout Plain Layout
26999 Formula ! multiline ! Column separation
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Standard
27008 Multiline formulas form a matrix.
27009  A formula in the eqnarray environment is for example a matrix with three
27010  columns.
27011  By changing the column separation in this environment, the space beside
27012  the relation sign can be changed.
27013 \end_layout
27014
27015 \begin_layout Standard
27016 The column separation is specified with the length 
27017 \series bold
27018
27019 \backslash
27020 arraycolsep
27021 \series default
27022
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 Commands ! A ! 
27028 \backslash
27029 arraycolsep
27030 \end_layout
27031
27032 \end_inset
27033
27034  according to:
27035 \begin_inset Newline newline
27036 \end_inset
27037
27038 column separation = 2
27039 \begin_inset space \thinspace{}
27040 \end_inset
27041
27042
27043 \series bold
27044
27045 \backslash
27046 arraycolsep
27047 \series default
27048
27049 \begin_inset Newline newline
27050 \end_inset
27051
27052 Thus, the command
27053 \end_layout
27054
27055 \begin_layout Standard
27056
27057 \series bold
27058
27059 \backslash
27060 setlength{
27061 \backslash
27062 arraycolsep}{1cm}
27063 \end_layout
27064
27065 \begin_layout Standard
27066 inserted in TeX-mode, sets for all following formulas a column separation
27067  of 2
27068 \begin_inset space \thinspace{}
27069 \end_inset
27070
27071 cm.
27072  To get back to the predefined distance, 
27073 \series bold
27074
27075 \backslash
27076 arraycolsep
27077 \series default
27078  is set to 5
27079 \begin_inset space \thinspace{}
27080 \end_inset
27081
27082 pt.
27083 \end_layout
27084
27085 \begin_layout Standard
27086 A formula with 2
27087 \begin_inset space \thinspace{}
27088 \end_inset
27089
27090 cm column separation:
27091 \begin_inset ERT
27092 status collapsed
27093
27094 \begin_layout Plain Layout
27095
27096
27097 \backslash
27098 setlength{
27099 \backslash
27100 arraycolsep}{1cm}
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \begin_inset Formula 
27107 \begin{eqnarray*}
27108 A & = & B\\
27109 C & \ne & A
27110 \end{eqnarray*}
27111
27112 \end_inset
27113
27114 A formula with the predefined column separation for matrices of 10
27115 \begin_inset space \thinspace{}
27116 \end_inset
27117
27118 pt:
27119 \begin_inset ERT
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123
27124
27125 \backslash
27126 setlength{
27127 \backslash
27128 arraycolsep}{5pt}
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \begin_inset Formula 
27135 \begin{eqnarray*}
27136 A & = & B\\
27137 C & \ne & A
27138 \end{eqnarray*}
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Subsubsection
27146 Long Formulas
27147 \begin_inset Index idx
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 Formula ! long
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 Long formulas can be typeset using these methods:
27161 \end_layout
27162
27163 \begin_layout Itemize
27164 When one side of the equation is much shorter than the line width, this
27165  one is chosen for the left side and the right side is typeset over two
27166  lines:
27167 \begin_inset Formula 
27168 \begin{eqnarray}
27169 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 \\
27170  &  & -\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}
27171 \end{eqnarray}
27172
27173 \end_inset
27174
27175 The minus sign at the beginning of the second line does normally not appear
27176  as an operator because it is the first character of the line.
27177  Thus it would not be surrounded by space and could not be distinguished
27178  from the fraction bar.
27179  To avoid this, 3
27180 \begin_inset space \thinspace{}
27181 \end_inset
27182
27183 pt space was inserted behind the minus sign with the command 
27184 \series bold
27185
27186 \backslash
27187 hspace
27188 \series default
27189 .
27190 \begin_inset Foot
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194 for more about 
27195 \series bold
27196
27197 \backslash
27198 hspace
27199 \series default
27200  see 
27201 \begin_inset CommandInset ref
27202 LatexCommand ref
27203 reference "sub:Variable-Space"
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \begin_inset Index idx
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 Commands ! H ! 
27218 \backslash
27219 hspace
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \begin_layout Itemize
27228 When both sides of the equation are too long, the command 
27229 \series bold
27230
27231 \backslash
27232 lefteqn
27233 \series default
27234
27235 \begin_inset Index idx
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 Commands ! L ! 
27240 \backslash
27241 lefteqn
27242 \end_layout
27243
27244 \end_inset
27245
27246  is used.
27247  It is inserted in the first column of the first line and causes all further
27248  insertions to overwrite the following columns:
27249 \begin_inset Formula 
27250 \begin{eqnarray}
27251 \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 \\
27252  &  & -\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 \\
27253  &  & =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}
27254 \end{eqnarray}
27255
27256 \end_inset
27257
27258 After the insertion of 
27259 \series bold
27260
27261 \backslash
27262 lefteqn
27263 \series default
27264 , the cursor is in a purple box that is a bit shifted to the left from the
27265  blue one.
27266  In this the formula is inserted.
27267 \begin_inset Newline newline
27268 \end_inset
27269
27270 The content of the further lines is inserted to the second or another formula
27271  column.
27272  The greater the column number where it was inserted, the larger the indentation.
27273 \begin_inset VSpace medskip
27274 \end_inset
27275
27276
27277 \begin_inset Newline newline
27278 \end_inset
27279
27280
27281 \begin_inset Note Greyedout
27282 status open
27283
27284 \begin_layout Plain Layout
27285 Note the following when using 
27286 \series bold
27287
27288 \backslash
27289 lefteqn
27290 \series default
27291 :
27292 \end_layout
27293
27294 \begin_layout Itemize
27295 The formula doesn't use the full page width.
27296  When e.
27297 \begin_inset space \thinspace{}
27298 \end_inset
27299
27300 g.
27301 \begin_inset space \space{}
27302 \end_inset
27303
27304 the term 
27305 \begin_inset Formula $-B^{2}$
27306 \end_inset
27307
27308  is added to the first line in the above example, it would have been outside
27309  the page margin.
27310  To better use the width, negative space can be inserted at the beginning
27311  of the first line.
27312 \end_layout
27313
27314 \begin_layout Itemize
27315 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27316  line.
27317 \begin_inset Foot
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 \begin_inset CommandInset href
27322 LatexCommand href
27323 name "LyX-bug #1429"
27324 target "http://www.lyx.org/trac/ticket/1429"
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \end_inset
27332
27333  One can only set the cursor at the beginning of the line and move it with
27334  the arrow keys.
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \end_layout
27341
27342 \begin_layout Itemize
27343 Other methods to set long formulas are offered by the environments described
27344  in 
27345 \begin_inset CommandInset ref
27346 LatexCommand ref
27347 reference "sub:Multline-Environment"
27348
27349 \end_inset
27350
27351  and 
27352 \begin_inset CommandInset ref
27353 LatexCommand ref
27354 reference "sub:Multiline-Formula-Parts"
27355
27356 \end_inset
27357
27358 .
27359 \end_layout
27360
27361 \begin_layout Subsubsection
27362 Multiline Brackets
27363 \begin_inset CommandInset label
27364 LatexCommand label
27365 name "sub:Multiline-Brackets"
27366
27367 \end_inset
27368
27369
27370 \begin_inset Index idx
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374 Brackets ! for multiline expressions
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 For brackets spanning multiple lines the following problem occurs:
27384 \begin_inset Formula 
27385 \begin{eqnarray*}
27386 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27387  &  & \left.\cdots+B-D\right]
27388 \end{eqnarray*}
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 The closing bracket is smaller than the opening bracket because brackets
27397  with variable size may not span multiple lines.
27398 \end_layout
27399
27400 \begin_layout Standard
27401 To set the bracket size for the second line correctly, the first line is
27402  ended with 
27403 \series bold
27404
27405 \backslash
27406 right.
27407 \series default
27408
27409 \begin_inset Index idx
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 Commands ! R ! 
27414 \backslash
27415 right
27416 \end_layout
27417
27418 \end_inset
27419
27420  and the second line with 
27421 \series bold
27422
27423 \backslash
27424 left.
27425 \begin_inset Foot
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 for more about 
27430 \series bold
27431
27432 \backslash
27433 left
27434 \series default
27435  and 
27436 \series bold
27437
27438 \backslash
27439 right
27440 \series default
27441  see 
27442 \begin_inset CommandInset ref
27443 LatexCommand ref
27444 reference "sub:Automatic-Bracket-Size"
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \end_inset
27452
27453
27454 \series default
27455
27456 \begin_inset Index idx
27457 status collapsed
27458
27459 \begin_layout Plain Layout
27460 Commands ! L ! 
27461 \backslash
27462 left
27463 \end_layout
27464
27465 \end_inset
27466
27467 .
27468  After 
27469 \series bold
27470
27471 \backslash
27472 left.
27473
27474 \series default
27475  the command 
27476 \series bold
27477
27478 \backslash
27479 vphantom
27480 \series default
27481
27482 \begin_inset space \textvisiblespace{}
27483 \end_inset
27484
27485
27486 \series bold
27487
27488 \backslash
27489 prod
27490 \series default
27491 ^
27492 \begin_inset space \textvisiblespace{}
27493 \end_inset
27494
27495
27496 \series bold
27497
27498 \backslash
27499 infty
27500 \series default
27501
27502 \begin_inset space \textvisiblespace{}
27503 \end_inset
27504
27505
27506 \series bold
27507
27508 \begin_inset Formula $\downarrow$
27509 \end_inset
27510
27511 _R=1}
27512 \series default
27513
27514 \begin_inset Index idx
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 Commands ! V ! 
27519 \backslash
27520 vphantom
27521 \end_layout
27522
27523 \end_inset
27524
27525  is inserted, because the multiplication operator with its limits is the
27526  largest symbol in the first line and this should be the size for the bracket
27527  in the second line.
27528 \end_layout
27529
27530 \begin_layout Standard
27531 The result is this:
27532 \begin_inset Formula 
27533 \begin{eqnarray*}
27534 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27535  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27536 \end{eqnarray*}
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Subsection
27544 Align Environments
27545 \end_layout
27546
27547 \begin_layout Standard
27548 Align environments can be used for every kind of multiline formulas.
27549  They are especially useful to set several formulas side by side.
27550 \end_layout
27551
27552 \begin_layout Standard
27553 Align environments consist of columns.
27554  The odd columns are right aligned, the even ones left aligned.
27555  Every line in an Align environment can be numbered.
27556 \end_layout
27557
27558 \begin_layout Standard
27559 Align environments are created via the menu 
27560 \family sans
27561 Insert\SpecialChar \menuseparator
27562 Math
27563 \family default
27564 .
27565  With the menu 
27566 \family sans
27567 Edit\SpecialChar \menuseparator
27568 Math\SpecialChar \menuseparator
27569 Change Formula Type
27570 \family default
27571  already existing formulas can be converted to Align environments.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 To add or delete columns, the math toolbar buttons 
27576 \begin_inset Graphics
27577         filename ../images/tabular-feature_append-column.png
27578         scale 85
27579
27580 \end_inset
27581
27582  or 
27583 \begin_inset Graphics
27584         filename ../images/tabular-feature_delete-column.png
27585         scale 85
27586
27587 \end_inset
27588
27589 , respectively, or the menu 
27590 \family sans
27591 Edit\SpecialChar \menuseparator
27592 Rows & Columns
27593 \family default
27594  can be used.
27595 \end_layout
27596
27597 \begin_layout Subsubsection
27598 Standard align Environment
27599 \begin_inset CommandInset label
27600 LatexCommand label
27601 name "sub:Standard-align-Environment"
27602
27603 \end_inset
27604
27605
27606 \begin_inset Index idx
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610 Formula ! multiline ! align environment
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Standard
27619 This Align environment is created by pressing 
27620 \begin_inset Info
27621 type  "shortcut"
27622 arg   "newline-insert newline"
27623 \end_inset
27624
27625  in a formula or by the menu 
27626 \family sans
27627 Insert\SpecialChar \menuseparator
27628 Math\SpecialChar \menuseparator
27629 AMS align Environment
27630 \family default
27631 .
27632 \end_layout
27633
27634 \begin_layout Standard
27635 An example for two formulas set side by side, that are created with a four
27636  column align environment:
27637 \begin_inset Formula 
27638 \begin{align*}
27639 A & =\sin(B) & C & =D\\
27640 C & \ne A & B & \ne D
27641 \end{align*}
27642
27643 \end_inset
27644
27645 As it can be seen, the formulas in this environment are placed so as if
27646  there would be a 
27647 \series bold
27648
27649 \backslash
27650 hfill
27651 \begin_inset Foot
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 more about 
27656 \series bold
27657
27658 \backslash
27659 hfill
27660 \series default
27661  see 
27662 \begin_inset CommandInset ref
27663 LatexCommand ref
27664 reference "sub:Variable-Space"
27665
27666 \end_inset
27667
27668
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \series default
27675  before the first and after every even column.
27676  When the formula style 
27677 \series bold
27678 Indented
27679 \begin_inset Foot
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 formula styles see 
27684 \begin_inset CommandInset ref
27685 LatexCommand ref
27686 reference "sec:Formula-Styles"
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \series default
27697  is used, the formula is set without the 
27698 \series bold
27699
27700 \backslash
27701 hfill
27702 \series default
27703  before the first column.
27704 \end_layout
27705
27706 \begin_layout Subsubsection
27707 Alignat Environment
27708 \begin_inset Index idx
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Formula ! multiline ! alignat environment
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Standard
27721 The alignat environment has no predefined column separation.
27722  It can be inserted manually with the spaces that are described 
27723 \begin_inset CommandInset ref
27724 LatexCommand ref
27725 reference "sub:Space"
27726
27727 \end_inset
27728
27729 .
27730 \end_layout
27731
27732 \begin_layout Standard
27733 The above example in the alignat environment where 1
27734 \begin_inset space \thinspace{}
27735 \end_inset
27736
27737 cm space was inserted at the beginning of the second formula:
27738 \begin_inset Formula 
27739 \begin{alignat*}{2}
27740 A & =\sin(B) & \hspace{1cm}C & =D\\
27741 C & \ne A & B & \ne D
27742 \end{alignat*}
27743
27744 \end_inset
27745
27746 Because the column separation can be set separately for every column, this
27747  environment is especially suitable to set three and more formulas side
27748  by side.
27749 \end_layout
27750
27751 \begin_layout Subsubsection
27752 Flalign Environment
27753 \begin_inset CommandInset label
27754 LatexCommand label
27755 name "sub:Flalign-Environment"
27756
27757 \end_inset
27758
27759
27760 \begin_inset Index idx
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764 Formula ! multiline ! flalign environment
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 In this environment the first two columns are always set as much as possible
27774  to the left and the last two ones to the right.
27775  An example:
27776 \begin_inset Formula 
27777 \begin{flalign*}
27778 A & =1 & B & =2 & C & =3\\
27779 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27780 \end{flalign*}
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \begin_layout Standard
27788 By creating a flalign environment with an odd number of columns where an
27789  empty TeX-brace is inserted to the last column, several formulas in a document
27790  can be set to the left, although the formula style 
27791 \series bold
27792 Centered
27793 \series default
27794  is used.
27795  As example the indented formula 
27796 \begin_inset CommandInset ref
27797 LatexCommand eqref
27798 reference "eq:VolInt"
27799
27800 \end_inset
27801
27802 :
27803 \begin_inset Formula 
27804 \begin{flalign}
27805 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27806 \end{flalign}
27807
27808 \end_inset
27809
27810 The first two columns contain the formula.
27811  To indent it as with the formula style 
27812 \series bold
27813 Indented
27814 \series default
27815 , 30
27816 \begin_inset space \thinspace{}
27817 \end_inset
27818
27819 pt space was inserted at the beginning of the first column.
27820 \end_layout
27821
27822 \begin_layout Subsection
27823 Eqnarray Environment
27824 \begin_inset CommandInset label
27825 LatexCommand label
27826 name "sub:Eqnarray-Environment"
27827
27828 \end_inset
27829
27830
27831 \begin_inset Index idx
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 Formula ! multiline ! eqnarray environment
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Standard
27844 When this environment has been created, three blue boxes appear.
27845  The content of the first box is right aligned, the content of the last
27846  one left aligned.
27847  The content of the middle box appears centered and a bit smaller, because
27848  it is designed to insert there only relation characters.
27849 \begin_inset Formula 
27850 \begin{eqnarray*}
27851 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27852 AB & AB & AB\\
27853 A & = & A
27854 \end{eqnarray*}
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Subsection
27862 Gather Environment
27863 \begin_inset Index idx
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 Formula ! multiline ! gather environment
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Standard
27876 This environment consists of only one centered column.
27877  Every line can be numbered.
27878 \begin_inset Formula 
27879 \begin{gather}
27880 A=1\\
27881 X=\textrm{-}1
27882 \end{gather}
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \begin_layout Subsection
27890 Multline Environment
27891 \begin_inset CommandInset label
27892 LatexCommand label
27893 name "sub:Multline-Environment"
27894
27895 \end_inset
27896
27897
27898 \begin_inset Index idx
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902 Formula ! multiline ! multline environment
27903 \end_layout
27904
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \begin_layout Standard
27911 The multline environment consists, like the gather environment, of only
27912  one column.
27913  But the first line is left aligned, the last one right aligned.
27914  All other lines are centered.
27915  Therefore this environment is suitable for long formulas.
27916  As example formula 
27917 \begin_inset CommandInset ref
27918 LatexCommand eqref
27919 reference "eq:lefteqn"
27920
27921 \end_inset
27922
27923  in the multline environment:
27924 \begin_inset Formula 
27925 \begin{multline}
27926 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}\\
27927 -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}\\
27928 =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}}
27929 \end{multline}
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 In the output only the last (first) line of a multline environment appears
27938  numbered when the document numbering is right (left).
27939 \begin_inset Foot
27940 status collapsed
27941
27942 \begin_layout Plain Layout
27943 numbering styles see 
27944 \begin_inset CommandInset ref
27945 LatexCommand ref
27946 reference "sec:Formula-Styles"
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Standard
27959 With the commands 
27960 \series bold
27961
27962 \backslash
27963 shoveright
27964 \series default
27965
27966 \begin_inset Index idx
27967 status collapsed
27968
27969 \begin_layout Plain Layout
27970 Commands ! S ! 
27971 \backslash
27972 shoveright
27973 \end_layout
27974
27975 \end_inset
27976
27977  and 
27978 \series bold
27979
27980 \backslash
27981 shoveleft
27982 \series default
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Commands ! S ! 
27989 \backslash
27990 shoveleft
27991 \end_layout
27992
27993 \end_inset
27994
27995  a centered line can be right or left aligned, respectively.
27996  The commands are used as follows:
27997 \end_layout
27998
27999 \begin_layout Standard
28000
28001 \series bold
28002
28003 \backslash
28004 shoveright{line content}
28005 \series default
28006  and 
28007 \series bold
28008
28009 \backslash
28010 shoveleft{line content}
28011 \end_layout
28012
28013 \begin_layout Standard
28014 \begin_inset VSpace medskip
28015 \end_inset
28016
28017 The length 
28018 \series bold
28019
28020 \backslash
28021 multlinegap
28022 \series default
28023
28024 \begin_inset Index idx
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028 Commands ! M ! 
28029 \backslash
28030 multlinegap
28031 \end_layout
28032
28033 \end_inset
28034
28035  specifies the distance of the first line from the left page margin.
28036  Predefined is the length 0
28037 \begin_inset space \thinspace{}
28038 \end_inset
28039
28040 pt.
28041 \end_layout
28042
28043 \begin_layout Standard
28044 As example the above formula where the command
28045 \end_layout
28046
28047 \begin_layout Standard
28048
28049 \series bold
28050
28051 \backslash
28052 setlength{
28053 \backslash
28054 multlinegap}{2cm}
28055 \end_layout
28056
28057 \begin_layout Standard
28058 was inserted in TeX-mode before:
28059 \begin_inset ERT
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063
28064
28065 \backslash
28066 setlength{
28067 \backslash
28068 multlinegap}{2cm}
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \begin_inset Formula 
28075 \begin{multline}
28076 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}\\
28077 \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}}\\
28078 =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}}
28079 \end{multline}
28080
28081 \end_inset
28082
28083
28084 \begin_inset ERT
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088
28089
28090 \backslash
28091 setlength{
28092 \backslash
28093 multlinegap}{0pt}
28094 \end_layout
28095
28096 \end_inset
28097
28098 The second line was left aligned using 
28099 \series bold
28100
28101 \backslash
28102 shoveleft
28103 \series default
28104 .
28105 \end_layout
28106
28107 \begin_layout Subsection
28108 Multiline Formula Parts
28109 \begin_inset CommandInset label
28110 LatexCommand label
28111 name "sub:Multiline-Formula-Parts"
28112
28113 \end_inset
28114
28115
28116 \begin_inset Index idx
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120 Formula ! multiline ! formula parts
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129 To display only parts of a formula with multiple lines, one of the following
28130  environments is used: 
28131 \series bold
28132 aligned
28133 \series default
28134
28135 \series bold
28136 alignedat
28137 \series default
28138
28139 \series bold
28140 gathered
28141 \series default
28142  or 
28143 \series bold
28144 split
28145 \series default
28146 .
28147  They can be inserted via the menu 
28148 \family sans
28149 Insert\SpecialChar \menuseparator
28150 Math
28151 \family default
28152  or by using the commands described in this section.
28153 \end_layout
28154
28155 \begin_layout Standard
28156 The first three have the same properties as the corresponding multiline
28157  formula environments, but it is possible to set further formula parts beside
28158  them.
28159  An example:
28160 \begin_inset Formula 
28161 \[
28162 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28163 \Delta E\Delta t & \ge\frac{\hbar}{2}
28164 \end{aligned}
28165 \right\} \textrm{Uncertainty relations}
28166 \]
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 To get this formula, a displayed formula is created where the command 
28175 \series bold
28176
28177 \backslash
28178 aligned
28179 \series default
28180
28181 \begin_inset Index idx
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185 Commands ! A ! 
28186 \backslash
28187 aligned
28188 \end_layout
28189
28190 \end_inset
28191
28192  is inserted.
28193  A purple box appears around the blue formula box where now columns and
28194  lines can be added.
28195  Outside the multiline environment other formula parts can be set, like
28196  the brace.
28197 \end_layout
28198
28199 \begin_layout Standard
28200 The aligned environment is also suitable for long formulas whose lines are
28201  horizontally aligned.
28202  Using aligned in a displayed formula has the advantage that the formula
28203  number is vertically centered behind the lines.
28204  As example formula 
28205 \begin_inset CommandInset ref
28206 LatexCommand eqref
28207 reference "eq:shortlong"
28208
28209 \end_inset
28210
28211  in the aligned environment:
28212 \begin_inset Formula 
28213 \begin{equation}
28214 \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}|}\\
28215  & -\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}|}
28216 \end{aligned}
28217 \end{equation}
28218
28219 \end_inset
28220
28221
28222 \end_layout
28223
28224 \begin_layout Standard
28225 To use the environments 
28226 \series bold
28227 alignedat
28228 \series default
28229
28230 \series bold
28231 gathered
28232 \series default
28233 , or 
28234 \series bold
28235 split
28236 \series default
28237 , the command 
28238 \series bold
28239
28240 \backslash
28241 alignedat
28242 \series default
28243 ,
28244 \begin_inset Index idx
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 Commands ! A ! 
28249 \backslash
28250 alignedat
28251 \end_layout
28252
28253 \end_inset
28254
28255  
28256 \series bold
28257
28258 \backslash
28259 gathered
28260 \series default
28261
28262 \begin_inset Index idx
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 Commands ! G ! 
28267 \backslash
28268 gathered
28269 \end_layout
28270
28271 \end_inset
28272
28273 , or 
28274 \series bold
28275
28276 \backslash
28277 split
28278 \series default
28279
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 Commands ! S ! 
28285 \backslash
28286 split
28287 \end_layout
28288
28289 \end_inset
28290
28291  are inserted, respectively.
28292  The split environment has the same properties as the aligned environment
28293  but it can only have two columns.
28294 \end_layout
28295
28296 \begin_layout Subsection
28297 Text in multiline Formulas
28298 \begin_inset CommandInset label
28299 LatexCommand label
28300 name "sub:Text-in-multiline"
28301
28302 \end_inset
28303
28304
28305 \begin_inset Index idx
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 Text ! in formulas
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \begin_inset Index idx
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319 Formula ! multiline ! text
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Standard
28328 In the Align environments, and the multline and gather environment, text
28329  can be inserted that will appear in a separate line and doesn't affect
28330  the column alignment.
28331  To do this, the command 
28332 \series bold
28333
28334 \backslash
28335 intertext
28336 \series default
28337
28338 \begin_inset Index idx
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 Commands ! I ! 
28343 \backslash
28344 intertext
28345 \end_layout
28346
28347 \end_inset
28348
28349  is used in the following scheme:
28350 \end_layout
28351
28352 \begin_layout Standard
28353
28354 \series bold
28355
28356 \backslash
28357 intertext{text}
28358 \end_layout
28359
28360 \begin_layout Standard
28361 The text should not be longer than a line because it cannot be hyphenated.
28362  As LyX doesn't yet support 
28363 \series bold
28364
28365 \backslash
28366 intertext
28367 \series default
28368  directly, the text is written as mathematical text.
28369  
28370 \series bold
28371
28372 \backslash
28373 intertext
28374 \series default
28375  must hereby be at the beginning of a line and appears in the output above
28376  this line.
28377  An example where the text was inserted at the beginning of the second line:
28378 \begin_inset Formula 
28379 \begin{align}
28380 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28381 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28382 \end{align}
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Section
28390 Formula Numbering
28391 \begin_inset Index idx
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395 Formula numbering
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \begin_inset Index idx
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405 Formula ! numbering|see
28406 \begin_inset ERT
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411 {
28412 \end_layout
28413
28414 \end_inset
28415
28416 Formula numbering
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422 }
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \begin_layout Subsection
28436 General
28437 \end_layout
28438
28439 \begin_layout Standard
28440 Numbered formulas can be created with the menu 
28441 \family sans
28442 Insert\SpecialChar \menuseparator
28443 Math\SpecialChar \menuseparator
28444 Numbered
28445 \begin_inset space ~
28446 \end_inset
28447
28448 Formula
28449 \family default
28450  (shortcut 
28451 \family sans
28452 Ctrl+Alt
28453 \begin_inset space ~
28454 \end_inset
28455
28456 N
28457 \family default
28458 ).
28459  Existing formulas can be numbered with the menu 
28460 \family sans
28461 Edit\SpecialChar \menuseparator
28462 Math\SpecialChar \menuseparator
28463 Toggle
28464 \begin_inset space ~
28465 \end_inset
28466
28467 Numbering
28468 \family default
28469  (shortcut 
28470 \begin_inset Info
28471 type  "shortcut"
28472 arg   "math-number-toggle"
28473 \end_inset
28474
28475 ).
28476  The formula number is displayed in LyX behind the formula as a number sign
28477  in parentheses.
28478  The number sign is replaced in the output by the formula number.
28479 \end_layout
28480
28481 \begin_layout Standard
28482 When numbering is turned on in multiline formulas, all lines will be numbered.
28483  But the numbering can be controlled with the menu 
28484 \family sans
28485 Edit\SpecialChar \menuseparator
28486 Math\SpecialChar \menuseparator
28487 Toggle
28488 \begin_inset space ~
28489 \end_inset
28490
28491 Numbering
28492 \begin_inset space ~
28493 \end_inset
28494
28495 of
28496 \begin_inset space ~
28497 \end_inset
28498
28499 Line
28500 \family default
28501  (shortcut 
28502 \begin_inset Info
28503 type  "shortcut"
28504 arg   "math-number-line-toggle"
28505 \end_inset
28506
28507 ) for every line.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Except for inline formulas, all formulas can be numbered with two different
28512  styles, see 
28513 \begin_inset CommandInset ref
28514 LatexCommand ref
28515 reference "sec:Formula-Styles"
28516
28517 \end_inset
28518
28519 .
28520 \end_layout
28521
28522 \begin_layout Subsection
28523 Cross-References
28524 \begin_inset Index idx
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528 Cross-references ! to formulas
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \end_layout
28535
28536 \begin_layout Standard
28537 All labeled formulas can be cross-referenced.
28538  A label is added by the menu 
28539 \family sans
28540 Insert\SpecialChar \menuseparator
28541 Label
28542 \family default
28543  or the toolbar button 
28544 \begin_inset Graphics
28545         filename ../images/label-insert.png
28546         scale 85
28547
28548 \end_inset
28549
28550 .
28551  The cursor must hereby be inside a displayed formula.
28552  Alternatively you can right-click on the formula and choose 
28553 \family sans
28554 Equation Label
28555 \family default
28556 .
28557  A dialog pops up displaying the prefix 
28558 \series bold
28559 eq:
28560 \series default
28561  in a text field.
28562  The label is inserted there behind the prefix.
28563  The predefined prefix means 
28564 \begin_inset Quotes eld
28565 \end_inset
28566
28567 equation
28568 \begin_inset Quotes erd
28569 \end_inset
28570
28571  and makes it easier to find labels in large documents because it marks
28572  it as formula label to divide it from e.
28573 \begin_inset space \thinspace{}
28574 \end_inset
28575
28576 g.
28577 \begin_inset space \space{}
28578 \end_inset
28579
28580 section labels.
28581  To change a label, the menu 
28582 \family sans
28583 Insert\SpecialChar \menuseparator
28584 Label
28585 \family default
28586  is used again or you right-click on a formula and then on 
28587 \family sans
28588 Equation Label
28589 \family default
28590 .
28591 \end_layout
28592
28593 \begin_layout Standard
28594 The name of the label is displayed in LyX within two parentheses behind
28595  formula.
28596  A formula with a label is always numbered.
28597 \end_layout
28598
28599 \begin_layout Standard
28600 Cross-references are inserted via the menu 
28601 \family sans
28602 Insert\SpecialChar \menuseparator
28603 Cross-Reference
28604 \family default
28605  or with the toolbar button 
28606 \begin_inset Graphics
28607         filename ../images/dialog-show-new-inset_ref.png
28608         scale 85
28609
28610 \end_inset
28611
28612 .
28613  A formula cross-reference appears in the output as formula number.
28614  When in the cross-reference dialog window the format 
28615 \series bold
28616 (<reference>)
28617 \series default
28618  is chosen, the cross-reference appears in the output as formula number
28619  in parentheses.
28620 \begin_inset Newline newline
28621 \end_inset
28622
28623 By right-clicking on a cross-reference in LyX, one jumps to the formula
28624  that is referenced.
28625 \end_layout
28626
28627 \begin_layout Standard
28628 Here are as examples cross-references to formulas of the following subsections:
28629 \begin_inset Note Note
28630 status open
28631
28632 \begin_layout Plain Layout
28633 Note the different cross-reference types.
28634 \end_layout
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \begin_layout Standard
28642 The equations 
28643 \begin_inset CommandInset ref
28644 LatexCommand eqref
28645 reference "eq:tag"
28646
28647 \end_inset
28648
28649  and 
28650 \begin_inset CommandInset ref
28651 LatexCommand eqref
28652 reference "eq:c"
28653
28654 \end_inset
28655
28656  are equivalent.
28657  In (
28658 \begin_inset CommandInset ref
28659 LatexCommand ref
28660 reference "eq:Lat"
28661
28662 \end_inset
28663
28664 ) big Latin letters are used for the numbering in contrary to (
28665 \begin_inset CommandInset ref
28666 LatexCommand ref
28667 reference "eq:Rom"
28668
28669 \end_inset
28670
28671 ).
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset VSpace medskip
28676 \end_inset
28677
28678 When the argument of 
28679 \series bold
28680
28681 \backslash
28682 tag
28683 \begin_inset Foot
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687
28688 \series bold
28689
28690 \backslash
28691 tag
28692 \series default
28693  is described in 
28694 \begin_inset CommandInset ref
28695 LatexCommand ref
28696 reference "sub:User-defined-Numbering"
28697
28698 \end_inset
28699
28700 .
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \series default
28707  contains a box like in 
28708 \begin_inset CommandInset ref
28709 LatexCommand ref
28710 reference "sub:Paragraph-Boxes"
28711
28712 \end_inset
28713
28714 , the formula cannot be referenced.
28715 \end_layout
28716
28717 \begin_layout Subsection
28718 Subnumbering
28719 \begin_inset Index idx
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 Formula numbering ! subnumbering
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 With the help of the commands 
28733 \series bold
28734
28735 \backslash
28736 begin{subequations}
28737 \series default
28738  and 
28739 \series bold
28740
28741 \backslash
28742 end{subequations}
28743 \series default
28744  formulas can be subnumbered.
28745  Both commands are inserted in TeX-mode.
28746 \end_layout
28747
28748 \begin_layout Standard
28749 An example:
28750 \begin_inset Formula 
28751 \begin{equation}
28752 A=C-B\label{eq:a}
28753 \end{equation}
28754
28755 \end_inset
28756
28757
28758 \begin_inset ERT
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762
28763
28764 \backslash
28765 addtocounter{equation}{-1}
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \begin_inset ERT
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775
28776
28777 \backslash
28778 begin{subequations}
28779 \end_layout
28780
28781 \end_inset
28782
28783
28784 \begin_inset VSpace -5mm
28785 \end_inset
28786
28787
28788 \begin_inset Formula 
28789 \begin{equation}
28790 B=C-A\label{eq:b}
28791 \end{equation}
28792
28793 \end_inset
28794
28795
28796 \begin_inset Formula 
28797 \begin{equation}
28798 C=A+B\label{eq:c}
28799 \end{equation}
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 \begin_inset ERT
28808 status collapsed
28809
28810 \begin_layout Plain Layout
28811
28812
28813 \backslash
28814 end{subequations}
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823 To create the example, the following is done:
28824 \end_layout
28825
28826 \begin_layout Enumerate
28827 first formula is inserted
28828 \end_layout
28829
28830 \begin_layout Enumerate
28831
28832 \series bold
28833
28834 \backslash
28835 addtocounter{equation}{-1} 
28836 \backslash
28837 begin{subequations}
28838 \begin_inset Index idx
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Commands ! A ! 
28843 \backslash
28844 addtocounter
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \begin_inset Newline newline
28851 \end_inset
28852
28853
28854 \series default
28855 is inserted after the first formula
28856 \end_layout
28857
28858 \begin_layout Enumerate
28859 second formula is inserted
28860 \end_layout
28861
28862 \begin_layout Enumerate
28863 third formula is inserted
28864 \end_layout
28865
28866 \begin_layout Enumerate
28867
28868 \series bold
28869
28870 \backslash
28871 end{subequations}
28872 \series default
28873  is inserted after the third formula
28874 \end_layout
28875
28876 \begin_layout Standard
28877 Every formula between the commands 
28878 \series bold
28879
28880 \backslash
28881 begin
28882 \series default
28883  and 
28884 \series bold
28885
28886 \backslash
28887 end
28888 \series default
28889  is subnumbered as a, b, 
28890 \begin_inset Newline linebreak
28891 \end_inset
28892
28893 c, \SpecialChar \ldots{}
28894  For multiline formulas every line will be subnumbered.
28895  All subnumbered formulas are treated as 
28896 \emph on
28897 one
28898 \emph default
28899  numbered formula.
28900  But as every numbered formula increases the counter 
28901 \series bold
28902 equation
28903 \series default
28904  by one, the command 
28905 \series bold
28906
28907 \backslash
28908 addtocounter
28909 \series default
28910  is needed to decrease it.
28911  Otherwise the formulas 
28912 \begin_inset CommandInset ref
28913 LatexCommand eqref
28914 reference "eq:a"
28915
28916 \end_inset
28917
28918
28919 \begin_inset CommandInset ref
28920 LatexCommand eqref
28921 reference "eq:b"
28922
28923 \end_inset
28924
28925
28926 \begin_inset CommandInset ref
28927 LatexCommand eqref
28928 reference "eq:c"
28929
28930 \end_inset
28931
28932  would be numbered as 
28933 \begin_inset CommandInset ref
28934 LatexCommand eqref
28935 reference "eq:a"
28936
28937 \end_inset
28938
28939
28940 \begin_inset CommandInset ref
28941 LatexCommand eqref
28942 reference "eq:d"
28943
28944 \end_inset
28945
28946
28947 \begin_inset CommandInset ref
28948 LatexCommand eqref
28949 reference "eq:f"
28950
28951 \end_inset
28952
28953 .
28954 \end_layout
28955
28956 \begin_layout Standard
28957 By inserting the commands in TeX-mode, a space is created between the first
28958  two formulas.
28959  To revert this -5
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963 mm vertical space is inserted after the command 
28964 \series bold
28965
28966 \backslash
28967 begin{subequations}
28968 \series default
28969 .
28970  When the formula style 
28971 \series bold
28972 Indented
28973 \begin_inset Foot
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 formula styles see 
28978 \begin_inset CommandInset ref
28979 LatexCommand ref
28980 reference "sec:Formula-Styles"
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \series default
28991  is used, -7
28992 \begin_inset space \thinspace{}
28993 \end_inset
28994
28995 mm space is inserted instead.
28996 \end_layout
28997
28998 \begin_layout Standard
28999 Here is an example for a multiline formula where the numbering was turned
29000  off for the second line:
29001 \begin_inset ERT
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005
29006
29007 \backslash
29008 begin{subequations}
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \begin_inset Formula 
29015 \begin{eqnarray}
29016 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29017  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29018  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29019 \end{eqnarray}
29020
29021 \end_inset
29022
29023
29024 \begin_inset ERT
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028
29029
29030 \backslash
29031 end{subequations}
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Subsection
29040 User-defined Numbering
29041 \begin_inset CommandInset label
29042 LatexCommand label
29043 name "sub:User-defined-Numbering"
29044
29045 \end_inset
29046
29047
29048 \begin_inset Index idx
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052 Formula numbering ! user-defined
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 \begin_inset Index idx
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 Formula numbering ! self-defined delimiters
29066 \end_layout
29067
29068 \end_inset
29069
29070 With the standard numbering parentheses are set around the formula number.
29071  To replace the parentheses for example by vertical bars, the following
29072  line is added to the LaTeX-preamble:
29073 \end_layout
29074
29075 \begin_layout Standard
29076
29077 \series bold
29078
29079 \backslash
29080 def
29081 \backslash
29082 tagform@#1{
29083 \backslash
29084 maketag@@@{|#1|}}
29085 \series default
29086
29087 \begin_inset Note Note
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 This macro is already declared in the LaTeX-preamble for testing.
29092  To activate it, remove the percent sign at the beginning.
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 To use other characters, the vertical bars besides the 
29102 \series bold
29103 #1
29104 \series default
29105  are replaced by one ore more characters.
29106  To get only the formula number the vertical bars are omitted.
29107 \end_layout
29108
29109 \begin_layout Standard
29110 \begin_inset VSpace bigskip
29111 \end_inset
29112
29113 When there should be an expression of your choice instead of the consecutive
29114  formula number in parentheses behind the formula, the command 
29115 \series bold
29116
29117 \backslash
29118 tag
29119 \series default
29120
29121 \begin_inset Index idx
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Commands ! T ! 
29126 \backslash
29127 tag
29128 \end_layout
29129
29130 \end_inset
29131
29132  is used:
29133 \begin_inset Formula 
29134 \begin{equation}
29135 A+B=C\tag{something}\label{eq:tag}
29136 \end{equation}
29137
29138 \end_inset
29139
29140 In this example the command 
29141 \series bold
29142
29143 \backslash
29144 tag
29145 \begin_inset space \textvisiblespace{}
29146 \end_inset
29147
29148 something
29149 \series default
29150  was inserted in the formula.
29151 \end_layout
29152
29153 \begin_layout Standard
29154 When the command 
29155 \series bold
29156
29157 \backslash
29158 tag*
29159 \begin_inset space \textvisiblespace{}
29160 \end_inset
29161
29162 something
29163 \series default
29164  is inserted instead, the star prevents the parentheses around the expression:
29165 \begin_inset Formula 
29166 \[
29167 A+B=C\tag*{something}
29168 \]
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 \begin_inset VSpace bigskip
29177 \end_inset
29178
29179 To restart the formula numbering with new document parts or sections, the
29180  following command is used:
29181 \end_layout
29182
29183 \begin_layout Standard
29184
29185 \series bold
29186
29187 \backslash
29188 @addtoreset{equation}{part}
29189 \series default
29190
29191 \begin_inset Index idx
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Commands ! 
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201 "
29202 \end_layout
29203
29204 \end_inset
29205
29206 @
29207 \begin_inset ERT
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211
29212 "
29213 \end_layout
29214
29215 \end_inset
29216
29217  ! 
29218 \backslash
29219
29220 \begin_inset ERT
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224
29225 "
29226 \end_layout
29227
29228 \end_inset
29229
29230 @
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236 "
29237 \end_layout
29238
29239 \end_inset
29240
29241 addtoreset
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \begin_inset Newline newline
29248 \end_inset
29249
29250 resp.
29251 \begin_inset Newline newline
29252 \end_inset
29253
29254
29255 \series bold
29256
29257 \backslash
29258 @addtoreset{equation}{section}
29259 \end_layout
29260
29261 \begin_layout Standard
29262 To be able to use these commands in TeX-mode, the 
29263 \begin_inset Quotes eld
29264 \end_inset
29265
29266 @
29267 \begin_inset Quotes erd
29268 \end_inset
29269
29270  character has to be made 
29271 \begin_inset Quotes eld
29272 \end_inset
29273
29274 active
29275 \begin_inset Quotes erd
29276 \end_inset
29277
29278  for LaTeX using the command 
29279 \series bold
29280
29281 \backslash
29282 makeatletter.
29283
29284 \series default
29285  The command 
29286 \series bold
29287
29288 \backslash
29289 makeatother
29290 \series default
29291  reverts this.
29292  So the command sequence in TeX-mode is:
29293 \end_layout
29294
29295 \begin_layout Standard
29296
29297 \series bold
29298
29299 \backslash
29300 makeatletter
29301 \begin_inset Newline newline
29302 \end_inset
29303
29304
29305 \backslash
29306 @addtoreset{equation}{section}
29307 \begin_inset Newline newline
29308 \end_inset
29309
29310
29311 \backslash
29312 makeatother
29313 \end_layout
29314
29315 \begin_layout Standard
29316 In the LaTeX-preamble 
29317 \series bold
29318
29319 \backslash
29320 makeatletter
29321 \series default
29322  and 
29323 \series bold
29324
29325 \backslash
29326 makeatother
29327 \series default
29328  can be omitted as they are automatically internally inserted by LyX.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 To revert 
29333 \series bold
29334
29335 \backslash
29336 @addtoreset
29337 \series default
29338 , the file 
29339 \series bold
29340 remreset.sty
29341 \series default
29342
29343 \begin_inset Foot
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347
29348 \series bold
29349 remreset
29350 \series default
29351  is part of the LaTeX-package 
29352 \series bold
29353 carlisle
29354 \series default
29355
29356 \begin_inset Index idx
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 Packages ! carlisle
29361 \end_layout
29362
29363 \end_inset
29364
29365  that is part of every LaTeX standard installation.
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \begin_inset Index idx
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375 Packages ! remreset
29376 \end_layout
29377
29378 \end_inset
29379
29380  has to be loaded in the LaTeX-preamble with the line
29381 \end_layout
29382
29383 \begin_layout Standard
29384
29385 \series bold
29386
29387 \backslash
29388 usepackage{remreset}
29389 \end_layout
29390
29391 \begin_layout Standard
29392 Then the command 
29393 \series bold
29394
29395 \backslash
29396 @removefromreset
29397 \series default
29398
29399 \begin_inset Index idx
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 Commands ! 
29404 \begin_inset ERT
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408
29409 "
29410 \end_layout
29411
29412 \end_inset
29413
29414 @
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420 "
29421 \end_layout
29422
29423 \end_inset
29424
29425  ! 
29426 \backslash
29427
29428 \begin_inset ERT
29429 status collapsed
29430
29431 \begin_layout Plain Layout
29432
29433 "
29434 \end_layout
29435
29436 \end_inset
29437
29438 @
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444 "
29445 \end_layout
29446
29447 \end_inset
29448
29449 removefromreset
29450 \end_layout
29451
29452 \end_inset
29453
29454  can be used with the same scheme as 
29455 \series bold
29456
29457 \backslash
29458 @addtoreset
29459 \series default
29460 .
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset VSpace bigskip
29465 \end_inset
29466
29467 Sometimes formulas should be numbered in the following form:
29468 \end_layout
29469
29470 \begin_layout Standard
29471
29472 \family typewriter
29473 (section number.formula number)
29474 \end_layout
29475
29476 \begin_layout Standard
29477 The formula number should start with every section with 
29478 \begin_inset Quotes eld
29479 \end_inset
29480
29481 1
29482 \begin_inset Quotes erd
29483 \end_inset
29484
29485 .
29486 \end_layout
29487
29488 \begin_layout Standard
29489 For this case there is the command 
29490 \series bold
29491
29492 \backslash
29493 numberwithin
29494 \series default
29495
29496 \begin_inset Index idx
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 Commands ! N ! 
29501 \backslash
29502 numberwithin
29503 \end_layout
29504
29505 \end_inset
29506
29507 , which is used with the following scheme:
29508 \end_layout
29509
29510 \begin_layout Standard
29511
29512 \series bold
29513
29514 \backslash
29515 numberwithin{counter}{sectioning}
29516 \end_layout
29517
29518 \begin_layout Standard
29519 Counter denotes what kind of numbering is affected, sectioning denotes what
29520  number is before the dot.
29521 \end_layout
29522
29523 \begin_layout Standard
29524 Thus in our case the following LaTeX-preamble or TeX code line is used:
29525 \end_layout
29526
29527 \begin_layout Standard
29528
29529 \series bold
29530
29531 \backslash
29532 numberwithin{equation}{section}
29533 \end_layout
29534
29535 \begin_layout Standard
29536 This is the result:
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 numberwithin{equation}{section}
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Formula 
29551 \begin{equation}
29552 A+B=C
29553 \end{equation}
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 To number e.
29562 \begin_inset space \thinspace{}
29563 \end_inset
29564
29565 g.
29566 \begin_inset space \space{}
29567 \end_inset
29568
29569 tables so that the number of the part is the sectioning,
29570 \begin_inset Newline newline
29571 \end_inset
29572
29573
29574 \series bold
29575
29576 \backslash
29577 numberwithin{table}{part}
29578 \series default
29579  is used.
29580 \end_layout
29581
29582 \begin_layout Standard
29583 To go back to the standard numbering or to prevent this kind of numbering
29584  when it is defined by the document class, the following command is inserted
29585  as TeX code or to the LaTeX-preamble:
29586 \end_layout
29587
29588 \begin_layout Standard
29589
29590 \series bold
29591
29592 \backslash
29593 renewcommand{
29594 \backslash
29595 theequation}{
29596 \backslash
29597 arabic{equation}}
29598 \begin_inset Index idx
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 Commands ! A ! 
29603 \backslash
29604 arabic
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \series default
29611
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617
29618 \backslash
29619 renewcommand{
29620 \backslash
29621 theequation}{
29622 \backslash
29623 arabic{equation}}
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \series bold
29630
29631 \begin_inset Newline newline
29632 \end_inset
29633
29634
29635 \series default
29636 or
29637 \series bold
29638
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \backslash
29644 renewcommand{
29645 \backslash
29646 thetable}{
29647 \backslash
29648 arabic{table}}
29649 \end_layout
29650
29651 \begin_layout Standard
29652
29653 \series bold
29654
29655 \backslash
29656 numberwithin
29657 \series default
29658  uses internally the command 
29659 \series bold
29660
29661 \backslash
29662 @addtoreset
29663 \series default
29664 , described above, that also needs to be reverted.
29665 \begin_inset ERT
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669
29670
29671 \backslash
29672 makeatletter
29673 \end_layout
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 @removefromreset{equation}{section}
29680 \end_layout
29681
29682 \begin_layout Plain Layout
29683
29684
29685 \backslash
29686 makeatother
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \end_layout
29693
29694 \begin_layout Subsection
29695 Numbering with Roman Numbers and Letters
29696 \begin_inset Index idx
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700 Formula numbering ! with letters
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \begin_inset Index idx
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710 Formula numbering ! with Roman numbers
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \end_layout
29717
29718 \begin_layout Standard
29719 Formulas can also be numbered with Roman numbers and Latin letters.
29720  To number for example with small Roman numbers, the command
29721 \end_layout
29722
29723 \begin_layout Standard
29724
29725 \series bold
29726
29727 \backslash
29728 renewcommand{
29729 \backslash
29730 theequation}{
29731 \backslash
29732 roman{equation}}
29733 \end_layout
29734
29735 \begin_layout Standard
29736 is inserted before the formula in TeX-mode.
29737  
29738 \series bold
29739
29740 \backslash
29741 renewcommand
29742 \series default
29743
29744 \begin_inset Index idx
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 Commands ! R ! 
29749 \backslash
29750 renewcommand
29751 \end_layout
29752
29753 \end_inset
29754
29755  redefines the predefined command 
29756 \series bold
29757
29758 \backslash
29759 theequation
29760 \series default
29761  to the command 
29762 \series bold
29763
29764 \backslash
29765 roman{equation}
29766 \series default
29767 .
29768 \begin_inset Foot
29769 status collapsed
29770
29771 \begin_layout Plain Layout
29772 The command 
29773 \series bold
29774
29775 \backslash
29776 renewcommand
29777 \series default
29778  has the same scheme like the command 
29779 \series bold
29780
29781 \backslash
29782 newcommand
29783 \series default
29784  that is described in 
29785 \begin_inset CommandInset ref
29786 LatexCommand ref
29787 reference "sub:The-Command-newcommand"
29788
29789 \end_inset
29790
29791 .
29792 \end_layout
29793
29794 \end_inset
29795
29796  
29797 \series bold
29798 equation
29799 \series default
29800  is the formula counter.
29801  When the command 
29802 \series bold
29803
29804 \backslash
29805 the
29806 \series default
29807  is used as prefix for a counter, the value of the counter is output as
29808  Arabic number.
29809  When a formula is numbered, LaTeX sets internally the command 
29810 \series bold
29811
29812 \backslash
29813 theequation
29814 \series default
29815  behind the formula.
29816  
29817 \series bold
29818
29819 \backslash
29820 roman{equation}
29821 \begin_inset Index idx
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Commands ! R ! 
29826 \backslash
29827 roman
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \series default
29834  outputs the counter as small Roman number.
29835 \end_layout
29836
29837 \begin_layout Standard
29838 All formulas behind the command 
29839 \series bold
29840
29841 \backslash
29842 renew
29843 \series default
29844 c
29845 \series bold
29846 ommand
29847 \series default
29848  are now numbered Roman.
29849  To switch to numbering with big Roman numbers, the command is inserted
29850  again, but 
29851 \series bold
29852
29853 \backslash
29854 roman
29855 \series default
29856  is replaced by 
29857 \series bold
29858
29859 \backslash
29860 Roman
29861 \series default
29862
29863 \begin_inset Index idx
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867 Commands ! R ! 
29868 \backslash
29869 roman@
29870 \backslash
29871 Roman
29872 \end_layout
29873
29874 \end_inset
29875
29876 .
29877  To 
29878 \begin_inset Quotes eld
29879 \end_inset
29880
29881 number
29882 \begin_inset Quotes erd
29883 \end_inset
29884
29885  with small Latin letters there is the command 
29886 \series bold
29887
29888 \backslash
29889 alph
29890 \series default
29891
29892 \begin_inset Index idx
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 Commands ! A ! 
29897 \backslash
29898 alph
29899 \end_layout
29900
29901 \end_inset
29902
29903 , for big ones there is the command 
29904 \series bold
29905
29906 \backslash
29907 Alph
29908 \series default
29909
29910 \begin_inset Index idx
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914 Commands ! A ! 
29915 \backslash
29916 alph@
29917 \backslash
29918 Alph
29919 \end_layout
29920
29921 \end_inset
29922
29923 .
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset Note Greyedout
29928 status open
29929
29930 \begin_layout Plain Layout
29931
29932 \series bold
29933 \color none
29934 Note:
29935 \series default
29936  Only maximal 26
29937 \begin_inset space ~
29938 \end_inset
29939
29940 formulas can be numbered with Latin letters in one document.
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954
29955 \backslash
29956 renewcommand{
29957 \backslash
29958 theequation}{
29959 \backslash
29960 roman{equation}}
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Standard
29969 \begin_inset Formula 
29970 \begin{equation}
29971 A=\textrm{small roman}
29972 \end{equation}
29973
29974 \end_inset
29975
29976
29977 \begin_inset ERT
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982
29983 \backslash
29984 renewcommand{
29985 \backslash
29986 theequation}{
29987 \backslash
29988 Roman{equation}}
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset Formula 
29995 \begin{equation}
29996 B=\textrm{big Roman}\label{eq:Rom}
29997 \end{equation}
29998
29999 \end_inset
30000
30001
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 renewcommand{
30010 \backslash
30011 theequation}{
30012 \backslash
30013 alph{equation}}
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \begin_inset Formula 
30020 \begin{equation}
30021 C=\textrm{small Latin}
30022 \end{equation}
30023
30024 \end_inset
30025
30026
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 renewcommand{
30035 \backslash
30036 theequation}{
30037 \backslash
30038 Alph{equation}}
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \begin_inset Formula 
30045 \begin{equation}
30046 D=\textrm{big Latin}\label{eq:Lat}
30047 \end{equation}
30048
30049 \end_inset
30050
30051
30052 \end_layout
30053
30054 \begin_layout Standard
30055 To switch back to the default numbering, insert the command:
30056 \end_layout
30057
30058 \begin_layout Standard
30059
30060 \series bold
30061
30062 \backslash
30063 renewcommand{
30064 \backslash
30065 theequation}{
30066 \backslash
30067 arabic{equation}}
30068 \begin_inset Index idx
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072 Commands ! A ! 
30073 \backslash
30074 arabic
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 renewcommand{
30091 \backslash
30092 theequation}{
30093 \backslash
30094 arabic{equation}}
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \begin_inset Formula 
30101 \begin{equation}
30102 E=\textrm{Arabic}
30103 \end{equation}
30104
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \begin_layout Standard
30111 \begin_inset VSpace medskip
30112 \end_inset
30113
30114 As you see, formulas are numbered serially independent from the numbering
30115  style.
30116  When then numbering should start with 
30117 \begin_inset Quotes eld
30118 \end_inset
30119
30120 1
30121 \begin_inset Quotes erd
30122 \end_inset
30123
30124  when the style is changed, new equation counters have to be defined.
30125  A description about this can be found in the file 
30126 \begin_inset CommandInset href
30127 LatexCommand href
30128 name "Formula-numbering.lyx"
30129 target "run:Formula-numbering.lyx"
30130
30131 \end_inset
30132
30133 .
30134 \end_layout
30135
30136 \begin_layout Standard
30137 \begin_inset Newpage newpage
30138 \end_inset
30139
30140
30141 \end_layout
30142
30143 \begin_layout Section
30144 Chemical Symbols and Equations
30145 \begin_inset CommandInset label
30146 LatexCommand label
30147 name "sub:Chemical-Symbols-and"
30148
30149 \end_inset
30150
30151
30152 \begin_inset Index idx
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 Chemical characters ! Symbols
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \begin_inset Index idx
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Chemical equations
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \begin_inset Index idx
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 Symbols ! chemical
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Standard
30185 An example text from chemistry:
30186 \end_layout
30187
30188 \begin_layout Quote
30189 The 
30190 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30191 \end_inset
30192
30193 -ion reacts with two 
30194 \begin_inset Formula $\mathrm{Na^{+}}$
30195 \end_inset
30196
30197 -ions to sodium sulfate 
30198 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30199 \end_inset
30200
30201 .
30202  The chemical equation for this is:
30203 \begin_inset Formula 
30204 \begin{equation}
30205 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30206 \end{equation}
30207
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \begin_layout Standard
30214 This chemical equation can directly be created as formula.
30215  To avoid that the symbols appear italic, everything is highlighted and
30216  changed by the shortcut 
30217 \begin_inset Info
30218 type  "shortcut"
30219 arg   "font-roman"
30220 \end_inset
30221
30222  to the upright font style.
30223 \begin_inset Foot
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 font styles
30228 \series bold
30229  
30230 \series default
30231 see 
30232 \begin_inset CommandInset ref
30233 LatexCommand ref
30234 reference "sub:Font-Styles"
30235
30236 \end_inset
30237
30238
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \begin_layout Standard
30247 A more convenient way to typeset chemical formulas is to use the command
30248  
30249 \series bold
30250
30251 \backslash
30252 ce
30253 \series default
30254
30255 \begin_inset Index idx
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259 Commands ! C ! 
30260 \backslash
30261 ce
30262 \end_layout
30263
30264 \end_inset
30265
30266  that is available when the LaTeX-package 
30267 \series bold
30268 mhchem
30269 \series default
30270
30271 \begin_inset Index idx
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 Packages ! mhchem
30276 \end_layout
30277
30278 \end_inset
30279
30280  is installed.
30281  After inserting 
30282 \series bold
30283
30284 \backslash
30285 ce
30286 \series default
30287  to a formula a new blue box appears where chemical formulas can be inserted
30288  in an intuitive way.
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \align center
30293 \begin_inset Tabular
30294 <lyxtabular version="3" rows="9" columns="2">
30295 <features rotate="0" tabularvalignment="middle">
30296 <column alignment="center" valignment="top">
30297 <column alignment="center" valignment="top">
30298 <row>
30299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30300 \begin_inset Text
30301
30302 \begin_layout Plain Layout
30303 Command
30304 \end_layout
30305
30306 \end_inset
30307 </cell>
30308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30309 \begin_inset Text
30310
30311 \begin_layout Plain Layout
30312 Result
30313 \begin_inset Note Note
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318 \series bold
30319
30320 \backslash
30321 raisebox
30322 \series default
30323  is only used as spacer.
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \end_inset
30332 </cell>
30333 </row>
30334 <row>
30335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339
30340 \backslash
30341 ce
30342 \begin_inset space \textvisiblespace{}
30343 \end_inset
30344
30345 H2CO3
30346 \end_layout
30347
30348 \end_inset
30349 </cell>
30350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30351 \begin_inset Text
30352
30353 \begin_layout Plain Layout
30354 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \end_inset
30361 </cell>
30362 </row>
30363 <row>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368
30369 \backslash
30370 ce
30371 \begin_inset space \textvisiblespace{}
30372 \end_inset
30373
30374 SO4^2-
30375 \end_layout
30376
30377 \end_inset
30378 </cell>
30379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30380 \begin_inset Text
30381
30382 \begin_layout Plain Layout
30383 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \end_inset
30390 </cell>
30391 </row>
30392 <row>
30393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30394 \begin_inset Text
30395
30396 \begin_layout Plain Layout
30397
30398 \backslash
30399 ce
30400 \begin_inset space \textvisiblespace{}
30401 \end_inset
30402
30403 (NH4)2S
30404 \end_layout
30405
30406 \end_inset
30407 </cell>
30408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30409 \begin_inset Text
30410
30411 \begin_layout Plain Layout
30412 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \end_inset
30419 </cell>
30420 </row>
30421 <row>
30422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30423 \begin_inset Text
30424
30425 \begin_layout Plain Layout
30426
30427 \backslash
30428 ce
30429 \begin_inset space \textvisiblespace{}
30430 \end_inset
30431
30432 KCr(SO4)2.12H2O
30433 \end_layout
30434
30435 \end_inset
30436 </cell>
30437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30438 \begin_inset Text
30439
30440 \begin_layout Plain Layout
30441 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \end_inset
30448 </cell>
30449 </row>
30450 <row>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455
30456 \backslash
30457 ce
30458 \begin_inset space \textvisiblespace{}
30459 \end_inset
30460
30461 A-B
30462 \backslash
30463 dbond
30464 \begin_inset space \textvisiblespace{}
30465 \end_inset
30466
30467 C
30468 \backslash
30469 tbond
30470 \begin_inset space \textvisiblespace{}
30471 \end_inset
30472
30473 D
30474 \end_layout
30475
30476 \end_inset
30477 </cell>
30478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30479 \begin_inset Text
30480
30481 \begin_layout Plain Layout
30482 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30483 \end_inset
30484
30485
30486 \end_layout
30487
30488 \end_inset
30489 </cell>
30490 </row>
30491 <row>
30492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Plain Layout
30496
30497 \backslash
30498 ce
30499 \begin_inset space \textvisiblespace{}
30500 \end_inset
30501
30502 ^227
30503 \begin_inset Formula $\downarrow$
30504 \end_inset
30505
30506 _90
30507 \begin_inset Formula $\to$
30508 \end_inset
30509
30510 Th+
30511 \end_layout
30512
30513 \end_inset
30514 </cell>
30515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30516 \begin_inset Text
30517
30518 \begin_layout Plain Layout
30519 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 </row>
30528 <row>
30529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30530 \begin_inset Text
30531
30532 \begin_layout Plain Layout
30533
30534 \backslash
30535 ce
30536 \begin_inset space \textvisiblespace{}
30537 \end_inset
30538
30539 CO2
30540 \begin_inset space \textvisiblespace{}
30541 \end_inset
30542
30543 +
30544 \begin_inset space \textvisiblespace{}
30545 \end_inset
30546
30547 C
30548 \begin_inset space \textvisiblespace{}
30549 \end_inset
30550
30551 <=>
30552 \begin_inset space \textvisiblespace{}
30553 \end_inset
30554
30555 2CO
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \end_inset
30571 </cell>
30572 </row>
30573 <row>
30574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30575 \begin_inset Text
30576
30577 \begin_layout Plain Layout
30578
30579 \backslash
30580 ce
30581 \begin_inset space \textvisiblespace{}
30582 \end_inset
30583
30584 CO2
30585 \begin_inset space \textvisiblespace{}
30586 \end_inset
30587
30588 +
30589 \begin_inset space \textvisiblespace{}
30590 \end_inset
30591
30592 C
30593 \begin_inset space \textvisiblespace{}
30594 \end_inset
30595
30596 ->[
30597 \backslash
30598 alpha][
30599 \backslash
30600 beta]
30601 \begin_inset space \textvisiblespace{}
30602 \end_inset
30603
30604 2CO}
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30610 \begin_inset Text
30611
30612 \begin_layout Plain Layout
30613 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30614 \end_inset
30615
30616
30617 \end_layout
30618
30619 \end_inset
30620 </cell>
30621 </row>
30622 </lyxtabular>
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Standard
30630 \begin_inset Note Greyedout
30631 status open
30632
30633 \begin_layout Plain Layout
30634
30635 \series bold
30636 \color none
30637 Note:
30638 \series default
30639  Inserting a formula to a 
30640 \series bold
30641
30642 \backslash
30643 ce
30644 \series default
30645  box will lead to LaTeX errors due to a LyX bug.
30646 \color inherit
30647
30648 \begin_inset Foot
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 \begin_inset CommandInset href
30653 LatexCommand href
30654 name "LyX-bug #8566"
30655 target "http://www.lyx.org/trac/ticket/8566"
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \end_inset
30663
30664
30665 \color none
30666  In this case TeX code has to be used like for 
30667 \series bold
30668
30669 \backslash
30670 ce{$
30671 \backslash
30672 mu
30673 \backslash
30674 hyphen$Cl}
30675 \series default
30676
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682
30683 \backslash
30684 ce{$
30685 \backslash
30686 mu
30687 \backslash
30688 hyphen$Cl}
30689 \end_layout
30690
30691 \end_inset
30692
30693  
30694 \end_layout
30695
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \begin_layout Standard
30702 \begin_inset Note Greyedout
30703 status open
30704
30705 \begin_layout Plain Layout
30706
30707 \series bold
30708 \color none
30709 Note:
30710 \series default
30711  It is not possible in LyX to use the character ^ to get an up-arrow as
30712  described in the 
30713 \series bold
30714 mhchem
30715 \series default
30716  manual.
30717  One instead uses a negative thin space followed by the command 
30718 \series bold
30719
30720 \backslash
30721 uparrow
30722 \series default
30723
30724 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \begin_layout Standard
30736 Using 
30737 \series bold
30738
30739 \backslash
30740 ce
30741 \series default
30742  the command for equation
30743 \begin_inset space ~
30744 \end_inset
30745
30746
30747 \begin_inset CommandInset ref
30748 LatexCommand eqref
30749 reference "eq:chem-reaction"
30750
30751 \end_inset
30752
30753  is:
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \series bold
30759  
30760 \backslash
30761 ce
30762 \begin_inset space \textvisiblespace{}
30763 \end_inset
30764
30765 2Na+
30766 \begin_inset space \textvisiblespace{}
30767 \end_inset
30768
30769 +
30770 \begin_inset space \textvisiblespace{}
30771 \end_inset
30772
30773 SO4^2-
30774 \begin_inset space \textvisiblespace{}
30775 \end_inset
30776
30777
30778 \begin_inset space \textvisiblespace{}
30779 \end_inset
30780
30781 ->
30782 \begin_inset space \textvisiblespace{}
30783 \end_inset
30784
30785 Na2SO4
30786 \end_layout
30787
30788 \begin_layout Standard
30789 To create multiline chemical equations first a multiline formula is created
30790  as described in 
30791 \begin_inset CommandInset ref
30792 LatexCommand ref
30793 reference "sec:Multiline-Formulas"
30794
30795 \end_inset
30796
30797 .
30798  Afterwards the command 
30799 \series bold
30800
30801 \backslash
30802 ce
30803 \series default
30804  is used in every small blue box of the formula.
30805  
30806 \begin_inset CommandInset ref
30807 LatexCommand eqref
30808 reference "eq:TEOS-reaction-1"
30809
30810 \end_inset
30811
30812  and 
30813 \begin_inset CommandInset ref
30814 LatexCommand eqref
30815 reference "eq:TEOS-reaction-2"
30816
30817 \end_inset
30818
30819  are an example of a multi-stage chemical reaction where every equation
30820  has its own number.
30821 \begin_inset Formula 
30822 \begin{eqnarray}
30823 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30824 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30825 \end{eqnarray}
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 Besides 
30834 \series bold
30835
30836 \backslash
30837 ce
30838 \series default
30839  the 
30840 \series bold
30841 mhchem
30842 \series default
30843  package provides the command 
30844 \series bold
30845
30846 \backslash
30847 cf
30848 \series default
30849
30850 \begin_inset Index idx
30851 status collapsed
30852
30853 \begin_layout Plain Layout
30854 Commands ! C ! 
30855 \backslash
30856 cf
30857 \end_layout
30858
30859 \end_inset
30860
30861  that has to be used for special cases.
30862  For more information about 
30863 \series bold
30864
30865 \backslash
30866 cf
30867 \series default
30868  and more examples have a look at the documentation of 
30869 \series bold
30870 mhchem
30871 \series default
30872
30873 \begin_inset CommandInset citation
30874 LatexCommand cite
30875 key "mhchem"
30876
30877 \end_inset
30878
30879 .
30880 \end_layout
30881
30882 \begin_layout Section
30883 Diagrams
30884 \end_layout
30885
30886 \begin_layout Standard
30887 LyX supports two types of commutative diagrams: 
30888 \series bold
30889 amscd
30890 \series default
30891  and 
30892 \series bold
30893 xymatrix
30894 \series default
30895  that are explained in the following.
30896 \end_layout
30897
30898 \begin_layout Subsection
30899 Amscd Diagrams
30900 \begin_inset Index idx
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904 Diagrams ! amscd
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 Diagrams of this type visualize relations by vertical and horizontal lines
30914  or arrows:
30915 \begin_inset Formula 
30916 \[
30917 \begin{CD}A@>>>B@>>>C\\
30918 @AAA@.@VVV\\
30919 F@<<<E@<<<D
30920 \end{CD}
30921 \]
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 To get them, the command 
30930 \series bold
30931
30932 \backslash
30933 CD
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Commands ! C ! 
30939 \backslash
30940 CD
30941 \end_layout
30942
30943 \end_inset
30944
30945
30946 \series default
30947  is inserted to a formula.
30948  A blue box appears with two dashed lines where further commands can be
30949  inserted.
30950  With 
30951 \begin_inset Info
30952 type  "shortcut"
30953 arg   "newline-insert newline"
30954 \end_inset
30955
30956  a new line is created.
30957  Horizontal relations are inserted in odd, vertical in even formula lines.
30958 \end_layout
30959
30960 \begin_layout Standard
30961 To create the relations there are the following commands:
30962 \end_layout
30963
30964 \begin_layout Itemize
30965
30966 \series bold
30967 @<<<
30968 \series default
30969  creates a left arrow, 
30970 \series bold
30971 @>>>
30972 \series default
30973  a right arrow and 
30974 \series bold
30975 @=
30976 \series default
30977  a long equal sign
30978 \end_layout
30979
30980 \begin_layout Itemize
30981
30982 \series bold
30983 @AAA
30984 \series default
30985  creates an up arrow, 
30986 \series bold
30987 @VVV
30988 \series default
30989  a down arrow and 
30990 \series bold
30991 @|
30992 \series default
30993  a vertical equal sign
30994 \end_layout
30995
30996 \begin_layout Itemize
30997
30998 \series bold
30999 @.
31000
31001 \series default
31002  is a placeholder for non-existent relations
31003 \end_layout
31004
31005 \begin_layout Standard
31006 All arrows can be labeled as follows:
31007 \end_layout
31008
31009 \begin_layout Itemize
31010 If text inserted between the first and second < or >, resp., it is placed
31011  above the arrow.
31012  When it is inserted between the second and third one, it appears under
31013  the arrow.
31014 \end_layout
31015
31016 \begin_layout Itemize
31017 When text for vertical arrows is inserted between the first and second A
31018  or V, resp., it is placed left beside the arrow.
31019  When it is inserted between the second and third one, it appears right
31020  beside the arrow.
31021  If the text contains an A or V, these letters must be set into a TeX-brace.
31022 \end_layout
31023
31024 \begin_layout Standard
31025 As example a diagram with all possible relations:
31026 \end_layout
31027
31028 \begin_layout Standard
31029 \begin_inset Formula 
31030 \[
31031 \begin{CD}A@>j>>B@>>k>C@=F\\
31032 @AmAA@.@VV{V}V@|\\
31033 D@<<j<E@>k>>F@=C
31034 \end{CD}
31035 \]
31036
31037 \end_inset
31038
31039
31040 \end_layout
31041
31042 \begin_layout Standard
31043 The command for this is:
31044 \begin_inset Newline newline
31045 \end_inset
31046
31047
31048 \series bold
31049
31050 \backslash
31051 CD
31052 \begin_inset space \textvisiblespace{}
31053 \end_inset
31054
31055 A@>j>>B@>>k>C@=F Ctrl+Return
31056 \begin_inset Newline newline
31057 \end_inset
31058
31059
31060 \begin_inset Phantom HPhantom
31061 status open
31062
31063 \begin_layout Plain Layout
31064
31065 \series bold
31066
31067 \backslash
31068 CD
31069 \begin_inset space \textvisiblespace{}
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \end_inset
31076
31077 @AmAA@.@VV
31078 \backslash
31079 {V
31080 \series default
31081
31082 \begin_inset Formula $\to$
31083 \end_inset
31084
31085
31086 \series bold
31087 V@| Ctrl+Return
31088 \begin_inset Newline newline
31089 \end_inset
31090
31091
31092 \begin_inset Phantom HPhantom
31093 status open
31094
31095 \begin_layout Plain Layout
31096
31097 \series bold
31098
31099 \backslash
31100 CD
31101 \begin_inset space \textvisiblespace{}
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \end_inset
31108
31109 D@<<j<E@>k>>F@=C
31110 \end_layout
31111
31112 \begin_layout Subsection
31113 Xymatrix Diagrams
31114 \begin_inset Index idx
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118 Diagrams ! xymatrix
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 To be able to use xymatrices, the LaTeX-package 
31128 \series bold
31129 xypic
31130 \series default
31131  must be installed.
31132  A xymatrix is created by inserting the command 
31133 \series bold
31134
31135 \backslash
31136 xymatrix
31137 \series default
31138  in a formula.
31139  Then you are able to add new matrix columns and rows like for normal matrices,
31140  see 
31141 \begin_inset CommandInset ref
31142 LatexCommand ref
31143 reference "sec:Matrices"
31144
31145 \end_inset
31146
31147 .
31148 \end_layout
31149
31150 \begin_layout Standard
31151 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31152  and much more.
31153  All possibilities to create commutative diagrams and decorations are explained
31154  in detail in the 
31155 \emph on
31156 XY-pic manual
31157 \emph default
31158  that you find in the menu 
31159 \family sans
31160 Help\SpecialChar \menuseparator
31161 Specific
31162 \begin_inset space ~
31163 \end_inset
31164
31165 Manuals
31166 \family default
31167 .
31168 \end_layout
31169
31170 \begin_layout Subsection
31171
31172 \noun on
31173 Feynman
31174 \noun default
31175  Diagrams
31176 \begin_inset Index idx
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180 Diagrams ! Feynman
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \begin_layout Standard
31189 To be able to use 
31190 \noun on
31191 Feynman
31192 \noun default
31193 -diagrams, the LaTeX-package 
31194 \series bold
31195 feyn
31196 \series default
31197  must be installed.
31198  A 
31199 \noun on
31200 Feynman
31201 \noun default
31202 -diagram is created by inserting the command 
31203 \series bold
31204
31205 \backslash
31206 Diagram
31207 \series default
31208  in a formula.
31209  Then you are able to add new matrix columns and rows like for normal matrices,
31210  see 
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "sec:Matrices"
31214
31215 \end_inset
31216
31217 .
31218 \end_layout
31219
31220 \begin_layout Standard
31221 Examples how to create 
31222 \noun on
31223 Feynman-
31224 \noun default
31225 diagrams in LyX is given in the 
31226 \emph on
31227 Feynman-diagram manual
31228 \emph default
31229  that you find in the menu 
31230 \family sans
31231 Help\SpecialChar \menuseparator
31232 Specific
31233 \begin_inset space ~
31234 \end_inset
31235
31236 Manuals
31237 \family default
31238 .
31239 \end_layout
31240
31241 \begin_layout Standard
31242 \begin_inset Newpage newpage
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \begin_layout Section
31249 User-defined Commands
31250 \begin_inset Index idx
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254 User-defined commands
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \end_layout
31261
31262 \begin_layout Standard
31263 \begin_inset Note Greyedout
31264 status open
31265
31266 \begin_layout Plain Layout
31267
31268 \series bold
31269 Note:
31270 \series default
31271  The names of user-defined commands and macros may only consist of Latin
31272  letters.
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Subsection
31281 The Command 
31282 \backslash
31283 newcommand
31284 \begin_inset CommandInset label
31285 LatexCommand label
31286 name "sub:The-Command-newcommand"
31287
31288 \end_inset
31289
31290
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 User-defined commands ! 
31296 \backslash
31297 newcommand
31298 \end_layout
31299
31300 \end_inset
31301
31302
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 Commands ! N ! 
31308 \backslash
31309 newcommand
31310 \end_layout
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Many LaTeX-commands are too long to be used frequently.
31319  But it is possible to define with the command 
31320 \series bold
31321
31322 \backslash
31323 newcommand
31324 \series default
31325  new shorter commands.
31326 \end_layout
31327
31328 \begin_layout Standard
31329 The command scheme of 
31330 \series bold
31331
31332 \backslash
31333 newcommand
31334 \series default
31335  is:
31336 \end_layout
31337
31338 \begin_layout Standard
31339
31340 \series bold
31341
31342 \backslash
31343 newcommand{new command name}[number of arguments][optional
31344 \series default
31345  
31346 \series bold
31347 value]
31348 \begin_inset Newline newline
31349 \end_inset
31350
31351
31352 \begin_inset Phantom HPhantom
31353 status open
31354
31355 \begin_layout Plain Layout
31356
31357 \series bold
31358
31359 \backslash
31360 newcommand
31361 \end_layout
31362
31363 \end_inset
31364
31365 {command definition}
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \begin_inset Note Greyedout
31370 status open
31371
31372 \begin_layout Plain Layout
31373
31374 \series bold
31375 Note:
31376 \series default
31377  Assure that the name of the new command is not already used in your document
31378  or by LaTeX-packages that you use.
31379  When you for example define the command 
31380 \series bold
31381
31382 \backslash
31383 le
31384 \series default
31385  for 
31386 \series bold
31387
31388 \backslash
31389 Leftarrow
31390 \series default
31391 , you get an error message because 
31392 \series bold
31393
31394 \backslash
31395 le
31396 \series default
31397  is already defined as command for 
31398 \begin_inset Quotes eld
31399 \end_inset
31400
31401
31402 \begin_inset Formula $\le$
31403 \end_inset
31404
31405
31406 \begin_inset Quotes erd
31407 \end_inset
31408
31409 .
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 The number of arguments is an integer in the range 0
31419 \begin_inset space \thinspace{}
31420 \end_inset
31421
31422 -
31423 \begin_inset space \thinspace{}
31424 \end_inset
31425
31426 9 and specifies how many arguments the new command should have.
31427  With the optional value a value for an optional argument can be predefined.
31428  When this is done, the 
31429 \emph on
31430 first
31431 \emph default
31432  
31433 \emph on
31434 a
31435 \emph default
31436 rgument of the new command is automatically an optional one.
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Here are some examples:
31441 \end_layout
31442
31443 \begin_layout Itemize
31444 To define the command 
31445 \series bold
31446
31447 \backslash
31448 gr
31449 \series default
31450  for 
31451 \series bold
31452
31453 \backslash
31454 Longrightarrow
31455 \series default
31456 , the LaTeX-preamble line is:
31457 \begin_inset VSpace medskip
31458 \end_inset
31459
31460
31461 \begin_inset Newline newline
31462 \end_inset
31463
31464
31465 \series bold
31466
31467 \backslash
31468 newcommand{
31469 \backslash
31470 gr}{
31471 \backslash
31472 Longrightarrow}
31473 \end_layout
31474
31475 \begin_layout Itemize
31476 To define the command 
31477 \series bold
31478
31479 \backslash
31480 us
31481 \series default
31482  for 
31483 \series bold
31484
31485 \backslash
31486 underline
31487 \series default
31488 , the argument (that should be underlined) must be taken into account.
31489  For this the preamble line is:
31490 \begin_inset VSpace medskip
31491 \end_inset
31492
31493
31494 \begin_inset Newline newline
31495 \end_inset
31496
31497
31498 \series bold
31499
31500 \backslash
31501 newcommand{
31502 \backslash
31503 us}[1]{
31504 \backslash
31505 underline{#1}}
31506 \series default
31507
31508 \begin_inset VSpace medskip
31509 \end_inset
31510
31511
31512 \begin_inset Newline newline
31513 \end_inset
31514
31515 The character 
31516 \series bold
31517 #
31518 \series default
31519  acts as argument placeholder, the 
31520 \series bold
31521 1
31522 \series default
31523  behind it denotes that it is the placeholder for the first argument.
31524 \end_layout
31525
31526 \begin_layout Itemize
31527 For 
31528 \series bold
31529
31530 \backslash
31531 framebox
31532 \series default
31533  one can e.
31534 \begin_inset space \thinspace{}
31535 \end_inset
31536
31537 g.
31538 \begin_inset space \space{}
31539 \end_inset
31540
31541 define the command 
31542 \series bold
31543
31544 \backslash
31545 fb
31546 \series default
31547 :
31548 \begin_inset VSpace medskip
31549 \end_inset
31550
31551
31552 \begin_inset Newline newline
31553 \end_inset
31554
31555
31556 \series bold
31557
31558 \backslash
31559 newcommand{
31560 \backslash
31561 fb}[3]{
31562 \backslash
31563 framebox#1#2{$#3$}}
31564 \series default
31565
31566 \begin_inset VSpace medskip
31567 \end_inset
31568
31569
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573 The two Dollar signs creates the extra formula needed for 
31574 \series bold
31575
31576 \backslash
31577 framebox
31578 \series default
31579 , see 
31580 \begin_inset CommandInset ref
31581 LatexCommand ref
31582 reference "sub:Boxes-with-Frame"
31583
31584 \end_inset
31585
31586 .
31587 \end_layout
31588
31589 \begin_layout Itemize
31590 To create a new command for 
31591 \series bold
31592
31593 \backslash
31594 fcolorbox
31595 \series default
31596  where the color for the box need not be specified, the argument for the
31597  color is defined optional:
31598 \begin_inset VSpace medskip
31599 \end_inset
31600
31601
31602 \begin_inset Newline newline
31603 \end_inset
31604
31605
31606 \series bold
31607
31608 \backslash
31609 newcommand{
31610 \backslash
31611 cb}[3][white]{
31612 \backslash
31613 fcolorbox{#2}{#1}{$#3$}}
31614 \series default
31615
31616 \begin_inset VSpace medskip
31617 \end_inset
31618
31619
31620 \begin_inset Newline newline
31621 \end_inset
31622
31623 When the color is not specified when using 
31624 \series bold
31625
31626 \backslash
31627 cb
31628 \series default
31629 , the predefined color 
31630 \series bold
31631 white
31632 \series default
31633  will be used.
31634 \end_layout
31635
31636 \begin_layout Standard
31637 A test of the new defined commands:
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \align center
31642 \begin_inset Tabular
31643 <lyxtabular version="3" rows="6" columns="2">
31644 <features rotate="0" tabularvalignment="middle">
31645 <column alignment="center" valignment="top">
31646 <column alignment="center" valignment="top">
31647 <row>
31648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652 Command
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661 Result
31662 \begin_inset Note Note
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667 \series bold
31668
31669 \backslash
31670 raisebox
31671 \series default
31672  is only used as spacer.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 </row>
31683 <row>
31684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688 A
31689 \backslash
31690 gr
31691 \begin_inset space \textvisiblespace{}
31692 \end_inset
31693
31694 B
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703 \begin_inset Formula $A\gr B$
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 </row>
31712 <row>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717
31718 \backslash
31719 us{ABcd
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31725 \begin_inset Text
31726
31727 \begin_layout Plain Layout
31728 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \end_inset
31735 </cell>
31736 </row>
31737 <row>
31738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742
31743 \backslash
31744 fb{[2cm]
31745 \begin_inset Formula $\to$
31746 \end_inset
31747
31748
31749 \backslash
31750 {
31751 \begin_inset Formula $\to$
31752 \end_inset
31753
31754
31755 \backslash
31756 {
31757 \backslash
31758 int
31759 \begin_inset space \textvisiblespace{}
31760 \end_inset
31761
31762 A=B
31763 \end_layout
31764
31765 \end_inset
31766 </cell>
31767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 <row>
31781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785
31786 \backslash
31787 cb{red
31788 \begin_inset Formula $\to$
31789 \end_inset
31790
31791
31792 \backslash
31793 {
31794 \backslash
31795 int
31796 \begin_inset space \textvisiblespace{}
31797 \end_inset
31798
31799 A=B
31800 \end_layout
31801
31802 \end_inset
31803 </cell>
31804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31805 \begin_inset Text
31806
31807 \begin_layout Plain Layout
31808 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31809 \end_inset
31810
31811
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 </row>
31817 <row>
31818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822
31823 \backslash
31824 cb[green]
31825 \backslash
31826 {red
31827 \begin_inset Formula $\to$
31828 \end_inset
31829
31830
31831 \backslash
31832 {
31833 \backslash
31834 int
31835 \begin_inset space \textvisiblespace{}
31836 \end_inset
31837
31838 A=B
31839 \end_layout
31840
31841 \end_inset
31842 </cell>
31843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31844 \begin_inset Text
31845
31846 \begin_layout Plain Layout
31847 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31848 \end_inset
31849
31850
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 </row>
31856 </lyxtabular>
31857
31858 \end_inset
31859
31860
31861 \end_layout
31862
31863 \begin_layout Subsection
31864 Math Macros
31865 \begin_inset Index idx
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 User-defined commands! Math macros
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \begin_inset Index idx
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879 Macros
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 User-defined commands are especially convenient for complex expressions.
31889  When you are for example dealing with a document that has quadratic equations,
31890  the same solution type occurs several times.
31891  The general form of a quadratic equation is
31892 \begin_inset Formula 
31893 \[
31894 0=\lambda^{2}+p\lambda+q
31895 \]
31896
31897 \end_inset
31898
31899 The general form of the solution is
31900 \begin_inset Formula 
31901 \[
31902 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31903 \]
31904
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \begin_layout Standard
31911 To define a command for the solution formula where only the three parameters
31912  
31913 \begin_inset Formula $\lambda$
31914 \end_inset
31915
31916
31917 \begin_inset Formula $p$
31918 \end_inset
31919
31920  and 
31921 \begin_inset Formula $q$
31922 \end_inset
31923
31924  need to be specified and the index of 
31925 \begin_inset Formula $\lambda$
31926 \end_inset
31927
31928  can be given optionally, the LaTeX-preamble line is
31929 \begin_inset Newline newline
31930 \end_inset
31931
31932
31933 \series bold
31934
31935 \backslash
31936 newcommand{
31937 \backslash
31938 qG}[4][1,
31939 \backslash
31940 ,2]{#2_{#1}=-
31941 \backslash
31942 frac{#3}{2}
31943 \backslash
31944 pm
31945 \begin_inset Newline newline
31946 \end_inset
31947
31948
31949 \begin_inset Phantom HPhantom
31950 status open
31951
31952 \begin_layout Plain Layout
31953
31954 \series bold
31955
31956 \backslash
31957 newcommand
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \backslash
31964 sqrt{
31965 \backslash
31966 frac{#3^{2}}{4}-#4}}
31967 \end_layout
31968
31969 \begin_layout Standard
31970 To create with this the solution formula, the command
31971 \begin_inset Newline newline
31972 \end_inset
31973
31974
31975 \series bold
31976
31977 \backslash
31978 qG{
31979 \backslash
31980 lambda
31981 \begin_inset Formula $\to$
31982 \end_inset
31983
31984
31985 \backslash
31986 {p
31987 \begin_inset Formula $\to$
31988 \end_inset
31989
31990
31991 \backslash
31992 {q
31993 \series default
31994  is inserted to a formula
31995 \series bold
31996 .
31997 \end_layout
31998
31999 \begin_layout Standard
32000 The definition of the new command is unintuitive because one has to know
32001  the schemes of all used LaTeX commands, e.
32002 \begin_inset space \thinspace{}
32003 \end_inset
32004
32005 g.
32006 \begin_inset space \space{}
32007 \end_inset
32008
32009 that a fraction is inserted in LaTeX as 
32010 \series bold
32011
32012 \backslash
32013 frac{numerator}{denominator}
32014 \series default
32015 .
32016  Furthermore one can easily forget a brace in the definition and cannot
32017  see in LyX what the new command is doing.
32018  To avoid these problems LyX offers the possibility to use math macros instead
32019  of the command 
32020 \series bold
32021
32022 \backslash
32023 newcommand
32024 \series default
32025 .
32026 \end_layout
32027
32028 \begin_layout Standard
32029 A math macro is created by using the menu 
32030 \family sans
32031 Insert\SpecialChar \menuseparator
32032 Math\SpecialChar \menuseparator
32033 Macro
32034 \family default
32035  or the toolbar button 
32036 \begin_inset Graphics
32037         filename ../images/math-macro_newmacroname_newcommand.png
32038         scale 85
32039
32040 \end_inset
32041
32042 .
32043  The math macro toolbar appears together with the following box where the
32044  macro is defined:
32045 \begin_inset Newline newline
32046 \end_inset
32047
32048
32049 \begin_inset space \hspace*{\fill}
32050 \end_inset
32051
32052
32053 \begin_inset Graphics
32054         filename clipart/macrobox.png
32055
32056 \end_inset
32057
32058
32059 \begin_inset space \hspace*{\fill}
32060 \end_inset
32061
32062
32063 \begin_inset Newline newline
32064 \end_inset
32065
32066
32067 \begin_inset FormulaMacro
32068 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32069 \end_inset
32070
32071
32072 \backslash
32073 newmacroname is the default name of the macro that should be changed to
32074  something sensible.
32075  The wanted formula is inserted in the first blue box.
32076  An argument placeholder is inserted with the command 
32077 \series bold
32078
32079 \backslash
32080 #argumentnumber
32081 \series default
32082 , e.
32083 \begin_inset space \thinspace{}
32084 \end_inset
32085
32086 g
32087 \begin_inset space \space{}
32088 \end_inset
32089
32090
32091 \series bold
32092
32093 \backslash
32094 #1
32095 \series default
32096  or by using the macro toolbar button 
32097 \begin_inset Graphics
32098         filename ../images/math-macro-add-param.png
32099         scale 85
32100
32101 \end_inset
32102
32103 .
32104  Argument placeholders are displayed red.
32105  A maximum of 9
32106 \begin_inset space ~
32107 \end_inset
32108
32109 arguments are possible.
32110  Optional arguments are created with the toolbar button 
32111 \begin_inset Graphics
32112         filename ../images/math-macro-add-optional-param.png
32113         scale 85
32114
32115 \end_inset
32116
32117 .
32118  The first non-optional argument can be transformed to an optional one with
32119  the toolbar button 
32120 \begin_inset Graphics
32121         filename ../images/math-macro-make-optional.png
32122         scale 85
32123
32124 \end_inset
32125
32126 .
32127  In the second blue box the appearance of the macro in LyX can be defined.
32128  Normally you want to see it as it is defined, so the box is kept empty.
32129  But when you have created a macro that needs lot of space on the screen,
32130  you can insert in the box for example
32131 \begin_inset Newline newline
32132 \end_inset
32133
32134
32135 \series bold
32136 qG: 
32137 \backslash
32138 #1
32139 \series default
32140  
32141 \series bold
32142 ,
32143 \series default
32144  
32145 \series bold
32146
32147 \backslash
32148 #2
32149 \series default
32150  
32151 \series bold
32152 ,
32153 \series default
32154  
32155 \series bold
32156
32157 \backslash
32158 #3, 
32159 \backslash
32160 #4
32161 \begin_inset Newline newline
32162 \end_inset
32163
32164
32165 \series default
32166 For the macro only the arguments with the macro name in front of them will
32167  then be displayed in LyX, leading to a better overview.
32168  The formula appears in the output as defined in the first box.
32169 \begin_inset Newline newline
32170 \end_inset
32171
32172 The appearance of macros in formulas can furthermore be changed for single
32173  macros by setting the cursor in the macro and using the menu 
32174 \family sans
32175 View\SpecialChar \menuseparator
32176 (Un)fold
32177 \begin_inset space ~
32178 \end_inset
32179
32180 Math
32181 \begin_inset space ~
32182 \end_inset
32183
32184 Macro
32185 \family default
32186 .
32187 \end_layout
32188
32189 \begin_layout Standard
32190 To use a macro, the macro name is inserted as command to a formula, in our
32191  case 
32192 \series bold
32193
32194 \backslash
32195 qG
32196 \series default
32197 .
32198  Our macro looks in LyX like this:
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202
32203 \begin_inset space \hspace*{\fill}
32204 \end_inset
32205
32206
32207 \begin_inset Graphics
32208         filename clipart/macrouse.png
32209
32210 \end_inset
32211
32212
32213 \begin_inset space \hspace*{\fill}
32214 \end_inset
32215
32216
32217 \begin_inset Newline newline
32218 \end_inset
32219
32220 Here is our macro example with the arguments 
32221 \begin_inset Formula $x$
32222 \end_inset
32223
32224
32225 \begin_inset Formula $\ln(x)$
32226 \end_inset
32227
32228  and 
32229 \begin_inset Formula $B$
32230 \end_inset
32231
32232 :
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \begin_inset Formula 
32237 \[
32238 \qG x{\ln(x)}B
32239 \]
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 LyX offers in the menu 
32248 \family sans
32249 Tools\SpecialChar \menuseparator
32250 Preferences\SpecialChar \menuseparator
32251 Editing\SpecialChar \menuseparator
32252 Control
32253 \family default
32254  different styles to edit macros.
32255  To find the style that suits you the most, choose a style and set the cursor
32256  in a macro formula to see the difference.
32257 \end_layout
32258
32259 \begin_layout Standard
32260 A math macro is transformed internally to a 
32261 \series bold
32262
32263 \backslash
32264 newcommand
32265 \series default
32266  command when exporting the document.
32267  The created 
32268 \series bold
32269
32270 \backslash
32271 newcommand
32272 \series default
32273  command is not placed in the LaTeX-preamble, therefore macros can only
32274  be used in formulas that are in the document below the macro definition
32275  box.
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Math macros can also be directly created from a 
32280 \series bold
32281
32282 \backslash
32283 newcommand
32284 \series default
32285  command.
32286  When writing for example the command
32287 \series bold
32288
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292
32293 \backslash
32294 newcommand{
32295 \backslash
32296 larrow}[2]{
32297 \backslash
32298 xleftarrow[#2]{#1}}
32299 \begin_inset Newline newline
32300 \end_inset
32301
32302
32303 \series default
32304 in LyX as normal text, highlighting it completely and using then the shortcut
32305  
32306 \family sans
32307 Ctrl+M
32308 \family default
32309 , the command will be transformed to a math macro.
32310  Using this method you need to be careful that the 
32311 \series bold
32312
32313 \backslash
32314 newcommand
32315 \series default
32316  command is typed correctly, otherwise you get a faulty macro leading to
32317  LaTeX errors.
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Math macros currently have the problem that further formulas in macro definition
32322 s are handled wrongly.
32323  Therefore the example 
32324 \series bold
32325
32326 \backslash
32327 fb
32328 \series default
32329  from 
32330 \begin_inset CommandInset ref
32331 LatexCommand ref
32332 reference "sub:The-Command-newcommand"
32333
32334 \end_inset
32335
32336  cannot be created as macro.
32337 \end_layout
32338
32339 \begin_layout Standard
32340 When the cursor is in a macro definition box, you will see the macro toolbar
32341  in LyX:
32342 \end_layout
32343
32344 \begin_layout Standard
32345 \begin_inset VSpace defskip
32346 \end_inset
32347
32348
32349 \end_layout
32350
32351 \begin_layout Standard
32352 \begin_inset Graphics
32353         filename clipart/MacroToolbar.png
32354
32355 \end_inset
32356
32357
32358 \begin_inset Index idx
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Macros ! Toolbar
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset VSpace defskip
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 The macro toolbar contains from left to right the following buttons:
32379 \end_layout
32380
32381 \begin_layout Standard
32382 \begin_inset VSpace defskip
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Standard
32389 \begin_inset Tabular
32390 <lyxtabular version="3" rows="9" columns="2">
32391 <features rotate="0" islongtable="true" longtabularalignment="center">
32392 <column alignment="left" valignment="top">
32393 <column alignment="left" valignment="top" width="85col%">
32394 <row interlinespace="2.5mm">
32395 <cell alignment="center" valignment="top" usebox="none">
32396 \begin_inset Text
32397
32398 \begin_layout Plain Layout
32399 \begin_inset Graphics
32400         filename ../images/math-macro-remove-param.png
32401         rotateOrigin center
32402
32403 \end_inset
32404
32405
32406 \end_layout
32407
32408 \end_inset
32409 </cell>
32410 <cell alignment="center" valignment="top" usebox="none">
32411 \begin_inset Text
32412
32413 \begin_layout Plain Layout
32414
32415 \family sans
32416 Edit\SpecialChar \menuseparator
32417 Math\SpecialChar \menuseparator
32418 Macro
32419 \begin_inset space ~
32420 \end_inset
32421
32422 Definition\SpecialChar \menuseparator
32423 Remove Last Argument
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row interlinespace="2.5mm">
32430 <cell alignment="center" valignment="top" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 \begin_inset Graphics
32435         filename ../images/math-macro-add-param.png
32436         rotateOrigin center
32437
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \end_inset
32444 </cell>
32445 <cell alignment="center" valignment="top" usebox="none">
32446 \begin_inset Text
32447
32448 \begin_layout Plain Layout
32449
32450 \family sans
32451 Edit\SpecialChar \menuseparator
32452 Math\SpecialChar \menuseparator
32453 Macro
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Definition\SpecialChar \menuseparator
32458 Append Argument
32459 \end_layout
32460
32461 \end_inset
32462 </cell>
32463 </row>
32464 <row interlinespace="2.5mm">
32465 <cell alignment="center" valignment="top" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 \begin_inset Graphics
32470         filename ../images/math-macro-make-optional.png
32471         rotateOrigin center
32472
32473 \end_inset
32474
32475
32476 \end_layout
32477
32478 \end_inset
32479 </cell>
32480 <cell alignment="center" valignment="top" usebox="none">
32481 \begin_inset Text
32482
32483 \begin_layout Plain Layout
32484
32485 \family sans
32486 Edit\SpecialChar \menuseparator
32487 Math\SpecialChar \menuseparator
32488 Macro
32489 \begin_inset space ~
32490 \end_inset
32491
32492 Definition\SpecialChar \menuseparator
32493 Make First Non-Optional into
32494 \begin_inset Newline newline
32495 \end_inset
32496
32497
32498 \begin_inset Phantom HPhantom
32499 status open
32500
32501 \begin_layout Plain Layout
32502
32503 \family sans
32504 Edit\SpecialChar \menuseparator
32505 Math\SpecialChar \menuseparator
32506 Macro
32507 \begin_inset space ~
32508 \end_inset
32509
32510 Definition\SpecialChar \menuseparator
32511
32512 \end_layout
32513
32514 \end_inset
32515
32516 Optional Argument
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 </row>
32522 <row interlinespace="2.5mm">
32523 <cell alignment="center" valignment="top" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 \begin_inset Graphics
32528         filename ../images/math-macro-make-nonoptional.png
32529         rotateOrigin center
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \end_inset
32537 </cell>
32538 <cell alignment="center" valignment="top" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542
32543 \family sans
32544 Edit\SpecialChar \menuseparator
32545 Math\SpecialChar \menuseparator
32546 Macro
32547 \begin_inset space ~
32548 \end_inset
32549
32550 Definition\SpecialChar \menuseparator
32551 Make Last Optional into
32552 \begin_inset Newline newline
32553 \end_inset
32554
32555
32556 \begin_inset Phantom HPhantom
32557 status open
32558
32559 \begin_layout Plain Layout
32560
32561 \family sans
32562 Edit\SpecialChar \menuseparator
32563 Math\SpecialChar \menuseparator
32564 Macro
32565 \begin_inset space ~
32566 \end_inset
32567
32568 Definition\SpecialChar \menuseparator
32569
32570 \end_layout
32571
32572 \end_inset
32573
32574 Non-Optional Argument
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 </row>
32580 <row interlinespace="2.5mm">
32581 <cell alignment="center" valignment="top" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585 \begin_inset Graphics
32586         filename ../images/math-macro-remove-optional-param.png
32587         rotateOrigin center
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 <cell alignment="center" valignment="top" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600
32601 \family sans
32602 Edit\SpecialChar \menuseparator
32603 Math\SpecialChar \menuseparator
32604 Macro
32605 \begin_inset space ~
32606 \end_inset
32607
32608 Definition\SpecialChar \menuseparator
32609 Remove Optional Argument
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 </row>
32615 <row interlinespace="2.5mm">
32616 <cell alignment="center" valignment="top" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620 \begin_inset Graphics
32621         filename ../images/math-macro-add-optional-param.png
32622         rotateOrigin center
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 <cell alignment="center" valignment="top" usebox="none">
32632 \begin_inset Text
32633
32634 \begin_layout Plain Layout
32635
32636 \family sans
32637 Edit\SpecialChar \menuseparator
32638 Math\SpecialChar \menuseparator
32639 Macro
32640 \begin_inset space ~
32641 \end_inset
32642
32643 Definition\SpecialChar \menuseparator
32644 Insert Optional Argument
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 </row>
32650 <row interlinespace="2.5mm">
32651 <cell alignment="center" valignment="top" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 \begin_inset Graphics
32656         filename ../images/math-macro-remove-greedy-param.png
32657         rotateOrigin center
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 <cell alignment="center" valignment="top" usebox="none">
32667 \begin_inset Text
32668
32669 \begin_layout Plain Layout
32670
32671 \family sans
32672 Edit\SpecialChar \menuseparator
32673 Math\SpecialChar \menuseparator
32674 Macro
32675 \begin_inset space ~
32676 \end_inset
32677
32678 Definition\SpecialChar \menuseparator
32679 Remove Last Argument
32680 \begin_inset Newline newline
32681 \end_inset
32682
32683
32684 \begin_inset Phantom HPhantom
32685 status open
32686
32687 \begin_layout Plain Layout
32688
32689 \family sans
32690 Edit\SpecialChar \menuseparator
32691 Math\SpecialChar \menuseparator
32692 Macro
32693 \begin_inset space ~
32694 \end_inset
32695
32696 Definition\SpecialChar \menuseparator
32697
32698 \end_layout
32699
32700 \end_inset
32701
32702 Spitting Out To The Right
32703 \end_layout
32704
32705 \end_inset
32706 </cell>
32707 </row>
32708 <row interlinespace="2.5mm">
32709 <cell alignment="center" valignment="top" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 \begin_inset Graphics
32714         filename ../images/math-macro-append-greedy-param.png
32715         rotateOrigin center
32716
32717 \end_inset
32718
32719
32720 \end_layout
32721
32722 \end_inset
32723 </cell>
32724 <cell alignment="center" valignment="top" usebox="none">
32725 \begin_inset Text
32726
32727 \begin_layout Plain Layout
32728
32729 \family sans
32730 Edit\SpecialChar \menuseparator
32731 Math\SpecialChar \menuseparator
32732 Macro
32733 \begin_inset space ~
32734 \end_inset
32735
32736 Definition\SpecialChar \menuseparator
32737 Append Argument
32738 \begin_inset Newline newline
32739 \end_inset
32740
32741
32742 \begin_inset Phantom HPhantom
32743 status open
32744
32745 \begin_layout Plain Layout
32746
32747 \family sans
32748 Edit\SpecialChar \menuseparator
32749 Math\SpecialChar \menuseparator
32750 Macro
32751 \begin_inset space ~
32752 \end_inset
32753
32754 Definition\SpecialChar \menuseparator
32755
32756 \end_layout
32757
32758 \end_inset
32759
32760 Eating From The Right
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 </row>
32766 <row interlinespace="2.5mm">
32767 <cell alignment="center" valignment="top" usebox="none">
32768 \begin_inset Text
32769
32770 \begin_layout Plain Layout
32771 \begin_inset Graphics
32772         filename ../images/math-macro-add-greedy-optional-param.png
32773         rotateOrigin center
32774
32775 \end_inset
32776
32777
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 <cell alignment="center" valignment="top" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786
32787 \family sans
32788 Edit\SpecialChar \menuseparator
32789 Math\SpecialChar \menuseparator
32790 Macro
32791 \begin_inset space ~
32792 \end_inset
32793
32794 Definition\SpecialChar \menuseparator
32795 Append Optional Argument
32796 \begin_inset Newline newline
32797 \end_inset
32798
32799
32800 \begin_inset Phantom HPhantom
32801 status open
32802
32803 \begin_layout Plain Layout
32804
32805 \family sans
32806 Edit\SpecialChar \menuseparator
32807 Math\SpecialChar \menuseparator
32808 Macro
32809 \begin_inset space ~
32810 \end_inset
32811
32812 Definition\SpecialChar \menuseparator
32813
32814 \end_layout
32815
32816 \end_inset
32817
32818 Eating From The Right
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 </lyxtabular>
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Section
32832 Computer Algebra Systems
32833 \end_layout
32834
32835 \begin_layout Standard
32836 LyX offers the exchange between mathematical expressions written in LyX's
32837  math editor and external applications or user defined scripts.
32838  Currently supported applications are 
32839 \family sans
32840 Maple
32841 \family default
32842
32843 \family sans
32844 Mathematica
32845 \family default
32846
32847 \family sans
32848 Maxima
32849 \family default
32850  and 
32851 \family sans
32852 Octave
32853 \family default
32854 .
32855  Note that the set of supported mathematical constructs is limited only
32856  to very simple cases.
32857 \end_layout
32858
32859 \begin_layout Subsection
32860 Usage
32861 \end_layout
32862
32863 \begin_layout Standard
32864 Write some expression in a formula, go to the 
32865 \family sans
32866 Edit\SpecialChar \menuseparator
32867 Math\SpecialChar \menuseparator
32868 Use Computer Algebra System
32869 \family default
32870  menu and choose the application you have installed on the computer.
32871  After that the result of computation should show on the right side of the
32872  expression together with the 
32873 \begin_inset Quotes eld
32874 \end_inset
32875
32876 =
32877 \begin_inset Quotes erd
32878 \end_inset
32879
32880  operator.
32881 \end_layout
32882
32883 \begin_layout Standard
32884 Here are few simple examples (with results from 
32885 \family typewriter
32886 Maxima
32887 \family default
32888 ) to show what kind of computations can be performed:
32889 \end_layout
32890
32891 \begin_layout Itemize
32892 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32893 \end_inset
32894
32895
32896 \end_layout
32897
32898 \begin_layout Itemize
32899 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Itemize
32906 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Itemize
32913 \begin_inset Formula $\det\left[\begin{array}{ccc}
32914 1 & 6 & 7\\
32915 2 & 5 & 8\\
32916 3 & 4 & 17
32917 \end{array}\right]=-56$
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Itemize
32924 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Subsection
32931 Keyboard shortcut
32932 \end_layout
32933
32934 \begin_layout Standard
32935 Currently there is no keyboard shortcut for calling the algebra applications.
32936  One can easily bind a shortcut to the 
32937 \family sans
32938 math-extern
32939 \family default
32940  LyX function (see the 
32941 \family sans
32942 \emph on
32943 LyX Functions
32944 \family default
32945 \emph default
32946  manual).
32947  One could e.
32948 \begin_inset space \thinspace{}
32949 \end_inset
32950
32951 g.
32952 \begin_inset space \space{}
32953 \end_inset
32954
32955 bind the 
32956 \family sans
32957 Return
32958 \family default
32959  key inside the math editor.
32960  To bind it to 
32961 \family typewriter
32962 Maxima
32963 \family default
32964  one would use this shortcut definition command:
32965 \end_layout
32966
32967 \begin_layout Standard
32968
32969 \series bold
32970 command-alternatives break-paragraph;math-extern maxima
32971 \end_layout
32972
32973 \begin_layout Section
32974 Miscellaneous
32975 \begin_inset Index idx
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 Miscellaneous
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \begin_layout Subsection
32988 Negative Numbers
32989 \begin_inset Index idx
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993 Numbers ! negative
32994 \end_layout
32995
32996 \end_inset
32997
32998
32999 \end_layout
33000
33001 \begin_layout Standard
33002 Negative numbers often look ugly in formulas because the minus sign before
33003  the number is set with the same length as the minus operator sign.
33004  When writing the negative number in normal text, the minus sign appears
33005  correctly.
33006 \end_layout
33007
33008 \begin_layout Standard
33009 Thus, the problem disappears when converting the minus sign to mathematical
33010  text.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 An example to visualize the problem:
33015 \end_layout
33016
33017 \begin_layout Standard
33018 \align center
33019 \begin_inset Tabular
33020 <lyxtabular version="3" rows="3" columns="2">
33021 <features rotate="0" tabularvalignment="middle">
33022 <column alignment="right" valignment="top">
33023 <column alignment="left" valignment="top">
33024 <row>
33025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33026 \begin_inset Text
33027
33028 \begin_layout Plain Layout
33029 normal text:
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33035 \begin_inset Text
33036
33037 \begin_layout Plain Layout
33038 x = -2
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 </row>
33044 <row>
33045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 formula:
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout Plain Layout
33058 \begin_inset Formula $x=-2$
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 solution:
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 \begin_inset Formula $x=\textrm{-}2$
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 </lyxtabular>
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Subsection
33098 Comma as decimal Separator
33099 \begin_inset Index idx
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103 Comma
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Standard
33112 In LaTeX a comma inside a formula is used, according to the English convention,
33113  as number group separator.
33114  So there will be space added behind all commas in formulas.
33115 \end_layout
33116
33117 \begin_layout Standard
33118 To avoid this, the comma is highlighted and changed to mathematical text
33119  (shortcut 
33120 \begin_inset Info
33121 type  "shortcut"
33122 arg   "math-mode"
33123 \end_inset
33124
33125 ).
33126 \end_layout
33127
33128 \begin_layout Standard
33129 To use all formula commas in the document as decimal separator, the file
33130  
33131 \series bold
33132 icomma.sty
33133 \series default
33134
33135 \begin_inset Foot
33136 status collapsed
33137
33138 \begin_layout Plain Layout
33139
33140 \series bold
33141 icomma
33142 \series default
33143  is part of the LaTeX-package 
33144 \series bold
33145 was
33146 \series default
33147
33148 \begin_inset Index idx
33149 status collapsed
33150
33151 \begin_layout Plain Layout
33152 Packages ! was
33153 \begin_inset ERT
33154 status collapsed
33155
33156 \begin_layout Plain Layout
33157
33158
33159 \backslash
33160 vspace{4mm}
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \end_inset
33169
33170 .
33171 \end_layout
33172
33173 \end_inset
33174
33175
33176 \begin_inset Index idx
33177 status collapsed
33178
33179 \begin_layout Plain Layout
33180 Packages ! icomma
33181 \end_layout
33182
33183 \end_inset
33184
33185  is loaded with the LaTeX-preamble line
33186 \end_layout
33187
33188 \begin_layout Standard
33189
33190 \series bold
33191
33192 \backslash
33193 usepackage{icomma}
33194 \end_layout
33195
33196 \begin_layout Subsection
33197 Physical Vectors
33198 \begin_inset CommandInset label
33199 LatexCommand label
33200 name "sub:Physical-Vectors"
33201
33202 \end_inset
33203
33204
33205 \begin_inset Index idx
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209 Vectors ! physical
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 Predefined vectors are offered by the LaTeX-package 
33219 \series bold
33220 braket
33221 \series default
33222
33223 \begin_inset Index idx
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227 Packages ! braket
33228 \end_layout
33229
33230 \end_inset
33231
33232  that is loaded with the LaTeX-preamble line
33233 \end_layout
33234
33235 \begin_layout Standard
33236
33237 \series bold
33238
33239 \backslash
33240 usepackage{braket}
33241 \end_layout
33242
33243 \begin_layout Standard
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249
33250 \backslash
33251 ifbraket 
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \begin_inset Note Note
33258 status open
33259
33260 \begin_layout Plain Layout
33261 The following table will only be displayed when the LaTeX-package 
33262 \series bold
33263 braket
33264 \series default
33265  is installed.
33266 \end_layout
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Standard
33274 The following commands are defined:
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \align center
33279 \begin_inset Tabular
33280 <lyxtabular version="3" rows="4" columns="2">
33281 <features rotate="0" tabularvalignment="middle">
33282 <column alignment="center" valignment="top">
33283 <column alignment="center" valignment="top">
33284 <row>
33285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 Command
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 Result
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 </row>
33304 <row>
33305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33306 \begin_inset Text
33307
33308 \begin_layout Plain Layout
33309
33310 \backslash
33311 Bra{
33312 \backslash
33313 psi
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 \begin_inset Formula $\Bra{\psi}$
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 </row>
33331 <row>
33332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33333 \begin_inset Text
33334
33335 \begin_layout Plain Layout
33336
33337 \backslash
33338 Ket{
33339 \backslash
33340 psi
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349 \begin_inset Formula $\Ket{\psi}$
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 </row>
33358 <row>
33359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363
33364 \backslash
33365 Braket{
33366 \backslash
33367 psi|
33368 \backslash
33369 phi
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 \begin_inset Formula $\Braket{\psi|\phi}$
33379 \end_inset
33380
33381
33382 \end_layout
33383
33384 \end_inset
33385 </cell>
33386 </row>
33387 </lyxtabular>
33388
33389 \end_inset
33390
33391
33392 \end_layout
33393
33394 \begin_layout Standard
33395 The command 
33396 \series bold
33397
33398 \backslash
33399 Braket
33400 \series default
33401  assures that all vertical bars are set in the size of the surrounding brackets:
33402 \begin_inset Formula 
33403 \[
33404 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33405 \]
33406
33407 \end_inset
33408
33409
33410 \begin_inset ERT
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414
33415
33416 \backslash
33417 else 
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \begin_inset Note Note
33424 status open
33425
33426 \begin_layout Plain Layout
33427 The following will be displayed when the LaTeX-package 
33428 \series bold
33429 braket
33430 \series default
33431  is not installed:
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 You need to install the LaTeX-package 
33441 \series bold
33442 braket
33443 \series default
33444  to see the rest of this subsection in the output.
33445 \end_layout
33446
33447 \begin_layout Standard
33448 \begin_inset ERT
33449 status collapsed
33450
33451 \begin_layout Plain Layout
33452
33453
33454 \backslash
33455 fi 
33456 \end_layout
33457
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \begin_layout Standard
33464 The effect of 
33465 \series bold
33466
33467 \backslash
33468 Braket
33469 \series default
33470  can also be achieved using the command 
33471 \series bold
33472
33473 \backslash
33474 middle
33475 \series default
33476 , that is described in 
33477 \begin_inset CommandInset ref
33478 LatexCommand ref
33479 reference "sub:Automatic-Bracket-Size"
33480
33481 \end_inset
33482
33483 .
33484 \end_layout
33485
33486 \begin_layout Subsection
33487 Self-defined Fractions
33488 \begin_inset CommandInset label
33489 LatexCommand label
33490 name "sub:Self-defined-Fractions"
33491
33492 \end_inset
33493
33494
33495 \begin_inset Index idx
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499 Fractions ! self-defined
33500 \end_layout
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Standard
33508 To define custom commands for fractions, the command 
33509 \series bold
33510
33511 \backslash
33512 genfrac
33513 \series default
33514
33515 \begin_inset Index idx
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Commands ! G ! 
33520 \backslash
33521 genfrac
33522 \begin_inset ERT
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527
33528 \backslash
33529 vspace{4mm}
33530 \end_layout
33531
33532 \end_inset
33533
33534
33535 \end_layout
33536
33537 \end_inset
33538
33539  is used in the following scheme:
33540 \end_layout
33541
33542 \begin_layout Standard
33543
33544 \series bold
33545
33546 \backslash
33547 genfrac{left
33548 \series default
33549  
33550 \series bold
33551 bracket}{right
33552 \series default
33553  
33554 \series bold
33555 bracket}{fraction bar thickness}{style}
33556 \begin_inset Newline newline
33557 \end_inset
33558
33559
33560 \begin_inset Phantom HPhantom
33561 status open
33562
33563 \begin_layout Plain Layout
33564
33565 \series bold
33566
33567 \backslash
33568 genfrac
33569 \end_layout
33570
33571 \end_inset
33572
33573 {numerator}{denominator}
33574 \end_layout
33575
33576 \begin_layout Standard
33577 The style is a number in the range of 0
33578 \begin_inset space \thinspace{}
33579 \end_inset
33580
33581 -
33582 \begin_inset space \thinspace{}
33583 \end_inset
33584
33585 3.
33586 \end_layout
33587
33588 \begin_layout Standard
33589 \align center
33590 \begin_inset Tabular
33591 <lyxtabular version="3" rows="5" columns="2">
33592 <features rotate="0" tabularvalignment="middle">
33593 <column alignment="center" valignment="top">
33594 <column alignment="center" valignment="top">
33595 <row>
33596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 Number
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 Style (Size)
33610 \end_layout
33611
33612 \end_inset
33613 </cell>
33614 </row>
33615 <row>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 0
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629 display style formula
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 </row>
33635 <row>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 1
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 inline formula
33650 \end_layout
33651
33652 \end_inset
33653 </cell>
33654 </row>
33655 <row>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 2
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 small
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 </row>
33675 <row>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 3
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 tiny
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 </row>
33695 </lyxtabular>
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 When no style is given, the size is adjusted to the surrounding environment
33704  like for the command 
33705 \series bold
33706
33707 \backslash
33708 frac
33709 \series default
33710 .
33711 \end_layout
33712
33713 \begin_layout Standard
33714 When no fraction bar thickness is given, the predefined value of 0.4
33715 \begin_inset space \thinspace{}
33716 \end_inset
33717
33718 pt will be used.
33719 \end_layout
33720
33721 \begin_layout Standard
33722 \begin_inset VSpace medskip
33723 \end_inset
33724
33725 For example, the commands 
33726 \series bold
33727
33728 \backslash
33729 dfrac
33730 \series default
33731  and 
33732 \series bold
33733
33734 \backslash
33735 tbinom
33736 \series default
33737  from 
33738 \begin_inset CommandInset ref
33739 LatexCommand ref
33740 reference "sub:Fractions"
33741
33742 \end_inset
33743
33744  are defined with the commands
33745 \end_layout
33746
33747 \begin_layout Standard
33748
33749 \series bold
33750
33751 \backslash
33752 newcommand{
33753 \backslash
33754 dfrac}[2]{
33755 \backslash
33756 genfrac{}{}{}{0}{#1}{#2}}
33757 \end_layout
33758
33759 \begin_layout Standard
33760 and
33761 \end_layout
33762
33763 \begin_layout Standard
33764
33765 \series bold
33766
33767 \backslash
33768 newcommand{
33769 \backslash
33770 tbinom}[2]{
33771 \backslash
33772 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33773 \end_layout
33774
33775 \begin_layout Standard
33776 \begin_inset VSpace medskip
33777 \end_inset
33778
33779 To define a fraction where the fraction bar thickness can be given as optional
33780  argument, the following line is inserted to the LaTeX-preamble:
33781 \end_layout
33782
33783 \begin_layout Standard
33784
33785 \series bold
33786
33787 \backslash
33788 newcommand{
33789 \backslash
33790 fracS}[3][]{
33791 \backslash
33792 genfrac{}{}{#1}{}{#2}{#3}}
33793 \end_layout
33794
33795 \begin_layout Standard
33796 A test:
33797 \begin_inset Formula 
33798 \begin{align*}
33799 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33800 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33801 \end{align*}
33802
33803 \end_inset
33804
33805 As one can see, the distance of the numerator and the denominator to the
33806  fraction bar is round about three times the bar thickness.
33807 \end_layout
33808
33809 \begin_layout Subsection
33810 Canceled Formulas
33811 \begin_inset Index idx
33812 status collapsed
33813
33814 \begin_layout Plain Layout
33815 Formula ! canceled
33816 \end_layout
33817
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \begin_layout Standard
33824 There are four ways to cancel formulas or parts of formulas:
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset ERT
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832
33833
33834 \backslash
33835 ifcancel 
33836 \end_layout
33837
33838 \end_inset
33839
33840
33841 \begin_inset Note Note
33842 status open
33843
33844 \begin_layout Plain Layout
33845 The following table will only be displayed when the LaTeX-package 
33846 \series bold
33847 cancel
33848 \series default
33849  is installed.
33850 \end_layout
33851
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 \align center
33859 \begin_inset Tabular
33860 <lyxtabular version="3" rows="5" columns="2">
33861 <features rotate="0" tabularvalignment="middle">
33862 <column alignment="center" valignment="top">
33863 <column alignment="center" valignment="top">
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 Command
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 Result
33879 \begin_inset Note Note
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 The space and
33884 \series bold
33885  
33886 \backslash
33887 raisebox
33888 \series default
33889  are used here as spacer.
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \end_inset
33898 </cell>
33899 </row>
33900 <row>
33901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33902 \begin_inset Text
33903
33904 \begin_layout Plain Layout
33905
33906 \backslash
33907 cancel
33908 \begin_inset space \textvisiblespace{}
33909 \end_inset
33910
33911
33912 \backslash
33913 int
33914 \begin_inset space \textvisiblespace{}
33915 \end_inset
33916
33917 A=B
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 </row>
33935 <row>
33936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940
33941 \backslash
33942 bcancel
33943 \begin_inset space \textvisiblespace{}
33944 \end_inset
33945
33946
33947 \backslash
33948 int
33949 \begin_inset space \textvisiblespace{}
33950 \end_inset
33951
33952 A=B
33953 \end_layout
33954
33955 \end_inset
33956 </cell>
33957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 </row>
33970 <row>
33971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975
33976 \backslash
33977 xcancel
33978 \begin_inset space \textvisiblespace{}
33979 \end_inset
33980
33981
33982 \backslash
33983 int
33984 \begin_inset space \textvisiblespace{}
33985 \end_inset
33986
33987 A=B
33988 \end_layout
33989
33990 \end_inset
33991 </cell>
33992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \end_inset
34003 </cell>
34004 </row>
34005 <row>
34006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010
34011 \backslash
34012 cancelto
34013 \begin_inset space \textvisiblespace{}
34014 \end_inset
34015
34016
34017 \backslash
34018 int
34019 \begin_inset space \textvisiblespace{}
34020 \end_inset
34021
34022 A=B
34023 \begin_inset Formula $\to$
34024 \end_inset
34025
34026 1
34027 \end_layout
34028
34029 \end_inset
34030 </cell>
34031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \end_inset
34042 </cell>
34043 </row>
34044 </lyxtabular>
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052
34053 \series bold
34054
34055 \backslash
34056 cancelto
34057 \series default
34058  is especially suitable to visualize the reduction of fractions within formulas:
34059 \begin_inset Formula 
34060 \[
34061 \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}}}
34062 \]
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 To change the size of 
34071 \series bold
34072
34073 \backslash
34074 cancelto
34075 \series default
34076 's 
34077 \begin_inset Quotes eld
34078 \end_inset
34079
34080 subscript
34081 \begin_inset Quotes erd
34082 \end_inset
34083
34084  value one can add the LaTeX-preamble line
34085 \end_layout
34086
34087 \begin_layout Standard
34088
34089 \series bold
34090
34091 \backslash
34092 PassOptionsToPackage{option}{cancel}
34093 \end_layout
34094
34095 \begin_layout Standard
34096 where 
34097 \series bold
34098 option
34099 \series default
34100  is either 
34101 \series bold
34102 samesize
34103 \series default
34104  which leads to the same size as for the canceled value, or 
34105 \series bold
34106 Smaller
34107 \series default
34108  which makes is it a bit smaller than normal.
34109 \end_layout
34110
34111 \begin_layout Standard
34112 To color the cancellation bar one adds this command as TeX code:
34113 \end_layout
34114
34115 \begin_layout Standard
34116
34117 \series bold
34118
34119 \backslash
34120 renewcommand{
34121 \backslash
34122 CancelColor}{
34123 \backslash
34124 color{red}}
34125 \end_layout
34126
34127 \begin_layout Standard
34128
34129 \series bold
34130 red
34131 \series default
34132  can be replaced by a color of your choice.
34133 \end_layout
34134
34135 \begin_layout Standard
34136 \begin_inset ERT
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140
34141
34142 \backslash
34143 renewcommand{
34144 \backslash
34145 CancelColor}{
34146 \backslash
34147 color{red}}
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 \begin_inset Formula 
34157 \[
34158 \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}}}
34159 \]
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Standard
34167 \begin_inset ERT
34168 status collapsed
34169
34170 \begin_layout Plain Layout
34171
34172
34173 \backslash
34174 renewcommand{
34175 \backslash
34176 CancelColor}{
34177 \backslash
34178 color{black}}
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \begin_inset Note Note
34185 status open
34186
34187 \begin_layout Plain Layout
34188 reset the color
34189 \end_layout
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \begin_layout Standard
34197 For further customizations, see the documentation of the package 
34198 \series bold
34199 cancel
34200 \series default
34201
34202 \begin_inset CommandInset citation
34203 LatexCommand cite
34204 key "cancel"
34205
34206 \end_inset
34207
34208 .
34209 \begin_inset Index idx
34210 status collapsed
34211
34212 \begin_layout Plain Layout
34213 Packages ! cancel
34214 \end_layout
34215
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset ERT
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226
34227
34228 \backslash
34229 else 
34230 \end_layout
34231
34232 \end_inset
34233
34234
34235 \begin_inset Note Note
34236 status open
34237
34238 \begin_layout Plain Layout
34239 The following will be displayed when the LaTeX-package 
34240 \series bold
34241 cancel
34242 \series default
34243  is not installed:
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Standard
34252 You need to install the LaTeX-package 
34253 \series bold
34254 cancel
34255 \series default
34256  to see the rest of this subsection in the output.
34257 \end_layout
34258
34259 \begin_layout Standard
34260 \begin_inset ERT
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264
34265
34266 \backslash
34267 fi 
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 \begin_inset Newpage newpage
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Subsection
34283 Formulas in Section Headings
34284 \begin_inset CommandInset label
34285 LatexCommand label
34286 name "sub:Formulas-in-Section"
34287
34288 \end_inset
34289
34290
34291 \begin_inset Index idx
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 Formula ! in section headings
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Standard
34304 When formulas are used in section headings, the following has to be taken
34305  into account:
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset Note Greyedout
34310 status open
34311
34312 \begin_layout Plain Layout
34313 When 
34314 \series bold
34315 hyperref
34316 \series default
34317
34318 \begin_inset Index idx
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 Packages ! hyperref
34323 \end_layout
34324
34325 \end_inset
34326
34327  support is enabled in the document settings dialog under 
34328 \family sans
34329 PDF
34330 \begin_inset space ~
34331 \end_inset
34332
34333 Properties
34334 \family default
34335 , PDF-bookmarks are created for every section heading in the table of contents.
34336  If a section heading contains formulas, they are incorrectly displayed
34337  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34338 s.
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 Both problems can be solved by inserting at the end of the section heading
34348  a short title with the menu 
34349 \family sans
34350 Insert\SpecialChar \menuseparator
34351 Short
34352 \begin_inset space ~
34353 \end_inset
34354
34355 Title
34356 \family default
34357 .
34358  Short titles are used as alternative for multiline section headings to
34359  keep the table of contents clearly arranged.
34360  Only the short title appears in the table of contents and therefore also
34361  in the PDF-bookmark.
34362 \end_layout
34363
34364 \begin_layout Standard
34365 When formulas should be used in the table of contents but 
34366 \series bold
34367 hyperref
34368 \series default
34369  is used, one can use the following command in TeX-mode:
34370 \end_layout
34371
34372 \begin_layout Standard
34373
34374 \series bold
34375
34376 \backslash
34377 texorpdfstring{part}{alternative}
34378 \begin_inset Index idx
34379 status collapsed
34380
34381 \begin_layout Plain Layout
34382 Commands ! T ! 
34383 \backslash
34384 texorpdfstring
34385 \end_layout
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \begin_layout Standard
34393 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34394  This can be characters, formulas, footnotes, but also cross-references.
34395  The alternative is used instead of the part for the bookmark.
34396 \end_layout
34397
34398 \begin_layout Standard
34399 Here are two example headings:
34400 \begin_inset VSpace -3mm
34401 \end_inset
34402
34403
34404 \begin_inset ERT
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408
34409
34410 \backslash
34411 boldmath 
34412 \end_layout
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Subsubsection
34420 Heading without formula in table of contents 
34421 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34422 \end_inset
34423
34424
34425 \begin_inset Argument 1
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 Heading without formula in table of contents
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Subsubsection
34438 Heading with formula in table of contents
34439 \begin_inset ERT
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443
34444
34445 \backslash
34446 texorpdfstring{
34447 \end_layout
34448
34449 \end_inset
34450
34451  
34452 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34453 \end_inset
34454
34455
34456 \begin_inset ERT
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460
34461 }{}
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \end_layout
34468
34469 \begin_layout Standard
34470 \begin_inset ERT
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 unboldmath 
34478 \end_layout
34479
34480 \end_inset
34481
34482 In the first heading a short title was used, in the second one 
34483 \series bold
34484
34485 \backslash
34486 texorpdfstring
34487 \series default
34488 .
34489 \end_layout
34490
34491 \begin_layout Standard
34492 To get the same formatting as for the other headings, the complete heading
34493  was set into a 
34494 \series bold
34495 boldmath
34496 \series default
34497  environment
34498 \begin_inset Foot
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502 see 
34503 \begin_inset CommandInset ref
34504 LatexCommand ref
34505 reference "sub:Bold-Formulas"
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \end_inset
34513
34514 .
34515 \end_layout
34516
34517 \begin_layout Subsection
34518 Formulas in multi-column Text
34519 \begin_inset Index idx
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 Formula ! in multi-column text
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532 Formulas in multi-column text are often too wide to fit into a column and
34533  thus need to be set over the whole page width.
34534  This is done by using the LaTeX-package 
34535 \series bold
34536 multicol
34537 \series default
34538
34539 \begin_inset Foot
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543
34544 \series bold
34545 multicol
34546 \series default
34547  is part of every LaTeX standard installation.
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 Packages ! multicol
34558 \end_layout
34559
34560 \end_inset
34561
34562 , that is loaded with the LaTeX-preamble line
34563 \end_layout
34564
34565 \begin_layout Standard
34566
34567 \series bold
34568
34569 \backslash
34570 usepackage{multicol}
34571 \end_layout
34572
34573 \begin_layout Standard
34574 \begin_inset Note Greyedout
34575 status open
34576
34577 \begin_layout Plain Layout
34578 Note that in this case the setting 
34579 \family sans
34580 Two-column
34581 \begin_inset space ~
34582 \end_inset
34583
34584 document
34585 \family default
34586  in the menu 
34587 \family sans
34588 Document\SpecialChar \menuseparator
34589 Settings
34590 \family default
34591  under 
34592 \family sans
34593 Text
34594 \begin_inset space ~
34595 \end_inset
34596
34597 Layout
34598 \family default
34599 \emph on
34600  
34601 \emph default
34602 must 
34603 \emph on
34604 not
34605 \emph default
34606  be selected.
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Standard
34615 Before the multi-column text the command
34616 \end_layout
34617
34618 \begin_layout Standard
34619
34620 \series bold
34621
34622 \backslash
34623 begin{multicols}{column number}
34624 \end_layout
34625
34626 \begin_layout Standard
34627 is written in TeX-mode.
34628  The column number is a number in the range of 2
34629 \begin_inset space \thinspace{}
34630 \end_inset
34631
34632 -
34633 \begin_inset space \thinspace{}
34634 \end_inset
34635
34636 10.
34637  Before the formula the multi-column text is ended by inserting the command
34638 \end_layout
34639
34640 \begin_layout Standard
34641
34642 \series bold
34643
34644 \backslash
34645 end{multicols}
34646 \end_layout
34647
34648 \begin_layout Standard
34649 in TeX-mode.
34650 \end_layout
34651
34652 \begin_layout Standard
34653 Due to the command some space is automatically added before the formula.
34654  To revert this, -6
34655 \begin_inset space \thinspace{}
34656 \end_inset
34657
34658 mm vertical space is inserted before the formula.
34659  When the formula style 
34660 \series bold
34661 Indented
34662 \begin_inset Foot
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 formula styles see 
34667 \begin_inset CommandInset ref
34668 LatexCommand ref
34669 reference "sec:Formula-Styles"
34670
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \series default
34680  is used, -9
34681 \begin_inset space \thinspace{}
34682 \end_inset
34683
34684 mm space is inserted instead.
34685 \end_layout
34686
34687 \begin_layout Standard
34688 As example a multi-column text with a displayed formula:
34689 \end_layout
34690
34691 \begin_layout Standard
34692
34693 \lang german
34694 \begin_inset ERT
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698
34699
34700 \backslash
34701 begin{multicols}{2}
34702 \end_layout
34703
34704 \end_inset
34705
34706 Das Spektrum wird fouriertransformiert.
34707  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34708 , Lösungsmittel) zu trennen.
34709  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34710  nun das Aussehen des Ausgangssignals.
34711  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34712  über alle Phasen integrieren muss.
34713  Sei nun 
34714 \begin_inset Formula $S$
34715 \end_inset
34716
34717  unser normiertes Ausgangssignal und 
34718 \begin_inset Formula $P$
34719 \end_inset
34720
34721  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34722 \begin_inset ERT
34723 status collapsed
34724
34725 \begin_layout Plain Layout
34726
34727
34728 \backslash
34729 end{multicols}
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \begin_inset VSpace -6mm
34736 \end_inset
34737
34738
34739 \begin_inset Formula 
34740 \begin{equation}
34741 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34742 \end{equation}
34743
34744 \end_inset
34745
34746
34747 \begin_inset ERT
34748 status collapsed
34749
34750 \begin_layout Plain Layout
34751
34752
34753 \backslash
34754 begin{multicols}{2}
34755 \end_layout
34756
34757 \end_inset
34758
34759 wobei 
34760 \begin_inset Formula $S_{0}$
34761 \end_inset
34762
34763  das Signal ohne Gradient ist und die Normierungsbedingung 
34764 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34765 \end_inset
34766
34767  gilt.
34768  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34769  Direkt nach dem 
34770 \begin_inset Formula $\nicefrac{\pi}{2}$
34771 \end_inset
34772
34773
34774 \begin_inset space \thinspace{}
34775 \end_inset
34776
34777 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34778  das Signal zusätzlich abschwächt.
34779  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34780  
34781 \begin_inset Formula $T_{2}$
34782 \end_inset
34783
34784 -Zeit.
34785 \end_layout
34786
34787 \begin_layout Standard
34788
34789 \lang german
34790 \begin_inset ERT
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794
34795
34796 \backslash
34797 end{multicols}
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Subsection
34806 Formulas with Description of Variables
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 Formula ! with description of variables
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 To describe variables within a formula, like in formula 
34821 \begin_inset CommandInset ref
34822 LatexCommand eqref
34823 reference "eq:within"
34824
34825 \end_inset
34826
34827 , a 2
34828 \series bold
34829 ×
34830 \series default
34831
34832 \begin_inset Formula $n$
34833 \end_inset
34834
34835
34836 \begin_inset space ~
34837 \end_inset
34838
34839 matrix is used with left aligned columns for the 
34840 \begin_inset Formula $n$
34841 \end_inset
34842
34843  used variables.
34844 \begin_inset Foot
34845 status collapsed
34846
34847 \begin_layout Plain Layout
34848 matrices see 
34849 \begin_inset CommandInset ref
34850 LatexCommand ref
34851 reference "sec:Matrices"
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \end_inset
34859
34860  To set the description in a smaller size, before the matrix e.
34861 \begin_inset space \thinspace{}
34862 \end_inset
34863
34864 g.
34865 \begin_inset space \space{}
34866 \end_inset
34867
34868 the command 
34869 \series bold
34870
34871 \backslash
34872 footnotesize
34873 \series default
34874  is inserted.
34875 \begin_inset Foot
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879 font sizes see 
34880 \begin_inset CommandInset ref
34881 LatexCommand ref
34882 reference "sub:Font-Sizes"
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Standard
34895 When the formula style 
34896 \series bold
34897 Indented
34898 \begin_inset Foot
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902 formula styles see 
34903 \begin_inset CommandInset ref
34904 LatexCommand ref
34905 reference "sec:Formula-Styles"
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \end_inset
34913
34914
34915 \series default
34916  is used, a 
34917 \series bold
34918
34919 \backslash
34920 hfill
34921 \series default
34922
34923 \begin_inset Foot
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927
34928 \series bold
34929
34930 \backslash
34931 hfill
34932 \series default
34933  only works in formulas with the style 
34934 \series bold
34935 Indented
34936 \series default
34937 , see 
34938 \begin_inset CommandInset ref
34939 LatexCommand ref
34940 reference "sub:Variable-Space"
34941
34942 \end_inset
34943
34944 .
34945 \end_layout
34946
34947 \end_inset
34948
34949  is inserted before and after the matrix to have the same separation of
34950  the matrix from the equation and the side margin.
34951 \end_layout
34952
34953 \begin_layout Standard
34954 When the formula style 
34955 \series bold
34956 Centered
34957 \series default
34958  is used, the method described in 
34959 \begin_inset CommandInset ref
34960 LatexCommand ref
34961 reference "sub:Flalign-Environment"
34962
34963 \end_inset
34964
34965  is used to indent formulas.
34966  Formula 
34967 \begin_inset CommandInset ref
34968 LatexCommand eqref
34969 reference "eq:within"
34970
34971 \end_inset
34972
34973  consists of five columns where in the first two columns contain the equation,
34974  the third the matrix and the last one an empty TeX-brace.
34975 \begin_inset Formula 
34976 \begin{flalign}
34977 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34978 \rho & \textrm{density}\\
34979 V & \textrm{volume}\\
34980 g & \textrm{gravitational acceleration}
34981 \end{array} &  & {}\label{eq:within}
34982 \end{flalign}
34983
34984 \end_inset
34985
34986
34987 \end_layout
34988
34989 \begin_layout Subsection
34990 Upright small Greek Letters
34991 \begin_inset CommandInset label
34992 LatexCommand label
34993 name "sub:Upright-small-Greek"
34994
34995 \end_inset
34996
34997
34998 \begin_inset Index idx
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002 Greek letters ! upright
35003 \end_layout
35004
35005 \end_inset
35006
35007
35008 \end_layout
35009
35010 \begin_layout Standard
35011 Most of the math fonts only provide italic small Greek letters.
35012  But for symbols of elementary particles like pions and neutrinos, upright
35013  Greek letters are needed.
35014  The file 
35015 \series bold
35016 upgreek.sty
35017 \series default
35018
35019 \begin_inset Foot
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023
35024 \series bold
35025 upgreek
35026 \series default
35027  is part of the LaTeX-package 
35028 \series bold
35029 was
35030 \series default
35031
35032 \begin_inset Index idx
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036 Packages ! was
35037 \begin_inset ERT
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041
35042
35043 \backslash
35044 vspace{4mm}
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \end_inset
35053
35054 .
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \begin_inset Index idx
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064 Packages ! upgreek
35065 \end_layout
35066
35067 \end_inset
35068
35069  that is loaded with the LaTeX-preamble line
35070 \end_layout
35071
35072 \begin_layout Standard
35073
35074 \series bold
35075
35076 \backslash
35077 usepackage{upgreek}
35078 \end_layout
35079
35080 \begin_layout Standard
35081 provides them.
35082  
35083 \begin_inset ERT
35084 status collapsed
35085
35086 \begin_layout Plain Layout
35087
35088
35089 \backslash
35090 ifupgreek 
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \begin_inset Note Note
35097 status open
35098
35099 \begin_layout Plain Layout
35100 The following table will only be displayed when the LaTeX-package 
35101 \series bold
35102 upgreek
35103 \series default
35104  is installed:
35105 \end_layout
35106
35107 \end_inset
35108
35109  They are created when the command for a small Greek letter is started with
35110  
35111 \series bold
35112 up
35113 \series default
35114 .
35115  For example the command 
35116 \series bold
35117
35118 \backslash
35119 uptau
35120 \series default
35121  creates this: 
35122 \begin_inset Formula $\uptau$
35123 \end_inset
35124
35125
35126 \end_layout
35127
35128 \begin_layout Standard
35129 With these commands reactions of elementary particles can be typeset:
35130 \begin_inset Formula 
35131 \[
35132 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35133 \]
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141 The upright letters are more bold and wider than the italic ones.
35142  They should therefore not be used for units like 
35143 \begin_inset Quotes eld
35144 \end_inset
35145
35146 µm
35147 \begin_inset Quotes erd
35148 \end_inset
35149
35150 .
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \begin_inset ERT
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158
35159
35160 \backslash
35161 else 
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Note Note
35168 status open
35169
35170 \begin_layout Plain Layout
35171 The following will be displayed when the LaTeX-package 
35172 \series bold
35173 upgreek
35174 \series default
35175  is not installed:
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 You need to install the LaTeX-package 
35185 \series bold
35186 upgreek
35187 \series default
35188  to see the rest of this subsection in the output.
35189 \end_layout
35190
35191 \begin_layout Standard
35192 \begin_inset ERT
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197
35198 \backslash
35199 fi 
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Subsection
35208 Text Characters in Formulas
35209 \begin_inset CommandInset label
35210 LatexCommand label
35211 name "sub:Text-Characters-in"
35212
35213 \end_inset
35214
35215
35216 \begin_inset Index idx
35217 status collapsed
35218
35219 \begin_layout Plain Layout
35220 Text ! in formulas
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Standard
35229 In some cases you might want to insert text characters directly into formulas.
35230  When for example the centered dot · is often used in formulas like 
35231 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35232 \end_inset
35233
35234 , one would have to insert the command 
35235 \series bold
35236
35237 \backslash
35238 cdot
35239 \series default
35240
35241 \begin_inset Foot
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245 see 
35246 \begin_inset CommandInset ref
35247 LatexCommand ref
35248 reference "sub:Binary-Operators"
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \end_inset
35256
35257  all the time, because this character is defined in all encodings as text
35258  character.
35259  But the encoding can be changed by this LaTeX-preamble line:
35260 \end_layout
35261
35262 \begin_layout Standard
35263
35264 \series bold
35265
35266 \backslash
35267 Declare Inputtext{183}{
35268 \backslash
35269 ifmmode
35270 \backslash
35271 cdot
35272 \backslash
35273 else
35274 \backslash
35275 textperiodcentered
35276 \backslash
35277 f\SpecialChar \textcompwordmark{}
35278 i}
35279 \end_layout
35280
35281 \begin_layout Standard
35282 The character encoding (menu 
35283 \family sans
35284 Document\SpecialChar \menuseparator
35285 Settings\SpecialChar \menuseparator
35286 Language
35287 \family default
35288 ) specifies what character appears when a keyboard key is pressed.
35289  When the key for the character '·' is pressed, internally the command 
35290 \series bold
35291
35292 \backslash
35293 textperiodcentered
35294 \series default
35295  is used.
35296  But this command is not available in a formula so that you would get LaTeX-erro
35297 rs.
35298  With the changed encoding the right command is chosen automatically, depending
35299  on if the character was inserted into a formula or not.
35300 \end_layout
35301
35302 \begin_layout Standard
35303 The encoding of several characters is saved in definition files.
35304  For example the encoding 
35305 \series bold
35306 latin9
35307 \series default
35308  is defined in the file 
35309 \series bold
35310 latin9.def
35311 \series default
35312  which is in the installation folder of LaTeX.
35313  Encodings should only be changed via the LaTeX-preamble and not in the
35314  definition files.
35315  Otherwise documents could not be edited by other LyX users working on other
35316  computers.
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \begin_inset VSpace medskip
35321 \end_inset
35322
35323 Besides the centered dot, in this document the degree sign ° is defined
35324  with the following LaTeX-preamble line so that it can be directly inserted
35325  into a formula:
35326 \end_layout
35327
35328 \begin_layout Standard
35329
35330 \series bold
35331
35332 \backslash
35333 DeclareInputtext{176}{
35334 \backslash
35335 ifmmode^
35336 \backslash
35337 circ
35338 \backslash
35339 else
35340 \backslash
35341 textdegree
35342 \backslash
35343 f\SpecialChar \textcompwordmark{}
35344 i}
35345 \end_layout
35346
35347 \begin_layout Standard
35348 \begin_inset Newpage newpage
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \begin_layout Section
35355 \start_of_appendix
35356 Typographic Advice
35357 \begin_inset Index idx
35358 status collapsed
35359
35360 \begin_layout Plain Layout
35361 Typographic advice
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \begin_layout Standard
35370 This section is a summary of the most important typographic rules, listed
35371  in ISO norms.
35372 \begin_inset Foot
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376 This collection was partly taken from the German semi-official dictionary
35377  called 
35378 \begin_inset Quotes eld
35379 \end_inset
35380
35381 Duden
35382 \begin_inset Quotes erd
35383 \end_inset
35384
35385  
35386 \begin_inset CommandInset citation
35387 LatexCommand cite
35388 key "Duden"
35389
35390 \end_inset
35391
35392  that lists some of the ISO rules.
35393  More rules are listed in 
35394 \begin_inset CommandInset citation
35395 LatexCommand cite
35396 key "Checklist"
35397
35398 \end_inset
35399
35400 .
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Itemize
35409 Physical units are 
35410 \emph on
35411 always
35412 \emph default
35413  set upright
35414 \begin_inset Foot
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418 done with font styles, see 
35419 \begin_inset CommandInset ref
35420 LatexCommand ref
35421 reference "sub:Font-Styles"
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \end_inset
35429
35430 , no matter if they appear in italic text: 30
35431 \begin_inset space \thinspace{}
35432 \end_inset
35433
35434 km/h
35435 \begin_inset Newline newline
35436 \end_inset
35437
35438 Between the value and the unit is the smallest space, see 
35439 \begin_inset CommandInset ref
35440 LatexCommand ref
35441 reference "sub:Predefined-Space"
35442
35443 \end_inset
35444
35445 .
35446 \begin_inset Newline newline
35447 \end_inset
35448
35449 This convention is automatically fulfilled when the command 
35450 \series bold
35451
35452 \backslash
35453 unittwo
35454 \series default
35455  is used.
35456  When it is entered to a formula, two boxes appear.
35457  In the first one the value is inserted, in the second one the unit, and
35458  one gets as above: 
35459 \begin_inset Formula $\unit[30]{km/h}$
35460 \end_inset
35461
35462
35463 \begin_inset space \thinspace{}
35464 \end_inset
35465
35466 .
35467  Note that 
35468 \series bold
35469
35470 \backslash
35471 unittwo
35472 \series default
35473  is not a real LaTeX command but the command 
35474 \series bold
35475
35476 \backslash
35477 unit[value]{unit}
35478 \series default
35479 , therefore you cannot use it in TeX code.
35480 \end_layout
35481
35482 \begin_layout Itemize
35483 Percent and perthousand signs are set like physical units:
35484 \begin_inset Newline newline
35485 \end_inset
35486
35487 1.2
35488 \begin_inset space \thinspace{}
35489 \end_inset
35490
35491 ‰ alcohol in blood
35492 \end_layout
35493
35494 \begin_layout Itemize
35495 The degree sign follows directly on the value: 15°, but not when it is used
35496  in units: 15
35497 \begin_inset space \thinspace{}
35498 \end_inset
35499
35500 °C
35501 \end_layout
35502
35503 \begin_layout Itemize
35504 In numbers with more than four digits the smallest space is inserted before
35505  every third digit to group them: 
35506 \family roman
35507 \series medium
35508 \shape up
35509 \size normal
35510 \emph off
35511 \bar no
35512 \noun off
35513 \color none
35514 18
35515 \begin_inset space \thinspace{}
35516 \end_inset
35517
35518 473
35519 \begin_inset space \thinspace{}
35520 \end_inset
35521
35522 588
35523 \end_layout
35524
35525 \begin_layout Itemize
35526 For dimensions like 120×90×40
35527 \begin_inset space \thinspace{}
35528 \end_inset
35529
35530 cm the multiplication sign 
35531 \begin_inset Quotes eld
35532 \end_inset
35533
35534 ×
35535 \begin_inset Quotes erd
35536 \end_inset
35537
35538  is used.
35539  It is available either via the command 
35540 \series bold
35541
35542 \backslash
35543 times
35544 \series default
35545  or via the menu 
35546 \family sans
35547 Insert\SpecialChar \menuseparator
35548 Special Character\SpecialChar \menuseparator
35549 Symbols
35550 \family default
35551 .
35552 \end_layout
35553
35554 \begin_layout Itemize
35555 Functions with names consisting of several letters are set upright to avoid
35556  confusions, see 
35557 \begin_inset CommandInset ref
35558 LatexCommand ref
35559 reference "sub:Predefined-Functions"
35560
35561 \end_inset
35562
35563 .
35564 \end_layout
35565
35566 \begin_layout Itemize
35567 Indices consisting of several letters, are set upright: 
35568 \begin_inset Formula $E_{\mathrm{kin}}$
35569 \end_inset
35570
35571
35572 \begin_inset Newline newline
35573 \end_inset
35574
35575 Components of matrices are set italic: 
35576 \begin_inset Formula $\hat{H}_{kl}$
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Itemize
35583 The differentiation/integration operator 'd', the Euler's number 'e' and
35584  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35585  other variables.
35586 \end_layout
35587
35588 \begin_layout Itemize
35589 The character that denotes a 
35590 \noun on
35591 Fourier
35592 \noun default
35593  transformation is inserted either by the command 
35594 \series bold
35595
35596 \backslash
35597 mathscr
35598 \begin_inset space \textvisiblespace{}
35599 \end_inset
35600
35601 F
35602 \series default
35603  or via the menu 
35604 \family sans
35605 Insert\SpecialChar \menuseparator
35606 Special Character\SpecialChar \menuseparator
35607 Symbols\SpecialChar \menuseparator
35608 Letterlike
35609 \begin_inset space ~
35610 \end_inset
35611
35612 Symbols
35613 \family default
35614
35615 \begin_inset Formula $\mathscr{F}$
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Standard
35622 \begin_inset Newpage newpage
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Section
35629 Synonyms
35630 \begin_inset Index idx
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 Synonyms
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \end_layout
35641
35642 \begin_layout Standard
35643 Some characters and symbols can be created with several commands.
35644  Here is a list of the synonym commands:
35645 \end_layout
35646
35647 \begin_layout Standard
35648 \begin_inset VSpace bigskip
35649 \end_inset
35650
35651
35652 \begin_inset space \hfill{}
35653 \end_inset
35654
35655
35656 \begin_inset Tabular
35657 <lyxtabular version="3" rows="12" columns="2">
35658 <features rotate="0" tabularvalignment="middle">
35659 <column alignment="center" valignment="top" width="0pt">
35660 <column alignment="center" valignment="top" width="0pt">
35661 <row>
35662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35663 \begin_inset Text
35664
35665 \begin_layout Plain Layout
35666 Command
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675 equivalent to
35676 \begin_inset Note Note
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680
35681 \series bold
35682
35683 \backslash
35684 raisebox
35685 \series default
35686  is only used as spacer.
35687 \end_layout
35688
35689 \end_inset
35690
35691
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 </row>
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702
35703 \backslash
35704 ast
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 \begin_inset ERT
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717
35718
35719 \backslash
35720 raisebox{-1.2mm}{
35721 \end_layout
35722
35723 \end_inset
35724
35725 *
35726 \begin_inset ERT
35727 status collapsed
35728
35729 \begin_layout Plain Layout
35730
35731 }
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 <row>
35743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747
35748 \backslash
35749 choose
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758
35759 \backslash
35760 binom
35761 \end_layout
35762
35763 \end_inset
35764 </cell>
35765 </row>
35766 <row>
35767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35768 \begin_inset Text
35769
35770 \begin_layout Plain Layout
35771
35772 \backslash
35773 geq
35774 \end_layout
35775
35776 \end_inset
35777 </cell>
35778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782
35783 \backslash
35784 ge
35785 \end_layout
35786
35787 \end_inset
35788 </cell>
35789 </row>
35790 <row>
35791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35792 \begin_inset Text
35793
35794 \begin_layout Plain Layout
35795
35796 \backslash
35797 lbrace
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 {
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 </row>
35812 <row>
35813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35814 \begin_inset Text
35815
35816 \begin_layout Plain Layout
35817
35818 \backslash
35819 lbracket
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35825 \begin_inset Text
35826
35827 \begin_layout Plain Layout
35828 [
35829 \end_layout
35830
35831 \end_inset
35832 </cell>
35833 </row>
35834 <row>
35835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35836 \begin_inset Text
35837
35838 \begin_layout Plain Layout
35839
35840 \backslash
35841 leftarrow
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850
35851 \backslash
35852 gets
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 </row>
35858 <row>
35859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35860 \begin_inset Text
35861
35862 \begin_layout Plain Layout
35863
35864 \backslash
35865 leq
35866 \end_layout
35867
35868 \end_inset
35869 </cell>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874
35875 \backslash
35876 le
35877 \end_layout
35878
35879 \end_inset
35880 </cell>
35881 </row>
35882 <row>
35883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887
35888 \backslash
35889 lor
35890 \end_layout
35891
35892 \end_inset
35893 </cell>
35894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898
35899 \backslash
35900 vee
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 </row>
35906 <row>
35907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35908 \begin_inset Text
35909
35910 \begin_layout Plain Layout
35911
35912 \backslash
35913 neq
35914 \end_layout
35915
35916 \end_inset
35917 </cell>
35918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35919 \begin_inset Text
35920
35921 \begin_layout Plain Layout
35922
35923 \backslash
35924 not=
35925 \end_layout
35926
35927 \end_inset
35928 </cell>
35929 </row>
35930 <row>
35931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35932 \begin_inset Text
35933
35934 \begin_layout Plain Layout
35935
35936 \backslash
35937 slash
35938 \end_layout
35939
35940 \end_inset
35941 </cell>
35942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35943 \begin_inset Text
35944
35945 \begin_layout Plain Layout
35946 /
35947 \end_layout
35948
35949 \end_inset
35950 </cell>
35951 </row>
35952 <row>
35953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957
35958 \backslash
35959 vert
35960 \end_layout
35961
35962 \end_inset
35963 </cell>
35964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35965 \begin_inset Text
35966
35967 \begin_layout Plain Layout
35968 |
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 </row>
35974 </lyxtabular>
35975
35976 \end_inset
35977
35978
35979 \begin_inset space \hfill{}
35980 \end_inset
35981
35982
35983 \begin_inset Tabular
35984 <lyxtabular version="3" rows="12" columns="2">
35985 <features rotate="0" tabularvalignment="middle">
35986 <column alignment="center" valignment="top" width="0pt">
35987 <column alignment="center" valignment="top" width="0pt">
35988 <row>
35989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35990 \begin_inset Text
35991
35992 \begin_layout Plain Layout
35993 Command
35994 \end_layout
35995
35996 \end_inset
35997 </cell>
35998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35999 \begin_inset Text
36000
36001 \begin_layout Plain Layout
36002 equivalent to
36003 \end_layout
36004
36005 \end_inset
36006 </cell>
36007 </row>
36008 <row>
36009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36010 \begin_inset Text
36011
36012 \begin_layout Plain Layout
36013
36014 \backslash
36015 backslash
36016 \end_layout
36017
36018 \end_inset
36019 </cell>
36020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024
36025 \backslash
36026
36027 \backslash
36028
36029 \end_layout
36030
36031 \end_inset
36032 </cell>
36033 </row>
36034 <row>
36035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039
36040 \backslash
36041 dasharrow
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050
36051 \backslash
36052 dashrightarrow
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 </row>
36058 <row>
36059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063
36064 \backslash
36065 land
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074
36075 \backslash
36076 wedge
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 </row>
36082 <row>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087
36088 \backslash
36089 rbrace
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 }
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109
36110 \backslash
36111 rbracket
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120 ]
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 </row>
36126 <row>
36127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36128 \begin_inset Text
36129
36130 \begin_layout Plain Layout
36131
36132 \backslash
36133 rightarrow
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36139 \begin_inset Text
36140
36141 \begin_layout Plain Layout
36142
36143 \backslash
36144 to
36145 \end_layout
36146
36147 \end_inset
36148 </cell>
36149 </row>
36150 <row>
36151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Plain Layout
36155
36156 \backslash
36157 lnot
36158 \end_layout
36159
36160 \end_inset
36161 </cell>
36162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36163 \begin_inset Text
36164
36165 \begin_layout Plain Layout
36166
36167 \backslash
36168 neg
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row>
36175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179
36180 \backslash
36181 ne
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190
36191 \backslash
36192 not=
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 </row>
36198 <row>
36199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203
36204 \backslash
36205 owns
36206 \end_layout
36207
36208 \end_inset
36209 </cell>
36210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214
36215 \backslash
36216 ni
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 </row>
36222 <row>
36223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36224 \begin_inset Text
36225
36226 \begin_layout Plain Layout
36227
36228 \backslash
36229 square
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238
36239 \backslash
36240 Box
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 </row>
36246 <row>
36247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251
36252 \backslash
36253 Vert
36254 \end_layout
36255
36256 \end_inset
36257 </cell>
36258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36259 \begin_inset Text
36260
36261 \begin_layout Plain Layout
36262
36263 \backslash
36264 |
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 </lyxtabular>
36271
36272 \end_inset
36273
36274
36275 \begin_inset space \hfill{}
36276 \end_inset
36277
36278
36279 \end_layout
36280
36281 \begin_layout Standard
36282 \begin_inset Newpage newpage
36283 \end_inset
36284
36285
36286 \end_layout
36287
36288 \begin_layout Bibliography
36289 \begin_inset CommandInset bibitem
36290 LatexCommand bibitem
36291 key "TLC2"
36292
36293 \end_inset
36294
36295
36296 \shape smallcaps
36297 Mittelbach, F.
36298  ; Goossens, M.
36299 \shape default
36300
36301 \shape italic
36302 The LaTeX Companion
36303 \shape default
36304 .
36305  Addison Wesley, 2004
36306 \end_layout
36307
36308 \begin_layout Bibliography
36309 \begin_inset CommandInset bibitem
36310 LatexCommand bibitem
36311 key "Mathmode"
36312
36313 \end_inset
36314
36315
36316 \begin_inset CommandInset href
36317 LatexCommand href
36318 name "Description"
36319 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36320
36321 \end_inset
36322
36323  of LaTeX's math abilities
36324 \end_layout
36325
36326 \begin_layout Bibliography
36327 \begin_inset CommandInset bibitem
36328 LatexCommand bibitem
36329 key "AMS"
36330
36331 \end_inset
36332
36333
36334 \begin_inset CommandInset href
36335 LatexCommand href
36336 name "Description"
36337 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36338
36339 \end_inset
36340
36341  of 
36342 \begin_inset ERT
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346
36347
36348 \backslash
36349 AmS
36350 \end_layout
36351
36352 \end_inset
36353
36354 -LaTeX
36355 \end_layout
36356
36357 \begin_layout Bibliography
36358 \begin_inset CommandInset bibitem
36359 LatexCommand bibitem
36360 key "Symbols"
36361
36362 \end_inset
36363
36364
36365 \begin_inset CommandInset href
36366 LatexCommand href
36367 name "List"
36368 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36369
36370 \end_inset
36371
36372  of all symbols available with LaTeX-packages
36373 \end_layout
36374
36375 \begin_layout Bibliography
36376 \begin_inset CommandInset bibitem
36377 LatexCommand bibitem
36378 key "cancel"
36379
36380 \end_inset
36381
36382
36383 \begin_inset CommandInset href
36384 LatexCommand href
36385 name "Documentation"
36386 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36387
36388 \end_inset
36389
36390  of the LaTeX-package 
36391 \series bold
36392 cancel
36393 \series default
36394
36395 \begin_inset Index idx
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399 Packages ! cancel
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Bibliography
36408 \begin_inset CommandInset bibitem
36409 LatexCommand bibitem
36410 key "hyperref"
36411
36412 \end_inset
36413
36414
36415 \begin_inset CommandInset href
36416 LatexCommand href
36417 name "Documentation"
36418 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36419
36420 \end_inset
36421
36422  of the LaTeX-package 
36423 \series bold
36424 hyperref
36425 \series default
36426
36427 \begin_inset Index idx
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 Packages ! hyperref
36432 \end_layout
36433
36434 \end_inset
36435
36436
36437 \end_layout
36438
36439 \begin_layout Bibliography
36440 \begin_inset CommandInset bibitem
36441 LatexCommand bibitem
36442 key "mhchem"
36443
36444 \end_inset
36445
36446
36447 \begin_inset CommandInset href
36448 LatexCommand href
36449 name "Documentation"
36450 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36451
36452 \end_inset
36453
36454  of the LaTeX-package 
36455 \series bold
36456 mhchem
36457 \series default
36458
36459 \begin_inset Index idx
36460 status collapsed
36461
36462 \begin_layout Plain Layout
36463 Packages ! mhchem
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Bibliography
36472 \begin_inset CommandInset bibitem
36473 LatexCommand bibitem
36474 key "Mathclap"
36475
36476 \end_inset
36477
36478
36479 \begin_inset CommandInset href
36480 LatexCommand href
36481 name "Description"
36482 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36483
36484 \end_inset
36485
36486  of the command 
36487 \series bold
36488
36489 \backslash
36490 mathclap
36491 \series default
36492 , described in 
36493 \begin_inset CommandInset ref
36494 LatexCommand ref
36495 reference "sub:Operator-Limits"
36496
36497 \end_inset
36498
36499
36500 \begin_inset Index idx
36501 status collapsed
36502
36503 \begin_layout Plain Layout
36504 Commands ! M ! 
36505 \backslash
36506 mathclap
36507 \end_layout
36508
36509 \end_inset
36510
36511
36512 \end_layout
36513
36514 \begin_layout Bibliography
36515 \begin_inset CommandInset bibitem
36516 LatexCommand bibitem
36517 key "Duden"
36518
36519 \end_inset
36520
36521
36522 \emph on
36523 Duden Band 1
36524 \emph default
36525 .
36526  22.
36527  Auflage, Duden 2001
36528 \end_layout
36529
36530 \begin_layout Bibliography
36531 \begin_inset CommandInset bibitem
36532 LatexCommand bibitem
36533 key "Checklist"
36534
36535 \end_inset
36536
36537
36538 \begin_inset CommandInset href
36539 LatexCommand href
36540 name "Check list"
36541 target "http://physics.nist.gov/Document/checklist.pdf"
36542
36543 \end_inset
36544
36545  for reviewing manuscripts
36546 \end_layout
36547
36548 \begin_layout Standard
36549 \begin_inset CommandInset index_print
36550 LatexCommand printindex
36551 type "idx"
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \end_body
36559 \end_document