]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
f830a08c336f257bceebef362d1f4bdb064660ee
[lyx.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  The command scheme is:
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 sideset{character
15554 \series default
15555  
15556 \series bold
15557 before}{character
15558 \series default
15559  
15560 \series bold
15561 behind}
15562 \end_layout
15563
15564 \begin_layout Standard
15565
15566 \series bold
15567
15568 \backslash
15569 sideset
15570 \series default
15571  must always be before the operator.
15572  You can decorate with several characters and even with other operators
15573  and symbols.
15574  To place for example only characters behind a big operator, write nothing
15575  between the first braces but don't omit the braces.
15576 \end_layout
15577
15578 \begin_layout Standard
15579 For example the command 
15580 \series bold
15581
15582 \backslash
15583 sideset{
15584 \begin_inset Formula $\to$
15585 \end_inset
15586
15587
15588 \backslash
15589 {
15590 \series default
15591 '
15592 \series bold
15593
15594 \begin_inset Formula $\to$
15595 \end_inset
15596
15597
15598 \backslash
15599 sum_k=1
15600 \begin_inset space \textvisiblespace{}
15601 \end_inset
15602
15603
15604 \series default
15605 ^
15606 \series bold
15607 n
15608 \series default
15609  produces:
15610 \begin_inset Formula 
15611 \[
15612 \sideset{}{'}\sum_{k=1}^{n}
15613 \]
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset Note Greyedout
15622 status open
15623
15624 \begin_layout Plain Layout
15625
15626 \series bold
15627 Note: 
15628 \backslash
15629 sideset
15630 \series default
15631  can only be used to decorate big operators, binary operators are not allowed.
15632 \end_layout
15633
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640
15641 \series bold
15642
15643 \backslash
15644 overset
15645 \series default
15646  and 
15647 \series bold
15648
15649 \backslash
15650 underset
15651 \series default
15652  can also be used to decorate symbols and characters.
15653  For example, the command 
15654 \series bold
15655
15656 \backslash
15657 overset
15658 \begin_inset space \textvisiblespace{}
15659 \end_inset
15660
15661
15662 \backslash
15663 maltese
15664 \begin_inset space \textvisiblespace{}
15665 \end_inset
15666
15667
15668 \series default
15669
15670 \begin_inset Formula $\uparrow$
15671 \end_inset
15672
15673
15674 \series bold
15675 a
15676 \series default
15677  produces:
15678 \begin_inset Formula 
15679 \[
15680 \overset{a}{\maltese}
15681 \]
15682
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Subsection
15689 Binary Operators
15690 \begin_inset CommandInset label
15691 LatexCommand label
15692 name "sub:Binary-Operators"
15693
15694 \end_inset
15695
15696
15697 \begin_inset Index idx
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701 Operators ! binary
15702 \end_layout
15703
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 Binary operators are surrounded by space when there is a character before
15711  and after them.
15712 \begin_inset VSpace medskip
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \begin_layout Standard
15719 \begin_inset space \hfill{}
15720 \end_inset
15721
15722
15723 \begin_inset Tabular
15724 <lyxtabular version="3" rows="13" columns="2">
15725 <features rotate="0" tabularvalignment="middle">
15726 <column alignment="center" valignment="top" width="0pt">
15727 <column alignment="center" valignment="top" width="0pt">
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733 Command
15734 \begin_inset Note Note
15735 status collapsed
15736
15737 \begin_layout Plain Layout
15738
15739 \series bold
15740
15741 \backslash
15742 raisebox
15743 \series default
15744  is only used as spacer.
15745 \end_layout
15746
15747 \end_inset
15748
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 Result
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 <row>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 +
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778 \begin_inset Formula $+$
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 <row>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 -
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 \begin_inset Formula $-$
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \backslash
15817 pm
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 \begin_inset Formula $\pm$
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 mp
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\mp$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 <row>
15861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \backslash
15867 cdot
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 \begin_inset Formula $\cdot$
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \backslash
15892 times
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 \begin_inset Formula $\times$
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 <row>
15911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \backslash
15917 div
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926 \begin_inset Formula $\div$
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 </row>
15935 <row>
15936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940 \begin_inset ERT
15941 status collapsed
15942
15943 \begin_layout Plain Layout
15944
15945
15946 \backslash
15947 raisebox{-1.2mm}{
15948 \end_layout
15949
15950 \end_inset
15951
15952 *
15953 \begin_inset ERT
15954 status collapsed
15955
15956 \begin_layout Plain Layout
15957
15958 }
15959 \end_layout
15960
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 \begin_inset Formula $*$
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \backslash
15988 star
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 \begin_inset Formula $\star$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \backslash
16013 circ
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 \begin_inset Formula $\circ$
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \backslash
16038 diamond
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Formula $\diamond$
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \backslash
16063 bullet
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 \begin_inset Formula $\bullet$
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 </lyxtabular>
16082
16083 \end_inset
16084
16085
16086 \begin_inset space \hfill{}
16087 \end_inset
16088
16089
16090 \begin_inset Tabular
16091 <lyxtabular version="3" rows="13" columns="2">
16092 <features rotate="0" tabularvalignment="middle">
16093 <column alignment="center" valignment="top" width="0pt">
16094 <column alignment="center" valignment="top" width="0pt">
16095 <row>
16096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 Command
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 Result
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 </row>
16115 <row>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120
16121 \backslash
16122 nabla
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131 \begin_inset Formula $\nabla$
16132 \end_inset
16133
16134
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 </row>
16140 <row>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145
16146 \backslash
16147 bigtriangledown
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 \begin_inset Formula $\bigtriangledown$
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 </row>
16165 <row>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170
16171 \backslash
16172 bigtriangleup
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 \begin_inset Formula $\bigtriangleup$
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 </row>
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195
16196 \backslash
16197 Box
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 \begin_inset Formula $\Box$
16207 \end_inset
16208
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 </row>
16215 <row>
16216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220
16221 \backslash
16222 cap 
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 \begin_inset Formula $\cap$
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 <row>
16241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16242 \begin_inset Text
16243
16244 \begin_layout Plain Layout
16245
16246 \backslash
16247 cup
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 \begin_inset Formula $\cup$
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \backslash
16272 dagger
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Formula $\dagger$
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295
16296 \backslash
16297 ddagger
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Formula $\ddagger$
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \backslash
16322 wr
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 \begin_inset Formula $\wr$
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \backslash
16347 bigcirc
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 \begin_inset Formula $\bigcirc$
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 <row>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370
16371 \backslash
16372 wedge
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Formula $\wedge$
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \backslash
16397 vee
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Formula $\vee$
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 </lyxtabular>
16416
16417 \end_inset
16418
16419
16420 \begin_inset space \hfill{}
16421 \end_inset
16422
16423
16424 \begin_inset Tabular
16425 <lyxtabular version="3" rows="13" columns="2">
16426 <features rotate="0" tabularvalignment="middle">
16427 <column alignment="center" valignment="top" width="0pt">
16428 <column alignment="center" valignment="top" width="0pt">
16429 <row>
16430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434 Command
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 Result
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 </row>
16449 <row>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \backslash
16456 oplus
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 \begin_inset Formula $\oplus$
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \backslash
16481 ominus
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 \begin_inset Formula $\ominus$
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 </row>
16499 <row>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \backslash
16506 otimes
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset Formula $\otimes$
16516 \end_inset
16517
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529
16530 \backslash
16531 oslash
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Formula $\oslash$
16541 \end_inset
16542
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 </row>
16549 <row>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554
16555 \backslash
16556 odot
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 \begin_inset Formula $\odot$
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 <row>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \backslash
16581 amalg
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 \begin_inset Formula $\amalg$
16591 \end_inset
16592
16593
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 </row>
16599 <row>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604
16605 \backslash
16606 uplus
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 \begin_inset Formula $\uplus$
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 </row>
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629
16630 \backslash
16631 setminus
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 \begin_inset Formula $\setminus$
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 </row>
16649 <row>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654
16655 \backslash
16656 sqcap
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 \begin_inset Formula $\sqcap$
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 <row>
16675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679
16680 \backslash
16681 sqcup
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 \begin_inset Formula $\sqcup$
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 <row>
16700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16701 \begin_inset Text
16702
16703 \begin_layout Plain Layout
16704
16705 \backslash
16706 triangleleft
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 \begin_inset Formula $\triangleleft$
16716 \end_inset
16717
16718
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729
16730 \backslash
16731 triangleright
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740 \begin_inset Formula $\triangleright$
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 </lyxtabular>
16750
16751 \end_inset
16752
16753
16754 \begin_inset space \hfill{}
16755 \end_inset
16756
16757
16758 \end_layout
16759
16760 \begin_layout Standard
16761 All binary operators can also be inserted via the math toolbar button 
16762 \begin_inset Graphics
16763         filename ../images/math/pm.png
16764         scale 85
16765
16766 \end_inset
16767
16768 .
16769 \end_layout
16770
16771 \begin_layout Standard
16772 To typeset the Laplace operator also 
16773 \series bold
16774
16775 \backslash
16776 Delta
16777 \series default
16778  or 
16779 \series bold
16780
16781 \backslash
16782 nabla
16783 \series default
16784 ^
16785 \series bold
16786 2
16787 \series default
16788  (
16789 \begin_inset Formula $\nabla^{2}$
16790 \end_inset
16791
16792 ) can be used instead of 
16793 \series bold
16794
16795 \backslash
16796 bigtriangleup
16797 \series default
16798  .
16799 \end_layout
16800
16801 \begin_layout Standard
16802 The character 
16803 \family sans
16804 Menu Separator
16805 \family default
16806  from the menu 
16807 \family sans
16808 Insert\SpecialChar \menuseparator
16809 Special Character
16810 \family default
16811  is the operator 
16812 \series bold
16813
16814 \backslash
16815 triangleright
16816 \series default
16817 .
16818 \end_layout
16819
16820 \begin_layout Subsection
16821 Self-defined Operators
16822 \begin_inset CommandInset label
16823 LatexCommand label
16824 name "sub:Self-defined-Operators"
16825
16826 \end_inset
16827
16828
16829 \begin_inset Index idx
16830 status collapsed
16831
16832 \begin_layout Plain Layout
16833 Operators ! self-defined
16834 \end_layout
16835
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \begin_layout Standard
16842 With the help of the command 
16843 \series bold
16844
16845 \backslash
16846 DeclareMathOperator
16847 \series default
16848
16849 \begin_inset Index idx
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853 Commands ! D ! 
16854 \backslash
16855 dbinom@
16856 \backslash
16857 DeclareMathOperator
16858 \end_layout
16859
16860 \end_inset
16861
16862  custom operators can be defined in the LaTeX-preamble.
16863  Its command scheme is:
16864 \end_layout
16865
16866 \begin_layout Standard
16867
16868 \series bold
16869
16870 \backslash
16871 DeclareMathOperator{new command}{display}
16872 \end_layout
16873
16874 \begin_layout Standard
16875 Display can be characters or symbols that define how the operator looks
16876  in the output.
16877  To define a big operator a * is set behind the command.
16878  All self-defined big operators can have limits as described in 
16879 \begin_inset CommandInset ref
16880 LatexCommand ref
16881 reference "sub:Operator-Limits"
16882
16883 \end_inset
16884
16885 .
16886 \end_layout
16887
16888 \begin_layout Standard
16889 For example the LaTeX-preamble line
16890 \end_layout
16891
16892 \begin_layout Standard
16893
16894 \series bold
16895
16896 \backslash
16897 DeclareMathOperator*{
16898 \backslash
16899 Lozenge}{
16900 \backslash
16901 blacklozenge}
16902 \end_layout
16903
16904 \begin_layout Standard
16905 defines the command 
16906 \series bold
16907
16908 \backslash
16909 Lozenge
16910 \series default
16911 , that inserts a big operator consisting of the lozenge symbol from 
16912 \begin_inset CommandInset ref
16913 LatexCommand ref
16914 reference "sub:Miscellaneous-Symbols"
16915
16916 \end_inset
16917
16918 :
16919 \begin_inset Formula 
16920 \[
16921 \Lozenge_{n=1}^{\infty}
16922 \]
16923
16924 \end_inset
16925
16926 The command for this formula is: 
16927 \series bold
16928
16929 \backslash
16930 Lozenge
16931 \series default
16932 ^
16933 \series bold
16934
16935 \backslash
16936 infty
16937 \begin_inset Formula $\to$
16938 \end_inset
16939
16940 _n=1
16941 \end_layout
16942
16943 \begin_layout Standard
16944 \begin_inset VSpace bigskip
16945 \end_inset
16946
16947 When self-defined operators are not used several times in the document,
16948  they can also be defined with the commands 
16949 \series bold
16950
16951 \backslash
16952 mathop
16953 \series default
16954
16955 \begin_inset Index idx
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959 Commands ! M ! 
16960 \backslash
16961 mathop
16962 \end_layout
16963
16964 \end_inset
16965
16966  and 
16967 \series bold
16968
16969 \backslash
16970 mathbin
16971 \series default
16972
16973 \begin_inset Index idx
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977 Commands ! M ! 
16978 \backslash
16979 mathbin
16980 \end_layout
16981
16982 \end_inset
16983
16984 , which have the following scheme:
16985 \end_layout
16986
16987 \begin_layout Standard
16988
16989 \series bold
16990
16991 \backslash
16992 mathop{display}
16993 \series default
16994  and 
16995 \series bold
16996
16997 \backslash
16998 mathbin{display}
16999 \end_layout
17000
17001 \begin_layout Standard
17002
17003 \series bold
17004
17005 \backslash
17006 mathop
17007 \series default
17008  defines big operators, 
17009 \series bold
17010
17011 \backslash
17012 mathbin
17013 \series default
17014  binary operators.
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020
17021 \backslash
17022 mathop
17023 \series default
17024  can e.
17025 \begin_inset space \thinspace{}
17026 \end_inset
17027
17028 g.
17029 \begin_inset space \space{}
17030 \end_inset
17031
17032 be used to use one limit for several operators:
17033 \end_layout
17034
17035 \begin_layout Standard
17036 \begin_inset Formula 
17037 \[
17038 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17039 \]
17040
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \begin_layout Standard
17047 The command for the formula above is:
17048 \begin_inset Newline newline
17049 \end_inset
17050
17051
17052 \series bold
17053
17054 \backslash
17055 mathop{
17056 \backslash
17057 sum
17058 \backslash
17059 negmedspace
17060 \backslash
17061 sum
17062 \series default
17063
17064 \begin_inset space \textvisiblespace{}
17065 \end_inset
17066
17067
17068 \series bold
17069
17070 \begin_inset Formula $\to$
17071 \end_inset
17072
17073 ^N
17074 \series default
17075
17076 \begin_inset space \textvisiblespace{}
17077 \end_inset
17078
17079
17080 \series bold
17081 _i,j=1
17082 \end_layout
17083
17084 \begin_layout Section
17085 Fonts
17086 \begin_inset Index idx
17087 status collapsed
17088
17089 \begin_layout Plain Layout
17090 Fonts
17091 \end_layout
17092
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \begin_layout Subsection
17099 Font Styles
17100 \begin_inset CommandInset label
17101 LatexCommand label
17102 name "sub:Font-Styles"
17103
17104 \end_inset
17105
17106
17107 \begin_inset Index idx
17108 status collapsed
17109
17110 \begin_layout Plain Layout
17111 Font ! style
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \begin_layout Standard
17120 Latin letters in formulas can be set in one of the following font styles:
17121 \begin_inset VSpace -2mm
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \begin_layout Standard
17128 \align center
17129 \begin_inset Tabular
17130 <lyxtabular version="3" rows="7" columns="3">
17131 <features rotate="0" tabularvalignment="middle">
17132 <column alignment="center" valignment="top">
17133 <column alignment="center" valignment="top">
17134 <column alignment="center" valignment="top">
17135 <row>
17136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 Command
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 Result
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 shortcut
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \backslash
17171 mathbb
17172 \series bold
17173
17174 \begin_inset space \textvisiblespace{}
17175 \end_inset
17176
17177
17178 \series default
17179 ABC
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Formula $\mathbb{ABC}$
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 \begin_inset Info
17201 type  "shortcuts"
17202 arg   "font-noun"
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 mathbf
17219 \series bold
17220
17221 \begin_inset space \textvisiblespace{}
17222 \end_inset
17223
17224
17225 \series default
17226 AbC
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\mathbf{AbC}$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Info
17248 type  "shortcuts"
17249 arg   "font-bold"
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \backslash
17265 boldsymbol
17266 \series bold
17267
17268 \begin_inset space \textvisiblespace{}
17269 \end_inset
17270
17271
17272 \series default
17273 AbC
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\boldsymbol{AbC}$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Info
17295 type  "shortcuts"
17296 arg   "font-boldsymbol"
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \backslash
17312 mathcal
17313 \series bold
17314
17315 \begin_inset space \textvisiblespace{}
17316 \end_inset
17317
17318
17319 \series default
17320 ABC
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 \begin_inset Formula $\mathcal{ABC}$
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Info
17342 type  "shortcuts"
17343 arg   "font-emph"
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \backslash
17359 mathfrak
17360 \series bold
17361
17362 \begin_inset space \textvisiblespace{}
17363 \end_inset
17364
17365
17366 \series default
17367 AbC
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Formula $\mathfrak{AbC}$
17377 \end_inset
17378
17379
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 -
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 <row>
17395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399
17400 \backslash
17401 mathscr
17402 \series bold
17403
17404 \begin_inset space \textvisiblespace{}
17405 \end_inset
17406
17407
17408 \series default
17409 AbC
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\mathscr{AbC}$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 -
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 </lyxtabular>
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \align center
17445 \begin_inset Tabular
17446 <lyxtabular version="3" rows="5" columns="3">
17447 <features rotate="0" tabularvalignment="middle">
17448 <column alignment="center" valignment="top">
17449 <column alignment="center" valignment="top">
17450 <column alignment="center" valignment="top">
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 Command
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 Result
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 shortcut
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \backslash
17487 mathit
17488 \series bold
17489
17490 \begin_inset space \textvisiblespace{}
17491 \end_inset
17492
17493
17494 \series default
17495 AbC
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $\mathit{AbC}$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 -
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \backslash
17529 mathrm
17530 \series bold
17531
17532 \begin_inset space \textvisiblespace{}
17533 \end_inset
17534
17535
17536 \series default
17537 AbC
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Formula $\mathrm{AbC}$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 \begin_inset Info
17559 type  "shortcuts"
17560 arg   "font-roman"
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \end_inset
17567 </cell>
17568 </row>
17569 <row>
17570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574
17575 \backslash
17576 mathsf
17577 \series bold
17578
17579 \begin_inset space \textvisiblespace{}
17580 \end_inset
17581
17582
17583 \series default
17584 AbC
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\mathsf{AbC}$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Info
17606 type  "shortcuts"
17607 arg   "font-sans"
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \backslash
17623 mathtt
17624 \series bold
17625
17626 \begin_inset space \textvisiblespace{}
17627 \end_inset
17628
17629
17630 \series default
17631 AbC
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $\mathtt{AbC}$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Info
17653 type  "shortcuts"
17654 arg   "font-typewriter"
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 </lyxtabular>
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 \begin_inset Note Greyedout
17672 status open
17673
17674 \begin_layout Plain Layout
17675
17676 \series bold
17677 Note:
17678 \series default
17679  The styles 
17680 \series bold
17681
17682 \backslash
17683 mathbb
17684 \series default
17685  and 
17686 \series bold
17687
17688 \backslash
17689 mathcal
17690 \series default
17691  can only be used for big letters.
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \begin_layout Standard
17700 Predefined is the style 
17701 \series bold
17702
17703 \backslash
17704 mathnormal
17705 \series default
17706 .
17707 \end_layout
17708
17709 \begin_layout Standard
17710 The style commands work also for letters in mathematical constructs:
17711 \begin_inset Formula 
17712 \[
17713 \mathfrak{A=\frac{b}{C}}
17714 \]
17715
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \begin_layout Standard
17722 Characters in mathematical text don't appear in a math font style but in
17723  the text font style 
17724 \series bold
17725
17726 \backslash
17727 textrm
17728 \series default
17729 .
17730  That their style can't be set correctly via the text style dialog is a
17731  bug in LyX.
17732 \begin_inset Foot
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736 \begin_inset CommandInset href
17737 LatexCommand href
17738 name "LyX-bug #4629"
17739 target "http://www.lyx.org/trac/ticket/4629"
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 Instead of the style commands the dialog 
17753 \family sans
17754 Edit\SpecialChar \menuseparator
17755 Math\SpecialChar \menuseparator
17756 Text Style
17757 \family default
17758  or the toolbar button 
17759 \begin_inset Graphics
17760         filename ../images/math/font.png
17761         scale 85
17762
17763 \end_inset
17764
17765  can be used.
17766 \end_layout
17767
17768 \begin_layout Subsection
17769 Bold Formulas
17770 \begin_inset CommandInset label
17771 LatexCommand label
17772 name "sub:Bold-Formulas"
17773
17774 \end_inset
17775
17776
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 Formula ! bold
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 To make a complete formula bold, the command 
17791 \series bold
17792
17793 \backslash
17794 mathbf
17795 \series default
17796  from the previous subsection cannot be used, because it doesn't work for
17797  small Greek letters.
17798  Furthermore it prints Latin letters always upright, like in the following
17799  equation:
17800 \end_layout
17801
17802 \begin_layout Standard
17803 \begin_inset Formula 
17804 \[
17805 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
17806 \]
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Standard
17814 To display the formula correctly, the command 
17815 \series bold
17816
17817 \backslash
17818 boldsymbol
17819 \series default
17820  is used:
17821 \begin_inset Formula 
17822 \[
17823 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
17824 \]
17825
17826 \end_inset
17827
17828 It is also possible to set the formula in a 
17829 \series bold
17830 boldmath environment
17831 \series default
17832 .
17833  This environment is created by inserting the command 
17834 \series bold
17835
17836 \backslash
17837 boldmath
17838 \series default
17839
17840 \begin_inset Index idx
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844 Commands ! B ! 
17845 \backslash
17846 boldmath
17847 \end_layout
17848
17849 \end_inset
17850
17851  in TeX-mode.
17852  To end the environment, the command 
17853 \series bold
17854
17855 \backslash
17856 unboldmath
17857 \series default
17858
17859 \begin_inset Index idx
17860 status collapsed
17861
17862 \begin_layout Plain Layout
17863 Commands ! U ! 
17864 \backslash
17865 unboldmath
17866 \end_layout
17867
17868 \end_inset
17869
17870  is inserted in TeX-mode.
17871 \begin_inset ERT
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875
17876
17877 \backslash
17878 boldmath 
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \begin_inset Formula 
17885 \[
17886 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
17887 \]
17888
17889 \end_inset
17890
17891
17892 \begin_inset ERT
17893 status collapsed
17894
17895 \begin_layout Plain Layout
17896
17897
17898 \backslash
17899 unboldmath 
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Subsection
17908 Colored Formulas
17909 \begin_inset Index idx
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913 Formula ! colored
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 Formulas can be colored like normal text: Highlight a formula or a formula
17923  part and use the 
17924 \family sans
17925 Text Style
17926 \family default
17927  dialog.
17928  Here is a formula in magenta:
17929 \begin_inset Formula 
17930 \[
17931 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17932 \]
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 You can also define your own colors as described in 
17941 \begin_inset CommandInset ref
17942 LatexCommand ref
17943 reference "sub:Colored-Boxes"
17944
17945 \end_inset
17946
17947 .
17948  They can be used with the TeX code command 
17949 \series bold
17950
17951 \backslash
17952 textcolor
17953 \series default
17954
17955 \begin_inset Index idx
17956 status collapsed
17957
17958 \begin_layout Plain Layout
17959 Commands ! T ! 
17960 \backslash
17961 textcolor
17962 \end_layout
17963
17964 \end_inset
17965
17966  in the scheme
17967 \end_layout
17968
17969 \begin_layout Standard
17970
17971 \series bold
17972
17973 \backslash
17974 textcolor{color}{characters or formula}
17975 \end_layout
17976
17977 \begin_layout Standard
17978 The following example was colored completely dark green and partly red:
17979 \end_layout
17980
17981 \begin_layout Standard
17982 \begin_inset ERT
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986
17987
17988 \backslash
17989 textcolor{darkgreen}{
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \begin_inset Formula 
17996 \[
17997 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17998 \]
17999
18000 \end_inset
18001
18002
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008 }
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 Due to a bug in LyX only complete formulas can be colored with self-defined
18018  colors.
18019 \begin_inset Foot
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023 \begin_inset CommandInset href
18024 LatexCommand href
18025 name "LyX-bug #5269"
18026 target "http://www.lyx.org/trac/ticket/5269"
18027
18028 \end_inset
18029
18030
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Subsection
18039 Font Sizes
18040 \begin_inset CommandInset label
18041 LatexCommand label
18042 name "sub:Font-Sizes"
18043
18044 \end_inset
18045
18046
18047 \begin_inset Index idx
18048 status collapsed
18049
18050 \begin_layout Plain Layout
18051 Font ! size
18052 \end_layout
18053
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \begin_layout Standard
18060 For characters in formulas there are, analog to characters in text, the
18061  following size commands:
18062 \end_layout
18063
18064 \begin_layout Standard
18065
18066 \series bold
18067
18068 \backslash
18069 Huge
18070 \series default
18071
18072 \series bold
18073
18074 \backslash
18075 huge
18076 \series default
18077
18078 \series bold
18079
18080 \backslash
18081 LARGE
18082 \series default
18083
18084 \series bold
18085
18086 \backslash
18087 Large
18088 \series default
18089
18090 \series bold
18091
18092 \backslash
18093 large
18094 \series default
18095
18096 \series bold
18097
18098 \backslash
18099 normalsize
18100 \series default
18101
18102 \series bold
18103
18104 \backslash
18105 small
18106 \series default
18107 ,
18108 \begin_inset Newline newline
18109 \end_inset
18110
18111
18112 \series bold
18113
18114 \backslash
18115 footnotesize
18116 \series default
18117
18118 \series bold
18119
18120 \backslash
18121 scriptsize
18122 \series default
18123  and 
18124 \series bold
18125
18126 \backslash
18127 tiny
18128 \end_layout
18129
18130 \begin_layout Standard
18131 The size produced by the commands depends on the document font size, which
18132  corresponds to the command 
18133 \series bold
18134
18135 \backslash
18136 normalsize
18137 \series default
18138 .
18139  The other commands produce smaller or larger sizes than 
18140 \series bold
18141
18142 \backslash
18143 normalsize
18144 \series default
18145 .
18146  The font size can however not exceed a certain value.
18147  Is for example the document font size 12
18148 \begin_inset space \thinspace{}
18149 \end_inset
18150
18151 pt, the command 
18152 \series bold
18153
18154 \backslash
18155 Huge
18156 \series default
18157  switches to the same size as 
18158 \series bold
18159
18160 \backslash
18161 huge
18162 \series default
18163 .
18164  
18165 \end_layout
18166
18167 \begin_layout Standard
18168 A size command is inserted in TeX-mode before the formula and sets the size
18169  for all following formula and text characters.
18170  To switch back to the initial size, the command 
18171 \series bold
18172
18173 \backslash
18174 normalsize
18175 \series default
18176  is inserted behind the formula in TeX-mode.
18177 \end_layout
18178
18179 \begin_layout Standard
18180 Within a formula the size can be changed using the following size commands:
18181 \end_layout
18182
18183 \begin_layout Standard
18184 \noindent
18185 \align center
18186 \begin_inset Tabular
18187 <lyxtabular version="3" rows="5" columns="2">
18188 <features rotate="0" tabularvalignment="middle">
18189 <column alignment="center" valignment="top">
18190 <column alignment="center" valignment="top">
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 Command
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 Result
18206 \begin_inset Note Note
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210
18211 \series bold
18212
18213 \backslash
18214 raisebox
18215 \series default
18216  is only used as spacer.
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \backslash
18234 displaystyle
18235 \begin_inset Index idx
18236 status collapsed
18237
18238 \begin_layout Plain Layout
18239 Commands ! D ! 
18240 \backslash
18241 displaystyle
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \end_inset
18250 </cell>
18251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \backslash
18271 textstyle
18272 \end_layout
18273
18274 \end_inset
18275 </cell>
18276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18277 \begin_inset Text
18278
18279 \begin_layout Plain Layout
18280 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 </row>
18289 <row>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294
18295 \backslash
18296 scriptstyle
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18306 \end_inset
18307
18308
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 <row>
18315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \backslash
18321 scriptscriptstyle
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 </lyxtabular>
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 After entering these commands, a blue box appears in which the formula parts
18348  are inserted.
18349 \end_layout
18350
18351 \begin_layout Standard
18352 There is a further method to change the font size, that though only works
18353  for symbols or letters in mathematical text.
18354  To use it, one of the above text size commands is inserted in mathematical
18355  text.
18356  All following characters until the end of the mathematical text or until
18357  another size command will have the selected size.
18358  Two examples:
18359 \begin_inset VSpace -2mm
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 \begin_inset ERT
18367 status collapsed
18368
18369 \begin_layout Plain Layout
18370
18371
18372 \backslash
18373 huge 
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \begin_inset Formula 
18380 \[
18381 A=\frac{B}{c}\cdot\maltese
18382 \]
18383
18384 \end_inset
18385
18386
18387 \begin_inset Formula 
18388 \[
18389 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18390 \]
18391
18392 \end_inset
18393
18394
18395 \begin_inset ERT
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399
18400
18401 \backslash
18402 normalsize 
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \begin_layout Standard
18411 \begin_inset VSpace medskip
18412 \end_inset
18413
18414 Before both formulas the command 
18415 \series bold
18416
18417 \backslash
18418 huge
18419 \series default
18420  was inserted.
18421  The command for the second formula is:
18422 \begin_inset Newline newline
18423 \end_inset
18424
18425
18426 \series bold
18427
18428 \backslash
18429 maltese
18430 \begin_inset space \textvisiblespace{}
18431 \end_inset
18432
18433 A Alt+M M 
18434 \backslash
18435 Large
18436 \begin_inset space \textvisiblespace{}
18437 \end_inset
18438
18439
18440 \backslash
18441 maltese
18442 \begin_inset space \textvisiblespace{}
18443 \end_inset
18444
18445
18446 \backslash
18447 textit
18448 \begin_inset space \textvisiblespace{}
18449 \end_inset
18450
18451 A
18452 \begin_inset Formula $\to$
18453 \end_inset
18454
18455
18456 \begin_inset Formula $\to$
18457 \end_inset
18458
18459
18460 \begin_inset Newline newline
18461 \end_inset
18462
18463
18464 \begin_inset space \hspace*{}
18465 \length 1cm
18466 \end_inset
18467
18468 Alt+M
18469 \series default
18470  
18471 \series bold
18472
18473 \backslash
18474 tiny
18475 \begin_inset space \textvisiblespace{}
18476 \end_inset
18477
18478
18479 \backslash
18480 maltese
18481 \begin_inset space \textvisiblespace{}
18482 \end_inset
18483
18484
18485 \backslash
18486 textit
18487 \begin_inset space \textvisiblespace{}
18488 \end_inset
18489
18490 A
18491 \end_layout
18492
18493 \begin_layout Standard
18494 If a symbol cannot be displayed in different sizes, it will always be displayed
18495  in the default size.
18496 \end_layout
18497
18498 \begin_layout Section
18499 Greek Letters
18500 \begin_inset Index idx
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504 Greek letters
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \begin_layout Standard
18513 Greek letters can also be inserted via the toolbar button 
18514 \begin_inset Graphics
18515         filename ../images/math/alpha.png
18516         scale 85
18517
18518 \end_inset
18519
18520 .
18521  All international typesetting norms purport that Greek letters in math
18522  have to be typeset italic/slanted.
18523  In some languages, like French or Russian, they are nevertheless sometimes
18524  typeset upright.
18525 \end_layout
18526
18527 \begin_layout Subsection
18528 Small Letters
18529 \begin_inset Index idx
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533 Greek letters ! small
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \begin_inset space \hfill{}
18543 \end_inset
18544
18545
18546 \begin_inset Tabular
18547 <lyxtabular version="3" rows="11" columns="2">
18548 <features rotate="0" tabularvalignment="middle">
18549 <column alignment="center" valignment="top" width="0pt">
18550 <column alignment="center" valignment="top" width="0pt">
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 Command
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 Result
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 </row>
18571 <row>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \backslash
18578 alpha
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Formula $\alpha$
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 <row>
18597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \backslash
18603 beta
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 \begin_inset Formula $\beta$
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \backslash
18628 gamma
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637 \begin_inset Formula $\gamma$
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \backslash
18653 delta
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 \begin_inset Formula $\delta$
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 <row>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \backslash
18678 epsilon
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 \begin_inset Formula $\epsilon$
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 </row>
18696 <row>
18697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701
18702 \backslash
18703 varepsilon
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 \begin_inset Formula $\varepsilon$
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row>
18722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \backslash
18728 zeta
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Formula $\zeta$
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \backslash
18753 eta
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 \begin_inset Formula $\eta$
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 <row>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776
18777 \backslash
18778 theta
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Formula $\theta$
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 <row>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801
18802 \backslash
18803 vartheta
18804 \end_layout
18805
18806 \end_inset
18807 </cell>
18808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812 \begin_inset Formula $\vartheta$
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 </row>
18821 </lyxtabular>
18822
18823 \end_inset
18824
18825
18826 \begin_inset space \hfill{}
18827 \end_inset
18828
18829
18830 \begin_inset Tabular
18831 <lyxtabular version="3" rows="12" columns="2">
18832 <features rotate="0" tabularvalignment="middle">
18833 <column alignment="center" valignment="top" width="0pt">
18834 <column alignment="center" valignment="top" width="0pt">
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 Command
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 Result
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 </row>
18855 <row>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \backslash
18862 iota
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 \begin_inset Formula $\iota$
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 </row>
18880 <row>
18881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18882 \begin_inset Text
18883
18884 \begin_layout Plain Layout
18885
18886 \backslash
18887 kappa
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896 \begin_inset Formula $\kappa$
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 <row>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \backslash
18912 varkappa
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 \begin_inset Formula $\varkappa$
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 </row>
18930 <row>
18931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18932 \begin_inset Text
18933
18934 \begin_layout Plain Layout
18935
18936 \backslash
18937 lambda
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 \begin_inset Formula $\lambda$
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 </row>
18955 <row>
18956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18957 \begin_inset Text
18958
18959 \begin_layout Plain Layout
18960
18961 \backslash
18962 mu
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971 \begin_inset Formula $\mu$
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \backslash
18987 nu
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\nu$
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \backslash
19012 xi
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Formula $\xi$
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 o
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 \begin_inset Formula $o$
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 <row>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \backslash
19060 pi
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069 \begin_inset Formula $\pi$
19070 \end_inset
19071
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 </row>
19078 <row>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \backslash
19085 varpi
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 \begin_inset Formula $\varpi$
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 <row>
19104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \backslash
19110 rho
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 \begin_inset Formula $\rho$
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 </lyxtabular>
19129
19130 \end_inset
19131
19132
19133 \begin_inset space \hfill{}
19134 \end_inset
19135
19136
19137 \begin_inset Tabular
19138 <lyxtabular version="3" rows="11" columns="2">
19139 <features rotate="0" tabularvalignment="middle">
19140 <column alignment="center" valignment="top" width="0pt">
19141 <column alignment="center" valignment="top" width="0pt">
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 Command
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 Result
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \backslash
19169 varrho
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 \begin_inset Formula $\varrho$
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 <row>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \backslash
19194 sigma
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 \begin_inset Formula $\sigma$
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \backslash
19219 varsigma
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 \begin_inset Formula $\varsigma$
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 </row>
19237 <row>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \backslash
19244 tau
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253 \begin_inset Formula $\tau$
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267
19268 \backslash
19269 upsilon
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 \begin_inset Formula $\upsilon$
19279 \end_inset
19280
19281
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \backslash
19294 phi
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 \begin_inset Formula $\phi$
19304 \end_inset
19305
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \backslash
19319 varphi
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328 \begin_inset Formula $\varphi$
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 </row>
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342
19343 \backslash
19344 chi
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 \begin_inset Formula $\chi$
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367
19368 \backslash
19369 psi
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378 \begin_inset Formula $\psi$
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 </row>
19387 <row>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392
19393 \backslash
19394 omega
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset Formula $\omega$
19404 \end_inset
19405
19406
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 </row>
19412 </lyxtabular>
19413
19414 \end_inset
19415
19416
19417 \begin_inset space \hfill{}
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \begin_layout Standard
19424 \begin_inset VSpace medskip
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 How to create special upright Greek letters is explained in 
19432 \begin_inset CommandInset ref
19433 LatexCommand ref
19434 reference "sub:Upright-small-Greek"
19435
19436 \end_inset
19437
19438 .
19439 \end_layout
19440
19441 \begin_layout Subsection
19442 Big Letters
19443 \begin_inset Index idx
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447 Greek letters ! big
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456 \begin_inset space \hfill{}
19457 \end_inset
19458
19459
19460 \begin_inset Tabular
19461 <lyxtabular version="3" rows="7" columns="2">
19462 <features rotate="0" tabularvalignment="middle">
19463 <column alignment="center" valignment="top" width="0pt">
19464 <column alignment="center" valignment="top" width="0pt">
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 Command
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 Result
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \backslash
19492 Gamma
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset Formula $\Gamma$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \backslash
19517 Delta
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $\Delta$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 <row>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \backslash
19542 Theta
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Formula $\Theta$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 <row>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565
19566 \backslash
19567 Lambda
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset Formula $\Lambda$
19577 \end_inset
19578
19579
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 </row>
19585 <row>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590
19591 \backslash
19592 Xi
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601 \begin_inset Formula $\Xi$
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 </row>
19610 <row>
19611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615
19616 \backslash
19617 Pi
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 \begin_inset Formula $\Pi$
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 </row>
19635 </lyxtabular>
19636
19637 \end_inset
19638
19639
19640 \begin_inset space \hfill{}
19641 \end_inset
19642
19643
19644 \begin_inset Tabular
19645 <lyxtabular version="3" rows="6" columns="2">
19646 <features rotate="0" tabularvalignment="middle">
19647 <column alignment="center" valignment="top" width="0pt">
19648 <column alignment="center" valignment="top" width="0pt">
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 Command
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 Result
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \backslash
19676 Sigma
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 \begin_inset Formula $\Sigma$
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 </row>
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699
19700 \backslash
19701 Upsilon
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710 \begin_inset Formula $\Upsilon$
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \backslash
19726 Phi
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\Phi$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \backslash
19751 Psi
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $\Psi$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774
19775 \backslash
19776 Omega
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Formula $\Omega$
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 </lyxtabular>
19795
19796 \end_inset
19797
19798
19799 \begin_inset space \hfill{}
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \begin_layout Standard
19806 \begin_inset VSpace medskip
19807 \end_inset
19808
19809 That the big Greek letters appear upright is caused by a design bug when
19810  TeX was developed.
19811  To get correct italic big letters, begin every command with 
19812 \series bold
19813 var
19814 \series default
19815 .
19816  For example the command 
19817 \series bold
19818
19819 \backslash
19820 varGamma
19821 \series default
19822  produces 
19823 \begin_inset Formula $\varGamma$
19824 \end_inset
19825
19826 .
19827  Another way is to load the package 
19828 \series bold
19829 fixmath
19830 \series default
19831
19832 \begin_inset Foot
19833 status collapsed
19834
19835 \begin_layout Plain Layout
19836
19837 \series bold
19838 fixmath
19839 \series default
19840  is part of the LaTeX-package 
19841 \series bold
19842 was
19843 \series default
19844
19845 \begin_inset Index idx
19846 status collapsed
19847
19848 \begin_layout Plain Layout
19849 Packages ! was
19850 \begin_inset ERT
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854
19855
19856 \backslash
19857 vspace{4mm}
19858 \end_layout
19859
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866
19867 .
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \begin_inset Index idx
19874 status collapsed
19875
19876 \begin_layout Plain Layout
19877 Packages ! fixmath
19878 \end_layout
19879
19880 \end_inset
19881
19882  with the LaTeX-preamble line
19883 \end_layout
19884
19885 \begin_layout Standard
19886
19887 \series bold
19888
19889 \backslash
19890 usepackage{fixmath}
19891 \end_layout
19892
19893 \begin_layout Standard
19894 Then all big Greek letters in a document will automatically be typeset italic.
19895 \end_layout
19896
19897 \begin_layout Subsection
19898 Bold Letters
19899 \begin_inset Index idx
19900 status collapsed
19901
19902 \begin_layout Plain Layout
19903 Greek letters ! bold
19904 \end_layout
19905
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \begin_layout Standard
19912 Greek letters cannot be set with different font styles like Latin letters.
19913  They can only be made bold with the command 
19914 \series bold
19915
19916 \backslash
19917 boldsymbol
19918 \series default
19919
19920 \begin_inset Index idx
19921 status collapsed
19922
19923 \begin_layout Plain Layout
19924 Commands ! B ! 
19925 \backslash
19926 boldsymbol
19927 \end_layout
19928
19929 \end_inset
19930
19931 .
19932 \end_layout
19933
19934 \begin_layout Standard
19935 \align center
19936 \begin_inset Tabular
19937 <lyxtabular version="3" rows="3" columns="2">
19938 <features rotate="0" tabularvalignment="middle">
19939 <column alignment="center" valignment="top">
19940 <column alignment="center" valignment="top">
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 Command
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 Result
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 </row>
19961 <row>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966
19967 \backslash
19968 Upsilon
19969 \backslash
19970 boldsymbol
19971 \backslash
19972 Upsilon
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995
19996 \backslash
19997 theta
19998 \backslash
19999 boldsymbol
20000 \backslash
20001 theta
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\theta\boldsymbol{\theta}$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 </lyxtabular>
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Section
20027 Symbols
20028 \begin_inset ERT
20029 status collapsed
20030
20031 \begin_layout Plain Layout
20032
20033
20034 \backslash
20035 texorpdfstring{
20036 \end_layout
20037
20038 \end_inset
20039
20040
20041 \begin_inset Foot
20042 status collapsed
20043
20044 \begin_layout Plain Layout
20045 A list with all symbols of most of the LaTeX-packages can be found in 
20046 \begin_inset CommandInset citation
20047 LatexCommand cite
20048 key "Symbols"
20049
20050 \end_inset
20051
20052 .
20053 \end_layout
20054
20055 \end_inset
20056
20057
20058 \begin_inset ERT
20059 status collapsed
20060
20061 \begin_layout Plain Layout
20062
20063 }{}
20064 \end_layout
20065
20066 \end_inset
20067
20068
20069 \begin_inset Note Note
20070 status collapsed
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20076 \end_layout
20077
20078 \begin_layout Plain Layout
20079 More about 
20080 \backslash
20081 texorpdfstring is in section 
20082 \begin_inset CommandInset ref
20083 LatexCommand ref
20084 reference "sub:Formulas-in-Section"
20085
20086 \end_inset
20087
20088 .
20089 \end_layout
20090
20091 \end_inset
20092
20093
20094 \begin_inset Index idx
20095 status collapsed
20096
20097 \begin_layout Plain Layout
20098 Symbols
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \begin_layout Standard
20107 Many of the symbols listed in this section can also be inserted via the
20108  toolbar buttons 
20109 \begin_inset Graphics
20110         filename ../images/math/nabla.png
20111         scale 85
20112
20113 \end_inset
20114
20115  and 
20116 \begin_inset Graphics
20117         filename ../images/math/digamma.png
20118         scale 85
20119
20120 \end_inset
20121
20122 .
20123 \end_layout
20124
20125 \begin_layout Subsection
20126 Mathematical Symbols
20127 \begin_inset CommandInset label
20128 LatexCommand label
20129 name "sub:Mathematical-Symbols"
20130
20131 \end_inset
20132
20133
20134 \begin_inset Index idx
20135 status collapsed
20136
20137 \begin_layout Plain Layout
20138 Symbols ! mathematical
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset space \hfill{}
20148 \end_inset
20149
20150
20151 \begin_inset Tabular
20152 <lyxtabular version="3" rows="10" columns="2">
20153 <features rotate="0" tabularvalignment="middle">
20154 <column alignment="center" valignment="top" width="0pt">
20155 <column alignment="center" valignment="top" width="0pt">
20156 <row>
20157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20158 \begin_inset Text
20159
20160 \begin_layout Plain Layout
20161 Command
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 Result
20171 \end_layout
20172
20173 \end_inset
20174 </cell>
20175 </row>
20176 <row>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181
20182 \backslash
20183 neg
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset Formula $\neg$
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \backslash
20208 Im
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 \begin_inset Formula $\Im$
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \end_inset
20224 </cell>
20225 </row>
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231
20232 \backslash
20233 Re
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 \begin_inset Formula $\Re$
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \end_inset
20249 </cell>
20250 </row>
20251 <row>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256
20257 \backslash
20258 aleph
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 \begin_inset Formula $\aleph$
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281
20282 \backslash
20283 partial
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292 \begin_inset Formula $\partial$
20293 \end_inset
20294
20295
20296 \end_layout
20297
20298 \end_inset
20299 </cell>
20300 </row>
20301 <row>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306
20307 \backslash
20308 infty
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317 \begin_inset Formula $\infty$
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 </row>
20326 <row>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 wp
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342 \begin_inset Formula $\wp$
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 </row>
20351 <row>
20352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356
20357 \backslash
20358 imath
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\imath$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 <row>
20377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381
20382 \backslash
20383 jmath
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392 \begin_inset Formula $\jmath$
20393 \end_inset
20394
20395
20396 \end_layout
20397
20398 \end_inset
20399 </cell>
20400 </row>
20401 </lyxtabular>
20402
20403 \end_inset
20404
20405
20406 \begin_inset space \hfill{}
20407 \end_inset
20408
20409
20410 \begin_inset Tabular
20411 <lyxtabular version="3" rows="10" columns="2">
20412 <features rotate="0" tabularvalignment="middle">
20413 <column alignment="center" valignment="top" width="0pt">
20414 <column alignment="center" valignment="top" width="0pt">
20415 <row>
20416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 Command
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429 Result
20430 \begin_inset Note Note
20431 status collapsed
20432
20433 \begin_layout Plain Layout
20434
20435 \series bold
20436
20437 \backslash
20438 raisebox
20439 \series default
20440  is only used as spacer.
20441 \end_layout
20442
20443 \end_inset
20444
20445
20446 \end_layout
20447
20448 \end_inset
20449 </cell>
20450 </row>
20451 <row>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456
20457 \backslash
20458 forall
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 \begin_inset Formula $\forall$
20468 \end_inset
20469
20470
20471 \end_layout
20472
20473 \end_inset
20474 </cell>
20475 </row>
20476 <row>
20477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481
20482 \backslash
20483 exists
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492 \begin_inset Formula $\exists$
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 <row>
20502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506
20507 \backslash
20508 nexists
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517 \begin_inset Formula $\nexists$
20518 \end_inset
20519
20520
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \backslash
20533 emptyset
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542 \begin_inset Formula $\emptyset$
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 </row>
20551 <row>
20552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \backslash
20558 varnothing
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567 \begin_inset Formula $\varnothing$
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 </row>
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581
20582 \backslash
20583 dag
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 \begin_inset Formula $\dag$
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 </row>
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606
20607 \backslash
20608 ddag
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617 \begin_inset Formula $\ddag$
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row>
20627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \backslash
20633 complement
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset ERT
20643 status collapsed
20644
20645 \begin_layout Plain Layout
20646
20647
20648 \backslash
20649 raisebox{-0.8mm}{
20650 \end_layout
20651
20652 \end_inset
20653
20654
20655 \begin_inset Formula $\complement$
20656 \end_inset
20657
20658
20659 \begin_inset ERT
20660 status collapsed
20661
20662 \begin_layout Plain Layout
20663
20664 }
20665 \end_layout
20666
20667 \end_inset
20668
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 </row>
20675 <row>
20676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680
20681 \backslash
20682 Bbbk
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691 \begin_inset Formula $\Bbbk$
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 </lyxtabular>
20701
20702 \end_inset
20703
20704
20705 \begin_inset space \hfill{}
20706 \end_inset
20707
20708
20709 \begin_inset Tabular
20710 <lyxtabular version="3" rows="10" columns="2">
20711 <features rotate="0" tabularvalignment="middle">
20712 <column alignment="center" valignment="top" width="0pt">
20713 <column alignment="center" valignment="top" width="0pt">
20714 <row>
20715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719 Command
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 Result
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \backslash
20741 prime
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Formula $\prime$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 </row>
20759 <row>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \backslash
20766 backprime
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 \begin_inset Formula $\backprime$
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \backslash
20791 mho
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\mho$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 <row>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814
20815 \backslash
20816 triangle
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 \begin_inset Formula $\triangle$
20826 \end_inset
20827
20828
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 </row>
20834 <row>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839
20840 \backslash
20841 angle
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 \begin_inset Formula $\angle$
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \backslash
20866 measuredangle
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875 \begin_inset Formula $\measuredangle$
20876 \end_inset
20877
20878
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 </row>
20884 <row>
20885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889
20890 \backslash
20891 sphericalangle
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 \begin_inset Formula $\sphericalangle$
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914
20915 \backslash
20916 top
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925 \begin_inset Formula $\top$
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 <row>
20935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939
20940 \backslash
20941 bot
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950 \begin_inset Formula $\bot$
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 </row>
20959 </lyxtabular>
20960
20961 \end_inset
20962
20963
20964 \begin_inset space \hfill{}
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \begin_layout Subsection
20971 Miscellaneous Symbols
20972 \begin_inset CommandInset label
20973 LatexCommand label
20974 name "sub:Miscellaneous-Symbols"
20975
20976 \end_inset
20977
20978
20979 \begin_inset Index idx
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 Symbols ! miscellaneous
20984 \end_layout
20985
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \begin_layout Standard
20992 \noindent
20993 \align center
20994 \begin_inset Tabular
20995 <lyxtabular version="3" rows="10" columns="2">
20996 <features rotate="0" tabularvalignment="middle">
20997 <column alignment="center" valignment="top" width="0pt">
20998 <column alignment="center" valignment="top" width="0pt">
20999 <row>
21000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 Command
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 Result
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \backslash
21026 flat
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 \begin_inset Formula $\flat$
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 </row>
21044 <row>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049
21050 \backslash
21051 natural
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $\natural$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 sharp
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\sharp$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 surd
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\surd$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 checkmark
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\checkmark$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 <row>
21145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149
21150 \backslash
21151 yen
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 \begin_inset Formula $\yen$
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 </row>
21169 <row>
21170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174
21175 \backslash
21176 pounds
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185 \begin_inset Formula $\pounds$
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 </row>
21194 <row>
21195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 $
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 \begin_inset Formula $\$$
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 §
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $§$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 </lyxtabular>
21241
21242 \end_inset
21243
21244
21245 \begin_inset Tabular
21246 <lyxtabular version="3" rows="10" columns="2">
21247 <features rotate="0" tabularvalignment="middle">
21248 <column alignment="center" valignment="top">
21249 <column alignment="center" valignment="top">
21250 <row>
21251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 Command
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 Result
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \backslash
21277 hbar
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Formula $\hbar$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 </row>
21295 <row>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \backslash
21302 hslash
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\hslash$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \backslash
21327 clubsuit
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\clubsuit$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \backslash
21352 spadesuit
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\spadesuit$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 bigstar
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\bigstar$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 blacklozenge
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\blacklozenge$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 blacktriangle
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\blacktriangle$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 blacktiangledown
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\blacktriangledown$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 bullet
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\bullet$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 </lyxtabular>
21496
21497 \end_inset
21498
21499
21500 \begin_inset Tabular
21501 <lyxtabular version="3" rows="10" columns="2">
21502 <features rotate="0" tabularvalignment="middle">
21503 <column alignment="center" valignment="top" width="0pt">
21504 <column alignment="center" valignment="top" width="0pt">
21505 <row>
21506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 Command
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 Result
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 </row>
21525 <row>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \backslash
21532 diamondsuit
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 \begin_inset Formula $\diamondsuit$
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 </row>
21550 <row>
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555
21556 \backslash
21557 Diamond
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\Diamond$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \backslash
21582 heartsuit
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 \begin_inset Formula $\heartsuit$
21592 \end_inset
21593
21594
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 </row>
21600 <row>
21601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605
21606 \backslash
21607 P
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 \begin_inset Formula $\P$
21617 \end_inset
21618
21619
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 </row>
21625 <row>
21626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630
21631 \backslash
21632 copyright
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 \begin_inset Formula $\copyright$
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 circledR
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\circledR$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \backslash
21682 maltese
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 \begin_inset Formula $\maltese$
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 </row>
21700 <row>
21701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \backslash
21707 diagup
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Formula $\diagup$
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 </row>
21725 <row>
21726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730
21731 \backslash
21732 diagdown
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 \begin_inset Formula $\diagdown$
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 </lyxtabular>
21751
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \begin_layout Standard
21758 \begin_inset VSpace medskip
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \begin_layout Standard
21765 Some symbols can be displayed in different sizes, see 
21766 \begin_inset CommandInset ref
21767 LatexCommand ref
21768 reference "sub:Font-Sizes"
21769
21770 \end_inset
21771
21772 .
21773 \end_layout
21774
21775 \begin_layout Subsection
21776 The Euro-Symbol €
21777 \begin_inset Index idx
21778 status collapsed
21779
21780 \begin_layout Plain Layout
21781 Symbols ! Euro-symbol
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \begin_inset Index idx
21788 status collapsed
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 @
21794 \begin_inset ERT
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798
21799
21800 \backslash
21801 officialeuro
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \end_inset
21810
21811
21812 \end_layout
21813
21814 \begin_layout Standard
21815 To use the Euro symbol in formulas, the LaTeX-package 
21816 \series bold
21817 eurosym
21818 \series default
21819
21820 \begin_inset Index idx
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824 Packages ! eurosym
21825 \end_layout
21826
21827 \end_inset
21828
21829  must be installed and loaded with the LaTeX-preamble line
21830 \end_layout
21831
21832 \begin_layout Standard
21833
21834 \series bold
21835
21836 \backslash
21837 usepackage[gennarrow]{eurosym}
21838 \end_layout
21839
21840 \begin_layout Standard
21841 The Euro symbol can now be inserted with the command 
21842 \series bold
21843
21844 \backslash
21845 euro
21846 \series default
21847
21848 \begin_inset Index idx
21849 status collapsed
21850
21851 \begin_layout Plain Layout
21852 Commands ! E ! 
21853 \backslash
21854 euro
21855 \end_layout
21856
21857 \end_inset
21858
21859 .
21860 \end_layout
21861
21862 \begin_layout Standard
21863 The Euro symbol can directly be inserted with the € key in mathematical
21864  text, without having 
21865 \series bold
21866 eurosym
21867 \series default
21868  installed.
21869  When 
21870 \series bold
21871 eurosym
21872 \series default
21873  is installed, 
21874 \series bold
21875
21876 \backslash
21877 euro
21878 \series default
21879  can also be inserted in TeX-mode.
21880  The official currency symbol can then be inserted with the command 
21881 \series bold
21882
21883 \backslash
21884 officialeuro
21885 \series default
21886
21887 \begin_inset Index idx
21888 status collapsed
21889
21890 \begin_layout Plain Layout
21891 Commands ! O ! 
21892 \backslash
21893 officialeuro
21894 \end_layout
21895
21896 \end_inset
21897
21898 , that is only available in TeX-mode.
21899 \end_layout
21900
21901 \begin_layout Standard
21902 \begin_inset ERT
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906
21907
21908 \backslash
21909 ifeurosym 
21910 \end_layout
21911
21912 \end_inset
21913
21914
21915 \begin_inset Note Note
21916 status open
21917
21918 \begin_layout Plain Layout
21919 The following table will only be displayed when the LaTeX-package 
21920 \series bold
21921 eurosym
21922 \series default
21923  is installed.
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Standard
21932 An overview about the different Euro symbols:
21933 \end_layout
21934
21935 \begin_layout Standard
21936 \align center
21937 \begin_inset Tabular
21938 <lyxtabular version="3" rows="4" columns="3">
21939 <features rotate="0" tabularvalignment="middle">
21940 <column alignment="center" valignment="top" width="0pt">
21941 <column alignment="center" valignment="top" width="0pt">
21942 <column alignment="center" valignment="top" width="0pt">
21943 <row>
21944 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 Command 
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 Result
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 formula
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986
21987 \backslash
21988 euro
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Formula $\euro$
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 mathematical text
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020
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 $\mbox{€}$
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" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 TeX-mode
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 officialeuro
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset ERT
22064 status collapsed
22065
22066 \begin_layout Plain Layout
22067
22068
22069 \backslash
22070 officialeuro
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089 \begin_inset ERT
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093
22094
22095 \backslash
22096 else 
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \begin_inset Note Note
22103 status open
22104
22105 \begin_layout Plain Layout
22106 The following will be displayed when the LaTeX-package 
22107 \series bold
22108 eurosym
22109 \series default
22110  is not installed:
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Standard
22119 You need to install the LaTeX-package 
22120 \series bold
22121 eurosym
22122 \series default
22123  to see the rest of this subsection in the output.
22124 \end_layout
22125
22126 \begin_layout Standard
22127 \begin_inset ERT
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131
22132
22133 \backslash
22134 fi 
22135 \end_layout
22136
22137 \end_inset
22138
22139
22140 \end_layout
22141
22142 \begin_layout Section
22143 Relations
22144 \begin_inset CommandInset label
22145 LatexCommand label
22146 name "sec:Relations"
22147
22148 \end_inset
22149
22150
22151 \begin_inset Index idx
22152 status collapsed
22153
22154 \begin_layout Plain Layout
22155 Relations
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \begin_inset Index idx
22162 status collapsed
22163
22164 \begin_layout Plain Layout
22165 Comparisons|see
22166 \begin_inset ERT
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170
22171 {
22172 \end_layout
22173
22174 \end_inset
22175
22176 Relations
22177 \begin_inset ERT
22178 status collapsed
22179
22180 \begin_layout Plain Layout
22181
22182 }
22183 \end_layout
22184
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \begin_layout Standard
22196 All relations can also be inserted via the toolbar button 
22197 \begin_inset Graphics
22198         filename ../images/math/leq.png
22199         scale 85
22200
22201 \end_inset
22202
22203 .
22204 \end_layout
22205
22206 \begin_layout Standard
22207 \begin_inset space \hfill{}
22208 \end_inset
22209
22210
22211 \begin_inset Tabular
22212 <lyxtabular version="3" rows="17" columns="2">
22213 <features rotate="0" tabularvalignment="middle">
22214 <column alignment="center" valignment="top" width="0pt">
22215 <column alignment="center" valignment="top" width="0pt">
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 Command
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 Result
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 <row>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 <
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 \begin_inset Formula $<$
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 </row>
22259 <row>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264
22265 \backslash
22266 le
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 \begin_inset Formula $\le$
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 </row>
22284 <row>
22285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289
22290 \backslash
22291 ll
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Formula $\ll$
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 </row>
22309 <row>
22310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314
22315 \backslash
22316 prec
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 \begin_inset Formula $\prec$
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 </row>
22334 <row>
22335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339
22340 \backslash
22341 preceq
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 \begin_inset Formula $\preceq$
22351 \end_inset
22352
22353
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 </row>
22359 <row>
22360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364
22365 \backslash
22366 subset
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 \begin_inset Formula $\subset$
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 </row>
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389
22390 \backslash
22391 subseteq
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 \begin_inset Formula $\subseteq$
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 <row>
22410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \backslash
22416 sqsubseteq
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Formula $\sqsubseteq$
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \backslash
22441 in
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\in$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 vdash
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\vdash$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 smile
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\smile$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 lhd
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\lhd$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 unlhd
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\unlhd$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 gtrless
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\gtrless$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 mid
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\mid$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 nmid
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\nmid$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 </lyxtabular>
22635
22636 \end_inset
22637
22638
22639 \begin_inset space \hfill{}
22640 \end_inset
22641
22642
22643 \begin_inset Tabular
22644 <lyxtabular version="3" rows="17" columns="2">
22645 <features rotate="0" tabularvalignment="middle">
22646 <column alignment="center" valignment="top" width="0pt">
22647 <column alignment="center" valignment="top" width="0pt">
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 Command
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 Result
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 =
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Formula $=$
22683 \end_inset
22684
22685
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 </row>
22691 <row>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696
22697 \backslash
22698 not=
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 \begin_inset Formula $\not=$
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 <row>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \backslash
22723 equiv
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 \begin_inset Formula $\equiv$
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 </row>
22741 <row>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746
22747 \backslash
22748 sim
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757 \begin_inset Formula $\sim$
22758 \end_inset
22759
22760
22761 \end_layout
22762
22763 \end_inset
22764 </cell>
22765 </row>
22766 <row>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771
22772 \backslash
22773 simeq
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 \begin_inset Formula $\simeq$
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 </row>
22791 <row>
22792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796
22797 \backslash
22798 approx
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Formula $\approx$
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821
22822 \backslash
22823 cong
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 \begin_inset Formula $\cong$
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 </row>
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846
22847 \backslash
22848 bowtie
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 \begin_inset Formula $\bowtie$
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 </row>
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871
22872 \backslash
22873 notin
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 \begin_inset Formula $\notin$
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896
22897 \backslash
22898 perp
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Formula $\perp$
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 </row>
22916 <row>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \backslash
22923 propto
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $\propto$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 asymp
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\asymp$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 doteq
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\doteq$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 circeq
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\circeq$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 models
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\models$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 widehat=
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\widehat{=}$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 </lyxtabular>
23067
23068 \end_inset
23069
23070
23071 \begin_inset space \hfill{}
23072 \end_inset
23073
23074
23075 \begin_inset Tabular
23076 <lyxtabular version="3" rows="17" columns="2">
23077 <features rotate="0" tabularvalignment="middle">
23078 <column alignment="center" valignment="top" width="0pt">
23079 <column alignment="center" valignment="top" width="0pt">
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 Command
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 Result
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 </row>
23100 <row>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 >
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Formula $>$
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \backslash
23130 ge
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\ge$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 gg
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\gg$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \backslash
23180 succ
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 \begin_inset Formula $\succ$
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 </row>
23198 <row>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203
23204 \backslash
23205 succeq
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 \begin_inset Formula $\succeq$
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 <row>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228
23229 \backslash
23230 supset
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 \begin_inset Formula $\supset$
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253
23254 \backslash
23255 supseteq
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Formula $\supseteq$
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 <row>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278
23279 \backslash
23280 sqsupseteq
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 \begin_inset Formula $\sqsupseteq$
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \backslash
23305 ni
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Formula $\ni$
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 dashv
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Formula $\dashv$
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 </row>
23348 <row>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \backslash
23355 frown
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $\frown$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 rhd
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\rhd$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 unrhd
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\unrhd$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 lessgtr
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\lessgtr$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 parallel
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\parallel$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 nparallel
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\nparallel$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 </lyxtabular>
23499
23500 \end_inset
23501
23502
23503 \begin_inset space \hfill{}
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \begin_layout Standard
23510 \begin_inset VSpace medskip
23511 \end_inset
23512
23513 The characters 
23514 \series bold
23515
23516 \backslash
23517 lhd
23518 \series default
23519  and 
23520 \series bold
23521
23522 \backslash
23523 rhd
23524 \series default
23525  are bigger than the equal looking operators 
23526 \series bold
23527
23528 \backslash
23529 triangleleft
23530 \series default
23531  and 
23532 \series bold
23533
23534 \backslash
23535 triangleright
23536 \series default
23537 , respectively.
23538 \end_layout
23539
23540 \begin_layout Standard
23541 Relations are, in contrary to symbols, always surrounded by space.
23542 \end_layout
23543
23544 \begin_layout Standard
23545 Relations with labels can be created with the command 
23546 \series bold
23547
23548 \backslash
23549 stackrel
23550 \series default
23551
23552 \begin_inset Index idx
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 Commands ! S ! 
23557 \backslash
23558 stackrel
23559 \end_layout
23560
23561 \end_inset
23562
23563 :
23564 \end_layout
23565
23566 \begin_layout Standard
23567 \align center
23568 \begin_inset Tabular
23569 <lyxtabular version="3" rows="2" columns="2">
23570 <features rotate="0" tabularvalignment="middle">
23571 <column alignment="center" valignment="top">
23572 <column alignment="center" valignment="top">
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 Command
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 Result
23588 \begin_inset Note Note
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593 \series bold
23594
23595 \backslash
23596 raisebox
23597 \series default
23598  is only used as spacer.
23599 \end_layout
23600
23601 \end_inset
23602
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 </row>
23609 <row>
23610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 A(r)
23615 \backslash
23616 stackrel
23617 \begin_inset space \textvisiblespace{}
23618 \end_inset
23619
23620 r
23621 \backslash
23622 to
23623 \backslash
23624 infty
23625 \begin_inset space \textvisiblespace{}
23626 \end_inset
23627
23628
23629 \begin_inset Formula $\downarrow$
23630 \end_inset
23631
23632
23633 \backslash
23634 approx
23635 \begin_inset space \textvisiblespace{}
23636 \end_inset
23637
23638
23639 \begin_inset space \textvisiblespace{}
23640 \end_inset
23641
23642 B
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 </lyxtabular>
23661
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \begin_layout Section
23668 Functions
23669 \end_layout
23670
23671 \begin_layout Subsection
23672 Predefined Functions
23673 \begin_inset CommandInset label
23674 LatexCommand label
23675 name "sub:Predefined-Functions"
23676
23677 \end_inset
23678
23679
23680 \begin_inset Index idx
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684 Functions ! predefined
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \begin_layout Standard
23693 In general, variables are set 
23694 \emph on
23695 italic
23696 \emph default
23697  in mathematical expressions, but not function names, because 
23698 \begin_inset Formula $sin$
23699 \end_inset
23700
23701  could be misunderstood as 
23702 \begin_inset Formula $s\cdot i\cdot n$
23703 \end_inset
23704
23705 .
23706  Therefore there are predefined functionswhich are additionally a bit separated
23707  from prefactors.
23708  They are inserted as commands starting with a backslash before their name.
23709 \end_layout
23710
23711 \begin_layout Standard
23712 \align center
23713 \begin_inset Tabular
23714 <lyxtabular version="3" rows="2" columns="4">
23715 <features rotate="0" tabularvalignment="middle">
23716 <column alignment="center" valignment="top" width="0pt">
23717 <column alignment="center" valignment="top" width="0pt">
23718 <column alignment="center" valignment="top" width="0pt">
23719 <column alignment="center" valignment="top" width="0pt">
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 Command
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 Result
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 Command
23744 \end_layout
23745
23746 \end_inset
23747 </cell>
23748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752 Result
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 Asin(x)+B
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772 \begin_inset Formula $Asin(x)+B$
23773 \end_inset
23774
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 A
23785 \backslash
23786 sin(x)+B
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 \begin_inset Formula $A\sin(x)+B$
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 </row>
23804 </lyxtabular>
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Standard
23812 The following functions are predefined:
23813 \end_layout
23814
23815 \begin_layout Standard
23816 \begin_inset VSpace -2mm
23817 \end_inset
23818
23819
23820 \end_layout
23821
23822 \begin_layout Standard
23823 \align center
23824 \begin_inset Tabular
23825 <lyxtabular version="3" rows="9" columns="4">
23826 <features rotate="0" tabularvalignment="middle">
23827 <column alignment="center" valignment="top" width="0pt">
23828 <column alignment="center" valignment="top" width="0pt">
23829 <column alignment="center" valignment="top" width="0pt">
23830 <column alignment="center" valignment="top" width="0pt">
23831 <row>
23832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836 Command
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 Command
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 Command
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 Command
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 sin
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885
23886 \backslash
23887 sinh
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 arcsin
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \backslash
23909 sup
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 </row>
23915 <row>
23916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920
23921 \backslash
23922 cos
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931
23932 \backslash
23933 cosh
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 arccos
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953
23954 \backslash
23955 inf
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 tan
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 tanh
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988
23989 \backslash
23990 arctan
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \backslash
24001 lim
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 <row>
24008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012
24013 \backslash
24014 cot
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 coth
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034
24035 \backslash
24036 arg
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24042 \begin_inset Text
24043
24044 \begin_layout Plain Layout
24045
24046 \backslash
24047 liminf
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 </row>
24053 <row>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \backslash
24060 sec
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 min
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 deg
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 limsup
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \backslash
24106 csc
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115
24116 \backslash
24117 max
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126
24127 \backslash
24128 det
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \backslash
24139 Pr
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 ln
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 exp
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 dim
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 hom
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 lg
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 log
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 ker
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 gcd
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 </lyxtabular>
24238
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \begin_layout Standard
24245 They can also be inserted with the math toolbar button 
24246 \begin_inset Graphics
24247         filename ../images/math/functions.png
24248         scale 85
24249
24250 \end_inset
24251
24252 .
24253 \end_layout
24254
24255 \begin_layout Subsection
24256 Self-defined Functions
24257 \begin_inset Index idx
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261 Functions ! self-defined
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 To use a function that is not predefined, like for example the sign function
24271  sgn(x), there are two possibilities:
24272 \end_layout
24273
24274 \begin_layout Itemize
24275 Define the function by inserting the following line to the LaTeX-preamble
24276 \begin_inset Foot
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280 For more about 
24281 \series bold
24282
24283 \backslash
24284 DeclareMathOperator
24285 \series default
24286  see 
24287 \begin_inset CommandInset ref
24288 LatexCommand ref
24289 reference "sub:Self-defined-Operators"
24290
24291 \end_inset
24292
24293 .
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \begin_inset Newline newline
24300 \end_inset
24301
24302
24303 \begin_inset VSpace -3mm
24304 \end_inset
24305
24306
24307 \begin_inset Newline newline
24308 \end_inset
24309
24310
24311 \series bold
24312
24313 \backslash
24314 DeclareMathOperator{
24315 \backslash
24316 sgn}{sgn}
24317 \series default
24318
24319 \begin_inset Index idx
24320 status collapsed
24321
24322 \begin_layout Plain Layout
24323 Commands ! D ! 
24324 \backslash
24325 dbinom@
24326 \backslash
24327 DeclareMathOperator
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \begin_inset Newline newline
24334 \end_inset
24335
24336
24337 \begin_inset VSpace -2mm
24338 \end_inset
24339
24340
24341 \begin_inset Newline newline
24342 \end_inset
24343
24344 Now the new defined function can be called with the command 
24345 \series bold
24346
24347 \backslash
24348 sgn
24349 \series default
24350 .
24351 \end_layout
24352
24353 \begin_layout Itemize
24354 Write the formula as usual, mark the formula name, in our example the letters
24355  
24356 \emph on
24357 sgn
24358 \emph default
24359 , and change it to mathematical text.
24360  Finally, a space is inserted between prefactor and function.
24361 \end_layout
24362
24363 \begin_layout Standard
24364 The result is the same with both methods as with a predefined function
24365 \begin_inset Foot
24366 status collapsed
24367
24368 \begin_layout Plain Layout
24369 In LyX self-defined functions are displayed red, predefined ones black.
24370 \end_layout
24371
24372 \end_inset
24373
24374 :
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \align center
24379 \begin_inset Tabular
24380 <lyxtabular version="3" rows="3" columns="2">
24381 <features rotate="0" tabularvalignment="middle">
24382 <column alignment="center" valignment="top" width="0pt">
24383 <column alignment="center" valignment="top" width="0pt">
24384 <row>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 Command
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 Result
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 A
24410 \backslash
24411 sgn(x)+B
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $A\sgn(x)+B$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 A
24435 \backslash
24436 ,
24437 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24438 \end_inset
24439
24440 (x)+B
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 </row>
24458 </lyxtabular>
24459
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \begin_layout Standard
24466 The first method is more suitable when the self-defined function should
24467  be used several times.
24468 \end_layout
24469
24470 \begin_layout Subsection
24471 Limits
24472 \begin_inset Index idx
24473 status collapsed
24474
24475 \begin_layout Plain Layout
24476 Limits
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 For limits, in addition to the commands 
24486 \series bold
24487
24488 \backslash
24489 lim
24490 \series default
24491
24492 \begin_inset Index idx
24493 status collapsed
24494
24495 \begin_layout Plain Layout
24496 Commands ! L ! 
24497 \backslash
24498 lim
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \series bold
24505
24506 \backslash
24507 liminf
24508 \series default
24509  and 
24510 \series bold
24511
24512 \backslash
24513 limsup
24514 \series default
24515  the following functions are defined:
24516 \end_layout
24517
24518 \begin_layout Standard
24519 \align center
24520 \begin_inset Tabular
24521 <lyxtabular version="3" rows="5" columns="2">
24522 <features rotate="0" tabularvalignment="middle">
24523 <column alignment="center" valignment="top">
24524 <column alignment="center" valignment="top">
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 Command
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 Result
24540 \begin_inset Note Note
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545 \series bold
24546
24547 \backslash
24548 raisebox
24549 \series default
24550  is only used as spacer.
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \backslash
24568 varliminf
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 \begin_inset Formula $\varliminf$
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 varlimsup
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Formula $\varlimsup$
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 <row>
24612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616
24617 \backslash
24618 varprojlim
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24624 \begin_inset Text
24625
24626 \begin_layout Plain Layout
24627 \begin_inset Formula $\varprojlim$
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 </row>
24636 <row>
24637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \backslash
24643 varinjlim
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 \begin_inset Formula $\varinjlim$
24653 \end_inset
24654
24655
24656 \begin_inset Formula $\raisebox{-2.5mm}{}$
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 </row>
24665 </lyxtabular>
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \begin_inset VSpace medskip
24674 \end_inset
24675
24676 The limit is created by inserting a subscript.
24677  It is set right beside the function in an inline formula:
24678 \end_layout
24679
24680 \begin_layout Standard
24681 \align center
24682 \begin_inset Tabular
24683 <lyxtabular version="3" rows="2" columns="2">
24684 <features rotate="0" tabularvalignment="middle">
24685 <column alignment="center" valignment="top" width="0pt">
24686 <column alignment="center" valignment="top" width="0pt">
24687 <row>
24688 <cell alignment="center" valignment="top" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 Command
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701 \begin_inset space \hspace{}
24702 \length 1cm
24703 \end_inset
24704
24705 Result
24706 \begin_inset Note Note
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710 The space and
24711 \series bold
24712  
24713 \backslash
24714 raisebox
24715 \series default
24716  are used here as spacer.
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 </row>
24727 <row>
24728 <cell alignment="center" valignment="top" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 lim_x
24735 \backslash
24736 to
24737 \begin_inset space \textvisiblespace{}
24738 \end_inset
24739
24740 A
24741 \begin_inset space \textvisiblespace{}
24742 \end_inset
24743
24744 x=B
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 </row>
24762 </lyxtabular>
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 In a displayed formula the limit is set below the formula, as usual:
24771 \begin_inset Formula 
24772 \[
24773 \lim_{x\to A}x=B
24774 \]
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Subsection
24782 Modulo-Functions
24783 \begin_inset Index idx
24784 status collapsed
24785
24786 \begin_layout Plain Layout
24787 Functions ! modulo-
24788 \end_layout
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Standard
24796 The modulo-function is special, because it exists in four variants.
24797  The variants in a displayed formula are:
24798 \begin_inset Formula 
24799 \begin{align*}
24800 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24801 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24802 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24803 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24804 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24805 \end{align*}
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \begin_layout Standard
24813 In an inline formula less space is set before the function names for all
24814  variants.
24815  By default the modulo-functions take only the first following character
24816  into account.
24817  To use more than one character, one has to put them into TeX-braces:
24818 \begin_inset Formula 
24819 \begin{align*}
24820 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24821 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24822 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24823 \end{align*}
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Section
24831 Special Characters
24832 \begin_inset Index idx
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 Special characters
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Subsection
24845 Special Characters in Mathematical Text
24846 \end_layout
24847
24848 \begin_layout Standard
24849 The following commands can only be used in mathematical text or in TeX-mode:
24850 \end_layout
24851
24852 \begin_layout Standard
24853 \begin_inset space \hfill{}
24854 \end_inset
24855
24856
24857 \begin_inset Tabular
24858 <lyxtabular version="3" rows="8" columns="2">
24859 <features rotate="0" tabularvalignment="middle">
24860 <column alignment="block" valignment="top">
24861 <column alignment="block" valignment="top">
24862 <row>
24863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24864 \begin_inset Text
24865
24866 \begin_layout Plain Layout
24867 Command
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 Result
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 </row>
24882 <row>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887
24888 \backslash
24889 oe
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 \begin_inset Formula $\textrm{œ}$
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 </row>
24907 <row>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912
24913 \backslash
24914 OE
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24920 \begin_inset Text
24921
24922 \begin_layout Plain Layout
24923 \begin_inset Formula $\textrm{Œ}$
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 </row>
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937
24938 \backslash
24939 ae
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948 \begin_inset Formula $\textrm{æ}$
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 </row>
24957 <row>
24958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962
24963 \backslash
24964 AE
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 \begin_inset Formula $\textrm{Æ}$
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 <row>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 aa
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998 \begin_inset Formula $\textrm{\aa}$
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 </row>
25007 <row>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012
25013 \backslash
25014 AA
25015 \begin_inset Index idx
25016 status collapsed
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 @
25022 \begin_inset ERT
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026
25027
25028 \backslash
25029 textrm{
25030 \backslash
25031 AA}
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050 \begin_inset Formula $\textrm{Å}$
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 </row>
25059 <row>
25060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \backslash
25066 i
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 \begin_inset Formula $\textrm{ı}$
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 </lyxtabular>
25085
25086 \end_inset
25087
25088
25089 \begin_inset space \hfill{}
25090 \end_inset
25091
25092
25093 \begin_inset Tabular
25094 <lyxtabular version="3" rows="8" columns="2">
25095 <features rotate="0" tabularvalignment="middle">
25096 <column alignment="block" valignment="top">
25097 <column alignment="center" valignment="top">
25098 <row>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 command
25104 \begin_inset Note Note
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108 The space of 0
25109 \begin_inset space \thinspace{}
25110 \end_inset
25111
25112 mm is used for separation, because otherwise the output will be ¡ and ¿
25113  respectively.
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127 Result
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 o
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149 \begin_inset Formula $\textrm{ø}$
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 </row>
25158 <row>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 O
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 \begin_inset Formula $\textrm{Ø}$
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 l
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199 \begin_inset Formula $\textrm{ł}$
25200 \end_inset
25201
25202
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 <row>
25209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213
25214 \backslash
25215 L
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224 \begin_inset Formula $\textrm{Ł}$
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 </row>
25233 <row>
25234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25235 \begin_inset Text
25236
25237 \begin_layout Plain Layout
25238 !
25239 \begin_inset space \hspace{}
25240 \length 0mm
25241 \end_inset
25242
25243 `
25244 \begin_inset space \textvisiblespace{}
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 <cell alignment="center" valignment="top" topline="true" bottomline="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" 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" 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 \backslash
25304 j
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25310 \begin_inset Text
25311
25312 \begin_layout Plain Layout
25313 \begin_inset Formula $\textrm{ȷ}$
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 </row>
25322 </lyxtabular>
25323
25324 \end_inset
25325
25326
25327 \begin_inset space \hfill{}
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \begin_layout Standard
25334 The characters 
25335 \begin_inset Formula $\textrm{\textrm{Å}}$
25336 \end_inset
25337
25338  and 
25339 \begin_inset Formula $\textrm{\textrm{Ø}}$
25340 \end_inset
25341
25342  can also be inserted via the math toolbar button 
25343 \begin_inset Graphics
25344         filename ../images/math/digamma.png
25345         scale 85
25346
25347 \end_inset
25348
25349 .
25350 \end_layout
25351
25352 \begin_layout Standard
25353 An exception are the commands 
25354 \series bold
25355 !
25356 \begin_inset space \hspace{}
25357 \length 0mm
25358 \end_inset
25359
25360 `
25361 \series default
25362  and 
25363 \series bold
25364 ?
25365 \begin_inset space \hspace{}
25366 \length 0mm
25367 \end_inset
25368
25369 `
25370 \series default
25371 , because they can be inserted in LyX directly to text.
25372 \end_layout
25373
25374 \begin_layout Subsection
25375 Accents in Text
25376 \begin_inset CommandInset label
25377 LatexCommand label
25378 name "sub:Accents-in-Text"
25379
25380 \end_inset
25381
25382
25383 \begin_inset Index idx
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 Accents ! in text
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 With the following commands all letters can be accented.
25397  The commands must be inserted in TeX-mode.
25398 \end_layout
25399
25400 \begin_layout Standard
25401 \begin_inset space \hfill{}
25402 \end_inset
25403
25404
25405 \begin_inset Tabular
25406 <lyxtabular version="3" rows="8" columns="2">
25407 <features rotate="0" tabularvalignment="middle">
25408 <column alignment="block" valignment="top">
25409 <column alignment="block" valignment="top">
25410 <row>
25411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415 Command
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424 Result
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 </row>
25430 <row>
25431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437
25438 \begin_inset Quotes grd
25439 \end_inset
25440
25441 e
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450 \begin_inset ERT
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454
25455
25456 \backslash
25457 "e
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 `e
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484 \begin_inset ERT
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488
25489
25490 \backslash
25491 `e
25492 \end_layout
25493
25494 \end_inset
25495
25496
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 </row>
25502 <row>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \backslash
25509 ^
25510 \begin_inset space \textvisiblespace{}
25511 \end_inset
25512
25513 e
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 \begin_inset ERT
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526
25527
25528 \backslash
25529 ^e
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 =e
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556 \begin_inset ERT
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561
25562 \backslash
25563 =e
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 <row>
25575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 u
25582 \begin_inset space \textvisiblespace{}
25583 \end_inset
25584
25585 e
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset ERT
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598
25599
25600 \backslash
25601 u e
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 <row>
25613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \backslash
25619 b
25620 \begin_inset space \textvisiblespace{}
25621 \end_inset
25622
25623 e
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632 \begin_inset ERT
25633 status collapsed
25634
25635 \begin_layout Plain Layout
25636
25637
25638 \backslash
25639 b e
25640 \end_layout
25641
25642 \end_inset
25643
25644
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 </row>
25650 <row>
25651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655
25656 \backslash
25657 t
25658 \begin_inset space \textvisiblespace{}
25659 \end_inset
25660
25661 ee
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 \begin_inset ERT
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674
25675
25676 \backslash
25677 t ee
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 </row>
25688 </lyxtabular>
25689
25690 \end_inset
25691
25692
25693 \begin_inset space \hfill{}
25694 \end_inset
25695
25696
25697 \begin_inset Tabular
25698 <lyxtabular version="3" rows="8" columns="2">
25699 <features rotate="0" tabularvalignment="middle">
25700 <column alignment="block" valignment="top">
25701 <column alignment="center" valignment="top">
25702 <row>
25703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707 Command
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716 Result
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 </row>
25722 <row>
25723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727
25728 \backslash
25729 H
25730 \begin_inset space \textvisiblespace{}
25731 \end_inset
25732
25733 e
25734 \end_layout
25735
25736 \end_inset
25737 </cell>
25738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742 \begin_inset ERT
25743 status collapsed
25744
25745 \begin_layout Plain Layout
25746
25747
25748 \backslash
25749 H e
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \end_inset
25758 </cell>
25759 </row>
25760 <row>
25761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765
25766 \backslash
25767 'e
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25773 \begin_inset Text
25774
25775 \begin_layout Plain Layout
25776 \begin_inset ERT
25777 status collapsed
25778
25779 \begin_layout Plain Layout
25780
25781
25782 \backslash
25783 'e
25784 \end_layout
25785
25786 \end_inset
25787
25788
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 </row>
25794 <row>
25795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799
25800 \backslash
25801 ~e
25802 \begin_inset Index idx
25803 status collapsed
25804
25805 \begin_layout Plain Layout
25806 Tilde
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 ~e
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 </row>
25838 <row>
25839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843
25844 \backslash
25845 .e
25846 \end_layout
25847
25848 \end_inset
25849 </cell>
25850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854 \begin_inset ERT
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858
25859
25860 \backslash
25861 .e
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \end_inset
25870 </cell>
25871 </row>
25872 <row>
25873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25874 \begin_inset Text
25875
25876 \begin_layout Plain Layout
25877
25878 \backslash
25879 v
25880 \begin_inset space \textvisiblespace{}
25881 \end_inset
25882
25883 e
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896
25897
25898 \backslash
25899 v e
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 d
25918 \begin_inset space \textvisiblespace{}
25919 \end_inset
25920
25921 e
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 d e
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 c
25956 \begin_inset space \textvisiblespace{}
25957 \end_inset
25958
25959 e
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972
25973
25974 \backslash
25975 c e
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 </lyxtabular>
25987
25988 \end_inset
25989
25990
25991 \begin_inset space \hfill{}
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset VSpace medskip
25999 \end_inset
26000
26001 With the command 
26002 \series bold
26003
26004 \backslash
26005 t
26006 \series default
26007  also two different characters can be accented.
26008  The command 
26009 \series bold
26010
26011 \backslash
26012 t
26013 \begin_inset space \textvisiblespace{}
26014 \end_inset
26015
26016 sz
26017 \series default
26018  creates: 
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024
26025 \backslash
26026 t sz
26027 \end_layout
26028
26029 \end_inset
26030
26031
26032 \end_layout
26033
26034 \begin_layout Standard
26035 The accents 
26036 \series bold
26037 `
26038 \series default
26039  , 
26040 \series bold
26041 '
26042 \series default
26043  and 
26044 \series bold
26045 ^
26046 \series default
26047  can in combination with vowels directly be inserted with the keyboard without
26048  using TeX-mode.
26049  The same applies for the tilde
26050 \begin_inset Foot
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 This only applies for keyboards where the tilde is defined as accent.
26055 \end_layout
26056
26057 \end_inset
26058
26059  
26060 \series bold
26061 ~
26062 \series default
26063  in combination with 
26064 \emph on
26065 a
26066 \emph default
26067  , 
26068 \emph on
26069 n
26070 \emph default
26071  , or 
26072 \emph on
26073 o
26074 \emph default
26075 .
26076 \end_layout
26077
26078 \begin_layout Standard
26079 The commands 
26080 \series bold
26081
26082 \backslash
26083 b
26084 \series default
26085  , 
26086 \series bold
26087
26088 \backslash
26089 c
26090 \series default
26091  , 
26092 \series bold
26093
26094 \backslash
26095 d
26096 \series default
26097  , 
26098 \series bold
26099
26100 \backslash
26101 H
26102 \series default
26103  , 
26104 \series bold
26105
26106 \backslash
26107 t
26108 \series default
26109  , 
26110 \series bold
26111
26112 \backslash
26113 u
26114 \series default
26115  , 
26116 \series bold
26117
26118 \backslash
26119 v
26120 \series default
26121  and accents that are inserted directly with the keyboard are also available
26122  in mathematical text.
26123  For the other accents there are special math commands to be used in formulas,
26124  see 
26125 \begin_inset CommandInset ref
26126 LatexCommand ref
26127 reference "sub:Accents-for-one"
26128
26129 \end_inset
26130
26131 .
26132 \end_layout
26133
26134 \begin_layout Standard
26135 \begin_inset VSpace bigskip
26136 \end_inset
26137
26138 Furthermore, with the command 
26139 \series bold
26140
26141 \backslash
26142 textcircled
26143 \series default
26144
26145 \begin_inset Index idx
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149 Commands ! T ! 
26150 \backslash
26151 textcircled
26152 \end_layout
26153
26154 \end_inset
26155
26156  all numbers and letters can be set into a circle, quasi accented with a
26157  circle, similar to the copyright symbol.
26158 \end_layout
26159
26160 \begin_layout Standard
26161 \align center
26162 \begin_inset Tabular
26163 <lyxtabular version="3" rows="3" columns="2">
26164 <features rotate="0" tabularvalignment="middle">
26165 <column alignment="center" valignment="top">
26166 <column alignment="center" valignment="top">
26167 <row>
26168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 Command
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181 Result
26182 \begin_inset Note Note
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187 \series bold
26188
26189 \backslash
26190 raisebox
26191 \series default
26192  is only used as spacer.
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 textcircled{w}
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset ERT
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223
26224
26225 \backslash
26226 textcircled{w}
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 <row>
26238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \backslash
26244 Large 
26245 \backslash
26246 textcircled{
26247 \backslash
26248 normalsize
26249 \backslash
26250 protect
26251 \backslash
26252 raisebox{-1.5pt}{W}}
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset Formula $\raisebox{4.5mm}{}$
26262 \end_inset
26263
26264
26265 \begin_inset ERT
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269
26270
26271 \backslash
26272 Large 
26273 \backslash
26274 textcircled{
26275 \backslash
26276 normalsize
26277 \backslash
26278 protect
26279 \backslash
26280 raisebox{-1.5pt}W}
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \begin_inset Formula $\raisebox{-2mm}{}$
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 </lyxtabular>
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 One has to take care that the character fits in the circle.
26304  
26305 \series bold
26306
26307 \backslash
26308 Large
26309 \series default
26310
26311 \begin_inset Foot
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315 see 
26316 \begin_inset CommandInset ref
26317 LatexCommand ref
26318 reference "sub:Font-Sizes"
26319
26320 \end_inset
26321
26322
26323 \end_layout
26324
26325 \end_inset
26326
26327  specifies thereby the size of the circle.
26328  With the help of 
26329 \series bold
26330
26331 \backslash
26332 raisebox
26333 \series default
26334
26335 \begin_inset Foot
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 see 
26340 \begin_inset CommandInset ref
26341 LatexCommand ref
26342 reference "sub:Boxes-without-Frame"
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \end_inset
26350
26351  the character can be centered.
26352 \end_layout
26353
26354 \begin_layout Subsection
26355 Old-style Figures
26356 \begin_inset Index idx
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360 Old-style Figures
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 Old-style figures (also known as old-style numerals) are created with the
26370  command 
26371 \series bold
26372
26373 \backslash
26374 oldstylenums
26375 \series default
26376
26377 \begin_inset Index idx
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381 Commands ! O ! 
26382 \backslash
26383 oldstylenums
26384 \end_layout
26385
26386 \end_inset
26387
26388 .
26389  The command can be used in formulas and in TeX-mode.
26390  The command scheme is:
26391 \end_layout
26392
26393 \begin_layout Standard
26394
26395 \series bold
26396
26397 \backslash
26398 oldstylenums{number}
26399 \end_layout
26400
26401 \begin_layout Standard
26402 The command 
26403 \series bold
26404
26405 \backslash
26406 oldstylenums{0123456789
26407 \series default
26408  produces: 
26409 \begin_inset Formula $\oldstylenums{0123456789}$
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Section
26416 Formula Styles
26417 \begin_inset CommandInset label
26418 LatexCommand label
26419 name "sec:Formula-Styles"
26420
26421 \end_inset
26422
26423
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 Formula ! styles
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \begin_layout Itemize
26437 There are two different alignment styles:
26438 \end_layout
26439
26440 \begin_deeper
26441 \begin_layout Description
26442 Centered is the predefined standard
26443 \end_layout
26444
26445 \begin_layout Description
26446 Indented for this the option 
26447 \series bold
26448 fleqn
26449 \series default
26450  must be inserted in the menu 
26451 \family sans
26452 Document\SpecialChar \menuseparator
26453 Settings
26454 \family default
26455  under 
26456 \family sans
26457 Document
26458 \begin_inset space ~
26459 \end_inset
26460
26461 Class
26462 \end_layout
26463
26464 \begin_layout Standard
26465 When 
26466 \series bold
26467 Indented
26468 \series default
26469  is used, the indentation can be adjusted with the length 
26470 \series bold
26471
26472 \backslash
26473 mathindent
26474 \series default
26475
26476 \begin_inset Index idx
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480 Commands ! M ! 
26481 \backslash
26482 mathindent
26483 \end_layout
26484
26485 \end_inset
26486
26487 .
26488  Should the distance be 15
26489 \begin_inset space \thinspace{}
26490 \end_inset
26491
26492 mm, the following command line is inserted in the LaTeX-preamble
26493 \end_layout
26494
26495 \begin_layout Standard
26496
26497 \series bold
26498
26499 \backslash
26500 setlength{
26501 \backslash
26502 mathindent}{15mm}
26503 \end_layout
26504
26505 \begin_layout Standard
26506 When no length is specified, the predefined value of 30
26507 \begin_inset space \thinspace{}
26508 \end_inset
26509
26510 pt will be used.
26511 \end_layout
26512
26513 \end_deeper
26514 \begin_layout Itemize
26515 And two different numbering styles:
26516 \end_layout
26517
26518 \begin_deeper
26519 \begin_layout Description
26520 Right is the predefined standard
26521 \end_layout
26522
26523 \begin_layout Description
26524 Left for this the option 
26525 \series bold
26526 leqno
26527 \series default
26528  must be inserted in the menu 
26529 \family sans
26530 Document\SpecialChar \menuseparator
26531 Settings
26532 \family default
26533  under 
26534 \family sans
26535 Document
26536 \begin_inset space ~
26537 \end_inset
26538
26539 Class
26540 \end_layout
26541
26542 \end_deeper
26543 \begin_layout Standard
26544
26545 \series bold
26546 fleqn
26547 \series default
26548  and 
26549 \series bold
26550 leqno
26551 \series default
26552  can also be used together.
26553  In this case both options are inserted, separated by a comma.
26554 \end_layout
26555
26556 \begin_layout Standard
26557 The chosen styles are used for all displayed formulas of the document.
26558  When both, centered and indented formulas should be created in a document,
26559  the style 
26560 \series bold
26561 Centered
26562 \series default
26563  is used.
26564  The indented formulas are then set in a flalign environment, see 
26565 \begin_inset CommandInset ref
26566 LatexCommand ref
26567 reference "sub:Flalign-Environment"
26568
26569 \end_inset
26570
26571 .
26572 \end_layout
26573
26574 \begin_layout Section
26575 Multiline Formulas
26576 \begin_inset CommandInset label
26577 LatexCommand label
26578 name "sec:Multiline-Formulas"
26579
26580 \end_inset
26581
26582
26583 \begin_inset Index idx
26584 status collapsed
26585
26586 \begin_layout Plain Layout
26587 Formula ! multiline
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Subsection
26596 General
26597 \end_layout
26598
26599 \begin_layout Standard
26600 In LyX multiline formulas are created by pressing 
26601 \series bold
26602
26603 \begin_inset Info
26604 type  "shortcut"
26605 arg   "newline-insert newline"
26606 \end_inset
26607
26608
26609 \series default
26610  inside a formula.
26611  This creates either an 
26612 \series bold
26613 eqnarray environment
26614 \series default
26615  that is described in 
26616 \begin_inset CommandInset ref
26617 LatexCommand ref
26618 reference "sub:Eqnarray-Environment"
26619
26620 \end_inset
26621
26622  or, when the option 
26623 \family sans
26624 Use AMS math package
26625 \family default
26626  in the document settings is selected, an 
26627 \series bold
26628 align environment
26629 \series default
26630  that is described in 
26631 \begin_inset CommandInset ref
26632 LatexCommand ref
26633 reference "sub:Standard-align-Environment"
26634
26635 \end_inset
26636
26637 .
26638  The align environment is recommended because it provides in any case a
26639  typographically correct output.
26640 \end_layout
26641
26642 \begin_layout Standard
26643 There are other multiline formula environments that can be created via the
26644  menu 
26645 \family sans
26646 Insert\SpecialChar \menuseparator
26647 Math
26648 \family default
26649 .
26650  These environments are described in the following sections.
26651 \end_layout
26652
26653 \begin_layout Standard
26654 In all multiline formula environments a new line is created by pressing
26655  
26656 \begin_inset Info
26657 type  "shortcut"
26658 arg   "newline-insert newline"
26659 \end_inset
26660
26661 .
26662  To add or delete lines, the math toolbar buttons 
26663 \begin_inset Graphics
26664         filename ../images/tabular-feature_append-row.png
26665         scale 85
26666
26667 \end_inset
26668
26669  or 
26670 \begin_inset Graphics
26671         filename ../images/tabular-feature_delete-row.png
26672         scale 85
26673
26674 \end_inset
26675
26676 , respectively, or the menu 
26677 \family sans
26678 Edit\SpecialChar \menuseparator
26679 Rows & Columns
26680 \family default
26681  can be used.
26682 \end_layout
26683
26684 \begin_layout Subsubsection
26685 Line Separation
26686 \begin_inset CommandInset label
26687 LatexCommand label
26688 name "sub:Line-Separation"
26689
26690 \end_inset
26691
26692
26693 \begin_inset Index idx
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697 Formula ! multiline ! Line separation
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Standard
26706 There is sometimes not enough space in multiline formulas between the lines:
26707 \begin_inset Formula 
26708 \begin{eqnarray*}
26709 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}\\
26710 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
26711 \end{eqnarray*}
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \begin_layout Standard
26719 In LaTeX additional line space is specified as optional argument of the
26720  new line command.
26721  This is not yet possible in LyX
26722 \begin_inset Foot
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 see 
26727 \begin_inset CommandInset href
26728 LatexCommand href
26729 name "LyX-bug #1505"
26730 target "http://www.lyx.org/trac/ticket/1505"
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738
26739 , therefore the whole formula must be inserted in TeX-mode.
26740  To add in our example space, the command 
26741 \series bold
26742
26743 \backslash
26744
26745 \backslash
26746 [3mm]
26747 \series default
26748  is inserted at the end of the first line.
26749  One gets: 
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 begin{eqnarray*}
26758 \end_layout
26759
26760 \begin_layout Plain Layout
26761
26762 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26763  = & 
26764 \backslash
26765 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26766 \backslash
26767
26768 \backslash
26769 [3mm]
26770 \end_layout
26771
26772 \begin_layout Plain Layout
26773
26774 4x^{2}
26775 \backslash
26776 left(B^{2}+x_{0}^{2}
26777 \backslash
26778 right)+4x_{0}x
26779 \backslash
26780 left(D-B^{2}
26781 \backslash
26782 right)+B^{2}
26783 \backslash
26784 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26785 \backslash
26786 right) & = & 0
26787 \end_layout
26788
26789 \begin_layout Plain Layout
26790
26791
26792 \backslash
26793 end{eqnarray*}
26794 \end_layout
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \begin_layout Standard
26802 \begin_inset VSpace bigskip
26803 \end_inset
26804
26805 To set the line separation for all lines in a formula, the length 
26806 \series bold
26807
26808 \backslash
26809 jot
26810 \series default
26811
26812 \begin_inset Index idx
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 Commands ! J ! 
26817 \backslash
26818 jot
26819 \end_layout
26820
26821 \end_inset
26822
26823  is changed.
26824  The definition is: 
26825 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
26826 \end_inset
26827
26828 .
26829  Predefined for 
26830 \series bold
26831
26832 \backslash
26833 jot
26834 \series default
26835  is the value 3
26836 \begin_inset space \thinspace{}
26837 \end_inset
26838
26839 pt.
26840  To create 3
26841 \begin_inset space \thinspace{}
26842 \end_inset
26843
26844 mm additional line separation as in the previous example, the command
26845 \end_layout
26846
26847 \begin_layout Standard
26848
26849 \series bold
26850
26851 \backslash
26852 setlength{
26853 \backslash
26854 jot}{3mm+3pt}
26855 \end_layout
26856
26857 \begin_layout Standard
26858 is inserted in TeX-mode before the formula.
26859  This requires that the LaTeX-package 
26860 \series bold
26861 calc
26862 \series default
26863
26864 \begin_inset Foot
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869 \series bold
26870 calc
26871 \series default
26872  is part of every LaTeX standard installation.
26873 \end_layout
26874
26875 \end_inset
26876
26877
26878 \begin_inset Index idx
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882 Packages ! calc
26883 \end_layout
26884
26885 \end_inset
26886
26887  was loaded in LaTeX-preamble with the line
26888 \end_layout
26889
26890 \begin_layout Standard
26891
26892 \series bold
26893
26894 \backslash
26895 usepackage{calc}
26896 \end_layout
26897
26898 \begin_layout Standard
26899 One gets: 
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 setlength{
26908 \backslash
26909 jot}{3mm+3pt}
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \begin_inset Formula 
26916 \begin{eqnarray*}
26917 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}\\
26918 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
26919 \end{eqnarray*}
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 setlength{
26935 \backslash
26936 jot}{3pt}
26937 \end_layout
26938
26939 \end_inset
26940
26941  To get back to the predefined distance, 
26942 \series bold
26943
26944 \backslash
26945 jot
26946 \series default
26947  is set to the value 3
26948 \begin_inset space \thinspace{}
26949 \end_inset
26950
26951 pt.
26952 \end_layout
26953
26954 \begin_layout Subsubsection
26955 Column Separation
26956 \begin_inset CommandInset label
26957 LatexCommand label
26958 name "sub:Column-Separation"
26959
26960 \end_inset
26961
26962
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 Formula ! multiline ! Column separation
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 Multiline formulas form a matrix.
26977  A formula in the eqnarray environment is for example a matrix with three
26978  columns.
26979  By changing the column separation in this environment, the space beside
26980  the relation sign can be changed.
26981 \end_layout
26982
26983 \begin_layout Standard
26984 The column separation is specified with the length 
26985 \series bold
26986
26987 \backslash
26988 arraycolsep
26989 \series default
26990
26991 \begin_inset Index idx
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995 Commands ! A ! 
26996 \backslash
26997 arraycolsep
26998 \end_layout
26999
27000 \end_inset
27001
27002  according to:
27003 \begin_inset Newline newline
27004 \end_inset
27005
27006 column separation = 2
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010
27011 \series bold
27012
27013 \backslash
27014 arraycolsep
27015 \series default
27016
27017 \begin_inset Newline newline
27018 \end_inset
27019
27020 Thus, the command
27021 \end_layout
27022
27023 \begin_layout Standard
27024
27025 \series bold
27026
27027 \backslash
27028 setlength{
27029 \backslash
27030 arraycolsep}{1cm}
27031 \end_layout
27032
27033 \begin_layout Standard
27034 inserted in TeX-mode, sets for all following formulas a column separation
27035  of 2
27036 \begin_inset space \thinspace{}
27037 \end_inset
27038
27039 cm.
27040  To get back to the predefined distance, 
27041 \series bold
27042
27043 \backslash
27044 arraycolsep
27045 \series default
27046  is set to 5
27047 \begin_inset space \thinspace{}
27048 \end_inset
27049
27050 pt.
27051 \end_layout
27052
27053 \begin_layout Standard
27054 A formula with 2
27055 \begin_inset space \thinspace{}
27056 \end_inset
27057
27058 cm column separation:
27059 \begin_inset ERT
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063
27064
27065 \backslash
27066 setlength{
27067 \backslash
27068 arraycolsep}{1cm}
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \begin_inset Formula 
27075 \begin{eqnarray*}
27076 A & = & B\\
27077 C & \ne & A
27078 \end{eqnarray*}
27079
27080 \end_inset
27081
27082 A formula with the predefined column separation for matrices of 10
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 pt:
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 setlength{
27095 \backslash
27096 arraycolsep}{5pt}
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \begin_inset Formula 
27103 \begin{eqnarray*}
27104 A & = & B\\
27105 C & \ne & A
27106 \end{eqnarray*}
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Subsubsection
27114 Long Formulas
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 Formula ! long
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \begin_layout Standard
27128 Long formulas can be typeset using these methods:
27129 \end_layout
27130
27131 \begin_layout Itemize
27132 When one side of the equation is much shorter than the line width, this
27133  one is chosen for the left side and the right side is typeset over two
27134  lines:
27135 \begin_inset Formula 
27136 \begin{eqnarray}
27137 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 \\
27138  &  & -\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}
27139 \end{eqnarray}
27140
27141 \end_inset
27142
27143 The minus sign at the beginning of the second line does normally not appear
27144  as an operator because it is the first character of the line.
27145  Thus it would not be surrounded by space and could not be distinguished
27146  from the fraction bar.
27147  To avoid this, 3
27148 \begin_inset space \thinspace{}
27149 \end_inset
27150
27151 pt space was inserted behind the minus sign with the command 
27152 \series bold
27153
27154 \backslash
27155 hspace
27156 \series default
27157 .
27158 \begin_inset Foot
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162 for more about 
27163 \series bold
27164
27165 \backslash
27166 hspace
27167 \series default
27168  see 
27169 \begin_inset CommandInset ref
27170 LatexCommand ref
27171 reference "sub:Variable-Space"
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \begin_inset Index idx
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 Commands ! H ! 
27186 \backslash
27187 hspace
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \begin_layout Itemize
27196 When both sides of the equation are too long, the command 
27197 \series bold
27198
27199 \backslash
27200 lefteqn
27201 \series default
27202
27203 \begin_inset Index idx
27204 status collapsed
27205
27206 \begin_layout Plain Layout
27207 Commands ! L ! 
27208 \backslash
27209 lefteqn
27210 \end_layout
27211
27212 \end_inset
27213
27214  is used.
27215  It is inserted in the first column of the first line and causes all further
27216  insertions to overwrite the following columns:
27217 \begin_inset Formula 
27218 \begin{eqnarray}
27219 \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 \\
27220  &  & -\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 \\
27221  &  & =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}
27222 \end{eqnarray}
27223
27224 \end_inset
27225
27226 After the insertion of 
27227 \series bold
27228
27229 \backslash
27230 lefteqn
27231 \series default
27232 , the cursor is in a purple box that is a bit shifted to the left from the
27233  blue one.
27234  In this the formula is inserted.
27235 \begin_inset Newline newline
27236 \end_inset
27237
27238 The content of the further lines is inserted to the second or another formula
27239  column.
27240  The greater the column number where it was inserted, the larger the indentation.
27241 \begin_inset VSpace medskip
27242 \end_inset
27243
27244
27245 \begin_inset Newline newline
27246 \end_inset
27247
27248
27249 \begin_inset Note Greyedout
27250 status open
27251
27252 \begin_layout Plain Layout
27253 Note the following when using 
27254 \series bold
27255
27256 \backslash
27257 lefteqn
27258 \series default
27259 :
27260 \end_layout
27261
27262 \begin_layout Itemize
27263 The formula doesn't use the full page width.
27264  When e.
27265 \begin_inset space \thinspace{}
27266 \end_inset
27267
27268 g.
27269 \begin_inset space \space{}
27270 \end_inset
27271
27272 the term 
27273 \begin_inset Formula $-B^{2}$
27274 \end_inset
27275
27276  is added to the first line in the above example, it would have been outside
27277  the page margin.
27278  To better use the width, negative space can be inserted at the beginning
27279  of the first line.
27280 \end_layout
27281
27282 \begin_layout Itemize
27283 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27284  line.
27285 \begin_inset Foot
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289 \begin_inset CommandInset href
27290 LatexCommand href
27291 name "LyX-bug #1429"
27292 target "http://www.lyx.org/trac/ticket/1429"
27293
27294 \end_inset
27295
27296
27297 \end_layout
27298
27299 \end_inset
27300
27301  One can only set the cursor at the beginning of the line and move it with
27302  the arrow keys.
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Itemize
27311 Other methods to set long formulas are offered by the environments described
27312  in 
27313 \begin_inset CommandInset ref
27314 LatexCommand ref
27315 reference "sub:Multline-Environment"
27316
27317 \end_inset
27318
27319  and 
27320 \begin_inset CommandInset ref
27321 LatexCommand ref
27322 reference "sub:Multiline-Formula-Parts"
27323
27324 \end_inset
27325
27326 .
27327 \end_layout
27328
27329 \begin_layout Subsubsection
27330 Multiline Brackets
27331 \begin_inset CommandInset label
27332 LatexCommand label
27333 name "sub:Multiline-Brackets"
27334
27335 \end_inset
27336
27337
27338 \begin_inset Index idx
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342 Brackets ! for multiline expressions
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 For brackets spanning multiple lines the following problem occurs:
27352 \begin_inset Formula 
27353 \begin{eqnarray*}
27354 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27355  &  & \left.\cdots+B-D\right]
27356 \end{eqnarray*}
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \begin_layout Standard
27364 The closing bracket is smaller than the opening bracket because brackets
27365  with variable size may not span multiple lines.
27366 \end_layout
27367
27368 \begin_layout Standard
27369 To set the bracket size for the second line correctly, the first line is
27370  ended with 
27371 \series bold
27372
27373 \backslash
27374 right.
27375 \series default
27376
27377 \begin_inset Index idx
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 Commands ! R ! 
27382 \backslash
27383 right
27384 \end_layout
27385
27386 \end_inset
27387
27388  and the second line with 
27389 \series bold
27390
27391 \backslash
27392 left.
27393 \begin_inset Foot
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 for more about 
27398 \series bold
27399
27400 \backslash
27401 left
27402 \series default
27403  and 
27404 \series bold
27405
27406 \backslash
27407 right
27408 \series default
27409  see 
27410 \begin_inset CommandInset ref
27411 LatexCommand ref
27412 reference "sub:Automatic-Bracket-Size"
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \series default
27423
27424 \begin_inset Index idx
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428 Commands ! L ! 
27429 \backslash
27430 left
27431 \end_layout
27432
27433 \end_inset
27434
27435 .
27436  After 
27437 \series bold
27438
27439 \backslash
27440 left.
27441
27442 \series default
27443  the command 
27444 \series bold
27445
27446 \backslash
27447 vphantom
27448 \series default
27449
27450 \begin_inset space \textvisiblespace{}
27451 \end_inset
27452
27453
27454 \series bold
27455
27456 \backslash
27457 prod
27458 \series default
27459 ^
27460 \begin_inset space \textvisiblespace{}
27461 \end_inset
27462
27463
27464 \series bold
27465
27466 \backslash
27467 infty
27468 \series default
27469
27470 \begin_inset space \textvisiblespace{}
27471 \end_inset
27472
27473
27474 \series bold
27475
27476 \begin_inset Formula $\downarrow$
27477 \end_inset
27478
27479 _R=1}
27480 \series default
27481
27482 \begin_inset Index idx
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486 Commands ! V ! 
27487 \backslash
27488 vphantom
27489 \end_layout
27490
27491 \end_inset
27492
27493  is inserted, because the multiplication operator with its limits is the
27494  largest symbol in the first line and this should be the size for the bracket
27495  in the second line.
27496 \end_layout
27497
27498 \begin_layout Standard
27499 The result is this:
27500 \begin_inset Formula 
27501 \begin{eqnarray*}
27502 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27503  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27504 \end{eqnarray*}
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Subsection
27512 Align Environments
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Align environments can be used for every kind of multiline formulas.
27517  They are especially useful to set several formulas side by side.
27518 \end_layout
27519
27520 \begin_layout Standard
27521 Align environments consist of columns.
27522  The odd columns are right aligned, the even ones left aligned.
27523  Every line in an Align environment can be numbered.
27524 \end_layout
27525
27526 \begin_layout Standard
27527 Align environments are created via the menu 
27528 \family sans
27529 Insert\SpecialChar \menuseparator
27530 Math
27531 \family default
27532 .
27533  With the menu 
27534 \family sans
27535 Edit\SpecialChar \menuseparator
27536 Math\SpecialChar \menuseparator
27537 Change Formula Type
27538 \family default
27539  already existing formulas can be converted to Align environments.
27540 \end_layout
27541
27542 \begin_layout Standard
27543 To add or delete columns, the math toolbar buttons 
27544 \begin_inset Graphics
27545         filename ../images/tabular-feature_append-column.png
27546         scale 85
27547
27548 \end_inset
27549
27550  or 
27551 \begin_inset Graphics
27552         filename ../images/tabular-feature_delete-column.png
27553         scale 85
27554
27555 \end_inset
27556
27557 , respectively, or the menu 
27558 \family sans
27559 Edit\SpecialChar \menuseparator
27560 Rows & Columns
27561 \family default
27562  can be used.
27563 \end_layout
27564
27565 \begin_layout Subsubsection
27566 Standard align Environment
27567 \begin_inset CommandInset label
27568 LatexCommand label
27569 name "sub:Standard-align-Environment"
27570
27571 \end_inset
27572
27573
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Formula ! multiline ! align environment
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 This Align environment is created by pressing 
27588 \begin_inset Info
27589 type  "shortcut"
27590 arg   "newline-insert newline"
27591 \end_inset
27592
27593  in a formula or by the menu 
27594 \family sans
27595 Insert\SpecialChar \menuseparator
27596 Math\SpecialChar \menuseparator
27597 AMS align Environment
27598 \family default
27599 .
27600 \end_layout
27601
27602 \begin_layout Standard
27603 An example for two formulas set side by side, that are created with a four
27604  column align environment:
27605 \begin_inset Formula 
27606 \begin{align*}
27607 A & =\sin(B) & C & =D\\
27608 C & \ne A & B & \ne D
27609 \end{align*}
27610
27611 \end_inset
27612
27613 As it can be seen, the formulas in this environment are placed so as if
27614  there would be a 
27615 \series bold
27616
27617 \backslash
27618 hfill
27619 \begin_inset Foot
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623 more about 
27624 \series bold
27625
27626 \backslash
27627 hfill
27628 \series default
27629  see 
27630 \begin_inset CommandInset ref
27631 LatexCommand ref
27632 reference "sub:Variable-Space"
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \series default
27643  before the first and after every even column.
27644  When the formula style 
27645 \series bold
27646 Indented
27647 \begin_inset Foot
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 formula styles see 
27652 \begin_inset CommandInset ref
27653 LatexCommand ref
27654 reference "sec:Formula-Styles"
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \series default
27665  is used, the formula is set without the 
27666 \series bold
27667
27668 \backslash
27669 hfill
27670 \series default
27671  before the first column.
27672 \end_layout
27673
27674 \begin_layout Subsubsection
27675 Alignat Environment
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Formula ! multiline ! alignat environment
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \begin_layout Standard
27689 The alignat environment has no predefined column separation.
27690  It can be inserted manually with the spaces that are described 
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sub:Space"
27694
27695 \end_inset
27696
27697 .
27698 \end_layout
27699
27700 \begin_layout Standard
27701 The above example in the alignat environment where 1
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705 cm space was inserted at the beginning of the second formula:
27706 \begin_inset Formula 
27707 \begin{alignat*}{2}
27708 A & =\sin(B) & \hspace{1cm}C & =D\\
27709 C & \ne A & B & \ne D
27710 \end{alignat*}
27711
27712 \end_inset
27713
27714 Because the column separation can be set separately for every column, this
27715  environment is especially suitable to set three and more formulas side
27716  by side.
27717 \end_layout
27718
27719 \begin_layout Subsubsection
27720 Flalign Environment
27721 \begin_inset CommandInset label
27722 LatexCommand label
27723 name "sub:Flalign-Environment"
27724
27725 \end_inset
27726
27727
27728 \begin_inset Index idx
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 Formula ! multiline ! flalign environment
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \end_layout
27739
27740 \begin_layout Standard
27741 In this environment the first two columns are always set as much as possible
27742  to the left and the last two ones to the right.
27743  An example:
27744 \begin_inset Formula 
27745 \begin{flalign*}
27746 A & =1 & B & =2 & C & =3\\
27747 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27748 \end{flalign*}
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Standard
27756 By creating a flalign environment with an odd number of columns where an
27757  empty TeX-brace is inserted to the last column, several formulas in a document
27758  can be set to the left, although the formula style 
27759 \series bold
27760 Centered
27761 \series default
27762  is used.
27763  As example the indented formula 
27764 \begin_inset CommandInset ref
27765 LatexCommand eqref
27766 reference "eq:VolInt"
27767
27768 \end_inset
27769
27770 :
27771 \begin_inset Formula 
27772 \begin{flalign}
27773 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27774 \end{flalign}
27775
27776 \end_inset
27777
27778 The first two columns contain the formula.
27779  To indent it as with the formula style 
27780 \series bold
27781 Indented
27782 \series default
27783 , 30
27784 \begin_inset space \thinspace{}
27785 \end_inset
27786
27787 pt space was inserted at the beginning of the first column.
27788 \end_layout
27789
27790 \begin_layout Subsection
27791 Eqnarray Environment
27792 \begin_inset CommandInset label
27793 LatexCommand label
27794 name "sub:Eqnarray-Environment"
27795
27796 \end_inset
27797
27798
27799 \begin_inset Index idx
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803 Formula ! multiline ! eqnarray environment
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812 When this environment has been created, three blue boxes appear.
27813  The content of the first box is right aligned, the content of the last
27814  one left aligned.
27815  The content of the middle box appears centered and a bit smaller, because
27816  it is designed to insert there only relation characters.
27817 \begin_inset Formula 
27818 \begin{eqnarray*}
27819 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27820 AB & AB & AB\\
27821 A & = & A
27822 \end{eqnarray*}
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \begin_layout Subsection
27830 Gather Environment
27831 \begin_inset Index idx
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 Formula ! multiline ! gather environment
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Standard
27844 This environment consists of only one centered column.
27845  Every line can be numbered.
27846 \begin_inset Formula 
27847 \begin{gather}
27848 A=1\\
27849 X=\textrm{-}1
27850 \end{gather}
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Subsection
27858 Multline Environment
27859 \begin_inset CommandInset label
27860 LatexCommand label
27861 name "sub:Multline-Environment"
27862
27863 \end_inset
27864
27865
27866 \begin_inset Index idx
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870 Formula ! multiline ! multline environment
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 The multline environment consists, like the gather environment, of only
27880  one column.
27881  But the first line is left aligned, the last one right aligned.
27882  All other lines are centered.
27883  Therefore this environment is suitable for long formulas.
27884  As example formula 
27885 \begin_inset CommandInset ref
27886 LatexCommand eqref
27887 reference "eq:lefteqn"
27888
27889 \end_inset
27890
27891  in the multline environment:
27892 \begin_inset Formula 
27893 \begin{multline}
27894 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}\\
27895 -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}\\
27896 =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}}
27897 \end{multline}
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 In the output only the last (first) line of a multline environment appears
27906  numbered when the document numbering is right (left).
27907 \begin_inset Foot
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 numbering styles see 
27912 \begin_inset CommandInset ref
27913 LatexCommand ref
27914 reference "sec:Formula-Styles"
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Standard
27927 With the commands 
27928 \series bold
27929
27930 \backslash
27931 shoveright
27932 \series default
27933
27934 \begin_inset Index idx
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938 Commands ! S ! 
27939 \backslash
27940 shoveright
27941 \end_layout
27942
27943 \end_inset
27944
27945  and 
27946 \series bold
27947
27948 \backslash
27949 shoveleft
27950 \series default
27951
27952 \begin_inset Index idx
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 Commands ! S ! 
27957 \backslash
27958 shoveleft
27959 \end_layout
27960
27961 \end_inset
27962
27963  a centered line can be right or left aligned, respectively.
27964  The commands are used as follows:
27965 \end_layout
27966
27967 \begin_layout Standard
27968
27969 \series bold
27970
27971 \backslash
27972 shoveright{line content}
27973 \series default
27974  and 
27975 \series bold
27976
27977 \backslash
27978 shoveleft{line content}
27979 \end_layout
27980
27981 \begin_layout Standard
27982 \begin_inset VSpace medskip
27983 \end_inset
27984
27985 The length 
27986 \series bold
27987
27988 \backslash
27989 multlinegap
27990 \series default
27991
27992 \begin_inset Index idx
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Commands ! M ! 
27997 \backslash
27998 multlinegap
27999 \end_layout
28000
28001 \end_inset
28002
28003  specifies the distance of the first line from the left page margin.
28004  Predefined is the length 0
28005 \begin_inset space \thinspace{}
28006 \end_inset
28007
28008 pt.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 As example the above formula where the command
28013 \end_layout
28014
28015 \begin_layout Standard
28016
28017 \series bold
28018
28019 \backslash
28020 setlength{
28021 \backslash
28022 multlinegap}{2cm}
28023 \end_layout
28024
28025 \begin_layout Standard
28026 was inserted in TeX-mode before:
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 setlength{
28035 \backslash
28036 multlinegap}{2cm}
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \begin_inset Formula 
28043 \begin{multline}
28044 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28045 \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}}\\
28046 =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}}
28047 \end{multline}
28048
28049 \end_inset
28050
28051
28052 \begin_inset ERT
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056
28057
28058 \backslash
28059 setlength{
28060 \backslash
28061 multlinegap}{0pt}
28062 \end_layout
28063
28064 \end_inset
28065
28066 The second line was left aligned using 
28067 \series bold
28068
28069 \backslash
28070 shoveleft
28071 \series default
28072 .
28073 \end_layout
28074
28075 \begin_layout Subsection
28076 Multiline Formula Parts
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "sub:Multiline-Formula-Parts"
28080
28081 \end_inset
28082
28083
28084 \begin_inset Index idx
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 Formula ! multiline ! formula parts
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Standard
28097 To display only parts of a formula with multiple lines, one of the following
28098  environments is used: 
28099 \series bold
28100 aligned
28101 \series default
28102
28103 \series bold
28104 alignedat
28105 \series default
28106
28107 \series bold
28108 gathered
28109 \series default
28110  or 
28111 \series bold
28112 split
28113 \series default
28114 .
28115  They can be inserted via the menu 
28116 \family sans
28117 Insert\SpecialChar \menuseparator
28118 Math
28119 \family default
28120  or by using the commands described in this section.
28121 \end_layout
28122
28123 \begin_layout Standard
28124 The first three have the same properties as the corresponding multiline
28125  formula environments, but it is possible to set further formula parts beside
28126  them.
28127  An example:
28128 \begin_inset Formula 
28129 \[
28130 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28131 \Delta E\Delta t & \ge\frac{\hbar}{2}
28132 \end{aligned}
28133 \right\} \textrm{Uncertainty relations}
28134 \]
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 To get this formula, a displayed formula is created where the command 
28143 \series bold
28144
28145 \backslash
28146 aligned
28147 \series default
28148
28149 \begin_inset Index idx
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 Commands ! A ! 
28154 \backslash
28155 aligned
28156 \end_layout
28157
28158 \end_inset
28159
28160  is inserted.
28161  A purple box appears around the blue formula box where now columns and
28162  lines can be added.
28163  Outside the multiline environment other formula parts can be set, like
28164  the brace.
28165 \end_layout
28166
28167 \begin_layout Standard
28168 The aligned environment is also suitable for long formulas whose lines are
28169  horizontally aligned.
28170  Using aligned in a displayed formula has the advantage that the formula
28171  number is vertically centered behind the lines.
28172  As example formula 
28173 \begin_inset CommandInset ref
28174 LatexCommand eqref
28175 reference "eq:shortlong"
28176
28177 \end_inset
28178
28179  in the aligned environment:
28180 \begin_inset Formula 
28181 \begin{equation}
28182 \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}|}\\
28183  & -\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}|}
28184 \end{aligned}
28185 \end{equation}
28186
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \begin_layout Standard
28193 To use the environments 
28194 \series bold
28195 alignedat
28196 \series default
28197
28198 \series bold
28199 gathered
28200 \series default
28201 , or 
28202 \series bold
28203 split
28204 \series default
28205 , the command 
28206 \series bold
28207
28208 \backslash
28209 alignedat
28210 \series default
28211 ,
28212 \begin_inset Index idx
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 Commands ! A ! 
28217 \backslash
28218 alignedat
28219 \end_layout
28220
28221 \end_inset
28222
28223  
28224 \series bold
28225
28226 \backslash
28227 gathered
28228 \series default
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 Commands ! G ! 
28235 \backslash
28236 gathered
28237 \end_layout
28238
28239 \end_inset
28240
28241 , or 
28242 \series bold
28243
28244 \backslash
28245 split
28246 \series default
28247
28248 \begin_inset Index idx
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252 Commands ! S ! 
28253 \backslash
28254 split
28255 \end_layout
28256
28257 \end_inset
28258
28259  are inserted, respectively.
28260  The split environment has the same properties as the aligned environment
28261  but it can only have two columns.
28262 \end_layout
28263
28264 \begin_layout Subsection
28265 Text in multiline Formulas
28266 \begin_inset CommandInset label
28267 LatexCommand label
28268 name "sub:Text-in-multiline"
28269
28270 \end_inset
28271
28272
28273 \begin_inset Index idx
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 Text ! in formulas
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \begin_inset Index idx
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287 Formula ! multiline ! text
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Standard
28296 In the Align environments, and the multline and gather environment, text
28297  can be inserted that will appear in a separate line and doesn't affect
28298  the column alignment.
28299  To do this, the command 
28300 \series bold
28301
28302 \backslash
28303 intertext
28304 \series default
28305
28306 \begin_inset Index idx
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310 Commands ! I ! 
28311 \backslash
28312 intertext
28313 \end_layout
28314
28315 \end_inset
28316
28317  is used in the following scheme:
28318 \end_layout
28319
28320 \begin_layout Standard
28321
28322 \series bold
28323
28324 \backslash
28325 intertext{text}
28326 \end_layout
28327
28328 \begin_layout Standard
28329 The text should not be longer than a line because it cannot be hyphenated.
28330  As LyX doesn't yet support 
28331 \series bold
28332
28333 \backslash
28334 intertext
28335 \series default
28336  directly, the text is written as mathematical text.
28337  
28338 \series bold
28339
28340 \backslash
28341 intertext
28342 \series default
28343  must hereby be at the beginning of a line and appears in the output above
28344  this line.
28345  An example where the text was inserted at the beginning of the second line:
28346 \begin_inset Formula 
28347 \begin{align}
28348 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28349 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28350 \end{align}
28351
28352 \end_inset
28353
28354
28355 \end_layout
28356
28357 \begin_layout Section
28358 Formula Numbering
28359 \begin_inset Index idx
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 Formula numbering
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \begin_inset Index idx
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373 Formula ! numbering|see
28374 \begin_inset ERT
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378
28379 {
28380 \end_layout
28381
28382 \end_inset
28383
28384 Formula numbering
28385 \begin_inset ERT
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389
28390 }
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \begin_layout Subsection
28404 General
28405 \end_layout
28406
28407 \begin_layout Standard
28408 Numbered formulas can be created with the menu 
28409 \family sans
28410 Insert\SpecialChar \menuseparator
28411 Math\SpecialChar \menuseparator
28412 Numbered
28413 \begin_inset space ~
28414 \end_inset
28415
28416 Formula
28417 \family default
28418  (shortcut 
28419 \family sans
28420 Ctrl+Alt
28421 \begin_inset space ~
28422 \end_inset
28423
28424 N
28425 \family default
28426 ).
28427  Existing formulas can be numbered with the menu 
28428 \family sans
28429 Edit\SpecialChar \menuseparator
28430 Math\SpecialChar \menuseparator
28431 Toggle
28432 \begin_inset space ~
28433 \end_inset
28434
28435 Numbering
28436 \family default
28437  (shortcut 
28438 \begin_inset Info
28439 type  "shortcut"
28440 arg   "math-number-toggle"
28441 \end_inset
28442
28443 ).
28444  The formula number is displayed in LyX behind the formula as a number sign
28445  in parentheses.
28446  The number sign is replaced in the output by the formula number.
28447 \end_layout
28448
28449 \begin_layout Standard
28450 When numbering is turned on in multiline formulas, all lines will be numbered.
28451  But the numbering can be controlled with the menu 
28452 \family sans
28453 Edit\SpecialChar \menuseparator
28454 Math\SpecialChar \menuseparator
28455 Toggle
28456 \begin_inset space ~
28457 \end_inset
28458
28459 Numbering
28460 \begin_inset space ~
28461 \end_inset
28462
28463 of
28464 \begin_inset space ~
28465 \end_inset
28466
28467 Line
28468 \family default
28469  (shortcut 
28470 \begin_inset Info
28471 type  "shortcut"
28472 arg   "math-number-line-toggle"
28473 \end_inset
28474
28475 ) for every line.
28476 \end_layout
28477
28478 \begin_layout Standard
28479 Except for inline formulas, all formulas can be numbered with two different
28480  styles, see 
28481 \begin_inset CommandInset ref
28482 LatexCommand ref
28483 reference "sec:Formula-Styles"
28484
28485 \end_inset
28486
28487 .
28488 \end_layout
28489
28490 \begin_layout Subsection
28491 Cross-References
28492 \begin_inset Index idx
28493 status collapsed
28494
28495 \begin_layout Plain Layout
28496 Cross-references ! to formulas
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Standard
28505 All labeled formulas can be cross-referenced.
28506  A label is added by the menu 
28507 \family sans
28508 Insert\SpecialChar \menuseparator
28509 Label
28510 \family default
28511  or the toolbar button 
28512 \begin_inset Graphics
28513         filename ../images/label-insert.png
28514         scale 85
28515
28516 \end_inset
28517
28518 .
28519  The cursor must hereby be inside a displayed formula.
28520  Alternatively you can right-click on the formula and choose 
28521 \family sans
28522 Equation Label
28523 \family default
28524 .
28525  A dialog pops up displaying the prefix 
28526 \series bold
28527 eq:
28528 \series default
28529  in a text field.
28530  The label is inserted there behind the prefix.
28531  The predefined prefix means 
28532 \begin_inset Quotes eld
28533 \end_inset
28534
28535 equation
28536 \begin_inset Quotes erd
28537 \end_inset
28538
28539  and makes it easier to find labels in large documents because it marks
28540  it as formula label to divide it from e.
28541 \begin_inset space \thinspace{}
28542 \end_inset
28543
28544 g.
28545 \begin_inset space \space{}
28546 \end_inset
28547
28548 section labels.
28549  To change a label, the menu 
28550 \family sans
28551 Insert\SpecialChar \menuseparator
28552 Label
28553 \family default
28554  is used again or you right-click on a formula and then on 
28555 \family sans
28556 Equation Label
28557 \family default
28558 .
28559 \end_layout
28560
28561 \begin_layout Standard
28562 The name of the label is displayed in LyX within two parentheses behind
28563  formula.
28564  A formula with a label is always numbered.
28565 \end_layout
28566
28567 \begin_layout Standard
28568 Cross-references are inserted via the menu 
28569 \family sans
28570 Insert\SpecialChar \menuseparator
28571 Cross-Reference
28572 \family default
28573  or with the toolbar button 
28574 \begin_inset Graphics
28575         filename ../images/dialog-show-new-inset_ref.png
28576         scale 85
28577
28578 \end_inset
28579
28580 .
28581  A formula cross-reference appears in the output as formula number.
28582  When in the cross-reference dialog window the format 
28583 \series bold
28584 (<reference>)
28585 \series default
28586  is chosen, the cross-reference appears in the output as formula number
28587  in parentheses.
28588 \begin_inset Newline newline
28589 \end_inset
28590
28591 By right-clicking on a cross-reference in LyX, one jumps to the formula
28592  that is referenced.
28593 \end_layout
28594
28595 \begin_layout Standard
28596 Here are as examples cross-references to formulas of the following subsections:
28597 \begin_inset Note Note
28598 status open
28599
28600 \begin_layout Plain Layout
28601 Note the different cross-reference types.
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Standard
28610 The equations 
28611 \begin_inset CommandInset ref
28612 LatexCommand eqref
28613 reference "eq:tag"
28614
28615 \end_inset
28616
28617  and 
28618 \begin_inset CommandInset ref
28619 LatexCommand eqref
28620 reference "eq:c"
28621
28622 \end_inset
28623
28624  are equivalent.
28625  In (
28626 \begin_inset CommandInset ref
28627 LatexCommand ref
28628 reference "eq:Lat"
28629
28630 \end_inset
28631
28632 ) big Latin letters are used for the numbering in contrary to (
28633 \begin_inset CommandInset ref
28634 LatexCommand ref
28635 reference "eq:Rom"
28636
28637 \end_inset
28638
28639 ).
28640 \end_layout
28641
28642 \begin_layout Standard
28643 \begin_inset VSpace medskip
28644 \end_inset
28645
28646 When the argument of 
28647 \series bold
28648
28649 \backslash
28650 tag
28651 \begin_inset Foot
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655
28656 \series bold
28657
28658 \backslash
28659 tag
28660 \series default
28661  is described in 
28662 \begin_inset CommandInset ref
28663 LatexCommand ref
28664 reference "sub:User-defined-Numbering"
28665
28666 \end_inset
28667
28668 .
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \series default
28675  contains a box like in 
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "sub:Paragraph-Boxes"
28679
28680 \end_inset
28681
28682 , the formula cannot be referenced.
28683 \end_layout
28684
28685 \begin_layout Subsection
28686 Subnumbering
28687 \begin_inset Index idx
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 Formula numbering ! subnumbering
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \end_layout
28698
28699 \begin_layout Standard
28700 With the help of the commands 
28701 \series bold
28702
28703 \backslash
28704 begin{subequations}
28705 \series default
28706  and 
28707 \series bold
28708
28709 \backslash
28710 end{subequations}
28711 \series default
28712  formulas can be subnumbered.
28713  Both commands are inserted in TeX-mode.
28714 \end_layout
28715
28716 \begin_layout Standard
28717 An example:
28718 \begin_inset Formula 
28719 \begin{equation}
28720 A=C-B\label{eq:a}
28721 \end{equation}
28722
28723 \end_inset
28724
28725
28726 \begin_inset ERT
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730
28731
28732 \backslash
28733 addtocounter{equation}{-1}
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \begin_inset ERT
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743
28744
28745 \backslash
28746 begin{subequations}
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \begin_inset VSpace -5mm
28753 \end_inset
28754
28755
28756 \begin_inset Formula 
28757 \begin{equation}
28758 B=C-A\label{eq:b}
28759 \end{equation}
28760
28761 \end_inset
28762
28763
28764 \begin_inset Formula 
28765 \begin{equation}
28766 C=A+B\label{eq:c}
28767 \end{equation}
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780
28781 \backslash
28782 end{subequations}
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \begin_layout Standard
28791 To create the example, the following is done:
28792 \end_layout
28793
28794 \begin_layout Enumerate
28795 first formula is inserted
28796 \end_layout
28797
28798 \begin_layout Enumerate
28799
28800 \series bold
28801
28802 \backslash
28803 addtocounter{equation}{-1} 
28804 \backslash
28805 begin{subequations}
28806 \begin_inset Index idx
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810 Commands ! A ! 
28811 \backslash
28812 addtocounter
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \begin_inset Newline newline
28819 \end_inset
28820
28821
28822 \series default
28823 is inserted after the first formula
28824 \end_layout
28825
28826 \begin_layout Enumerate
28827 second formula is inserted
28828 \end_layout
28829
28830 \begin_layout Enumerate
28831 third formula is inserted
28832 \end_layout
28833
28834 \begin_layout Enumerate
28835
28836 \series bold
28837
28838 \backslash
28839 end{subequations}
28840 \series default
28841  is inserted after the third formula
28842 \end_layout
28843
28844 \begin_layout Standard
28845 Every formula between the commands 
28846 \series bold
28847
28848 \backslash
28849 begin
28850 \series default
28851  and 
28852 \series bold
28853
28854 \backslash
28855 end
28856 \series default
28857  is subnumbered as a, b, 
28858 \begin_inset Newline linebreak
28859 \end_inset
28860
28861 c, \SpecialChar \ldots{}
28862  For multiline formulas every line will be subnumbered.
28863  All subnumbered formulas are treated as 
28864 \emph on
28865 one
28866 \emph default
28867  numbered formula.
28868  But as every numbered formula increases the counter 
28869 \series bold
28870 equation
28871 \series default
28872  by one, the command 
28873 \series bold
28874
28875 \backslash
28876 addtocounter
28877 \series default
28878  is needed to decrease it.
28879  Otherwise the formulas 
28880 \begin_inset CommandInset ref
28881 LatexCommand eqref
28882 reference "eq:a"
28883
28884 \end_inset
28885
28886
28887 \begin_inset CommandInset ref
28888 LatexCommand eqref
28889 reference "eq:b"
28890
28891 \end_inset
28892
28893
28894 \begin_inset CommandInset ref
28895 LatexCommand eqref
28896 reference "eq:c"
28897
28898 \end_inset
28899
28900  would be numbered as 
28901 \begin_inset CommandInset ref
28902 LatexCommand eqref
28903 reference "eq:a"
28904
28905 \end_inset
28906
28907
28908 \begin_inset CommandInset ref
28909 LatexCommand eqref
28910 reference "eq:d"
28911
28912 \end_inset
28913
28914
28915 \begin_inset CommandInset ref
28916 LatexCommand eqref
28917 reference "eq:f"
28918
28919 \end_inset
28920
28921 .
28922 \end_layout
28923
28924 \begin_layout Standard
28925 By inserting the commands in TeX-mode, a space is created between the first
28926  two formulas.
28927  To revert this -5
28928 \begin_inset space \thinspace{}
28929 \end_inset
28930
28931 mm vertical space is inserted after the command 
28932 \series bold
28933
28934 \backslash
28935 begin{subequations}
28936 \series default
28937 .
28938  When the formula style 
28939 \series bold
28940 Indented
28941 \begin_inset Foot
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 formula styles see 
28946 \begin_inset CommandInset ref
28947 LatexCommand ref
28948 reference "sec:Formula-Styles"
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \series default
28959  is used, -7
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963 mm space is inserted instead.
28964 \end_layout
28965
28966 \begin_layout Standard
28967 Here is an example for a multiline formula where the numbering was turned
28968  off for the second line:
28969 \begin_inset ERT
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973
28974
28975 \backslash
28976 begin{subequations}
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \begin_inset Formula 
28983 \begin{eqnarray}
28984 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28985  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
28986  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
28987 \end{eqnarray}
28988
28989 \end_inset
28990
28991
28992 \begin_inset ERT
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996
28997
28998 \backslash
28999 end{subequations}
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Subsection
29008 User-defined Numbering
29009 \begin_inset CommandInset label
29010 LatexCommand label
29011 name "sub:User-defined-Numbering"
29012
29013 \end_inset
29014
29015
29016 \begin_inset Index idx
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020 Formula numbering ! user-defined
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 \begin_inset Index idx
29030 status collapsed
29031
29032 \begin_layout Plain Layout
29033 Formula numbering ! self-defined delimiters
29034 \end_layout
29035
29036 \end_inset
29037
29038 With the standard numbering parentheses are set around the formula number.
29039  To replace the parentheses for example by vertical bars, the following
29040  line is added to the LaTeX-preamble:
29041 \end_layout
29042
29043 \begin_layout Standard
29044
29045 \series bold
29046
29047 \backslash
29048 def
29049 \backslash
29050 tagform@#1{
29051 \backslash
29052 maketag@@@{|#1|}}
29053 \series default
29054
29055 \begin_inset Note Note
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 This macro is already declared in the LaTeX-preamble for testing.
29060  To activate it, remove the percent sign at the beginning.
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \begin_layout Standard
29069 To use other characters, the vertical bars besides the 
29070 \series bold
29071 #1
29072 \series default
29073  are replaced by one ore more characters.
29074  To get only the formula number the vertical bars are omitted.
29075 \end_layout
29076
29077 \begin_layout Standard
29078 \begin_inset VSpace bigskip
29079 \end_inset
29080
29081 When there should be an expression of your choice instead of the consecutive
29082  formula number in parentheses behind the formula, the command 
29083 \series bold
29084
29085 \backslash
29086 tag
29087 \series default
29088
29089 \begin_inset Index idx
29090 status collapsed
29091
29092 \begin_layout Plain Layout
29093 Commands ! T ! 
29094 \backslash
29095 tag
29096 \end_layout
29097
29098 \end_inset
29099
29100  is used:
29101 \begin_inset Formula 
29102 \begin{equation}
29103 A+B=C\tag{something}\label{eq:tag}
29104 \end{equation}
29105
29106 \end_inset
29107
29108 In this example the command 
29109 \series bold
29110
29111 \backslash
29112 tag
29113 \begin_inset space \textvisiblespace{}
29114 \end_inset
29115
29116 something
29117 \series default
29118  was inserted in the formula.
29119 \end_layout
29120
29121 \begin_layout Standard
29122 When the command 
29123 \series bold
29124
29125 \backslash
29126 tag*
29127 \begin_inset space \textvisiblespace{}
29128 \end_inset
29129
29130 something
29131 \series default
29132  is inserted instead, the star prevents the parentheses around the expression:
29133 \begin_inset Formula 
29134 \[
29135 A+B=C\tag*{something}
29136 \]
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Standard
29144 \begin_inset VSpace bigskip
29145 \end_inset
29146
29147 To restart the formula numbering with new document parts or sections, the
29148  following command is used:
29149 \end_layout
29150
29151 \begin_layout Standard
29152
29153 \series bold
29154
29155 \backslash
29156 @addtoreset{equation}{part}
29157 \series default
29158
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Commands ! 
29164 \begin_inset ERT
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168
29169 "
29170 \end_layout
29171
29172 \end_inset
29173
29174 @
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180 "
29181 \end_layout
29182
29183 \end_inset
29184
29185  ! 
29186 \backslash
29187
29188 \begin_inset ERT
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192
29193 "
29194 \end_layout
29195
29196 \end_inset
29197
29198 @
29199 \begin_inset ERT
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203
29204 "
29205 \end_layout
29206
29207 \end_inset
29208
29209 addtoreset
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Newline newline
29216 \end_inset
29217
29218 resp.
29219 \begin_inset Newline newline
29220 \end_inset
29221
29222
29223 \series bold
29224
29225 \backslash
29226 @addtoreset{equation}{section}
29227 \end_layout
29228
29229 \begin_layout Standard
29230 To be able to use these commands in TeX-mode, the 
29231 \begin_inset Quotes eld
29232 \end_inset
29233
29234 @
29235 \begin_inset Quotes erd
29236 \end_inset
29237
29238  character has to be made 
29239 \begin_inset Quotes eld
29240 \end_inset
29241
29242 active
29243 \begin_inset Quotes erd
29244 \end_inset
29245
29246  for LaTeX using the command 
29247 \series bold
29248
29249 \backslash
29250 makeatletter.
29251
29252 \series default
29253  The command 
29254 \series bold
29255
29256 \backslash
29257 makeatother
29258 \series default
29259  reverts this.
29260  So the command sequence in TeX-mode is:
29261 \end_layout
29262
29263 \begin_layout Standard
29264
29265 \series bold
29266
29267 \backslash
29268 makeatletter
29269 \begin_inset Newline newline
29270 \end_inset
29271
29272
29273 \backslash
29274 @addtoreset{equation}{section}
29275 \begin_inset Newline newline
29276 \end_inset
29277
29278
29279 \backslash
29280 makeatother
29281 \end_layout
29282
29283 \begin_layout Standard
29284 In the LaTeX-preamble 
29285 \series bold
29286
29287 \backslash
29288 makeatletter
29289 \series default
29290  and 
29291 \series bold
29292
29293 \backslash
29294 makeatother
29295 \series default
29296  can be omitted as they are automatically internally inserted by LyX.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 To revert 
29301 \series bold
29302
29303 \backslash
29304 @addtoreset
29305 \series default
29306 , the file 
29307 \series bold
29308 remreset.sty
29309 \series default
29310
29311 \begin_inset Foot
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315
29316 \series bold
29317 remreset
29318 \series default
29319  is part of the LaTeX-package 
29320 \series bold
29321 carlisle
29322 \series default
29323
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Packages ! carlisle
29329 \end_layout
29330
29331 \end_inset
29332
29333  that is part of every LaTeX standard installation.
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \begin_inset Index idx
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Packages ! remreset
29344 \end_layout
29345
29346 \end_inset
29347
29348  has to be loaded in the LaTeX-preamble with the line
29349 \end_layout
29350
29351 \begin_layout Standard
29352
29353 \series bold
29354
29355 \backslash
29356 usepackage{remreset}
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Then the command 
29361 \series bold
29362
29363 \backslash
29364 @removefromreset
29365 \series default
29366
29367 \begin_inset Index idx
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371 Commands ! 
29372 \begin_inset ERT
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376
29377 "
29378 \end_layout
29379
29380 \end_inset
29381
29382 @
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388 "
29389 \end_layout
29390
29391 \end_inset
29392
29393  ! 
29394 \backslash
29395
29396 \begin_inset ERT
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400
29401 "
29402 \end_layout
29403
29404 \end_inset
29405
29406 @
29407 \begin_inset ERT
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411
29412 "
29413 \end_layout
29414
29415 \end_inset
29416
29417 removefromreset
29418 \end_layout
29419
29420 \end_inset
29421
29422  can be used with the same scheme as 
29423 \series bold
29424
29425 \backslash
29426 @addtoreset
29427 \series default
29428 .
29429 \end_layout
29430
29431 \begin_layout Standard
29432 \begin_inset VSpace bigskip
29433 \end_inset
29434
29435 Sometimes formulas should be numbered in the following form:
29436 \end_layout
29437
29438 \begin_layout Standard
29439
29440 \family typewriter
29441 (section number.formula number)
29442 \end_layout
29443
29444 \begin_layout Standard
29445 The formula number should start with every section with 
29446 \begin_inset Quotes eld
29447 \end_inset
29448
29449 1
29450 \begin_inset Quotes erd
29451 \end_inset
29452
29453 .
29454 \end_layout
29455
29456 \begin_layout Standard
29457 For this case there is the command 
29458 \series bold
29459
29460 \backslash
29461 numberwithin
29462 \series default
29463
29464 \begin_inset Index idx
29465 status collapsed
29466
29467 \begin_layout Plain Layout
29468 Commands ! N ! 
29469 \backslash
29470 numberwithin
29471 \end_layout
29472
29473 \end_inset
29474
29475 , which is used with the following scheme:
29476 \end_layout
29477
29478 \begin_layout Standard
29479
29480 \series bold
29481
29482 \backslash
29483 numberwithin{counter}{sectioning}
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Counter denotes what kind of numbering is affected, sectioning denotes what
29488  number is before the dot.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 Thus in our case the following LaTeX-preamble or TeX code line is used:
29493 \end_layout
29494
29495 \begin_layout Standard
29496
29497 \series bold
29498
29499 \backslash
29500 numberwithin{equation}{section}
29501 \end_layout
29502
29503 \begin_layout Standard
29504 This is the result:
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510
29511 \backslash
29512 numberwithin{equation}{section}
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \begin_inset Formula 
29519 \begin{equation}
29520 A+B=C
29521 \end{equation}
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Standard
29529 To number e.
29530 \begin_inset space \thinspace{}
29531 \end_inset
29532
29533 g.
29534 \begin_inset space \space{}
29535 \end_inset
29536
29537 tables so that the number of the part is the sectioning,
29538 \begin_inset Newline newline
29539 \end_inset
29540
29541
29542 \series bold
29543
29544 \backslash
29545 numberwithin{table}{part}
29546 \series default
29547  is used.
29548 \end_layout
29549
29550 \begin_layout Standard
29551 To go back to the standard numbering or to prevent this kind of numbering
29552  when it is defined by the document class, the following command is inserted
29553  as TeX code or to the LaTeX-preamble:
29554 \end_layout
29555
29556 \begin_layout Standard
29557
29558 \series bold
29559
29560 \backslash
29561 renewcommand{
29562 \backslash
29563 theequation}{
29564 \backslash
29565 arabic{equation}}
29566 \begin_inset Index idx
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570 Commands ! A ! 
29571 \backslash
29572 arabic
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \series default
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585
29586 \backslash
29587 renewcommand{
29588 \backslash
29589 theequation}{
29590 \backslash
29591 arabic{equation}}
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \series bold
29598
29599 \begin_inset Newline newline
29600 \end_inset
29601
29602
29603 \series default
29604 or
29605 \series bold
29606
29607 \begin_inset Newline newline
29608 \end_inset
29609
29610
29611 \backslash
29612 renewcommand{
29613 \backslash
29614 thetable}{
29615 \backslash
29616 arabic{table}}
29617 \end_layout
29618
29619 \begin_layout Standard
29620
29621 \series bold
29622
29623 \backslash
29624 numberwithin
29625 \series default
29626  uses internally the command 
29627 \series bold
29628
29629 \backslash
29630 @addtoreset
29631 \series default
29632 , described above, that also needs to be reverted.
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 makeatletter
29641 \end_layout
29642
29643 \begin_layout Plain Layout
29644
29645
29646 \backslash
29647 @removefromreset{equation}{section}
29648 \end_layout
29649
29650 \begin_layout Plain Layout
29651
29652
29653 \backslash
29654 makeatother
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Subsection
29663 Numbering with Roman Numbers and Letters
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Formula numbering ! with letters
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \begin_inset Index idx
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 Formula numbering ! with Roman numbers
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687 Formulas can also be numbered with Roman numbers and Latin letters.
29688  To number for example with small Roman numbers, the command
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 renewcommand{
29697 \backslash
29698 theequation}{
29699 \backslash
29700 roman{equation}}
29701 \end_layout
29702
29703 \begin_layout Standard
29704 is inserted before the formula in TeX-mode.
29705  
29706 \series bold
29707
29708 \backslash
29709 renewcommand
29710 \series default
29711
29712 \begin_inset Index idx
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 Commands ! R ! 
29717 \backslash
29718 renewcommand
29719 \end_layout
29720
29721 \end_inset
29722
29723  redefines the predefined command 
29724 \series bold
29725
29726 \backslash
29727 theequation
29728 \series default
29729  to the command 
29730 \series bold
29731
29732 \backslash
29733 roman{equation}
29734 \series default
29735 .
29736 \begin_inset Foot
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 The command 
29741 \series bold
29742
29743 \backslash
29744 renewcommand
29745 \series default
29746  has the same scheme like the command 
29747 \series bold
29748
29749 \backslash
29750 newcommand
29751 \series default
29752  that is described in 
29753 \begin_inset CommandInset ref
29754 LatexCommand ref
29755 reference "sub:The-Command-newcommand"
29756
29757 \end_inset
29758
29759 .
29760 \end_layout
29761
29762 \end_inset
29763
29764  
29765 \series bold
29766 equation
29767 \series default
29768  is the formula counter.
29769  When the command 
29770 \series bold
29771
29772 \backslash
29773 the
29774 \series default
29775  is used as prefix for a counter, the value of the counter is output as
29776  Arabic number.
29777  When a formula is numbered, LaTeX sets internally the command 
29778 \series bold
29779
29780 \backslash
29781 theequation
29782 \series default
29783  behind the formula.
29784  
29785 \series bold
29786
29787 \backslash
29788 roman{equation}
29789 \begin_inset Index idx
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 Commands ! R ! 
29794 \backslash
29795 roman
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \series default
29802  outputs the counter as small Roman number.
29803 \end_layout
29804
29805 \begin_layout Standard
29806 All formulas behind the command 
29807 \series bold
29808
29809 \backslash
29810 renew
29811 \series default
29812 c
29813 \series bold
29814 ommand
29815 \series default
29816  are now numbered Roman.
29817  To switch to numbering with big Roman numbers, the command is inserted
29818  again, but 
29819 \series bold
29820
29821 \backslash
29822 roman
29823 \series default
29824  is replaced by 
29825 \series bold
29826
29827 \backslash
29828 Roman
29829 \series default
29830
29831 \begin_inset Index idx
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835 Commands ! R ! 
29836 \backslash
29837 roman@
29838 \backslash
29839 Roman
29840 \end_layout
29841
29842 \end_inset
29843
29844 .
29845  To 
29846 \begin_inset Quotes eld
29847 \end_inset
29848
29849 number
29850 \begin_inset Quotes erd
29851 \end_inset
29852
29853  with small Latin letters there is the command 
29854 \series bold
29855
29856 \backslash
29857 alph
29858 \series default
29859
29860 \begin_inset Index idx
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864 Commands ! A ! 
29865 \backslash
29866 alph
29867 \end_layout
29868
29869 \end_inset
29870
29871 , for big ones there is the command 
29872 \series bold
29873
29874 \backslash
29875 Alph
29876 \series default
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Commands ! A ! 
29883 \backslash
29884 alph@
29885 \backslash
29886 Alph
29887 \end_layout
29888
29889 \end_inset
29890
29891 .
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset Note Greyedout
29896 status open
29897
29898 \begin_layout Plain Layout
29899
29900 \series bold
29901 \color none
29902 Note:
29903 \series default
29904  Only maximal 26
29905 \begin_inset space ~
29906 \end_inset
29907
29908 formulas can be numbered with Latin letters in one document.
29909 \end_layout
29910
29911 \end_inset
29912
29913
29914 \end_layout
29915
29916 \begin_layout Standard
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 renewcommand{
29925 \backslash
29926 theequation}{
29927 \backslash
29928 roman{equation}}
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset Formula 
29938 \begin{equation}
29939 A=\textrm{small roman}
29940 \end{equation}
29941
29942 \end_inset
29943
29944
29945 \begin_inset ERT
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950
29951 \backslash
29952 renewcommand{
29953 \backslash
29954 theequation}{
29955 \backslash
29956 Roman{equation}}
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \begin_inset Formula 
29963 \begin{equation}
29964 B=\textrm{big Roman}\label{eq:Rom}
29965 \end{equation}
29966
29967 \end_inset
29968
29969
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975
29976 \backslash
29977 renewcommand{
29978 \backslash
29979 theequation}{
29980 \backslash
29981 alph{equation}}
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \begin_inset Formula 
29988 \begin{equation}
29989 C=\textrm{small Latin}
29990 \end{equation}
29991
29992 \end_inset
29993
29994
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 renewcommand{
30003 \backslash
30004 theequation}{
30005 \backslash
30006 Alph{equation}}
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \begin_inset Formula 
30013 \begin{equation}
30014 D=\textrm{big Latin}\label{eq:Lat}
30015 \end{equation}
30016
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \begin_layout Standard
30023 To switch back to the default numbering, insert the command:
30024 \end_layout
30025
30026 \begin_layout Standard
30027
30028 \series bold
30029
30030 \backslash
30031 renewcommand{
30032 \backslash
30033 theequation}{
30034 \backslash
30035 arabic{equation}}
30036 \begin_inset Index idx
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040 Commands ! A ! 
30041 \backslash
30042 arabic
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Standard
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056
30057 \backslash
30058 renewcommand{
30059 \backslash
30060 theequation}{
30061 \backslash
30062 arabic{equation}}
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \begin_inset Formula 
30069 \begin{equation}
30070 E=\textrm{Arabic}
30071 \end{equation}
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset VSpace medskip
30080 \end_inset
30081
30082 As you see, formulas are numbered serially independent from the numbering
30083  style.
30084  When then numbering should start with 
30085 \begin_inset Quotes eld
30086 \end_inset
30087
30088 1
30089 \begin_inset Quotes erd
30090 \end_inset
30091
30092  when the style is changed, new equation counters have to be defined.
30093  A description about this can be found in the file 
30094 \begin_inset CommandInset href
30095 LatexCommand href
30096 name "Formula-numbering.lyx"
30097 target "run:Formula-numbering.lyx"
30098
30099 \end_inset
30100
30101 .
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \begin_inset Newpage newpage
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Section
30112 Chemical Symbols and Equations
30113 \begin_inset CommandInset label
30114 LatexCommand label
30115 name "sub:Chemical-Symbols-and"
30116
30117 \end_inset
30118
30119
30120 \begin_inset Index idx
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 Chemical characters ! Symbols
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset Index idx
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 Chemical equations
30135 \end_layout
30136
30137 \end_inset
30138
30139
30140 \begin_inset Index idx
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144 Symbols ! chemical
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 An example text from chemistry:
30154 \end_layout
30155
30156 \begin_layout Quote
30157 The 
30158 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30159 \end_inset
30160
30161 -ion reacts with two 
30162 \begin_inset Formula $\mathrm{Na^{+}}$
30163 \end_inset
30164
30165 -ions to sodium sulfate 
30166 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30167 \end_inset
30168
30169 .
30170  The chemical equation for this is:
30171 \begin_inset Formula 
30172 \begin{equation}
30173 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30174 \end{equation}
30175
30176 \end_inset
30177
30178
30179 \end_layout
30180
30181 \begin_layout Standard
30182 This chemical equation can directly be created as formula.
30183  To avoid that the symbols appear italic, everything is highlighted and
30184  changed by the shortcut 
30185 \begin_inset Info
30186 type  "shortcut"
30187 arg   "font-roman"
30188 \end_inset
30189
30190  to the upright font style.
30191 \begin_inset Foot
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 font styles
30196 \series bold
30197  
30198 \series default
30199 see 
30200 \begin_inset CommandInset ref
30201 LatexCommand ref
30202 reference "sub:Font-Styles"
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \end_inset
30210
30211
30212 \end_layout
30213
30214 \begin_layout Standard
30215 A more convenient way to typeset chemical formulas is to use the command
30216  
30217 \series bold
30218
30219 \backslash
30220 ce
30221 \series default
30222
30223 \begin_inset Index idx
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Commands ! C ! 
30228 \backslash
30229 ce
30230 \end_layout
30231
30232 \end_inset
30233
30234  that is available when the LaTeX-package 
30235 \series bold
30236 mhchem
30237 \series default
30238
30239 \begin_inset Index idx
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243 Packages ! mhchem
30244 \end_layout
30245
30246 \end_inset
30247
30248  is installed.
30249  After inserting 
30250 \series bold
30251
30252 \backslash
30253 ce
30254 \series default
30255  to a formula a new blue box appears where chemical formulas can be inserted
30256  in an intuitive way.
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \align center
30261 \begin_inset Tabular
30262 <lyxtabular version="3" rows="9" columns="2">
30263 <features rotate="0" tabularvalignment="middle">
30264 <column alignment="center" valignment="top">
30265 <column alignment="center" valignment="top">
30266 <row>
30267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30268 \begin_inset Text
30269
30270 \begin_layout Plain Layout
30271 Command
30272 \end_layout
30273
30274 \end_inset
30275 </cell>
30276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30277 \begin_inset Text
30278
30279 \begin_layout Plain Layout
30280 Result
30281 \begin_inset Note Note
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285
30286 \series bold
30287
30288 \backslash
30289 raisebox
30290 \series default
30291  is only used as spacer.
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \end_inset
30300 </cell>
30301 </row>
30302 <row>
30303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30304 \begin_inset Text
30305
30306 \begin_layout Plain Layout
30307
30308 \backslash
30309 ce
30310 \begin_inset space \textvisiblespace{}
30311 \end_inset
30312
30313 H2CO3
30314 \end_layout
30315
30316 \end_inset
30317 </cell>
30318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30319 \begin_inset Text
30320
30321 \begin_layout Plain Layout
30322 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \end_inset
30329 </cell>
30330 </row>
30331 <row>
30332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30333 \begin_inset Text
30334
30335 \begin_layout Plain Layout
30336
30337 \backslash
30338 ce
30339 \begin_inset space \textvisiblespace{}
30340 \end_inset
30341
30342 SO4^2-
30343 \end_layout
30344
30345 \end_inset
30346 </cell>
30347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30348 \begin_inset Text
30349
30350 \begin_layout Plain Layout
30351 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30352 \end_inset
30353
30354
30355 \end_layout
30356
30357 \end_inset
30358 </cell>
30359 </row>
30360 <row>
30361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30362 \begin_inset Text
30363
30364 \begin_layout Plain Layout
30365
30366 \backslash
30367 ce
30368 \begin_inset space \textvisiblespace{}
30369 \end_inset
30370
30371 (NH4)2S
30372 \end_layout
30373
30374 \end_inset
30375 </cell>
30376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30377 \begin_inset Text
30378
30379 \begin_layout Plain Layout
30380 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30381 \end_inset
30382
30383
30384 \end_layout
30385
30386 \end_inset
30387 </cell>
30388 </row>
30389 <row>
30390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30391 \begin_inset Text
30392
30393 \begin_layout Plain Layout
30394
30395 \backslash
30396 ce
30397 \begin_inset space \textvisiblespace{}
30398 \end_inset
30399
30400 KCr(SO4)2.12H2O
30401 \end_layout
30402
30403 \end_inset
30404 </cell>
30405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30406 \begin_inset Text
30407
30408 \begin_layout Plain Layout
30409 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \end_inset
30416 </cell>
30417 </row>
30418 <row>
30419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30420 \begin_inset Text
30421
30422 \begin_layout Plain Layout
30423
30424 \backslash
30425 ce
30426 \begin_inset space \textvisiblespace{}
30427 \end_inset
30428
30429 A-B
30430 \backslash
30431 dbond
30432 \begin_inset space \textvisiblespace{}
30433 \end_inset
30434
30435 C
30436 \backslash
30437 tbond
30438 \begin_inset space \textvisiblespace{}
30439 \end_inset
30440
30441 D
30442 \end_layout
30443
30444 \end_inset
30445 </cell>
30446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30447 \begin_inset Text
30448
30449 \begin_layout Plain Layout
30450 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \end_inset
30457 </cell>
30458 </row>
30459 <row>
30460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30461 \begin_inset Text
30462
30463 \begin_layout Plain Layout
30464
30465 \backslash
30466 ce
30467 \begin_inset space \textvisiblespace{}
30468 \end_inset
30469
30470 ^227
30471 \begin_inset Formula $\downarrow$
30472 \end_inset
30473
30474 _90
30475 \begin_inset Formula $\to$
30476 \end_inset
30477
30478 Th+
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \end_inset
30494 </cell>
30495 </row>
30496 <row>
30497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30498 \begin_inset Text
30499
30500 \begin_layout Plain Layout
30501
30502 \backslash
30503 ce
30504 \begin_inset space \textvisiblespace{}
30505 \end_inset
30506
30507 CO2
30508 \begin_inset space \textvisiblespace{}
30509 \end_inset
30510
30511 +
30512 \begin_inset space \textvisiblespace{}
30513 \end_inset
30514
30515 C
30516 \begin_inset space \textvisiblespace{}
30517 \end_inset
30518
30519 <=>
30520 \begin_inset space \textvisiblespace{}
30521 \end_inset
30522
30523 2CO
30524 \end_layout
30525
30526 \end_inset
30527 </cell>
30528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Plain Layout
30532 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 </row>
30541 <row>
30542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30543 \begin_inset Text
30544
30545 \begin_layout Plain Layout
30546
30547 \backslash
30548 ce
30549 \begin_inset space \textvisiblespace{}
30550 \end_inset
30551
30552 CO2
30553 \begin_inset space \textvisiblespace{}
30554 \end_inset
30555
30556 +
30557 \begin_inset space \textvisiblespace{}
30558 \end_inset
30559
30560 C
30561 \begin_inset space \textvisiblespace{}
30562 \end_inset
30563
30564 ->[
30565 \backslash
30566 alpha][
30567 \backslash
30568 beta]
30569 \begin_inset space \textvisiblespace{}
30570 \end_inset
30571
30572 2CO}
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30578 \begin_inset Text
30579
30580 \begin_layout Plain Layout
30581 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \end_inset
30588 </cell>
30589 </row>
30590 </lyxtabular>
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset Note Greyedout
30599 status open
30600
30601 \begin_layout Plain Layout
30602
30603 \series bold
30604 \color none
30605 Note:
30606 \series default
30607  Inserting a formula to a 
30608 \series bold
30609
30610 \backslash
30611 ce
30612 \series default
30613  box will lead to LaTeX errors due to a LyX bug.
30614 \color inherit
30615
30616 \begin_inset Foot
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 \begin_inset CommandInset href
30621 LatexCommand href
30622 name "LyX-bug #8566"
30623 target "http://www.lyx.org/trac/ticket/8566"
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \color none
30634  In this case TeX code has to be used like for 
30635 \series bold
30636
30637 \backslash
30638 ce{$
30639 \backslash
30640 mu
30641 \backslash
30642 hyphen$Cl}
30643 \series default
30644
30645 \begin_inset ERT
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650
30651 \backslash
30652 ce{$
30653 \backslash
30654 mu
30655 \backslash
30656 hyphen$Cl}
30657 \end_layout
30658
30659 \end_inset
30660
30661  
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \begin_layout Standard
30670 \begin_inset Note Greyedout
30671 status open
30672
30673 \begin_layout Plain Layout
30674
30675 \series bold
30676 \color none
30677 Note:
30678 \series default
30679  It is not possible in LyX to use the character ^ to get an up-arrow as
30680  described in the 
30681 \series bold
30682 mhchem
30683 \series default
30684  manual.
30685  One instead uses a negative thin space followed by the command 
30686 \series bold
30687
30688 \backslash
30689 uparrow
30690 \series default
30691
30692 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Standard
30704 Using 
30705 \series bold
30706
30707 \backslash
30708 ce
30709 \series default
30710  the command for equation
30711 \begin_inset space ~
30712 \end_inset
30713
30714
30715 \begin_inset CommandInset ref
30716 LatexCommand eqref
30717 reference "eq:chem-reaction"
30718
30719 \end_inset
30720
30721  is:
30722 \begin_inset Newline newline
30723 \end_inset
30724
30725
30726 \series bold
30727  
30728 \backslash
30729 ce
30730 \begin_inset space \textvisiblespace{}
30731 \end_inset
30732
30733 2Na+
30734 \begin_inset space \textvisiblespace{}
30735 \end_inset
30736
30737 +
30738 \begin_inset space \textvisiblespace{}
30739 \end_inset
30740
30741 SO4^2-
30742 \begin_inset space \textvisiblespace{}
30743 \end_inset
30744
30745
30746 \begin_inset space \textvisiblespace{}
30747 \end_inset
30748
30749 ->
30750 \begin_inset space \textvisiblespace{}
30751 \end_inset
30752
30753 Na2SO4
30754 \end_layout
30755
30756 \begin_layout Standard
30757 To create multiline chemical equations first a multiline formula is created
30758  as described in 
30759 \begin_inset CommandInset ref
30760 LatexCommand ref
30761 reference "sec:Multiline-Formulas"
30762
30763 \end_inset
30764
30765 .
30766  Afterwards the command 
30767 \series bold
30768
30769 \backslash
30770 ce
30771 \series default
30772  is used in every small blue box of the formula.
30773  
30774 \begin_inset CommandInset ref
30775 LatexCommand eqref
30776 reference "eq:TEOS-reaction-1"
30777
30778 \end_inset
30779
30780  and 
30781 \begin_inset CommandInset ref
30782 LatexCommand eqref
30783 reference "eq:TEOS-reaction-2"
30784
30785 \end_inset
30786
30787  are an example of a multi-stage chemical reaction where every equation
30788  has its own number.
30789 \begin_inset Formula 
30790 \begin{eqnarray}
30791 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30792 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30793 \end{eqnarray}
30794
30795 \end_inset
30796
30797
30798 \end_layout
30799
30800 \begin_layout Standard
30801 Besides 
30802 \series bold
30803
30804 \backslash
30805 ce
30806 \series default
30807  the 
30808 \series bold
30809 mhchem
30810 \series default
30811  package provides the command 
30812 \series bold
30813
30814 \backslash
30815 cf
30816 \series default
30817
30818 \begin_inset Index idx
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 Commands ! C ! 
30823 \backslash
30824 cf
30825 \end_layout
30826
30827 \end_inset
30828
30829  that has to be used for special cases.
30830  For more information about 
30831 \series bold
30832
30833 \backslash
30834 cf
30835 \series default
30836  and more examples have a look at the documentation of 
30837 \series bold
30838 mhchem
30839 \series default
30840
30841 \begin_inset CommandInset citation
30842 LatexCommand cite
30843 key "mhchem"
30844
30845 \end_inset
30846
30847 .
30848 \end_layout
30849
30850 \begin_layout Section
30851 Diagrams
30852 \end_layout
30853
30854 \begin_layout Standard
30855 LyX supports two types of commutative diagrams: 
30856 \series bold
30857 amscd
30858 \series default
30859  and 
30860 \series bold
30861 xymatrix
30862 \series default
30863  that are explained in the following.
30864 \end_layout
30865
30866 \begin_layout Subsection
30867 Amscd Diagrams
30868 \begin_inset Index idx
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872 Diagrams ! amscd
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \end_layout
30879
30880 \begin_layout Standard
30881 Diagrams of this type visualize relations by vertical and horizontal lines
30882  or arrows:
30883 \begin_inset Formula 
30884 \[
30885 \begin{CD}A@>>>B@>>>C\\
30886 @AAA@.@VVV\\
30887 F@<<<E@<<<D
30888 \end{CD}
30889 \]
30890
30891 \end_inset
30892
30893
30894 \end_layout
30895
30896 \begin_layout Standard
30897 To get them, the command 
30898 \series bold
30899
30900 \backslash
30901 CD
30902 \begin_inset Index idx
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Commands ! C ! 
30907 \backslash
30908 CD
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \series default
30915  is inserted to a formula.
30916  A blue box appears with two dashed lines where further commands can be
30917  inserted.
30918  With 
30919 \begin_inset Info
30920 type  "shortcut"
30921 arg   "newline-insert newline"
30922 \end_inset
30923
30924  a new line is created.
30925  Horizontal relations are inserted in odd, vertical in even formula lines.
30926 \end_layout
30927
30928 \begin_layout Standard
30929 To create the relations there are the following commands:
30930 \end_layout
30931
30932 \begin_layout Itemize
30933
30934 \series bold
30935 @<<<
30936 \series default
30937  creates a left arrow, 
30938 \series bold
30939 @>>>
30940 \series default
30941  a right arrow and 
30942 \series bold
30943 @=
30944 \series default
30945  a long equal sign
30946 \end_layout
30947
30948 \begin_layout Itemize
30949
30950 \series bold
30951 @AAA
30952 \series default
30953  creates an up arrow, 
30954 \series bold
30955 @VVV
30956 \series default
30957  a down arrow and 
30958 \series bold
30959 @|
30960 \series default
30961  a vertical equal sign
30962 \end_layout
30963
30964 \begin_layout Itemize
30965
30966 \series bold
30967 @.
30968
30969 \series default
30970  is a placeholder for non-existent relations
30971 \end_layout
30972
30973 \begin_layout Standard
30974 All arrows can be labeled as follows:
30975 \end_layout
30976
30977 \begin_layout Itemize
30978 If text inserted between the first and second < or >, resp., it is placed
30979  above the arrow.
30980  When it is inserted between the second and third one, it appears under
30981  the arrow.
30982 \end_layout
30983
30984 \begin_layout Itemize
30985 When text for vertical arrows is inserted between the first and second A
30986  or V, resp., it is placed left beside the arrow.
30987  When it is inserted between the second and third one, it appears right
30988  beside the arrow.
30989  If the text contains an A or V, these letters must be set into a TeX-brace.
30990 \end_layout
30991
30992 \begin_layout Standard
30993 As example a diagram with all possible relations:
30994 \end_layout
30995
30996 \begin_layout Standard
30997 \begin_inset Formula 
30998 \[
30999 \begin{CD}A@>j>>B@>>k>C@=F\\
31000 @AmAA@.@VV{V}V@|\\
31001 D@<<j<E@>k>>F@=C
31002 \end{CD}
31003 \]
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Standard
31011 The command for this is:
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \series bold
31017
31018 \backslash
31019 CD
31020 \begin_inset space \textvisiblespace{}
31021 \end_inset
31022
31023 A@>j>>B@>>k>C@=F Ctrl+Return
31024 \begin_inset Newline newline
31025 \end_inset
31026
31027
31028 \begin_inset Phantom HPhantom
31029 status open
31030
31031 \begin_layout Plain Layout
31032
31033 \series bold
31034
31035 \backslash
31036 CD
31037 \begin_inset space \textvisiblespace{}
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \end_inset
31044
31045 @AmAA@.@VV
31046 \backslash
31047 {V
31048 \series default
31049
31050 \begin_inset Formula $\to$
31051 \end_inset
31052
31053
31054 \series bold
31055 V@| 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 D@<<j<E@>k>>F@=C
31078 \end_layout
31079
31080 \begin_layout Subsection
31081 Xymatrix Diagrams
31082 \begin_inset Index idx
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 Diagrams ! xymatrix
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \end_layout
31093
31094 \begin_layout Standard
31095 To be able to use xymatrices, the LaTeX-package 
31096 \series bold
31097 xypic
31098 \series default
31099  must be installed.
31100  A xymatrix is created by inserting the command 
31101 \series bold
31102
31103 \backslash
31104 xymatrix
31105 \series default
31106  in a formula.
31107  Then you are able to add new matrix columns and rows like for normal matrices,
31108  see 
31109 \begin_inset CommandInset ref
31110 LatexCommand ref
31111 reference "sec:Matrices"
31112
31113 \end_inset
31114
31115 .
31116 \end_layout
31117
31118 \begin_layout Standard
31119 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31120  and much more.
31121  All possibilities to create commutative diagrams and decorations are explained
31122  in detail in the 
31123 \emph on
31124 XY-pic manual
31125 \emph default
31126  that you find in the menu 
31127 \family sans
31128 Help\SpecialChar \menuseparator
31129 Specific
31130 \begin_inset space ~
31131 \end_inset
31132
31133 Manuals
31134 \family default
31135 .
31136 \end_layout
31137
31138 \begin_layout Subsection
31139
31140 \noun on
31141 Feynman
31142 \noun default
31143  Diagrams
31144 \begin_inset Index idx
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148 Diagrams ! Feynman
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \end_layout
31155
31156 \begin_layout Standard
31157 To be able to use 
31158 \noun on
31159 Feynman
31160 \noun default
31161 -diagrams, the LaTeX-package 
31162 \series bold
31163 feyn
31164 \series default
31165  must be installed.
31166  A 
31167 \noun on
31168 Feynman
31169 \noun default
31170 -diagram is created by inserting the command 
31171 \series bold
31172
31173 \backslash
31174 Diagram
31175 \series default
31176  in a formula.
31177  Then you are able to add new matrix columns and rows like for normal matrices,
31178  see 
31179 \begin_inset CommandInset ref
31180 LatexCommand ref
31181 reference "sec:Matrices"
31182
31183 \end_inset
31184
31185 .
31186 \end_layout
31187
31188 \begin_layout Standard
31189 Examples how to create 
31190 \noun on
31191 Feynman-
31192 \noun default
31193 diagrams in LyX is given in the 
31194 \emph on
31195 Feynman-diagram manual
31196 \emph default
31197  that you find in the menu 
31198 \family sans
31199 Help\SpecialChar \menuseparator
31200 Specific
31201 \begin_inset space ~
31202 \end_inset
31203
31204 Manuals
31205 \family default
31206 .
31207 \end_layout
31208
31209 \begin_layout Standard
31210 \begin_inset Newpage newpage
31211 \end_inset
31212
31213
31214 \end_layout
31215
31216 \begin_layout Section
31217 User-defined Commands
31218 \begin_inset Index idx
31219 status collapsed
31220
31221 \begin_layout Plain Layout
31222 User-defined commands
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Standard
31231 \begin_inset Note Greyedout
31232 status open
31233
31234 \begin_layout Plain Layout
31235
31236 \series bold
31237 Note:
31238 \series default
31239  The names of user-defined commands and macros may only consist of Latin
31240  letters.
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \begin_layout Subsection
31249 The Command 
31250 \backslash
31251 newcommand
31252 \begin_inset CommandInset label
31253 LatexCommand label
31254 name "sub:The-Command-newcommand"
31255
31256 \end_inset
31257
31258
31259 \begin_inset Index idx
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263 User-defined commands ! 
31264 \backslash
31265 newcommand
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \begin_inset Index idx
31272 status collapsed
31273
31274 \begin_layout Plain Layout
31275 Commands ! N ! 
31276 \backslash
31277 newcommand
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \end_layout
31284
31285 \begin_layout Standard
31286 Many LaTeX-commands are too long to be used frequently.
31287  But it is possible to define with the command 
31288 \series bold
31289
31290 \backslash
31291 newcommand
31292 \series default
31293  new shorter commands.
31294 \end_layout
31295
31296 \begin_layout Standard
31297 The command scheme of 
31298 \series bold
31299
31300 \backslash
31301 newcommand
31302 \series default
31303  is:
31304 \end_layout
31305
31306 \begin_layout Standard
31307
31308 \series bold
31309
31310 \backslash
31311 newcommand{new command name}[number of arguments][optional
31312 \series default
31313  
31314 \series bold
31315 value]
31316 \begin_inset Newline newline
31317 \end_inset
31318
31319
31320 \begin_inset Phantom HPhantom
31321 status open
31322
31323 \begin_layout Plain Layout
31324
31325 \series bold
31326
31327 \backslash
31328 newcommand
31329 \end_layout
31330
31331 \end_inset
31332
31333 {command definition}
31334 \end_layout
31335
31336 \begin_layout Standard
31337 \begin_inset Note Greyedout
31338 status open
31339
31340 \begin_layout Plain Layout
31341
31342 \series bold
31343 Note:
31344 \series default
31345  Assure that the name of the new command is not already used in your document
31346  or by LaTeX-packages that you use.
31347  When you for example define the command 
31348 \series bold
31349
31350 \backslash
31351 le
31352 \series default
31353  for 
31354 \series bold
31355
31356 \backslash
31357 Leftarrow
31358 \series default
31359 , you get an error message because 
31360 \series bold
31361
31362 \backslash
31363 le
31364 \series default
31365  is already defined as command for 
31366 \begin_inset Quotes eld
31367 \end_inset
31368
31369
31370 \begin_inset Formula $\le$
31371 \end_inset
31372
31373
31374 \begin_inset Quotes erd
31375 \end_inset
31376
31377 .
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \end_layout
31384
31385 \begin_layout Standard
31386 The number of arguments is an integer in the range 0
31387 \begin_inset space \thinspace{}
31388 \end_inset
31389
31390 -
31391 \begin_inset space \thinspace{}
31392 \end_inset
31393
31394 9 and specifies how many arguments the new command should have.
31395  With the optional value a value for an optional argument can be predefined.
31396  When this is done, the 
31397 \emph on
31398 first
31399 \emph default
31400  
31401 \emph on
31402 a
31403 \emph default
31404 rgument of the new command is automatically an optional one.
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Here are some examples:
31409 \end_layout
31410
31411 \begin_layout Itemize
31412 To define the command 
31413 \series bold
31414
31415 \backslash
31416 gr
31417 \series default
31418  for 
31419 \series bold
31420
31421 \backslash
31422 Longrightarrow
31423 \series default
31424 , the LaTeX-preamble line is:
31425 \begin_inset VSpace medskip
31426 \end_inset
31427
31428
31429 \begin_inset Newline newline
31430 \end_inset
31431
31432
31433 \series bold
31434
31435 \backslash
31436 newcommand{
31437 \backslash
31438 gr}{
31439 \backslash
31440 Longrightarrow}
31441 \end_layout
31442
31443 \begin_layout Itemize
31444 To define the command 
31445 \series bold
31446
31447 \backslash
31448 us
31449 \series default
31450  for 
31451 \series bold
31452
31453 \backslash
31454 underline
31455 \series default
31456 , the argument (that should be underlined) must be taken into account.
31457  For this the preamble line is:
31458 \begin_inset VSpace medskip
31459 \end_inset
31460
31461
31462 \begin_inset Newline newline
31463 \end_inset
31464
31465
31466 \series bold
31467
31468 \backslash
31469 newcommand{
31470 \backslash
31471 us}[1]{
31472 \backslash
31473 underline{#1}}
31474 \series default
31475
31476 \begin_inset VSpace medskip
31477 \end_inset
31478
31479
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483 The character 
31484 \series bold
31485 #
31486 \series default
31487  acts as argument placeholder, the 
31488 \series bold
31489 1
31490 \series default
31491  behind it denotes that it is the placeholder for the first argument.
31492 \end_layout
31493
31494 \begin_layout Itemize
31495 For 
31496 \series bold
31497
31498 \backslash
31499 framebox
31500 \series default
31501  one can e.
31502 \begin_inset space \thinspace{}
31503 \end_inset
31504
31505 g.
31506 \begin_inset space \space{}
31507 \end_inset
31508
31509 define the command 
31510 \series bold
31511
31512 \backslash
31513 fb
31514 \series default
31515 :
31516 \begin_inset VSpace medskip
31517 \end_inset
31518
31519
31520 \begin_inset Newline newline
31521 \end_inset
31522
31523
31524 \series bold
31525
31526 \backslash
31527 newcommand{
31528 \backslash
31529 fb}[3]{
31530 \backslash
31531 framebox#1#2{$#3$}}
31532 \series default
31533
31534 \begin_inset VSpace medskip
31535 \end_inset
31536
31537
31538 \begin_inset Newline newline
31539 \end_inset
31540
31541 The two Dollar signs creates the extra formula needed for 
31542 \series bold
31543
31544 \backslash
31545 framebox
31546 \series default
31547 , see 
31548 \begin_inset CommandInset ref
31549 LatexCommand ref
31550 reference "sub:Boxes-with-Frame"
31551
31552 \end_inset
31553
31554 .
31555 \end_layout
31556
31557 \begin_layout Itemize
31558 To create a new command for 
31559 \series bold
31560
31561 \backslash
31562 fcolorbox
31563 \series default
31564  where the color for the box need not be specified, the argument for the
31565  color is defined optional:
31566 \begin_inset VSpace medskip
31567 \end_inset
31568
31569
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573
31574 \series bold
31575
31576 \backslash
31577 newcommand{
31578 \backslash
31579 cb}[3][white]{
31580 \backslash
31581 fcolorbox{#2}{#1}{$#3$}}
31582 \series default
31583
31584 \begin_inset VSpace medskip
31585 \end_inset
31586
31587
31588 \begin_inset Newline newline
31589 \end_inset
31590
31591 When the color is not specified when using 
31592 \series bold
31593
31594 \backslash
31595 cb
31596 \series default
31597 , the predefined color 
31598 \series bold
31599 white
31600 \series default
31601  will be used.
31602 \end_layout
31603
31604 \begin_layout Standard
31605 A test of the new defined commands:
31606 \end_layout
31607
31608 \begin_layout Standard
31609 \align center
31610 \begin_inset Tabular
31611 <lyxtabular version="3" rows="6" columns="2">
31612 <features rotate="0" tabularvalignment="middle">
31613 <column alignment="center" valignment="top">
31614 <column alignment="center" valignment="top">
31615 <row>
31616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31617 \begin_inset Text
31618
31619 \begin_layout Plain Layout
31620 Command
31621 \end_layout
31622
31623 \end_inset
31624 </cell>
31625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31626 \begin_inset Text
31627
31628 \begin_layout Plain Layout
31629 Result
31630 \begin_inset Note Note
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635 \series bold
31636
31637 \backslash
31638 raisebox
31639 \series default
31640  is only used as spacer.
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 </row>
31651 <row>
31652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31653 \begin_inset Text
31654
31655 \begin_layout Plain Layout
31656 A
31657 \backslash
31658 gr
31659 \begin_inset space \textvisiblespace{}
31660 \end_inset
31661
31662 B
31663 \end_layout
31664
31665 \end_inset
31666 </cell>
31667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671 \begin_inset Formula $A\gr B$
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \end_inset
31678 </cell>
31679 </row>
31680 <row>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685
31686 \backslash
31687 us{ABcd
31688 \end_layout
31689
31690 \end_inset
31691 </cell>
31692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \end_inset
31703 </cell>
31704 </row>
31705 <row>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710
31711 \backslash
31712 fb{[2cm]
31713 \begin_inset Formula $\to$
31714 \end_inset
31715
31716
31717 \backslash
31718 {
31719 \begin_inset Formula $\to$
31720 \end_inset
31721
31722
31723 \backslash
31724 {
31725 \backslash
31726 int
31727 \begin_inset space \textvisiblespace{}
31728 \end_inset
31729
31730 A=B
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 </row>
31748 <row>
31749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Plain Layout
31753
31754 \backslash
31755 cb{red
31756 \begin_inset Formula $\to$
31757 \end_inset
31758
31759
31760 \backslash
31761 {
31762 \backslash
31763 int
31764 \begin_inset space \textvisiblespace{}
31765 \end_inset
31766
31767 A=B
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 </row>
31785 <row>
31786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790
31791 \backslash
31792 cb[green]
31793 \backslash
31794 {red
31795 \begin_inset Formula $\to$
31796 \end_inset
31797
31798
31799 \backslash
31800 {
31801 \backslash
31802 int
31803 \begin_inset space \textvisiblespace{}
31804 \end_inset
31805
31806 A=B
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 </row>
31824 </lyxtabular>
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Subsection
31832 Math Macros
31833 \begin_inset Index idx
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 User-defined commands! Math macros
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \begin_inset Index idx
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 Macros
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Standard
31856 User-defined commands are especially convenient for complex expressions.
31857  When you are for example dealing with a document that has quadratic equations,
31858  the same solution type occurs several times.
31859  The general form of a quadratic equation is
31860 \begin_inset Formula 
31861 \[
31862 0=\lambda^{2}+p\lambda+q
31863 \]
31864
31865 \end_inset
31866
31867 The general form of the solution is
31868 \begin_inset Formula 
31869 \[
31870 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31871 \]
31872
31873 \end_inset
31874
31875
31876 \end_layout
31877
31878 \begin_layout Standard
31879 To define a command for the solution formula where only the three parameters
31880  
31881 \begin_inset Formula $\lambda$
31882 \end_inset
31883
31884
31885 \begin_inset Formula $p$
31886 \end_inset
31887
31888  and 
31889 \begin_inset Formula $q$
31890 \end_inset
31891
31892  need to be specified and the index of 
31893 \begin_inset Formula $\lambda$
31894 \end_inset
31895
31896  can be given optionally, the LaTeX-preamble line is
31897 \begin_inset Newline newline
31898 \end_inset
31899
31900
31901 \series bold
31902
31903 \backslash
31904 newcommand{
31905 \backslash
31906 qG}[4][1,
31907 \backslash
31908 ,2]{#2_{#1}=-
31909 \backslash
31910 frac{#3}{2}
31911 \backslash
31912 pm
31913 \begin_inset Newline newline
31914 \end_inset
31915
31916
31917 \begin_inset Phantom HPhantom
31918 status open
31919
31920 \begin_layout Plain Layout
31921
31922 \series bold
31923
31924 \backslash
31925 newcommand
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \backslash
31932 sqrt{
31933 \backslash
31934 frac{#3^{2}}{4}-#4}}
31935 \end_layout
31936
31937 \begin_layout Standard
31938 To create with this the solution formula, the command
31939 \begin_inset Newline newline
31940 \end_inset
31941
31942
31943 \series bold
31944
31945 \backslash
31946 qG{
31947 \backslash
31948 lambda
31949 \begin_inset Formula $\to$
31950 \end_inset
31951
31952
31953 \backslash
31954 {p
31955 \begin_inset Formula $\to$
31956 \end_inset
31957
31958
31959 \backslash
31960 {q
31961 \series default
31962  is inserted to a formula
31963 \series bold
31964 .
31965 \end_layout
31966
31967 \begin_layout Standard
31968 The definition of the new command is unintuitive because one has to know
31969  the schemes of all used LaTeX commands, e.
31970 \begin_inset space \thinspace{}
31971 \end_inset
31972
31973 g.
31974 \begin_inset space \space{}
31975 \end_inset
31976
31977 that a fraction is inserted in LaTeX as 
31978 \series bold
31979
31980 \backslash
31981 frac{numerator}{denominator}
31982 \series default
31983 .
31984  Furthermore one can easily forget a brace in the definition and cannot
31985  see in LyX what the new command is doing.
31986  To avoid these problems LyX offers the possibility to use math macros instead
31987  of the command 
31988 \series bold
31989
31990 \backslash
31991 newcommand
31992 \series default
31993 .
31994 \end_layout
31995
31996 \begin_layout Standard
31997 A math macro is created by using the menu 
31998 \family sans
31999 Insert\SpecialChar \menuseparator
32000 Math\SpecialChar \menuseparator
32001 Macro
32002 \family default
32003  or the toolbar button 
32004 \begin_inset Graphics
32005         filename ../images/math-macro_newmacroname_newcommand.png
32006         scale 85
32007
32008 \end_inset
32009
32010 .
32011  The math macro toolbar appears together with the following box where the
32012  macro is defined:
32013 \begin_inset Newline newline
32014 \end_inset
32015
32016
32017 \begin_inset space \hspace*{\fill}
32018 \end_inset
32019
32020
32021 \begin_inset Graphics
32022         filename clipart/macrobox.png
32023
32024 \end_inset
32025
32026
32027 \begin_inset space \hspace*{\fill}
32028 \end_inset
32029
32030
32031 \begin_inset Newline newline
32032 \end_inset
32033
32034
32035 \begin_inset FormulaMacro
32036 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32037 \end_inset
32038
32039
32040 \backslash
32041 newmacroname is the default name of the macro that should be changed to
32042  something sensible.
32043  The wanted formula is inserted in the first blue box.
32044  An argument placeholder is inserted with the command 
32045 \series bold
32046
32047 \backslash
32048 #argumentnumber
32049 \series default
32050 , e.
32051 \begin_inset space \thinspace{}
32052 \end_inset
32053
32054 g
32055 \begin_inset space \space{}
32056 \end_inset
32057
32058
32059 \series bold
32060
32061 \backslash
32062 #1
32063 \series default
32064  or by using the macro toolbar button 
32065 \begin_inset Graphics
32066         filename ../images/math-macro-add-param.png
32067         scale 85
32068
32069 \end_inset
32070
32071 .
32072  Argument placeholders are displayed red.
32073  A maximum of 9
32074 \begin_inset space ~
32075 \end_inset
32076
32077 arguments are possible.
32078  Optional arguments are created with the toolbar button 
32079 \begin_inset Graphics
32080         filename ../images/math-macro-add-optional-param.png
32081         scale 85
32082
32083 \end_inset
32084
32085 .
32086  The first non-optional argument can be transformed to an optional one with
32087  the toolbar button 
32088 \begin_inset Graphics
32089         filename ../images/math-macro-make-optional.png
32090         scale 85
32091
32092 \end_inset
32093
32094 .
32095  In the second blue box the appearance of the macro in LyX can be defined.
32096  Normally you want to see it as it is defined, so the box is kept empty.
32097  But when you have created a macro that needs lot of space on the screen,
32098  you can insert in the box for example
32099 \begin_inset Newline newline
32100 \end_inset
32101
32102
32103 \series bold
32104 qG: 
32105 \backslash
32106 #1
32107 \series default
32108  
32109 \series bold
32110 ,
32111 \series default
32112  
32113 \series bold
32114
32115 \backslash
32116 #2
32117 \series default
32118  
32119 \series bold
32120 ,
32121 \series default
32122  
32123 \series bold
32124
32125 \backslash
32126 #3, 
32127 \backslash
32128 #4
32129 \begin_inset Newline newline
32130 \end_inset
32131
32132
32133 \series default
32134 For the macro only the arguments with the macro name in front of them will
32135  then be displayed in LyX, leading to a better overview.
32136  The formula appears in the output as defined in the first box.
32137 \begin_inset Newline newline
32138 \end_inset
32139
32140 The appearance of macros in formulas can furthermore be changed for single
32141  macros by setting the cursor in the macro and using the menu 
32142 \family sans
32143 View\SpecialChar \menuseparator
32144 (Un)fold
32145 \begin_inset space ~
32146 \end_inset
32147
32148 Math
32149 \begin_inset space ~
32150 \end_inset
32151
32152 Macro
32153 \family default
32154 .
32155 \end_layout
32156
32157 \begin_layout Standard
32158 To use a macro, the macro name is inserted as command to a formula, in our
32159  case 
32160 \series bold
32161
32162 \backslash
32163 qG
32164 \series default
32165 .
32166  Our macro looks in LyX like this:
32167 \begin_inset Newline newline
32168 \end_inset
32169
32170
32171 \begin_inset space \hspace*{\fill}
32172 \end_inset
32173
32174
32175 \begin_inset Graphics
32176         filename clipart/macrouse.png
32177
32178 \end_inset
32179
32180
32181 \begin_inset space \hspace*{\fill}
32182 \end_inset
32183
32184
32185 \begin_inset Newline newline
32186 \end_inset
32187
32188 Here is our macro example with the arguments 
32189 \begin_inset Formula $x$
32190 \end_inset
32191
32192
32193 \begin_inset Formula $\ln(x)$
32194 \end_inset
32195
32196  and 
32197 \begin_inset Formula $B$
32198 \end_inset
32199
32200 :
32201 \end_layout
32202
32203 \begin_layout Standard
32204 \begin_inset Formula 
32205 \[
32206 \qG x{\ln(x)}B
32207 \]
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 LyX offers in the menu 
32216 \family sans
32217 Tools\SpecialChar \menuseparator
32218 Preferences\SpecialChar \menuseparator
32219 Editing\SpecialChar \menuseparator
32220 Control
32221 \family default
32222  different styles to edit macros.
32223  To find the style that suits you the most, choose a style and set the cursor
32224  in a macro formula to see the difference.
32225 \end_layout
32226
32227 \begin_layout Standard
32228 A math macro is transformed internally to a 
32229 \series bold
32230
32231 \backslash
32232 newcommand
32233 \series default
32234  command when exporting the document.
32235  The created 
32236 \series bold
32237
32238 \backslash
32239 newcommand
32240 \series default
32241  command is not placed in the LaTeX-preamble, therefore macros can only
32242  be used in formulas that are in the document below the macro definition
32243  box.
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Math macros can also be directly created from a 
32248 \series bold
32249
32250 \backslash
32251 newcommand
32252 \series default
32253  command.
32254  When writing for example the command
32255 \series bold
32256
32257 \begin_inset Newline newline
32258 \end_inset
32259
32260
32261 \backslash
32262 newcommand{
32263 \backslash
32264 larrow}[2]{
32265 \backslash
32266 xleftarrow[#2]{#1}}
32267 \begin_inset Newline newline
32268 \end_inset
32269
32270
32271 \series default
32272 in LyX as normal text, highlighting it completely and using then the shortcut
32273  
32274 \family sans
32275 Ctrl+M
32276 \family default
32277 , the command will be transformed to a math macro.
32278  Using this method you need to be careful that the 
32279 \series bold
32280
32281 \backslash
32282 newcommand
32283 \series default
32284  command is typed correctly, otherwise you get a faulty macro leading to
32285  LaTeX errors.
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Math macros currently have the problem that further formulas in macro definition
32290 s are handled wrongly.
32291  Therefore the example 
32292 \series bold
32293
32294 \backslash
32295 fb
32296 \series default
32297  from 
32298 \begin_inset CommandInset ref
32299 LatexCommand ref
32300 reference "sub:The-Command-newcommand"
32301
32302 \end_inset
32303
32304  cannot be created as macro.
32305 \end_layout
32306
32307 \begin_layout Standard
32308 When the cursor is in a macro definition box, you will see the macro toolbar
32309  in LyX:
32310 \end_layout
32311
32312 \begin_layout Standard
32313 \begin_inset VSpace defskip
32314 \end_inset
32315
32316
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset Graphics
32321         filename clipart/MacroToolbar.png
32322
32323 \end_inset
32324
32325
32326 \begin_inset Index idx
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330 Macros ! Toolbar
32331 \end_layout
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Standard
32339 \begin_inset VSpace defskip
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \begin_layout Standard
32346 The macro toolbar contains from left to right the following buttons:
32347 \end_layout
32348
32349 \begin_layout Standard
32350 \begin_inset VSpace defskip
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 \begin_inset Tabular
32358 <lyxtabular version="3" rows="9" columns="2">
32359 <features rotate="0" islongtable="true" longtabularalignment="center">
32360 <column alignment="left" valignment="top">
32361 <column alignment="left" valignment="top" width="85col%">
32362 <row interlinespace="2.5mm">
32363 <cell alignment="center" valignment="top" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 \begin_inset Graphics
32368         filename ../images/math-macro-remove-param.png
32369         rotateOrigin center
32370
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \end_inset
32377 </cell>
32378 <cell alignment="center" valignment="top" usebox="none">
32379 \begin_inset Text
32380
32381 \begin_layout Plain Layout
32382
32383 \family sans
32384 Edit\SpecialChar \menuseparator
32385 Math\SpecialChar \menuseparator
32386 Macro
32387 \begin_inset space ~
32388 \end_inset
32389
32390 Definition\SpecialChar \menuseparator
32391 Remove Last Argument
32392 \end_layout
32393
32394 \end_inset
32395 </cell>
32396 </row>
32397 <row interlinespace="2.5mm">
32398 <cell alignment="center" valignment="top" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 \begin_inset Graphics
32403         filename ../images/math-macro-add-param.png
32404         rotateOrigin center
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 <cell alignment="center" valignment="top" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417
32418 \family sans
32419 Edit\SpecialChar \menuseparator
32420 Math\SpecialChar \menuseparator
32421 Macro
32422 \begin_inset space ~
32423 \end_inset
32424
32425 Definition\SpecialChar \menuseparator
32426 Append Argument
32427 \end_layout
32428
32429 \end_inset
32430 </cell>
32431 </row>
32432 <row interlinespace="2.5mm">
32433 <cell alignment="center" valignment="top" usebox="none">
32434 \begin_inset Text
32435
32436 \begin_layout Plain Layout
32437 \begin_inset Graphics
32438         filename ../images/math-macro-make-optional.png
32439         rotateOrigin center
32440
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \end_inset
32447 </cell>
32448 <cell alignment="center" valignment="top" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452
32453 \family sans
32454 Edit\SpecialChar \menuseparator
32455 Math\SpecialChar \menuseparator
32456 Macro
32457 \begin_inset space ~
32458 \end_inset
32459
32460 Definition\SpecialChar \menuseparator
32461 Make First Non-Optional into
32462 \begin_inset Newline newline
32463 \end_inset
32464
32465
32466 \begin_inset Phantom HPhantom
32467 status open
32468
32469 \begin_layout Plain Layout
32470
32471 \family sans
32472 Edit\SpecialChar \menuseparator
32473 Math\SpecialChar \menuseparator
32474 Macro
32475 \begin_inset space ~
32476 \end_inset
32477
32478 Definition\SpecialChar \menuseparator
32479
32480 \end_layout
32481
32482 \end_inset
32483
32484 Optional Argument
32485 \end_layout
32486
32487 \end_inset
32488 </cell>
32489 </row>
32490 <row interlinespace="2.5mm">
32491 <cell alignment="center" valignment="top" usebox="none">
32492 \begin_inset Text
32493
32494 \begin_layout Plain Layout
32495 \begin_inset Graphics
32496         filename ../images/math-macro-make-nonoptional.png
32497         rotateOrigin center
32498
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510
32511 \family sans
32512 Edit\SpecialChar \menuseparator
32513 Math\SpecialChar \menuseparator
32514 Macro
32515 \begin_inset space ~
32516 \end_inset
32517
32518 Definition\SpecialChar \menuseparator
32519 Make Last Optional into
32520 \begin_inset Newline newline
32521 \end_inset
32522
32523
32524 \begin_inset Phantom HPhantom
32525 status open
32526
32527 \begin_layout Plain Layout
32528
32529 \family sans
32530 Edit\SpecialChar \menuseparator
32531 Math\SpecialChar \menuseparator
32532 Macro
32533 \begin_inset space ~
32534 \end_inset
32535
32536 Definition\SpecialChar \menuseparator
32537
32538 \end_layout
32539
32540 \end_inset
32541
32542 Non-Optional Argument
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 </row>
32548 <row interlinespace="2.5mm">
32549 <cell alignment="center" valignment="top" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 \begin_inset Graphics
32554         filename ../images/math-macro-remove-optional-param.png
32555         rotateOrigin center
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \end_inset
32563 </cell>
32564 <cell alignment="center" valignment="top" usebox="none">
32565 \begin_inset Text
32566
32567 \begin_layout Plain Layout
32568
32569 \family sans
32570 Edit\SpecialChar \menuseparator
32571 Math\SpecialChar \menuseparator
32572 Macro
32573 \begin_inset space ~
32574 \end_inset
32575
32576 Definition\SpecialChar \menuseparator
32577 Remove Optional Argument
32578 \end_layout
32579
32580 \end_inset
32581 </cell>
32582 </row>
32583 <row interlinespace="2.5mm">
32584 <cell alignment="center" valignment="top" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 \begin_inset Graphics
32589         filename ../images/math-macro-add-optional-param.png
32590         rotateOrigin center
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603
32604 \family sans
32605 Edit\SpecialChar \menuseparator
32606 Math\SpecialChar \menuseparator
32607 Macro
32608 \begin_inset space ~
32609 \end_inset
32610
32611 Definition\SpecialChar \menuseparator
32612 Insert Optional Argument
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 </row>
32618 <row interlinespace="2.5mm">
32619 <cell alignment="center" valignment="top" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623 \begin_inset Graphics
32624         filename ../images/math-macro-remove-greedy-param.png
32625         rotateOrigin center
32626
32627 \end_inset
32628
32629
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638
32639 \family sans
32640 Edit\SpecialChar \menuseparator
32641 Math\SpecialChar \menuseparator
32642 Macro
32643 \begin_inset space ~
32644 \end_inset
32645
32646 Definition\SpecialChar \menuseparator
32647 Remove Last Argument
32648 \begin_inset Newline newline
32649 \end_inset
32650
32651
32652 \begin_inset Phantom HPhantom
32653 status open
32654
32655 \begin_layout Plain Layout
32656
32657 \family sans
32658 Edit\SpecialChar \menuseparator
32659 Math\SpecialChar \menuseparator
32660 Macro
32661 \begin_inset space ~
32662 \end_inset
32663
32664 Definition\SpecialChar \menuseparator
32665
32666 \end_layout
32667
32668 \end_inset
32669
32670 Spitting Out To The Right
32671 \end_layout
32672
32673 \end_inset
32674 </cell>
32675 </row>
32676 <row interlinespace="2.5mm">
32677 <cell alignment="center" valignment="top" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 \begin_inset Graphics
32682         filename ../images/math-macro-append-greedy-param.png
32683         rotateOrigin center
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696
32697 \family sans
32698 Edit\SpecialChar \menuseparator
32699 Math\SpecialChar \menuseparator
32700 Macro
32701 \begin_inset space ~
32702 \end_inset
32703
32704 Definition\SpecialChar \menuseparator
32705 Append Argument
32706 \begin_inset Newline newline
32707 \end_inset
32708
32709
32710 \begin_inset Phantom HPhantom
32711 status open
32712
32713 \begin_layout Plain Layout
32714
32715 \family sans
32716 Edit\SpecialChar \menuseparator
32717 Math\SpecialChar \menuseparator
32718 Macro
32719 \begin_inset space ~
32720 \end_inset
32721
32722 Definition\SpecialChar \menuseparator
32723
32724 \end_layout
32725
32726 \end_inset
32727
32728 Eating From The Right
32729 \end_layout
32730
32731 \end_inset
32732 </cell>
32733 </row>
32734 <row interlinespace="2.5mm">
32735 <cell alignment="center" valignment="top" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 \begin_inset Graphics
32740         filename ../images/math-macro-add-greedy-optional-param.png
32741         rotateOrigin center
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \end_inset
32749 </cell>
32750 <cell alignment="center" valignment="top" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754
32755 \family sans
32756 Edit\SpecialChar \menuseparator
32757 Math\SpecialChar \menuseparator
32758 Macro
32759 \begin_inset space ~
32760 \end_inset
32761
32762 Definition\SpecialChar \menuseparator
32763 Append Optional Argument
32764 \begin_inset Newline newline
32765 \end_inset
32766
32767
32768 \begin_inset Phantom HPhantom
32769 status open
32770
32771 \begin_layout Plain Layout
32772
32773 \family sans
32774 Edit\SpecialChar \menuseparator
32775 Math\SpecialChar \menuseparator
32776 Macro
32777 \begin_inset space ~
32778 \end_inset
32779
32780 Definition\SpecialChar \menuseparator
32781
32782 \end_layout
32783
32784 \end_inset
32785
32786 Eating From The Right
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 </row>
32792 </lyxtabular>
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Section
32800 Computer Algebra Systems
32801 \end_layout
32802
32803 \begin_layout Standard
32804 LyX offers the exchange between mathematical expressions written in LyX's
32805  math editor and external applications or user defined scripts.
32806  Currently supported applications are 
32807 \family sans
32808 Maple
32809 \family default
32810
32811 \family sans
32812 Mathematica
32813 \family default
32814
32815 \family sans
32816 Maxima
32817 \family default
32818  and 
32819 \family sans
32820 Octave
32821 \family default
32822 .
32823  Note that the set of supported mathematical constructs is limited only
32824  to very simple cases.
32825 \end_layout
32826
32827 \begin_layout Subsection
32828 Usage
32829 \end_layout
32830
32831 \begin_layout Standard
32832 Write some expression in a formula, go to the 
32833 \family sans
32834 Edit\SpecialChar \menuseparator
32835 Math\SpecialChar \menuseparator
32836 Use Computer Algebra System
32837 \family default
32838  menu and choose the application you have installed on the computer.
32839  After that the result of computation should show on the right side of the
32840  expression together with the 
32841 \begin_inset Quotes eld
32842 \end_inset
32843
32844 =
32845 \begin_inset Quotes erd
32846 \end_inset
32847
32848  operator.
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Here are few simple examples (with results from 
32853 \family typewriter
32854 Maxima
32855 \family default
32856 ) to show what kind of computations can be performed:
32857 \end_layout
32858
32859 \begin_layout Itemize
32860 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Itemize
32867 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Itemize
32874 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32875 \end_inset
32876
32877
32878 \end_layout
32879
32880 \begin_layout Itemize
32881 \begin_inset Formula $\det\left[\begin{array}{ccc}
32882 1 & 6 & 7\\
32883 2 & 5 & 8\\
32884 3 & 4 & 17
32885 \end{array}\right]=-56$
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Itemize
32892 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32893 \end_inset
32894
32895
32896 \end_layout
32897
32898 \begin_layout Subsection
32899 Keyboard shortcut
32900 \end_layout
32901
32902 \begin_layout Standard
32903 Currently there is no keyboard shortcut for calling the algebra applications.
32904  One can easily bind a shortcut to the 
32905 \family sans
32906 math-extern
32907 \family default
32908  LyX function (see the 
32909 \family sans
32910 \emph on
32911 LyX Functions
32912 \family default
32913 \emph default
32914  manual).
32915  One could e.
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 g.
32920 \begin_inset space \space{}
32921 \end_inset
32922
32923 bind the 
32924 \family sans
32925 Return
32926 \family default
32927  key inside the math editor.
32928  To bind it to 
32929 \family typewriter
32930 Maxima
32931 \family default
32932  one would use this shortcut definition command:
32933 \end_layout
32934
32935 \begin_layout Standard
32936
32937 \series bold
32938 command-alternatives break-paragraph;math-extern maxima
32939 \end_layout
32940
32941 \begin_layout Section
32942 Miscellaneous
32943 \begin_inset Index idx
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 Miscellaneous
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Subsection
32956 Negative Numbers
32957 \begin_inset Index idx
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961 Numbers ! negative
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \end_layout
32968
32969 \begin_layout Standard
32970 Negative numbers often look ugly in formulas because the minus sign before
32971  the number is set with the same length as the minus operator sign.
32972  When writing the negative number in normal text, the minus sign appears
32973  correctly.
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Thus, the problem disappears when converting the minus sign to mathematical
32978  text.
32979 \end_layout
32980
32981 \begin_layout Standard
32982 An example to visualize the problem:
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \align center
32987 \begin_inset Tabular
32988 <lyxtabular version="3" rows="3" columns="2">
32989 <features rotate="0" tabularvalignment="middle">
32990 <column alignment="right" valignment="top">
32991 <column alignment="left" valignment="top">
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 normal text:
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33003 \begin_inset Text
33004
33005 \begin_layout Plain Layout
33006 x = -2
33007 \end_layout
33008
33009 \end_inset
33010 </cell>
33011 </row>
33012 <row>
33013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33014 \begin_inset Text
33015
33016 \begin_layout Plain Layout
33017 formula:
33018 \end_layout
33019
33020 \end_inset
33021 </cell>
33022 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33023 \begin_inset Text
33024
33025 \begin_layout Plain Layout
33026 \begin_inset Formula $x=-2$
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 </row>
33035 <row>
33036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33037 \begin_inset Text
33038
33039 \begin_layout Plain Layout
33040 solution:
33041 \end_layout
33042
33043 \end_inset
33044 </cell>
33045 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 \begin_inset Formula $x=\textrm{-}2$
33050 \end_inset
33051
33052
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 </row>
33058 </lyxtabular>
33059
33060 \end_inset
33061
33062
33063 \end_layout
33064
33065 \begin_layout Subsection
33066 Comma as decimal Separator
33067 \begin_inset Index idx
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 Comma
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 In LaTeX a comma inside a formula is used, according to the English convention,
33081  as number group separator.
33082  So there will be space added behind all commas in formulas.
33083 \end_layout
33084
33085 \begin_layout Standard
33086 To avoid this, the comma is highlighted and changed to mathematical text
33087  (shortcut 
33088 \begin_inset Info
33089 type  "shortcut"
33090 arg   "math-mode"
33091 \end_inset
33092
33093 ).
33094 \end_layout
33095
33096 \begin_layout Standard
33097 To use all formula commas in the document as decimal separator, the file
33098  
33099 \series bold
33100 icomma.sty
33101 \series default
33102
33103 \begin_inset Foot
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107
33108 \series bold
33109 icomma
33110 \series default
33111  is part of the LaTeX-package 
33112 \series bold
33113 was
33114 \series default
33115
33116 \begin_inset Index idx
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120 Packages ! was
33121 \begin_inset ERT
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125
33126
33127 \backslash
33128 vspace{4mm}
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \end_inset
33137
33138 .
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \begin_inset Index idx
33145 status collapsed
33146
33147 \begin_layout Plain Layout
33148 Packages ! icomma
33149 \end_layout
33150
33151 \end_inset
33152
33153  is loaded with the LaTeX-preamble line
33154 \end_layout
33155
33156 \begin_layout Standard
33157
33158 \series bold
33159
33160 \backslash
33161 usepackage{icomma}
33162 \end_layout
33163
33164 \begin_layout Subsection
33165 Physical Vectors
33166 \begin_inset CommandInset label
33167 LatexCommand label
33168 name "sub:Physical-Vectors"
33169
33170 \end_inset
33171
33172
33173 \begin_inset Index idx
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 Vectors ! physical
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 Predefined vectors are offered by the LaTeX-package 
33187 \series bold
33188 braket
33189 \series default
33190
33191 \begin_inset Index idx
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195 Packages ! braket
33196 \end_layout
33197
33198 \end_inset
33199
33200  that is loaded with the LaTeX-preamble line
33201 \end_layout
33202
33203 \begin_layout Standard
33204
33205 \series bold
33206
33207 \backslash
33208 usepackage{braket}
33209 \end_layout
33210
33211 \begin_layout Standard
33212 \begin_inset ERT
33213 status collapsed
33214
33215 \begin_layout Plain Layout
33216
33217
33218 \backslash
33219 ifbraket 
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \begin_inset Note Note
33226 status open
33227
33228 \begin_layout Plain Layout
33229 The following table will only be displayed when the LaTeX-package 
33230 \series bold
33231 braket
33232 \series default
33233  is installed.
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 The following commands are defined:
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \align center
33247 \begin_inset Tabular
33248 <lyxtabular version="3" rows="4" columns="2">
33249 <features rotate="0" tabularvalignment="middle">
33250 <column alignment="center" valignment="top">
33251 <column alignment="center" valignment="top">
33252 <row>
33253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257 Command
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 Result
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277
33278 \backslash
33279 Bra{
33280 \backslash
33281 psi
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 \begin_inset Formula $\Bra{\psi}$
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 <row>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304
33305 \backslash
33306 Ket{
33307 \backslash
33308 psi
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317 \begin_inset Formula $\Ket{\psi}$
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 </row>
33326 <row>
33327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331
33332 \backslash
33333 Braket{
33334 \backslash
33335 psi|
33336 \backslash
33337 phi
33338 \end_layout
33339
33340 \end_inset
33341 </cell>
33342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346 \begin_inset Formula $\Braket{\psi|\phi}$
33347 \end_inset
33348
33349
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 </row>
33355 </lyxtabular>
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 The command 
33364 \series bold
33365
33366 \backslash
33367 Braket
33368 \series default
33369  assures that all vertical bars are set in the size of the surrounding brackets:
33370 \begin_inset Formula 
33371 \[
33372 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33373 \]
33374
33375 \end_inset
33376
33377
33378 \begin_inset ERT
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382
33383
33384 \backslash
33385 else 
33386 \end_layout
33387
33388 \end_inset
33389
33390
33391 \begin_inset Note Note
33392 status open
33393
33394 \begin_layout Plain Layout
33395 The following will be displayed when the LaTeX-package 
33396 \series bold
33397 braket
33398 \series default
33399  is not installed:
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Standard
33408 You need to install the LaTeX-package 
33409 \series bold
33410 braket
33411 \series default
33412  to see the rest of this subsection in the output.
33413 \end_layout
33414
33415 \begin_layout Standard
33416 \begin_inset ERT
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420
33421
33422 \backslash
33423 fi 
33424 \end_layout
33425
33426 \end_inset
33427
33428
33429 \end_layout
33430
33431 \begin_layout Standard
33432 The effect of 
33433 \series bold
33434
33435 \backslash
33436 Braket
33437 \series default
33438  can also be achieved using the command 
33439 \series bold
33440
33441 \backslash
33442 middle
33443 \series default
33444 , that is described in 
33445 \begin_inset CommandInset ref
33446 LatexCommand ref
33447 reference "sub:Automatic-Bracket-Size"
33448
33449 \end_inset
33450
33451 .
33452 \end_layout
33453
33454 \begin_layout Subsection
33455 Self-defined Fractions
33456 \begin_inset CommandInset label
33457 LatexCommand label
33458 name "sub:Self-defined-Fractions"
33459
33460 \end_inset
33461
33462
33463 \begin_inset Index idx
33464 status collapsed
33465
33466 \begin_layout Plain Layout
33467 Fractions ! self-defined
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \end_layout
33474
33475 \begin_layout Standard
33476 To define custom commands for fractions, the command 
33477 \series bold
33478
33479 \backslash
33480 genfrac
33481 \series default
33482
33483 \begin_inset Index idx
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487 Commands ! G ! 
33488 \backslash
33489 genfrac
33490 \begin_inset ERT
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494
33495
33496 \backslash
33497 vspace{4mm}
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \end_inset
33506
33507  is used in the following scheme:
33508 \end_layout
33509
33510 \begin_layout Standard
33511
33512 \series bold
33513
33514 \backslash
33515 genfrac{left
33516 \series default
33517  
33518 \series bold
33519 bracket}{right
33520 \series default
33521  
33522 \series bold
33523 bracket}{fraction bar thickness}{style}
33524 \begin_inset Newline newline
33525 \end_inset
33526
33527
33528 \begin_inset Phantom HPhantom
33529 status open
33530
33531 \begin_layout Plain Layout
33532
33533 \series bold
33534
33535 \backslash
33536 genfrac
33537 \end_layout
33538
33539 \end_inset
33540
33541 {numerator}{denominator}
33542 \end_layout
33543
33544 \begin_layout Standard
33545 The style is a number in the range of 0
33546 \begin_inset space \thinspace{}
33547 \end_inset
33548
33549 -
33550 \begin_inset space \thinspace{}
33551 \end_inset
33552
33553 3.
33554 \end_layout
33555
33556 \begin_layout Standard
33557 \align center
33558 \begin_inset Tabular
33559 <lyxtabular version="3" rows="5" columns="2">
33560 <features rotate="0" tabularvalignment="middle">
33561 <column alignment="center" valignment="top">
33562 <column alignment="center" valignment="top">
33563 <row>
33564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 Number
33569 \end_layout
33570
33571 \end_inset
33572 </cell>
33573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577 Style (Size)
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 </row>
33583 <row>
33584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33585 \begin_inset Text
33586
33587 \begin_layout Plain Layout
33588 0
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33594 \begin_inset Text
33595
33596 \begin_layout Plain Layout
33597 display style formula
33598 \end_layout
33599
33600 \end_inset
33601 </cell>
33602 </row>
33603 <row>
33604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608 1
33609 \end_layout
33610
33611 \end_inset
33612 </cell>
33613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33614 \begin_inset Text
33615
33616 \begin_layout Plain Layout
33617 inline formula
33618 \end_layout
33619
33620 \end_inset
33621 </cell>
33622 </row>
33623 <row>
33624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 2
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637 small
33638 \end_layout
33639
33640 \end_inset
33641 </cell>
33642 </row>
33643 <row>
33644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33645 \begin_inset Text
33646
33647 \begin_layout Plain Layout
33648 3
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Plain Layout
33657 tiny
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 </row>
33663 </lyxtabular>
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 When no style is given, the size is adjusted to the surrounding environment
33672  like for the command 
33673 \series bold
33674
33675 \backslash
33676 frac
33677 \series default
33678 .
33679 \end_layout
33680
33681 \begin_layout Standard
33682 When no fraction bar thickness is given, the predefined value of 0.4
33683 \begin_inset space \thinspace{}
33684 \end_inset
33685
33686 pt will be used.
33687 \end_layout
33688
33689 \begin_layout Standard
33690 \begin_inset VSpace medskip
33691 \end_inset
33692
33693 For example, the commands 
33694 \series bold
33695
33696 \backslash
33697 dfrac
33698 \series default
33699  and 
33700 \series bold
33701
33702 \backslash
33703 tbinom
33704 \series default
33705  from 
33706 \begin_inset CommandInset ref
33707 LatexCommand ref
33708 reference "sub:Fractions"
33709
33710 \end_inset
33711
33712  are defined with the commands
33713 \end_layout
33714
33715 \begin_layout Standard
33716
33717 \series bold
33718
33719 \backslash
33720 newcommand{
33721 \backslash
33722 dfrac}[2]{
33723 \backslash
33724 genfrac{}{}{}{0}{#1}{#2}}
33725 \end_layout
33726
33727 \begin_layout Standard
33728 and
33729 \end_layout
33730
33731 \begin_layout Standard
33732
33733 \series bold
33734
33735 \backslash
33736 newcommand{
33737 \backslash
33738 tbinom}[2]{
33739 \backslash
33740 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset VSpace medskip
33745 \end_inset
33746
33747 To define a fraction where the fraction bar thickness can be given as optional
33748  argument, the following line is inserted to the LaTeX-preamble:
33749 \end_layout
33750
33751 \begin_layout Standard
33752
33753 \series bold
33754
33755 \backslash
33756 newcommand{
33757 \backslash
33758 fracS}[3][]{
33759 \backslash
33760 genfrac{}{}{#1}{}{#2}{#3}}
33761 \end_layout
33762
33763 \begin_layout Standard
33764 A test:
33765 \begin_inset Formula 
33766 \begin{align*}
33767 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33768 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33769 \end{align*}
33770
33771 \end_inset
33772
33773 As one can see, the distance of the numerator and the denominator to the
33774  fraction bar is round about three times the bar thickness.
33775 \end_layout
33776
33777 \begin_layout Subsection
33778 Canceled Formulas
33779 \begin_inset Index idx
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783 Formula ! canceled
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 There are four ways to cancel formulas or parts of formulas:
33793 \end_layout
33794
33795 \begin_layout Standard
33796 \begin_inset ERT
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800
33801
33802 \backslash
33803 ifcancel 
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \begin_inset Note Note
33810 status open
33811
33812 \begin_layout Plain Layout
33813 The following table will only be displayed when the LaTeX-package 
33814 \series bold
33815 cancel
33816 \series default
33817  is installed.
33818 \end_layout
33819
33820 \end_inset
33821
33822
33823 \end_layout
33824
33825 \begin_layout Standard
33826 \align center
33827 \begin_inset Tabular
33828 <lyxtabular version="3" rows="5" columns="2">
33829 <features rotate="0" tabularvalignment="middle">
33830 <column alignment="center" valignment="top">
33831 <column alignment="center" valignment="top">
33832 <row>
33833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837 Command
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 Result
33847 \begin_inset Note Note
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 The space and
33852 \series bold
33853  
33854 \backslash
33855 raisebox
33856 \series default
33857  are used here as spacer.
33858 \end_layout
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 </row>
33868 <row>
33869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873
33874 \backslash
33875 cancel
33876 \begin_inset space \textvisiblespace{}
33877 \end_inset
33878
33879
33880 \backslash
33881 int
33882 \begin_inset space \textvisiblespace{}
33883 \end_inset
33884
33885 A=B
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33895 \end_inset
33896
33897
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 </row>
33903 <row>
33904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908
33909 \backslash
33910 bcancel
33911 \begin_inset space \textvisiblespace{}
33912 \end_inset
33913
33914
33915 \backslash
33916 int
33917 \begin_inset space \textvisiblespace{}
33918 \end_inset
33919
33920 A=B
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33926 \begin_inset Text
33927
33928 \begin_layout Plain Layout
33929 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 </row>
33938 <row>
33939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943
33944 \backslash
33945 xcancel
33946 \begin_inset space \textvisiblespace{}
33947 \end_inset
33948
33949
33950 \backslash
33951 int
33952 \begin_inset space \textvisiblespace{}
33953 \end_inset
33954
33955 A=B
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \end_inset
33971 </cell>
33972 </row>
33973 <row>
33974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33975 \begin_inset Text
33976
33977 \begin_layout Plain Layout
33978
33979 \backslash
33980 cancelto
33981 \begin_inset space \textvisiblespace{}
33982 \end_inset
33983
33984
33985 \backslash
33986 int
33987 \begin_inset space \textvisiblespace{}
33988 \end_inset
33989
33990 A=B
33991 \begin_inset Formula $\to$
33992 \end_inset
33993
33994 1
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34000 \begin_inset Text
34001
34002 \begin_layout Plain Layout
34003 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34004 \end_inset
34005
34006
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 </row>
34012 </lyxtabular>
34013
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \begin_layout Standard
34020
34021 \series bold
34022
34023 \backslash
34024 cancelto
34025 \series default
34026  is especially suitable to visualize the reduction of fractions within formulas:
34027 \begin_inset Formula 
34028 \[
34029 \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}}}
34030 \]
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 To change the size of 
34039 \series bold
34040
34041 \backslash
34042 cancelto
34043 \series default
34044 's 
34045 \begin_inset Quotes eld
34046 \end_inset
34047
34048 subscript
34049 \begin_inset Quotes erd
34050 \end_inset
34051
34052  value one can add the LaTeX-preamble line
34053 \end_layout
34054
34055 \begin_layout Standard
34056
34057 \series bold
34058
34059 \backslash
34060 PassOptionsToPackage{option}{cancel}
34061 \end_layout
34062
34063 \begin_layout Standard
34064 where 
34065 \series bold
34066 option
34067 \series default
34068  is either 
34069 \series bold
34070 samesize
34071 \series default
34072  which leads to the same size as for the canceled value, or 
34073 \series bold
34074 Smaller
34075 \series default
34076  which makes is it a bit smaller than normal.
34077 \end_layout
34078
34079 \begin_layout Standard
34080 To color the cancellation bar one adds this command as TeX code:
34081 \end_layout
34082
34083 \begin_layout Standard
34084
34085 \series bold
34086
34087 \backslash
34088 renewcommand{
34089 \backslash
34090 CancelColor}{
34091 \backslash
34092 color{red}}
34093 \end_layout
34094
34095 \begin_layout Standard
34096
34097 \series bold
34098 red
34099 \series default
34100  can be replaced by a color of your choice.
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109
34110 \backslash
34111 renewcommand{
34112 \backslash
34113 CancelColor}{
34114 \backslash
34115 color{red}}
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \begin_layout Standard
34124 \begin_inset Formula 
34125 \[
34126 \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}}}
34127 \]
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \begin_inset ERT
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139
34140
34141 \backslash
34142 renewcommand{
34143 \backslash
34144 CancelColor}{
34145 \backslash
34146 color{black}}
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \begin_inset Note Note
34153 status open
34154
34155 \begin_layout Plain Layout
34156 reset the color
34157 \end_layout
34158
34159 \end_inset
34160
34161
34162 \end_layout
34163
34164 \begin_layout Standard
34165 For further customizations, see the documentation of the package 
34166 \series bold
34167 cancel
34168 \series default
34169
34170 \begin_inset CommandInset citation
34171 LatexCommand cite
34172 key "cancel"
34173
34174 \end_inset
34175
34176 .
34177 \begin_inset Index idx
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181 Packages ! cancel
34182 \end_layout
34183
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Standard
34190 \begin_inset ERT
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194
34195
34196 \backslash
34197 else 
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \begin_inset Note Note
34204 status open
34205
34206 \begin_layout Plain Layout
34207 The following will be displayed when the LaTeX-package 
34208 \series bold
34209 cancel
34210 \series default
34211  is not installed:
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Standard
34220 You need to install the LaTeX-package 
34221 \series bold
34222 cancel
34223 \series default
34224  to see the rest of this subsection in the output.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 \begin_inset ERT
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232
34233
34234 \backslash
34235 fi 
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 \begin_inset Newpage newpage
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Subsection
34251 Formulas in Section Headings
34252 \begin_inset CommandInset label
34253 LatexCommand label
34254 name "sub:Formulas-in-Section"
34255
34256 \end_inset
34257
34258
34259 \begin_inset Index idx
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 Formula ! in section headings
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Standard
34272 When formulas are used in section headings, the following has to be taken
34273  into account:
34274 \end_layout
34275
34276 \begin_layout Standard
34277 \begin_inset Note Greyedout
34278 status open
34279
34280 \begin_layout Plain Layout
34281 When 
34282 \series bold
34283 hyperref
34284 \series default
34285
34286 \begin_inset Index idx
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 Packages ! hyperref
34291 \end_layout
34292
34293 \end_inset
34294
34295  support is enabled in the document settings dialog under 
34296 \family sans
34297 PDF
34298 \begin_inset space ~
34299 \end_inset
34300
34301 Properties
34302 \family default
34303 , PDF-bookmarks are created for every section heading in the table of contents.
34304  If a section heading contains formulas, they are incorrectly displayed
34305  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34306 s.
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Both problems can be solved by inserting at the end of the section heading
34316  a short title with the menu 
34317 \family sans
34318 Insert\SpecialChar \menuseparator
34319 Short
34320 \begin_inset space ~
34321 \end_inset
34322
34323 Title
34324 \family default
34325 .
34326  Short titles are used as alternative for multiline section headings to
34327  keep the table of contents clearly arranged.
34328  Only the short title appears in the table of contents and therefore also
34329  in the PDF-bookmark.
34330 \end_layout
34331
34332 \begin_layout Standard
34333 When formulas should be used in the table of contents but 
34334 \series bold
34335 hyperref
34336 \series default
34337  is used, one can use the following command in TeX-mode:
34338 \end_layout
34339
34340 \begin_layout Standard
34341
34342 \series bold
34343
34344 \backslash
34345 texorpdfstring{part}{alternative}
34346 \begin_inset Index idx
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 Commands ! T ! 
34351 \backslash
34352 texorpdfstring
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Standard
34361 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34362  This can be characters, formulas, footnotes, but also cross-references.
34363  The alternative is used instead of the part for the bookmark.
34364 \end_layout
34365
34366 \begin_layout Standard
34367 Here are two example headings:
34368 \begin_inset VSpace -3mm
34369 \end_inset
34370
34371
34372 \begin_inset ERT
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376
34377
34378 \backslash
34379 boldmath 
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Subsubsection
34388 Heading without formula in table of contents 
34389 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34390 \end_inset
34391
34392
34393 \begin_inset Argument 1
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397 Heading without formula in table of contents
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Subsubsection
34406 Heading with formula in table of contents
34407 \begin_inset ERT
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411
34412
34413 \backslash
34414 texorpdfstring{
34415 \end_layout
34416
34417 \end_inset
34418
34419  
34420 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34421 \end_inset
34422
34423
34424 \begin_inset ERT
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428
34429 }{}
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset ERT
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442
34443
34444 \backslash
34445 unboldmath 
34446 \end_layout
34447
34448 \end_inset
34449
34450 In the first heading a short title was used, in the second one 
34451 \series bold
34452
34453 \backslash
34454 texorpdfstring
34455 \series default
34456 .
34457 \end_layout
34458
34459 \begin_layout Standard
34460 To get the same formatting as for the other headings, the complete heading
34461  was set into a 
34462 \series bold
34463 boldmath
34464 \series default
34465  environment
34466 \begin_inset Foot
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 see 
34471 \begin_inset CommandInset ref
34472 LatexCommand ref
34473 reference "sub:Bold-Formulas"
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481
34482 .
34483 \end_layout
34484
34485 \begin_layout Subsection
34486 Formulas in multi-column Text
34487 \begin_inset Index idx
34488 status collapsed
34489
34490 \begin_layout Plain Layout
34491 Formula ! in multi-column text
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \begin_layout Standard
34500 Formulas in multi-column text are often too wide to fit into a column and
34501  thus need to be set over the whole page width.
34502  This is done by using the LaTeX-package 
34503 \series bold
34504 multicol
34505 \series default
34506
34507 \begin_inset Foot
34508 status collapsed
34509
34510 \begin_layout Plain Layout
34511
34512 \series bold
34513 multicol
34514 \series default
34515  is part of every LaTeX standard installation.
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Packages ! multicol
34526 \end_layout
34527
34528 \end_inset
34529
34530 , that is loaded with the LaTeX-preamble line
34531 \end_layout
34532
34533 \begin_layout Standard
34534
34535 \series bold
34536
34537 \backslash
34538 usepackage{multicol}
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset Note Greyedout
34543 status open
34544
34545 \begin_layout Plain Layout
34546 Note that in this case the setting 
34547 \family sans
34548 Two-column
34549 \begin_inset space ~
34550 \end_inset
34551
34552 document
34553 \family default
34554  in the menu 
34555 \family sans
34556 Document\SpecialChar \menuseparator
34557 Settings
34558 \family default
34559  under 
34560 \family sans
34561 Text
34562 \begin_inset space ~
34563 \end_inset
34564
34565 Layout
34566 \family default
34567 \emph on
34568  
34569 \emph default
34570 must 
34571 \emph on
34572 not
34573 \emph default
34574  be selected.
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Before the multi-column text the command
34584 \end_layout
34585
34586 \begin_layout Standard
34587
34588 \series bold
34589
34590 \backslash
34591 begin{multicols}{column number}
34592 \end_layout
34593
34594 \begin_layout Standard
34595 is written in TeX-mode.
34596  The column number is a number in the range of 2
34597 \begin_inset space \thinspace{}
34598 \end_inset
34599
34600 -
34601 \begin_inset space \thinspace{}
34602 \end_inset
34603
34604 10.
34605  Before the formula the multi-column text is ended by inserting the command
34606 \end_layout
34607
34608 \begin_layout Standard
34609
34610 \series bold
34611
34612 \backslash
34613 end{multicols}
34614 \end_layout
34615
34616 \begin_layout Standard
34617 in TeX-mode.
34618 \end_layout
34619
34620 \begin_layout Standard
34621 Due to the command some space is automatically added before the formula.
34622  To revert this, -6
34623 \begin_inset space \thinspace{}
34624 \end_inset
34625
34626 mm vertical space is inserted before the formula.
34627  When the formula style 
34628 \series bold
34629 Indented
34630 \begin_inset Foot
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 formula styles see 
34635 \begin_inset CommandInset ref
34636 LatexCommand ref
34637 reference "sec:Formula-Styles"
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \series default
34648  is used, -9
34649 \begin_inset space \thinspace{}
34650 \end_inset
34651
34652 mm space is inserted instead.
34653 \end_layout
34654
34655 \begin_layout Standard
34656 As example a multi-column text with a displayed formula:
34657 \end_layout
34658
34659 \begin_layout Standard
34660
34661 \lang german
34662 \begin_inset ERT
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666
34667
34668 \backslash
34669 begin{multicols}{2}
34670 \end_layout
34671
34672 \end_inset
34673
34674 Das Spektrum wird fouriertransformiert.
34675  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34676 , Lösungsmittel) zu trennen.
34677  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34678  nun das Aussehen des Ausgangssignals.
34679  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34680  über alle Phasen integrieren muss.
34681  Sei nun 
34682 \begin_inset Formula $S$
34683 \end_inset
34684
34685  unser normiertes Ausgangssignal und 
34686 \begin_inset Formula $P$
34687 \end_inset
34688
34689  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34690 \begin_inset ERT
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694
34695
34696 \backslash
34697 end{multicols}
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \begin_inset VSpace -6mm
34704 \end_inset
34705
34706
34707 \begin_inset Formula 
34708 \begin{equation}
34709 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34710 \end{equation}
34711
34712 \end_inset
34713
34714
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 begin{multicols}{2}
34723 \end_layout
34724
34725 \end_inset
34726
34727 wobei 
34728 \begin_inset Formula $S_{0}$
34729 \end_inset
34730
34731  das Signal ohne Gradient ist und die Normierungsbedingung 
34732 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34733 \end_inset
34734
34735  gilt.
34736  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34737  Direkt nach dem 
34738 \begin_inset Formula $\nicefrac{\pi}{2}$
34739 \end_inset
34740
34741
34742 \begin_inset space \thinspace{}
34743 \end_inset
34744
34745 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34746  das Signal zusätzlich abschwächt.
34747  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34748  
34749 \begin_inset Formula $T_{2}$
34750 \end_inset
34751
34752 -Zeit.
34753 \end_layout
34754
34755 \begin_layout Standard
34756
34757 \lang german
34758 \begin_inset ERT
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762
34763
34764 \backslash
34765 end{multicols}
34766 \end_layout
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Subsection
34774 Formulas with Description of Variables
34775 \begin_inset Index idx
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779 Formula ! with description of variables
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 To describe variables within a formula, like in formula 
34789 \begin_inset CommandInset ref
34790 LatexCommand eqref
34791 reference "eq:within"
34792
34793 \end_inset
34794
34795 , a 2
34796 \series bold
34797 ×
34798 \series default
34799
34800 \begin_inset Formula $n$
34801 \end_inset
34802
34803
34804 \begin_inset space ~
34805 \end_inset
34806
34807 matrix is used with left aligned columns for the 
34808 \begin_inset Formula $n$
34809 \end_inset
34810
34811  used variables.
34812 \begin_inset Foot
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816 matrices see 
34817 \begin_inset CommandInset ref
34818 LatexCommand ref
34819 reference "sec:Matrices"
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \end_inset
34827
34828  To set the description in a smaller size, before the matrix e.
34829 \begin_inset space \thinspace{}
34830 \end_inset
34831
34832 g.
34833 \begin_inset space \space{}
34834 \end_inset
34835
34836 the command 
34837 \series bold
34838
34839 \backslash
34840 footnotesize
34841 \series default
34842  is inserted.
34843 \begin_inset Foot
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847 font sizes see 
34848 \begin_inset CommandInset ref
34849 LatexCommand ref
34850 reference "sub:Font-Sizes"
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \begin_layout Standard
34863 When the formula style 
34864 \series bold
34865 Indented
34866 \begin_inset Foot
34867 status collapsed
34868
34869 \begin_layout Plain Layout
34870 formula styles see 
34871 \begin_inset CommandInset ref
34872 LatexCommand ref
34873 reference "sec:Formula-Styles"
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \end_inset
34881
34882
34883 \series default
34884  is used, a 
34885 \series bold
34886
34887 \backslash
34888 hfill
34889 \series default
34890
34891 \begin_inset Foot
34892 status collapsed
34893
34894 \begin_layout Plain Layout
34895
34896 \series bold
34897
34898 \backslash
34899 hfill
34900 \series default
34901  only works in formulas with the style 
34902 \series bold
34903 Indented
34904 \series default
34905 , see 
34906 \begin_inset CommandInset ref
34907 LatexCommand ref
34908 reference "sub:Variable-Space"
34909
34910 \end_inset
34911
34912 .
34913 \end_layout
34914
34915 \end_inset
34916
34917  is inserted before and after the matrix to have the same separation of
34918  the matrix from the equation and the side margin.
34919 \end_layout
34920
34921 \begin_layout Standard
34922 When the formula style 
34923 \series bold
34924 Centered
34925 \series default
34926  is used, the method described in 
34927 \begin_inset CommandInset ref
34928 LatexCommand ref
34929 reference "sub:Flalign-Environment"
34930
34931 \end_inset
34932
34933  is used to indent formulas.
34934  Formula 
34935 \begin_inset CommandInset ref
34936 LatexCommand eqref
34937 reference "eq:within"
34938
34939 \end_inset
34940
34941  consists of five columns where in the first two columns contain the equation,
34942  the third the matrix and the last one an empty TeX-brace.
34943 \begin_inset Formula 
34944 \begin{flalign}
34945 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34946 \rho & \textrm{density}\\
34947 V & \textrm{volume}\\
34948 g & \textrm{gravitational acceleration}
34949 \end{array} &  & {}\label{eq:within}
34950 \end{flalign}
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Subsection
34958 Upright small Greek Letters
34959 \begin_inset CommandInset label
34960 LatexCommand label
34961 name "sub:Upright-small-Greek"
34962
34963 \end_inset
34964
34965
34966 \begin_inset Index idx
34967 status collapsed
34968
34969 \begin_layout Plain Layout
34970 Greek letters ! upright
34971 \end_layout
34972
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Standard
34979 Most of the math fonts only provide italic small Greek letters.
34980  But for symbols of elementary particles like pions and neutrinos, upright
34981  Greek letters are needed.
34982  The file 
34983 \series bold
34984 upgreek.sty
34985 \series default
34986
34987 \begin_inset Foot
34988 status collapsed
34989
34990 \begin_layout Plain Layout
34991
34992 \series bold
34993 upgreek
34994 \series default
34995  is part of the LaTeX-package 
34996 \series bold
34997 was
34998 \series default
34999
35000 \begin_inset Index idx
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004 Packages ! was
35005 \begin_inset ERT
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009
35010
35011 \backslash
35012 vspace{4mm}
35013 \end_layout
35014
35015 \end_inset
35016
35017
35018 \end_layout
35019
35020 \end_inset
35021
35022 .
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \begin_inset Index idx
35029 status collapsed
35030
35031 \begin_layout Plain Layout
35032 Packages ! upgreek
35033 \end_layout
35034
35035 \end_inset
35036
35037  that is loaded with the LaTeX-preamble line
35038 \end_layout
35039
35040 \begin_layout Standard
35041
35042 \series bold
35043
35044 \backslash
35045 usepackage{upgreek}
35046 \end_layout
35047
35048 \begin_layout Standard
35049 provides them.
35050  
35051 \begin_inset ERT
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055
35056
35057 \backslash
35058 ifupgreek 
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Note Note
35065 status open
35066
35067 \begin_layout Plain Layout
35068 The following table will only be displayed when the LaTeX-package 
35069 \series bold
35070 upgreek
35071 \series default
35072  is installed:
35073 \end_layout
35074
35075 \end_inset
35076
35077  They are created when the command for a small Greek letter is started with
35078  
35079 \series bold
35080 up
35081 \series default
35082 .
35083  For example the command 
35084 \series bold
35085
35086 \backslash
35087 uptau
35088 \series default
35089  creates this: 
35090 \begin_inset Formula $\uptau$
35091 \end_inset
35092
35093
35094 \end_layout
35095
35096 \begin_layout Standard
35097 With these commands reactions of elementary particles can be typeset:
35098 \begin_inset Formula 
35099 \[
35100 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35101 \]
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 The upright letters are more bold and wider than the italic ones.
35110  They should therefore not be used for units like 
35111 \begin_inset Quotes eld
35112 \end_inset
35113
35114 µm
35115 \begin_inset Quotes erd
35116 \end_inset
35117
35118 .
35119 \end_layout
35120
35121 \begin_layout Standard
35122 \begin_inset ERT
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126
35127
35128 \backslash
35129 else 
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \begin_inset Note Note
35136 status open
35137
35138 \begin_layout Plain Layout
35139 The following will be displayed when the LaTeX-package 
35140 \series bold
35141 upgreek
35142 \series default
35143  is not installed:
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \begin_layout Standard
35152 You need to install the LaTeX-package 
35153 \series bold
35154 upgreek
35155 \series default
35156  to see the rest of this subsection in the output.
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 fi 
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Subsection
35176 Text Characters in Formulas
35177 \begin_inset CommandInset label
35178 LatexCommand label
35179 name "sub:Text-Characters-in"
35180
35181 \end_inset
35182
35183
35184 \begin_inset Index idx
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188 Text ! in formulas
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \begin_layout Standard
35197 In some cases you might want to insert text characters directly into formulas.
35198  When for example the centered dot · is often used in formulas like 
35199 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35200 \end_inset
35201
35202 , one would have to insert the command 
35203 \series bold
35204
35205 \backslash
35206 cdot
35207 \series default
35208
35209 \begin_inset Foot
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 see 
35214 \begin_inset CommandInset ref
35215 LatexCommand ref
35216 reference "sub:Binary-Operators"
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \end_inset
35224
35225  all the time, because this character is defined in all encodings as text
35226  character.
35227  But the encoding can be changed by this LaTeX-preamble line:
35228 \end_layout
35229
35230 \begin_layout Standard
35231
35232 \series bold
35233
35234 \backslash
35235 Declare Inputtext{183}{
35236 \backslash
35237 ifmmode
35238 \backslash
35239 cdot
35240 \backslash
35241 else
35242 \backslash
35243 textperiodcentered
35244 \backslash
35245 f\SpecialChar \textcompwordmark{}
35246 i}
35247 \end_layout
35248
35249 \begin_layout Standard
35250 The character encoding (menu 
35251 \family sans
35252 Document\SpecialChar \menuseparator
35253 Settings\SpecialChar \menuseparator
35254 Language
35255 \family default
35256 ) specifies what character appears when a keyboard key is pressed.
35257  When the key for the character '·' is pressed, internally the command 
35258 \series bold
35259
35260 \backslash
35261 textperiodcentered
35262 \series default
35263  is used.
35264  But this command is not available in a formula so that you would get LaTeX-erro
35265 rs.
35266  With the changed encoding the right command is chosen automatically, depending
35267  on if the character was inserted into a formula or not.
35268 \end_layout
35269
35270 \begin_layout Standard
35271 The encoding of several characters is saved in definition files.
35272  For example the encoding 
35273 \series bold
35274 latin9
35275 \series default
35276  is defined in the file 
35277 \series bold
35278 latin9.def
35279 \series default
35280  which is in the installation folder of LaTeX.
35281  Encodings should only be changed via the LaTeX-preamble and not in the
35282  definition files.
35283  Otherwise documents could not be edited by other LyX users working on other
35284  computers.
35285 \end_layout
35286
35287 \begin_layout Standard
35288 \begin_inset VSpace medskip
35289 \end_inset
35290
35291 Besides the centered dot, in this document the degree sign ° is defined
35292  with the following LaTeX-preamble line so that it can be directly inserted
35293  into a formula:
35294 \end_layout
35295
35296 \begin_layout Standard
35297
35298 \series bold
35299
35300 \backslash
35301 DeclareInputtext{176}{
35302 \backslash
35303 ifmmode^
35304 \backslash
35305 circ
35306 \backslash
35307 else
35308 \backslash
35309 textdegree
35310 \backslash
35311 f\SpecialChar \textcompwordmark{}
35312 i}
35313 \end_layout
35314
35315 \begin_layout Standard
35316 \begin_inset Newpage newpage
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Section
35323 \start_of_appendix
35324 Typographic Advice
35325 \begin_inset Index idx
35326 status collapsed
35327
35328 \begin_layout Plain Layout
35329 Typographic advice
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \begin_layout Standard
35338 This section is a summary of the most important typographic rules, listed
35339  in ISO norms.
35340 \begin_inset Foot
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344 This collection was partly taken from the German semi-official dictionary
35345  called 
35346 \begin_inset Quotes eld
35347 \end_inset
35348
35349 Duden
35350 \begin_inset Quotes erd
35351 \end_inset
35352
35353  
35354 \begin_inset CommandInset citation
35355 LatexCommand cite
35356 key "Duden"
35357
35358 \end_inset
35359
35360  that lists some of the ISO rules.
35361  More rules are listed in 
35362 \begin_inset CommandInset citation
35363 LatexCommand cite
35364 key "Checklist"
35365
35366 \end_inset
35367
35368 .
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Itemize
35377 Physical units are 
35378 \emph on
35379 always
35380 \emph default
35381  set upright
35382 \begin_inset Foot
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386 done with font styles, see 
35387 \begin_inset CommandInset ref
35388 LatexCommand ref
35389 reference "sub:Font-Styles"
35390
35391 \end_inset
35392
35393
35394 \end_layout
35395
35396 \end_inset
35397
35398 , no matter if they appear in italic text: 30
35399 \begin_inset space \thinspace{}
35400 \end_inset
35401
35402 km/h
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406 Between the value and the unit is the smallest space, see 
35407 \begin_inset CommandInset ref
35408 LatexCommand ref
35409 reference "sub:Predefined-Space"
35410
35411 \end_inset
35412
35413 .
35414 \begin_inset Newline newline
35415 \end_inset
35416
35417 This convention is automatically fulfilled when the command 
35418 \series bold
35419
35420 \backslash
35421 unittwo
35422 \series default
35423  is used.
35424  When it is entered to a formula, two boxes appear.
35425  In the first one the value is inserted, in the second one the unit, and
35426  one gets as above: 
35427 \begin_inset Formula $\unit[30]{km/h}$
35428 \end_inset
35429
35430
35431 \begin_inset space \thinspace{}
35432 \end_inset
35433
35434 .
35435  Note that 
35436 \series bold
35437
35438 \backslash
35439 unittwo
35440 \series default
35441  is not a real LaTeX command but the command 
35442 \series bold
35443
35444 \backslash
35445 unit[value]{unit}
35446 \series default
35447 , therefore you cannot use it in TeX code.
35448 \end_layout
35449
35450 \begin_layout Itemize
35451 Percent and perthousand signs are set like physical units:
35452 \begin_inset Newline newline
35453 \end_inset
35454
35455 1.2
35456 \begin_inset space \thinspace{}
35457 \end_inset
35458
35459 ‰ alcohol in blood
35460 \end_layout
35461
35462 \begin_layout Itemize
35463 The degree sign follows directly on the value: 15°, but not when it is used
35464  in units: 15
35465 \begin_inset space \thinspace{}
35466 \end_inset
35467
35468 °C
35469 \end_layout
35470
35471 \begin_layout Itemize
35472 In numbers with more than four digits the smallest space is inserted before
35473  every third digit to group them: 
35474 \family roman
35475 \series medium
35476 \shape up
35477 \size normal
35478 \emph off
35479 \bar no
35480 \noun off
35481 \color none
35482 18
35483 \begin_inset space \thinspace{}
35484 \end_inset
35485
35486 473
35487 \begin_inset space \thinspace{}
35488 \end_inset
35489
35490 588
35491 \end_layout
35492
35493 \begin_layout Itemize
35494 For dimensions like 120×90×40
35495 \begin_inset space \thinspace{}
35496 \end_inset
35497
35498 cm the multiplication sign 
35499 \begin_inset Quotes eld
35500 \end_inset
35501
35502 ×
35503 \begin_inset Quotes erd
35504 \end_inset
35505
35506  is used.
35507  It is available either via the command 
35508 \series bold
35509
35510 \backslash
35511 times
35512 \series default
35513  or via the menu 
35514 \family sans
35515 Insert\SpecialChar \menuseparator
35516 Special Character\SpecialChar \menuseparator
35517 Symbols
35518 \family default
35519 .
35520 \end_layout
35521
35522 \begin_layout Itemize
35523 Functions with names consisting of several letters are set upright to avoid
35524  confusions, see 
35525 \begin_inset CommandInset ref
35526 LatexCommand ref
35527 reference "sub:Predefined-Functions"
35528
35529 \end_inset
35530
35531 .
35532 \end_layout
35533
35534 \begin_layout Itemize
35535 Indices consisting of several letters, are set upright: 
35536 \begin_inset Formula $E_{\mathrm{kin}}$
35537 \end_inset
35538
35539
35540 \begin_inset Newline newline
35541 \end_inset
35542
35543 Components of matrices are set italic: 
35544 \begin_inset Formula $\hat{H}_{kl}$
35545 \end_inset
35546
35547
35548 \end_layout
35549
35550 \begin_layout Itemize
35551 The differentiation/integration operator 'd', the Euler's number 'e' and
35552  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35553  other variables.
35554 \end_layout
35555
35556 \begin_layout Itemize
35557 The character that denotes a 
35558 \noun on
35559 Fourier
35560 \noun default
35561  transformation is inserted either by the command 
35562 \series bold
35563
35564 \backslash
35565 mathscr
35566 \begin_inset space \textvisiblespace{}
35567 \end_inset
35568
35569 F
35570 \series default
35571  or via the menu 
35572 \family sans
35573 Insert\SpecialChar \menuseparator
35574 Special Character\SpecialChar \menuseparator
35575 Symbols\SpecialChar \menuseparator
35576 Letterlike
35577 \begin_inset space ~
35578 \end_inset
35579
35580 Symbols
35581 \family default
35582
35583 \begin_inset Formula $\mathscr{F}$
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Standard
35590 \begin_inset Newpage newpage
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Section
35597 Synonyms
35598 \begin_inset Index idx
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602 Synonyms
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 Some characters and symbols can be created with several commands.
35612  Here is a list of the synonym commands:
35613 \end_layout
35614
35615 \begin_layout Standard
35616 \begin_inset VSpace bigskip
35617 \end_inset
35618
35619
35620 \begin_inset space \hfill{}
35621 \end_inset
35622
35623
35624 \begin_inset Tabular
35625 <lyxtabular version="3" rows="12" columns="2">
35626 <features rotate="0" tabularvalignment="middle">
35627 <column alignment="center" valignment="top" width="0pt">
35628 <column alignment="center" valignment="top" width="0pt">
35629 <row>
35630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35631 \begin_inset Text
35632
35633 \begin_layout Plain Layout
35634 Command
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643 equivalent to
35644 \begin_inset Note Note
35645 status collapsed
35646
35647 \begin_layout Plain Layout
35648
35649 \series bold
35650
35651 \backslash
35652 raisebox
35653 \series default
35654  is only used as spacer.
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \end_inset
35663 </cell>
35664 </row>
35665 <row>
35666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670
35671 \backslash
35672 ast
35673 \end_layout
35674
35675 \end_inset
35676 </cell>
35677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35678 \begin_inset Text
35679
35680 \begin_layout Plain Layout
35681 \begin_inset ERT
35682 status collapsed
35683
35684 \begin_layout Plain Layout
35685
35686
35687 \backslash
35688 raisebox{-1.2mm}{
35689 \end_layout
35690
35691 \end_inset
35692
35693 *
35694 \begin_inset ERT
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698
35699 }
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 </row>
35710 <row>
35711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715
35716 \backslash
35717 choose
35718 \end_layout
35719
35720 \end_inset
35721 </cell>
35722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726
35727 \backslash
35728 binom
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 </row>
35734 <row>
35735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739
35740 \backslash
35741 geq
35742 \end_layout
35743
35744 \end_inset
35745 </cell>
35746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35747 \begin_inset Text
35748
35749 \begin_layout Plain Layout
35750
35751 \backslash
35752 ge
35753 \end_layout
35754
35755 \end_inset
35756 </cell>
35757 </row>
35758 <row>
35759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763
35764 \backslash
35765 lbrace
35766 \end_layout
35767
35768 \end_inset
35769 </cell>
35770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35771 \begin_inset Text
35772
35773 \begin_layout Plain Layout
35774 {
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 </row>
35780 <row>
35781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35782 \begin_inset Text
35783
35784 \begin_layout Plain Layout
35785
35786 \backslash
35787 lbracket
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796 [
35797 \end_layout
35798
35799 \end_inset
35800 </cell>
35801 </row>
35802 <row>
35803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35804 \begin_inset Text
35805
35806 \begin_layout Plain Layout
35807
35808 \backslash
35809 leftarrow
35810 \end_layout
35811
35812 \end_inset
35813 </cell>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818
35819 \backslash
35820 gets
35821 \end_layout
35822
35823 \end_inset
35824 </cell>
35825 </row>
35826 <row>
35827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35828 \begin_inset Text
35829
35830 \begin_layout Plain Layout
35831
35832 \backslash
35833 leq
35834 \end_layout
35835
35836 \end_inset
35837 </cell>
35838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842
35843 \backslash
35844 le
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 </row>
35850 <row>
35851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35852 \begin_inset Text
35853
35854 \begin_layout Plain Layout
35855
35856 \backslash
35857 lor
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866
35867 \backslash
35868 vee
35869 \end_layout
35870
35871 \end_inset
35872 </cell>
35873 </row>
35874 <row>
35875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35876 \begin_inset Text
35877
35878 \begin_layout Plain Layout
35879
35880 \backslash
35881 neq
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35887 \begin_inset Text
35888
35889 \begin_layout Plain Layout
35890
35891 \backslash
35892 not=
35893 \end_layout
35894
35895 \end_inset
35896 </cell>
35897 </row>
35898 <row>
35899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35900 \begin_inset Text
35901
35902 \begin_layout Plain Layout
35903
35904 \backslash
35905 slash
35906 \end_layout
35907
35908 \end_inset
35909 </cell>
35910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35911 \begin_inset Text
35912
35913 \begin_layout Plain Layout
35914 /
35915 \end_layout
35916
35917 \end_inset
35918 </cell>
35919 </row>
35920 <row>
35921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Plain Layout
35925
35926 \backslash
35927 vert
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35933 \begin_inset Text
35934
35935 \begin_layout Plain Layout
35936 |
35937 \end_layout
35938
35939 \end_inset
35940 </cell>
35941 </row>
35942 </lyxtabular>
35943
35944 \end_inset
35945
35946
35947 \begin_inset space \hfill{}
35948 \end_inset
35949
35950
35951 \begin_inset Tabular
35952 <lyxtabular version="3" rows="12" columns="2">
35953 <features rotate="0" tabularvalignment="middle">
35954 <column alignment="center" valignment="top" width="0pt">
35955 <column alignment="center" valignment="top" width="0pt">
35956 <row>
35957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35958 \begin_inset Text
35959
35960 \begin_layout Plain Layout
35961 Command
35962 \end_layout
35963
35964 \end_inset
35965 </cell>
35966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970 equivalent to
35971 \end_layout
35972
35973 \end_inset
35974 </cell>
35975 </row>
35976 <row>
35977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35978 \begin_inset Text
35979
35980 \begin_layout Plain Layout
35981
35982 \backslash
35983 backslash
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Plain Layout
35992
35993 \backslash
35994
35995 \backslash
35996
35997 \end_layout
35998
35999 \end_inset
36000 </cell>
36001 </row>
36002 <row>
36003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36004 \begin_inset Text
36005
36006 \begin_layout Plain Layout
36007
36008 \backslash
36009 dasharrow
36010 \end_layout
36011
36012 \end_inset
36013 </cell>
36014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36015 \begin_inset Text
36016
36017 \begin_layout Plain Layout
36018
36019 \backslash
36020 dashrightarrow
36021 \end_layout
36022
36023 \end_inset
36024 </cell>
36025 </row>
36026 <row>
36027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36028 \begin_inset Text
36029
36030 \begin_layout Plain Layout
36031
36032 \backslash
36033 land
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042
36043 \backslash
36044 wedge
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 </row>
36050 <row>
36051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055
36056 \backslash
36057 rbrace
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36063 \begin_inset Text
36064
36065 \begin_layout Plain Layout
36066 }
36067 \end_layout
36068
36069 \end_inset
36070 </cell>
36071 </row>
36072 <row>
36073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36074 \begin_inset Text
36075
36076 \begin_layout Plain Layout
36077
36078 \backslash
36079 rbracket
36080 \end_layout
36081
36082 \end_inset
36083 </cell>
36084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36085 \begin_inset Text
36086
36087 \begin_layout Plain Layout
36088 ]
36089 \end_layout
36090
36091 \end_inset
36092 </cell>
36093 </row>
36094 <row>
36095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36096 \begin_inset Text
36097
36098 \begin_layout Plain Layout
36099
36100 \backslash
36101 rightarrow
36102 \end_layout
36103
36104 \end_inset
36105 </cell>
36106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36107 \begin_inset Text
36108
36109 \begin_layout Plain Layout
36110
36111 \backslash
36112 to
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 </row>
36118 <row>
36119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123
36124 \backslash
36125 lnot
36126 \end_layout
36127
36128 \end_inset
36129 </cell>
36130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134
36135 \backslash
36136 neg
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 </row>
36142 <row>
36143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147
36148 \backslash
36149 ne
36150 \end_layout
36151
36152 \end_inset
36153 </cell>
36154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36155 \begin_inset Text
36156
36157 \begin_layout Plain Layout
36158
36159 \backslash
36160 not=
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 </row>
36166 <row>
36167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36168 \begin_inset Text
36169
36170 \begin_layout Plain Layout
36171
36172 \backslash
36173 owns
36174 \end_layout
36175
36176 \end_inset
36177 </cell>
36178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36179 \begin_inset Text
36180
36181 \begin_layout Plain Layout
36182
36183 \backslash
36184 ni
36185 \end_layout
36186
36187 \end_inset
36188 </cell>
36189 </row>
36190 <row>
36191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36192 \begin_inset Text
36193
36194 \begin_layout Plain Layout
36195
36196 \backslash
36197 square
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36203 \begin_inset Text
36204
36205 \begin_layout Plain Layout
36206
36207 \backslash
36208 Box
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 </row>
36214 <row>
36215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219
36220 \backslash
36221 Vert
36222 \end_layout
36223
36224 \end_inset
36225 </cell>
36226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230
36231 \backslash
36232 |
36233 \end_layout
36234
36235 \end_inset
36236 </cell>
36237 </row>
36238 </lyxtabular>
36239
36240 \end_inset
36241
36242
36243 \begin_inset space \hfill{}
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \begin_layout Standard
36250 \begin_inset Newpage newpage
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Bibliography
36257 \begin_inset CommandInset bibitem
36258 LatexCommand bibitem
36259 key "TLC2"
36260
36261 \end_inset
36262
36263
36264 \shape smallcaps
36265 Mittelbach, F.
36266  ; Goossens, M.
36267 \shape default
36268
36269 \shape italic
36270 The LaTeX Companion
36271 \shape default
36272 .
36273  Addison Wesley, 2004
36274 \end_layout
36275
36276 \begin_layout Bibliography
36277 \begin_inset CommandInset bibitem
36278 LatexCommand bibitem
36279 key "Mathmode"
36280
36281 \end_inset
36282
36283
36284 \begin_inset CommandInset href
36285 LatexCommand href
36286 name "Description"
36287 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36288
36289 \end_inset
36290
36291  of LaTeX's math abilities
36292 \end_layout
36293
36294 \begin_layout Bibliography
36295 \begin_inset CommandInset bibitem
36296 LatexCommand bibitem
36297 key "AMS"
36298
36299 \end_inset
36300
36301
36302 \begin_inset CommandInset href
36303 LatexCommand href
36304 name "Description"
36305 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36306
36307 \end_inset
36308
36309  of 
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315
36316 \backslash
36317 AmS
36318 \end_layout
36319
36320 \end_inset
36321
36322 -LaTeX
36323 \end_layout
36324
36325 \begin_layout Bibliography
36326 \begin_inset CommandInset bibitem
36327 LatexCommand bibitem
36328 key "Symbols"
36329
36330 \end_inset
36331
36332
36333 \begin_inset CommandInset href
36334 LatexCommand href
36335 name "List"
36336 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36337
36338 \end_inset
36339
36340  of all symbols available with LaTeX-packages
36341 \end_layout
36342
36343 \begin_layout Bibliography
36344 \begin_inset CommandInset bibitem
36345 LatexCommand bibitem
36346 key "cancel"
36347
36348 \end_inset
36349
36350
36351 \begin_inset CommandInset href
36352 LatexCommand href
36353 name "Documentation"
36354 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36355
36356 \end_inset
36357
36358  of the LaTeX-package 
36359 \series bold
36360 cancel
36361 \series default
36362
36363 \begin_inset Index idx
36364 status collapsed
36365
36366 \begin_layout Plain Layout
36367 Packages ! cancel
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Bibliography
36376 \begin_inset CommandInset bibitem
36377 LatexCommand bibitem
36378 key "hyperref"
36379
36380 \end_inset
36381
36382
36383 \begin_inset CommandInset href
36384 LatexCommand href
36385 name "Documentation"
36386 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36387
36388 \end_inset
36389
36390  of the LaTeX-package 
36391 \series bold
36392 hyperref
36393 \series default
36394
36395 \begin_inset Index idx
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399 Packages ! hyperref
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 "mhchem"
36411
36412 \end_inset
36413
36414
36415 \begin_inset CommandInset href
36416 LatexCommand href
36417 name "Documentation"
36418 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36419
36420 \end_inset
36421
36422  of the LaTeX-package 
36423 \series bold
36424 mhchem
36425 \series default
36426
36427 \begin_inset Index idx
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431 Packages ! mhchem
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 "Mathclap"
36443
36444 \end_inset
36445
36446
36447 \begin_inset CommandInset href
36448 LatexCommand href
36449 name "Description"
36450 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36451
36452 \end_inset
36453
36454  of the command 
36455 \series bold
36456
36457 \backslash
36458 mathclap
36459 \series default
36460 , described in 
36461 \begin_inset CommandInset ref
36462 LatexCommand ref
36463 reference "sub:Operator-Limits"
36464
36465 \end_inset
36466
36467
36468 \begin_inset Index idx
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Commands ! M ! 
36473 \backslash
36474 mathclap
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Bibliography
36483 \begin_inset CommandInset bibitem
36484 LatexCommand bibitem
36485 key "Duden"
36486
36487 \end_inset
36488
36489
36490 \emph on
36491 Duden Band 1
36492 \emph default
36493 .
36494  22.
36495  Auflage, Duden 2001
36496 \end_layout
36497
36498 \begin_layout Bibliography
36499 \begin_inset CommandInset bibitem
36500 LatexCommand bibitem
36501 key "Checklist"
36502
36503 \end_inset
36504
36505
36506 \begin_inset CommandInset href
36507 LatexCommand href
36508 name "Check list"
36509 target "http://physics.nist.gov/Document/checklist.pdf"
36510
36511 \end_inset
36512
36513  for reviewing manuscripts
36514 \end_layout
36515
36516 \begin_layout Standard
36517 \begin_inset CommandInset index_print
36518 LatexCommand printindex
36519 type "idx"
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \end_body
36527 \end_document