]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
4d7ab50bace01e920e37a5e1a23699bd2c3bfbac
[features.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % solves the following problem:
28 % If the dection number consits of too many numerals the section heading
29 % will be printed in the TOC without a space between it and the section number.
30 % As solution more space between the number and the heading is inserted:
31 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
32 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
33
34 % increase link area for cross-references and autoname them,
35 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
36 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
37 \@ifpackageloaded{babel}{
38  \addto\extrasenglish{%
39   \renewcommand*{\equationautorefname}[1]{}%
40   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
41   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
42   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
43  }
44 }{}
45
46 % don't load packages twice
47 % see first footnote in sec. 9.3
48 \@ifundefined{textcolor}{\usepackage{color}}{}
49
50 % the pages of the TOC are numbered roman
51 % and a PDF-bookmark for the TOC is added
52 \pagenumbering{roman}
53 \let\myTOC\tableofcontents
54 \renewcommand{\tableofcontents}{%
55  \vspace{1cm}
56  \pdfbookmark[1]{\contentsname}{}
57  \myTOC
58  \cleardoublepage
59  \pagenumbering{arabic}}
60
61 % add 0.5 mm vertical space for table rows
62 \@ifundefined{extrarowheight} {\usepackage{array}}{}
63 \setlength{\extrarowheight}{0.5mm}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % makes caption labels bold
70 \setkomafont{captionlabel}{\bfseries}
71
72 % enables calculation of values
73 \usepackage{calc}
74
75 % for multiple columns used in sec. 24.7
76 \usepackage{multicol}
77
78 % needed in sec. 19.4
79 \usepackage{remreset}
80
81 % for the Fourier transformation symbol
82 \usepackage{mathrsfs}
83
84 % define a color, used in sec.9.3
85 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
86
87 % declare operators (see sec. 10.4 and sec. 15.2)
88 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
89 \DeclareMathOperator{\sgn}{sgn}
90
91 % example definitions for sec. 20.1 
92 \newcommand{\gr}{\Longrightarrow}
93 \newcommand{\us}[1]{\underline{#1}}
94 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
95 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
96 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
97
98 % example macro from sec. 19.4
99 %\def\tagform@#1{\maketag@@@{|#1|}}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package undertilde
107 % used for the command \utilde
108 \newboolean{undertilde}
109 \IfFileExists{undertilde.sty}
110  {\usepackage{undertilde}
111   \setboolean{undertilde}{true}}
112  {\setboolean{undertilde}{false}}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % check for package braket
123 % used for physical vectors
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options false
146 \maintain_unincluded_children false
147 \language english
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_math auto
155 \font_default_family default
156 \use_non_tex_fonts false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize 12
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX's Math Manual"
170 \pdf_author "LyX Team, Uwe Stöhr"
171 \pdf_subject "LyX-documentation about math"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry false
185 \use_package amsmath 2
186 \use_package amssymb 2
187 \use_package cancel 0
188 \use_package esint 1
189 \use_package mathdots 1
190 \use_package mathtools 2
191 \use_package mhchem 1
192 \use_package stackrel 0
193 \use_package stmaryrd 0
194 \use_package undertilde 0
195 \cite_engine basic
196 \cite_engine_type default
197 \biblio_style plain
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \justification true
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Index
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 \SpecialChar LyX
231 's detailed Math manual
232 \end_layout
233
234 \begin_layout Author
235 by the \SpecialChar LyX
236  Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 If you have comments or error corrections, please send them to the \SpecialChar LyX
243  Documentatio
244 n mailing list: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
251 type "mailto:"
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Plain Layout
265 author: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \family sans
280 Version 2.1.x
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset CommandInset toc
285 LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
298 -packages 
299 \series bold
300 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
301 \series default
302  and 
303 \series bold
304 was
305 \series default
306  should be installed.
307  If they are not installed the document can be exported anyway but the sections
308  where the packages are required will not appear in the output.
309  An exception is 
310 \series bold
311 mhchem
312 \series default
313 ; if it is not installed, this file cannot be exported.
314 \end_layout
315
316 \begin_layout Plain Layout
317 The latest PDF-version of this document can be found here:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Introduction
340 \end_layout
341
342 \begin_layout Standard
343 This document explains \SpecialChar LyX
344 's math features and is furthermore a collection
345  of \SpecialChar LaTeX
346 -commands used for mathematical characters and constructs.
347  The explanations are designed for the usage of commands.
348  It is therefore required that you have read the section 
349 \family typewriter
350 Mathematical
351 \begin_inset space ~
352 \end_inset
353
354 Formulas
355 \family default
356  of the User's Guide.
357 \end_layout
358
359 \begin_layout Standard
360 Most of the characters and many constructs explained in this manual are
361  also accessible via the menu 
362 \family sans
363 Insert
364 \series bold
365 \SpecialChar menuseparator
366
367 \series default
368 Math
369 \family default
370  or the 
371 \family sans
372 math
373 \family default
374 \series bold
375  
376 \family sans
377 \series default
378 toolbar
379 \family default
380 .
381  But everybody who has to write lots of formulas will notice that it is
382  much faster to use commands instead of the math toolbar.
383  Therefore this manual is focused on commands but also mentions the correspondin
384 g toolbar buttons when available.
385 \end_layout
386
387 \begin_layout Standard
388 If not specially mentioned the commands are only available within formulas.
389  To be able to use all commands explained in this document, the option 
390 \family sans
391 Use AMS math package
392 \family default
393  must be checked in the document settings (menu 
394 \family sans
395 Document\SpecialChar menuseparator
396 Settings\SpecialChar menuseparator
397 Math
398 \begin_inset space ~
399 \end_inset
400
401 Options
402 \family default
403 ).
404 \begin_inset Foot
405 status collapsed
406
407 \begin_layout Plain Layout
408 The option 
409 \family sans
410 Use AMS math package automatically
411 \family default
412  only uses 
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418
419 \backslash
420 AmS 
421 \end_layout
422
423 \end_inset
424
425 -math when math constructs are found that are supported by \SpecialChar LyX
426 .
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \begin_layout Standard
435 This document doesn't list all 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS 
444 \end_layout
445
446 \end_inset
447
448 -math commands
449 \begin_inset Foot
450 status collapsed
451
452 \begin_layout Plain Layout
453 A list with all 
454 \begin_inset ERT
455 status collapsed
456
457 \begin_layout Plain Layout
458
459
460 \backslash
461 AmS
462 \end_layout
463
464 \end_inset
465
466 -math commands is in the file 
467 \family sans
468
469 \begin_inset CommandInset href
470 LatexCommand href
471 name "amsguide.ps"
472 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
473
474 \end_inset
475
476
477 \family default
478 , which is part of every \SpecialChar LaTeX
479  standard installation.
480 \end_layout
481
482 \end_inset
483
484  for lucidity reasons.
485 \end_layout
486
487 \begin_layout Section
488 General Instructions
489 \end_layout
490
491 \begin_layout Standard
492 To create an inline formula
493 \begin_inset Index idx
494 status collapsed
495
496 \begin_layout Plain Layout
497 Formula ! inline
498 \end_layout
499
500 \end_inset
501
502  that is embedded into a text line, use one of the shortcuts 
503 \begin_inset Info
504 type  "shortcuts"
505 arg   "math-mode"
506 \end_inset
507
508  or the toolbar button 
509 \begin_inset Info
510 type  "icon"
511 arg   "math-mode"
512 \end_inset
513
514 .
515 \begin_inset Newline newline
516 \end_inset
517
518 To create a display style formula
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 Formula ! display style
524 \end_layout
525
526 \end_inset
527
528  which will appear bigger, has a different format, and will be in a separate
529  paragraph, use one of these shortcuts: 
530 \begin_inset Info
531 type  "shortcuts"
532 arg   "math-display"
533 \end_inset
534
535 .
536 \end_layout
537
538 \begin_layout Standard
539 To change a display style formula to an inline formula, set the cursor into
540  the formula and use one of the shortcuts 
541 \begin_inset Info
542 type  "shortcuts"
543 arg   "math-mode"
544 \end_inset
545
546  or the menu 
547 \family sans
548 Edit\SpecialChar menuseparator
549 Math\SpecialChar menuseparator
550 Change formula type
551 \family default
552 .
553  The same way is used to change an inline formula to a display style formula.
554 \end_layout
555
556 \begin_layout Standard
557 To display parts of an inline formula in the size of a display style formula,
558  enter the command 
559 \series bold
560
561 \backslash
562 displaystyle
563 \series default
564
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 Commands ! D ! 
570 \backslash
571 displaystyle
572 \end_layout
573
574 \end_inset
575
576  to a formula.
577  Then a new blue box appears in which the desired formula part is inserted.
578 \end_layout
579
580 \begin_layout Standard
581 Only inline formulas are allowed inside tables.
582 \end_layout
583
584 \begin_layout Standard
585 The 
586 \family sans
587 math toolbar
588 \family default
589  can be turned on in the menu 
590 \family sans
591 View\SpecialChar menuseparator
592 Toolbars
593 \family default
594 .
595  When you click there on 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Math
600 \begin_inset Quotes erd
601 \end_inset
602
603  the toolbar will be shown permanently at the bottom; this state is visualized
604  in the 
605 \family sans
606 Toolbars
607 \family default
608  menu with a checkmark.
609  When you click in this state again on 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Math
614 \begin_inset Quotes erd
615 \end_inset
616
617  in the 
618 \family sans
619 Toolbars
620 \family default
621  menu, the 
622 \family sans
623 math toolbar
624 \family default
625  is only shown when the cursor is within a formula; this state is visualized
626  by the renaming of the menu entry from 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset Quotes erd
632 \end_inset
633
634  to 
635 \begin_inset Quotes eld
636 \end_inset
637
638 Math
639 \begin_inset space ~
640 \end_inset
641
642 (auto)
643 \begin_inset Quotes erd
644 \end_inset
645
646 .
647 \end_layout
648
649 \begin_layout Standard
650 The \SpecialChar TeX
651  mode
652 \begin_inset Index idx
653 status collapsed
654
655 \begin_layout Plain Layout
656 T@\SpecialChar TeX
657 -mode
658 \end_layout
659
660 \end_inset
661
662  is invoked by pressing the toolbar button 
663 \begin_inset Info
664 type  "icon"
665 arg   "ert-insert"
666 \end_inset
667
668  or by using the menu 
669 \family sans
670 Insert\SpecialChar menuseparator
671 TeX Code
672 \family default
673  (shortcut 
674 \begin_inset Info
675 type  "shortcut"
676 arg   "ert-insert"
677 \end_inset
678
679 ).
680 \end_layout
681
682 \begin_layout Standard
683 To change the \SpecialChar LaTeX
684 -preamble
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 L@\SpecialChar LaTeX
690 -preamble
691 \end_layout
692
693 \end_inset
694
695 , use the menu 
696 \family sans
697 Document\SpecialChar menuseparator
698 Settings\SpecialChar menuseparator
699 LaTeX
700 \family default
701  
702 \family sans
703 Preamble
704 \family default
705 .
706 \end_layout
707
708 \begin_layout Standard
709 To edit matrices, case differentiations and multiline formulas subsequently,
710  use the menus 
711 \family sans
712 Edit\SpecialChar menuseparator
713 Math
714 \family default
715  and 
716 \family sans
717 Edit\SpecialChar menuseparator
718 Rows
719 \begin_inset space \thinspace{}
720 \end_inset
721
722 &
723 \begin_inset space \thinspace{}
724 \end_inset
725
726 Columns,
727 \family default
728  or the 
729 \family sans
730 table toolbar
731 \family default
732 .
733  When lines and columns are swapped via the menu, the column or line where
734  the cursor is in is exchanged with the column to the right or the line
735  below, respectively.
736  Is the cursor in the last column or row, the exchange is done with the
737  column to the left or the line above.
738 \end_layout
739
740 \begin_layout Standard
741 To write text in formulas
742 \begin_inset Foot
743 status collapsed
744
745 \begin_layout Plain Layout
746 For multiline formulas the command 
747 \series bold
748
749 \backslash
750 intertext
751 \series default
752  is used, see 
753 \begin_inset CommandInset ref
754 LatexCommand ref
755 reference "subsec:Text-in-multiline"
756
757 \end_inset
758
759 .
760 \end_layout
761
762 \end_inset
763
764  
765 \emph on
766 mathematical text
767 \emph default
768
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 Text ! in formulas
774 \end_layout
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Mathematical text
784 \end_layout
785
786 \end_inset
787
788  is used.
789  This mode is invoked with the shortcut 
790 \begin_inset Info
791 type  "shortcut"
792 arg   "font-default"
793 \end_inset
794
795  or by the insertion of the command 
796 \series bold
797
798 \backslash
799 text
800 \series default
801
802 \begin_inset Index idx
803 status collapsed
804
805 \begin_layout Plain Layout
806 Commands ! T ! 
807 \backslash
808 text
809 \end_layout
810
811 \end_inset
812
813 .
814  The text appears black in \SpecialChar LyX
815  and can therefore be distinguished from the
816  other formula parts which appear blue.
817  In the output mathematical text is set upright, in contrary to other formula
818  parts.
819 \end_layout
820
821 \begin_layout Subsection*
822 Command Scheme
823 \end_layout
824
825 \begin_layout Standard
826 Most of the \SpecialChar LaTeX
827 -commands for math constructs have the following scheme:
828 \end_layout
829
830 \begin_layout Standard
831
832 \series bold
833
834 \backslash
835 commandname[optional
836 \series default
837  
838 \series bold
839 argument]{required
840 \series default
841  
842 \series bold
843 argument}
844 \end_layout
845
846 \begin_layout Standard
847 A command always starts with a backslash 
848 \begin_inset Quotes gld
849 \end_inset
850
851
852 \series bold
853
854 \backslash
855
856 \series default
857
858 \begin_inset Quotes grd
859 \end_inset
860
861 .
862  To omit optional arguments, also omit the associated brackets.
863  The braces around the required arguments are named in this document as
864  \SpecialChar TeX
865  braces
866 \begin_inset Index idx
867 status collapsed
868
869 \begin_layout Plain Layout
870 T@\SpecialChar TeX
871 -braces
872 \end_layout
873
874 \end_inset
875
876 .
877  If you add in a formula a left brace to a command name, \SpecialChar LyX
878  automatically
879  creates a \SpecialChar TeX
880  brace.
881  In all other cases \SpecialChar TeX
882  braces are created in formulas with the command 
883 \series bold
884
885 \backslash
886 {
887 \series default
888 .
889  \SpecialChar TeX
890  braces appear red in \SpecialChar LyX
891 , in contrary to normal braces which appear blue.
892  In \SpecialChar TeX
893  mode no command is needed to get \SpecialChar TeX
894  braces.
895  \SpecialChar TeX
896  braces don't appear in the output.
897 \end_layout
898
899 \begin_layout Standard
900 When commands without arguments, like commands for symbols are entered in
901  \SpecialChar TeX
902  mode, a space character must 
903 \emph on
904 always
905 \emph default
906  be behind the command to end it.
907  This space doesn't appear in the output.
908  When the space should appear in the output, the space must be followed
909  by a protected space in normal text.
910 \end_layout
911
912 \begin_layout Standard
913 A protected space is inserted with 
914 \begin_inset Info
915 type  "shortcuts"
916 arg   "command-alternatives space-insert protected ; math-space"
917 \end_inset
918
919 .
920 \end_layout
921
922 \begin_layout Subsection*
923 \begin_inset Newpage newpage
924 \end_inset
925
926 Syntax Explanation
927 \end_layout
928
929 \begin_layout Itemize
930 The symbol 
931 \begin_inset space \textvisiblespace{}
932 \end_inset
933
934  denotes a space character to be input.
935 \end_layout
936
937 \begin_layout Itemize
938 An arrow like 
939 \begin_inset Formula $\to$
940 \end_inset
941
942  denotes the usage of the corresponding arrow key on the keyboard.
943  The 
944 \family sans
945 Tab
946 \family default
947  key can often be used instead of 
948 \begin_inset Formula $\to$
949 \end_inset
950
951  and 
952 \begin_inset Formula $\downarrow$
953 \end_inset
954
955 , and 
956 \family sans
957 Shift+Tab
958 \family default
959  instead of 
960 \begin_inset Formula $\leftarrow$
961 \end_inset
962
963  and 
964 \begin_inset Formula $\uparrow$
965 \end_inset
966
967 .
968 \end_layout
969
970 \begin_layout Subsection*
971 Available units
972 \end_layout
973
974 \begin_layout Standard
975 \align center
976 \begin_inset Float table
977 placement H
978 wide false
979 sideways false
980 status open
981
982 \begin_layout Plain Layout
983 \align center
984 \begin_inset Caption Standard
985
986 \begin_layout Plain Layout
987 \begin_inset CommandInset label
988 LatexCommand label
989 name "tab:Available-units"
990
991 \end_inset
992
993 Available units
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \begin_layout Plain Layout
1002 \align center
1003 \begin_inset Tabular
1004 <lyxtabular version="3" rows="13" columns="2">
1005 <features booktabs="true" tabularvalignment="middle">
1006 <column alignment="center" valignment="top">
1007 <column alignment="center" valignment="top" width="0pt">
1008 <row>
1009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 Unit
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Name / Description
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 </row>
1028 <row>
1029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 mm
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Millimeter
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 cm
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Centimeter
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 in
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Inch (1
1083 \begin_inset space \thinspace{}
1084 \end_inset
1085
1086 in = 2,54
1087 \begin_inset space \thinspace{}
1088 \end_inset
1089
1090 cm)
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 pt
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 Point (72.27
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 pt = 1
1115 \begin_inset space \thinspace{}
1116 \end_inset
1117
1118 in)
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 pc
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 Pica (1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 pc = 12
1143 \begin_inset space \thinspace{}
1144 \end_inset
1145
1146 pt)
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 </row>
1152 <row>
1153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 sp
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 scaled point (65536
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 sp = 1
1171 \begin_inset space \thinspace{}
1172 \end_inset
1173
1174 pt)
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 </row>
1180 <row>
1181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 böp
1186 \end_layout
1187
1188 \end_inset
1189 </cell>
1190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 big point (72
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 bp = 1
1199 \begin_inset space \thinspace{}
1200 \end_inset
1201
1202 in)
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 </row>
1208 <row>
1209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 dd
1214 \end_layout
1215
1216 \end_inset
1217 </cell>
1218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 Didot (1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 dd 
1227 \begin_inset Formula $\approx$
1228 \end_inset
1229
1230  0.376
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 mm)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 cc
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 Cicero (1
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 cc = 12
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd)
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 </row>
1268 <row>
1269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 ex
1274 \end_layout
1275
1276 \end_inset
1277 </cell>
1278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 Height of letter 
1283 \emph on
1284
1285 \begin_inset Quotes eld
1286 \end_inset
1287
1288 x
1289 \emph default
1290
1291 \begin_inset Quotes erd
1292 \end_inset
1293
1294  in the current font
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 <row>
1301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 em
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 width of letter 
1315 \begin_inset Quotes eld
1316 \end_inset
1317
1318
1319 \emph on
1320 M
1321 \emph default
1322
1323 \begin_inset Quotes erd
1324 \end_inset
1325
1326  in the current font
1327 \end_layout
1328
1329 \end_inset
1330 </cell>
1331 </row>
1332 <row>
1333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 mu
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 math unit (1
1347 \begin_inset space \thinspace{}
1348 \end_inset
1349
1350 mu = 
1351 \begin_inset Formula $\nicefrac{1}{18}$
1352 \end_inset
1353
1354
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 em)
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 </row>
1364 </lyxtabular>
1365
1366 \end_inset
1367
1368
1369 \end_layout
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \begin_layout Standard
1377 \begin_inset Newpage newpage
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \begin_layout Section
1384 Basic Functions
1385 \end_layout
1386
1387 \begin_layout Subsection
1388 Exponents
1389 \begin_inset Index idx
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 Exponents
1394 \end_layout
1395
1396 \end_inset
1397
1398  and Indices
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 Indices
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 Superscripts|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Exponents
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Subscripts|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Indices
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \begin_layout Standard
1476 Indices are created with an underscore 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 _
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  or via the math toolbar button 
1485 \begin_inset Info
1486 type  "icon"
1487 arg   "math-subscript"
1488 \end_inset
1489
1490 , exponents with a caret 
1491 \begin_inset Quotes eld
1492 \end_inset
1493
1494 ^
1495 \begin_inset Quotes erd
1496 \end_inset
1497
1498  or via the math toolbar button 
1499 \begin_inset Info
1500 type  "icon"
1501 arg   "math-superscript"
1502 \end_inset
1503
1504 .
1505 \begin_inset Separator parbreak
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 \align center
1513 \begin_inset Tabular
1514 <lyxtabular version="3" rows="4" columns="2">
1515 <features booktabs="true" tabularvalignment="middle">
1516 <column alignment="center" valignment="top" width="0pt">
1517 <column alignment="center" valignment="top" width="0pt">
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Plain Layout
1523 Command
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Result
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 </row>
1538 <row>
1539 <cell alignment="center" valignment="top" usebox="none">
1540 \begin_inset Text
1541
1542 \begin_layout Plain Layout
1543 B_V
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 <cell alignment="center" valignment="top" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 \begin_inset Formula $B_{V}$
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \end_inset
1559 </cell>
1560 </row>
1561 <row topspace="1.5mm">
1562 <cell alignment="center" valignment="top" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 B^V
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 <cell alignment="center" valignment="top" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 \begin_inset Formula $B^{V}$
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 </row>
1584 <row topspace="1.5mm">
1585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 B^
1590 \begin_inset space \textvisiblespace{}
1591 \end_inset
1592
1593 A
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B^{A}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 </lyxtabular>
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 As the caret is in some languages an accent, vowels will be accentuated
1620  in this case and not set as exponents
1621 \begin_inset Foot
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 Depending on the used keyboard settings this can also happen for characters
1626  other than vowels.
1627 \end_layout
1628
1629 \end_inset
1630
1631 .
1632  To get exponents in this case, press 
1633 \family sans
1634 Space
1635 \family default
1636  after the caret as in the last example.
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 Fractions
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "subsec:Fractions"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 Fractions
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 Fractions are generated with the command 
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Commands ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679  or via the math toolbar button 
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 .
1686  The font size is adjusted automatically, depending on whether the fraction
1687  is in an inline or display style formula.
1688  With the math toolbar button 
1689 \begin_inset Info
1690 type  "icon"
1691 arg   "math-insert \\frac-square"
1692 \end_inset
1693
1694  you can select different fraction types.
1695 \end_layout
1696
1697 \begin_layout Standard
1698 With the command 
1699 \series bold
1700
1701 \backslash
1702 dfrac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 Commands ! D ! 
1710 \backslash
1711 dfrac
1712 \end_layout
1713
1714 \end_inset
1715
1716  a fraction can be created that always has the size of a display style formula.
1717  With 
1718 \series bold
1719
1720 \backslash
1721 tfrac
1722 \series default
1723
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Commands ! T ! 
1729 \backslash
1730 tfrac
1731 \end_layout
1732
1733 \end_inset
1734
1735  the fraction appears always with the size of an inline formula.
1736  An example:
1737 \end_layout
1738
1739 \begin_layout Standard
1740 A line with the fraction 
1741 \begin_inset Formula $\frac{1}{2}$
1742 \end_inset
1743
1744  that was created with the command 
1745 \series bold
1746
1747 \backslash
1748 frac
1749 \series default
1750 .
1751 \end_layout
1752
1753 \begin_layout Standard
1754 A line with the fraction 
1755 \begin_inset Formula $\dfrac{1}{2}$
1756 \end_inset
1757
1758  that was created with the command 
1759 \series bold
1760
1761 \backslash
1762 dfrac
1763 \series default
1764 .
1765 \begin_inset Separator parbreak
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features booktabs="true" tabularvalignment="middle">
1776 <column alignment="center" valignment="top" width="0pt">
1777 <column alignment="center" valignment="top" width="0pt">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 Command
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 Result
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 </row>
1798 <row topspace="1.5mm">
1799 <cell alignment="center" valignment="top" usebox="none">
1800 \begin_inset Text
1801
1802 \begin_layout Plain Layout
1803
1804 \backslash
1805 frac
1806 \begin_inset space \textvisiblespace{}
1807 \end_inset
1808
1809 A
1810 \begin_inset Formula $\downarrow$
1811 \end_inset
1812
1813 B
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 \begin_inset Formula $\frac{A}{B}$
1823 \end_inset
1824
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 </row>
1831 <row topspace="2mm">
1832 <cell alignment="center" valignment="top" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \backslash
1838 dfrac
1839 \begin_inset space \textvisiblespace{}
1840 \end_inset
1841
1842 A
1843 \begin_inset Formula $\downarrow$
1844 \end_inset
1845
1846 B
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 \begin_inset Formula $\dfrac{A}{B}$
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 <row topspace="2mm" bottomspace="1mm">
1865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \backslash
1871 dfrac
1872 \begin_inset space \textvisiblespace{}
1873 \end_inset
1874
1875 e^
1876 \backslash
1877 frac
1878 \begin_inset space \textvisiblespace{}
1879 \end_inset
1880
1881 1
1882 \begin_inset Formula $\downarrow$
1883 \end_inset
1884
1885 2
1886 \begin_inset Formula $\downarrow\downarrow$
1887 \end_inset
1888
1889 3
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 </lyxtabular>
1908
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Standard
1915 \begin_inset VSpace bigskip
1916 \end_inset
1917
1918
1919 \begin_inset Newpage newpage
1920 \end_inset
1921
1922 For nested fractions the command 
1923 \series bold
1924
1925 \backslash
1926 cfrac
1927 \series default
1928
1929 \begin_inset Index idx
1930 status collapsed
1931
1932 \begin_layout Plain Layout
1933 Commands ! C ! 
1934 \backslash
1935 cfrac
1936 \end_layout
1937
1938 \end_inset
1939
1940  can be used.
1941  Here is an example:
1942 \begin_inset VSpace -3mm
1943 \end_inset
1944
1945
1946 \end_layout
1947
1948 \begin_layout Standard
1949 \begin_inset Formula 
1950 \begin{align*}
1951 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1952 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1953 \end{align*}
1954
1955 \end_inset
1956
1957
1958 \end_layout
1959
1960 \begin_layout Standard
1961 The command for the example above is:
1962 \end_layout
1963
1964 \begin_layout Standard
1965
1966 \series bold
1967
1968 \backslash
1969 cfrac
1970 \begin_inset space \textvisiblespace{}
1971 \end_inset
1972
1973 A
1974 \begin_inset Formula $\downarrow$
1975 \end_inset
1976
1977 B+
1978 \backslash
1979 cfrac
1980 \begin_inset space \textvisiblespace{}
1981 \end_inset
1982
1983 C+
1984 \backslash
1985 cfrac
1986 \begin_inset space \textvisiblespace{}
1987 \end_inset
1988
1989 E
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 F
1994 \begin_inset Formula $\downarrow$
1995 \end_inset
1996
1997 D
1998 \end_layout
1999
2000 \begin_layout Standard
2001 \begin_inset VSpace medskip
2002 \end_inset
2003
2004
2005 \end_layout
2006
2007 \begin_layout Standard
2008
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \series default
2014  sets the fraction always in the size of a displayed formula, also when
2015  it is part of another fraction.
2016 \end_layout
2017
2018 \begin_layout Standard
2019 It is possible to specify the alignment of the numerator.
2020  The command 
2021 \series bold
2022
2023 \backslash
2024 cfracleft
2025 \series default
2026  is used to left align it, the command 
2027 \series bold
2028
2029 \backslash
2030 cfracright
2031 \series default
2032  to right-align it.
2033  
2034 \series bold
2035
2036 \backslash
2037 cfrac
2038 \series default
2039  centers the numerator.
2040  These fractions demonstrate the different alignments:
2041 \end_layout
2042
2043 \begin_layout Standard
2044
2045 \series bold
2046 \begin_inset Formula 
2047 \[
2048 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2049 \]
2050
2051 \end_inset
2052
2053
2054 \end_layout
2055
2056 \begin_layout Standard
2057 \begin_inset Note Greyedout
2058 status open
2059
2060 \begin_layout Plain Layout
2061
2062 \series bold
2063 Note:
2064 \series default
2065  
2066 \series bold
2067
2068 \backslash
2069 cfracleft
2070 \series default
2071  and 
2072 \series bold
2073
2074 \backslash
2075 cfracright
2076 \series default
2077  are no real \SpecialChar LaTeX
2078  commands but represent the command 
2079 \series bold
2080
2081 \backslash
2082 cfrac[alignment]{numerator}{denominator}
2083 \series default
2084  .
2085  Therefore you cannot use them in \SpecialChar TeX
2086  code.
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Standard
2095 \begin_inset VSpace medskip
2096 \end_inset
2097
2098 It is often advantageous to combine 
2099 \series bold
2100
2101 \backslash
2102 cfrac
2103 \series default
2104  and 
2105 \series bold
2106
2107 \backslash
2108 frac
2109 \series default
2110 :
2111 \begin_inset Formula 
2112 \[
2113 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2114 \]
2115
2116 \end_inset
2117
2118
2119 \end_layout
2120
2121 \begin_layout Standard
2122 For inline fractions with a sloped fraction stroke you can use the command
2123  
2124 \series bold
2125
2126 \backslash
2127 nicefrac
2128 \series default
2129
2130 \begin_inset Index idx
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134 Commands ! N ! 
2135 \backslash
2136 nicefrac
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \begin_inset Formula $\nicefrac{5}{31}$
2143 \end_inset
2144
2145  or 
2146 \series bold
2147
2148 \backslash
2149 unitfrac
2150 \series default
2151
2152 \begin_inset Index idx
2153 status collapsed
2154
2155 \begin_layout Plain Layout
2156 Commands ! U ! 
2157 \backslash
2158 unitfrac
2159 \end_layout
2160
2161 \end_inset
2162
2163
2164 \begin_inset Formula $\unitfrac{5}{31}$
2165 \end_inset
2166
2167  There is furthermore the command 
2168 \series bold
2169
2170 \backslash
2171 unitfracthree
2172 \series default
2173  that offers to write a fraction in combination with a number: 
2174 \begin_inset Formula $\unitfrac[2]{1}{3}$
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 \begin_inset Note Greyedout
2182 status open
2183
2184 \begin_layout Plain Layout
2185
2186 \series bold
2187 Note:
2188 \series default
2189  
2190 \series bold
2191
2192 \backslash
2193 unitfracthree
2194 \series default
2195  is not a real \SpecialChar LaTeX
2196  command but the command
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200
2201 \series bold
2202
2203 \backslash
2204 unitfrac[number]{numerator}{denominator}
2205 \series default
2206  .
2207  Therefore you cannot use it in \SpecialChar TeX
2208  code.
2209 \end_layout
2210
2211 \end_inset
2212
2213
2214 \end_layout
2215
2216 \begin_layout Standard
2217 How to define own fractions where the fraction stroke can be changed, is
2218  explained in 
2219 \begin_inset CommandInset ref
2220 LatexCommand ref
2221 reference "subsec:Self-defined-Fractions"
2222
2223 \end_inset
2224
2225 .
2226 \end_layout
2227
2228 \begin_layout Standard
2229 Multiline fractions are explained in 
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "subsec:Multiline-Fractions"
2233
2234 \end_inset
2235
2236 .
2237 \end_layout
2238
2239 \begin_layout Subsection
2240 Roots
2241 \begin_inset Index idx
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Roots
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 Square roots are created with 
2255 \series bold
2256
2257 \backslash
2258 sqrt
2259 \series default
2260
2261 \begin_inset Index idx
2262 status collapsed
2263
2264 \begin_layout Plain Layout
2265 Commands ! S ! 
2266 \backslash
2267 sqrt
2268 \end_layout
2269
2270 \end_inset
2271
2272  or the math toolbar button 
2273 \begin_inset Info
2274 type  "icon"
2275 arg   "math-insert \\sqrt"
2276 \end_inset
2277
2278 , all other roots with the command 
2279 \series bold
2280
2281 \backslash
2282 root
2283 \series default
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 Commands ! R ! 
2290 \backslash
2291 root
2292 \end_layout
2293
2294 \end_inset
2295
2296  or with the math toolbar button 
2297 \begin_inset Info
2298 type  "icon"
2299 arg   "math-insert \\root"
2300 \end_inset
2301
2302 .
2303 \begin_inset Separator parbreak
2304 \end_inset
2305
2306
2307 \end_layout
2308
2309 \begin_layout Standard
2310 \align center
2311 \begin_inset Tabular
2312 <lyxtabular version="3" rows="3" columns="2">
2313 <features booktabs="true" tabularvalignment="middle">
2314 <column alignment="center" valignment="top" width="0pt">
2315 <column alignment="center" valignment="top" width="0pt">
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 Command
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 Result
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row topspace="1mm">
2337 <cell alignment="center" valignment="top" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \backslash
2343 sqrt
2344 \begin_inset space \textvisiblespace{}
2345 \end_inset
2346
2347 A-B
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 \begin_inset Formula $\sqrt{A-B}$
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 </row>
2365 <row topspace="1mm">
2366 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370
2371 \backslash
2372 root
2373 \begin_inset space \textvisiblespace{}
2374 \end_inset
2375
2376 3
2377 \begin_inset Formula $\downarrow$
2378 \end_inset
2379
2380 A-B
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 \begin_inset Formula $\sqrt[3]{A-B}$
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 </lyxtabular>
2399
2400 \end_inset
2401
2402
2403 \end_layout
2404
2405 \begin_layout Standard
2406 A square root can also be created with 
2407 \series bold
2408
2409 \backslash
2410 root
2411 \series default
2412  when the root index field is left empty.
2413 \end_layout
2414
2415 \begin_layout Standard
2416 With certain indices the distance to the root is too small, like in this
2417  formula: 
2418 \begin_inset Formula $\sqrt[\beta]{B}$
2419 \end_inset
2420
2421
2422 \begin_inset Newline newline
2423 \end_inset
2424
2425 The 
2426 \begin_inset Formula $\beta$
2427 \end_inset
2428
2429  touches the root.
2430  To avoid this, the commands 
2431 \series bold
2432
2433 \backslash
2434 leftroot
2435 \series default
2436
2437 \begin_inset Index idx
2438 status collapsed
2439
2440 \begin_layout Plain Layout
2441 Commands ! L ! 
2442 \backslash
2443 leftroot
2444 \end_layout
2445
2446 \end_inset
2447
2448  and 
2449 \series bold
2450
2451 \backslash
2452 uproot
2453 \series default
2454
2455 \begin_inset Index idx
2456 status collapsed
2457
2458 \begin_layout Plain Layout
2459 Commands ! U ! 
2460 \backslash
2461 uproot
2462 \end_layout
2463
2464 \end_inset
2465
2466  are used with the following scheme:
2467 \end_layout
2468
2469 \begin_layout Standard
2470
2471 \series bold
2472
2473 \backslash
2474 leftroot{distance}
2475 \series default
2476  and 
2477 \series bold
2478
2479 \backslash
2480 uproot{distance}
2481 \end_layout
2482
2483 \begin_layout Standard
2484 Distance is the number of Big Points (unit bp; 
2485 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2486 \end_inset
2487
2488 ), that the index should be moved to the left or top, resp..
2489  The commands are written to the index.
2490  This way the command
2491 \begin_inset Newline newline
2492 \end_inset
2493
2494
2495 \series bold
2496
2497 \backslash
2498 root
2499 \backslash
2500 leftroot{-1
2501 \begin_inset Formula $\to$
2502 \end_inset
2503
2504
2505 \backslash
2506 uproot{2
2507 \begin_inset Formula $\to$
2508 \end_inset
2509
2510
2511 \backslash
2512 beta
2513 \begin_inset space \textvisiblespace{}
2514 \end_inset
2515
2516
2517 \begin_inset Formula $\to$
2518 \end_inset
2519
2520 B
2521 \begin_inset Newline newline
2522 \end_inset
2523
2524
2525 \series default
2526 produces a correct typeset formula: 
2527 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Subsection
2534 Binomial Coefficients
2535 \begin_inset Index idx
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539 Binomial coefficients
2540 \end_layout
2541
2542 \end_inset
2543
2544
2545 \end_layout
2546
2547 \begin_layout Standard
2548 Binomial coefficients are inserted with the command 
2549 \series bold
2550
2551 \backslash
2552 binom
2553 \series default
2554
2555 \begin_inset Index idx
2556 status collapsed
2557
2558 \begin_layout Plain Layout
2559 Commands ! B ! 
2560 \backslash
2561 binom
2562 \end_layout
2563
2564 \end_inset
2565
2566  or with the submenu of the math toolbar button 
2567 \begin_inset Info
2568 type  "icon"
2569 arg   "math-insert \\frac-square"
2570 \end_inset
2571
2572 .
2573  As with fractions (
2574 \series bold
2575
2576 \backslash
2577 frac
2578 \series default
2579 ) in addition to 
2580 \series bold
2581
2582 \backslash
2583 binom
2584 \series default
2585  there are the commands 
2586 \series bold
2587
2588 \backslash
2589 dbinom
2590 \series default
2591
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Commands ! D ! 
2597 \backslash
2598 dbinom
2599 \end_layout
2600
2601 \end_inset
2602
2603  and 
2604 \series bold
2605
2606 \backslash
2607 tbinom
2608 \series default
2609
2610 \begin_inset Index idx
2611 status collapsed
2612
2613 \begin_layout Plain Layout
2614 Commands ! T ! 
2615 \backslash
2616 tbinom
2617 \end_layout
2618
2619 \end_inset
2620
2621 .
2622  For other brackets around binomial coeficients there are the commands 
2623 \series bold
2624
2625 \backslash
2626 brace
2627 \series default
2628
2629 \begin_inset Index idx
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 Commands ! B ! 
2634 \backslash
2635 brace
2636 \end_layout
2637
2638 \end_inset
2639
2640  and 
2641 \series bold
2642
2643 \backslash
2644 brack
2645 \series default
2646
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 Commands ! B ! 
2652 \backslash
2653 brack
2654 \end_layout
2655
2656 \end_inset
2657
2658 .
2659 \begin_inset Separator parbreak
2660 \end_inset
2661
2662
2663 \end_layout
2664
2665 \begin_layout Standard
2666 \align center
2667 \begin_inset Tabular
2668 <lyxtabular version="3" rows="6" columns="2">
2669 <features booktabs="true" tabularvalignment="middle">
2670 <column alignment="center" valignment="top" width="0pt">
2671 <column alignment="center" valignment="top" width="0pt">
2672 <row>
2673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Plain Layout
2677 Command
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2683 \begin_inset Text
2684
2685 \begin_layout Plain Layout
2686 Result
2687 \end_layout
2688
2689 \end_inset
2690 </cell>
2691 </row>
2692 <row topspace="1mm">
2693 <cell alignment="center" valignment="top" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697
2698 \backslash
2699 binom
2700 \begin_inset space \textvisiblespace{}
2701 \end_inset
2702
2703 A
2704 \begin_inset Formula $\downarrow$
2705 \end_inset
2706
2707 B
2708 \end_layout
2709
2710 \end_inset
2711 </cell>
2712 <cell alignment="center" valignment="top" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716 \begin_inset Formula $\binom{A}{B}$
2717 \end_inset
2718
2719
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 </row>
2725 <row topspace="2mm">
2726 <cell alignment="center" valignment="top" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730
2731 \backslash
2732 dbinom
2733 \begin_inset space \textvisiblespace{}
2734 \end_inset
2735
2736 A
2737 \begin_inset Formula $\downarrow$
2738 \end_inset
2739
2740 B
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749 \begin_inset Formula $\dbinom{A}{B}$
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row topspace="2mm" bottomspace="0.5mm">
2759 <cell alignment="center" valignment="top" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 tbinom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\tbinom{A}{B}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row topspace="1mm">
2792 <cell alignment="center" valignment="top" topline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 brack
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula ${A \brack B}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row topspace="2mm" bottomspace="0.5mm">
2825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 brace
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula ${A \brace B}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 </lyxtabular>
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Subsection
2865 Case Differentiations
2866 \begin_inset Index idx
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 Case differentiations 
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \align center
2880 \begin_inset Tabular
2881 <lyxtabular version="3" rows="3" columns="2">
2882 <features booktabs="true" tabularvalignment="middle">
2883 <column alignment="center" valignment="top" width="0pt">
2884 <column alignment="center" valignment="top" width="0pt">
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Command
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Result
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 </row>
2905 <row>
2906 <cell alignment="center" valignment="top" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \backslash
2912 cases
2913 \begin_inset space \textvisiblespace{}
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\to$
2918 \end_inset
2919
2920 B>0
2921 \begin_inset Index idx
2922 status collapsed
2923
2924 \begin_layout Plain Layout
2925 Commands ! C ! 
2926 \backslash
2927 cases
2928 \end_layout
2929
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 <cell alignment="center" valignment="top" usebox="none">
2938 \begin_inset Text
2939
2940 \begin_layout Plain Layout
2941 \begin_inset Formula $\begin{cases}
2942 A & B>0\end{cases}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row topspace="1.5mm">
2952 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset space \textvisiblespace{}
2960 \end_inset
2961
2962
2963 \begin_inset Info
2964 type  "shortcut"
2965 arg   "newline-insert newline"
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\begin{cases}
2978 A & \textrm{for }x>0\\
2979 B & \textrm{for }x=0
2980 \end{cases}$
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 </row>
2989 </lyxtabular>
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \begin_layout Standard
2997 After inserting 
2998 \series bold
2999
3000 \backslash
3001 cases
3002 \series default
3003  or pressing the math toolbar button 
3004 \begin_inset Info
3005 type  "icon"
3006 arg   "math-insert \\cases"
3007 \end_inset
3008
3009  you can create new lines with the shortcut 
3010 \begin_inset Info
3011 type  "shortcut"
3012 arg   "newline-insert newline"
3013 \end_inset
3014
3015  or the table toolbar button 
3016 \begin_inset Info
3017 type  "icon"
3018 arg   "inset-modify tabular append-row"
3019 \end_inset
3020
3021 .
3022 \end_layout
3023
3024 \begin_layout Standard
3025 The command 
3026 \series bold
3027
3028 \backslash
3029 cases
3030 \series default
3031  is also available via the menu 
3032 \family sans
3033 Insert\SpecialChar menuseparator
3034 Math\SpecialChar menuseparator
3035 Cases-Environment
3036 \family default
3037 .
3038 \end_layout
3039
3040 \begin_layout Subsection
3041 Negations
3042 \begin_inset Index idx
3043 status collapsed
3044
3045 \begin_layout Plain Layout
3046 Negations
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 By inserting 
3056 \series bold
3057
3058 \backslash
3059 not
3060 \series default
3061
3062 \begin_inset Index idx
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066 Commands ! N ! 
3067 \backslash
3068 not
3069 \end_layout
3070
3071 \end_inset
3072
3073  every character can be displayed canceled.
3074  The characters are quasi accentuated by a slash.
3075 \begin_inset Separator parbreak
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \begin_layout Standard
3082 \align center
3083 \begin_inset Tabular
3084 <lyxtabular version="3" rows="4" columns="2">
3085 <features booktabs="true" tabularvalignment="middle">
3086 <column alignment="center" valignment="top" width="0pt">
3087 <column alignment="center" valignment="top" width="0pt">
3088 <row>
3089 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093 Command
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Result
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 </row>
3108 <row>
3109 <cell alignment="center" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \backslash
3115 not=
3116 \end_layout
3117
3118 \end_inset
3119 </cell>
3120 <cell alignment="center" valignment="top" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 \begin_inset Formula $\not=$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 </row>
3133 <row>
3134 <cell alignment="center" valignment="top" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138
3139 \backslash
3140 not 
3141 \backslash
3142 le
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 \begin_inset Formula $\not\le$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not 
3168 \backslash
3169 parallel
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178 \begin_inset Formula $\not\parallel$
3179 \end_inset
3180
3181
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 </row>
3187 </lyxtabular>
3188
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \begin_layout Standard
3195 The last example shows that not all negations look good.
3196  Therefore there are special commands for some negations (see 
3197 \begin_inset CommandInset ref
3198 LatexCommand ref
3199 reference "subsec:Mathematical-Symbols"
3200
3201 \end_inset
3202
3203  and 
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "sec:Relations"
3207
3208 \end_inset
3209
3210 ).
3211 \end_layout
3212
3213 \begin_layout Subsection
3214 Placeholders
3215 \begin_inset CommandInset label
3216 LatexCommand label
3217 name "subsec:Placeholders"
3218
3219 \end_inset
3220
3221
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 Placeholders
3227 \end_layout
3228
3229 \end_inset
3230
3231
3232 \begin_inset Index idx
3233 status collapsed
3234
3235 \begin_layout Plain Layout
3236 Chemical characters ! Isotopes
3237 \end_layout
3238
3239 \end_inset
3240
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Isotopes|see
3247 \begin_inset ERT
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251
3252 {
3253 \end_layout
3254
3255 \end_inset
3256
3257 Chemical characters
3258 \begin_inset ERT
3259 status collapsed
3260
3261 \begin_layout Plain Layout
3262
3263 }
3264 \end_layout
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272
3273
3274 \end_layout
3275
3276 \begin_layout Standard
3277 When displaying e.
3278 \begin_inset space \thinspace{}
3279 \end_inset
3280
3281 g.
3282 \begin_inset space \space{}
3283 \end_inset
3284
3285 isotopes
3286 \begin_inset Foot
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Typesetting isotopes and chemical symbols is described in 
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "subsec:Chemical-Symbols-and"
3294
3295 \end_inset
3296
3297 .
3298 \end_layout
3299
3300 \end_inset
3301
3302  the following problem occurs:
3303 \begin_inset Separator parbreak
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 \align center
3311 \begin_inset Tabular
3312 <lyxtabular version="3" rows="2" columns="2">
3313 <features booktabs="true" tabularvalignment="middle">
3314 <column alignment="center" valignment="top" width="0pt">
3315 <column alignment="center" valignment="top" width="0pt">
3316 <row>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Indices created with sub- and superscripts:
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3331 \end_inset
3332
3333
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row topspace="1.5mm">
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 correct indices:
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 </lyxtabular>
3363
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \begin_layout Standard
3370 The shorter index is by default placed below or above the first character
3371  of the longer index.
3372  To avoid this there is the command 
3373 \series bold
3374
3375 \backslash
3376 phantom
3377 \series default
3378
3379 \begin_inset Index idx
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383 Commands ! P ! 
3384 \backslash
3385 phantom
3386 \end_layout
3387
3388 \end_inset
3389
3390  or the math toolbar button
3391 \begin_inset space \thinspace{}
3392 \end_inset
3393
3394
3395 \begin_inset Foot
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 can be found in the submenu of the toolbar button 
3400 \begin_inset Info
3401 type  "icon"
3402 arg   "math-insert \\space"
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409
3410  
3411 \begin_inset Graphics
3412         filename ../images/math/phantom.png
3413         scale 85
3414
3415 \end_inset
3416
3417  that creates one or more phantom characters.
3418  When inserting 
3419 \series bold
3420
3421 \backslash
3422 phantom
3423 \series default
3424  a small blue box appears that is superposed with two red arrows.
3425  The arrows indicate that the complete width and height of the box content
3426  will be created as placeholder.
3427  Phantom characters are accordingly placeholders with the size of the characters.
3428 \begin_inset Separator parbreak
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="4" columns="2">
3438 <features booktabs="true" tabularvalignment="middle">
3439 <column alignment="center" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row>
3442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Command
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 Result
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row topspace="1.5mm">
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 ^19
3467 \begin_inset space \textvisiblespace{}
3468 \end_inset
3469
3470 _
3471 \backslash
3472 phantom
3473 \begin_inset space \textvisiblespace{}
3474 \end_inset
3475
3476 1
3477 \begin_inset Formula $\to$
3478 \end_inset
3479
3480 9
3481 \begin_inset space \textvisiblespace{}
3482 \end_inset
3483
3484 F
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell alignment="center" valignment="top" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row topspace="1.5mm" bottomspace="0.5mm">
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 ^235
3508 \begin_inset space \textvisiblespace{}
3509 \end_inset
3510
3511 _
3512 \backslash
3513 phantom
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 23
3518 \begin_inset Formula $\to$
3519 \end_inset
3520
3521 9
3522 \begin_inset space \textvisiblespace{}
3523 \end_inset
3524
3525 F
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row topspace="1.5mm" bottomspace="0.5mm">
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \backslash
3550 Lambda^
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554
3555 \backslash
3556 phantom
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 ii
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 t
3565 \begin_inset space \textvisiblespace{}
3566 \end_inset
3567
3568 _MMt
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \end_layout
3592
3593 \begin_layout Standard
3594 Furthermore there are the commands 
3595 \series bold
3596
3597 \backslash
3598 vphantom
3599 \series default
3600
3601 \begin_inset Index idx
3602 status collapsed
3603
3604 \begin_layout Plain Layout
3605 Commands ! V ! 
3606 \backslash
3607 vphantom
3608 \end_layout
3609
3610 \end_inset
3611
3612  (toolbar button 
3613 \begin_inset space ~
3614 \end_inset
3615
3616
3617 \begin_inset Graphics
3618         filename ../images/math/vphantom.png
3619         scale 85
3620
3621 \end_inset
3622
3623 ) and 
3624 \series bold
3625
3626 \backslash
3627 hphantom
3628 \series default
3629
3630 \begin_inset Index idx
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Commands ! H ! 
3635 \backslash
3636 hphantom
3637 \end_layout
3638
3639 \end_inset
3640
3641  (toolbar button 
3642 \begin_inset space ~
3643 \end_inset
3644
3645
3646 \begin_inset Graphics
3647         filename ../images/math/hphantom.png
3648         scale 85
3649
3650 \end_inset
3651
3652 ).
3653  
3654 \series bold
3655
3656 \backslash
3657 hphantom
3658 \series default
3659  creates only space for the maximal height of the characters in the box
3660  but not for its width.
3661  
3662 \series bold
3663
3664 \backslash
3665 vphantom
3666 \series default
3667  creates only space for the width of the box content.
3668  Therefore  the boxes of both commands have only one red arrow.
3669 \end_layout
3670
3671 \begin_layout Standard
3672 For example the command 
3673 \series bold
3674
3675 \backslash
3676 vphantom
3677 \begin_inset space \textvisiblespace{}
3678 \end_inset
3679
3680 a
3681 \backslash
3682 int
3683 \series default
3684  creates space for the height of the integral sign,
3685 \begin_inset Foot
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689 The command 
3690 \series bold
3691
3692 \backslash
3693 int
3694 \series default
3695  creates an integral sign, see 
3696 \begin_inset CommandInset ref
3697 LatexCommand ref
3698 reference "subsec:Big-Operators"
3699
3700 \end_inset
3701
3702 .
3703 \end_layout
3704
3705 \end_inset
3706
3707  because this is the larger character.
3708  An example application is in 
3709 \begin_inset CommandInset ref
3710 LatexCommand ref
3711 reference "subsec:Multiline-Brackets"
3712
3713 \end_inset
3714
3715 .
3716 \end_layout
3717
3718 \begin_layout Standard
3719 Placeholders can also be used for text when they are inserted via the menu
3720  
3721 \family sans
3722 Insert\SpecialChar menuseparator
3723 Formatting\SpecialChar menuseparator
3724 Phantom
3725 \family default
3726 :
3727 \end_layout
3728
3729 \begin_layout Standard
3730 This is a sentence.
3731 \begin_inset Newline newline
3732 \end_inset
3733
3734
3735 \begin_inset Phantom Phantom
3736 status open
3737
3738 \begin_layout Plain Layout
3739 This
3740 \end_layout
3741
3742 \end_inset
3743
3744  is a sentence.
3745 \end_layout
3746
3747 \begin_layout Subsection
3748 Lines
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 Lines
3754 \end_layout
3755
3756 \end_inset
3757
3758
3759 \begin_inset Index idx
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763 Formula ! underlined
3764 \end_layout
3765
3766 \end_inset
3767
3768
3769 \end_layout
3770
3771 \begin_layout Standard
3772 \align center
3773 \begin_inset Tabular
3774 <lyxtabular version="3" rows="4" columns="2">
3775 <features booktabs="true" tabularvalignment="middle">
3776 <column alignment="center" valignment="top" width="0pt">
3777 <column alignment="center" valignment="top" width="0pt">
3778 <row>
3779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Command
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 Result
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row topspace="2mm">
3799 <cell alignment="center" valignment="top" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \backslash
3805 overline
3806 \begin_inset space \textvisiblespace{}
3807 \end_inset
3808
3809 A+B
3810 \begin_inset Index idx
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814 Commands ! O ! 
3815 \backslash
3816 overline
3817 \end_layout
3818
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 <cell alignment="center" valignment="top" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830 \begin_inset Formula $\overline{A+B}$
3831 \end_inset
3832
3833
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 </row>
3839 <row bottomspace="1mm">
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844
3845 \backslash
3846 underline
3847 \begin_inset space \textvisiblespace{}
3848 \end_inset
3849
3850 A+B
3851 \begin_inset Index idx
3852 status collapsed
3853
3854 \begin_layout Plain Layout
3855 Commands ! U ! 
3856 \backslash
3857 underline
3858 \end_layout
3859
3860 \end_inset
3861
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 \begin_inset Formula $\underline{A+B}$
3872 \end_inset
3873
3874
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 </row>
3880 <row topspace="2mm" bottomspace="1mm">
3881 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885
3886 \backslash
3887 overline
3888 \begin_inset space \textvisiblespace{}
3889 \end_inset
3890
3891
3892 \backslash
3893 underline
3894 \begin_inset space \textvisiblespace{}
3895 \end_inset
3896
3897 A+B
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 \begin_inset Formula $\overline{\underline{A+B}}$
3907 \end_inset
3908
3909
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 </lyxtabular>
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 In the last example it doesn't matter if first 
3924 \series bold
3925
3926 \backslash
3927 overline
3928 \series default
3929  or 
3930 \series bold
3931
3932 \backslash
3933 underline
3934 \series default
3935  is inserted.
3936 \end_layout
3937
3938 \begin_layout Standard
3939 To double underline use 
3940 \series bold
3941
3942 \backslash
3943 underline
3944 \series default
3945  twice.
3946 \end_layout
3947
3948 \begin_layout Standard
3949 It is possible to place up to 6 lines above or below characters.
3950 \end_layout
3951
3952 \begin_layout Standard
3953 \begin_inset VSpace bigskip
3954 \end_inset
3955
3956 Custom lines can be created using the command 
3957 \series bold
3958
3959 \backslash
3960 rule
3961 \series default
3962
3963 \begin_inset Index idx
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 Commands ! R ! 
3968 \backslash
3969 rule
3970 \end_layout
3971
3972 \end_inset
3973
3974  which has the following scheme:
3975 \end_layout
3976
3977 \begin_layout Standard
3978
3979 \series bold
3980
3981 \backslash
3982 rule[vertical offset]{length}{thickness}
3983 \end_layout
3984
3985 \begin_layout Standard
3986 The optional vertical offset shifts the line upwards (or downwards, when
3987  the value is negative).
3988  The units listed in 
3989 \begin_inset CommandInset ref
3990 LatexCommand ref
3991 reference "tab:Available-units"
3992
3993 \end_inset
3994
3995  can be used for the values.
3996  Here are two example lines created with the commands
3997 \begin_inset Newline newline
3998 \end_inset
3999
4000
4001 \series bold
4002
4003 \backslash
4004 rule[-2ex]{3cm}{2pt}
4005 \series default
4006  and 
4007 \series bold
4008
4009 \backslash
4010 rule{2cm}{1pt}
4011 \series default
4012 :
4013 \end_layout
4014
4015 \begin_layout Standard
4016 This is a sentence 
4017 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4018 \end_inset
4019
4020  with two lines.
4021 \end_layout
4022
4023 \begin_layout Standard
4024
4025 \series bold
4026
4027 \backslash
4028 rule
4029 \series default
4030  can also be used for text when a line is inserted via the menu 
4031 \family sans
4032 Insert\SpecialChar menuseparator
4033 Formatting\SpecialChar menuseparator
4034 Horizontal
4035 \begin_inset space ~
4036 \end_inset
4037
4038 Line
4039 \family default
4040 :
4041 \end_layout
4042
4043 \begin_layout Standard
4044 This is a sentence 
4045 \begin_inset CommandInset line
4046 LatexCommand rule
4047 offset "0.5ex"
4048 width "3cm"
4049 height "1pt"
4050
4051 \end_inset
4052
4053  with one line.
4054 \end_layout
4055
4056 \begin_layout Subsection
4057 Ellipses
4058 \begin_inset CommandInset label
4059 LatexCommand label
4060 name "subsec:Ellipses"
4061
4062 \end_inset
4063
4064
4065 \begin_inset Index idx
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069 Ellipses
4070 \end_layout
4071
4072 \end_inset
4073
4074
4075 \end_layout
4076
4077 \begin_layout Standard
4078 There are different types of ellipses available.
4079 \begin_inset Foot
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083 In the math toolbar in the submenu of the button 
4084 \begin_inset Info
4085 type  "icon"
4086 arg   "math-insert \\ldots"
4087 \end_inset
4088
4089
4090 \end_layout
4091
4092 \end_inset
4093
4094  For listings dots at the baseline are used (
4095 \series bold
4096
4097 \backslash
4098 ldots
4099 \series default
4100
4101 \begin_inset Index idx
4102 status collapsed
4103
4104 \begin_layout Plain Layout
4105 Commands ! L ! 
4106 \backslash
4107 ldots
4108 \end_layout
4109
4110 \end_inset
4111
4112 ), while for operations dots are needed that are on the same height as the
4113  operators (
4114 \series bold
4115
4116 \backslash
4117 cdots
4118 \series default
4119
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Commands ! C ! 
4125 \backslash
4126 cdots
4127 \end_layout
4128
4129 \end_inset
4130
4131 ).
4132  When using the command 
4133 \series bold
4134
4135 \backslash
4136 dots
4137 \series default
4138
4139 \begin_inset Index idx
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143 Commands ! D ! 
4144 \backslash
4145 dots
4146 \end_layout
4147
4148 \end_inset
4149
4150 , \SpecialChar LaTeX
4151  decides on the basis of the next character what type is used.
4152 \begin_inset Separator parbreak
4153 \end_inset
4154
4155
4156 \end_layout
4157
4158 \begin_layout Standard
4159 \align center
4160 \begin_inset Tabular
4161 <lyxtabular version="3" rows="9" columns="2">
4162 <features booktabs="true" tabularvalignment="middle">
4163 <column alignment="center" valignment="top" width="0pt">
4164 <column alignment="center" valignment="top" width="0pt">
4165 <row>
4166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Command
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Result
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 A_1
4191 \begin_inset space \textvisiblespace{}
4192 \end_inset
4193
4194 ,
4195 \backslash
4196 dots
4197 \begin_inset space \textvisiblespace{}
4198 \end_inset
4199
4200 ,A_n
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 \begin_inset Formula $A_{1},\dots,A_{n}$
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 A_1
4224 \begin_inset space \textvisiblespace{}
4225 \end_inset
4226
4227 +
4228 \backslash
4229 dots
4230 \begin_inset space \textvisiblespace{}
4231 \end_inset
4232
4233 +A_n
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 \begin_inset Formula $A_{1}+\dots+A_{n}$
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 A_1
4257 \begin_inset space \textvisiblespace{}
4258 \end_inset
4259
4260 ,
4261 \backslash
4262 ldots
4263 \begin_inset space \textvisiblespace{}
4264 \end_inset
4265
4266 ,A_n
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 \begin_inset Formula $A_{1},\ldots,A_{n}$
4276 \end_inset
4277
4278
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 A_1
4290 \begin_inset space \textvisiblespace{}
4291 \end_inset
4292
4293 +
4294 \backslash
4295 cdots
4296 \begin_inset space \textvisiblespace{}
4297 \end_inset
4298
4299 +A_n
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4309 \end_inset
4310
4311
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 </row>
4317 <row>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322
4323 \backslash
4324 vdots
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 \begin_inset Formula $\vdots$
4334 \end_inset
4335
4336
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \backslash
4349 ddots
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 \begin_inset Formula $\ddots$
4359 \end_inset
4360
4361
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372
4373 \backslash
4374 iddots
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 \begin_inset Formula $\iddots$
4384 \end_inset
4385
4386
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 </row>
4392 <row>
4393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 3×3
4398 \begin_inset space \thinspace{}
4399 \end_inset
4400
4401 matrix with the different dots
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 \begin_inset Formula $\begin{array}{ccc}
4411 A_{11} & \cdots & A_{1m}\\
4412 \vdots & \ddots & \vdots\\
4413 A_{n1} & \cdots & A_{nm}
4414 \end{array}$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 </lyxtabular>
4424
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \begin_layout Standard
4431 The ellipses available in menu 
4432 \family sans
4433 Insert\SpecialChar menuseparator
4434 Special
4435 \begin_inset space ~
4436 \end_inset
4437
4438 Character
4439 \family default
4440  are 
4441 \series bold
4442
4443 \backslash
4444 ldots
4445 \series default
4446 .
4447 \end_layout
4448
4449 \begin_layout Standard
4450 \begin_inset VSpace medskip
4451 \end_inset
4452
4453 To use 
4454 \series bold
4455
4456 \backslash
4457 iddots
4458 \series default
4459 , one of the options 
4460 \family sans
4461 Use mathdots package (automatically)
4462 \family default
4463  must be set in the document settings under 
4464 \family sans
4465 Math
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Options
4470 \family default
4471 .
4472 \begin_inset Newline newline
4473 \end_inset
4474
4475 Using the option 
4476 \family sans
4477 Use mathdots package
4478 \family default
4479  will improve the appearance of all dots in the documents if their font
4480  style or size is not the default.
4481 \end_layout
4482
4483 \begin_layout Standard
4484 \begin_inset VSpace medskip
4485 \end_inset
4486
4487 Specially for matrices there are ellipses that span over several columns.
4488  They are created with the command 
4489 \series bold
4490
4491 \backslash
4492 hdotsfor
4493 \series default
4494
4495 \begin_inset Index idx
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499 Commands ! H ! 
4500 \backslash
4501 hdotsfor
4502 \end_layout
4503
4504 \end_inset
4505
4506 , that has the following scheme:
4507 \end_layout
4508
4509 \begin_layout Standard
4510
4511 \series bold
4512
4513 \backslash
4514 hdotsfor[distance]{number of columns}
4515 \end_layout
4516
4517 \begin_layout Standard
4518 The number of columns specifies how many columns should be spanned.
4519  Distance is a factor for the distance between the dots.
4520 \end_layout
4521
4522 \begin_layout Standard
4523 In the following matrix the command 
4524 \series bold
4525
4526 \backslash
4527 hdotsfor[2]{4}
4528 \series default
4529  was inserted in the first box of the second line, to get an ellipsis with
4530  a dot distance twice as long as with the command 
4531 \series bold
4532
4533 \backslash
4534 dots
4535 \series default
4536 :
4537 \begin_inset Formula 
4538 \[
4539 \left(\begin{array}{cccc}
4540 A & B & C & D\\
4541 \hdotsfor[2]{4}\\
4542 q & w & e & r
4543 \end{array}\right)
4544 \]
4545
4546 \end_inset
4547
4548 Note that the matrix fields that should be spanned must be empty, otherwise
4549  you get \SpecialChar LaTeX
4550 -errors.
4551 \end_layout
4552
4553 \begin_layout Standard
4554 \begin_inset VSpace bigskip
4555 \end_inset
4556
4557 Furthermore you can fill with the command 
4558 \series bold
4559
4560 \backslash
4561 dotfill
4562 \series default
4563
4564 \begin_inset Index idx
4565 status collapsed
4566
4567 \begin_layout Plain Layout
4568 Commands ! D ! 
4569 \backslash
4570 dotfill
4571 \end_layout
4572
4573 \end_inset
4574
4575  the rest of a line with dots.
4576  The effect of these commands is the same as with 
4577 \series bold
4578
4579 \backslash
4580 hfill
4581 \series default
4582 , see 
4583 \begin_inset CommandInset ref
4584 LatexCommand ref
4585 reference "subsec:Variable-Space"
4586
4587 \end_inset
4588
4589 .
4590 \end_layout
4591
4592 \begin_layout Standard
4593 For example the command 
4594 \series bold
4595 A
4596 \backslash
4597 dotfill
4598 \begin_inset space \textvisiblespace{}
4599 \end_inset
4600
4601 B
4602 \series default
4603  produces
4604 \end_layout
4605
4606 \begin_layout Standard
4607 \begin_inset Formula $A\dotfill B$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \begin_layout Standard
4614 Similar to
4615 \series bold
4616  
4617 \backslash
4618 dotfill
4619 \series default
4620  there is for a line the command 
4621 \series bold
4622
4623 \backslash
4624 hrulefill
4625 \series default
4626
4627 \begin_inset Index idx
4628 status collapsed
4629
4630 \begin_layout Plain Layout
4631 Commands ! H ! 
4632 \backslash
4633 hrulefill
4634 \end_layout
4635
4636 \end_inset
4637
4638 :
4639 \end_layout
4640
4641 \begin_layout Standard
4642 \begin_inset Formula $A\hrulefill B$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \begin_layout Standard
4649 To use the commands for text, they have to be inserted in \SpecialChar TeX
4650  mode.
4651 \end_layout
4652
4653 \begin_layout Section
4654 Matrices
4655 \begin_inset CommandInset label
4656 LatexCommand label
4657 name "sec:Matrices"
4658
4659 \end_inset
4660
4661
4662 \begin_inset Index idx
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666 Matrices
4667 \end_layout
4668
4669 \end_inset
4670
4671
4672 \end_layout
4673
4674 \begin_layout Standard
4675 Matrices can be inserted via the math toolbar button 
4676 \begin_inset Info
4677 type  "icon"
4678 arg   "dialog-show mathmatrix"
4679 \end_inset
4680
4681  or the menu 
4682 \family sans
4683 Insert\SpecialChar menuseparator
4684 Math\SpecialChar menuseparator
4685 Matrix
4686 \family default
4687 .
4688  In the matrix dialog you can specify the number of columns and rows, the
4689  alignment and the decoration.
4690  The vertical alignment is only of importance for matrices in inline formulas:
4691 \end_layout
4692
4693 \begin_layout Standard
4694 The first matrix is top 
4695 \begin_inset Formula $\begin{array}[t]{cccc}
4696 A & D & G & J\\
4697 B & E & H & K\\
4698 C & F & I & L
4699 \end{array}$
4700 \end_inset
4701
4702 , the second middle 
4703 \begin_inset Formula $\begin{array}{cccc}
4704 A & D & G & J\\
4705 B & E & H & K\\
4706 C & F & I & L
4707 \end{array}$
4708 \end_inset
4709
4710  and the third bottom 
4711 \begin_inset Formula $\begin{array}[b]{cccc}
4712 A & D & G & J\\
4713 B & E & H & K\\
4714 C & F & I & L
4715 \end{array}$
4716 \end_inset
4717
4718  aligned.
4719 \end_layout
4720
4721 \begin_layout Standard
4722 The horizontal alignment specifies how the column entries should be aligned.
4723  It is set by entering a letter for every column.
4724  
4725 \emph on
4726 l
4727 \emph default
4728  denotes left aligned, 
4729 \emph on
4730 c
4731 \emph default
4732  centered and 
4733 \emph on
4734 r
4735 \emph default
4736  right aligned.
4737  To create for example a 4
4738 \series bold
4739 ×
4740 \series default
4741 4
4742 \begin_inset space ~
4743 \end_inset
4744
4745 matrix where the first column is left aligned, the second and third are
4746  centered and the last one is right aligned, one enters for the horizontal
4747  alignment 
4748 \series bold
4749 lccr
4750 \series default
4751 .
4752  Normally in a matrix all columns are centered, therefore the default for
4753  every column is a 
4754 \series bold
4755 c
4756 \series default
4757 .
4758 \end_layout
4759
4760 \begin_layout Standard
4761 Horizontal alignment:
4762 \end_layout
4763
4764 \begin_layout Standard
4765
4766 \series bold
4767 lll
4768 \series default
4769  : 
4770 \begin_inset Formula $\begin{array}{lll}
4771 10000 & D & G\\
4772 B & 10000 & H\\
4773 C & F & 10000
4774 \end{array}$
4775 \end_inset
4776
4777  , 
4778 \series bold
4779 ccc
4780 \series default
4781  : 
4782 \begin_inset Formula $\begin{array}{ccc}
4783 10000 & D & G\\
4784 B & 10000 & H\\
4785 C & F & 10000
4786 \end{array}$
4787 \end_inset
4788
4789  , 
4790 \series bold
4791 rrr
4792 \series default
4793  : 
4794 \begin_inset Formula $\begin{array}{rrr}
4795 10000 & D & G\\
4796 B & 10000 & H\\
4797 C & F & 10000
4798 \end{array}$
4799 \end_inset
4800
4801
4802 \end_layout
4803
4804 \begin_layout Standard
4805 To add or delete rows and columns subsequently, the math toolbar buttons
4806  
4807 \begin_inset Info
4808 type  "icon"
4809 arg   "inset-modify tabular append-row"
4810 \end_inset
4811
4812
4813 \begin_inset Info
4814 type  "icon"
4815 arg   "inset-modify tabular delete-row"
4816 \end_inset
4817
4818 , etc.
4819 \begin_inset space \thinspace{}
4820 \end_inset
4821
4822 , or the menu 
4823 \family sans
4824 Edit\SpecialChar menuseparator
4825 Rows & Columns
4826 \family default
4827  can be used.
4828  New rows can also be created with 
4829 \begin_inset Info
4830 type  "shortcut"
4831 arg   "newline-insert newline"
4832 \end_inset
4833
4834 .
4835 \end_layout
4836
4837 \begin_layout Standard
4838 \begin_inset VSpace bigskip
4839 \end_inset
4840
4841 The 
4842 \family sans
4843 Decoration
4844 \family default
4845  adds parentheses in the selected style around the matrix.
4846  Alternatively, parentheses can can either be created with the commands
4847  
4848 \series bold
4849
4850 \backslash
4851 left
4852 \series default
4853
4854 \begin_inset Index idx
4855 status collapsed
4856
4857 \begin_layout Plain Layout
4858 Commands ! L ! 
4859 \backslash
4860 left
4861 \end_layout
4862
4863 \end_inset
4864
4865  and 
4866 \series bold
4867
4868 \backslash
4869 right
4870 \series default
4871
4872 \begin_inset Index idx
4873 status collapsed
4874
4875 \begin_layout Plain Layout
4876 Commands ! R ! 
4877 \backslash
4878 right
4879 \end_layout
4880
4881 \end_inset
4882
4883  (shortcut 
4884 \family sans
4885 Alt+M
4886 \begin_inset space ~
4887 \end_inset
4888
4889 Parenthesis
4890 \family default
4891 ), see 
4892 \begin_inset CommandInset ref
4893 LatexCommand ref
4894 reference "subsec:Automatic-Bracket-Size"
4895
4896 \end_inset
4897
4898 , or by using the following commands:
4899 \begin_inset VSpace medskip
4900 \end_inset
4901
4902
4903 \end_layout
4904
4905 \begin_layout Standard
4906 \begin_inset space \hfill{}
4907 \end_inset
4908
4909
4910 \begin_inset Tabular
4911 <lyxtabular version="3" rows="4" columns="2">
4912 <features booktabs="true" tabularvalignment="middle">
4913 <column alignment="center" valignment="top" width="0pt">
4914 <column alignment="center" valignment="top">
4915 <row>
4916 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 Command
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Result
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 </row>
4935 <row topspace="1.5mm">
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940
4941 \backslash
4942 bmatrix
4943 \begin_inset space \textvisiblespace{}
4944 \end_inset
4945
4946 2
4947 \series bold
4948 ×
4949 \series default
4950 2
4951 \begin_inset space \thinspace{}
4952 \end_inset
4953
4954 matrix
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4964 0 & \textrm{-}\mathrm{i}\\
4965 \mathrm{i} & 0
4966 \end{array}\end{bmatrix}$
4967 \end_inset
4968
4969
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row topspace="1.5mm" bottomspace="0.5mm">
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \backslash
4982 Bmatrix
4983 \begin_inset space \textvisiblespace{}
4984 \end_inset
4985
4986 2
4987 \series bold
4988 ×
4989 \series default
4990 2
4991 \begin_inset space \thinspace{}
4992 \end_inset
4993
4994 matrix
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5004 0 & \textrm{-}\mathrm{i}\\
5005 \mathrm{i} & 0
5006 \end{array}\end{Bmatrix}$
5007 \end_inset
5008
5009
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 </row>
5015 <row>
5016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020
5021 \backslash
5022 pmatrix
5023 \begin_inset space \textvisiblespace{}
5024 \end_inset
5025
5026 2
5027 \series bold
5028 ×
5029 \series default
5030 2
5031 \begin_inset space \thinspace{}
5032 \end_inset
5033
5034 matrix
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5044 0 & \textrm{-}\mathrm{i}\\
5045 \mathrm{i} & 0
5046 \end{array}\end{pmatrix}$
5047 \end_inset
5048
5049
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 </lyxtabular>
5056
5057 \end_inset
5058
5059
5060 \begin_inset space \hfill{}
5061 \end_inset
5062
5063
5064 \begin_inset Tabular
5065 <lyxtabular version="3" rows="4" columns="2">
5066 <features booktabs="true" tabularvalignment="middle">
5067 <column alignment="center" valignment="top" width="0pt">
5068 <column alignment="center" valignment="top">
5069 <row>
5070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Command
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Result
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row topspace="1.5mm">
5090 <cell alignment="center" valignment="top" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \backslash
5096 vmatrix
5097 \begin_inset space \textvisiblespace{}
5098 \end_inset
5099
5100 2
5101 \series bold
5102 ×
5103 \series default
5104 2
5105 \begin_inset space \thinspace{}
5106 \end_inset
5107
5108 matrix
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5118 0 & \textrm{-}\mathrm{i}\\
5119 \mathrm{i} & 0
5120 \end{array}\end{vmatrix}$
5121 \end_inset
5122
5123
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row topspace="1.5mm" bottomspace="0.5mm">
5130 <cell alignment="center" valignment="top" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \backslash
5136 Vmatrix
5137 \begin_inset space \textvisiblespace{}
5138 \end_inset
5139
5140 2
5141 \series bold
5142 ×
5143 \series default
5144 2
5145 \begin_inset space \thinspace{}
5146 \end_inset
5147
5148 matrix
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5158 0 & \textrm{-}\mathrm{i}\\
5159 \mathrm{i} & 0
5160 \end{array}\end{Vmatrix}$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 </row>
5169 <row>
5170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \backslash
5176 matrix
5177 \begin_inset space \textvisiblespace{}
5178 \end_inset
5179
5180 2
5181 \series bold
5182 ×
5183 \series default
5184 2
5185 \begin_inset space \thinspace{}
5186 \end_inset
5187
5188 matrix
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5198 0 & \textrm{-}\mathrm{i}\\
5199 \mathrm{i} & 0
5200 \end{array}\end{matrix}$
5201 \end_inset
5202
5203
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 </lyxtabular>
5210
5211 \end_inset
5212
5213
5214 \begin_inset space \hfill{}
5215 \end_inset
5216
5217
5218 \end_layout
5219
5220 \begin_layout Standard
5221 \begin_inset VSpace medskip
5222 \end_inset
5223
5224 When e.
5225 \begin_inset space \thinspace{}
5226 \end_inset
5227
5228 g.
5229 \begin_inset space \space{}
5230 \end_inset
5231
5232
5233 \series bold
5234
5235 \backslash
5236 vmatrix
5237 \series default
5238  is inserted, a blue box appears between two vertical lines where the matrix
5239  is inserted.
5240 \begin_inset Newline newline
5241 \end_inset
5242
5243 Note that decorated matrices ignore the vertical alignment.
5244 \end_layout
5245
5246 \begin_layout Standard
5247 \begin_inset VSpace bigskip
5248 \end_inset
5249
5250 As all multiline formulas are matrices, the length 
5251 \series bold
5252
5253 \backslash
5254 arraycolsep
5255 \series default
5256
5257 \begin_inset Index idx
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 Commands ! A ! 
5262 \backslash
5263 arraycolsep
5264 \end_layout
5265
5266 \end_inset
5267
5268  that is described in 
5269 \begin_inset CommandInset ref
5270 LatexCommand ref
5271 reference "subsec:Column-Separation"
5272
5273 \end_inset
5274
5275  can also be used to change the column separation of matrices.
5276 \end_layout
5277
5278 \begin_layout Standard
5279 To change the row separation, the command 
5280 \series bold
5281
5282 \backslash
5283 arraystretch
5284 \series default
5285
5286 \begin_inset Index idx
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290 Commands ! A ! 
5291 \backslash
5292 arraystretch
5293 \end_layout
5294
5295 \end_inset
5296
5297  is used.
5298  It is used as follows:
5299 \end_layout
5300
5301 \begin_layout Standard
5302
5303 \series bold
5304
5305 \backslash
5306 renewcommand{
5307 \backslash
5308 arraystretch}{stretch factor}
5309 \begin_inset Index idx
5310 status collapsed
5311
5312 \begin_layout Plain Layout
5313 Commands ! R ! 
5314 \backslash
5315 renewcommand
5316 \end_layout
5317
5318 \end_inset
5319
5320
5321 \end_layout
5322
5323 \begin_layout Standard
5324 The command 
5325 \series bold
5326
5327 \backslash
5328 renewcommand
5329 \series default
5330  assigns the stretch factor to the predefined command 
5331 \series bold
5332
5333 \backslash
5334 arraystretch
5335 \series default
5336 .
5337  To double e.
5338 \begin_inset space \thinspace{}
5339 \end_inset
5340
5341 g.
5342 \begin_inset space \space{}
5343 \end_inset
5344
5345 the row separation, use the factor 2.
5346  This is then used for all following matrices.
5347  To go back to the original separation, assign the factor 1 to 
5348 \series bold
5349
5350 \backslash
5351 arraystretch
5352 \series default
5353 .
5354 \end_layout
5355
5356 \begin_layout Standard
5357 To set matrices into a text line, the command 
5358 \series bold
5359
5360 \backslash
5361 smallmatrix
5362 \series default
5363
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Commands ! S ! 
5369 \backslash
5370 smallmatrix
5371 \end_layout
5372
5373 \end_inset
5374
5375  is used.
5376  When it is inserted a blue box with two dashed lines appears.
5377  In this box the matrix is inserted.
5378 \end_layout
5379
5380 \begin_layout Standard
5381 This is a matrix 
5382 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5383 C & D
5384 \end{smallmatrix}\right)$
5385 \end_inset
5386
5387  in a text line.
5388 \end_layout
5389
5390 \begin_layout Section
5391 Brackets and Delimiters
5392 \begin_inset Index idx
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396 Brackets
5397 \end_layout
5398
5399 \end_inset
5400
5401
5402 \begin_inset Index idx
5403 status collapsed
5404
5405 \begin_layout Plain Layout
5406 Delimiters
5407 \end_layout
5408
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Subsection
5415 Vertical Brackets and Delimiters
5416 \begin_inset Index idx
5417 status collapsed
5418
5419 \begin_layout Plain Layout
5420 Brackets ! vertical
5421 \end_layout
5422
5423 \end_inset
5424
5425
5426 \end_layout
5427
5428 \begin_layout Standard
5429 \begin_inset space \hfill{}
5430 \end_inset
5431
5432
5433 \begin_inset Tabular
5434 <lyxtabular version="3" rows="9" columns="2">
5435 <features booktabs="true" tabularvalignment="middle">
5436 <column alignment="center" valignment="top" width="0pt">
5437 <column alignment="center" valignment="top" width="0pt">
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Command
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 Result
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 (
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 \begin_inset Formula $($
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 {
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 \begin_inset Formula $\{$
5496 \end_inset
5497
5498
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="center" valignment="top" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 [
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 \begin_inset Formula $[$
5519 \end_inset
5520
5521
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532
5533 \backslash
5534 langle
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 \begin_inset Formula $\langle$
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \backslash
5559 lceil
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\lceil$
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 lfloor
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\lfloor$
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="center" valignment="top" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 /
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $/$
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 <row>
5626 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 |
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 \begin_inset Formula $|$
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 </row>
5648 </lyxtabular>
5649
5650 \end_inset
5651
5652
5653 \begin_inset space \hfill{}
5654 \end_inset
5655
5656
5657 \begin_inset Tabular
5658 <lyxtabular version="3" rows="9" columns="2">
5659 <features booktabs="true" tabularvalignment="middle">
5660 <column alignment="center" valignment="top" width="0pt">
5661 <column alignment="center" valignment="top" width="0pt">
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 Command
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 Result
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 <row>
5683 <cell alignment="center" valignment="top" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 )
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Formula $)$
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 </row>
5705 <row>
5706 <cell alignment="center" valignment="top" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 }
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 \begin_inset Formula $\}$
5720 \end_inset
5721
5722
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 ]
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 \begin_inset Formula $]$
5743 \end_inset
5744
5745
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756
5757 \backslash
5758 rangle
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 \begin_inset Formula $\rangle$
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 </row>
5776 <row>
5777 <cell alignment="center" valignment="top" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \backslash
5783 rceil
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\rceil$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 rfloor
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\rfloor$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \backslash
5833
5834 \backslash
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 \begin_inset Formula $\backslash$
5845 \end_inset
5846
5847
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858
5859 \backslash
5860 |
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $\|$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 </lyxtabular>
5879
5880 \end_inset
5881
5882
5883 \begin_inset space \hfill{}
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \begin_layout Standard
5890
5891 \series medium
5892 \begin_inset Note Greyedout
5893 status open
5894
5895 \begin_layout Plain Layout
5896
5897 \series bold
5898 Note:
5899 \series default
5900  In \SpecialChar TeX
5901  mode the command 
5902 \series bold
5903
5904 \backslash
5905 textbackslash
5906 \series default
5907
5908 \begin_inset Index idx
5909 status collapsed
5910
5911 \begin_layout Plain Layout
5912 Commands ! T ! 
5913 \backslash
5914 textbackslash
5915 \end_layout
5916
5917 \end_inset
5918
5919  must be used for the backslash, because the command 
5920 \series bold
5921
5922 \backslash
5923
5924 \backslash
5925
5926 \series default
5927  produces a line break there.
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Standard
5936 For all characters listed above the size can be adjusted with the commands
5937  described in the following two subsections.
5938  When using these commands, the characters < and > can directly be used
5939  instead of the commands 
5940 \series bold
5941
5942 \backslash
5943 langle
5944 \series default
5945  and 
5946 \series bold
5947
5948 \backslash
5949 rangle
5950 \series default
5951 .
5952 \end_layout
5953
5954 \begin_layout Subsubsection
5955 Manual Bracket Size
5956 \begin_inset CommandInset label
5957 LatexCommand label
5958 name "subsec:Manual-Bracket-Size"
5959
5960 \end_inset
5961
5962
5963 \begin_inset Index idx
5964 status collapsed
5965
5966 \begin_layout Plain Layout
5967 Bracket size ! manual
5968 \end_layout
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 The bracket size can be specified manually by the \SpecialChar LaTeX
5977 -commands 
5978 \series bold
5979
5980 \backslash
5981 big
5982 \series default
5983
5984 \begin_inset Index idx
5985 status collapsed
5986
5987 \begin_layout Plain Layout
5988 Commands ! B ! 
5989 \backslash
5990 big
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \series bold
5997
5998 \backslash
5999 Big
6000 \series default
6001
6002 \series bold
6003
6004 \backslash
6005 bigg
6006 \series default
6007  and 
6008 \series bold
6009
6010 \backslash
6011 Bigg
6012 \series default
6013 .
6014  
6015 \series bold
6016
6017 \backslash
6018 big
6019 \series default
6020  denotes the smallest and 
6021 \series bold
6022
6023 \backslash
6024 Bigg
6025 \series default
6026  the largest bracket size.
6027 \end_layout
6028
6029 \begin_layout Standard
6030 These commands are used to emphasize levels of brackets:
6031 \begin_inset Separator parbreak
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \align center
6039 \begin_inset Tabular
6040 <lyxtabular version="3" rows="2" columns="2">
6041 <features booktabs="true" tabularvalignment="middle">
6042 <column alignment="center" valignment="top" width="0pt">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <row>
6045 <cell alignment="center" valignment="top" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 all brackets in the same size:
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Formula $((A+B)(A-B))^{C}$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row topspace="2mm">
6068 <cell alignment="center" valignment="top" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 this looks better:
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 </lyxtabular>
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 For the second formula the command 
6099 \series bold
6100
6101 \backslash
6102 Big((A+B)(A-B)
6103 \backslash
6104 Big)^
6105 \begin_inset space \textvisiblespace{}
6106 \end_inset
6107
6108 C
6109 \series default
6110  has been used.
6111 \end_layout
6112
6113 \begin_layout Standard
6114 Here is an overview about all bracket sizes:
6115 \begin_inset Separator parbreak
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \begin_layout Standard
6122 \align center
6123
6124 \backslash
6125 Bigg(
6126 \backslash
6127 exp
6128 \backslash
6129 bigg<
6130 \backslash
6131 Big[
6132 \backslash
6133 big{
6134 \backslash
6135 ln(3x)
6136 \backslash
6137 big}^2
6138 \begin_inset space \textvisiblespace{}
6139 \end_inset
6140
6141
6142 \backslash
6143 sin(x)
6144 \backslash
6145 Big]^
6146 \begin_inset space \textvisiblespace{}
6147 \end_inset
6148
6149 A
6150 \begin_inset space \textvisiblespace{}
6151 \end_inset
6152
6153
6154 \backslash
6155 bigg>
6156 \backslash
6157 Bigg)^0,5
6158 \end_layout
6159
6160 \begin_layout Standard
6161 \align center
6162 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6163 \end_inset
6164
6165
6166 \end_layout
6167
6168 \begin_layout Standard
6169 Besides the 
6170 \series bold
6171
6172 \backslash
6173 big
6174 \series default
6175 -commands there is the variant 
6176 \series bold
6177
6178 \backslash
6179 bigm
6180 \series default
6181
6182 \begin_inset Index idx
6183 status collapsed
6184
6185 \begin_layout Plain Layout
6186 Commands ! B ! 
6187 \backslash
6188 bigm
6189 \end_layout
6190
6191 \end_inset
6192
6193  that adds a bit more space between the bracket and its content, and the
6194  variant 
6195 \series bold
6196
6197 \backslash
6198 bigl
6199 \series default
6200 -
6201 \series bold
6202
6203 \backslash
6204 bigr
6205 \series default
6206
6207 \begin_inset Index idx
6208 status collapsed
6209
6210 \begin_layout Plain Layout
6211 Commands ! B ! 
6212 \backslash
6213 bigl - 
6214 \backslash
6215 bigr
6216 \end_layout
6217
6218 \end_inset
6219
6220 , that don't add additional space.
6221  The 
6222 \emph on
6223 l
6224 \emph default
6225  at the end of the command 
6226 \series bold
6227
6228 \backslash
6229 bigl
6230 \series default
6231  is for a left bracket; for a right bracket this will be replaced by an
6232  
6233 \emph on
6234 r
6235 \emph default
6236 .
6237  A left or right bracket can each be an opening or closing bracket.
6238 \end_layout
6239
6240 \begin_layout Standard
6241 In the following table is a comparison of the variants:
6242 \begin_inset Separator parbreak
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 \align center
6250 \begin_inset Tabular
6251 <lyxtabular version="3" rows="5" columns="2">
6252 <features booktabs="true" tabularvalignment="middle">
6253 <column alignment="center" valignment="top" width="0pt">
6254 <column alignment="center" valignment="middle">
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 Command
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 Result
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row topspace="2mm">
6276 <cell alignment="center" valignment="top" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280
6281 \backslash
6282 Bigm(
6283 \backslash
6284 bigm(
6285 \backslash
6286 ln(3x)
6287 \backslash
6288 bigm)^2
6289 \begin_inset space \textvisiblespace{}
6290 \end_inset
6291
6292
6293 \backslash
6294 Bigm)
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row topspace="2mm">
6313 <cell alignment="center" valignment="top" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 Big(
6320 \backslash
6321 big(
6322 \backslash
6323 ln(3x)
6324 \backslash
6325 big)^2
6326 \begin_inset space \textvisiblespace{}
6327 \end_inset
6328
6329
6330 \backslash
6331 Big)
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row topspace="2mm" bottomspace="0.5mm">
6350 <cell alignment="center" valignment="top" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \backslash
6356 Bigl(
6357 \backslash
6358 bigl(
6359 \backslash
6360 ln(3x)
6361 \backslash
6362 bigr)^2
6363 \begin_inset space \textvisiblespace{}
6364 \end_inset
6365
6366
6367 \backslash
6368 Bigr)
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row topspace="1.5mm" bottomspace="0.5mm">
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \backslash
6393 bigl)
6394 \backslash
6395 ln(3x)
6396 \backslash
6397 bigr(
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 </lyxtabular>
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \begin_layout Subsubsection
6423 Automatic Bracket Size
6424 \begin_inset CommandInset label
6425 LatexCommand label
6426 name "subsec:Automatic-Bracket-Size"
6427
6428 \end_inset
6429
6430
6431 \begin_inset Index idx
6432 status collapsed
6433
6434 \begin_layout Plain Layout
6435 Bracket size ! automatic
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 Brackets with variable size can be inserted with the commands 
6445 \series bold
6446
6447 \backslash
6448 left
6449 \series default
6450
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 Commands ! L ! 
6456 \backslash
6457 left
6458 \end_layout
6459
6460 \end_inset
6461
6462  and 
6463 \series bold
6464
6465 \backslash
6466 right
6467 \series default
6468
6469 \begin_inset Index idx
6470 status collapsed
6471
6472 \begin_layout Plain Layout
6473 Commands ! R ! 
6474 \backslash
6475 right
6476 \end_layout
6477
6478 \end_inset
6479
6480  or via the math toolbar button 
6481 \begin_inset Info
6482 type  "icon"
6483 arg   "dialog-show mathdelimiter"
6484 \end_inset
6485
6486 .
6487  Directly behind 
6488 \series bold
6489
6490 \backslash
6491 left
6492 \series default
6493  and 
6494 \series bold
6495
6496 \backslash
6497 right
6498 \series default
6499  the wanted bracket must be inserted.
6500  The bracket size will then automatically be calculated for the output.
6501 \begin_inset Separator parbreak
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \align center
6509 normal bracket: The command 
6510 \series bold
6511
6512 \backslash
6513 ln(
6514 \backslash
6515 frac
6516 \begin_inset space \textvisiblespace{}
6517 \end_inset
6518
6519 A
6520 \begin_inset Formula $\downarrow$
6521 \end_inset
6522
6523 C
6524 \begin_inset space \textvisiblespace{}
6525 \end_inset
6526
6527 )
6528 \series default
6529  creates
6530 \begin_inset Formula 
6531 \[
6532 \ln(\frac{A}{C})
6533 \]
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 \align center
6542 multiline bracket: The command 
6543 \series bold
6544
6545 \backslash
6546 ln
6547 \backslash
6548 left(
6549 \backslash
6550 frac
6551 \begin_inset space \textvisiblespace{}
6552 \end_inset
6553
6554 A
6555 \begin_inset Formula $\downarrow$
6556 \end_inset
6557
6558 C
6559 \begin_inset space \textvisiblespace{}
6560 \end_inset
6561
6562
6563 \backslash
6564 right)
6565 \series default
6566  creates
6567 \begin_inset Formula 
6568 \[
6569 \ln\left(\frac{A}{C}\right)
6570 \]
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 Instead of 
6579 \series bold
6580
6581 \backslash
6582 left
6583 \series default
6584  and 
6585 \series bold
6586
6587 \backslash
6588 right
6589 \series default
6590  the shortcut 
6591 \family sans
6592 Alt+M
6593 \begin_inset space ~
6594 \end_inset
6595
6596 Bracket
6597 \family default
6598  can be used.
6599  This has the advantage that you can see in \SpecialChar LyX
6600  immediately the real bracket
6601  size and that the matching right bracket will be created too.
6602 \begin_inset Newline newline
6603 \end_inset
6604
6605 The command for the last example would then be: 
6606 \series bold
6607
6608 \backslash
6609 ln Alt+M
6610 \series default
6611  
6612 \series bold
6613 (
6614 \backslash
6615 frac
6616 \begin_inset space \textvisiblespace{}
6617 \end_inset
6618
6619 A
6620 \begin_inset Formula $\downarrow$
6621 \end_inset
6622
6623 C
6624 \end_layout
6625
6626 \begin_layout Standard
6627 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6628  For example the command 
6629 \series bold
6630
6631 \backslash
6632 left.
6633 \backslash
6634 frac
6635 \begin_inset space \textvisiblespace{}
6636 \end_inset
6637
6638 A
6639 \begin_inset Formula $\downarrow$
6640 \end_inset
6641
6642 B
6643 \begin_inset space \textvisiblespace{}
6644 \end_inset
6645
6646
6647 \backslash
6648 right}
6649 \series default
6650  creates:
6651 \series bold
6652
6653 \begin_inset Formula 
6654 \[
6655 \left.\frac{A}{B}\right\} 
6656 \]
6657
6658 \end_inset
6659
6660
6661 \series default
6662 The commands 
6663 \series bold
6664
6665 \backslash
6666 left
6667 \series default
6668  and 
6669 \series bold
6670
6671 \backslash
6672 right
6673 \series default
6674  will be converted by \SpecialChar LyX
6675  to brackets in the right size when the document is
6676  reloaded and an omitted bracket will appear as dashed line.
6677 \end_layout
6678
6679 \begin_layout Standard
6680 \begin_inset VSpace bigskip
6681 \end_inset
6682
6683 Because all popular \SpecialChar LaTeX
6684  distributions use e\SpecialChar TeX
6685 , an extension to \SpecialChar LaTeX
6686 , the command
6687  
6688 \series bold
6689
6690 \backslash
6691 middle
6692 \series default
6693
6694 \begin_inset Index idx
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698 Commands ! M ! 
6699 \backslash
6700 middle
6701 \end_layout
6702
6703 \end_inset
6704
6705  is additionally available for all brackets and limits.
6706  With this command the height of the following character is adapted to the
6707  one of the surrounding brackets, what is e.
6708 \begin_inset space \thinspace{}
6709 \end_inset
6710
6711 g.
6712 \begin_inset space \space{}
6713 \end_inset
6714
6715 needed for physical vectors:
6716 \begin_inset Formula 
6717 \[
6718 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6719 \]
6720
6721 \end_inset
6722
6723 For physical vectors there is a special \SpecialChar LaTeX
6724 -package, described in 
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "subsec:Physical-Vectors"
6728
6729 \end_inset
6730
6731 .
6732 \end_layout
6733
6734 \begin_layout Subsection
6735 Horizontal Brackets
6736 \begin_inset Index idx
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Brackets ! horizontal
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 \align center
6750 \begin_inset Tabular
6751 <lyxtabular version="3" rows="4" columns="2">
6752 <features booktabs="true" tabularvalignment="middle">
6753 <column alignment="center" valignment="top" width="0pt">
6754 <column alignment="center" valignment="top" width="0pt">
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 Command
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 Result
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \backslash
6782 overbrace
6783 \begin_inset space \textvisiblespace{}
6784 \end_inset
6785
6786 A+B
6787 \begin_inset space \textvisiblespace{}
6788 \end_inset
6789
6790 ^3
6791 \begin_inset Index idx
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795 Commands ! O ! 
6796 \backslash
6797 overbrace
6798 \end_layout
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 \begin_inset Formula $\overbrace{A+B}^{3}$
6812 \end_inset
6813
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 </row>
6820 <row topspace="2mm">
6821 <cell alignment="center" valignment="top" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825
6826 \backslash
6827 underbrace
6828 \begin_inset space \textvisiblespace{}
6829 \end_inset
6830
6831 A+B
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835 _5
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Commands ! U ! 
6841 \backslash
6842 underbrace
6843 \end_layout
6844
6845 \end_inset
6846
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 \begin_inset Formula $\underbrace{A+B}_{5}$
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 </row>
6865 <row>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \backslash
6872 overbrace
6873 \begin_inset space \textvisiblespace{}
6874 \end_inset
6875
6876
6877 \backslash
6878 underbrace
6879 \begin_inset space \textvisiblespace{}
6880 \end_inset
6881
6882 A+B_w
6883 \begin_inset space \textvisiblespace{}
6884 \end_inset
6885
6886
6887 \begin_inset space \textvisiblespace{}
6888 \end_inset
6889
6890 _7
6891 \begin_inset space \textvisiblespace{}
6892 \end_inset
6893
6894
6895 \begin_inset space \textvisiblespace{}
6896 \end_inset
6897
6898 ^
6899 \begin_inset space \textvisiblespace{}
6900 \end_inset
6901
6902 C
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \end_inset
6918 </cell>
6919 </row>
6920 </lyxtabular>
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \begin_layout Standard
6928 In the last example it doesn't matter if 
6929 \series bold
6930
6931 \backslash
6932 overbrace
6933 \series default
6934  or 
6935 \series bold
6936
6937 \backslash
6938 underbrace
6939 \series default
6940  is inserted at first.
6941 \end_layout
6942
6943 \begin_layout Standard
6944 \begin_inset VSpace medskip
6945 \end_inset
6946
6947
6948 \end_layout
6949
6950 \begin_layout Standard
6951 If you set in the document settings under 
6952 \family sans
6953 Math
6954 \begin_inset space ~
6955 \end_inset
6956
6957 Options
6958 \family default
6959  for the package 
6960 \series bold
6961 mathtools
6962 \series default
6963
6964 \begin_inset Index idx
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968 Packages ! mathtools
6969 \end_layout
6970
6971 \end_inset
6972
6973  the option 
6974 \family sans
6975 Load
6976 \begin_inset space ~
6977 \end_inset
6978
6979 always
6980 \family default
6981 , you have access to square backets:
6982 \begin_inset Separator parbreak
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \begin_layout Standard
6989 \align center
6990 \begin_inset Tabular
6991 <lyxtabular version="3" rows="4" columns="2">
6992 <features booktabs="true" tabularvalignment="middle">
6993 <column alignment="center" valignment="top" width="0pt">
6994 <column alignment="center" valignment="top" width="0pt">
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 Command
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 Result
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 </row>
7015 <row>
7016 <cell alignment="center" valignment="top" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \backslash
7022
7023 \family roman
7024 \series medium
7025 \shape up
7026 \size normal
7027 \emph off
7028 \bar no
7029 \strikeout off
7030 \uuline off
7031 \uwave off
7032 \noun off
7033 \color none
7034 overbracket
7035 \family default
7036 \series default
7037 \shape default
7038 \size default
7039 \emph default
7040 \bar default
7041 \strikeout default
7042 \uuline default
7043 \uwave default
7044 \noun default
7045 \color inherit
7046 {A+B
7047 \begin_inset space \textvisiblespace{}
7048 \end_inset
7049
7050 ^3
7051 \begin_inset Index idx
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055 Commands ! O ! 
7056 \backslash
7057 overbracket
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 \begin_inset Formula $\overbracket{A+B}^{3}$
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row topspace="2mm">
7081 <cell alignment="center" valignment="top" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \backslash
7087 under
7088 \family roman
7089 \series medium
7090 \shape up
7091 \size normal
7092 \emph off
7093 \bar no
7094 \strikeout off
7095 \uuline off
7096 \uwave off
7097 \noun off
7098 \color none
7099 bracket
7100 \family default
7101 \series default
7102 \shape default
7103 \size default
7104 \emph default
7105 \bar default
7106 \strikeout default
7107 \uuline default
7108 \uwave default
7109 \noun default
7110 \color inherit
7111 {A+B
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115 _5
7116 \begin_inset Index idx
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120 Commands ! U ! 
7121 \backslash
7122 under
7123 \family roman
7124 \series medium
7125 \shape up
7126 \size normal
7127 \emph off
7128 \bar no
7129 \strikeout off
7130 \uuline off
7131 \uwave off
7132 \noun off
7133 \color none
7134 bracket
7135 \end_layout
7136
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 \begin_inset Formula $\underbracket{A+B}_{5}$
7149 \end_inset
7150
7151
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 </row>
7157 <row>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \backslash
7164 overbracket{
7165 \backslash
7166 underbracket{A+B_w
7167 \begin_inset space \textvisiblespace{}
7168 \end_inset
7169
7170
7171 \begin_inset space \textvisiblespace{}
7172 \end_inset
7173
7174 _7
7175 \begin_inset space \textvisiblespace{}
7176 \end_inset
7177
7178
7179 \begin_inset space \textvisiblespace{}
7180 \end_inset
7181
7182 ^
7183 \begin_inset space \textvisiblespace{}
7184 \end_inset
7185
7186 C
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7196 \end_inset
7197
7198
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 </row>
7204 </lyxtabular>
7205
7206 \end_inset
7207
7208
7209 \end_layout
7210
7211 \begin_layout Standard
7212 For 
7213 \series bold
7214
7215 \backslash
7216 overbracket
7217 \series default
7218  and 
7219 \series bold
7220
7221 \backslash
7222 underbracket
7223 \series default
7224  you can change the thickness of the bracket's stroke by specifying the
7225  desired thickness in square brackets behind the command:
7226 \begin_inset Separator parbreak
7227 \end_inset
7228
7229
7230 \end_layout
7231
7232 \begin_layout Standard
7233 \align center
7234 \begin_inset Tabular
7235 <lyxtabular version="3" rows="3" columns="2">
7236 <features booktabs="true" tabularvalignment="middle">
7237 <column alignment="center" valignment="top" width="0pt">
7238 <column alignment="center" valignment="top" width="0pt">
7239 <row>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Command
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 Result
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 <row>
7260 <cell alignment="center" valignment="top" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264
7265 \backslash
7266
7267 \family roman
7268 \series medium
7269 \shape up
7270 \size normal
7271 \emph off
7272 \bar no
7273 \strikeout off
7274 \uuline off
7275 \uwave off
7276 \noun off
7277 \color none
7278 overbracket
7279 \family default
7280 \series default
7281 \shape default
7282 \size default
7283 \emph default
7284 \bar default
7285 \strikeout default
7286 \uuline default
7287 \uwave default
7288 \noun default
7289 \color inherit
7290 [3pt]
7291 \backslash
7292 {A+B
7293 \begin_inset space \textvisiblespace{}
7294 \end_inset
7295
7296 ^3
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 </row>
7314 <row topspace="2mm">
7315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \backslash
7321 under
7322 \family roman
7323 \series medium
7324 \shape up
7325 \size normal
7326 \emph off
7327 \bar no
7328 \strikeout off
7329 \uuline off
7330 \uwave off
7331 \noun off
7332 \color none
7333 bracket
7334 \family default
7335 \series default
7336 \shape default
7337 \size default
7338 \emph default
7339 \bar default
7340 \strikeout default
7341 \uuline default
7342 \uwave default
7343 \noun default
7344 \color inherit
7345 [1pt]
7346 \backslash
7347 {A+B
7348 \begin_inset space \textvisiblespace{}
7349 \end_inset
7350
7351 _5
7352 \end_layout
7353
7354 \end_inset
7355 </cell>
7356 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7361 \end_inset
7362
7363
7364 \end_layout
7365
7366 \end_inset
7367 </cell>
7368 </row>
7369 </lyxtabular>
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 \begin_inset VSpace bigskip
7378 \end_inset
7379
7380 When brackets should overlap each other, multiline formulas, as described
7381  in 
7382 \begin_inset CommandInset ref
7383 LatexCommand ref
7384 reference "sec:Multiline-Formulas"
7385
7386 \end_inset
7387
7388 , must be used:
7389 \begin_inset Formula 
7390 \begin{eqnarray*}
7391 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7392  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7393 \end{eqnarray*}
7394
7395 \end_inset
7396
7397 In the first row the formula is inserted together with the first brace.
7398  It is hereby important that the space command
7399 \begin_inset Foot
7400 status collapsed
7401
7402 \begin_layout Plain Layout
7403 Space commands are explained in 
7404 \begin_inset CommandInset ref
7405 LatexCommand ref
7406 reference "subsec:Predefined-Space"
7407
7408 \end_inset
7409
7410 .
7411 \end_layout
7412
7413 \end_inset
7414
7415  
7416 \series bold
7417
7418 \backslash
7419 :
7420 \series default
7421  is inserted before the first 
7422 \begin_inset Formula $d$
7423 \end_inset
7424
7425 , because the brace that ends behind the 
7426 \begin_inset Formula $q$
7427 \end_inset
7428
7429  prevents that the following 
7430 \begin_inset Quotes eld
7431 \end_inset
7432
7433 +
7434 \begin_inset Quotes erd
7435 \end_inset
7436
7437  is surrounded by space.
7438 \begin_inset Foot
7439 status collapsed
7440
7441 \begin_layout Plain Layout
7442 because a bracket is not handled as a character, see 
7443 \begin_inset CommandInset ref
7444 LatexCommand ref
7445 reference "subsec:Binary-Operators"
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453
7454  In the second row the second brace is inserted.
7455  As it should begin before the 
7456 \begin_inset Formula $b$
7457 \end_inset
7458
7459 , first the command 
7460 \series bold
7461
7462 \backslash
7463 hphantom{gggg+
7464 \backslash
7465 :}
7466 \series default
7467  is inserted.
7468 \begin_inset Foot
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 more about 
7473 \series bold
7474
7475 \backslash
7476 hphantom
7477 \series default
7478  see 
7479 \begin_inset CommandInset ref
7480 LatexCommand ref
7481 reference "subsec:Placeholders"
7482
7483 \end_inset
7484
7485
7486 \end_layout
7487
7488 \end_inset
7489
7490  This space is needed because the 
7491 \begin_inset Quotes eld
7492 \end_inset
7493
7494 +
7495 \begin_inset Quotes erd
7496 \end_inset
7497
7498  is also surrounded by space in the formula.
7499  The brace is placed under the command 
7500 \series bold
7501
7502 \backslash
7503 hphantom{bbqq+dddd}
7504 \series default
7505 .
7506 \end_layout
7507
7508 \begin_layout Standard
7509 It gets more complicated when brackets overlap each other above and under
7510  the formula, like in the following example:
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 setlength{
7519 \backslash
7520 jot}{-6pt}
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Formula 
7527 \begin{eqnarray*}
7528  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7529 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7530 \end{eqnarray*}
7531
7532 \end_inset
7533
7534
7535 \begin_inset ERT
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 setlength{
7543 \backslash
7544 jot}{3pt}
7545 \end_layout
7546
7547 \end_inset
7548
7549 The first formula row is the same as the second row of the previous example,
7550  with the difference that the brace is above.
7551  The second row contains the formula together with the second brace.
7552  To avoid that there is space between the upper brace in the first row and
7553  the formula, the row spacing needs to be reduced.
7554  This is not easily possible due to a bug in \SpecialChar LyX
7555 .
7556 \begin_inset Foot
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560 \begin_inset CommandInset href
7561 LatexCommand href
7562 name "LyX-bug #1505"
7563 target "http://www.lyx.org/trac/ticket/1505"
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571
7572  As a solution for the problem, the global formula row separation 
7573 \series bold
7574
7575 \backslash
7576 jot
7577 \series default
7578
7579 \begin_inset Index idx
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 Commands ! J ! 
7584 \backslash
7585 jot
7586 \end_layout
7587
7588 \end_inset
7589
7590  must be changed to -6
7591 \begin_inset space \thinspace{}
7592 \end_inset
7593
7594 pt before the formula with the command 
7595 \series bold
7596
7597 \backslash
7598 setlength{
7599 \backslash
7600 jot}{-6pt}
7601 \series default
7602  in \SpecialChar TeX
7603  mode.
7604  
7605 \series bold
7606
7607 \backslash
7608 jot
7609 \series default
7610  is set back after the formula to the standard value of 3
7611 \begin_inset space \thinspace{}
7612 \end_inset
7613
7614 pt using the same command.
7615  More about the row separation in formulas is explained in 
7616 \begin_inset CommandInset ref
7617 LatexCommand ref
7618 reference "subsec:Line-Separation"
7619
7620 \end_inset
7621
7622 .
7623 \end_layout
7624
7625 \begin_layout Section
7626 Arrows
7627 \begin_inset Index idx
7628 status collapsed
7629
7630 \begin_layout Plain Layout
7631 Arrows
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \begin_layout Standard
7640 Arrows can be inserted via the math toolbar button 
7641 \begin_inset Info
7642 type  "icon"
7643 arg   "math-insert \\leftarrow"
7644 \end_inset
7645
7646  or the commands listed in the following subsections.
7647 \end_layout
7648
7649 \begin_layout Subsection
7650 Horizontal Arrows
7651 \begin_inset Index idx
7652 status collapsed
7653
7654 \begin_layout Plain Layout
7655 Arrows ! horizontal
7656 \end_layout
7657
7658 \end_inset
7659
7660
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \begin_inset space \hfill{}
7665 \end_inset
7666
7667
7668 \begin_inset Tabular
7669 <lyxtabular version="3" rows="8" columns="2">
7670 <features booktabs="true" tabularvalignment="middle">
7671 <column alignment="center" valignment="top" width="0pt">
7672 <column alignment="center" valignment="top" width="0pt">
7673 <row>
7674 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Command
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 Result
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \backslash
7700 gets
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 \begin_inset Formula $\gets$
7710 \end_inset
7711
7712
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 </row>
7718 <row>
7719 <cell alignment="center" valignment="top" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723
7724 \backslash
7725 Leftarrow
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 \begin_inset Formula $\Leftarrow$
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 </row>
7743 <row>
7744 <cell alignment="center" valignment="top" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \backslash
7750 longleftarrow
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 <cell alignment="center" valignment="top" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759 \begin_inset Formula $\longleftarrow$
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 </row>
7768 <row>
7769 <cell alignment="center" valignment="top" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \backslash
7775 Longleftarrow
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 \begin_inset Formula $\Longleftarrow$
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \backslash
7800 leftharpoonup
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 \begin_inset Formula $\leftharpoonup$
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \backslash
7825 leftharpoondown
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 \begin_inset Formula $\leftharpoondown$
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row>
7844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \backslash
7850 hookleftarrow
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 \begin_inset Formula $\hookleftarrow$
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 </row>
7868 </lyxtabular>
7869
7870 \end_inset
7871
7872
7873 \begin_inset space \hfill{}
7874 \end_inset
7875
7876
7877 \begin_inset Tabular
7878 <lyxtabular version="3" rows="8" columns="2">
7879 <features booktabs="true" tabularvalignment="middle">
7880 <column alignment="center" valignment="top" width="0pt">
7881 <column alignment="center" valignment="top" width="0pt">
7882 <row>
7883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Command
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Result
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \backslash
7909 to
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 \begin_inset Formula $\to$
7919 \end_inset
7920
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \backslash
7934 Rightarrow
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 \begin_inset Formula $\Rightarrow$
7944 \end_inset
7945
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \backslash
7959 longrightarrow
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 \begin_inset Formula $\longrightarrow$
7969 \end_inset
7970
7971
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \backslash
7984 Longrightarrow
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 \begin_inset Formula $\Longrightarrow$
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \backslash
8009 rightharpoonup
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 \begin_inset Formula $\rightharpoonup$
8019 \end_inset
8020
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row>
8028 <cell alignment="center" valignment="top" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \backslash
8034 rightharpoondown
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 \begin_inset Formula $\rightharpoondown$
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \backslash
8059 hookrightarrow
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 \begin_inset Formula $\hookrightarrow$
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 </lyxtabular>
8078
8079 \end_inset
8080
8081
8082 \begin_inset space \hfill{}
8083 \end_inset
8084
8085
8086 \end_layout
8087
8088 \begin_layout Standard
8089 \begin_inset space \hfill{}
8090 \end_inset
8091
8092
8093 \begin_inset Tabular
8094 <lyxtabular version="3" rows="6" columns="2">
8095 <features booktabs="true" tabularvalignment="middle">
8096 <column alignment="center" valignment="top" width="0pt">
8097 <column alignment="center" valignment="top" width="0pt">
8098 <row>
8099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Command
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Result
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \backslash
8125 leftrightarrow
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 \begin_inset Formula $\leftrightarrow$
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \backslash
8150 Leftrightarrow
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 \begin_inset Formula $\Leftrightarrow$
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \backslash
8175 longleftrightarrow
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 \begin_inset Formula $\longleftrightarrow$
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \backslash
8200 Longleftrightarrow
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 \begin_inset Formula $\Longleftrightarrow$
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \backslash
8225 rightleftharpoons
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 \begin_inset Formula $\rightleftharpoons$
8235 \end_inset
8236
8237
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 </lyxtabular>
8244
8245 \end_inset
8246
8247
8248 \begin_inset space \hspace{}
8249 \length 25pt
8250 \end_inset
8251
8252
8253 \begin_inset space \hfill{}
8254 \end_inset
8255
8256
8257 \begin_inset Tabular
8258 <lyxtabular version="3" rows="5" columns="2">
8259 <features booktabs="true" tabularvalignment="middle">
8260 <column alignment="center" valignment="top" width="0pt">
8261 <column alignment="center" valignment="top" width="0pt">
8262 <row>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Command
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Result
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 mapsto
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\mapsto$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 longmapsto
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\longmapsto$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \backslash
8339 leadsto
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\leadsto$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \backslash
8364 dasharrow
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 \begin_inset Formula $\dasharrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 </lyxtabular>
8383
8384 \end_inset
8385
8386
8387 \begin_inset space \hfill{}
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \begin_layout Standard
8394 \begin_inset VSpace medskip
8395 \end_inset
8396
8397 Arrows used as accents like e.
8398 \begin_inset space \thinspace{}
8399 \end_inset
8400
8401 g.
8402 \begin_inset space \space{}
8403 \end_inset
8404
8405 vector arrows are listed in 
8406 \begin_inset CommandInset ref
8407 LatexCommand ref
8408 reference "sec:Accents"
8409
8410 \end_inset
8411
8412 .
8413 \end_layout
8414
8415 \begin_layout Standard
8416 \begin_inset VSpace bigskip
8417 \end_inset
8418
8419 Furthermore there are the labeled arrows
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 Arrows ! labeled
8425 \end_layout
8426
8427 \end_inset
8428
8429  
8430 \series bold
8431
8432 \backslash
8433 xleftarrow
8434 \series default
8435
8436 \begin_inset Index idx
8437 status collapsed
8438
8439 \begin_layout Plain Layout
8440 Commands ! X ! 
8441 \backslash
8442 xleftarrow
8443 \end_layout
8444
8445 \end_inset
8446
8447  and 
8448 \series bold
8449
8450 \backslash
8451 xrightarrow
8452 \series default
8453
8454 \begin_inset Index idx
8455 status collapsed
8456
8457 \begin_layout Plain Layout
8458 Commands ! X ! 
8459 \backslash
8460 xrightarrow
8461 \begin_inset ERT
8462 status collapsed
8463
8464 \begin_layout Plain Layout
8465
8466
8467 \backslash
8468 vspace{4mm}
8469 \end_layout
8470
8471 \end_inset
8472
8473
8474 \end_layout
8475
8476 \end_inset
8477
8478 .
8479  When inserting one of these commands in a formula, an arrow with two blue
8480  boxes appear where the label can be inserted.
8481  The length of the arrow adapts to the label width.
8482 \end_layout
8483
8484 \begin_layout Standard
8485 \align center
8486 \begin_inset Tabular
8487 <lyxtabular version="3" rows="3" columns="2">
8488 <features booktabs="true" tabularvalignment="middle">
8489 <column alignment="center" valignment="top" width="0pt">
8490 <column alignment="center" valignment="top" width="0pt">
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Command
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 Result
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 F(a)
8517 \backslash
8518 xleftarrow
8519 \begin_inset space \textvisiblespace{}
8520 \end_inset
8521
8522 x=a
8523 \begin_inset Formula $\downarrow$
8524 \end_inset
8525
8526 x>0
8527 \begin_inset Formula $\to$
8528 \end_inset
8529
8530 F(x)
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row topspace="2mm">
8549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 F(x)
8554 \backslash
8555 xrightarrow
8556 \begin_inset space \textvisiblespace{}
8557 \end_inset
8558
8559 x=a
8560 \begin_inset Formula $\downarrow$
8561 \end_inset
8562
8563 x>0
8564 \begin_inset Formula $\to$
8565 \end_inset
8566
8567 F(a)
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 </lyxtabular>
8586
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \begin_layout Standard
8593 \begin_inset VSpace medskip
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \begin_layout Standard
8600 If you set in the document settings under 
8601 \family sans
8602 Math
8603 \begin_inset space ~
8604 \end_inset
8605
8606 Options
8607 \family default
8608  for the package 
8609 \series bold
8610 mathtools
8611 \series default
8612
8613 \begin_inset Index idx
8614 status collapsed
8615
8616 \begin_layout Plain Layout
8617 Packages ! mathtools
8618 \end_layout
8619
8620 \end_inset
8621
8622  the option 
8623 \family sans
8624 Load
8625 \begin_inset space ~
8626 \end_inset
8627
8628 always
8629 \family default
8630 , you have access to the following labeled arrows:
8631 \end_layout
8632
8633 \begin_layout Standard
8634 \begin_inset Newpage newpage
8635 \end_inset
8636
8637
8638 \begin_inset Separator parbreak
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \begin_layout Standard
8645 \align center
8646 \begin_inset space \hspace*{\fill}
8647 \end_inset
8648
8649
8650 \begin_inset Tabular
8651 <lyxtabular version="3" rows="7" columns="2">
8652 <features booktabs="true" tabularvalignment="middle">
8653 <column alignment="center" valignment="top" width="0pt">
8654 <column alignment="center" valignment="top" width="0pt">
8655 <row>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 Command
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Example
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \family roman
8682 \series medium
8683 \shape up
8684 \size normal
8685 \emph off
8686 \bar no
8687 \strikeout off
8688 \uuline off
8689 \uwave off
8690 \noun off
8691 \color none
8692
8693 \backslash
8694 xleftrightarrow
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row topspace="2mm">
8713 <cell alignment="center" valignment="top" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \family roman
8719 \series medium
8720 \shape up
8721 \size normal
8722 \emph off
8723 \bar no
8724 \strikeout off
8725 \uuline off
8726 \uwave off
8727 \noun off
8728 \color none
8729
8730 \backslash
8731 xLeftarrow
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row topspace="2mm">
8750 <cell alignment="center" valignment="top" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \backslash
8756
8757 \family roman
8758 \series medium
8759 \shape up
8760 \size normal
8761 \emph off
8762 \bar no
8763 \strikeout off
8764 \uuline off
8765 \uwave off
8766 \noun off
8767 \color none
8768 xRightarrow
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8778 \end_inset
8779
8780
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row topspace="2mm">
8787 <cell alignment="center" valignment="top" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \backslash
8793
8794 \family roman
8795 \series medium
8796 \shape up
8797 \size normal
8798 \emph off
8799 \bar no
8800 \strikeout off
8801 \uuline off
8802 \uwave off
8803 \noun off
8804 \color none
8805 xLeftrightarrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row topspace="2mm">
8824 <cell alignment="center" valignment="top" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \family roman
8830 \series medium
8831 \shape up
8832 \size normal
8833 \emph off
8834 \bar no
8835 \strikeout off
8836 \uuline off
8837 \uwave off
8838 \noun off
8839 \color none
8840
8841 \backslash
8842 xhookleftarrow
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 </row>
8860 <row topspace="2mm">
8861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865
8866 \family roman
8867 \series medium
8868 \shape up
8869 \size normal
8870 \emph off
8871 \bar no
8872 \strikeout off
8873 \uuline off
8874 \uwave off
8875 \noun off
8876 \color none
8877
8878 \backslash
8879 xhookrightarrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 </lyxtabular>
8898
8899 \end_inset
8900
8901
8902 \begin_inset space \hspace*{\fill}
8903 \end_inset
8904
8905
8906 \begin_inset Tabular
8907 <lyxtabular version="3" rows="7" columns="2">
8908 <features booktabs="true" tabularvalignment="middle">
8909 <column alignment="center" valignment="top" width="0pt">
8910 <column alignment="center" valignment="top" width="0pt">
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 Command
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Example
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 </row>
8931 <row>
8932 <cell alignment="center" valignment="top" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936
8937 \backslash
8938
8939 \family roman
8940 \series medium
8941 \shape up
8942 \size normal
8943 \emph off
8944 \bar no
8945 \strikeout off
8946 \uuline off
8947 \uwave off
8948 \noun off
8949 \color none
8950 xleftharpoondown
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8960 \end_inset
8961
8962
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row topspace="2mm">
8969 <cell alignment="center" valignment="top" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \backslash
8975
8976 \family roman
8977 \series medium
8978 \shape up
8979 \size normal
8980 \emph off
8981 \bar no
8982 \strikeout off
8983 \uuline off
8984 \uwave off
8985 \noun off
8986 \color none
8987 xleftharpoonup
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row topspace="2mm">
9006 <cell alignment="center" valignment="top" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012
9013 \family roman
9014 \series medium
9015 \shape up
9016 \size normal
9017 \emph off
9018 \bar no
9019 \strikeout off
9020 \uuline off
9021 \uwave off
9022 \noun off
9023 \color none
9024 xrightharpoondown
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row topspace="2mm">
9043 <cell alignment="center" valignment="top" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \backslash
9049
9050 \family roman
9051 \series medium
9052 \shape up
9053 \size normal
9054 \emph off
9055 \bar no
9056 \strikeout off
9057 \uuline off
9058 \uwave off
9059 \noun off
9060 \color none
9061 xrightharpoonup
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row topspace="2mm">
9080 <cell alignment="center" valignment="top" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086
9087 \family roman
9088 \series medium
9089 \shape up
9090 \size normal
9091 \emph off
9092 \bar no
9093 \strikeout off
9094 \uuline off
9095 \uwave off
9096 \noun off
9097 \color none
9098 xleftrightharpoons
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row topspace="2mm">
9117 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \backslash
9123
9124 \family roman
9125 \series medium
9126 \shape up
9127 \size normal
9128 \emph off
9129 \bar no
9130 \strikeout off
9131 \uuline off
9132 \uwave off
9133 \noun off
9134 \color none
9135 xrightleftharpoons
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9145 \end_inset
9146
9147
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 </lyxtabular>
9154
9155 \end_inset
9156
9157
9158 \begin_inset space \hspace*{\fill}
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \begin_layout Standard
9165 The command scheme is for all these arrows:
9166 \begin_inset Separator parbreak
9167 \end_inset
9168
9169
9170 \end_layout
9171
9172 \begin_layout Standard
9173 \align center
9174 \begin_inset Tabular
9175 <lyxtabular version="3" rows="2" columns="2">
9176 <features booktabs="true" tabularvalignment="middle">
9177 <column alignment="center" valignment="top" width="0pt">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Command
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Result
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 </row>
9199 <row bottomspace="0.5mm">
9200 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 F(a)
9205 \backslash
9206 xleftrightarrow[x=a]
9207 \backslash
9208 {x>0
9209 \begin_inset Formula $\to$
9210 \end_inset
9211
9212 F(x)
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9222 \end_inset
9223
9224
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 </row>
9230 </lyxtabular>
9231
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \begin_layout Subsection
9238 Vertical and diagonal Arrows
9239 \begin_inset Index idx
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Arrows ! diagonal
9244 \end_layout
9245
9246 \end_inset
9247
9248
9249 \begin_inset Index idx
9250 status collapsed
9251
9252 \begin_layout Plain Layout
9253 Arrows ! vertical
9254 \end_layout
9255
9256 \end_inset
9257
9258
9259 \end_layout
9260
9261 \begin_layout Standard
9262 \begin_inset space \hfill{}
9263 \end_inset
9264
9265
9266 \begin_inset Tabular
9267 <lyxtabular version="3" rows="7" columns="2">
9268 <features booktabs="true" tabularvalignment="middle">
9269 <column alignment="center" valignment="top" width="0pt">
9270 <column alignment="center" valignment="top" width="0pt">
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Command
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Result
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 uparrow
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\uparrow$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 Uparrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\Uparrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 updownarrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\updownarrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \backslash
9373 Updownarrow
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\Updownarrow$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 Downarrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\Downarrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 downarrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\downarrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 </lyxtabular>
9442
9443 \end_inset
9444
9445
9446 \begin_inset space \hfill{}
9447 \end_inset
9448
9449
9450 \begin_inset Tabular
9451 <lyxtabular version="3" rows="5" columns="2">
9452 <features booktabs="true" tabularvalignment="middle">
9453 <column alignment="center" valignment="top" width="0pt">
9454 <column alignment="center" valignment="top" width="0pt">
9455 <row>
9456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Command
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Result
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 nearrow
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\nearrow$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 <row>
9501 <cell alignment="center" valignment="top" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505
9506 \backslash
9507 searrow
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 <cell alignment="center" valignment="top" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516 \begin_inset Formula $\searrow$
9517 \end_inset
9518
9519
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 </row>
9525 <row>
9526 <cell alignment="center" valignment="top" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \backslash
9532 swarrow
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541 \begin_inset Formula $\swarrow$
9542 \end_inset
9543
9544
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 nwarrow
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Formula $\nwarrow$
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 </lyxtabular>
9576
9577 \end_inset
9578
9579
9580 \begin_inset space \hfill{}
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 \begin_inset VSpace medskip
9588 \end_inset
9589
9590 Vertical arrows can be used also as delimiters together with the commands
9591  described in 
9592 \begin_inset CommandInset ref
9593 LatexCommand ref
9594 reference "subsec:Manual-Bracket-Size"
9595
9596 \end_inset
9597
9598  and 
9599 \begin_inset CommandInset ref
9600 LatexCommand ref
9601 reference "subsec:Automatic-Bracket-Size"
9602
9603 \end_inset
9604
9605 .
9606 \end_layout
9607
9608 \begin_layout Section
9609 Accents
9610 \begin_inset CommandInset label
9611 LatexCommand label
9612 name "sec:Accents"
9613
9614 \end_inset
9615
9616
9617 \begin_inset Index idx
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621 Accents
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \begin_layout Standard
9630 Accents can be inserted via the math toolbar button 
9631 \begin_inset Info
9632 type  "icon"
9633 arg   "math-insert \\hat"
9634 \end_inset
9635
9636  or the commands listed in the following subsections.
9637 \end_layout
9638
9639 \begin_layout Subsection
9640 Accents for one Character
9641 \begin_inset ERT
9642 status collapsed
9643
9644 \begin_layout Plain Layout
9645
9646
9647 \backslash
9648 texorpdfstring{
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \begin_inset Foot
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658 accents in text see 
9659 \begin_inset CommandInset ref
9660 LatexCommand ref
9661 reference "subsec:Accents-in-Text"
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \begin_inset ERT
9672 status collapsed
9673
9674 \begin_layout Plain Layout
9675
9676 }{}
9677 \end_layout
9678
9679 \end_inset
9680
9681
9682 \begin_inset Note Note
9683 status collapsed
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688
9689 \backslash
9690 texorpdfstring
9691 \series default
9692  is used to avoid that the footnote appears in the PDF-bookmark.
9693 \end_layout
9694
9695 \begin_layout Plain Layout
9696 More about 
9697 \series bold
9698
9699 \backslash
9700 texorpdfstring
9701 \series default
9702  is in section 
9703 \begin_inset CommandInset ref
9704 LatexCommand ref
9705 reference "subsec:Formulas-in-Section"
9706
9707 \end_inset
9708
9709 .
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \begin_inset CommandInset label
9716 LatexCommand label
9717 name "subsec:Accents-for-one"
9718
9719 \end_inset
9720
9721
9722 \begin_inset Index idx
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726 Accents ! for one character
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="8" columns="2">
9741 <features booktabs="true" 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" 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" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Result
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row topspace="1.5mm">
9765 <cell alignment="center" valignment="top" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 dot
9772 \begin_inset space \textvisiblespace{}
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\dot{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row topspace="1.5mm">
9794 <cell alignment="center" valignment="top" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 ddot
9801 \begin_inset space \textvisiblespace{}
9802 \end_inset
9803
9804 A
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 \begin_inset Formula $\ddot{A}$
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row topspace="1.5mm">
9823 <cell alignment="center" valignment="top" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 dddot
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\dddot{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row topspace="1.5mm">
9852 <cell alignment="center" valignment="top" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 ddddot
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\ddddot{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row topspace="1.5mm">
9881 <cell alignment="center" valignment="top" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 vec
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A
9892 \begin_inset Index idx
9893 status collapsed
9894
9895 \begin_layout Plain Layout
9896 Vectors
9897 \end_layout
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\vec{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row topspace="1.5mm">
9920 <cell alignment="center" valignment="top" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \backslash
9926 bar
9927 \begin_inset space \textvisiblespace{}
9928 \end_inset
9929
9930 A
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\bar{A}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row topspace="1.5mm">
9949 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \backslash
9955 mathring
9956 \begin_inset space \textvisiblespace{}
9957 \end_inset
9958
9959 A
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\mathring{A}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 </lyxtabular>
9978
9979 \end_inset
9980
9981
9982 \begin_inset space \hfill{}
9983 \end_inset
9984
9985
9986 \begin_inset Tabular
9987 <lyxtabular version="3" rows="7" columns="2">
9988 <features booktabs="true" tabularvalignment="middle">
9989 <column alignment="center" valignment="top" width="0pt">
9990 <column alignment="center" valignment="top" width="0pt">
9991 <row>
9992 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 Command
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Result
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 </row>
10011 <row topspace="1.5mm">
10012 <cell alignment="center" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \backslash
10018 tilde
10019 \begin_inset space \textvisiblespace{}
10020 \end_inset
10021
10022 A
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 \begin_inset Formula $\tilde{A}$
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 </row>
10040 <row topspace="1.5mm">
10041 <cell alignment="center" valignment="top" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \backslash
10047 hat
10048 \begin_inset space \textvisiblespace{}
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\hat{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row topspace="1.5mm">
10070 <cell alignment="center" valignment="top" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 check
10077 \begin_inset space \textvisiblespace{}
10078 \end_inset
10079
10080 A
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Formula $\check{A}$
10090 \end_inset
10091
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row topspace="1.5mm">
10099 <cell alignment="center" valignment="top" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \backslash
10105 acute
10106 \begin_inset space \textvisiblespace{}
10107 \end_inset
10108
10109 A
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 \begin_inset Formula $\acute{A}$
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row topspace="1.5mm">
10128 <cell alignment="center" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \backslash
10134 grave
10135 \begin_inset space \textvisiblespace{}
10136 \end_inset
10137
10138 A
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 \begin_inset Formula $\grave{A}$
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row topspace="1.5mm">
10157 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \backslash
10163 breve
10164 \begin_inset space \textvisiblespace{}
10165 \end_inset
10166
10167 A
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $\breve{A}$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 </lyxtabular>
10186
10187 \end_inset
10188
10189
10190 \begin_inset space \hfill{}
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \begin_layout Standard
10197 \begin_inset VSpace bigskip
10198 \end_inset
10199
10200
10201 \end_layout
10202
10203 \begin_layout Standard
10204 You can directly insert accents like é to formulas.
10205  \SpecialChar LyX
10206  will transform them to the corresponding accent command.
10207  For umlauts
10208 \begin_inset Index idx
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212 Umlauts
10213 \end_layout
10214
10215 \end_inset
10216
10217  it is better to insert a quotation mark before the vowel.
10218  These two characters are then treated by \SpecialChar LaTeX
10219  as 
10220 \emph on
10221 one
10222 \emph default
10223  character when the formula part with the umlaut is marked as German.
10224  In contrary to 
10225 \series bold
10226
10227 \backslash
10228 ddot
10229 \series default
10230 , with this method 
10231 \begin_inset Quotes eld
10232 \end_inset
10233
10234 real
10235 \begin_inset Quotes erd
10236 \end_inset
10237
10238  umlauts are created as demonstrated in the following example:
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \begin_inset VSpace -2mm
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \align center
10250 \begin_inset Tabular
10251 <lyxtabular version="3" rows="3" columns="2">
10252 <features booktabs="true" tabularvalignment="middle">
10253 <column alignment="center" valignment="top" width="0pt">
10254 <column alignment="center" valignment="top">
10255 <row>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 Command
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Result
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row>
10276 <cell alignment="center" valignment="top" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 \begin_inset Quotes grd
10281 \end_inset
10282
10283 i
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 \begin_inset space \hspace{}
10293 \length 0pt
10294 \end_inset
10295
10296
10297 \lang ngerman
10298
10299 \begin_inset Formula $"i$
10300 \end_inset
10301
10302
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row topspace="1.5mm">
10309 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \backslash
10315 ddot
10316 \begin_inset space \textvisiblespace{}
10317 \end_inset
10318
10319 i
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 \begin_inset Formula $\ddot{i}$
10329 \end_inset
10330
10331
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 </lyxtabular>
10338
10339 \end_inset
10340
10341
10342 \end_layout
10343
10344 \begin_layout Standard
10345 Another advantage to 
10346 \series bold
10347
10348 \backslash
10349 ddot
10350 \series default
10351  is that umlauts can directly be converted to mathematical text because
10352  the accent commands above are 
10353 \emph on
10354 not allowed
10355 \emph default
10356  
10357 \emph on
10358 in mathematical text
10359 \emph default
10360 .
10361  To convert an accented character to mathematical text, only the character
10362  under the accent may be converted.
10363  This applies also for all other conversions, e.
10364 \begin_inset space \thinspace{}
10365 \end_inset
10366
10367 g.
10368 \begin_inset space \space{}
10369 \end_inset
10370
10371 to italic or bold.
10372 \end_layout
10373
10374 \begin_layout Standard
10375 In mathematical text, umlauts and other accented characters can directly
10376  be inserted.
10377 \end_layout
10378
10379 \begin_layout Standard
10380 \begin_inset VSpace bigskip
10381 \end_inset
10382
10383
10384 \end_layout
10385
10386 \begin_layout Standard
10387 \SpecialChar LyX
10388  also supports a tilde under the character if the \SpecialChar LaTeX
10389 -package 
10390 \series bold
10391 undertilde
10392 \series default
10393
10394 \begin_inset Index idx
10395 status collapsed
10396
10397 \begin_layout Plain Layout
10398 Packages ! undertilde
10399 \end_layout
10400
10401 \end_inset
10402
10403  is installed on your system:
10404 \end_layout
10405
10406 \begin_layout Standard
10407 \begin_inset ERT
10408 status collapsed
10409
10410 \begin_layout Plain Layout
10411
10412
10413 \backslash
10414 ifundertilde 
10415 \end_layout
10416
10417 \end_inset
10418
10419
10420 \begin_inset Note Note
10421 status open
10422
10423 \begin_layout Plain Layout
10424 The following table will only be displayed when the \SpecialChar LaTeX
10425 -package 
10426 \series bold
10427 undertilde
10428 \series default
10429  is installed.
10430 \end_layout
10431
10432 \end_inset
10433
10434
10435 \begin_inset Separator parbreak
10436 \end_inset
10437
10438
10439 \end_layout
10440
10441 \begin_layout Standard
10442 \noindent
10443 \align center
10444 \begin_inset Tabular
10445 <lyxtabular version="3" rows="2" columns="2">
10446 <features booktabs="true" tabularvalignment="middle">
10447 <column alignment="center" valignment="top" width="0pt">
10448 <column alignment="center" valignment="top" width="0pt">
10449 <row>
10450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Command
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Result
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \backslash
10476 utilde
10477 \begin_inset space \textvisiblespace{}
10478 \end_inset
10479
10480 A
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 \begin_inset Formula $\utilde{A}$
10490 \end_inset
10491
10492
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 </lyxtabular>
10499
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \begin_layout Standard
10506 \begin_inset ERT
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510
10511
10512 \backslash
10513 else 
10514 \end_layout
10515
10516 \end_inset
10517
10518
10519 \begin_inset Note Note
10520 status open
10521
10522 \begin_layout Plain Layout
10523 The following will be displayed when the \SpecialChar LaTeX
10524 -package 
10525 \series bold
10526 undertilde
10527 \series default
10528  is not installed:
10529 \end_layout
10530
10531 \end_inset
10532
10533
10534 \end_layout
10535
10536 \begin_layout Standard
10537 You need to install the \SpecialChar LaTeX
10538 -package 
10539 \series bold
10540 undertilde
10541 \series default
10542  to see the rest of this subsection in the output.
10543 \end_layout
10544
10545 \begin_layout Standard
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 fi 
10554 \end_layout
10555
10556 \end_inset
10557
10558
10559 \end_layout
10560
10561 \begin_layout Standard
10562 \begin_inset Newpage newpage
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \begin_layout Subsection
10569 Accents for several Characters
10570 \begin_inset Index idx
10571 status collapsed
10572
10573 \begin_layout Plain Layout
10574 Accents ! for several characters
10575 \end_layout
10576
10577 \end_inset
10578
10579
10580 \end_layout
10581
10582 \begin_layout Standard
10583 \begin_inset space \hfill{}
10584 \end_inset
10585
10586
10587 \begin_inset Tabular
10588 <lyxtabular version="3" rows="5" columns="2">
10589 <features tabularvalignment="middle">
10590 <column alignment="center" valignment="top" width="0pt">
10591 <column alignment="center" valignment="top" width="0pt">
10592 <row>
10593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Command
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Result
10607 \begin_inset Note Note
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613
10614 \backslash
10615 raisebox
10616 \series default
10617  is only used as spacer.
10618 \end_layout
10619
10620 \end_inset
10621
10622
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \backslash
10635 overleftarrow
10636 \begin_inset space \textvisiblespace{}
10637 \end_inset
10638
10639 A=B
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \backslash
10664 underleftarrow
10665 \begin_inset space \textvisiblespace{}
10666 \end_inset
10667
10668 A=B
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \backslash
10693 overleftrightarrow
10694 \begin_inset space \textvisiblespace{}
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \backslash
10722 underleftrightarrow
10723 \begin_inset space \textvisiblespace{}
10724 \end_inset
10725
10726 A=B
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10736 \end_inset
10737
10738
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 </lyxtabular>
10745
10746 \end_inset
10747
10748
10749 \begin_inset space \hfill{}
10750 \end_inset
10751
10752
10753 \begin_inset Tabular
10754 <lyxtabular version="3" rows="5" columns="2">
10755 <features tabularvalignment="middle">
10756 <column alignment="center" valignment="top" width="0pt">
10757 <column alignment="center" valignment="top" width="0pt">
10758 <row>
10759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Command
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 Result
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \backslash
10785 overrightarrow
10786 \begin_inset space \textvisiblespace{}
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \backslash
10814 underrightarrow
10815 \begin_inset space \textvisiblespace{}
10816 \end_inset
10817
10818 A=B
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \backslash
10843 widetilde
10844 \begin_inset space \textvisiblespace{}
10845 \end_inset
10846
10847 A=B
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10857 \end_inset
10858
10859
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 widehat
10873 \begin_inset space \textvisiblespace{}
10874 \end_inset
10875
10876 A=B
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10886 \end_inset
10887
10888
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 </lyxtabular>
10895
10896 \end_inset
10897
10898
10899 \begin_inset space \hfill{}
10900 \end_inset
10901
10902
10903 \end_layout
10904
10905 \begin_layout Standard
10906 \begin_inset VSpace medskip
10907 \end_inset
10908
10909 With these commands as many characters as you like can be accented.
10910  But the accents 
10911 \series bold
10912
10913 \backslash
10914 widetilde
10915 \series default
10916  and 
10917 \series bold
10918
10919 \backslash
10920 widehat
10921 \series default
10922  will only be set in the output with a length of three characters, as shown
10923  in the following example:
10924 \begin_inset Formula 
10925 \[
10926 \widetilde{A+B=C-D}
10927 \]
10928
10929 \end_inset
10930
10931
10932 \end_layout
10933
10934 \begin_layout Standard
10935 With the commands 
10936 \series bold
10937
10938 \backslash
10939 overset
10940 \series default
10941
10942 \begin_inset Index idx
10943 status collapsed
10944
10945 \begin_layout Plain Layout
10946 Commands ! O ! 
10947 \backslash
10948 overset
10949 \end_layout
10950
10951 \end_inset
10952
10953  and 
10954 \series bold
10955
10956 \backslash
10957 underset
10958 \series default
10959
10960 \begin_inset Index idx
10961 status collapsed
10962
10963 \begin_layout Plain Layout
10964 Commands ! U ! 
10965 \backslash
10966 underset
10967 \end_layout
10968
10969 \end_inset
10970
10971  described in the previous subsection it is also possible to accent several
10972  characters.
10973  The command 
10974 \series bold
10975
10976 \backslash
10977 underset
10978 \begin_inset space \textvisiblespace{}
10979 \end_inset
10980
10981 A=B
10982 \begin_inset Formula $\downarrow$
10983 \end_inset
10984
10985 ***
10986 \series default
10987  creates:
10988 \begin_inset Formula 
10989 \[
10990 \underset{***}{A=B}
10991 \]
10992
10993 \end_inset
10994
10995
10996 \end_layout
10997
10998 \begin_layout Section
10999 Space
11000 \begin_inset CommandInset label
11001 LatexCommand label
11002 name "subsec:Space"
11003
11004 \end_inset
11005
11006
11007 \begin_inset Index idx
11008 status collapsed
11009
11010 \begin_layout Plain Layout
11011 Space ! horizontal
11012 \end_layout
11013
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \begin_layout Subsection
11020 Predefined Space
11021 \begin_inset CommandInset label
11022 LatexCommand label
11023 name "subsec:Predefined-Space"
11024
11025 \end_inset
11026
11027
11028 \begin_inset Index idx
11029 status collapsed
11030
11031 \begin_layout Plain Layout
11032 Space ! horizontal ! predefined
11033 \end_layout
11034
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \begin_layout Standard
11041 Sometimes it is necessary to insert horizontal space into a formula.
11042  This is done by inserting a protected space (shortcut 
11043 \begin_inset Info
11044 type  "shortcut"
11045 arg   "command-alternatives space-insert protected ; math-space"
11046 \end_inset
11047
11048 ).
11049  A 
11050 \begin_inset Quotes eld
11051 \end_inset
11052
11053
11054 \color blue
11055
11056 \begin_inset space \textvisiblespace{}
11057 \end_inset
11058
11059
11060 \color inherit
11061
11062 \begin_inset Quotes erd
11063 \end_inset
11064
11065  appears and by pressing 
11066 \family sans
11067 Space
11068 \family default
11069  several times one can select one of eight different space sizes.
11070  The spaces can also be inserted using the math toolbar button 
11071 \begin_inset Info
11072 type  "icon"
11073 arg   "math-insert \\space"
11074 \end_inset
11075
11076  or special commands.
11077  Independent from the inserted command, one can select the size again by
11078  pressing 
11079 \family sans
11080 Space
11081 \family default
11082  afterwards.
11083 \begin_inset Separator parbreak
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \begin_layout Standard
11090 \noindent
11091 \align center
11092 \begin_inset Tabular
11093 <lyxtabular version="3" rows="6" columns="3">
11094 <features tabularvalignment="middle">
11095 <column alignment="center" valignment="top">
11096 <column alignment="center" valignment="top" width="15col%">
11097 <column alignment="center" valignment="top">
11098 <row>
11099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Command
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 Number of 
11113 \family sans
11114 Space
11115 \family default
11116  keystrokes
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Result
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \backslash
11138 ,
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 0
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 \begin_inset Formula $A\,B$
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170
11171 \backslash
11172 :
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 1
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 \begin_inset Formula $A\:B$
11191 \end_inset
11192
11193
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204
11205 \backslash
11206 ;
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 2
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 \begin_inset Formula $A\;B$
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \backslash
11240 quad
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 3
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 \begin_inset Formula $A\quad B$
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 <row>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272
11273 \backslash
11274 qquad
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 \begin_inset Formula $A\qquad B$
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 </lyxtabular>
11302
11303 \end_inset
11304
11305
11306 \begin_inset space \hfill{}
11307 \end_inset
11308
11309
11310 \begin_inset Tabular
11311 <lyxtabular version="3" rows="6" columns="3">
11312 <features tabularvalignment="middle">
11313 <column alignment="center" valignment="top">
11314 <column alignment="center" valignment="top" width="15col%">
11315 <column alignment="center" valignment="top">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Command
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Number of 
11331 \family sans
11332 Space
11333 \family default
11334  keystrokes
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 Result
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \backslash
11356 hfill
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 5
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 \begin_inset Formula $A\hfill B$
11375 \end_inset
11376
11377
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388
11389 \backslash
11390 hspace*{1em}
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 6
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Formula $A\hspace*{1em}B$
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422
11423 \backslash
11424 hspace{1em}
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 7
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 \begin_inset Formula $A\hspace{1em}B$
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 </row>
11451 <row>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456
11457 \backslash
11458
11459 \begin_inset space \textvisiblespace{}
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 8
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $A\ B$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 !
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 9
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 \begin_inset Formula $A\!B$
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 </lyxtabular>
11524
11525 \end_inset
11526
11527
11528 \end_layout
11529
11530 \begin_layout Standard
11531 Space
11532 \begin_inset space ~
11533 \end_inset
11534
11535 5
11536 \begin_inset space \thinspace{}
11537 \end_inset
11538
11539
11540 \begin_inset space \thinspace{}
11541 \end_inset
11542
11543 7 are variable spaces which are explained in 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "subsec:Variable-Space"
11547
11548 \end_inset
11549
11550 .
11551  Space
11552 \begin_inset space ~
11553 \end_inset
11554
11555 9 seems to produce no space.
11556  It is displayed red in \SpecialChar LyX
11557  contrary to the other sizes, because it is a negative
11558  space.
11559  There are two more negative spaces:
11560 \begin_inset Separator parbreak
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \begin_layout Standard
11567 \align center
11568 \begin_inset Tabular
11569 <lyxtabular version="3" rows="3" columns="3">
11570 <features tabularvalignment="middle">
11571 <column alignment="center" valignment="middle" width="6.8cm">
11572 <column alignment="center" valignment="top" width="0pt">
11573 <column alignment="center" valignment="top" width="0pt">
11574 <row>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 Command
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588
11589 \backslash
11590 negmedspace
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \backslash
11601 negthickspace
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 Number of 
11613 \family sans
11614 Space
11615 \family default
11616  keystrokes after inserting the protected space
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 10
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 11
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 </row>
11640 <row>
11641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 Result
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 \begin_inset Formula $A\negmedspace B$
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $A\negthickspace B$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 </lyxtabular>
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Standard
11683 Negative spaces can lead to characters overlapping each other.
11684  Thus they can be used to enforce ligatures, which are e.
11685 \begin_inset space \thinspace{}
11686 \end_inset
11687
11688 g.
11689 \begin_inset space \space{}
11690 \end_inset
11691
11692 useful for summation operators:
11693 \begin_inset Separator parbreak
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Standard
11700 \align center
11701 \begin_inset Tabular
11702 <lyxtabular version="3" rows="3" columns="2">
11703 <features tabularvalignment="middle">
11704 <column alignment="center" valignment="top">
11705 <column alignment="center" valignment="top">
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 Command
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 Result
11721 \begin_inset Note Note
11722 status collapsed
11723
11724 \begin_layout Plain Layout
11725
11726 \series bold
11727
11728 \backslash
11729 raisebox
11730 \series default
11731  is only used as spacer.
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747
11748 \backslash
11749 sum
11750 \backslash
11751 sum
11752 \begin_inset space \textvisiblespace{}
11753 \end_inset
11754
11755 f_kl
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778
11779 \backslash
11780 sum
11781 \backslash
11782 negmedspace
11783 \backslash
11784 sum
11785 \begin_inset space \textvisiblespace{}
11786 \end_inset
11787
11788 f_kl
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Standard
11814 \noindent
11815 \begin_inset VSpace medskip
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 \noindent
11823 Relations like for example equal signs, are always surrounded by space.
11824  To suppress this, the equal sign is placed into a \SpecialChar TeX
11825  brace.
11826  The following example demonstrates this:
11827 \begin_inset Separator parbreak
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \align center
11835 \begin_inset Tabular
11836 <lyxtabular version="3" rows="2" columns="2">
11837 <features tabularvalignment="middle">
11838 <column alignment="center" valignment="top" width="0pt">
11839 <column alignment="center" valignment="top" width="0pt">
11840 <row>
11841 <cell alignment="center" valignment="top" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 normal equation
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 \begin_inset Formula $A=B$
11855 \end_inset
11856
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 </row>
11863 <row>
11864 <cell alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Note Note
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872
11873 \series bold
11874
11875 \backslash
11876 raisebox
11877 \series default
11878  is only used as spacer.
11879 \end_layout
11880
11881 \end_inset
11882
11883
11884 \begin_inset Formula $\raisebox{5mm}{}$
11885 \end_inset
11886
11887 equation without space
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 \begin_inset Formula $A{=}B$
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 </lyxtabular>
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Standard
11913 \noindent
11914 The command for the last formula is: 
11915 \series bold
11916 A
11917 \backslash
11918 {=
11919 \begin_inset Formula $\to$
11920 \end_inset
11921
11922 B
11923 \end_layout
11924
11925 \begin_layout Standard
11926 \begin_inset VSpace bigskip
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 Spaces are needed for physical units, because the space between the value
11934  and the unit is the smallest one and not a normal space.
11935  For units in text, the smallest space is inserted via the menu 
11936 \family sans
11937 Insert\SpecialChar menuseparator
11938 Formatting\SpecialChar menuseparator
11939 Thin
11940 \begin_inset space ~
11941 \end_inset
11942
11943 Space
11944 \family default
11945  (shortcut 
11946 \begin_inset Info
11947 type  "shortcut"
11948 arg   "space-insert thin"
11949 \end_inset
11950
11951 ).
11952 \end_layout
11953
11954 \begin_layout Standard
11955 An example to visualize the difference:
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \begin_inset Tabular
11960 <lyxtabular version="3" rows="2" columns="2">
11961 <features tabularvalignment="middle">
11962 <column alignment="left" valignment="top">
11963 <column alignment="left" valignment="top">
11964 <row>
11965 <cell alignment="center" valignment="top" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 24 kW
11970 \begin_inset Formula $\cdot$
11971 \end_inset
11972
11973 h
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 <cell alignment="center" valignment="top" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 space between value and unit
11983 \end_layout
11984
11985 \end_inset
11986 </cell>
11987 </row>
11988 <row>
11989 <cell alignment="center" valignment="top" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 24
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 kW
11998 \begin_inset Formula $\cdot$
11999 \end_inset
12000
12001 h
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 smallest space between value and unit
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 </lyxtabular>
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Subsection
12024 Variable Space
12025 \begin_inset ERT
12026 status collapsed
12027
12028 \begin_layout Plain Layout
12029
12030
12031 \backslash
12032 texorpdfstring{
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \begin_inset Foot
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 for vertical space in formulas see 
12043 \begin_inset CommandInset ref
12044 LatexCommand ref
12045 reference "subsec:Line-Separation"
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060 }{}
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \begin_inset Note Note
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070
12071 \backslash
12072 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12073 \end_layout
12074
12075 \begin_layout Plain Layout
12076 More about 
12077 \backslash
12078 texorpdfstring is in section 
12079 \begin_inset CommandInset ref
12080 LatexCommand ref
12081 reference "subsec:Formulas-in-Section"
12082
12083 \end_inset
12084
12085 .
12086 \end_layout
12087
12088 \end_inset
12089
12090
12091 \begin_inset CommandInset label
12092 LatexCommand label
12093 name "subsec:Variable-Space"
12094
12095 \end_inset
12096
12097
12098 \begin_inset Index idx
12099 status collapsed
12100
12101 \begin_layout Plain Layout
12102 Space ! horizontal ! variable
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \begin_layout Standard
12111 Space with a defined length can be inserted with the command 
12112 \series bold
12113
12114 \backslash
12115 hspace
12116 \series default
12117
12118 \begin_inset Index idx
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 Commands ! H ! 
12123 \backslash
12124 hspace
12125 \end_layout
12126
12127 \end_inset
12128
12129 .
12130  Then a long 
12131 \begin_inset Quotes eld
12132 \end_inset
12133
12134
12135 \color blue
12136
12137 \begin_inset space \textvisiblespace{}
12138 \end_inset
12139
12140
12141 \color inherit
12142
12143 \begin_inset Quotes erd
12144 \end_inset
12145
12146  appears.
12147  The length can be specified by left-clicking on the 
12148 \begin_inset Quotes eld
12149 \end_inset
12150
12151
12152 \color blue
12153
12154 \begin_inset space \textvisiblespace{}
12155 \end_inset
12156
12157
12158 \color inherit
12159
12160 \begin_inset Quotes erd
12161 \end_inset
12162
12163 .
12164  The length may also be negative.
12165  When a space would be the first character in a line it would be omitted.
12166  To force its output use the command 
12167 \series bold
12168
12169 \backslash
12170 hspace*
12171 \series default
12172  instead of 
12173 \series bold
12174
12175 \backslash
12176 hspace
12177 \series default
12178  or left-click on the 
12179 \begin_inset Quotes eld
12180 \end_inset
12181
12182
12183 \color blue
12184
12185 \begin_inset space \textvisiblespace{}
12186 \end_inset
12187
12188
12189 \color inherit
12190
12191 \begin_inset Quotes erd
12192 \end_inset
12193
12194  and check the option 
12195 \family sans
12196 Protect
12197 \family default
12198 .
12199 \begin_inset Newline newline
12200 \end_inset
12201
12202 To insert as much space as is available, the command 
12203 \series bold
12204
12205 \backslash
12206 hfill
12207 \series default
12208
12209 \begin_inset Index idx
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213 Commands ! H ! 
12214 \backslash
12215 hfill
12216 \end_layout
12217
12218 \end_inset
12219
12220  is used.
12221 \end_layout
12222
12223 \begin_layout Standard
12224 \begin_inset VSpace -1mm
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \begin_layout Standard
12231 \align center
12232 \begin_inset Tabular
12233 <lyxtabular version="3" rows="4" columns="2">
12234 <features tabularvalignment="middle">
12235 <column alignment="center" valignment="top">
12236 <column alignment="center" valignment="top">
12237 <row>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 Command (
12243 \backslash
12244 hspace length)
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 Result
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 A=B
12265 \backslash
12266 hspace
12267 \begin_inset space \textvisiblespace{}
12268 \end_inset
12269
12270 A
12271 \backslash
12272 not=C (3
12273 \begin_inset space \thinspace{}
12274 \end_inset
12275
12276 cm)
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 </row>
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 A
12300 \backslash
12301 hspace
12302 \begin_inset space \textvisiblespace{}
12303 \end_inset
12304
12305 A
12306 \backslash
12307 not=A (-1
12308 \begin_inset space \thinspace{}
12309 \end_inset
12310
12311 mm)
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12321 \end_inset
12322
12323
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 A=A
12335 \backslash
12336 hfill
12337 \begin_inset space \textvisiblespace{}
12338 \end_inset
12339
12340 B=B
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 \begin_inset Formula $A=A\hfill B=B$
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 </row>
12358 </lyxtabular>
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 In the last example the available space is given by the longest column entry
12367  of the table.
12368  In an inline formula the space depends on the length of the line in which
12369  
12370 \series bold
12371
12372 \backslash
12373 hfill
12374 \series default
12375  is inserted.
12376  Thus, when the line uses the full width, no space will be created.
12377  
12378 \series bold
12379
12380 \backslash
12381 hfill
12382 \series default
12383  only has an effect on displayed formulas when the formula style 
12384 \series bold
12385 Indented
12386 \series default
12387  is used.
12388  (Formula styles are explained in 
12389 \begin_inset CommandInset ref
12390 LatexCommand ref
12391 reference "sec:Formula-Styles"
12392
12393 \end_inset
12394
12395 .)
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Besides 
12400 \series bold
12401
12402 \backslash
12403 hfill
12404 \series default
12405 , there are the commands 
12406 \series bold
12407
12408 \backslash
12409 dotfill
12410 \series default
12411  and 
12412 \series bold
12413
12414 \backslash
12415 hrulefill
12416 \series default
12417  that fill the space with a pattern, see 
12418 \begin_inset CommandInset ref
12419 LatexCommand ref
12420 reference "subsec:Ellipses"
12421
12422 \end_inset
12423
12424  for an example.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 For text, variable space can be inserted via the menu 
12429 \family sans
12430 Insert\SpecialChar menuseparator
12431 Formatting\SpecialChar menuseparator
12432 Horizontal
12433 \begin_inset space ~
12434 \end_inset
12435
12436 Space
12437 \family default
12438 :
12439 \end_layout
12440
12441 \begin_layout Standard
12442 This is a line with
12443 \begin_inset space \hspace{}
12444 \length 2cm
12445 \end_inset
12446
12447 2
12448 \begin_inset space \thinspace{}
12449 \end_inset
12450
12451 cm space.
12452 \end_layout
12453
12454 \begin_layout Standard
12455 This is a line with
12456 \begin_inset space \hfill{}
12457 \end_inset
12458
12459 maximum space.
12460 \end_layout
12461
12462 \begin_layout Subsection
12463 Space besides inline Formulas
12464 \begin_inset Index idx
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468 Space ! besides inline formulas
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 The space that surrounds inline formulas can be adjusted with the length
12478  
12479 \series bold
12480
12481 \backslash
12482 mathsurround
12483 \series default
12484
12485 \begin_inset Index idx
12486 status collapsed
12487
12488 \begin_layout Plain Layout
12489 Commands ! M ! 
12490 \backslash
12491 mathsurround
12492 \end_layout
12493
12494 \end_inset
12495
12496 .
12497  The value of a length is set with the command 
12498 \series bold
12499
12500 \backslash
12501 setlength
12502 \series default
12503
12504 \begin_inset Index idx
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Commands ! S ! 
12509 \backslash
12510 setlength
12511 \end_layout
12512
12513 \end_inset
12514
12515  which has the following scheme:
12516 \end_layout
12517
12518 \begin_layout Standard
12519
12520 \series bold
12521
12522 \backslash
12523 setlength{length name}{value}
12524 \end_layout
12525
12526 \begin_layout Standard
12527 To set 
12528 \series bold
12529
12530 \backslash
12531 mathsurround
12532 \series default
12533  to the value 5
12534 \begin_inset space \thinspace{}
12535 \end_inset
12536
12537 mm, the command
12538 \end_layout
12539
12540 \begin_layout Standard
12541
12542 \series bold
12543
12544 \backslash
12545 setlength{
12546 \backslash
12547 mathsurround}{5mm}
12548 \end_layout
12549
12550 \begin_layout Standard
12551 is inserted in \SpecialChar TeX
12552  mode.
12553  5
12554 \begin_inset space \thinspace{}
12555 \end_inset
12556
12557 mm space will now be set around all inline formulas:
12558 \begin_inset ERT
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562
12563
12564 \backslash
12565 setlength{
12566 \backslash
12567 mathsurround}{5mm}
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 This is a line with an inline formula 
12577 \begin_inset Formula $A=B$
12578 \end_inset
12579
12580  with 5
12581 \begin_inset space \thinspace{}
12582 \end_inset
12583
12584 mm surrounding space.
12585 \begin_inset ERT
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590
12591 \backslash
12592 setlength{
12593 \backslash
12594 mathsurround}{0pt}
12595 \end_layout
12596
12597 \end_inset
12598
12599
12600 \end_layout
12601
12602 \begin_layout Standard
12603 To return to the predefined value, 
12604 \series bold
12605
12606 \backslash
12607 mathsurround
12608 \series default
12609  is set to the value 0
12610 \begin_inset space \thinspace{}
12611 \end_inset
12612
12613 pt.
12614 \end_layout
12615
12616 \begin_layout Section
12617 Boxes and Frames
12618 \begin_inset Index idx
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622 Boxes
12623 \end_layout
12624
12625 \end_inset
12626
12627
12628 \begin_inset Index idx
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632 Frames | see
12633 \begin_inset ERT
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637
12638 {
12639 \end_layout
12640
12641 \end_inset
12642
12643 Boxes
12644 \begin_inset ERT
12645 status collapsed
12646
12647 \begin_layout Plain Layout
12648
12649 }
12650 \end_layout
12651
12652 \end_inset
12653
12654
12655 \end_layout
12656
12657 \end_inset
12658
12659
12660 \end_layout
12661
12662 \begin_layout Standard
12663 Boxes for text are described in chapter 
12664 \family typewriter
12665 Boxes
12666 \family default
12667  in the 
12668 \family typewriter
12669 Embedded
12670 \begin_inset space ~
12671 \end_inset
12672
12673 Objects
12674 \family default
12675  manual.
12676 \end_layout
12677
12678 \begin_layout Subsection
12679 Boxes with Frame
12680 \begin_inset CommandInset label
12681 LatexCommand label
12682 name "subsec:Boxes-with-Frame"
12683
12684 \end_inset
12685
12686
12687 \begin_inset Index idx
12688 status collapsed
12689
12690 \begin_layout Plain Layout
12691 Boxes ! with frame
12692 \end_layout
12693
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Standard
12700 It is possible to frame a formula or part of one with the commands 
12701 \series bold
12702
12703 \backslash
12704 fbox
12705 \series default
12706
12707 \begin_inset Index idx
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711 Commands ! F ! 
12712 \backslash
12713 fbox
12714 \end_layout
12715
12716 \end_inset
12717
12718  and 
12719 \series bold
12720
12721 \backslash
12722 boxed
12723 \series default
12724
12725 \begin_inset Index idx
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729 Commands ! B ! 
12730 \backslash
12731 boxed
12732 \end_layout
12733
12734 \end_inset
12735
12736 .
12737 \end_layout
12738
12739 \begin_layout Standard
12740 When one of these commands is inserted in a formula, a blue box appears
12741  within a frame to enter formula parts.
12742  For 
12743 \series bold
12744
12745 \backslash
12746 fbox
12747 \series default
12748  an additional formula has to be created by 
12749 \family sans
12750 Ctrl+M
12751 \family default
12752  within this box, because the box content will otherwise be treated as mathemati
12753 cal text.
12754  When 
12755 \series bold
12756
12757 \backslash
12758 boxed
12759 \series default
12760  is used, a new formula is automatically created inside the frame.
12761 \end_layout
12762
12763 \begin_layout Standard
12764 The command 
12765 \series bold
12766
12767 \backslash
12768 fbox
12769 \series default
12770  is not suitable to frame displayed formulas because the formula will always
12771  be set in the size of the text.
12772  
12773 \series bold
12774
12775 \backslash
12776 boxed
12777 \series default
12778  is in contrary not suitable to frame inline formulas, because the formula
12779  will always be set in the size of a displayed formula.
12780 \end_layout
12781
12782 \begin_layout Standard
12783 An extension to 
12784 \series bold
12785
12786 \backslash
12787 fbox
12788 \series default
12789  is the command 
12790 \series bold
12791
12792 \backslash
12793 framebox
12794 \series default
12795
12796 \begin_inset Index idx
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800 Commands ! F ! 
12801 \backslash
12802 framebox
12803 \end_layout
12804
12805 \end_inset
12806
12807  where additionally the frame width and the alignment can be specified.
12808  
12809 \series bold
12810
12811 \backslash
12812 framebox
12813 \series default
12814  is used in the following scheme:
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 framebox[frame width][position]{box content}
12823 \end_layout
12824
12825 \begin_layout Standard
12826 The position can either be 
12827 \emph on
12828 l
12829 \emph default
12830  or 
12831 \emph on
12832 r
12833 \emph default
12834 .
12835  
12836 \emph on
12837 l
12838 \emph default
12839  left aligns, 
12840 \emph on
12841 r
12842 \emph default
12843  right aligns the formula in the box.
12844  When no position is given, the formula will be centered.
12845 \begin_inset Newline newline
12846 \end_inset
12847
12848 If no width is given, also no position can be given.
12849  In this case the frame width is adjusted to the box content like for 
12850 \series bold
12851
12852 \backslash
12853 fbox
12854 \series default
12855 .
12856 \end_layout
12857
12858 \begin_layout Standard
12859 When the command 
12860 \series bold
12861
12862 \backslash
12863 framebox
12864 \series default
12865  is inserted, a box appears containing three blue boxes.
12866  The first two boxes are surrounded by brackets and denote the two optional
12867  arguments.
12868  The third box is for formula parts like for 
12869 \series bold
12870
12871 \backslash
12872 fbox
12873 \series default
12874 .
12875 \begin_inset Separator parbreak
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882 \align center
12883 \begin_inset Tabular
12884 <lyxtabular version="3" rows="5" columns="2">
12885 <features tabularvalignment="middle">
12886 <column alignment="center" valignment="top">
12887 <column alignment="center" valignment="top">
12888 <row>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 Command
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 Result
12903 \begin_inset Note Note
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907
12908 \series bold
12909
12910 \backslash
12911 raisebox
12912 \series default
12913  is only used as spacer.
12914 \end_layout
12915
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 <row>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929
12930 \backslash
12931 fbox
12932 \begin_inset space \textvisiblespace{}
12933 \end_inset
12934
12935
12936 \family sans
12937 Ctrl+M
12938 \family default
12939  
12940 \backslash
12941 int
12942 \begin_inset space \textvisiblespace{}
12943 \end_inset
12944
12945 A=B
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 boxed
12971 \begin_inset space \textvisiblespace{}
12972 \end_inset
12973
12974
12975 \backslash
12976 int
12977 \begin_inset space \textvisiblespace{}
12978 \end_inset
12979
12980 A=B
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 </row>
12998 <row>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 A+
13004 \backslash
13005 fbox
13006 \begin_inset space \textvisiblespace{}
13007 \end_inset
13008
13009 B
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 <row>
13028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \backslash
13034 framebox
13035 \begin_inset space \textvisiblespace{}
13036 \end_inset
13037
13038 20mm
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046
13047 \family sans
13048 Ctrl+M
13049 \family default
13050  
13051 \backslash
13052 frac
13053 \begin_inset space \textvisiblespace{}
13054 \end_inset
13055
13056 A
13057 \begin_inset Formula $\downarrow$
13058 \end_inset
13059
13060 B
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 \begin_inset Formula $\raisebox{6mm}{}$
13070 \end_inset
13071
13072
13073 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13074 \end_inset
13075
13076
13077 \begin_inset Formula $\raisebox{-4mm}{}$
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 </row>
13086 </lyxtabular>
13087
13088 \end_inset
13089
13090
13091 \end_layout
13092
13093 \begin_layout Standard
13094 The frame thickness can also be adjusted.
13095  To do this the following commands have to be inserted in \SpecialChar TeX
13096  mode before the
13097  formula
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 fboxrule
13106 \series default
13107  
13108 \series bold
13109
13110 \begin_inset Quotes eld
13111 \end_inset
13112
13113 thickness
13114 \begin_inset Quotes erd
13115 \end_inset
13116
13117
13118 \series default
13119  
13120 \series bold
13121
13122 \backslash
13123 fboxsep
13124 \series default
13125  
13126 \series bold
13127
13128 \begin_inset Quotes eld
13129 \end_inset
13130
13131 distance
13132 \begin_inset Quotes erd
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \begin_inset Quotes eld
13140 \end_inset
13141
13142 distance
13143 \begin_inset Quotes erd
13144 \end_inset
13145
13146  specifies the minimal distance between the frame and the first character
13147  in the box.
13148  An example for this is the following framed formula:
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 fboxrule 2mm 
13157 \backslash
13158 fboxsep 3mm
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset Formula 
13165 \[
13166 \boxed{A+B=C}
13167 \]
13168
13169 \end_inset
13170
13171 Before this formula the commands
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 fboxrule
13180 \series default
13181  
13182 \series bold
13183 2mm
13184 \series default
13185  
13186 \series bold
13187
13188 \backslash
13189 fboxsep
13190 \series default
13191  
13192 \series bold
13193 3mm
13194 \end_layout
13195
13196 \begin_layout Standard
13197 were inserted in \SpecialChar TeX
13198  mode.
13199  The given values are used for all following boxes.
13200 \end_layout
13201
13202 \begin_layout Standard
13203 To return to the standard frame size, the command
13204 \end_layout
13205
13206 \begin_layout Standard
13207
13208 \series bold
13209
13210 \backslash
13211 fboxrule
13212 \series default
13213  
13214 \series bold
13215 0.4pt
13216 \series default
13217  
13218 \series bold
13219
13220 \backslash
13221 fboxsep
13222 \series default
13223  
13224 \series bold
13225 3pt
13226 \series default
13227
13228 \begin_inset ERT
13229 status collapsed
13230
13231 \begin_layout Plain Layout
13232
13233
13234 \backslash
13235 fboxrule 0.4pt 
13236 \backslash
13237 fboxsep 3pt
13238 \end_layout
13239
13240 \end_inset
13241
13242
13243 \end_layout
13244
13245 \begin_layout Standard
13246 is inserted in \SpecialChar TeX
13247  mode before the next formula.
13248 \end_layout
13249
13250 \begin_layout Subsection
13251 Boxes without Frame
13252 \begin_inset CommandInset label
13253 LatexCommand label
13254 name "subsec:Boxes-without-Frame"
13255
13256 \end_inset
13257
13258
13259 \begin_inset Index idx
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263 Boxes ! without frame
13264 \end_layout
13265
13266 \end_inset
13267
13268
13269 \end_layout
13270
13271 \begin_layout Standard
13272 For boxes without a frame there are the following box commands: 
13273 \series bold
13274
13275 \backslash
13276 mbox
13277 \series default
13278
13279 \begin_inset Index idx
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Commands ! M ! 
13284 \backslash
13285 mbox
13286 \end_layout
13287
13288 \end_inset
13289
13290
13291 \series bold
13292
13293 \backslash
13294 makebox
13295 \series default
13296
13297 \begin_inset Index idx
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 Commands ! M ! 
13302 \backslash
13303 makebox
13304 \end_layout
13305
13306 \end_inset
13307
13308  and 
13309 \series bold
13310
13311 \backslash
13312 raisebox
13313 \series default
13314
13315 \begin_inset Index idx
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 Commands ! R ! 
13320 \backslash
13321 raisebox
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Standard
13330 With 
13331 \series bold
13332
13333 \backslash
13334 raisebox
13335 \series default
13336  a box can be super- or subscripted.
13337  But in contrary to normal super- and subscripting, the characters in the
13338  box keep their font size.
13339  
13340 \series bold
13341
13342 \backslash
13343 raisebox
13344 \series default
13345  is used in the following scheme:
13346 \end_layout
13347
13348 \begin_layout Standard
13349
13350 \series bold
13351
13352 \backslash
13353 raisebox{height}{box content}
13354 \end_layout
13355
13356 \begin_layout Standard
13357 When the box should contain a formula, an extra formula is needed like for
13358  
13359 \series bold
13360
13361 \backslash
13362 fbox
13363 \series default
13364 .
13365  
13366 \series medium
13367
13368 \begin_inset Note Greyedout
13369 status open
13370
13371 \begin_layout Plain Layout
13372
13373 \series bold
13374 Note:
13375 \series default
13376  For 
13377 \series bold
13378
13379 \backslash
13380 raisebox
13381 \series default
13382  this extra formula is created by pressing 
13383 \family sans
13384 Ctrl+M
13385 \family default
13386  twice instead of once because \SpecialChar LyX
13387  doesn't yet support 
13388 \series bold
13389
13390 \backslash
13391 raisebox
13392 \series default
13393  directly.
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \series default
13400
13401 \begin_inset Separator parbreak
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \begin_layout Standard
13408 \align center
13409 \begin_inset Tabular
13410 <lyxtabular version="3" rows="4" columns="2">
13411 <features tabularvalignment="middle">
13412 <column alignment="center" valignment="top">
13413 <column alignment="center" valignment="top">
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 Command
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 Result
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 </row>
13434 <row>
13435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 H
13440 \backslash
13441 raisebox{2mm
13442 \begin_inset Formula $\to$
13443 \end_inset
13444
13445
13446 \backslash
13447 {al
13448 \begin_inset Formula $\to$
13449 \end_inset
13450
13451  lo
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 H
13475 \backslash
13476 raisebox{-2mm
13477 \begin_inset Formula $\to$
13478 \end_inset
13479
13480
13481 \backslash
13482 {al
13483 \begin_inset Formula $\to$
13484 \end_inset
13485
13486 lo
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 <row>
13505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 A=
13510 \backslash
13511 raisebox{-2mm
13512 \begin_inset Formula $\to$
13513 \end_inset
13514
13515
13516 \backslash
13517 {
13518 \family sans
13519 Ctrl+M
13520 \family default
13521  
13522 \family sans
13523 Ctrl+M
13524 \family default
13525  
13526 \backslash
13527 sqrt
13528 \begin_inset space \textvisiblespace{}
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 </lyxtabular>
13550
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \begin_layout Standard
13557 The command 
13558 \series bold
13559
13560 \backslash
13561 mbox
13562 \series default
13563  is equivalent to 
13564 \series bold
13565
13566 \backslash
13567 fbox
13568 \series default
13569  and 
13570 \series bold
13571
13572 \backslash
13573 makebox
13574 \series default
13575  is equivalent to 
13576 \series bold
13577
13578 \backslash
13579 framebox
13580 \series default
13581 , with the difference that there is no frame.
13582 \end_layout
13583
13584 \begin_layout Subsection
13585 Colored Boxes
13586 \begin_inset CommandInset label
13587 LatexCommand label
13588 name "subsec:Colored-Boxes"
13589
13590 \end_inset
13591
13592
13593 \begin_inset Index idx
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 Boxes ! colored
13598 \end_layout
13599
13600 \end_inset
13601
13602
13603 \end_layout
13604
13605 \begin_layout Standard
13606 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13607 -package 
13608 \series bold
13609 color
13610 \series default
13611
13612 \begin_inset Foot
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 The \SpecialChar LaTeX
13617 -package 
13618 \series bold
13619 color
13620 \series default
13621  is part of every \SpecialChar LaTeX
13622  standard installation.
13623 \end_layout
13624
13625 \end_inset
13626
13627
13628 \begin_inset Index idx
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632 Packages ! color
13633 \end_layout
13634
13635 \end_inset
13636
13637  has to be loaded in the \SpecialChar LaTeX
13638 -preamble with the line
13639 \begin_inset Foot
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 When text is colored somewhere in the document with a predefined color,
13644  \SpecialChar LyX
13645  loads the \SpecialChar LaTeX
13646  package 
13647 \series bold
13648 color
13649 \series default
13650  automatically.
13651  Thus it is possible that the package is loaded twice, but this does not
13652  cause problems.
13653 \end_layout
13654
13655 \end_inset
13656
13657
13658 \begin_inset Note Note
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13663 -preamble.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \series bold
13674
13675 \backslash
13676 usepackage{color}
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset VSpace medskip
13681 \end_inset
13682
13683 To color boxes, the command 
13684 \series bold
13685
13686 \backslash
13687 colorbox
13688 \series default
13689
13690 \begin_inset Index idx
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694 Commands ! C ! 
13695 \backslash
13696 colorbox
13697 \end_layout
13698
13699 \end_inset
13700
13701  is used in the following scheme:
13702 \end_layout
13703
13704 \begin_layout Standard
13705
13706 \series bold
13707
13708 \backslash
13709 colorbox{color}{box content}
13710 \end_layout
13711
13712 \begin_layout Standard
13713 The box content can also be a box and a 
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719  can also be part of another box (see the 2nd and 3rd example).
13720  When the box should contain a formula, an extra formula has to be created,
13721  the same way as for 
13722 \series bold
13723
13724 \backslash
13725 raisebox
13726 \series default
13727 .
13728 \begin_inset Foot
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 This also applies for the command 
13733 \series bold
13734
13735 \backslash
13736 fcolorbox
13737 \series default
13738 .
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Standard
13747 One of the following predefined colors can be chosen:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \series bold
13753 black
13754 \series default
13755
13756 \series bold
13757 blue
13758 \series default
13759
13760 \series bold
13761 cyan
13762 \series default
13763
13764 \series bold
13765 green
13766 \series default
13767
13768 \series bold
13769 magenta
13770 \series default
13771
13772 \series bold
13773 red
13774 \series default
13775
13776 \series bold
13777 white
13778 \series default
13779  and 
13780 \series bold
13781 yellow
13782 \series default
13783
13784 \begin_inset Separator parbreak
13785 \end_inset
13786
13787
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \align center
13792 \begin_inset Tabular
13793 <lyxtabular version="3" rows="4" columns="2">
13794 <features tabularvalignment="middle">
13795 <column alignment="center" valignment="top">
13796 <column alignment="center" valignment="top">
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 Command
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 Result
13812 \begin_inset Note Note
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 \series bold
13818
13819 \backslash
13820 raisebox
13821 \series default
13822  is only used as spacer.
13823 \end_layout
13824
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838
13839 \backslash
13840 colorbox{yellow
13841 \begin_inset Formula $\to$
13842 \end_inset
13843
13844
13845 \backslash
13846 {A=B
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \backslash
13871 colorbox{green
13872 \begin_inset Formula $\to$
13873 \end_inset
13874
13875
13876 \backslash
13877 {
13878 \backslash
13879 fbox
13880 \begin_inset space \textvisiblespace{}
13881 \end_inset
13882
13883 A=B
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13893 \end_inset
13894
13895
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 <row>
13902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906
13907 \backslash
13908 fbox
13909 \begin_inset space \textvisiblespace{}
13910 \end_inset
13911
13912
13913 \backslash
13914 colorbox{green
13915 \begin_inset Formula $\to$
13916 \end_inset
13917
13918
13919 \backslash
13920 {
13921 \family sans
13922 Ctrl+M
13923 \family default
13924  
13925 \family sans
13926 Ctrl+M
13927 \family default
13928  
13929 \backslash
13930 int
13931 \begin_inset space \textvisiblespace{}
13932 \end_inset
13933
13934 C=D
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Standard
13960
13961 \series bold
13962
13963 \backslash
13964 colorbox
13965 \series default
13966  only colors the box but not the characters in the box.
13967  To color all characters, the whole formula is highlighted and the desired
13968  color is chosen in the 
13969 \family sans
13970 Text
13971 \begin_inset space ~
13972 \end_inset
13973
13974 Style
13975 \family default
13976  dialog.
13977  The dialog can be called with the toolbar button 
13978 \begin_inset Info
13979 type  "icon"
13980 arg   "dialog-show character"
13981 \end_inset
13982
13983  or the menu 
13984 \family sans
13985 Edit\SpecialChar menuseparator
13986 Text
13987 \begin_inset space ~
13988 \end_inset
13989
13990 Style\SpecialChar menuseparator
13991 Customized
13992 \family default
13993 .
13994  The formula number then has the same color as the formula.
13995  When the formula number should get another color than the formula characters,
13996  the color must be changed within the formula.
13997 \end_layout
13998
13999 \begin_layout Standard
14000 An example:
14001 \end_layout
14002
14003 \begin_layout Standard
14004
14005 \color red
14006 \begin_inset Formula 
14007 \begin{equation}
14008 \int A=B\label{eq:red}
14009 \end{equation}
14010
14011 \end_inset
14012
14013
14014 \color green
14015
14016 \begin_inset Formula 
14017 \begin{equation}
14018 \textcolor{red}{\int A=B}\label{eq:redgreen}
14019 \end{equation}
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \begin_layout Standard
14027 Formula 
14028 \begin_inset CommandInset ref
14029 LatexCommand eqref
14030 reference "eq:red"
14031
14032 \end_inset
14033
14034  is completely colored red.
14035 \begin_inset Newline newline
14036 \end_inset
14037
14038 Formula 
14039 \begin_inset CommandInset ref
14040 LatexCommand eqref
14041 reference "eq:redgreen"
14042
14043 \end_inset
14044
14045  was first completely colored green to set the color for the formula number.
14046  Subsequently the formula characters were colored red.
14047 \end_layout
14048
14049 \begin_layout Standard
14050 \begin_inset VSpace bigskip
14051 \end_inset
14052
14053 To color the frame different than the rest of the box, the command 
14054 \series bold
14055
14056 \backslash
14057 fcolorbox
14058 \series default
14059
14060 \begin_inset Index idx
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 Commands ! F ! 
14065 \backslash
14066 fcolorbox
14067 \end_layout
14068
14069 \end_inset
14070
14071  is used in the following scheme:
14072 \end_layout
14073
14074 \begin_layout Standard
14075
14076 \series bold
14077
14078 \backslash
14079 fcolorbox{frame color}{color}{box content}
14080 \end_layout
14081
14082 \begin_layout Standard
14083 So 
14084 \series bold
14085
14086 \backslash
14087 fcolorbox
14088 \series default
14089  is an extension of the command 
14090 \series bold
14091
14092 \backslash
14093 colorbox
14094 \series default
14095 .
14096  The frame width is set, like for 
14097 \series bold
14098
14099 \backslash
14100 framebox
14101 \series default
14102 , with 
14103 \series bold
14104
14105 \backslash
14106 fboxrule
14107 \series default
14108  and 
14109 \series bold
14110
14111 \backslash
14112 fboxsep
14113 \series default
14114 .
14115  An example:
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121
14122 \backslash
14123 fboxrule 1mm 
14124 \backslash
14125 fboxsep 1mm
14126 \end_layout
14127
14128 \end_inset
14129
14130
14131 \begin_inset Formula 
14132 \[
14133 \fcolorbox{cyan}{magenta}{A=B}
14134 \]
14135
14136 \end_inset
14137
14138
14139 \begin_inset ERT
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143
14144
14145 \backslash
14146 fboxrule 0.4pt 
14147 \backslash
14148 fboxsep 3pt
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 This formula was created with the command
14158 \begin_inset Newline newline
14159 \end_inset
14160
14161
14162 \series bold
14163
14164 \backslash
14165 fcolorbox{cyan
14166 \begin_inset Formula $\to$
14167 \end_inset
14168
14169
14170 \backslash
14171 {magenta
14172 \begin_inset Formula $\to$
14173 \end_inset
14174
14175
14176 \backslash
14177 {A=B
14178 \series default
14179 .
14180 \end_layout
14181
14182 \begin_layout Standard
14183 \begin_inset VSpace bigskip
14184 \end_inset
14185
14186 To use other colors than the predefined ones, they have to be defined first.
14187 \end_layout
14188
14189 \begin_layout Standard
14190 One can for example define the color 
14191 \begin_inset Quotes eld
14192 \end_inset
14193
14194
14195 \series bold
14196 darkgreen
14197 \series default
14198
14199 \begin_inset Quotes erd
14200 \end_inset
14201
14202  with the \SpecialChar LaTeX
14203 -preamble line:
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209
14210 \backslash
14211 definecolor{darkgreen}{cmyk}{0.5,
14212 \series default
14213  
14214 \series bold
14215 0,
14216 \series default
14217  
14218 \series bold
14219 1,
14220 \series default
14221  
14222 \series bold
14223 0.5}
14224 \series default
14225
14226 \begin_inset Index idx
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230 Commands ! D ! 
14231 \backslash
14232 definecolor
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243 cmyk
14244 \series default
14245  is the color space that denotes the colors 
14246 \series bold
14247 cyan
14248 \series default
14249
14250 \series bold
14251 magenta
14252 \series default
14253
14254 \series bold
14255 yellow
14256 \series default
14257  and 
14258 \series bold
14259 black
14260 \series default
14261 .
14262  The four comma separated numbers are the portion factor for the corresponding
14263  colors of the color space.
14264  The factors can be in the range of 0
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 -
14269 \begin_inset space \thinspace{}
14270 \end_inset
14271
14272 1.
14273  Instead of 
14274 \series bold
14275 cmyk
14276 \series default
14277  also the color space 
14278 \series bold
14279 rgb
14280 \series default
14281  can be used for definitions.
14282  
14283 \series bold
14284 rgb
14285 \series default
14286  denotes 
14287 \series bold
14288 red
14289 \series default
14290
14291 \series bold
14292 green
14293 \series default
14294  and 
14295 \series bold
14296 blue
14297 \series default
14298 , so that there are in this case three portion factors for the corresponding
14299  colors.
14300  Furthermore there is the color space 
14301 \series bold
14302 gray
14303 \series default
14304  with one portion factor for the gray value.
14305 \end_layout
14306
14307 \begin_layout Standard
14308 As example a framed box with the new defined color 
14309 \series bold
14310 darkgreen
14311 \series default
14312  where the characters have been colored 
14313 \series bold
14314 yellow
14315 \series default
14316 :
14317 \begin_inset Formula 
14318 \begin{equation}
14319 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14320 \end{equation}
14321
14322 \end_inset
14323
14324
14325 \end_layout
14326
14327 \begin_layout Standard
14328 Self-defined colors can also be used for text with the help of the command
14329  
14330 \series bold
14331
14332 \backslash
14333 textcolor
14334 \series default
14335 :
14336 \begin_inset Index idx
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 Text ! colored
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \begin_inset ERT
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353
14354
14355 \backslash
14356 textcolor{darkgreen}{
14357 \end_layout
14358
14359 \end_inset
14360
14361 This sentence is 
14362 \begin_inset Quotes eld
14363 \end_inset
14364
14365 darkgreen
14366 \begin_inset Quotes erd
14367 \end_inset
14368
14369 .
14370 \begin_inset ERT
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374
14375 }
14376 \end_layout
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384
14385 \series bold
14386
14387 \backslash
14388 textcolor
14389 \series default
14390
14391 \begin_inset Index idx
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395 Commands ! T ! 
14396 \backslash
14397 textcolor
14398 \end_layout
14399
14400 \end_inset
14401
14402  is used in the scheme 
14403 \series bold
14404
14405 \backslash
14406 textcolor{color}{characters to color}
14407 \series default
14408 .
14409 \end_layout
14410
14411 \begin_layout Subsection
14412 Paragraph Boxes
14413 \begin_inset CommandInset label
14414 LatexCommand label
14415 name "subsec:Paragraph-Boxes"
14416
14417 \end_inset
14418
14419
14420 \begin_inset Index idx
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 Boxes ! as paragraph
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Standard
14433 A box that can contain several lines and paragraphs, a so-called paragraph
14434  box (parbox), can be created with the menu 
14435 \family sans
14436 Insert\SpecialChar menuseparator
14437 Box
14438 \family default
14439  or the toolbar button 
14440 \begin_inset Info
14441 type  "icon"
14442 arg   "box-insert"
14443 \end_inset
14444
14445 .
14446 \end_layout
14447
14448 \begin_layout Standard
14449 The following example shows a framed parbox in a line:
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset VSpace medskip
14454 \end_inset
14455
14456 This is a line 
14457 \begin_inset Box Boxed
14458 position "c"
14459 hor_pos "c"
14460 has_inner_box 1
14461 inner_pos "t"
14462 use_parbox 1
14463 use_makebox 0
14464 width "5cm"
14465 special "none"
14466 height "1in"
14467 height_special "totalheight"
14468 thickness "0.4pt"
14469 separation "3pt"
14470 shadowsize "4pt"
14471 framecolor "black"
14472 backgroundcolor "none"
14473 status open
14474
14475 \begin_layout Plain Layout
14476 This is a paragraph box.
14477  It is exactly 5
14478 \begin_inset space \thinspace{}
14479 \end_inset
14480
14481 cm long and can also contain formulas: 
14482 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14483 \end_inset
14484
14485
14486 \end_layout
14487
14488 \end_inset
14489
14490  with a parbox.
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace medskip
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Standard
14501 Such a box is created by right-clicking on the gray box inset.
14502  A dialog pops up showing the box properties.
14503  In our case set: 
14504 \emph on
14505 Decoration
14506 \emph default
14507 : Rectangular box, 
14508 \emph on
14509 Inner Box
14510 \emph default
14511 : Parbox, 
14512 \emph on
14513 Width
14514 \emph default
14515 : 5
14516 \begin_inset space \thinspace{}
14517 \end_inset
14518
14519 cm, 
14520 \emph on
14521 Vertical Box Alignment
14522 \emph default
14523 : Middle
14524 \end_layout
14525
14526 \begin_layout Standard
14527 \begin_inset VSpace medskip
14528 \end_inset
14529
14530 In \SpecialChar LaTeX
14531  a parbox is created with the command 
14532 \series bold
14533
14534 \backslash
14535 parbox
14536 \series default
14537
14538 \begin_inset Index idx
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 Commands ! P ! 
14543 \backslash
14544 parbox
14545 \end_layout
14546
14547 \end_inset
14548
14549  which has the following scheme:
14550 \end_layout
14551
14552 \begin_layout Standard
14553
14554 \series bold
14555
14556 \backslash
14557 parbox[position]{width}{box content}
14558 \end_layout
14559
14560 \begin_layout Standard
14561 The positions 
14562 \emph on
14563 b
14564 \emph default
14565  and 
14566 \emph on
14567 t
14568 \emph default
14569  are possible.
14570  
14571 \emph on
14572 b
14573 \emph default
14574  for 
14575 \begin_inset Quotes eld
14576 \end_inset
14577
14578 bottom
14579 \begin_inset Quotes erd
14580 \end_inset
14581
14582  means that the box is aligned within the surrounding text with its last
14583  line.
14584  With 
14585 \emph on
14586 t
14587 \emph default
14588  for 
14589 \begin_inset Quotes eld
14590 \end_inset
14591
14592 top
14593 \begin_inset Quotes erd
14594 \end_inset
14595
14596  this is done with the first line.
14597  When no position is given, the box will be vertically centered, see section
14598  
14599 \emph on
14600 Boxes
14601 \emph default
14602  of the 
14603 \emph on
14604 Embedded
14605 \begin_inset space ~
14606 \end_inset
14607
14608 Objects
14609 \emph default
14610  manual for examples.
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset VSpace bigskip
14615 \end_inset
14616
14617 To frame formulas completely, including the formula number, the formula
14618  must be set into a parbox.
14619  To do this, the command 
14620 \series bold
14621
14622 \backslash
14623 fbox{
14624 \backslash
14625 parbox{
14626 \backslash
14627 linewidth-2
14628 \backslash
14629 fboxsep-2
14630 \backslash
14631 fboxrule}{
14632 \series default
14633  is inserted in \SpecialChar TeX
14634  mode before the formula.
14635  
14636 \series bold
14637
14638 \backslash
14639 linewidth
14640 \series default
14641
14642 \begin_inset Index idx
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 Commands ! L ! 
14647 \backslash
14648 linewidth
14649 \end_layout
14650
14651 \end_inset
14652
14653  is hereby the line width set for the document.
14654  Because the frame is outside the parbox, 2
14655 \begin_inset space \thinspace{}
14656 \end_inset
14657
14658 times the frame separation and the frame thickness must be subtracted from
14659  the line width.
14660  As this is not automatically done by \SpecialChar LyX
14661  due to a bug
14662 \begin_inset Foot
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666 \begin_inset CommandInset href
14667 LatexCommand href
14668 name "LyX-bug #4483"
14669 target "http://www.lyx.org/trac/ticket/4483"
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \end_inset
14677
14678 , \SpecialChar TeX
14679  mode has to be used.
14680  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14681 -package 
14682 \series bold
14683 calc
14684 \series default
14685
14686 \begin_inset Foot
14687 status collapsed
14688
14689 \begin_layout Plain Layout
14690
14691 \series bold
14692 calc
14693 \series default
14694  is part of every \SpecialChar LaTeX
14695  standard installation.
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \begin_inset Index idx
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705 Packages ! calc
14706 \end_layout
14707
14708 \end_inset
14709
14710  must be loaded in the \SpecialChar LaTeX
14711 -preamble with the line
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 usepackage{calc}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 Behind the formula both boxes are closed by entering 
14724 \series bold
14725 }}
14726 \series default
14727  in \SpecialChar TeX
14728  mode.
14729  Here is an example:
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735
14736 \backslash
14737 fboxsep 5mm 
14738 \backslash
14739 fboxrule 5mm
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset ERT
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752
14753
14754 \backslash
14755 fbox{
14756 \backslash
14757 parbox{
14758 \backslash
14759 linewidth-2
14760 \backslash
14761 fboxsep-2
14762 \backslash
14763 fboxrule}{
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \begin_inset Formula 
14770 \begin{equation}
14771 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14772 \end{equation}
14773
14774 \end_inset
14775
14776
14777 \begin_inset ERT
14778 status collapsed
14779
14780 \begin_layout Plain Layout
14781
14782 }}
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \begin_inset ERT
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792
14793
14794 \backslash
14795 fboxrule 0.4pt 
14796 \backslash
14797 fboxsep 3pt
14798 \end_layout
14799
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset VSpace medskip
14807 \end_inset
14808
14809 As a parbox is used as the argument of 
14810 \series bold
14811
14812 \backslash
14813 fbox
14814 \series default
14815 , there is in this case no difference between 
14816 \series bold
14817
14818 \backslash
14819 fbox
14820 \series default
14821  and 
14822 \series bold
14823
14824 \backslash
14825 boxed
14826 \series default
14827 .
14828 \end_layout
14829
14830 \begin_layout Standard
14831 \begin_inset VSpace bigskip
14832 \end_inset
14833
14834 Paragraph boxes are very useful to comment formulas directly.
14835  To do this, 
14836 \series bold
14837
14838 \backslash
14839 parbox
14840 \series default
14841  is used in combination with the command 
14842 \series bold
14843
14844 \backslash
14845 tag
14846 \series default
14847 .
14848  (more about 
14849 \series bold
14850
14851 \backslash
14852 tag
14853 \series default
14854  see 
14855 \begin_inset CommandInset ref
14856 LatexCommand ref
14857 reference "subsec:User-defined-Numbering"
14858
14859 \end_inset
14860
14861 )
14862 \end_layout
14863
14864 \begin_layout Standard
14865 An example of a formula commented with 
14866 \series bold
14867
14868 \backslash
14869 parbox
14870 \series default
14871 :
14872 \end_layout
14873
14874 \begin_layout Standard
14875 \begin_inset ERT
14876 status collapsed
14877
14878 \begin_layout Plain Layout
14879
14880
14881 \backslash
14882 [5x-7b=3b
14883 \backslash
14884 tag*{
14885 \backslash
14886 parbox{5cm}{
14887 \end_layout
14888
14889 \end_inset
14890
14891 This is a description.
14892  It is distinctly separated from the formula and multiline.
14893 \begin_inset ERT
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897
14898 }}
14899 \backslash
14900 ]
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \begin_layout Standard
14909 Such a formula must be inserted completely in \SpecialChar TeX
14910  mode because \SpecialChar LyX
14911  does not yet
14912  support the command 
14913 \series bold
14914
14915 \backslash
14916 parbox
14917 \series default
14918  in formulas.
14919  The formula is created with the following command sequence:
14920 \end_layout
14921
14922 \begin_layout Standard
14923 The command 
14924 \series bold
14925
14926 \backslash
14927 [5x-7b=3b
14928 \backslash
14929 tag*
14930 \backslash
14931 {
14932 \backslash
14933 parbox{5cm}{
14934 \series default
14935  is inserted in \SpecialChar TeX
14936  mode.
14937 \begin_inset Foot
14938 status collapsed
14939
14940 \begin_layout Plain Layout
14941 When the formula style 
14942 \series bold
14943 Indented
14944 \series default
14945  is used, 
14946 \series bold
14947
14948 \backslash
14949 tag*
14950 \backslash
14951 {
14952 \series default
14953  can also be replaced by 
14954 \series bold
14955
14956 \backslash
14957 hfill
14958 \series default
14959 .
14960  (formula styles see 
14961 \begin_inset CommandInset ref
14962 LatexCommand ref
14963 reference "sec:Formula-Styles"
14964
14965 \end_inset
14966
14967 )
14968 \end_layout
14969
14970 \end_inset
14971
14972  Then the description follows as normal text and finally 
14973 \series bold
14974 }}
14975 \backslash
14976 ]
14977 \series default
14978  is inserted in \SpecialChar TeX
14979  mode.
14980  The commands 
14981 \series bold
14982
14983 \backslash
14984 [
14985 \series default
14986  and 
14987 \series bold
14988
14989 \backslash
14990 ]
14991 \series default
14992  hereby create a displayed formula.
14993 \end_layout
14994
14995 \begin_layout Standard
14996 The advantages of 
14997 \series bold
14998
14999 \backslash
15000 parbox
15001 \series default
15002  can be seen in this example that was 
15003 \begin_inset Quotes eld
15004 \end_inset
15005
15006 commented
15007 \begin_inset Quotes erd
15008 \end_inset
15009
15010  using the mathematical textmode:
15011 \begin_inset Formula 
15012 \[
15013 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15014 \]
15015
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Section
15022 Operators
15023 \begin_inset Index idx
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027 Operators
15028 \end_layout
15029
15030 \end_inset
15031
15032
15033 \end_layout
15034
15035 \begin_layout Subsection
15036 Big Operators
15037 \begin_inset CommandInset label
15038 LatexCommand label
15039 name "subsec:Big-Operators"
15040
15041 \end_inset
15042
15043
15044 \begin_inset Index idx
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048 Operators ! big
15049 \end_layout
15050
15051 \end_inset
15052
15053
15054 \begin_inset Index idx
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058 Sums
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \begin_inset Index idx
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068 Integrals
15069 \end_layout
15070
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \begin_layout Standard
15077 To be able to use all integral operators listed here, the option 
15078 \family sans
15079 Use esint package automatically
15080 \family default
15081  must be set in the document settings under 
15082 \family sans
15083 Math
15084 \begin_inset space ~
15085 \end_inset
15086
15087 Options
15088 \family default
15089 .
15090 \end_layout
15091
15092 \begin_layout Standard
15093 \begin_inset space \hfill{}
15094 \end_inset
15095
15096
15097 \begin_inset Tabular
15098 <lyxtabular version="3" rows="11" columns="2">
15099 <features tabularvalignment="middle">
15100 <column alignment="center" valignment="top" width="0pt">
15101 <column alignment="center" valignment="top" width="0pt">
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 Command
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 Result
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 int
15130 \begin_inset Index idx
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Commands ! I ! 
15135 \backslash
15136 int
15137 \end_layout
15138
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 \begin_inset Formula $\int$
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 oint
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset Formula $\oint$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 ointctrclockwise
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\ointctrclockwise$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 ointclockwise
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\ointclockwise$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 sqint
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\sqint$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 <row>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \backslash
15266 fint
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275  
15276 \begin_inset Formula $\fint$
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \backslash
15292 landupint
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301  
15302 \begin_inset Formula $\landupint$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 landdownint
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327  
15328 \begin_inset Formula $\landdownint$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342
15343 \backslash
15344 bigcap
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 \begin_inset Formula $\bigcap$
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \backslash
15369 bigcup
15370 \end_layout
15371
15372 \end_inset
15373 </cell>
15374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378 \begin_inset Formula $\bigcup$
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 </row>
15387 </lyxtabular>
15388
15389 \end_inset
15390
15391
15392 \begin_inset space \hfill{}
15393 \end_inset
15394
15395
15396 \begin_inset Tabular
15397 <lyxtabular version="3" rows="11" columns="2">
15398 <features tabularvalignment="middle">
15399 <column alignment="center" valignment="top" width="0pt">
15400 <column alignment="center" valignment="top" width="0pt">
15401 <row>
15402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 Command
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 Result
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 sum
15429 \begin_inset Index idx
15430 status collapsed
15431
15432 \begin_layout Plain Layout
15433 Commands ! S ! 
15434 \backslash
15435 sum
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449 \begin_inset Formula $\sum$
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \backslash
15465 prod
15466 \begin_inset Index idx
15467 status collapsed
15468
15469 \begin_layout Plain Layout
15470 Commands ! P ! 
15471 \backslash
15472 prod
15473 \begin_inset ERT
15474 status collapsed
15475
15476 \begin_layout Plain Layout
15477
15478
15479 \backslash
15480 vspace{4mm}
15481 \end_layout
15482
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499 \begin_inset Formula $\prod$
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 </row>
15508 <row>
15509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \backslash
15515 coprod
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 \begin_inset Formula $\coprod$
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 </row>
15533 <row>
15534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \backslash
15540 bigodot
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 \begin_inset Formula $\bigodot$
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 </row>
15558 <row>
15559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563
15564 \backslash
15565 bigotimes
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 \begin_inset Formula $\bigotimes$
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 </row>
15583 <row>
15584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588
15589 \backslash
15590 bigoplus
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15596 \begin_inset Text
15597
15598 \begin_layout Plain Layout
15599 \begin_inset Formula $\bigoplus$
15600 \end_inset
15601
15602
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 </row>
15608 <row>
15609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613
15614 \backslash
15615 bigwedge
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 \begin_inset Formula $\bigwedge$
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638
15639 \backslash
15640 bigvee
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15646 \begin_inset Text
15647
15648 \begin_layout Plain Layout
15649 \begin_inset Formula $\bigvee$
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \backslash
15665 bigsqcup
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 \begin_inset Formula $\bigsqcup$
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \backslash
15690 biguplus
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699 \begin_inset Formula $\biguplus$
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 </lyxtabular>
15709
15710 \end_inset
15711
15712
15713 \begin_inset space \hfill{}
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \begin_layout Standard
15720 All big operators can also be inserted via the math toolbar button 
15721 \begin_inset Info
15722 type  "icon"
15723 arg   "math-insert \\intop"
15724 \end_inset
15725
15726 .
15727 \end_layout
15728
15729 \begin_layout Standard
15730 The operators are called big because they are bigger than the sometimes
15731  equal looking binary operators.
15732  All big operators can have limits as described in the next subsection.
15733 \end_layout
15734
15735 \begin_layout Standard
15736 For all integral operators there is a second version available, ending in
15737  
15738 \series bold
15739 op
15740 \series default
15741
15742 \series bold
15743
15744 \backslash
15745 intop
15746 \series default
15747
15748 \series bold
15749
15750 \backslash
15751 ointop
15752 \series default
15753  etc..
15754  These operators are different from 
15755 \series bold
15756
15757 \backslash
15758 int
15759 \series default
15760  etc.
15761 \begin_inset space \space{}
15762 \end_inset
15763
15764 in the style the operator limits are displayed, see 
15765 \begin_inset CommandInset ref
15766 LatexCommand ref
15767 reference "subsec:Operator-Limits"
15768
15769 \end_inset
15770
15771 .
15772  
15773 \end_layout
15774
15775 \begin_layout Subsubsection*
15776 Advice for Integrals
15777 \end_layout
15778
15779 \begin_layout Standard
15780 The letter 
15781 \emph on
15782 d
15783 \emph default
15784  in an integral is an operator, that therefore has to be set upright.
15785  This is done by highlighting the 
15786 \emph on
15787 d
15788 \emph default
15789  and using the keyboard shortcut 
15790 \begin_inset Info
15791 type  "shortcut"
15792 arg   "font-roman"
15793 \end_inset
15794
15795
15796 \begin_inset Foot
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800 Font styles
15801 \series bold
15802  
15803 \series default
15804 see 
15805 \begin_inset CommandInset ref
15806 LatexCommand ref
15807 reference "subsec:Font-Styles"
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \end_inset
15815
15816 .
15817  Finally the smallest space is inserted before the 
15818 \emph on
15819 d
15820 \emph default
15821 , as this is usual for operators.
15822  An example:
15823 \end_layout
15824
15825 \begin_layout Standard
15826 incorrect: 
15827 \begin_inset Formula $\int A(x)dx$
15828 \end_inset
15829
15830
15831 \begin_inset Newline newline
15832 \end_inset
15833
15834
15835 \begin_inset Phantom HPhantom
15836 status open
15837
15838 \begin_layout Plain Layout
15839 in
15840 \end_layout
15841
15842 \end_inset
15843
15844 correct: 
15845 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15846 \end_inset
15847
15848
15849 \end_layout
15850
15851 \begin_layout Standard
15852 For multiple integrals there are the following commands:
15853 \begin_inset VSpace medskip
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \begin_layout Standard
15860 \begin_inset space \hfill{}
15861 \end_inset
15862
15863
15864 \begin_inset Tabular
15865 <lyxtabular version="3" rows="4" columns="2">
15866 <features tabularvalignment="middle">
15867 <column alignment="center" valignment="top">
15868 <column alignment="center" valignment="top">
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874 Command
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 Result
15884 \begin_inset Note Note
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889 \series bold
15890
15891 \backslash
15892 raisebox
15893 \series default
15894  is only used as spacer.
15895 \end_layout
15896
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \backslash
15912 iint
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15922 \end_inset
15923
15924
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 <row>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \backslash
15937 oiint
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \end_inset
15953 </cell>
15954 </row>
15955 <row>
15956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960
15961 \backslash
15962 sqiint
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15972 \end_inset
15973
15974
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 </row>
15980 </lyxtabular>
15981
15982 \end_inset
15983
15984
15985 \begin_inset space \hfill{}
15986 \end_inset
15987
15988
15989 \begin_inset Tabular
15990 <lyxtabular version="3" rows="4" columns="2">
15991 <features tabularvalignment="middle">
15992 <column alignment="center" valignment="top">
15993 <column alignment="center" valignment="top">
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 Command
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 Result
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \backslash
16021 iiint
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \backslash
16046 iiiint
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16056 \end_inset
16057
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \backslash
16071 dotsint
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 </lyxtabular>
16090
16091 \end_inset
16092
16093
16094 \begin_inset space \hfill{}
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Subsection
16101 Operator Limits
16102 \begin_inset CommandInset label
16103 LatexCommand label
16104 name "subsec:Operator-Limits"
16105
16106 \end_inset
16107
16108
16109 \begin_inset Index idx
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113 Operators ! Limits
16114 \end_layout
16115
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \begin_layout Standard
16122 Limits are created by super- and subscripts:
16123 \begin_inset Separator parbreak
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \align center
16131 \begin_inset Tabular
16132 <lyxtabular version="3" rows="2" columns="2">
16133 <features tabularvalignment="middle">
16134 <column alignment="center" valignment="top" width="0pt">
16135 <column alignment="center" valignment="top" width="0pt">
16136 <row>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 Command
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 Result
16151 \begin_inset Note Note
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156 \series bold
16157
16158 \backslash
16159 raisebox
16160 \series default
16161  is only used as spacer.
16162 \end_layout
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \backslash
16179 prod^
16180 \backslash
16181 infty
16182 \begin_inset space \textvisiblespace{}
16183 \end_inset
16184
16185
16186 \begin_inset Formula $\to$
16187 \end_inset
16188
16189 _0
16190 \begin_inset Formula $\to$
16191 \end_inset
16192
16193 A(x)
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Limits of inline formulas are set right beside the operator.
16220  Limits in displayed formulas are set above or below the operator, except
16221  for integral limits.
16222 \end_layout
16223
16224 \begin_layout Standard
16225 To force that the limits are set beside the operator, the cursor is set
16226  directly behind the operator and the limits type is changed with the menu
16227  
16228 \family sans
16229 Edit\SpecialChar menuseparator
16230 Math\SpecialChar menuseparator
16231 Change Limits Type
16232 \family default
16233  to 
16234 \family sans
16235 \series bold
16236 Inline
16237 \family default
16238 \series default
16239  (shortcut 
16240 \begin_inset Info
16241 type  "shortcut"
16242 arg   "math-limits"
16243 \end_inset
16244
16245 ).
16246  An example:
16247 \end_layout
16248
16249 \begin_layout Standard
16250 The default limits type is this:
16251 \begin_inset Formula 
16252 \[
16253 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16254 \]
16255
16256 \end_inset
16257
16258 This is how it looks when the limits type was changed to 
16259 \family sans
16260 \series bold
16261 Inline
16262 \family default
16263 \series default
16264 :
16265 \begin_inset Formula 
16266 \[
16267 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16268 \]
16269
16270 \end_inset
16271
16272 For integrals, except those ending with 
16273 \series bold
16274 op
16275 \series default
16276  like 
16277 \series bold
16278
16279 \backslash
16280 intop
16281 \series default
16282
16283 \series bold
16284
16285 \backslash
16286 ointop
16287 \series default
16288  etc., the limits are by default set beside the operator.
16289  But for multiple integrals the limits are often set below the operator.
16290  In the following example the limits type was therefore set to 
16291 \series bold
16292 Display
16293 \series default
16294  and so set below the integrals:
16295 \begin_inset Formula 
16296 \begin{equation}
16297 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16298 \end{equation}
16299
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \begin_layout Standard
16306 \begin_inset VSpace medskip
16307 \end_inset
16308
16309 To specify conditions for limits, the commands 
16310 \series bold
16311
16312 \backslash
16313 subarray
16314 \series default
16315
16316 \begin_inset Index idx
16317 status collapsed
16318
16319 \begin_layout Plain Layout
16320 Commands ! S ! 
16321 \backslash
16322 subarray
16323 \end_layout
16324
16325 \end_inset
16326
16327  and 
16328 \series bold
16329
16330 \backslash
16331 substack
16332 \series default
16333
16334 \begin_inset Index idx
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338 Commands ! S ! 
16339 \backslash
16340 substack
16341 \end_layout
16342
16343 \end_inset
16344
16345  are used.
16346  To create for example this expression 
16347 \begin_inset Formula 
16348 \begin{equation}
16349 \sum_{\begin{subarray}{c}
16350 0<k<1000\\
16351 \\
16352 k\,\in\,\mathbb{N}
16353 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16354 \end{equation}
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 the following has to be done:
16363 \begin_inset Newline newline
16364 \end_inset
16365
16366 First the command 
16367 \series bold
16368
16369 \backslash
16370 sum
16371 \series default
16372 ^
16373 \series bold
16374 n
16375 \begin_inset space \textvisiblespace{}
16376 \end_inset
16377
16378 _
16379 \series default
16380  is typed in.
16381  One is now in a blue box under the summation operator and insert there
16382  the command 
16383 \series bold
16384
16385 \backslash
16386 subarray
16387 \begin_inset space \textvisiblespace{}
16388 \end_inset
16389
16390
16391 \series default
16392 .
16393  The blue box is now within a purple box and now several lines can be written
16394  among each other.
16395  A new line is created by inserting a line break (
16396 \begin_inset Info
16397 type  "shortcut"
16398 arg   "newline-insert newline"
16399 \end_inset
16400
16401 ).
16402  When now
16403 \begin_inset Newline newline
16404 \end_inset
16405
16406
16407 \series bold
16408 0<k<1000 Ctrl+Return
16409 \begin_inset Newline newline
16410 \end_inset
16411
16412
16413 \series default
16414 is typed in, a new box appears below for the new line.
16415 \end_layout
16416
16417 \begin_layout Standard
16418 The alignment of the lines can be changed to left aligned with the 
16419 \family sans
16420 table
16421 \family default
16422  
16423 \family sans
16424 toolbar
16425 \family default
16426  or the menu 
16427 \family sans
16428 Edit\SpecialChar menuseparator
16429 Rows &Columns
16430 \family default
16431 .
16432  To get right alignment, 
16433 \series bold
16434
16435 \backslash
16436 hfill
16437 \begin_inset space \textvisiblespace{}
16438 \end_inset
16439
16440
16441 \series default
16442  is inserted at the beginning of the line.
16443 \end_layout
16444
16445 \begin_layout Standard
16446 The command 
16447 \series bold
16448
16449 \backslash
16450 substack
16451 \series default
16452  is equivalent to 
16453 \series bold
16454
16455 \backslash
16456 subarray
16457 \series default
16458  with the difference that the lines are always centered.
16459 \end_layout
16460
16461 \begin_layout Standard
16462 \begin_inset VSpace bigskip
16463 \end_inset
16464
16465 Like in formula 
16466 \begin_inset CommandInset ref
16467 LatexCommand eqref
16468 reference "eq:substack"
16469
16470 \end_inset
16471
16472  there can be too much space beside an operator, because the characters
16473  following the operator are set beside the limits.
16474  To avoid this the command 
16475 \series bold
16476
16477 \backslash
16478 smashoperator
16479 \series default
16480
16481 \begin_inset Index idx
16482 status collapsed
16483
16484 \begin_layout Plain Layout
16485 Commands ! S ! 
16486 \backslash
16487 smashoperator
16488 \end_layout
16489
16490 \end_inset
16491
16492  can be used.
16493  To activate it, set in the document settings under 
16494 \family sans
16495 Math
16496 \begin_inset space ~
16497 \end_inset
16498
16499 Options
16500 \family default
16501  for the package 
16502 \series bold
16503 mathtools
16504 \series default
16505
16506 \begin_inset Index idx
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510 Packages ! mathtools
16511 \end_layout
16512
16513 \end_inset
16514
16515  the option 
16516 \family sans
16517 Load
16518 \begin_inset space ~
16519 \end_inset
16520
16521 always
16522 \family default
16523 .
16524  
16525 \series bold
16526
16527 \backslash
16528 smashoperator
16529 \series default
16530  sets the space besides the operator to 0
16531 \begin_inset space \thinspace{}
16532 \end_inset
16533
16534 pt.
16535 \begin_inset Newline newline
16536 \end_inset
16537
16538 Applied on formula 
16539 \begin_inset CommandInset ref
16540 LatexCommand eqref
16541 reference "eq:substack"
16542
16543 \end_inset
16544
16545 , one uses the command
16546 \end_layout
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551
16552 \backslash
16553 smashoperator{
16554 \end_layout
16555
16556 \begin_layout Standard
16557 and inserts the operator with its limits into the braces.
16558  Behind the brace one continues the formula:
16559 \begin_inset Formula 
16560 \[
16561 \smashoperator{\sum_{\begin{subarray}{c}
16562 0<k<1000\\
16563 \\
16564 k\,\in\,\mathbb{N}
16565 \end{subarray}}^{n}}k^{-2}
16566 \]
16567
16568 \end_inset
16569
16570
16571 \end_layout
16572
16573 \begin_layout Standard
16574 It is possible to set the space of only one side of the operator to 0
16575 \begin_inset space \thinspace{}
16576 \end_inset
16577
16578 pt.
16579  To do this write either 
16580 \series bold
16581 [l]
16582 \series default
16583  or 
16584 \series bold
16585 [r]
16586 \series default
16587  between 
16588 \series bold
16589
16590 \backslash
16591 smashoperator
16592 \series default
16593  and its brace.
16594  
16595 \series bold
16596 l
16597 \series default
16598  stands for the left and 
16599 \series bold
16600 r
16601 \series default
16602  for the right side of the operator.
16603  Here is an example of the possible 
16604 \series bold
16605
16606 \backslash
16607 smashoperator
16608 \series default
16609  forms:
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset Formula 
16614 \[
16615 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16616 \]
16617
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \begin_layout Standard
16624 \begin_inset VSpace bigskip
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \begin_layout Standard
16631 When several consecutive operators have limits the typesetting of the limits
16632  looks often imperfect in the output, see this example:
16633 \begin_inset Formula 
16634 \[
16635 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16636 \]
16637
16638 \end_inset
16639
16640 To improve the typesetting set in the document settings under 
16641 \family sans
16642 Math
16643 \begin_inset space ~
16644 \end_inset
16645
16646 Options
16647 \family default
16648  for the package 
16649 \series bold
16650 mathtools
16651 \series default
16652
16653 \begin_inset Index idx
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 Packages ! mathtools
16658 \end_layout
16659
16660 \end_inset
16661
16662  the option 
16663 \family sans
16664 Load
16665 \begin_inset space ~
16666 \end_inset
16667
16668 always
16669 \family default
16670 .
16671  Then insert into your formula the command 
16672 \series bold
16673
16674 \backslash
16675 adjustlimits
16676 \series default
16677
16678 \begin_inset Index idx
16679 status collapsed
16680
16681 \begin_layout Plain Layout
16682 Commands ! A ! 
16683 \backslash
16684 adjustlimits
16685 \end_layout
16686
16687 \end_inset
16688
16689  directly before the first operator.
16690  The example will then look like this:
16691 \begin_inset Formula 
16692 \[
16693 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16694 \]
16695
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \begin_layout Standard
16702 \begin_inset VSpace bigskip
16703 \end_inset
16704
16705 How to use one limit for several operators is described in 
16706 \begin_inset CommandInset ref
16707 LatexCommand ref
16708 reference "subsec:Self-defined-Operators"
16709
16710 \end_inset
16711
16712 .
16713 \end_layout
16714
16715 \begin_layout Subsection
16716 Decoration for Operators
16717 \begin_inset Index idx
16718 status collapsed
16719
16720 \begin_layout Plain Layout
16721 Operators ! Decoration
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 With the commands 
16731 \series bold
16732
16733 \backslash
16734 overset
16735 \series default
16736
16737 \begin_inset Index idx
16738 status collapsed
16739
16740 \begin_layout Plain Layout
16741 Commands ! O ! 
16742 \backslash
16743 overset
16744 \end_layout
16745
16746 \end_inset
16747
16748  and 
16749 \series bold
16750
16751 \backslash
16752 underset
16753 \series default
16754
16755 \begin_inset Index idx
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759 Commands ! U ! 
16760 \backslash
16761 underset
16762 \end_layout
16763
16764 \end_inset
16765
16766  characters can be placed above or below an operator, respectively.
16767  With the command 
16768 \series bold
16769
16770 \backslash
16771 sideset
16772 \series default
16773
16774 \begin_inset Index idx
16775 status collapsed
16776
16777 \begin_layout Plain Layout
16778 Commands ! S ! 
16779 \backslash
16780 sideset
16781 \end_layout
16782
16783 \end_inset
16784
16785  characters can be set before and behind a big operator.
16786 \end_layout
16787
16788 \begin_layout Standard
16789 There are 4
16790 \begin_inset space ~
16791 \end_inset
16792
16793 variants of 
16794 \series bold
16795
16796 \backslash
16797 sideset
16798 \series default
16799 :
16800 \end_layout
16801
16802 \begin_layout Itemize
16803
16804 \series bold
16805
16806 \backslash
16807 sideset
16808 \series default
16809  is used to set characters at the corners of the operator
16810 \end_layout
16811
16812 \begin_layout Itemize
16813
16814 \series bold
16815
16816 \backslash
16817 sidesetn
16818 \series default
16819  is used to set characters before and/or behind the operator (this variant
16820  represents \SpecialChar LaTeX
16821 's original 
16822 \series bold
16823
16824 \backslash
16825 sideset
16826 \series default
16827  command)
16828 \end_layout
16829
16830 \begin_layout Itemize
16831
16832 \series bold
16833
16834 \backslash
16835 sidesetl
16836 \series default
16837  is used to set characters at the left corners and/or behind the operator
16838 \end_layout
16839
16840 \begin_layout Itemize
16841
16842 \series bold
16843
16844 \backslash
16845 sidesetr
16846 \series default
16847  is used to set characters at the right corners and/or before the operator
16848 \end_layout
16849
16850 \begin_layout Standard
16851 For example the command 
16852 \series bold
16853
16854 \backslash
16855 sidesetn
16856 \begin_inset space \textvisiblespace{}
16857 \end_inset
16858
16859
16860 \backslash
16861 sum
16862 \begin_inset space \textvisiblespace{}
16863 \end_inset
16864
16865
16866 \begin_inset Formula $\to$
16867 \end_inset
16868
16869 '
16870 \begin_inset Formula $\to$
16871 \end_inset
16872
16873 _k=1
16874 \begin_inset space \textvisiblespace{}
16875 \end_inset
16876
16877
16878 \series default
16879 ^
16880 \series bold
16881 n
16882 \series default
16883  produces:
16884 \begin_inset Formula 
16885 \[
16886 \sideset{}{'}\sum_{k=1}^{n}
16887 \]
16888
16889 \end_inset
16890
16891
16892 \end_layout
16893
16894 \begin_layout Standard
16895 \begin_inset Note Greyedout
16896 status open
16897
16898 \begin_layout Plain Layout
16899
16900 \series bold
16901 Note: 
16902 \backslash
16903 sideset
16904 \series default
16905  can only be used to decorate big operators, binary operators are not allowed.
16906 \end_layout
16907
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \begin_layout Standard
16914
16915 \series bold
16916
16917 \backslash
16918 overset
16919 \series default
16920  and 
16921 \series bold
16922
16923 \backslash
16924 underset
16925 \series default
16926  can also be used to decorate symbols and characters.
16927  For example, the command 
16928 \series bold
16929
16930 \backslash
16931 overset
16932 \begin_inset space \textvisiblespace{}
16933 \end_inset
16934
16935
16936 \backslash
16937 maltese
16938 \begin_inset space \textvisiblespace{}
16939 \end_inset
16940
16941
16942 \series default
16943
16944 \begin_inset Formula $\uparrow$
16945 \end_inset
16946
16947
16948 \series bold
16949 a
16950 \series default
16951  produces:
16952 \begin_inset Formula 
16953 \[
16954 \overset{a}{\maltese}
16955 \]
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Subsection
16963 Binary Operators
16964 \begin_inset CommandInset label
16965 LatexCommand label
16966 name "subsec:Binary-Operators"
16967
16968 \end_inset
16969
16970
16971 \begin_inset Index idx
16972 status collapsed
16973
16974 \begin_layout Plain Layout
16975 Operators ! binary
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 Binary operators are surrounded by space when there is a character before
16985  and after them.
16986 \begin_inset VSpace medskip
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \begin_layout Standard
16993 \begin_inset space \hfill{}
16994 \end_inset
16995
16996
16997 \begin_inset Tabular
16998 <lyxtabular version="3" rows="13" columns="2">
16999 <features tabularvalignment="middle">
17000 <column alignment="center" valignment="top" width="0pt">
17001 <column alignment="center" valignment="top" width="0pt">
17002 <row>
17003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 Command
17008 \begin_inset Note Note
17009 status collapsed
17010
17011 \begin_layout Plain Layout
17012
17013 \series bold
17014
17015 \backslash
17016 raisebox
17017 \series default
17018  is only used as spacer.
17019 \end_layout
17020
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 Result
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 +
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $+$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 <row>
17062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 -
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $-$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 pm
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\pm$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 mp
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\mp$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 <row>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139
17140 \backslash
17141 cdot
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150 \begin_inset Formula $\cdot$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 </row>
17159 <row>
17160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164
17165 \backslash
17166 times
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175 \begin_inset Formula $\times$
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189
17190 \backslash
17191 div
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 Formula $\div$
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 \begin_inset ERT
17215 status collapsed
17216
17217 \begin_layout Plain Layout
17218
17219
17220 \backslash
17221 raisebox{-1.2mm}{
17222 \end_layout
17223
17224 \end_inset
17225
17226 *
17227 \begin_inset ERT
17228 status collapsed
17229
17230 \begin_layout Plain Layout
17231
17232 }
17233 \end_layout
17234
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246 \begin_inset Formula $*$
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \backslash
17262 star
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271 \begin_inset Formula $\star$
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \backslash
17287 circ
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 \begin_inset Formula $\circ$
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 diamond
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 \begin_inset Formula $\diamond$
17322 \end_inset
17323
17324
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \backslash
17337 bullet
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Formula $\bullet$
17347 \end_inset
17348
17349
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 </lyxtabular>
17356
17357 \end_inset
17358
17359
17360 \begin_inset space \hfill{}
17361 \end_inset
17362
17363
17364 \begin_inset Tabular
17365 <lyxtabular version="3" rows="13" columns="2">
17366 <features tabularvalignment="middle">
17367 <column alignment="center" valignment="top" width="0pt">
17368 <column alignment="center" valignment="top" width="0pt">
17369 <row>
17370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 Command
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 Result
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \backslash
17396 nabla
17397 \end_layout
17398
17399 \end_inset
17400 </cell>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405 \begin_inset Formula $\nabla$
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 </row>
17414 <row>
17415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17416 \begin_inset Text
17417
17418 \begin_layout Plain Layout
17419
17420 \backslash
17421 bigtriangledown
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\bigtriangledown$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 bigtriangleup
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 \begin_inset Formula $\bigtriangleup$
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 </row>
17464 <row>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \backslash
17471 Box
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\Box$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494
17495 \backslash
17496 cap 
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\cap$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519
17520 \backslash
17521 cup
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 \begin_inset Formula $\cup$
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 </row>
17539 <row>
17540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544
17545 \backslash
17546 dagger
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\dagger$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 <row>
17565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17566 \begin_inset Text
17567
17568 \begin_layout Plain Layout
17569
17570 \backslash
17571 ddagger
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 \begin_inset Formula $\ddagger$
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594
17595 \backslash
17596 wr
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 Formula $\wr$
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 </row>
17614 <row>
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619
17620 \backslash
17621 bigcirc
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\bigcirc$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \backslash
17646 wedge
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 \begin_inset Formula $\wedge$
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \end_inset
17662 </cell>
17663 </row>
17664 <row>
17665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669
17670 \backslash
17671 vee
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Formula $\vee$
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687 </cell>
17688 </row>
17689 </lyxtabular>
17690
17691 \end_inset
17692
17693
17694 \begin_inset space \hfill{}
17695 \end_inset
17696
17697
17698 \begin_inset Tabular
17699 <lyxtabular version="3" rows="13" columns="2">
17700 <features tabularvalignment="middle">
17701 <column alignment="center" valignment="top" width="0pt">
17702 <column alignment="center" valignment="top" width="0pt">
17703 <row>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 Command
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 Result
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \backslash
17730 oplus
17731 \end_layout
17732
17733 \end_inset
17734 </cell>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739 \begin_inset Formula $\oplus$
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \backslash
17755 ominus
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 \begin_inset Formula $\ominus$
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 </row>
17773 <row>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \backslash
17780 otimes
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\otimes$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 <row>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803
17804 \backslash
17805 oslash
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 \begin_inset Formula $\oslash$
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 </row>
17823 <row>
17824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \backslash
17830 odot
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 \begin_inset Formula $\odot$
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 </row>
17848 <row>
17849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \backslash
17855 amalg
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Formula $\amalg$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 </row>
17873 <row>
17874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \backslash
17880 uplus
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 \begin_inset Formula $\uplus$
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 </row>
17898 <row>
17899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \backslash
17905 setminus
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 \begin_inset Formula $\setminus$
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 <row>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928
17929 \backslash
17930 sqcap
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 \begin_inset Formula $\sqcap$
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 </row>
17948 <row>
17949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953
17954 \backslash
17955 sqcup
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 \begin_inset Formula $\sqcup$
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 </row>
17973 <row>
17974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \backslash
17980 triangleleft
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 \begin_inset Formula $\triangleleft$
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \backslash
18005 triangleright
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 \begin_inset Formula $\triangleright$
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 </row>
18023 </lyxtabular>
18024
18025 \end_inset
18026
18027
18028 \begin_inset space \hfill{}
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 All binary operators can also be inserted via the math toolbar button 
18036 \begin_inset Info
18037 type  "icon"
18038 arg   "math-insert \\pm"
18039 \end_inset
18040
18041 .
18042 \end_layout
18043
18044 \begin_layout Standard
18045 To typeset the Laplace operator also 
18046 \series bold
18047
18048 \backslash
18049 Delta
18050 \series default
18051  or 
18052 \series bold
18053
18054 \backslash
18055 nabla
18056 \series default
18057 ^
18058 \series bold
18059 2
18060 \series default
18061  (
18062 \begin_inset Formula $\nabla^{2}$
18063 \end_inset
18064
18065 ) can be used instead of 
18066 \series bold
18067
18068 \backslash
18069 bigtriangleup
18070 \series default
18071  .
18072 \end_layout
18073
18074 \begin_layout Standard
18075 The character 
18076 \family sans
18077 Menu Separator
18078 \family default
18079  from the menu 
18080 \family sans
18081 Insert\SpecialChar menuseparator
18082 Special Character
18083 \family default
18084  is the operator 
18085 \series bold
18086
18087 \backslash
18088 triangleright
18089 \series default
18090 .
18091 \end_layout
18092
18093 \begin_layout Subsection
18094 Self-defined Operators
18095 \begin_inset CommandInset label
18096 LatexCommand label
18097 name "subsec:Self-defined-Operators"
18098
18099 \end_inset
18100
18101
18102 \begin_inset Index idx
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106 Operators ! self-defined
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 With the help of the command 
18116 \series bold
18117
18118 \backslash
18119 DeclareMathOperator
18120 \series default
18121
18122 \begin_inset Index idx
18123 status collapsed
18124
18125 \begin_layout Plain Layout
18126 Commands ! D ! 
18127 \backslash
18128 dbinom@
18129 \backslash
18130 DeclareMathOperator
18131 \end_layout
18132
18133 \end_inset
18134
18135  custom operators can be defined in the \SpecialChar LaTeX
18136 -preamble.
18137  Its command scheme is:
18138 \end_layout
18139
18140 \begin_layout Standard
18141
18142 \series bold
18143
18144 \backslash
18145 DeclareMathOperator{new command}{display}
18146 \end_layout
18147
18148 \begin_layout Standard
18149 Display can be characters or symbols that define how the operator looks
18150  in the output.
18151  To define a big operator a * is set behind the command.
18152  All self-defined big operators can have limits as described in 
18153 \begin_inset CommandInset ref
18154 LatexCommand ref
18155 reference "subsec:Operator-Limits"
18156
18157 \end_inset
18158
18159 .
18160 \end_layout
18161
18162 \begin_layout Standard
18163 For example the \SpecialChar LaTeX
18164 -preamble line
18165 \end_layout
18166
18167 \begin_layout Standard
18168
18169 \series bold
18170
18171 \backslash
18172 DeclareMathOperator*{
18173 \backslash
18174 Lozenge}{
18175 \backslash
18176 blacklozenge}
18177 \end_layout
18178
18179 \begin_layout Standard
18180 defines the command 
18181 \series bold
18182
18183 \backslash
18184 Lozenge
18185 \series default
18186 , that inserts a big operator consisting of the lozenge symbol from 
18187 \begin_inset CommandInset ref
18188 LatexCommand ref
18189 reference "subsec:Miscellaneous-Symbols"
18190
18191 \end_inset
18192
18193 :
18194 \begin_inset Formula 
18195 \[
18196 \Lozenge_{n=1}^{\infty}
18197 \]
18198
18199 \end_inset
18200
18201 The command for this formula is: 
18202 \series bold
18203
18204 \backslash
18205 Lozenge
18206 \series default
18207 ^
18208 \series bold
18209
18210 \backslash
18211 infty
18212 \begin_inset Formula $\to$
18213 \end_inset
18214
18215 _n=1
18216 \end_layout
18217
18218 \begin_layout Standard
18219 \begin_inset VSpace bigskip
18220 \end_inset
18221
18222 When self-defined operators are not used several times in the document,
18223  they can also be defined with the commands 
18224 \series bold
18225
18226 \backslash
18227 mathop
18228 \series default
18229
18230 \begin_inset Index idx
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234 Commands ! M ! 
18235 \backslash
18236 mathop
18237 \end_layout
18238
18239 \end_inset
18240
18241  and 
18242 \series bold
18243
18244 \backslash
18245 mathbin
18246 \series default
18247
18248 \begin_inset Index idx
18249 status collapsed
18250
18251 \begin_layout Plain Layout
18252 Commands ! M ! 
18253 \backslash
18254 mathbin
18255 \end_layout
18256
18257 \end_inset
18258
18259 , which have the following scheme:
18260 \end_layout
18261
18262 \begin_layout Standard
18263
18264 \series bold
18265
18266 \backslash
18267 mathop{display}
18268 \series default
18269  and 
18270 \series bold
18271
18272 \backslash
18273 mathbin{display}
18274 \end_layout
18275
18276 \begin_layout Standard
18277
18278 \series bold
18279
18280 \backslash
18281 mathop
18282 \series default
18283  defines big operators, 
18284 \series bold
18285
18286 \backslash
18287 mathbin
18288 \series default
18289  binary operators.
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 mathop
18298 \series default
18299  can e.
18300 \begin_inset space \thinspace{}
18301 \end_inset
18302
18303 g.
18304 \begin_inset space \space{}
18305 \end_inset
18306
18307 be used to use one limit for several operators:
18308 \end_layout
18309
18310 \begin_layout Standard
18311 \begin_inset Formula 
18312 \[
18313 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18314 \]
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \begin_layout Standard
18322 The command for the formula above is:
18323 \begin_inset Newline newline
18324 \end_inset
18325
18326
18327 \series bold
18328
18329 \backslash
18330 mathop{
18331 \backslash
18332 sum
18333 \backslash
18334 negmedspace
18335 \backslash
18336 sum
18337 \series default
18338
18339 \begin_inset space \textvisiblespace{}
18340 \end_inset
18341
18342
18343 \series bold
18344
18345 \begin_inset Formula $\to$
18346 \end_inset
18347
18348 ^N
18349 \series default
18350
18351 \begin_inset space \textvisiblespace{}
18352 \end_inset
18353
18354
18355 \series bold
18356 _i,j=1
18357 \end_layout
18358
18359 \begin_layout Section
18360 Fonts
18361 \begin_inset Index idx
18362 status collapsed
18363
18364 \begin_layout Plain Layout
18365 Fonts
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Subsection
18374 Font Styles
18375 \begin_inset CommandInset label
18376 LatexCommand label
18377 name "subsec:Font-Styles"
18378
18379 \end_inset
18380
18381
18382 \begin_inset Index idx
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386 Font ! style
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 Latin letters in formulas can be set in one of the following font styles:
18396 \end_layout
18397
18398 \begin_layout Standard
18399 \align center
18400 \begin_inset space \hfill{}
18401 \end_inset
18402
18403
18404 \begin_inset Tabular
18405 <lyxtabular version="3" rows="6" columns="2">
18406 <features tabularvalignment="middle">
18407 <column alignment="center" valignment="top">
18408 <column alignment="center" valignment="top">
18409 <row>
18410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 Command
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 Result
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434
18435 \backslash
18436 mathbb
18437 \series bold
18438
18439 \begin_inset space \textvisiblespace{}
18440 \end_inset
18441
18442
18443 \series default
18444 ABC
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 \begin_inset Formula $\mathbb{ABC}$
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \backslash
18469 mathbf
18470 \series bold
18471
18472 \begin_inset space \textvisiblespace{}
18473 \end_inset
18474
18475
18476 \series default
18477 AbC
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Formula $\mathbf{AbC}$
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 </row>
18495 <row>
18496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \backslash
18502 boldsymbol
18503 \series bold
18504
18505 \begin_inset space \textvisiblespace{}
18506 \end_inset
18507
18508
18509 \series default
18510 AbC
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 \begin_inset Formula $\boldsymbol{AbC}$
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \backslash
18535 mathcal
18536 \series bold
18537
18538 \begin_inset space \textvisiblespace{}
18539 \end_inset
18540
18541
18542 \series default
18543 ABC
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 \begin_inset Formula $\mathcal{ABC}$
18553 \end_inset
18554
18555
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 <row>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \backslash
18568 mathfrak
18569 \series bold
18570
18571 \begin_inset space \textvisiblespace{}
18572 \end_inset
18573
18574
18575 \series default
18576 AbC
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 \begin_inset Formula $\mathfrak{AbC}$
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 </lyxtabular>
18595
18596 \end_inset
18597
18598
18599 \begin_inset space \hfill{}
18600 \end_inset
18601
18602
18603 \begin_inset Tabular
18604 <lyxtabular version="3" rows="6" columns="2">
18605 <features tabularvalignment="middle">
18606 <column alignment="center" valignment="top">
18607 <column alignment="center" valignment="top">
18608 <row>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 Command
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 Result
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \backslash
18635 mathit
18636 \series bold
18637
18638 \begin_inset space \textvisiblespace{}
18639 \end_inset
18640
18641
18642 \series default
18643 AbC
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 \begin_inset Formula $\mathit{AbC}$
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 </row>
18661 <row>
18662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666
18667 \backslash
18668 mathrm
18669 \series bold
18670
18671 \begin_inset space \textvisiblespace{}
18672 \end_inset
18673
18674
18675 \series default
18676 AbC
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 \begin_inset Formula $\mathrm{AbC}$
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 </row>
18694 <row>
18695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \backslash
18701 mathsf
18702 \series bold
18703
18704 \begin_inset space \textvisiblespace{}
18705 \end_inset
18706
18707
18708 \series default
18709 AbC
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718 \begin_inset Formula $\mathsf{AbC}$
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \backslash
18734 mathtt
18735 \series bold
18736
18737 \begin_inset space \textvisiblespace{}
18738 \end_inset
18739
18740
18741 \series default
18742 AbC
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 \begin_inset Formula $\mathtt{AbC}$
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 </row>
18760 <row>
18761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765
18766 \backslash
18767 mathscr
18768 \series bold
18769
18770 \begin_inset space \textvisiblespace{}
18771 \end_inset
18772
18773
18774 \series default
18775 ABC
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 \begin_inset Formula $\mathscr{ABC}$
18785 \end_inset
18786
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 </lyxtabular>
18794
18795 \end_inset
18796
18797
18798 \begin_inset space \hfill{}
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Standard
18805 \begin_inset Note Greyedout
18806 status open
18807
18808 \begin_layout Plain Layout
18809
18810 \series bold
18811 Note:
18812 \series default
18813  The styles 
18814 \series bold
18815
18816 \backslash
18817 mathbb
18818 \series default
18819
18820 \series bold
18821
18822 \backslash
18823 mathcal
18824 \series default
18825  and 
18826 \series bold
18827
18828 \backslash
18829 mathscr
18830 \series default
18831  can only be used for big letters.
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Predefined is the style 
18841 \series bold
18842
18843 \backslash
18844 mathnormal
18845 \series default
18846 .
18847 \end_layout
18848
18849 \begin_layout Standard
18850 The style commands work also for letters in mathematical constructs:
18851 \begin_inset Formula 
18852 \[
18853 \mathfrak{A=\frac{b}{C}}
18854 \]
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 Characters in mathematical text don't appear in a math font style but in
18863  the text font style 
18864 \series bold
18865
18866 \backslash
18867 textrm
18868 \series default
18869 .
18870  That their style can't be set correctly via the text style dialog is a
18871  bug in \SpecialChar LyX
18872 .
18873 \begin_inset Foot
18874 status collapsed
18875
18876 \begin_layout Plain Layout
18877 \begin_inset CommandInset href
18878 LatexCommand href
18879 name "LyX-bug #4629"
18880 target "http://www.lyx.org/trac/ticket/4629"
18881
18882 \end_inset
18883
18884
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Instead of the style commands the dialog 
18894 \family sans
18895 Edit\SpecialChar menuseparator
18896 Math\SpecialChar menuseparator
18897 Text Style
18898 \family default
18899  or the toolbar button 
18900 \begin_inset Info
18901 type  "icon"
18902 arg   "math-insert \\font"
18903 \end_inset
18904
18905  can be used.
18906 \end_layout
18907
18908 \begin_layout Subsection
18909 Bold Formulas
18910 \begin_inset CommandInset label
18911 LatexCommand label
18912 name "subsec:Bold-Formulas"
18913
18914 \end_inset
18915
18916
18917 \begin_inset Index idx
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921 Formula ! bold
18922 \end_layout
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \begin_layout Standard
18930 To make a complete formula bold, the command 
18931 \series bold
18932
18933 \backslash
18934 mathbf
18935 \series default
18936  from the previous subsection cannot be used, because it doesn't work for
18937  small Greek letters.
18938  Furthermore it prints Latin letters always upright, like in the following
18939  equation:
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset Formula 
18944 \[
18945 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18946 \]
18947
18948 \end_inset
18949
18950
18951 \end_layout
18952
18953 \begin_layout Standard
18954 To display the formula correctly, the command 
18955 \series bold
18956
18957 \backslash
18958 boldsymbol
18959 \series default
18960  is used:
18961 \begin_inset Formula 
18962 \[
18963 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18964 \]
18965
18966 \end_inset
18967
18968 It is also possible to set the formula in a 
18969 \series bold
18970 boldmath environment
18971 \series default
18972 .
18973  This environment is created by inserting the command 
18974 \series bold
18975
18976 \backslash
18977 boldmath
18978 \series default
18979
18980 \begin_inset Index idx
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 Commands ! B ! 
18985 \backslash
18986 boldmath
18987 \end_layout
18988
18989 \end_inset
18990
18991  in \SpecialChar TeX
18992  mode.
18993  To end the environment, the command 
18994 \series bold
18995
18996 \backslash
18997 unboldmath
18998 \series default
18999
19000 \begin_inset Index idx
19001 status collapsed
19002
19003 \begin_layout Plain Layout
19004 Commands ! U ! 
19005 \backslash
19006 unboldmath
19007 \end_layout
19008
19009 \end_inset
19010
19011  is inserted in \SpecialChar TeX
19012  mode.
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 boldmath 
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \begin_inset Formula 
19027 \[
19028 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19029 \]
19030
19031 \end_inset
19032
19033
19034 \begin_inset ERT
19035 status collapsed
19036
19037 \begin_layout Plain Layout
19038
19039
19040 \backslash
19041 unboldmath 
19042 \end_layout
19043
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \begin_layout Subsection
19050 Colored Formulas
19051 \begin_inset Index idx
19052 status collapsed
19053
19054 \begin_layout Plain Layout
19055 Formula ! colored
19056 \end_layout
19057
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \begin_layout Standard
19064 Formulas can be colored like normal text: Highlight a formula or a formula
19065  part and use the 
19066 \family sans
19067 Text Style
19068 \family default
19069  dialog.
19070  Here is a formula in magenta:
19071 \begin_inset Formula 
19072 \[
19073 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19074 \]
19075
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \begin_layout Standard
19082 You can also define your own colors as described in 
19083 \begin_inset CommandInset ref
19084 LatexCommand ref
19085 reference "subsec:Colored-Boxes"
19086
19087 \end_inset
19088
19089 .
19090  They can be used with the \SpecialChar TeX
19091  code command 
19092 \series bold
19093
19094 \backslash
19095 textcolor
19096 \series default
19097
19098 \begin_inset Index idx
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102 Commands ! T ! 
19103 \backslash
19104 textcolor
19105 \end_layout
19106
19107 \end_inset
19108
19109  in the scheme
19110 \end_layout
19111
19112 \begin_layout Standard
19113
19114 \series bold
19115
19116 \backslash
19117 textcolor{color}{characters or formula}
19118 \end_layout
19119
19120 \begin_layout Standard
19121 The following example was colored completely dark green and partly red:
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \begin_inset ERT
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129
19130
19131 \backslash
19132 textcolor{darkgreen}{
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \begin_inset Formula 
19139 \[
19140 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19141 \]
19142
19143 \end_inset
19144
19145
19146 \begin_inset ERT
19147 status collapsed
19148
19149 \begin_layout Plain Layout
19150
19151 }
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 Due to a bug in \SpecialChar LyX
19161  only complete formulas can be colored with self-defined
19162  colors.
19163 \begin_inset Foot
19164 status collapsed
19165
19166 \begin_layout Plain Layout
19167 \begin_inset CommandInset href
19168 LatexCommand href
19169 name "LyX-bug #5269"
19170 target "http://www.lyx.org/trac/ticket/5269"
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Subsection
19183 Font Sizes
19184 \begin_inset CommandInset label
19185 LatexCommand label
19186 name "subsec:Font-Sizes"
19187
19188 \end_inset
19189
19190
19191 \begin_inset Index idx
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195 Font ! size
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 For characters in formulas there are, analog to characters in text, the
19205  following size commands:
19206 \end_layout
19207
19208 \begin_layout Standard
19209
19210 \series bold
19211
19212 \backslash
19213 Huge
19214 \series default
19215
19216 \series bold
19217
19218 \backslash
19219 huge
19220 \series default
19221
19222 \series bold
19223
19224 \backslash
19225 LARGE
19226 \series default
19227
19228 \series bold
19229
19230 \backslash
19231 Large
19232 \series default
19233
19234 \series bold
19235
19236 \backslash
19237 large
19238 \series default
19239
19240 \series bold
19241
19242 \backslash
19243 normalsize
19244 \series default
19245
19246 \series bold
19247
19248 \backslash
19249 small
19250 \series default
19251 ,
19252 \begin_inset Newline newline
19253 \end_inset
19254
19255
19256 \series bold
19257
19258 \backslash
19259 footnotesize
19260 \series default
19261
19262 \series bold
19263
19264 \backslash
19265 scriptsize
19266 \series default
19267  and 
19268 \series bold
19269
19270 \backslash
19271 tiny
19272 \end_layout
19273
19274 \begin_layout Standard
19275 The size produced by the commands depends on the document font size, which
19276  corresponds to the command 
19277 \series bold
19278
19279 \backslash
19280 normalsize
19281 \series default
19282 .
19283  The other commands produce smaller or larger sizes than 
19284 \series bold
19285
19286 \backslash
19287 normalsize
19288 \series default
19289 .
19290  The font size can however not exceed a certain value.
19291  Is for example the document font size 12
19292 \begin_inset space \thinspace{}
19293 \end_inset
19294
19295 pt, the command 
19296 \series bold
19297
19298 \backslash
19299 Huge
19300 \series default
19301  switches to the same size as 
19302 \series bold
19303
19304 \backslash
19305 huge
19306 \series default
19307 .
19308  
19309 \end_layout
19310
19311 \begin_layout Standard
19312 A size command is inserted in \SpecialChar TeX
19313  mode before the formula and sets the size
19314  for all following formula and text characters.
19315  To switch back to the initial size, the command 
19316 \series bold
19317
19318 \backslash
19319 normalsize
19320 \series default
19321  is inserted behind the formula in \SpecialChar TeX
19322  mode.
19323 \end_layout
19324
19325 \begin_layout Standard
19326 Within a formula the size can be changed using the following size commands
19327  or the toolbar button 
19328 \begin_inset Info
19329 type  "icon"
19330 arg   "math-insert \\style"
19331 \end_inset
19332
19333 :
19334 \begin_inset Separator parbreak
19335 \end_inset
19336
19337
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \noindent
19342 \align center
19343 \begin_inset Tabular
19344 <lyxtabular version="3" rows="5" columns="2">
19345 <features tabularvalignment="middle">
19346 <column alignment="center" valignment="top">
19347 <column alignment="center" valignment="top">
19348 <row>
19349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 Command
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 Result
19363 \begin_inset Note Note
19364 status collapsed
19365
19366 \begin_layout Plain Layout
19367
19368 \series bold
19369
19370 \backslash
19371 raisebox
19372 \series default
19373  is only used as spacer.
19374 \end_layout
19375
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \backslash
19391 displaystyle
19392 \begin_inset Index idx
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396 Commands ! D ! 
19397 \backslash
19398 displaystyle
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 </row>
19421 <row>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426
19427 \backslash
19428 textstyle
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19438 \end_inset
19439
19440
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \backslash
19453 scriptstyle
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 </row>
19471 <row>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476
19477 \backslash
19478 scriptscriptstyle
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 </row>
19496 </lyxtabular>
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 After entering these commands, a blue box appears in which the formula parts
19505  are inserted.
19506 \end_layout
19507
19508 \begin_layout Standard
19509 There is a further method to change the font size, that though only works
19510  for symbols or letters in mathematical text.
19511  To use it, one of the above text size commands is inserted in mathematical
19512  text.
19513  All following characters until the end of the mathematical text or until
19514  another size command will have the selected size.
19515  Two examples:
19516 \begin_inset VSpace -2mm
19517 \end_inset
19518
19519
19520 \end_layout
19521
19522 \begin_layout Standard
19523 \begin_inset ERT
19524 status collapsed
19525
19526 \begin_layout Plain Layout
19527
19528
19529 \backslash
19530 huge 
19531 \end_layout
19532
19533 \end_inset
19534
19535
19536 \begin_inset Formula 
19537 \[
19538 A=\frac{B}{c}\cdot\maltese
19539 \]
19540
19541 \end_inset
19542
19543
19544 \begin_inset Formula 
19545 \[
19546 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19547 \]
19548
19549 \end_inset
19550
19551
19552 \begin_inset ERT
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 normalsize 
19560 \end_layout
19561
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \begin_layout Standard
19568 \begin_inset VSpace medskip
19569 \end_inset
19570
19571 Before both formulas the command 
19572 \series bold
19573
19574 \backslash
19575 huge
19576 \series default
19577  was inserted.
19578  The command for the second formula is:
19579 \begin_inset Newline newline
19580 \end_inset
19581
19582
19583 \series bold
19584
19585 \backslash
19586 maltese
19587 \begin_inset space \textvisiblespace{}
19588 \end_inset
19589
19590 A Alt+M M 
19591 \backslash
19592 Large
19593 \begin_inset space \textvisiblespace{}
19594 \end_inset
19595
19596
19597 \backslash
19598 maltese
19599 \begin_inset space \textvisiblespace{}
19600 \end_inset
19601
19602
19603 \backslash
19604 textit
19605 \begin_inset space \textvisiblespace{}
19606 \end_inset
19607
19608 A
19609 \begin_inset Formula $\to$
19610 \end_inset
19611
19612
19613 \begin_inset Formula $\to$
19614 \end_inset
19615
19616
19617 \begin_inset Newline newline
19618 \end_inset
19619
19620
19621 \begin_inset space \hspace*{}
19622 \length 1cm
19623 \end_inset
19624
19625 Alt+M
19626 \series default
19627  
19628 \series bold
19629
19630 \backslash
19631 tiny
19632 \begin_inset space \textvisiblespace{}
19633 \end_inset
19634
19635
19636 \backslash
19637 maltese
19638 \begin_inset space \textvisiblespace{}
19639 \end_inset
19640
19641
19642 \backslash
19643 textit
19644 \begin_inset space \textvisiblespace{}
19645 \end_inset
19646
19647 A
19648 \end_layout
19649
19650 \begin_layout Standard
19651 If a symbol cannot be displayed in different sizes, it will always be displayed
19652  in the default size.
19653 \end_layout
19654
19655 \begin_layout Section
19656 Greek Letters
19657 \begin_inset Index idx
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661 Greek letters
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \begin_layout Standard
19670 Greek letters can also be inserted via the toolbar button 
19671 \begin_inset Info
19672 type  "icon"
19673 arg   "math-insert \\alpha"
19674 \end_inset
19675
19676 .
19677  All international typesetting norms purport that Greek letters in math
19678  have to be typeset italic/slanted.
19679  In some languages, like French or Russian, they are nevertheless sometimes
19680  typeset upright.
19681 \end_layout
19682
19683 \begin_layout Subsection
19684 Small Letters
19685 \begin_inset Index idx
19686 status collapsed
19687
19688 \begin_layout Plain Layout
19689 Greek letters ! small
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \begin_layout Standard
19698 \begin_inset space \hfill{}
19699 \end_inset
19700
19701
19702 \begin_inset Tabular
19703 <lyxtabular version="3" rows="11" columns="2">
19704 <features tabularvalignment="middle">
19705 <column alignment="center" valignment="top" width="0pt">
19706 <column alignment="center" valignment="top" width="0pt">
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 Command
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 Result
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 <row>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \backslash
19734 alpha
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 \begin_inset Formula $\alpha$
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 beta
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\beta$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 gamma
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\gamma$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 delta
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\delta$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 epsilon
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\epsilon$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 varepsilon
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\varepsilon$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 zeta
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\zeta$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 eta
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\eta$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 theta
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\theta$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 <row>
19953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 vartheta
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968 \begin_inset Formula $\vartheta$
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 </row>
19977 </lyxtabular>
19978
19979 \end_inset
19980
19981
19982 \begin_inset space \hfill{}
19983 \end_inset
19984
19985
19986 \begin_inset Tabular
19987 <lyxtabular version="3" rows="12" columns="2">
19988 <features tabularvalignment="middle">
19989 <column alignment="center" valignment="top" width="0pt">
19990 <column alignment="center" valignment="top" width="0pt">
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 Command
19997 \end_layout
19998
19999 \end_inset
20000 </cell>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 Result
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \backslash
20018 iota
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset Formula $\iota$
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 kappa
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\kappa$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 varkappa
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\varkappa$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 lambda
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\lambda$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 mu
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\mu$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 nu
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\nu$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 xi
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\xi$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 o
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $o$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 <row>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214
20215 \backslash
20216 pi
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $\pi$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 varpi
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\varpi$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 rho
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $\rho$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 </lyxtabular>
20285
20286 \end_inset
20287
20288
20289 \begin_inset space \hfill{}
20290 \end_inset
20291
20292
20293 \begin_inset Tabular
20294 <lyxtabular version="3" rows="11" columns="2">
20295 <features tabularvalignment="middle">
20296 <column alignment="center" valignment="top" width="0pt">
20297 <column alignment="center" valignment="top" width="0pt">
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 Command
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 Result
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 varrho
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\varrho$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 sigma
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\sigma$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 varsigma
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\varsigma$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 tau
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\tau$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 upsilon
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\upsilon$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 phi
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\phi$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 varphi
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\varphi$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 chi
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\chi$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \backslash
20525 psi
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\psi$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 omega
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\omega$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 </lyxtabular>
20569
20570 \end_inset
20571
20572
20573 \begin_inset space \hfill{}
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Standard
20580 \begin_inset VSpace medskip
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 How to create special upright Greek letters is explained in 
20588 \begin_inset CommandInset ref
20589 LatexCommand ref
20590 reference "subsec:Upright-small-Greek"
20591
20592 \end_inset
20593
20594 .
20595 \end_layout
20596
20597 \begin_layout Subsection
20598 Big Letters
20599 \begin_inset Index idx
20600 status collapsed
20601
20602 \begin_layout Plain Layout
20603 Greek letters ! big
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 \begin_inset space \hfill{}
20613 \end_inset
20614
20615
20616 \begin_inset Tabular
20617 <lyxtabular version="3" rows="7" columns="2">
20618 <features tabularvalignment="middle">
20619 <column alignment="center" valignment="top" width="0pt">
20620 <column alignment="center" valignment="top" width="0pt">
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 Command
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 Result
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 Gamma
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\Gamma$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 Delta
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\Delta$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 Theta
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\Theta$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 <row>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \backslash
20723 Lambda
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732 \begin_inset Formula $\Lambda$
20733 \end_inset
20734
20735
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 </row>
20741 <row>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746
20747 \backslash
20748 Xi
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Formula $\Xi$
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \end_inset
20764 </cell>
20765 </row>
20766 <row>
20767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771
20772 \backslash
20773 Pi
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782 \begin_inset Formula $\Pi$
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \end_inset
20789 </cell>
20790 </row>
20791 </lyxtabular>
20792
20793 \end_inset
20794
20795
20796 \begin_inset space \hfill{}
20797 \end_inset
20798
20799
20800 \begin_inset Tabular
20801 <lyxtabular version="3" rows="6" columns="2">
20802 <features tabularvalignment="middle">
20803 <column alignment="center" valignment="top" width="0pt">
20804 <column alignment="center" valignment="top" width="0pt">
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 Command
20811 \end_layout
20812
20813 \end_inset
20814 </cell>
20815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819 Result
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 </row>
20825 <row>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830
20831 \backslash
20832 Sigma
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 \begin_inset Formula $\Sigma$
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 </row>
20850 <row>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855
20856 \backslash
20857 Upsilon
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 \begin_inset Formula $\Upsilon$
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \backslash
20882 Phi
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 \begin_inset Formula $\Phi$
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 </row>
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \backslash
20907 Psi
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\Psi$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 Omega
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 \begin_inset Formula $\Omega$
20942 \end_inset
20943
20944
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 </row>
20950 </lyxtabular>
20951
20952 \end_inset
20953
20954
20955 \begin_inset space \hfill{}
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Standard
20962 \begin_inset VSpace medskip
20963 \end_inset
20964
20965 That the big Greek letters appear upright is caused by a design bug when
20966  \SpecialChar TeX
20967  was developed.
20968  To get correct italic big letters, begin every command with 
20969 \series bold
20970 var
20971 \series default
20972 .
20973  For example the command 
20974 \series bold
20975
20976 \backslash
20977 varGamma
20978 \series default
20979  produces 
20980 \begin_inset Formula $\varGamma$
20981 \end_inset
20982
20983 .
20984  Another way is to load the package 
20985 \series bold
20986 fixmath
20987 \series default
20988
20989 \begin_inset Foot
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993
20994 \series bold
20995 fixmath
20996 \series default
20997  is part of the \SpecialChar LaTeX
20998 -package 
20999 \series bold
21000 was
21001 \series default
21002
21003 \begin_inset Index idx
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 Packages ! was
21008 \begin_inset ERT
21009 status collapsed
21010
21011 \begin_layout Plain Layout
21012
21013
21014 \backslash
21015 vspace{4mm}
21016 \end_layout
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \end_inset
21024
21025 .
21026 \end_layout
21027
21028 \end_inset
21029
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 Packages ! fixmath
21036 \end_layout
21037
21038 \end_inset
21039
21040  with the \SpecialChar LaTeX
21041 -preamble line
21042 \end_layout
21043
21044 \begin_layout Standard
21045
21046 \series bold
21047
21048 \backslash
21049 usepackage{fixmath}
21050 \end_layout
21051
21052 \begin_layout Standard
21053 Then all big Greek letters in a document will automatically be typeset italic.
21054 \end_layout
21055
21056 \begin_layout Subsection
21057 Bold Letters
21058 \begin_inset Index idx
21059 status collapsed
21060
21061 \begin_layout Plain Layout
21062 Greek letters ! bold
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Greek letters cannot be set with different font styles like Latin letters.
21072  They can only be made bold with the command 
21073 \series bold
21074
21075 \backslash
21076 boldsymbol
21077 \series default
21078
21079 \begin_inset Index idx
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 Commands ! B ! 
21084 \backslash
21085 boldsymbol
21086 \end_layout
21087
21088 \end_inset
21089
21090 .
21091 \begin_inset Separator parbreak
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098 \align center
21099 \begin_inset Tabular
21100 <lyxtabular version="3" rows="3" columns="2">
21101 <features tabularvalignment="middle">
21102 <column alignment="center" valignment="top">
21103 <column alignment="center" valignment="top">
21104 <row>
21105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 Command
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 Result
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 </row>
21124 <row>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129
21130 \backslash
21131 Upsilon
21132 \backslash
21133 boldsymbol
21134 \backslash
21135 Upsilon
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21145 \end_inset
21146
21147
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 </row>
21153 <row>
21154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158
21159 \backslash
21160 theta
21161 \backslash
21162 boldsymbol
21163 \backslash
21164 theta
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173 \begin_inset Formula $\theta\boldsymbol{\theta}$
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \end_inset
21180 </cell>
21181 </row>
21182 </lyxtabular>
21183
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \begin_layout Section
21190 Symbols
21191 \begin_inset ERT
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195
21196
21197 \backslash
21198 texorpdfstring{
21199 \end_layout
21200
21201 \end_inset
21202
21203
21204 \begin_inset Foot
21205 status collapsed
21206
21207 \begin_layout Plain Layout
21208 A list with all symbols of most of the \SpecialChar LaTeX
21209 -packages can be found in 
21210 \begin_inset CommandInset citation
21211 LatexCommand cite
21212 key "Symbols"
21213
21214 \end_inset
21215
21216 .
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \begin_inset ERT
21223 status collapsed
21224
21225 \begin_layout Plain Layout
21226
21227 }{}
21228 \end_layout
21229
21230 \end_inset
21231
21232
21233 \begin_inset Note Note
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237
21238 \backslash
21239 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21240 \end_layout
21241
21242 \begin_layout Plain Layout
21243 More about 
21244 \backslash
21245 texorpdfstring is in section 
21246 \begin_inset CommandInset ref
21247 LatexCommand ref
21248 reference "subsec:Formulas-in-Section"
21249
21250 \end_inset
21251
21252 .
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \begin_inset Index idx
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Symbols
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Standard
21271 Many of the symbols listed in this section can also be inserted via the
21272  toolbar buttons 
21273 \begin_inset Info
21274 type  "icon"
21275 arg   "math-insert \\nabla"
21276 \end_inset
21277
21278  and 
21279 \begin_inset Info
21280 type  "icon"
21281 arg   "math-insert \\digamma"
21282 \end_inset
21283
21284 .
21285 \end_layout
21286
21287 \begin_layout Subsection
21288 Mathematical Symbols
21289 \begin_inset CommandInset label
21290 LatexCommand label
21291 name "subsec:Mathematical-Symbols"
21292
21293 \end_inset
21294
21295
21296 \begin_inset Index idx
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300 Symbols ! mathematical
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \begin_layout Standard
21309 \begin_inset space \hfill{}
21310 \end_inset
21311
21312
21313 \begin_inset Tabular
21314 <lyxtabular version="3" rows="10" columns="2">
21315 <features tabularvalignment="middle">
21316 <column alignment="center" valignment="top" width="0pt">
21317 <column alignment="center" valignment="top" width="0pt">
21318 <row>
21319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21320 \begin_inset Text
21321
21322 \begin_layout Plain Layout
21323 Command
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 Result
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 </row>
21338 <row>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343
21344 \backslash
21345 neg
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $\neg$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 <row>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368
21369 \backslash
21370 Im
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21376 \begin_inset Text
21377
21378 \begin_layout Plain Layout
21379 \begin_inset Formula $\Im$
21380 \end_inset
21381
21382
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 </row>
21388 <row>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393
21394 \backslash
21395 Re
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $\Re$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 </row>
21413 <row>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418
21419 \backslash
21420 aleph
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 \begin_inset Formula $\aleph$
21430 \end_inset
21431
21432
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 </row>
21438 <row>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443
21444 \backslash
21445 partial
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 \begin_inset Formula $\partial$
21455 \end_inset
21456
21457
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 </row>
21463 <row>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468
21469 \backslash
21470 infty
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Formula $\infty$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 </row>
21488 <row>
21489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493
21494 \backslash
21495 wp
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 \begin_inset Formula $\wp$
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 </row>
21513 <row>
21514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518
21519 \backslash
21520 imath
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset Formula $\imath$
21530 \end_inset
21531
21532
21533 \end_layout
21534
21535 \end_inset
21536 </cell>
21537 </row>
21538 <row>
21539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543
21544 \backslash
21545 jmath
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\jmath$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 </row>
21563 </lyxtabular>
21564
21565 \end_inset
21566
21567
21568 \begin_inset space \hfill{}
21569 \end_inset
21570
21571
21572 \begin_inset Tabular
21573 <lyxtabular version="3" rows="10" columns="2">
21574 <features tabularvalignment="middle">
21575 <column alignment="center" valignment="top" width="0pt">
21576 <column alignment="center" valignment="top" width="0pt">
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 Command
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21588 \begin_inset Text
21589
21590 \begin_layout Plain Layout
21591 Result
21592 \begin_inset Note Note
21593 status collapsed
21594
21595 \begin_layout Plain Layout
21596
21597 \series bold
21598
21599 \backslash
21600 raisebox
21601 \series default
21602  is only used as spacer.
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611 </cell>
21612 </row>
21613 <row>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618
21619 \backslash
21620 forall
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Formula $\forall$
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 </row>
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643
21644 \backslash
21645 exists
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\exists$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668
21669 \backslash
21670 nexists
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679 \begin_inset Formula $\nexists$
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693
21694 \backslash
21695 emptyset
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Formula $\emptyset$
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 <row>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \backslash
21720 varnothing
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Formula $\varnothing$
21730 \end_inset
21731
21732
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 </row>
21738 <row>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 dag
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 \begin_inset Formula $\dag$
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 </row>
21763 <row>
21764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768
21769 \backslash
21770 ddag
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 \begin_inset Formula $\ddag$
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 complement
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset ERT
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808
21809
21810 \backslash
21811 raisebox{-0.8mm}{
21812 \end_layout
21813
21814 \end_inset
21815
21816
21817 \begin_inset Formula $\complement$
21818 \end_inset
21819
21820
21821 \begin_inset ERT
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825
21826 }
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \end_layout
21833
21834 \end_inset
21835 </cell>
21836 </row>
21837 <row>
21838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842
21843 \backslash
21844 Bbbk
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 \begin_inset Formula $\Bbbk$
21854 \end_inset
21855
21856
21857 \end_layout
21858
21859 \end_inset
21860 </cell>
21861 </row>
21862 </lyxtabular>
21863
21864 \end_inset
21865
21866
21867 \begin_inset space \hfill{}
21868 \end_inset
21869
21870
21871 \begin_inset Tabular
21872 <lyxtabular version="3" rows="10" columns="2">
21873 <features tabularvalignment="middle">
21874 <column alignment="center" valignment="top" width="0pt">
21875 <column alignment="center" valignment="top" width="0pt">
21876 <row>
21877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 Command
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 Result
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 <row>
21897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901
21902 \backslash
21903 prime
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Formula $\prime$
21913 \end_inset
21914
21915
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 </row>
21921 <row>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926
21927 \backslash
21928 backprime
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 \begin_inset Formula $\backprime$
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 </row>
21946 <row>
21947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951
21952 \backslash
21953 mho
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962 \begin_inset Formula $\mho$
21963 \end_inset
21964
21965
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 <row>
21972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976
21977 \backslash
21978 triangle
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 \begin_inset Formula $\triangle$
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 <row>
21997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \backslash
22003 angle
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 \begin_inset Formula $\angle$
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \backslash
22028 measuredangle
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Formula $\measuredangle$
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 sphericalangle
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\sphericalangle$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \backslash
22078 top
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Formula $\top$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \backslash
22103 bot
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Formula $\bot$
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 </lyxtabular>
22122
22123 \end_inset
22124
22125
22126 \begin_inset space \hfill{}
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \begin_layout Standard
22133 \begin_inset Newpage newpage
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Subsection
22140 Miscellaneous Symbols
22141 \begin_inset CommandInset label
22142 LatexCommand label
22143 name "subsec:Miscellaneous-Symbols"
22144
22145 \end_inset
22146
22147
22148 \begin_inset Index idx
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152 Symbols ! miscellaneous
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 \noindent
22162 \align center
22163 \begin_inset Tabular
22164 <lyxtabular version="3" rows="10" columns="2">
22165 <features tabularvalignment="middle">
22166 <column alignment="center" valignment="top" width="0pt">
22167 <column alignment="center" valignment="top" width="0pt">
22168 <row>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 Command
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 Result
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 flat
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\flat$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 natural
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\natural$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 sharp
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\sharp$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 surd
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\surd$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 checkmark
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\checkmark$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 yen
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\yen$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 pounds
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\pounds$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 $
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 \begin_inset Formula $\$$
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 §
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 \begin_inset Formula $§$
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 </lyxtabular>
22410
22411 \end_inset
22412
22413
22414 \begin_inset Tabular
22415 <lyxtabular version="3" rows="10" columns="2">
22416 <features tabularvalignment="middle">
22417 <column alignment="center" valignment="top">
22418 <column alignment="center" valignment="top">
22419 <row>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 Command
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 Result
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \backslash
22446 hbar
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Formula $\hbar$
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469
22470 \backslash
22471 hslash
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Formula $\hslash$
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 </row>
22489 <row>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494
22495 \backslash
22496 clubsuit
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Formula $\clubsuit$
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \backslash
22521 spadesuit
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Formula $\spadesuit$
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 </row>
22539 <row>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544
22545 \backslash
22546 bigstar
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset Formula $\bigstar$
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 blacklozenge
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $\blacklozenge$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 blacktriangle
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\blacktriangle$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 blacktiangledown
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\blacktriangledown$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 bullet
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\bullet$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 </lyxtabular>
22665
22666 \end_inset
22667
22668
22669 \begin_inset Tabular
22670 <lyxtabular version="3" rows="10" columns="2">
22671 <features tabularvalignment="middle">
22672 <column alignment="center" valignment="top" width="0pt">
22673 <column alignment="center" valignment="top" width="0pt">
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 Command
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 Result
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 <row>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \backslash
22701 diamondsuit
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 \begin_inset Formula $\diamondsuit$
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 </row>
22719 <row>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724
22725 \backslash
22726 Diamond
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $\Diamond$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 </row>
22744 <row>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749
22750 \backslash
22751 heartsuit
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Formula $\heartsuit$
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 <row>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774
22775 \backslash
22776 P
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Formula $\P$
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 </row>
22794 <row>
22795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \backslash
22801 copyright
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 \begin_inset Formula $\copyright$
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 </row>
22819 <row>
22820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824
22825 \backslash
22826 circledR
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Formula $\circledR$
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 </row>
22844 <row>
22845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \backslash
22851 maltese
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 \begin_inset Formula $\maltese$
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 </row>
22869 <row>
22870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874
22875 \backslash
22876 diagup
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Formula $\diagup$
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \backslash
22901 diagdown
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 \begin_inset Formula $\diagdown$
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 </lyxtabular>
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 \begin_inset VSpace medskip
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Standard
22934 Some symbols can be displayed in different sizes, see 
22935 \begin_inset CommandInset ref
22936 LatexCommand ref
22937 reference "subsec:Font-Sizes"
22938
22939 \end_inset
22940
22941 .
22942 \end_layout
22943
22944 \begin_layout Subsection
22945 The Euro-Symbol €
22946 \begin_inset Index idx
22947 status collapsed
22948
22949 \begin_layout Plain Layout
22950 Symbols ! Euro-symbol
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \begin_inset Index idx
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 @
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968
22969 \backslash
22970 officialeuro
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22985 -package 
22986 \series bold
22987 eurosym
22988 \series default
22989
22990 \begin_inset Index idx
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994 Packages ! eurosym
22995 \end_layout
22996
22997 \end_inset
22998
22999  must be installed and loaded with the \SpecialChar LaTeX
23000 -preamble line
23001 \end_layout
23002
23003 \begin_layout Standard
23004
23005 \series bold
23006
23007 \backslash
23008 usepackage[gennarrow]{eurosym}
23009 \end_layout
23010
23011 \begin_layout Standard
23012 The Euro symbol can now be inserted with the command 
23013 \series bold
23014
23015 \backslash
23016 euro
23017 \series default
23018
23019 \begin_inset Index idx
23020 status collapsed
23021
23022 \begin_layout Plain Layout
23023 Commands ! E ! 
23024 \backslash
23025 euro
23026 \end_layout
23027
23028 \end_inset
23029
23030 .
23031 \end_layout
23032
23033 \begin_layout Standard
23034 The Euro symbol can directly be inserted with the € key in mathematical
23035  text, without having 
23036 \series bold
23037 eurosym
23038 \series default
23039  installed.
23040  When 
23041 \series bold
23042 eurosym
23043 \series default
23044  is installed, 
23045 \series bold
23046
23047 \backslash
23048 euro
23049 \series default
23050  can also be inserted in \SpecialChar TeX
23051  mode.
23052  The official currency symbol can then be inserted with the command 
23053 \series bold
23054
23055 \backslash
23056 officialeuro
23057 \series default
23058
23059 \begin_inset Index idx
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063 Commands ! O ! 
23064 \backslash
23065 officialeuro
23066 \end_layout
23067
23068 \end_inset
23069
23070 , that is only available in \SpecialChar TeX
23071  mode.
23072 \end_layout
23073
23074 \begin_layout Standard
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079
23080
23081 \backslash
23082 ifeurosym 
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset Note Note
23089 status open
23090
23091 \begin_layout Plain Layout
23092 The following table will only be displayed when the \SpecialChar LaTeX
23093 -package 
23094 \series bold
23095 eurosym
23096 \series default
23097  is installed.
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 An overview about the different Euro symbols:
23107 \begin_inset Separator parbreak
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 \align center
23115 \begin_inset Tabular
23116 <lyxtabular version="3" rows="4" columns="3">
23117 <features tabularvalignment="middle">
23118 <column alignment="center" valignment="top" width="0pt">
23119 <column alignment="center" valignment="top" width="0pt">
23120 <column alignment="center" valignment="top" width="0pt">
23121 <row>
23122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 Command 
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 Result
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 formula
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 euro
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\euro$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 mathematical text
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\mbox{€}$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \SpecialChar TeX
23222  mode
23223 \end_layout
23224
23225 \end_inset
23226 </cell>
23227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 officialeuro
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset ERT
23243 status collapsed
23244
23245 \begin_layout Plain Layout
23246
23247
23248 \backslash
23249 officialeuro
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 </lyxtabular>
23261
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \begin_layout Standard
23268 \begin_inset ERT
23269 status collapsed
23270
23271 \begin_layout Plain Layout
23272
23273
23274 \backslash
23275 else 
23276 \end_layout
23277
23278 \end_inset
23279
23280
23281 \begin_inset Note Note
23282 status open
23283
23284 \begin_layout Plain Layout
23285 The following will be displayed when the \SpecialChar LaTeX
23286 -package 
23287 \series bold
23288 eurosym
23289 \series default
23290  is not installed:
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \begin_layout Standard
23299 You need to install the \SpecialChar LaTeX
23300 -package 
23301 \series bold
23302 eurosym
23303 \series default
23304  to see the rest of this subsection in the output.
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 fi 
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 \begin_inset Newpage newpage
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \begin_layout Section
23331 Relations
23332 \begin_inset CommandInset label
23333 LatexCommand label
23334 name "sec:Relations"
23335
23336 \end_inset
23337
23338
23339 \begin_inset Index idx
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343 Relations
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \begin_inset Index idx
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353 Comparisons|see
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359 {
23360 \end_layout
23361
23362 \end_inset
23363
23364 Relations
23365 \begin_inset ERT
23366 status collapsed
23367
23368 \begin_layout Plain Layout
23369
23370 }
23371 \end_layout
23372
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 All following relations can also be inserted via the toolbar button 
23385 \begin_inset Info
23386 type  "icon"
23387 arg   "math-insert \\leq"
23388 \end_inset
23389
23390 .
23391 \end_layout
23392
23393 \begin_layout Standard
23394 \begin_inset space \hfill{}
23395 \end_inset
23396
23397
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="17" columns="2">
23400 <features tabularvalignment="middle">
23401 <column alignment="center" valignment="top" width="0pt">
23402 <column alignment="center" valignment="top" width="0pt">
23403 <row>
23404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23405 \begin_inset Text
23406
23407 \begin_layout Plain Layout
23408 Command
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 Result
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 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Formula $<$
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \backslash
23453 le
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462 \begin_inset Formula $\le$
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 </row>
23471 <row>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476
23477 \backslash
23478 ll
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 \begin_inset Formula $\ll$
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501
23502 \backslash
23503 prec
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 \begin_inset Formula $\prec$
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 </row>
23521 <row>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526
23527 \backslash
23528 preceq
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 \begin_inset Formula $\preceq$
23538 \end_inset
23539
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 </row>
23546 <row>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 subset
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset Formula $\subset$
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576
23577 \backslash
23578 subseteq
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Formula $\subseteq$
23588 \end_inset
23589
23590
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 </row>
23596 <row>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601
23602 \backslash
23603 sqsubseteq
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612 \begin_inset Formula $\sqsubseteq$
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 </row>
23621 <row>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \backslash
23628 in
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset Formula $\in$
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 </row>
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651
23652 \backslash
23653 vdash
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662 \begin_inset Formula $\vdash$
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 </row>
23671 <row>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \backslash
23678 smile
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset Formula $\smile$
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 <row>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701
23702 \backslash
23703 lhd
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 \begin_inset Formula $\lhd$
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 </row>
23721 <row>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 unlhd
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 \begin_inset Formula $\unlhd$
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 </row>
23746 <row>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \backslash
23753 gtrless
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 \begin_inset Formula $\gtrless$
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776
23777 \backslash
23778 mid
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787 \begin_inset Formula $\mid$
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 </row>
23796 <row>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801
23802 \backslash
23803 nmid
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 \begin_inset Formula $\nmid$
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 </row>
23821 </lyxtabular>
23822
23823 \end_inset
23824
23825
23826 \begin_inset space \hfill{}
23827 \end_inset
23828
23829
23830 \begin_inset Tabular
23831 <lyxtabular version="3" rows="17" columns="2">
23832 <features tabularvalignment="middle">
23833 <column alignment="center" valignment="top" width="0pt">
23834 <column alignment="center" valignment="top" width="0pt">
23835 <row>
23836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23837 \begin_inset Text
23838
23839 \begin_layout Plain Layout
23840 Command
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 Result
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 =
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 \begin_inset Formula $=$
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 </row>
23878 <row>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883
23884 \backslash
23885 not=
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894 \begin_inset Formula $\not=$
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 </row>
23903 <row>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908
23909 \backslash
23910 equiv
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 \begin_inset Formula $\equiv$
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 </row>
23928 <row>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 sim
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944 \begin_inset Formula $\sim$
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 </row>
23953 <row>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 simeq
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\simeq$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 <row>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 approx
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994 \begin_inset Formula $\approx$
23995 \end_inset
23996
23997
23998 \end_layout
23999
24000 \end_inset
24001 </cell>
24002 </row>
24003 <row>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008
24009 \backslash
24010 cong
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\cong$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 <row>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033
24034 \backslash
24035 bowtie
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 \begin_inset Formula $\bowtie$
24045 \end_inset
24046
24047
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 notin
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069 \begin_inset Formula $\notin$
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 </row>
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083
24084 \backslash
24085 perp
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094 \begin_inset Formula $\perp$
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 propto
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119 \begin_inset Formula $\propto$
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133
24134 \backslash
24135 asymp
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144 \begin_inset Formula $\asymp$
24145 \end_inset
24146
24147
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 </row>
24153 <row>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 doteq
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 \begin_inset Formula $\doteq$
24170 \end_inset
24171
24172
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 </row>
24178 <row>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 circeq
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $\circeq$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 models
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $\models$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 <row>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \backslash
24235 widehat=
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244 \begin_inset Formula $\widehat{=}$
24245 \end_inset
24246
24247
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 </row>
24253 </lyxtabular>
24254
24255 \end_inset
24256
24257
24258 \begin_inset space \hfill{}
24259 \end_inset
24260
24261
24262 \begin_inset Tabular
24263 <lyxtabular version="3" rows="17" columns="2">
24264 <features tabularvalignment="middle">
24265 <column alignment="center" valignment="top" width="0pt">
24266 <column alignment="center" valignment="top" width="0pt">
24267 <row>
24268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272 Command
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 Result
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 </row>
24287 <row>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 >
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 \begin_inset Formula $>$
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \backslash
24317 ge
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 \begin_inset Formula $\ge$
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 gg
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 \begin_inset Formula $\gg$
24352 \end_inset
24353
24354
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \backslash
24367 succ
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376 \begin_inset Formula $\succ$
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 </row>
24385 <row>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \backslash
24392 succeq
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401 \begin_inset Formula $\succeq$
24402 \end_inset
24403
24404
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 </row>
24410 <row>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 supset
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426 \begin_inset Formula $\supset$
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \end_inset
24433 </cell>
24434 </row>
24435 <row>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 supseteq
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 \begin_inset Formula $\supseteq$
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 <row>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465
24466 \backslash
24467 sqsupseteq
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476 \begin_inset Formula $\sqsupseteq$
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \end_inset
24483 </cell>
24484 </row>
24485 <row>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490
24491 \backslash
24492 ni
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Formula $\ni$
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \end_inset
24508 </cell>
24509 </row>
24510 <row>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 dashv
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Formula $\dashv$
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 <row>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 frown
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551 \begin_inset Formula $\frown$
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 </row>
24560 <row>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565
24566 \backslash
24567 rhd
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 \begin_inset Formula $\rhd$
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \backslash
24592 unrhd
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 \begin_inset Formula $\unrhd$
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 </row>
24610 <row>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615
24616 \backslash
24617 lessgtr
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 \begin_inset Formula $\lessgtr$
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 </row>
24635 <row>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640
24641 \backslash
24642 parallel
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651 \begin_inset Formula $\parallel$
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \end_inset
24658 </cell>
24659 </row>
24660 <row>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665
24666 \backslash
24667 nparallel
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 \begin_inset Formula $\nparallel$
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 </lyxtabular>
24686
24687 \end_inset
24688
24689
24690 \begin_inset space \hfill{}
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \begin_layout Standard
24697 \begin_inset VSpace medskip
24698 \end_inset
24699
24700 The characters 
24701 \series bold
24702
24703 \backslash
24704 lhd
24705 \series default
24706  and 
24707 \series bold
24708
24709 \backslash
24710 rhd
24711 \series default
24712  are bigger than the equal looking operators 
24713 \series bold
24714
24715 \backslash
24716 triangleleft
24717 \series default
24718  and 
24719 \series bold
24720
24721 \backslash
24722 triangleright
24723 \series default
24724 , respectively.
24725 \end_layout
24726
24727 \begin_layout Standard
24728 \SpecialChar LyX
24729  supports also many special relations.
24730  Use the toolbar button 
24731 \begin_inset Info
24732 type  "icon"
24733 arg   "math-insert \\leqq"
24734 \end_inset
24735
24736  to see a list of these relations.
24737 \end_layout
24738
24739 \begin_layout Standard
24740 Relations are, in contrary to symbols, always surrounded by space.
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Relations with labels can be created with the command 
24745 \series bold
24746
24747 \backslash
24748 stackrel
24749 \series default
24750
24751 \begin_inset Index idx
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Commands ! S ! 
24756 \backslash
24757 stackrel
24758 \end_layout
24759
24760 \end_inset
24761
24762 :
24763 \begin_inset Separator parbreak
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 \align center
24771 \begin_inset Tabular
24772 <lyxtabular version="3" rows="2" columns="2">
24773 <features tabularvalignment="middle">
24774 <column alignment="center" valignment="top">
24775 <column alignment="center" valignment="top">
24776 <row>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 Command
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 Result
24791 \begin_inset Note Note
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796 \series bold
24797
24798 \backslash
24799 raisebox
24800 \series default
24801  is only used as spacer.
24802 \end_layout
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 A(r)
24818 \backslash
24819 stackrel
24820 \begin_inset space \textvisiblespace{}
24821 \end_inset
24822
24823 r
24824 \backslash
24825 to
24826 \backslash
24827 infty
24828 \begin_inset space \textvisiblespace{}
24829 \end_inset
24830
24831
24832 \begin_inset Formula $\downarrow$
24833 \end_inset
24834
24835
24836 \backslash
24837 approx
24838 \begin_inset space \textvisiblespace{}
24839 \end_inset
24840
24841
24842 \begin_inset space \textvisiblespace{}
24843 \end_inset
24844
24845 B
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 </row>
24863 </lyxtabular>
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Section
24871 Functions
24872 \end_layout
24873
24874 \begin_layout Subsection
24875 Predefined Functions
24876 \begin_inset CommandInset label
24877 LatexCommand label
24878 name "subsec:Predefined-Functions"
24879
24880 \end_inset
24881
24882
24883 \begin_inset Index idx
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887 Functions ! predefined
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \end_layout
24894
24895 \begin_layout Standard
24896 In general, variables are set 
24897 \emph on
24898 italic
24899 \emph default
24900  in mathematical expressions, but not function names, because 
24901 \begin_inset Formula $sin$
24902 \end_inset
24903
24904  could be misunderstood as 
24905 \begin_inset Formula $s\cdot i\cdot n$
24906 \end_inset
24907
24908 .
24909  Therefore there are predefined functionswhich are additionally a bit separated
24910  from prefactors.
24911  They are inserted as commands starting with a backslash before their name.
24912 \begin_inset Separator parbreak
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Standard
24919 \align center
24920 \begin_inset Tabular
24921 <lyxtabular version="3" rows="2" columns="4">
24922 <features tabularvalignment="middle">
24923 <column alignment="center" valignment="top" width="0pt">
24924 <column alignment="center" valignment="top" width="0pt">
24925 <column alignment="center" valignment="top" width="0pt">
24926 <column alignment="center" valignment="top" width="0pt">
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932 Command
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941 Result
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 Command
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 Result
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970 Asin(x)+B
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 \begin_inset Formula $Asin(x)+B$
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \end_inset
24986 </cell>
24987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24988 \begin_inset Text
24989
24990 \begin_layout Plain Layout
24991 A
24992 \backslash
24993 sin(x)+B
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002 \begin_inset Formula $A\sin(x)+B$
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 </lyxtabular>
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 The following functions are predefined:
25020 \end_layout
25021
25022 \begin_layout Standard
25023 \begin_inset VSpace -2mm
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \begin_layout Standard
25030 \align center
25031 \begin_inset Tabular
25032 <lyxtabular version="3" rows="9" columns="4">
25033 <features tabularvalignment="middle">
25034 <column alignment="center" valignment="top" width="0pt">
25035 <column alignment="center" valignment="top" width="0pt">
25036 <column alignment="center" valignment="top" width="0pt">
25037 <column alignment="center" valignment="top" width="0pt">
25038 <row>
25039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 Command
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052 Command
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061 Command
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Command
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 </row>
25076 <row>
25077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081
25082 \backslash
25083 sin
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 sinh
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 arcsin
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 sup
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 </row>
25122 <row>
25123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127
25128 \backslash
25129 cos
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
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 cosh
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 arccos
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 inf
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 </row>
25168 <row>
25169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 tan
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 tanh
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 arctan
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 lim
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 </row>
25214 <row>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 cot
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 coth
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 arg
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 liminf
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 </row>
25260 <row>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 sec
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 min
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 deg
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 limsup
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 </row>
25306 <row>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311
25312 \backslash
25313 csc
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \backslash
25324 max
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333
25334 \backslash
25335 det
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 Pr
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 </row>
25352 <row>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 ln
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368
25369 \backslash
25370 exp
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379
25380 \backslash
25381 dim
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390
25391 \backslash
25392 hom
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 lg
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414
25415 \backslash
25416 log
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \backslash
25427 ker
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \backslash
25438 gcd
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 </lyxtabular>
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \begin_layout Standard
25452 They can also be inserted with the math toolbar button 
25453 \begin_inset Info
25454 type  "icon"
25455 arg   "math-insert \\functions"
25456 \end_inset
25457
25458 .
25459 \end_layout
25460
25461 \begin_layout Subsection
25462 Self-defined Functions
25463 \begin_inset Index idx
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467 Functions ! self-defined
25468 \end_layout
25469
25470 \end_inset
25471
25472
25473 \end_layout
25474
25475 \begin_layout Standard
25476 To use a function that is not predefined, like for example the sign function
25477  sgn(x), there are two possibilities:
25478 \end_layout
25479
25480 \begin_layout Itemize
25481 Define the function by inserting the following line to the \SpecialChar LaTeX
25482 -preamble
25483 \begin_inset Foot
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 For more about 
25488 \series bold
25489
25490 \backslash
25491 DeclareMathOperator
25492 \series default
25493  see 
25494 \begin_inset CommandInset ref
25495 LatexCommand ref
25496 reference "subsec:Self-defined-Operators"
25497
25498 \end_inset
25499
25500 .
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \begin_inset Newline newline
25507 \end_inset
25508
25509
25510 \begin_inset VSpace -3mm
25511 \end_inset
25512
25513
25514 \begin_inset Newline newline
25515 \end_inset
25516
25517
25518 \series bold
25519
25520 \backslash
25521 DeclareMathOperator{
25522 \backslash
25523 sgn}{sgn}
25524 \series default
25525
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 Commands ! D ! 
25531 \backslash
25532 dbinom@
25533 \backslash
25534 DeclareMathOperator
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \begin_inset Newline newline
25541 \end_inset
25542
25543
25544 \begin_inset VSpace -2mm
25545 \end_inset
25546
25547
25548 \begin_inset Newline newline
25549 \end_inset
25550
25551 Now the new defined function can be called with the command 
25552 \series bold
25553
25554 \backslash
25555 sgn
25556 \series default
25557 .
25558 \end_layout
25559
25560 \begin_layout Itemize
25561 Write the formula as usual, mark the formula name, in our example the letters
25562  
25563 \emph on
25564 sgn
25565 \emph default
25566 , and change it to mathematical text.
25567  Finally, a space is inserted between prefactor and function.
25568 \end_layout
25569
25570 \begin_layout Standard
25571 The result is the same with both methods as with a predefined function
25572 \begin_inset Foot
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 In \SpecialChar LyX
25577  self-defined functions are displayed red, predefined ones black.
25578 \end_layout
25579
25580 \end_inset
25581
25582 :
25583 \begin_inset Separator parbreak
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \begin_layout Standard
25590 \align center
25591 \begin_inset Tabular
25592 <lyxtabular version="3" rows="3" columns="2">
25593 <features tabularvalignment="middle">
25594 <column alignment="center" valignment="top" width="0pt">
25595 <column alignment="center" valignment="top" width="0pt">
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 Command
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 Result
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 A
25622 \backslash
25623 sgn(x)+B
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 Formula $A\sgn(x)+B$
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 </row>
25641 <row>
25642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 A
25647 \backslash
25648 ,
25649 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25650 \end_inset
25651
25652 (x)+B
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 </lyxtabular>
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 The first method is more suitable when the self-defined function should
25679  be used several times.
25680 \end_layout
25681
25682 \begin_layout Subsection
25683 Limits
25684 \begin_inset Index idx
25685 status collapsed
25686
25687 \begin_layout Plain Layout
25688 Limits
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \begin_layout Standard
25697 For limits, in addition to the commands 
25698 \series bold
25699
25700 \backslash
25701 lim
25702 \series default
25703
25704 \begin_inset Index idx
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 Commands ! L ! 
25709 \backslash
25710 lim
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \series bold
25717
25718 \backslash
25719 liminf
25720 \series default
25721  and 
25722 \series bold
25723
25724 \backslash
25725 limsup
25726 \series default
25727  the following functions are defined:
25728 \begin_inset Separator parbreak
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735 \align center
25736 \begin_inset Tabular
25737 <lyxtabular version="3" rows="5" columns="2">
25738 <features tabularvalignment="middle">
25739 <column alignment="center" valignment="top">
25740 <column alignment="center" valignment="top">
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Command
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 Result
25756 \begin_inset Note Note
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761 \series bold
25762
25763 \backslash
25764 raisebox
25765 \series default
25766  is only used as spacer.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 </row>
25777 <row>
25778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25779 \begin_inset Text
25780
25781 \begin_layout Plain Layout
25782
25783 \backslash
25784 varliminf
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793 \begin_inset Formula $\varliminf$
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 varlimsup
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset Formula $\varlimsup$
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 <row>
25828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 varprojlim
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843 \begin_inset Formula $\varprojlim$
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 </row>
25852 <row>
25853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \backslash
25859 varinjlim
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset Formula $\varinjlim$
25869 \end_inset
25870
25871
25872 \begin_inset Formula $\raisebox{-2.5mm}{}$
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 </row>
25881 </lyxtabular>
25882
25883 \end_inset
25884
25885
25886 \end_layout
25887
25888 \begin_layout Standard
25889 \begin_inset VSpace medskip
25890 \end_inset
25891
25892 The limit is created by inserting a subscript.
25893  It is set right beside the function in an inline formula:
25894 \end_layout
25895
25896 \begin_layout Standard
25897 \align center
25898 \begin_inset Tabular
25899 <lyxtabular version="3" rows="2" columns="2">
25900 <features tabularvalignment="middle">
25901 <column alignment="center" valignment="top" width="0pt">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <row>
25904 <cell alignment="center" valignment="top" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 Command
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 <cell alignment="center" valignment="top" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917 \begin_inset space \hspace{}
25918 \length 1cm
25919 \end_inset
25920
25921 Result
25922 \begin_inset Note Note
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 The space and
25927 \series bold
25928  
25929 \backslash
25930 raisebox
25931 \series default
25932  are used here as spacer.
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="center" valignment="top" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 lim_x
25951 \backslash
25952 to
25953 \begin_inset space \textvisiblespace{}
25954 \end_inset
25955
25956 A
25957 \begin_inset space \textvisiblespace{}
25958 \end_inset
25959
25960 x=B
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 <cell alignment="center" valignment="top" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 </row>
25978 </lyxtabular>
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986 In a displayed formula the limit is set below the formula, as usual:
25987 \begin_inset Formula 
25988 \[
25989 \lim_{x\to A}x=B
25990 \]
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 \begin_inset VSpace medskip
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Standard
26005 How to adjust the typesetting of the limits see 
26006 \begin_inset CommandInset ref
26007 LatexCommand ref
26008 reference "subsec:Operator-Limits"
26009
26010 \end_inset
26011
26012 .
26013 \end_layout
26014
26015 \begin_layout Subsection
26016 Modulo-Functions
26017 \begin_inset Index idx
26018 status collapsed
26019
26020 \begin_layout Plain Layout
26021 Functions ! modulo-
26022 \end_layout
26023
26024 \end_inset
26025
26026
26027 \end_layout
26028
26029 \begin_layout Standard
26030 The modulo-function is special, because it exists in four variants.
26031  The variants in a displayed formula are:
26032 \begin_inset Formula 
26033 \begin{align*}
26034 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26035 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26036 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26037 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26038 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26039 \end{align*}
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 In an inline formula less space is set before the function names for all
26048  variants.
26049  By default the modulo-functions take only the first following character
26050  into account.
26051  To use more than one character, one has to put them into \SpecialChar TeX
26052  braces:
26053 \begin_inset Formula 
26054 \begin{align*}
26055 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26056 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26057 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26058 \end{align*}
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \begin_layout Section
26066 Special Characters
26067 \begin_inset Index idx
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071 Special characters
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080 The characters ^ and _ would normally create a superscript and subscript,
26081  respectively.
26082  To get these characters you have to insert them with a leading 
26083 \backslash
26084 :
26085 \begin_inset Separator parbreak
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Standard
26092 \noindent
26093 \align center
26094 \begin_inset Tabular
26095 <lyxtabular version="3" rows="3" columns="2">
26096 <features tabularvalignment="middle">
26097 <column alignment="block" valignment="top">
26098 <column alignment="block" valignment="top">
26099 <row>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 Command
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 Result
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 </row>
26119 <row>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124
26125 \backslash
26126 ^
26127 \begin_inset space \textvisiblespace{}
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 \begin_inset Formula $\mathcircumflex$
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \backslash
26155 _
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 \begin_inset Formula $\_$
26165 \end_inset
26166
26167
26168 \end_layout
26169
26170 \end_inset
26171 </cell>
26172 </row>
26173 </lyxtabular>
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Subsection
26181 Special Characters in Mathematical Text
26182 \end_layout
26183
26184 \begin_layout Standard
26185 The following commands can only be used in mathematical text or in \SpecialChar TeX
26186  mode:
26187 \end_layout
26188
26189 \begin_layout Standard
26190 \begin_inset space \hfill{}
26191 \end_inset
26192
26193
26194 \begin_inset Tabular
26195 <lyxtabular version="3" rows="8" columns="2">
26196 <features tabularvalignment="middle">
26197 <column alignment="block" valignment="top">
26198 <column alignment="block" valignment="top">
26199 <row>
26200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 Command
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 Result
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 <row>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \backslash
26226 oe
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset Formula $\textrm{œ}$
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 OE
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Formula $\textrm{Œ}$
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row>
26270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274
26275 \backslash
26276 ae
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Formula $\textrm{æ}$
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 AE
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\textrm{Æ}$
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 aa
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset Formula $\textrm{\aa}$
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 AA
26352 \begin_inset Index idx
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357 \backslash
26358 @
26359 \begin_inset ERT
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363
26364
26365 \backslash
26366 textrm{
26367 \backslash
26368 AA}
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387 \begin_inset Formula $\textrm{Å}$
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 </row>
26396 <row>
26397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401
26402 \backslash
26403 i
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 \begin_inset Formula $\textrm{ı}$
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 </row>
26421 </lyxtabular>
26422
26423 \end_inset
26424
26425
26426 \begin_inset space \hfill{}
26427 \end_inset
26428
26429
26430 \begin_inset Tabular
26431 <lyxtabular version="3" rows="8" columns="2">
26432 <features tabularvalignment="middle">
26433 <column alignment="block" valignment="top">
26434 <column alignment="center" valignment="top">
26435 <row>
26436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 command
26441 \begin_inset Note Note
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 The space of 0
26446 \begin_inset space \thinspace{}
26447 \end_inset
26448
26449 mm is used for separation, because otherwise the output will be ¡ and ¿
26450  respectively.
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 Result
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 </row>
26470 <row>
26471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475
26476 \backslash
26477 o
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 \begin_inset Formula $\textrm{ø}$
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 </row>
26495 <row>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \backslash
26502 O
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 \begin_inset Formula $\textrm{Ø}$
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \backslash
26527 l
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Formula $\textrm{ł}$
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \backslash
26552 L
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset Formula $\textrm{Ł}$
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 !
26576 \begin_inset space \hspace{}
26577 \length 0mm
26578 \end_inset
26579
26580 `
26581 \begin_inset space \textvisiblespace{}
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 \begin_inset Formula $\textrm{!`}$
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 </row>
26602 <row>
26603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 ?
26608 \begin_inset space \hspace{}
26609 \length 0mm
26610 \end_inset
26611
26612 `
26613 \begin_inset space \textvisiblespace{}
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620 </cell>
26621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625 \begin_inset Formula $\textrm{?`}$
26626 \end_inset
26627
26628
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 j
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 \begin_inset Formula $\textrm{ȷ}$
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 </row>
26659 </lyxtabular>
26660
26661 \end_inset
26662
26663
26664 \begin_inset space \hfill{}
26665 \end_inset
26666
26667
26668 \end_layout
26669
26670 \begin_layout Standard
26671 The characters 
26672 \begin_inset Formula $\textrm{\textrm{Å}}$
26673 \end_inset
26674
26675  and 
26676 \begin_inset Formula $\textrm{\textrm{Ø}}$
26677 \end_inset
26678
26679  can also be inserted via the math toolbar button 
26680 \begin_inset Info
26681 type  "icon"
26682 arg   "math-insert \\digamma"
26683 \end_inset
26684
26685 .
26686 \end_layout
26687
26688 \begin_layout Standard
26689 An exception are the commands 
26690 \series bold
26691 !
26692 \begin_inset space \hspace{}
26693 \length 0mm
26694 \end_inset
26695
26696 `
26697 \series default
26698  and 
26699 \series bold
26700 ?
26701 \begin_inset space \hspace{}
26702 \length 0mm
26703 \end_inset
26704
26705 `
26706 \series default
26707 , because they can be inserted in \SpecialChar LyX
26708  directly to text.
26709 \end_layout
26710
26711 \begin_layout Subsection
26712 Accents in Text
26713 \begin_inset CommandInset label
26714 LatexCommand label
26715 name "subsec:Accents-in-Text"
26716
26717 \end_inset
26718
26719
26720 \begin_inset Index idx
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 Accents ! in text
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Standard
26733 With the following commands all letters can be accented.
26734  The commands must be inserted in \SpecialChar TeX
26735  mode.
26736 \end_layout
26737
26738 \begin_layout Standard
26739 \begin_inset space \hfill{}
26740 \end_inset
26741
26742
26743 \begin_inset Tabular
26744 <lyxtabular version="3" rows="8" columns="2">
26745 <features tabularvalignment="middle">
26746 <column alignment="block" valignment="top">
26747 <column alignment="block" valignment="top">
26748 <row>
26749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 Command
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762 Result
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775
26776 \begin_inset Quotes grd
26777 \end_inset
26778
26779 e
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792
26793
26794 \backslash
26795 "e
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 </row>
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811
26812 \backslash
26813 `e
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 \begin_inset ERT
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826
26827
26828 \backslash
26829 `e
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 </row>
26840 <row>
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845
26846 \backslash
26847 ^
26848 \begin_inset space \textvisiblespace{}
26849 \end_inset
26850
26851 e
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset ERT
26861 status collapsed
26862
26863 \begin_layout Plain Layout
26864
26865
26866 \backslash
26867 ^e
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 =e
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 =e
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 </row>
26912 <row>
26913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917
26918 \backslash
26919 u
26920 \begin_inset space \textvisiblespace{}
26921 \end_inset
26922
26923 e
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 \begin_inset ERT
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936
26937
26938 \backslash
26939 u e
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 </row>
26950 <row>
26951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955
26956 \backslash
26957 b
26958 \begin_inset space \textvisiblespace{}
26959 \end_inset
26960
26961 e
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 \begin_inset ERT
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 b e
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 <row>
26989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Plain Layout
26993
26994 \backslash
26995 t
26996 \begin_inset space \textvisiblespace{}
26997 \end_inset
26998
26999 ee
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 \begin_inset ERT
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012
27013
27014 \backslash
27015 t ee
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 </lyxtabular>
27027
27028 \end_inset
27029
27030
27031 \begin_inset space \hfill{}
27032 \end_inset
27033
27034
27035 \begin_inset Tabular
27036 <lyxtabular version="3" rows="8" columns="2">
27037 <features tabularvalignment="middle">
27038 <column alignment="block" valignment="top">
27039 <column alignment="center" valignment="top">
27040 <row>
27041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 Command
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27051 \begin_inset Text
27052
27053 \begin_layout Plain Layout
27054 Result
27055 \end_layout
27056
27057 \end_inset
27058 </cell>
27059 </row>
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065
27066 \backslash
27067 H
27068 \begin_inset space \textvisiblespace{}
27069 \end_inset
27070
27071 e
27072 \end_layout
27073
27074 \end_inset
27075 </cell>
27076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27077 \begin_inset Text
27078
27079 \begin_layout Plain Layout
27080 \begin_inset ERT
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085
27086 \backslash
27087 H e
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 <row>
27099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27100 \begin_inset Text
27101
27102 \begin_layout Plain Layout
27103
27104 \backslash
27105 'e
27106 \end_layout
27107
27108 \end_inset
27109 </cell>
27110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27111 \begin_inset Text
27112
27113 \begin_layout Plain Layout
27114 \begin_inset ERT
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118
27119
27120 \backslash
27121 'e
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \end_inset
27130 </cell>
27131 </row>
27132 <row>
27133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137
27138 \backslash
27139 ~e
27140 \begin_inset Index idx
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 Tilde
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158 \begin_inset ERT
27159 status collapsed
27160
27161 \begin_layout Plain Layout
27162
27163
27164 \backslash
27165 ~e
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \end_inset
27174 </cell>
27175 </row>
27176 <row>
27177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181
27182 \backslash
27183 .e
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27189 \begin_inset Text
27190
27191 \begin_layout Plain Layout
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196
27197
27198 \backslash
27199 .e
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 <row>
27211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \backslash
27217 v
27218 \begin_inset space \textvisiblespace{}
27219 \end_inset
27220
27221 e
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235
27236 \backslash
27237 v e
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 </row>
27248 <row>
27249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253
27254 \backslash
27255 d
27256 \begin_inset space \textvisiblespace{}
27257 \end_inset
27258
27259 e
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 d e
27276 \end_layout
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \end_inset
27284 </cell>
27285 </row>
27286 <row>
27287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27288 \begin_inset Text
27289
27290 \begin_layout Plain Layout
27291
27292 \backslash
27293 c
27294 \begin_inset space \textvisiblespace{}
27295 \end_inset
27296
27297 e
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 \begin_inset ERT
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310
27311
27312 \backslash
27313 c e
27314 \end_layout
27315
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 </row>
27324 </lyxtabular>
27325
27326 \end_inset
27327
27328
27329 \begin_inset space \hfill{}
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \begin_layout Standard
27336 \begin_inset VSpace medskip
27337 \end_inset
27338
27339 With the command 
27340 \series bold
27341
27342 \backslash
27343 t
27344 \series default
27345  also two different characters can be accented.
27346  The command 
27347 \series bold
27348
27349 \backslash
27350 t
27351 \begin_inset space \textvisiblespace{}
27352 \end_inset
27353
27354 sz
27355 \series default
27356  creates: 
27357 \begin_inset ERT
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361
27362
27363 \backslash
27364 t sz
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 The accents 
27374 \series bold
27375 `
27376 \series default
27377  , 
27378 \series bold
27379 '
27380 \series default
27381  and 
27382 \series bold
27383 ^
27384 \series default
27385  can in combination with vowels directly be inserted with the keyboard without
27386  using \SpecialChar TeX
27387  mode.
27388  The same applies for the tilde
27389 \begin_inset Foot
27390 status collapsed
27391
27392 \begin_layout Plain Layout
27393 This only applies for keyboards where the tilde is defined as accent.
27394 \end_layout
27395
27396 \end_inset
27397
27398  
27399 \series bold
27400 ~
27401 \series default
27402  in combination with 
27403 \emph on
27404 a
27405 \emph default
27406  , 
27407 \emph on
27408 n
27409 \emph default
27410  , or 
27411 \emph on
27412 o
27413 \emph default
27414 .
27415 \end_layout
27416
27417 \begin_layout Standard
27418 The commands 
27419 \series bold
27420
27421 \backslash
27422 b
27423 \series default
27424  , 
27425 \series bold
27426
27427 \backslash
27428 c
27429 \series default
27430  , 
27431 \series bold
27432
27433 \backslash
27434 d
27435 \series default
27436  , 
27437 \series bold
27438
27439 \backslash
27440 H
27441 \series default
27442  , 
27443 \series bold
27444
27445 \backslash
27446 t
27447 \series default
27448  , 
27449 \series bold
27450
27451 \backslash
27452 u
27453 \series default
27454  , 
27455 \series bold
27456
27457 \backslash
27458 v
27459 \series default
27460  and accents that are inserted directly with the keyboard are also available
27461  in mathematical text.
27462  For the other accents there are special math commands to be used in formulas,
27463  see 
27464 \begin_inset CommandInset ref
27465 LatexCommand ref
27466 reference "subsec:Accents-for-one"
27467
27468 \end_inset
27469
27470 .
27471 \end_layout
27472
27473 \begin_layout Standard
27474 \begin_inset VSpace bigskip
27475 \end_inset
27476
27477 Furthermore, with the command 
27478 \series bold
27479
27480 \backslash
27481 textcircled
27482 \series default
27483
27484 \begin_inset Index idx
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 Commands ! T ! 
27489 \backslash
27490 textcircled
27491 \end_layout
27492
27493 \end_inset
27494
27495  all numbers and letters can be set into a circle, quasi accented with a
27496  circle, similar to the copyright symbol.
27497 \end_layout
27498
27499 \begin_layout Standard
27500 \align center
27501 \begin_inset Tabular
27502 <lyxtabular version="3" rows="3" columns="2">
27503 <features tabularvalignment="middle">
27504 <column alignment="center" valignment="top">
27505 <column alignment="center" valignment="top">
27506 <row>
27507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27508 \begin_inset Text
27509
27510 \begin_layout Plain Layout
27511 Command
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520 Result
27521 \begin_inset Note Note
27522 status collapsed
27523
27524 \begin_layout Plain Layout
27525
27526 \series bold
27527
27528 \backslash
27529 raisebox
27530 \series default
27531  is only used as spacer.
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \end_inset
27540 </cell>
27541 </row>
27542 <row>
27543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27544 \begin_inset Text
27545
27546 \begin_layout Plain Layout
27547
27548 \backslash
27549 textcircled{w}
27550 \end_layout
27551
27552 \end_inset
27553 </cell>
27554 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27555 \begin_inset Text
27556
27557 \begin_layout Plain Layout
27558 \begin_inset ERT
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562
27563
27564 \backslash
27565 textcircled{w}
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 </row>
27576 <row>
27577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27578 \begin_inset Text
27579
27580 \begin_layout Plain Layout
27581
27582 \backslash
27583 Large 
27584 \backslash
27585 textcircled{
27586 \backslash
27587 normalsize
27588 \backslash
27589 protect
27590 \backslash
27591 raisebox{-1.5pt}{W}}
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600 \begin_inset Formula $\raisebox{4.5mm}{}$
27601 \end_inset
27602
27603
27604 \begin_inset ERT
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608
27609
27610 \backslash
27611 Large 
27612 \backslash
27613 textcircled{
27614 \backslash
27615 normalsize
27616 \backslash
27617 protect
27618 \backslash
27619 raisebox{-1.5pt}W}
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \begin_inset Formula $\raisebox{-2mm}{}$
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 </row>
27634 </lyxtabular>
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Standard
27642 One has to take care that the character fits in the circle.
27643  
27644 \series bold
27645
27646 \backslash
27647 Large
27648 \series default
27649
27650 \begin_inset Foot
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 see 
27655 \begin_inset CommandInset ref
27656 LatexCommand ref
27657 reference "subsec:Font-Sizes"
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \end_inset
27665
27666  specifies thereby the size of the circle.
27667  With the help of 
27668 \series bold
27669
27670 \backslash
27671 raisebox
27672 \series default
27673
27674 \begin_inset Foot
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 see 
27679 \begin_inset CommandInset ref
27680 LatexCommand ref
27681 reference "subsec:Boxes-without-Frame"
27682
27683 \end_inset
27684
27685
27686 \end_layout
27687
27688 \end_inset
27689
27690  the character can be centered.
27691 \end_layout
27692
27693 \begin_layout Subsection
27694 Old-style Figures
27695 \begin_inset Index idx
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699 Old-style Figures
27700 \end_layout
27701
27702 \end_inset
27703
27704
27705 \end_layout
27706
27707 \begin_layout Standard
27708 Old-style figures (also known as old-style numerals) are created with the
27709  command 
27710 \series bold
27711
27712 \backslash
27713 oldstylenums
27714 \series default
27715
27716 \begin_inset Index idx
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 Commands ! O ! 
27721 \backslash
27722 oldstylenums
27723 \end_layout
27724
27725 \end_inset
27726
27727 .
27728  The command can be used in formulas and in \SpecialChar TeX
27729  mode.
27730  The command scheme is:
27731 \end_layout
27732
27733 \begin_layout Standard
27734
27735 \series bold
27736
27737 \backslash
27738 oldstylenums{number}
27739 \end_layout
27740
27741 \begin_layout Standard
27742 The command 
27743 \series bold
27744
27745 \backslash
27746 oldstylenums{0123456789
27747 \series default
27748  produces: 
27749 \begin_inset Formula $\oldstylenums{0123456789}$
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Section
27756 Formula Styles
27757 \begin_inset CommandInset label
27758 LatexCommand label
27759 name "sec:Formula-Styles"
27760
27761 \end_inset
27762
27763
27764 \begin_inset Index idx
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 Formula ! styles
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Itemize
27777 There are two different alignment styles:
27778 \begin_inset Separator parbreak
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_deeper
27785 \begin_layout Description
27786 Centered is the predefined standard
27787 \end_layout
27788
27789 \begin_layout Description
27790 Indented for this the option 
27791 \series bold
27792 fleqn
27793 \series default
27794  must be inserted in the menu 
27795 \family sans
27796 Document\SpecialChar menuseparator
27797 Settings
27798 \family default
27799  under 
27800 \family sans
27801 Document
27802 \begin_inset space ~
27803 \end_inset
27804
27805 Class
27806 \end_layout
27807
27808 \begin_layout Standard
27809 When 
27810 \series bold
27811 Indented
27812 \series default
27813  is used, the indentation can be adjusted with the length 
27814 \series bold
27815
27816 \backslash
27817 mathindent
27818 \series default
27819
27820 \begin_inset Index idx
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824 Commands ! M ! 
27825 \backslash
27826 mathindent
27827 \end_layout
27828
27829 \end_inset
27830
27831 .
27832  Should the distance be 15
27833 \begin_inset space \thinspace{}
27834 \end_inset
27835
27836 mm, the following command line is inserted in the \SpecialChar LaTeX
27837 -preamble
27838 \end_layout
27839
27840 \begin_layout Standard
27841
27842 \series bold
27843
27844 \backslash
27845 setlength{
27846 \backslash
27847 mathindent}{15mm}
27848 \end_layout
27849
27850 \begin_layout Standard
27851 When no length is specified, the predefined value of 30
27852 \begin_inset space \thinspace{}
27853 \end_inset
27854
27855 pt will be used.
27856 \end_layout
27857
27858 \end_deeper
27859 \begin_layout Itemize
27860 And two different numbering styles:
27861 \begin_inset Separator parbreak
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_deeper
27868 \begin_layout Description
27869 Right is the predefined standard
27870 \end_layout
27871
27872 \begin_layout Description
27873 Left for this the option 
27874 \series bold
27875 leqno
27876 \series default
27877  must be inserted in the menu 
27878 \family sans
27879 Document\SpecialChar menuseparator
27880 Settings
27881 \family default
27882  under 
27883 \family sans
27884 Document
27885 \begin_inset space ~
27886 \end_inset
27887
27888 Class
27889 \end_layout
27890
27891 \end_deeper
27892 \begin_layout Standard
27893
27894 \series bold
27895 fleqn
27896 \series default
27897  and 
27898 \series bold
27899 leqno
27900 \series default
27901  can also be used together.
27902  In this case both options are inserted, separated by a comma.
27903 \end_layout
27904
27905 \begin_layout Standard
27906 The chosen styles are used for all displayed formulas of the document.
27907  When both, centered and indented formulas should be created in a document,
27908  the style 
27909 \series bold
27910 Centered
27911 \series default
27912  is used.
27913  The indented formulas are then set in a flalign environment, see 
27914 \begin_inset CommandInset ref
27915 LatexCommand ref
27916 reference "subsec:Flalign-Environment"
27917
27918 \end_inset
27919
27920 .
27921 \end_layout
27922
27923 \begin_layout Section
27924 Multiline Formulas
27925 \begin_inset CommandInset label
27926 LatexCommand label
27927 name "sec:Multiline-Formulas"
27928
27929 \end_inset
27930
27931
27932 \begin_inset Index idx
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 Formula ! multiline
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Subsection
27945 General
27946 \end_layout
27947
27948 \begin_layout Standard
27949 In \SpecialChar LyX
27950  multiline formulas are created by pressing 
27951 \begin_inset Info
27952 type  "shortcut"
27953 arg   "newline-insert newline"
27954 \end_inset
27955
27956  inside a formula.
27957  This creates either an 
27958 \series bold
27959 eqnarray environment
27960 \series default
27961  that is described in 
27962 \begin_inset CommandInset ref
27963 LatexCommand ref
27964 reference "subsec:Eqnarray-Environment"
27965
27966 \end_inset
27967
27968  or, when the option 
27969 \family sans
27970 Use AMS math package
27971 \family default
27972  in the document settings is selected, an 
27973 \series bold
27974 align environment
27975 \series default
27976  that is described in 
27977 \begin_inset CommandInset ref
27978 LatexCommand ref
27979 reference "subsec:Standard-align-Environment"
27980
27981 \end_inset
27982
27983 .
27984  The align environment is recommended because it provides in any case a
27985  typographically correct output.
27986 \end_layout
27987
27988 \begin_layout Standard
27989 There are other multiline formula environments that can be created via the
27990  menu 
27991 \family sans
27992 Insert\SpecialChar menuseparator
27993 Math
27994 \family default
27995 .
27996  These environments are described in the following sections.
27997 \end_layout
27998
27999 \begin_layout Standard
28000 In all multiline formula environments a new line is created by pressing
28001  
28002 \begin_inset Info
28003 type  "shortcut"
28004 arg   "newline-insert newline"
28005 \end_inset
28006
28007 .
28008  To add or delete lines, the math toolbar buttons 
28009 \begin_inset Info
28010 type  "icon"
28011 arg   "inset-modify tabular append-row"
28012 \end_inset
28013
28014  or 
28015 \begin_inset Info
28016 type  "icon"
28017 arg   "inset-modify tabular delete-row"
28018 \end_inset
28019
28020 , respectively, or the menu 
28021 \family sans
28022 Edit\SpecialChar menuseparator
28023 Rows & Columns
28024 \family default
28025  can be used.
28026 \end_layout
28027
28028 \begin_layout Subsubsection
28029 Line Separation
28030 \begin_inset CommandInset label
28031 LatexCommand label
28032 name "subsec:Line-Separation"
28033
28034 \end_inset
28035
28036
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 Formula ! multiline ! Line separation
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Standard
28050 There is sometimes not enough space in multiline formulas between the lines:
28051 \begin_inset Formula 
28052 \begin{eqnarray*}
28053 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}\\
28054 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
28055 \end{eqnarray*}
28056
28057 \end_inset
28058
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063 In \SpecialChar LaTeX
28064  additional line space is specified as optional argument of the new line
28065  command.
28066  This is not yet possible in \SpecialChar LyX
28067
28068 \begin_inset Foot
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 see 
28073 \begin_inset CommandInset href
28074 LatexCommand href
28075 name "LyX-bug #1505"
28076 target "http://www.lyx.org/trac/ticket/1505"
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \end_inset
28084
28085 , therefore the whole formula must be inserted in \SpecialChar TeX
28086  mode.
28087  To add in our example space, the command 
28088 \series bold
28089
28090 \backslash
28091
28092 \backslash
28093 [3mm]
28094 \series default
28095  is inserted at the end of the first line.
28096  One gets: 
28097 \begin_inset ERT
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101
28102
28103 \backslash
28104 begin{eqnarray*}
28105 \end_layout
28106
28107 \begin_layout Plain Layout
28108
28109 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28110  = & 
28111 \backslash
28112 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28113 \backslash
28114
28115 \backslash
28116 [3mm]
28117 \end_layout
28118
28119 \begin_layout Plain Layout
28120
28121 4x^{2}
28122 \backslash
28123 left(B^{2}+x_{0}^{2}
28124 \backslash
28125 right)+4x_{0}x
28126 \backslash
28127 left(D-B^{2}
28128 \backslash
28129 right)+B^{2}
28130 \backslash
28131 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28132 \backslash
28133 right) & = & 0
28134 \end_layout
28135
28136 \begin_layout Plain Layout
28137
28138
28139 \backslash
28140 end{eqnarray*}
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Standard
28149 \begin_inset VSpace bigskip
28150 \end_inset
28151
28152 To set the line separation for all lines in a formula, the length 
28153 \series bold
28154
28155 \backslash
28156 jot
28157 \series default
28158
28159 \begin_inset Index idx
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Commands ! J ! 
28164 \backslash
28165 jot
28166 \end_layout
28167
28168 \end_inset
28169
28170  is changed.
28171  The definition is: 
28172 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28173 \end_inset
28174
28175 .
28176  Predefined for 
28177 \series bold
28178
28179 \backslash
28180 jot
28181 \series default
28182  is the value 3
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 pt.
28187  To create 3
28188 \begin_inset space \thinspace{}
28189 \end_inset
28190
28191 mm additional line separation as in the previous example, the command
28192 \end_layout
28193
28194 \begin_layout Standard
28195
28196 \series bold
28197
28198 \backslash
28199 setlength{
28200 \backslash
28201 jot}{3mm+3pt}
28202 \end_layout
28203
28204 \begin_layout Standard
28205 is inserted in \SpecialChar TeX
28206  mode before the formula.
28207  This requires that the \SpecialChar LaTeX
28208 -package 
28209 \series bold
28210 calc
28211 \series default
28212
28213 \begin_inset Foot
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217
28218 \series bold
28219 calc
28220 \series default
28221  is part of every \SpecialChar LaTeX
28222  standard installation.
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \begin_inset Index idx
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232 Packages ! calc
28233 \end_layout
28234
28235 \end_inset
28236
28237  was loaded in \SpecialChar LaTeX
28238 -preamble with the line
28239 \end_layout
28240
28241 \begin_layout Standard
28242
28243 \series bold
28244
28245 \backslash
28246 usepackage{calc}
28247 \end_layout
28248
28249 \begin_layout Standard
28250 One gets: 
28251 \begin_inset ERT
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255
28256
28257 \backslash
28258 setlength{
28259 \backslash
28260 jot}{3mm+3pt}
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \begin_inset Formula 
28267 \begin{eqnarray*}
28268 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}\\
28269 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
28270 \end{eqnarray*}
28271
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 setlength{
28286 \backslash
28287 jot}{3pt}
28288 \end_layout
28289
28290 \end_inset
28291
28292  To get back to the predefined distance, 
28293 \series bold
28294
28295 \backslash
28296 jot
28297 \series default
28298  is set to the value 3
28299 \begin_inset space \thinspace{}
28300 \end_inset
28301
28302 pt.
28303 \end_layout
28304
28305 \begin_layout Subsubsection
28306 Column Separation
28307 \begin_inset CommandInset label
28308 LatexCommand label
28309 name "subsec:Column-Separation"
28310
28311 \end_inset
28312
28313
28314 \begin_inset Index idx
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 Formula ! multiline ! Column separation
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 Multiline formulas form a matrix.
28328  A formula in the eqnarray environment is for example a matrix with three
28329  columns.
28330  By changing the column separation in this environment, the space beside
28331  the relation sign can be changed.
28332 \end_layout
28333
28334 \begin_layout Standard
28335 The column separation is specified with the length 
28336 \series bold
28337
28338 \backslash
28339 arraycolsep
28340 \series default
28341
28342 \begin_inset Index idx
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Commands ! A ! 
28347 \backslash
28348 arraycolsep
28349 \end_layout
28350
28351 \end_inset
28352
28353  according to:
28354 \begin_inset Newline newline
28355 \end_inset
28356
28357 column separation = 2
28358 \begin_inset space \thinspace{}
28359 \end_inset
28360
28361
28362 \series bold
28363
28364 \backslash
28365 arraycolsep
28366 \series default
28367
28368 \begin_inset Newline newline
28369 \end_inset
28370
28371 Thus, the command
28372 \end_layout
28373
28374 \begin_layout Standard
28375
28376 \series bold
28377
28378 \backslash
28379 setlength{
28380 \backslash
28381 arraycolsep}{1cm}
28382 \end_layout
28383
28384 \begin_layout Standard
28385 inserted in \SpecialChar TeX
28386  mode, sets for all following formulas a column separation of
28387  2
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 cm.
28392  To get back to the predefined distance, 
28393 \series bold
28394
28395 \backslash
28396 arraycolsep
28397 \series default
28398  is set to 5
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 pt.
28403 \end_layout
28404
28405 \begin_layout Standard
28406 A formula with 2
28407 \begin_inset space \thinspace{}
28408 \end_inset
28409
28410 cm column separation:
28411 \begin_inset ERT
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415
28416
28417 \backslash
28418 setlength{
28419 \backslash
28420 arraycolsep}{1cm}
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \begin_inset Formula 
28427 \begin{eqnarray*}
28428 A & = & B\\
28429 C & \ne & A
28430 \end{eqnarray*}
28431
28432 \end_inset
28433
28434 A formula with the predefined column separation for matrices of 10
28435 \begin_inset space \thinspace{}
28436 \end_inset
28437
28438 pt:
28439 \begin_inset ERT
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443
28444
28445 \backslash
28446 setlength{
28447 \backslash
28448 arraycolsep}{5pt}
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \begin_inset Formula 
28455 \begin{eqnarray*}
28456 A & = & B\\
28457 C & \ne & A
28458 \end{eqnarray*}
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Subsubsection
28466 Long Formulas
28467 \begin_inset Index idx
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471 Formula ! long
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 Long formulas can be typeset using these methods:
28481 \end_layout
28482
28483 \begin_layout Itemize
28484 When one side of the equation is much shorter than the line width, this
28485  one is chosen for the left side and the right side is typeset over two
28486  lines:
28487 \begin_inset Formula 
28488 \begin{eqnarray}
28489 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 \\
28490  &  & -\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}
28491 \end{eqnarray}
28492
28493 \end_inset
28494
28495 The minus sign at the beginning of the second line does normally not appear
28496  as an operator because it is the first character of the line.
28497  Thus it would not be surrounded by space and could not be distinguished
28498  from the fraction bar.
28499  To avoid this, 3
28500 \begin_inset space \thinspace{}
28501 \end_inset
28502
28503 pt space was inserted behind the minus sign with the command 
28504 \series bold
28505
28506 \backslash
28507 hspace
28508 \series default
28509 .
28510 \begin_inset Foot
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 for more about 
28515 \series bold
28516
28517 \backslash
28518 hspace
28519 \series default
28520  see 
28521 \begin_inset CommandInset ref
28522 LatexCommand ref
28523 reference "subsec:Variable-Space"
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \begin_inset Index idx
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Commands ! H ! 
28538 \backslash
28539 hspace
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \begin_layout Itemize
28548 When both sides of the equation are too long, the command 
28549 \series bold
28550
28551 \backslash
28552 lefteqn
28553 \series default
28554
28555 \begin_inset Index idx
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559 Commands ! L ! 
28560 \backslash
28561 lefteqn
28562 \end_layout
28563
28564 \end_inset
28565
28566  is used.
28567  It is inserted in the first column of the first line and causes all further
28568  insertions to overwrite the following columns:
28569 \begin_inset Formula 
28570 \begin{eqnarray}
28571 \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 \\
28572  &  & -\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 \\
28573  &  & =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}
28574 \end{eqnarray}
28575
28576 \end_inset
28577
28578 After the insertion of 
28579 \series bold
28580
28581 \backslash
28582 lefteqn
28583 \series default
28584 , the cursor is in a purple box that is a bit shifted to the left from the
28585  blue one.
28586  In this the formula is inserted.
28587 \begin_inset Newline newline
28588 \end_inset
28589
28590 The content of the further lines is inserted to the second or another formula
28591  column.
28592  The greater the column number where it was inserted, the larger the indentation.
28593 \begin_inset VSpace medskip
28594 \end_inset
28595
28596
28597 \begin_inset Newline newline
28598 \end_inset
28599
28600
28601 \begin_inset Note Greyedout
28602 status open
28603
28604 \begin_layout Plain Layout
28605 Note the following when using 
28606 \series bold
28607
28608 \backslash
28609 lefteqn
28610 \series default
28611 :
28612 \end_layout
28613
28614 \begin_layout Itemize
28615 The formula doesn't use the full page width.
28616  When e.
28617 \begin_inset space \thinspace{}
28618 \end_inset
28619
28620 g.
28621 \begin_inset space \space{}
28622 \end_inset
28623
28624 the term 
28625 \begin_inset Formula $-B^{2}$
28626 \end_inset
28627
28628  is added to the first line in the above example, it would have been outside
28629  the page margin.
28630  To better use the width, negative space can be inserted at the beginning
28631  of the first line.
28632 \end_layout
28633
28634 \begin_layout Itemize
28635 Due to a bug in \SpecialChar LyX
28636  the cursor cannot be set with the mouse into the first
28637  line.
28638 \begin_inset Foot
28639 status collapsed
28640
28641 \begin_layout Plain Layout
28642 \begin_inset CommandInset href
28643 LatexCommand href
28644 name "LyX-bug #1429"
28645 target "http://www.lyx.org/trac/ticket/1429"
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \end_inset
28653
28654  One can only set the cursor at the beginning of the line and move it with
28655  the arrow keys.
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Itemize
28664 Other methods to set long formulas are offered by the environments described
28665  in 
28666 \begin_inset CommandInset ref
28667 LatexCommand ref
28668 reference "subsec:Multline-Environment"
28669
28670 \end_inset
28671
28672  and 
28673 \begin_inset CommandInset ref
28674 LatexCommand ref
28675 reference "subsec:Multiline-Formula-Parts"
28676
28677 \end_inset
28678
28679 .
28680 \end_layout
28681
28682 \begin_layout Subsubsection
28683 Multiline Fractions
28684 \begin_inset CommandInset label
28685 LatexCommand label
28686 name "subsec:Multiline-Fractions"
28687
28688 \end_inset
28689
28690
28691 \begin_inset Index idx
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Fractions ! multiline
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 There are cases where the denominator and/or the numerator of a fraction
28705  is so long that the fraction does not fit into one line.
28706  It is then necessary to add a line break within the fraction.
28707  This can be done using the command 
28708 \series bold
28709
28710 \backslash
28711 splitfrac
28712 \series default
28713
28714 \begin_inset Index idx
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 Commands ! S ! 
28719 \backslash
28720 splitfrac
28721 \end_layout
28722
28723 \end_inset
28724
28725 .
28726  To activate it, set in the document settings under 
28727 \family sans
28728 Math
28729 \begin_inset space ~
28730 \end_inset
28731
28732 Options
28733 \family default
28734  for the package 
28735 \series bold
28736 mathtools
28737 \series default
28738
28739 \begin_inset Index idx
28740 status collapsed
28741
28742 \begin_layout Plain Layout
28743 Packages ! mathtools
28744 \end_layout
28745
28746 \end_inset
28747
28748  the option 
28749 \family sans
28750 Load
28751 \begin_inset space ~
28752 \end_inset
28753
28754 always
28755 \family default
28756 .
28757  
28758 \series bold
28759
28760 \backslash
28761 splitfrac
28762 \series default
28763  has the scheme
28764 \end_layout
28765
28766 \begin_layout Standard
28767
28768 \series bold
28769
28770 \backslash
28771 splitfrac{first line}{second line}
28772 \end_layout
28773
28774 \begin_layout Standard
28775 and is used as denominator and/or numerator:
28776 \end_layout
28777
28778 \begin_layout Standard
28779 \begin_inset Formula 
28780 \[
28781 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28782 \]
28783
28784 \end_inset
28785
28786 The command for the first numerator above is:
28787 \end_layout
28788
28789 \begin_layout Standard
28790
28791 \series bold
28792
28793 \backslash
28794 splitfrac{xy+xy+xy+xy+xy
28795 \begin_inset space \textvisiblespace{}
28796 \end_inset
28797
28798
28799 \backslash
28800 {+wy+wy+wy+wy
28801 \end_layout
28802
28803 \begin_layout Subsubsection
28804 Multiline Brackets
28805 \begin_inset CommandInset label
28806 LatexCommand label
28807 name "subsec:Multiline-Brackets"
28808
28809 \end_inset
28810
28811
28812 \begin_inset Index idx
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 Brackets ! for multiline expressions
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 For brackets spanning multiple lines the following problem occurs:
28826 \begin_inset Formula 
28827 \begin{eqnarray*}
28828 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28829  &  & \left.\cdots+B-D\right]
28830 \end{eqnarray*}
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Standard
28838 The closing bracket is smaller than the opening bracket because brackets
28839  with variable size may not span multiple lines.
28840 \end_layout
28841
28842 \begin_layout Standard
28843 To set the bracket size for the second line correctly, the first line is
28844  ended with 
28845 \series bold
28846
28847 \backslash
28848 right.
28849 \series default
28850
28851 \begin_inset Index idx
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855 Commands ! R ! 
28856 \backslash
28857 right
28858 \end_layout
28859
28860 \end_inset
28861
28862  and the second line with 
28863 \series bold
28864
28865 \backslash
28866 left.
28867 \begin_inset Foot
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 for more about 
28872 \series bold
28873
28874 \backslash
28875 left
28876 \series default
28877  and 
28878 \series bold
28879
28880 \backslash
28881 right
28882 \series default
28883  see 
28884 \begin_inset CommandInset ref
28885 LatexCommand ref
28886 reference "subsec:Automatic-Bracket-Size"
28887
28888 \end_inset
28889
28890
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \series default
28897
28898 \begin_inset Index idx
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 Commands ! L ! 
28903 \backslash
28904 left
28905 \end_layout
28906
28907 \end_inset
28908
28909 .
28910  After 
28911 \series bold
28912
28913 \backslash
28914 left.
28915
28916 \series default
28917  the command 
28918 \series bold
28919
28920 \backslash
28921 vphantom
28922 \series default
28923
28924 \begin_inset space \textvisiblespace{}
28925 \end_inset
28926
28927
28928 \series bold
28929
28930 \backslash
28931 prod
28932 \series default
28933 ^
28934 \begin_inset space \textvisiblespace{}
28935 \end_inset
28936
28937
28938 \series bold
28939
28940 \backslash
28941 infty
28942 \series default
28943
28944 \begin_inset space \textvisiblespace{}
28945 \end_inset
28946
28947
28948 \series bold
28949
28950 \begin_inset Formula $\downarrow$
28951 \end_inset
28952
28953 _R=1}
28954 \series default
28955
28956 \begin_inset Index idx
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 Commands ! V ! 
28961 \backslash
28962 vphantom
28963 \end_layout
28964
28965 \end_inset
28966
28967  is inserted, because the multiplication operator with its limits is the
28968  largest symbol in the first line and this should be the size for the bracket
28969  in the second line.
28970 \end_layout
28971
28972 \begin_layout Standard
28973 The result is this:
28974 \begin_inset Formula 
28975 \begin{eqnarray*}
28976 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28977  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28978 \end{eqnarray*}
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Subsection
28986 Align Environments
28987 \end_layout
28988
28989 \begin_layout Standard
28990 Align environments can be used for every kind of multiline formulas.
28991  They are especially useful to set several formulas side by side.
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Align environments consist of columns.
28996  The odd columns are right aligned, the even ones left aligned.
28997  Every line in an Align environment can be numbered.
28998 \end_layout
28999
29000 \begin_layout Standard
29001 Align environments are created via the menu 
29002 \family sans
29003 Insert\SpecialChar menuseparator
29004 Math
29005 \family default
29006 .
29007  With the menu 
29008 \family sans
29009 Edit\SpecialChar menuseparator
29010 Math\SpecialChar menuseparator
29011 Change Formula Type
29012 \family default
29013  already existing formulas can be converted to Align environments.
29014 \end_layout
29015
29016 \begin_layout Standard
29017 To add or delete columns, the math toolbar buttons 
29018 \begin_inset Info
29019 type  "icon"
29020 arg   "inset-modify tabular append-column"
29021 \end_inset
29022
29023  or 
29024 \begin_inset Info
29025 type  "icon"
29026 arg   "inset-modify tabular delete-column"
29027 \end_inset
29028
29029 , respectively, or the menu 
29030 \family sans
29031 Edit\SpecialChar menuseparator
29032 Rows & Columns
29033 \family default
29034  can be used.
29035 \end_layout
29036
29037 \begin_layout Subsubsection
29038 Standard align Environment
29039 \begin_inset CommandInset label
29040 LatexCommand label
29041 name "subsec:Standard-align-Environment"
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Formula ! multiline ! align environment
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 This Align environment is created by pressing 
29060 \begin_inset Info
29061 type  "shortcut"
29062 arg   "newline-insert newline"
29063 \end_inset
29064
29065  in a formula or by the menu 
29066 \family sans
29067 Insert\SpecialChar menuseparator
29068 Math\SpecialChar menuseparator
29069 AMS align Environment
29070 \family default
29071 .
29072 \end_layout
29073
29074 \begin_layout Standard
29075 An example for two formulas set side by side, that are created with a four
29076  column align environment:
29077 \begin_inset Formula 
29078 \begin{align*}
29079 A & =\sin(B) & C & =D\\
29080 C & \ne A & B & \ne D
29081 \end{align*}
29082
29083 \end_inset
29084
29085 As it can be seen, the formulas in this environment are placed so as if
29086  there would be a 
29087 \series bold
29088
29089 \backslash
29090 hfill
29091 \begin_inset Foot
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 more about 
29096 \series bold
29097
29098 \backslash
29099 hfill
29100 \series default
29101  see 
29102 \begin_inset CommandInset ref
29103 LatexCommand ref
29104 reference "subsec:Variable-Space"
29105
29106 \end_inset
29107
29108
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \series default
29115  before the first and after every even column.
29116  When the formula style 
29117 \series bold
29118 Indented
29119 \begin_inset Foot
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 formula styles see 
29124 \begin_inset CommandInset ref
29125 LatexCommand ref
29126 reference "sec:Formula-Styles"
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \series default
29137  is used, the formula is set without the 
29138 \series bold
29139
29140 \backslash
29141 hfill
29142 \series default
29143  before the first column.
29144 \end_layout
29145
29146 \begin_layout Subsubsection
29147 Alignat Environment
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Formula ! multiline ! alignat environment
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Standard
29161 The alignat environment has no predefined column separation.
29162  It can be inserted manually with the spaces that are described 
29163 \begin_inset CommandInset ref
29164 LatexCommand ref
29165 reference "subsec:Space"
29166
29167 \end_inset
29168
29169 .
29170 \end_layout
29171
29172 \begin_layout Standard
29173 The above example in the alignat environment where 1
29174 \begin_inset space \thinspace{}
29175 \end_inset
29176
29177 cm space was inserted at the beginning of the second formula:
29178 \begin_inset Formula 
29179 \begin{alignat*}{2}
29180 A & =\sin(B) & \hspace{1cm}C & =D\\
29181 C & \ne A & B & \ne D
29182 \end{alignat*}
29183
29184 \end_inset
29185
29186 Because the column separation can be set separately for every column, this
29187  environment is especially suitable to set three and more formulas side
29188  by side.
29189 \end_layout
29190
29191 \begin_layout Subsubsection
29192 Flalign Environment
29193 \begin_inset CommandInset label
29194 LatexCommand label
29195 name "subsec:Flalign-Environment"
29196
29197 \end_inset
29198
29199
29200 \begin_inset Index idx
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 Formula ! multiline ! flalign environment
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 In this environment the first two columns are always set as much as possible
29214  to the left and the last two ones to the right.
29215  An example:
29216 \begin_inset Formula 
29217 \begin{flalign*}
29218 A & =1 & B & =2 & C & =3\\
29219 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29220 \end{flalign*}
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 By creating a flalign environment with an odd number of columns where an
29229  empty \SpecialChar TeX
29230  brace is inserted to the last column, several formulas in a document
29231  can be set to the left, although the formula style 
29232 \series bold
29233 Centered
29234 \series default
29235  is used.
29236  As example the indented formula 
29237 \begin_inset CommandInset ref
29238 LatexCommand eqref
29239 reference "eq:VolInt"
29240
29241 \end_inset
29242
29243 :
29244 \begin_inset Formula 
29245 \begin{flalign}
29246 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29247 \end{flalign}
29248
29249 \end_inset
29250
29251 The first two columns contain the formula.
29252  To indent it as with the formula style 
29253 \series bold
29254 Indented
29255 \series default
29256 , 30
29257 \begin_inset space \thinspace{}
29258 \end_inset
29259
29260 pt space was inserted at the beginning of the first column.
29261 \end_layout
29262
29263 \begin_layout Subsection
29264 Eqnarray Environment
29265 \begin_inset CommandInset label
29266 LatexCommand label
29267 name "subsec:Eqnarray-Environment"
29268
29269 \end_inset
29270
29271
29272 \begin_inset Index idx
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 Formula ! multiline ! eqnarray environment
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 When this environment has been created, three blue boxes appear.
29286  The content of the first box is right aligned, the content of the last
29287  one left aligned.
29288  The content of the middle box appears centered and a bit smaller, because
29289  it is designed to insert there only relation characters.
29290 \begin_inset Formula 
29291 \begin{eqnarray*}
29292 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29293 AB & AB & AB\\
29294 A & = & A
29295 \end{eqnarray*}
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Subsection
29303 Gather Environment
29304 \begin_inset Index idx
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308 Formula ! multiline ! gather environment
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Standard
29317 This environment consists of only one centered column.
29318  Every line can be numbered.
29319 \begin_inset Formula 
29320 \begin{gather}
29321 A=1\\
29322 X=\textrm{-}1
29323 \end{gather}
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Subsection
29331 Multline Environment
29332 \begin_inset CommandInset label
29333 LatexCommand label
29334 name "subsec:Multline-Environment"
29335
29336 \end_inset
29337
29338
29339 \begin_inset Index idx
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Formula ! multiline ! multline environment
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 The multline environment consists, like the gather environment, of only
29353  one column.
29354  But the first line is left aligned, the last one right aligned.
29355  All other lines are centered.
29356  Therefore this environment is suitable for long formulas.
29357  As example formula 
29358 \begin_inset CommandInset ref
29359 LatexCommand eqref
29360 reference "eq:lefteqn"
29361
29362 \end_inset
29363
29364  in the multline environment:
29365 \begin_inset Formula 
29366 \begin{multline}
29367 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}\\
29368 -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}\\
29369 =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}}
29370 \end{multline}
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \begin_layout Standard
29378 In the output only the last (first) line of a multline environment appears
29379  numbered when the document numbering is right (left).
29380 \begin_inset Foot
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 numbering styles see 
29385 \begin_inset CommandInset ref
29386 LatexCommand ref
29387 reference "sec:Formula-Styles"
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \end_inset
29395
29396
29397 \end_layout
29398
29399 \begin_layout Standard
29400 With the commands 
29401 \series bold
29402
29403 \backslash
29404 shoveright
29405 \series default
29406
29407 \begin_inset Index idx
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Commands ! S ! 
29412 \backslash
29413 shoveright
29414 \end_layout
29415
29416 \end_inset
29417
29418  and 
29419 \series bold
29420
29421 \backslash
29422 shoveleft
29423 \series default
29424
29425 \begin_inset Index idx
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429 Commands ! S ! 
29430 \backslash
29431 shoveleft
29432 \end_layout
29433
29434 \end_inset
29435
29436  a centered line can be right or left aligned, respectively.
29437  The commands are used as follows:
29438 \end_layout
29439
29440 \begin_layout Standard
29441
29442 \series bold
29443
29444 \backslash
29445 shoveright{line content}
29446 \series default
29447  and 
29448 \series bold
29449
29450 \backslash
29451 shoveleft{line content}
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset VSpace medskip
29456 \end_inset
29457
29458 The length 
29459 \series bold
29460
29461 \backslash
29462 multlinegap
29463 \series default
29464
29465 \begin_inset Index idx
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 Commands ! M ! 
29470 \backslash
29471 multlinegap
29472 \end_layout
29473
29474 \end_inset
29475
29476  specifies the distance of the first line from the left page margin.
29477  Predefined is the length 0
29478 \begin_inset space \thinspace{}
29479 \end_inset
29480
29481 pt.
29482 \end_layout
29483
29484 \begin_layout Standard
29485 As example the above formula where the command
29486 \end_layout
29487
29488 \begin_layout Standard
29489
29490 \series bold
29491
29492 \backslash
29493 setlength{
29494 \backslash
29495 multlinegap}{2cm}
29496 \end_layout
29497
29498 \begin_layout Standard
29499 was inserted in \SpecialChar TeX
29500  mode before:
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506
29507 \backslash
29508 setlength{
29509 \backslash
29510 multlinegap}{2cm}
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \begin_inset Formula 
29517 \begin{multline}
29518 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}\\
29519 \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}}\\
29520 =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}}
29521 \end{multline}
29522
29523 \end_inset
29524
29525
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531
29532 \backslash
29533 setlength{
29534 \backslash
29535 multlinegap}{0pt}
29536 \end_layout
29537
29538 \end_inset
29539
29540 The second line was left aligned using 
29541 \series bold
29542
29543 \backslash
29544 shoveleft
29545 \series default
29546 .
29547 \end_layout
29548
29549 \begin_layout Subsection
29550 Multiline Formula Parts
29551 \begin_inset CommandInset label
29552 LatexCommand label
29553 name "subsec:Multiline-Formula-Parts"
29554
29555 \end_inset
29556
29557
29558 \begin_inset Index idx
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 Formula ! multiline ! formula parts
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 To display only parts of a formula with multiple lines, one of the following
29572  environments is used: 
29573 \series bold
29574 aligned
29575 \series default
29576
29577 \series bold
29578 alignedat
29579 \series default
29580
29581 \series bold
29582 gathered
29583 \series default
29584  or 
29585 \series bold
29586 split
29587 \series default
29588 .
29589  They can be inserted via the menu 
29590 \family sans
29591 Insert\SpecialChar menuseparator
29592 Math
29593 \family default
29594  or by using the commands described in this section.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 The first three have the same properties as the corresponding multiline
29599  formula environments, but it is possible to set further formula parts beside
29600  them.
29601  An example:
29602 \begin_inset Formula 
29603 \[
29604 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29605 \Delta E\Delta t & \ge\frac{\hbar}{2}
29606 \end{aligned}
29607 \right\} \textrm{Uncertainty relations}
29608 \]
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Standard
29616 To get this formula, a displayed formula is created where the command 
29617 \series bold
29618
29619 \backslash
29620 aligned
29621 \series default
29622
29623 \begin_inset Index idx
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627 Commands ! A ! 
29628 \backslash
29629 aligned
29630 \end_layout
29631
29632 \end_inset
29633
29634  is inserted.
29635  A purple box appears around the blue formula box where now columns and
29636  lines can be added.
29637  Outside the multiline environment other formula parts can be set, like
29638  the brace.
29639 \end_layout
29640
29641 \begin_layout Standard
29642 The aligned environment is also suitable for long formulas whose lines are
29643  horizontally aligned.
29644  Using aligned in a displayed formula has the advantage that the formula
29645  number is vertically centered behind the lines.
29646  As example formula 
29647 \begin_inset CommandInset ref
29648 LatexCommand eqref
29649 reference "eq:shortlong"
29650
29651 \end_inset
29652
29653  in the aligned environment:
29654 \begin_inset Formula 
29655 \begin{equation}
29656 \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}|}\\
29657  & -\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}|}
29658 \end{aligned}
29659 \end{equation}
29660
29661 \end_inset
29662
29663
29664 \end_layout
29665
29666 \begin_layout Standard
29667 To use the environments 
29668 \series bold
29669 alignedat
29670 \series default
29671
29672 \series bold
29673 gathered
29674 \series default
29675 , or 
29676 \series bold
29677 split
29678 \series default
29679 , the command 
29680 \series bold
29681
29682 \backslash
29683 alignedat
29684 \series default
29685 ,
29686 \begin_inset Index idx
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Commands ! A ! 
29691 \backslash
29692 alignedat
29693 \end_layout
29694
29695 \end_inset
29696
29697  
29698 \series bold
29699
29700 \backslash
29701 gathered
29702 \series default
29703
29704 \begin_inset Index idx
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 Commands ! G ! 
29709 \backslash
29710 gathered
29711 \end_layout
29712
29713 \end_inset
29714
29715 , or 
29716 \series bold
29717
29718 \backslash
29719 split
29720 \series default
29721
29722 \begin_inset Index idx
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Commands ! S ! 
29727 \backslash
29728 split
29729 \end_layout
29730
29731 \end_inset
29732
29733  are inserted, respectively.
29734  The split environment has the same properties as the aligned environment
29735  but it can only have two columns.
29736 \end_layout
29737
29738 \begin_layout Subsection
29739 Text in multiline Formulas
29740 \begin_inset CommandInset label
29741 LatexCommand label
29742 name "subsec:Text-in-multiline"
29743
29744 \end_inset
29745
29746
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Text ! in formulas
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \begin_inset Index idx
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761 Formula ! multiline ! text
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \begin_layout Standard
29770 In the Align environments, and the multline and gather environment, text
29771  can be inserted that will appear in a separate line and doesn't affect
29772  the column alignment.
29773  To do this, the command 
29774 \series bold
29775
29776 \backslash
29777 intertext
29778 \series default
29779
29780 \begin_inset Index idx
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784 Commands ! I ! 
29785 \backslash
29786 intertext
29787 \end_layout
29788
29789 \end_inset
29790
29791  is used in the following scheme:
29792 \end_layout
29793
29794 \begin_layout Standard
29795
29796 \series bold
29797
29798 \backslash
29799 intertext{text}
29800 \end_layout
29801
29802 \begin_layout Standard
29803 The text should not be longer than a line because it cannot be hyphenated.
29804  As \SpecialChar LyX
29805  doesn't yet support 
29806 \series bold
29807
29808 \backslash
29809 intertext
29810 \series default
29811  directly, the text is written as mathematical text.
29812  
29813 \series bold
29814
29815 \backslash
29816 intertext
29817 \series default
29818  must hereby be at the beginning of a line and appears in the output above
29819  this line.
29820  An example where the text was inserted at the beginning of the second line:
29821 \begin_inset Formula 
29822 \begin{align}
29823 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29824 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29825 \end{align}
29826
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \begin_layout Standard
29833
29834 \series bold
29835
29836 \backslash
29837 intertext
29838 \series default
29839  always creates some vertical space between the text and the formula lines.
29840  To avoid this space, set in the document settings under 
29841 \family sans
29842 Math
29843 \begin_inset space ~
29844 \end_inset
29845
29846 Options
29847 \family default
29848  for the package 
29849 \series bold
29850 mathtools
29851 \series default
29852
29853 \begin_inset Index idx
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 Packages ! mathtools
29858 \end_layout
29859
29860 \end_inset
29861
29862  the option 
29863 \family sans
29864 Load
29865 \begin_inset space ~
29866 \end_inset
29867
29868 always
29869 \family default
29870 .
29871  Then you can use the command 
29872 \series bold
29873
29874 \backslash
29875 shortintertext
29876 \series default
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Commands ! S ! 
29883 \backslash
29884 shortintertext
29885 \end_layout
29886
29887 \end_inset
29888
29889  instead of 
29890 \series bold
29891
29892 \backslash
29893 intertext
29894 \series default
29895 :
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset Formula 
29900 \begin{align}
29901 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29902 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29903 \end{align}
29904
29905 \end_inset
29906
29907
29908 \end_layout
29909
29910 \begin_layout Section
29911 Formula Numbering
29912 \begin_inset Index idx
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916 Formula numbering
29917 \end_layout
29918
29919 \end_inset
29920
29921
29922 \begin_inset Index idx
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926 Formula ! numbering|see
29927 \begin_inset ERT
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931
29932 {
29933 \end_layout
29934
29935 \end_inset
29936
29937 Formula numbering
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942
29943 }
29944 \end_layout
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Subsection
29957 General
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Numbered formulas can be created with the menu 
29962 \family sans
29963 Insert\SpecialChar menuseparator
29964 Math\SpecialChar menuseparator
29965 Numbered
29966 \begin_inset space ~
29967 \end_inset
29968
29969 Formula
29970 \family default
29971  (shortcut 
29972 \family sans
29973 Ctrl+Alt
29974 \begin_inset space ~
29975 \end_inset
29976
29977 N
29978 \family default
29979 ).
29980  Existing formulas can be numbered with the menu 
29981 \family sans
29982 Edit\SpecialChar menuseparator
29983 Math\SpecialChar menuseparator
29984 Toggle
29985 \begin_inset space ~
29986 \end_inset
29987
29988 Numbering
29989 \family default
29990  (shortcut 
29991 \begin_inset Info
29992 type  "shortcut"
29993 arg   "math-number-toggle"
29994 \end_inset
29995
29996 ).
29997  The formula number is displayed in \SpecialChar LyX
29998  behind the formula as a number sign
29999  in parentheses.
30000  The number sign is replaced in the output by the formula number.
30001 \end_layout
30002
30003 \begin_layout Standard
30004 When numbering is turned on in multiline formulas, all lines will be numbered.
30005  But the numbering can be controlled with the menu 
30006 \family sans
30007 Edit\SpecialChar menuseparator
30008 Math\SpecialChar menuseparator
30009 Toggle
30010 \begin_inset space ~
30011 \end_inset
30012
30013 Numbering
30014 \begin_inset space ~
30015 \end_inset
30016
30017 of
30018 \begin_inset space ~
30019 \end_inset
30020
30021 Line
30022 \family default
30023  (shortcut 
30024 \begin_inset Info
30025 type  "shortcut"
30026 arg   "math-number-line-toggle"
30027 \end_inset
30028
30029 ) for every line.
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Except for inline formulas, all formulas can be numbered with two different
30034  styles, see 
30035 \begin_inset CommandInset ref
30036 LatexCommand ref
30037 reference "sec:Formula-Styles"
30038
30039 \end_inset
30040
30041 .
30042 \end_layout
30043
30044 \begin_layout Subsection
30045 Cross-References
30046 \begin_inset Index idx
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050 Cross-references ! to formulas
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 All labeled formulas can be cross-referenced.
30060  A label is added by the menu 
30061 \family sans
30062 Insert\SpecialChar menuseparator
30063 Label
30064 \family default
30065  or the toolbar button 
30066 \begin_inset Info
30067 type  "icon"
30068 arg   "label-insert"
30069 \end_inset
30070
30071 .
30072  The cursor must hereby be inside a displayed formula.
30073  Alternatively you can right-click on the formula and choose 
30074 \family sans
30075 Equation Label
30076 \family default
30077 .
30078  A dialog pops up displaying the prefix 
30079 \series bold
30080 eq:
30081 \series default
30082  in a text field.
30083  The label is inserted there behind the prefix.
30084  The predefined prefix means 
30085 \begin_inset Quotes eld
30086 \end_inset
30087
30088 equation
30089 \begin_inset Quotes erd
30090 \end_inset
30091
30092  and makes it easier to find labels in large documents because it marks
30093  it as formula label to divide it from e.
30094 \begin_inset space \thinspace{}
30095 \end_inset
30096
30097 g.
30098 \begin_inset space \space{}
30099 \end_inset
30100
30101 section labels.
30102  To change a label, the menu 
30103 \family sans
30104 Insert\SpecialChar menuseparator
30105 Label
30106 \family default
30107  is used again or you right-click on a formula and then on 
30108 \family sans
30109 Equation Label
30110 \family default
30111 .
30112 \end_layout
30113
30114 \begin_layout Standard
30115 The name of the label is displayed in \SpecialChar LyX
30116  within two parentheses behind formula.
30117  A formula with a label is always numbered.
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Cross-references are inserted via the menu 
30122 \family sans
30123 Insert\SpecialChar menuseparator
30124 Cross-Reference
30125 \family default
30126  or with the toolbar button 
30127 \begin_inset Info
30128 type  "icon"
30129 arg   "dialog-show-new-inset ref"
30130 \end_inset
30131
30132 .
30133  A formula cross-reference appears in the output as formula number.
30134  When in the cross-reference dialog window the format 
30135 \series bold
30136 (<reference>)
30137 \series default
30138  is chosen, the cross-reference appears in the output as formula number
30139  in parentheses.
30140 \begin_inset Newline newline
30141 \end_inset
30142
30143 By right-clicking on a cross-reference in \SpecialChar LyX
30144 , one jumps to the formula that
30145  is referenced.
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Here are as examples cross-references to formulas of the following subsections:
30150 \begin_inset Note Note
30151 status open
30152
30153 \begin_layout Plain Layout
30154 Note the different cross-reference types.
30155 \end_layout
30156
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163 The equations 
30164 \begin_inset CommandInset ref
30165 LatexCommand eqref
30166 reference "eq:tag"
30167
30168 \end_inset
30169
30170  and 
30171 \begin_inset CommandInset ref
30172 LatexCommand eqref
30173 reference "eq:c"
30174
30175 \end_inset
30176
30177  are equivalent.
30178  In (
30179 \begin_inset CommandInset ref
30180 LatexCommand ref
30181 reference "eq:Lat"
30182
30183 \end_inset
30184
30185 ) big Latin letters are used for the numbering in contrary to (
30186 \begin_inset CommandInset ref
30187 LatexCommand ref
30188 reference "eq:Rom"
30189
30190 \end_inset
30191
30192 ).
30193 \end_layout
30194
30195 \begin_layout Standard
30196 \begin_inset VSpace medskip
30197 \end_inset
30198
30199 When the argument of 
30200 \series bold
30201
30202 \backslash
30203 tag
30204 \begin_inset Foot
30205 status collapsed
30206
30207 \begin_layout Plain Layout
30208
30209 \series bold
30210
30211 \backslash
30212 tag
30213 \series default
30214  is described in 
30215 \begin_inset CommandInset ref
30216 LatexCommand ref
30217 reference "subsec:User-defined-Numbering"
30218
30219 \end_inset
30220
30221 .
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \series default
30228  contains a box like in 
30229 \begin_inset CommandInset ref
30230 LatexCommand ref
30231 reference "subsec:Paragraph-Boxes"
30232
30233 \end_inset
30234
30235 , the formula cannot be referenced.
30236 \end_layout
30237
30238 \begin_layout Subsection
30239 Subnumbering
30240 \begin_inset Index idx
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244 Formula numbering ! subnumbering
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \begin_layout Standard
30253 With the help of the commands 
30254 \series bold
30255
30256 \backslash
30257 begin{subequations}
30258 \series default
30259  and 
30260 \series bold
30261
30262 \backslash
30263 end{subequations}
30264 \series default
30265  formulas can be subnumbered.
30266  Both commands are inserted in \SpecialChar TeX
30267  mode.
30268 \end_layout
30269
30270 \begin_layout Standard
30271 An example:
30272 \begin_inset Formula 
30273 \begin{equation}
30274 A=C-B\label{eq:a}
30275 \end{equation}
30276
30277 \end_inset
30278
30279
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 addtocounter{equation}{-1}
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298
30299 \backslash
30300 begin{subequations}
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \begin_inset VSpace -5mm
30307 \end_inset
30308
30309
30310 \begin_inset Formula 
30311 \begin{equation}
30312 B=C-A\label{eq:b}
30313 \end{equation}
30314
30315 \end_inset
30316
30317
30318 \begin_inset Formula 
30319 \begin{equation}
30320 C=A+B\label{eq:c}
30321 \end{equation}
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 end{subequations}
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Standard
30345 To create the example, the following is done:
30346 \end_layout
30347
30348 \begin_layout Enumerate
30349 first formula is inserted
30350 \end_layout
30351
30352 \begin_layout Enumerate
30353
30354 \series bold
30355
30356 \backslash
30357 addtocounter{equation}{-1} 
30358 \backslash
30359 begin{subequations}
30360 \begin_inset Index idx
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364 Commands ! A ! 
30365 \backslash
30366 addtocounter
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \begin_inset Newline newline
30373 \end_inset
30374
30375
30376 \series default
30377 is inserted after the first formula
30378 \end_layout
30379
30380 \begin_layout Enumerate
30381 second formula is inserted
30382 \end_layout
30383
30384 \begin_layout Enumerate
30385 third formula is inserted
30386 \end_layout
30387
30388 \begin_layout Enumerate
30389
30390 \series bold
30391
30392 \backslash
30393 end{subequations}
30394 \series default
30395  is inserted after the third formula
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Every formula between the commands 
30400 \series bold
30401
30402 \backslash
30403 begin
30404 \series default
30405  and 
30406 \series bold
30407
30408 \backslash
30409 end
30410 \series default
30411  is subnumbered as a, b, 
30412 \begin_inset Newline linebreak
30413 \end_inset
30414
30415 c, \SpecialChar ldots
30416  For multiline formulas every line will be subnumbered.
30417  All subnumbered formulas are treated as 
30418 \emph on
30419 one
30420 \emph default
30421  numbered formula.
30422  But as every numbered formula increases the counter 
30423 \series bold
30424 equation
30425 \series default
30426  by one, the command 
30427 \series bold
30428
30429 \backslash
30430 addtocounter
30431 \series default
30432  is needed to decrease it.
30433  Otherwise the formulas 
30434 \begin_inset CommandInset ref
30435 LatexCommand eqref
30436 reference "eq:a"
30437
30438 \end_inset
30439
30440
30441 \begin_inset CommandInset ref
30442 LatexCommand eqref
30443 reference "eq:b"
30444
30445 \end_inset
30446
30447
30448 \begin_inset CommandInset ref
30449 LatexCommand eqref
30450 reference "eq:c"
30451
30452 \end_inset
30453
30454  would be numbered as 
30455 \begin_inset CommandInset ref
30456 LatexCommand eqref
30457 reference "eq:a"
30458
30459 \end_inset
30460
30461
30462 \begin_inset CommandInset ref
30463 LatexCommand eqref
30464 reference "eq:d"
30465
30466 \end_inset
30467
30468
30469 \begin_inset CommandInset ref
30470 LatexCommand eqref
30471 reference "eq:f"
30472
30473 \end_inset
30474
30475 .
30476 \end_layout
30477
30478 \begin_layout Standard
30479 By inserting the commands in \SpecialChar TeX
30480  mode, a space is created between the first
30481  two formulas.
30482  To revert this -5
30483 \begin_inset space \thinspace{}
30484 \end_inset
30485
30486 mm vertical space is inserted after the command 
30487 \series bold
30488
30489 \backslash
30490 begin{subequations}
30491 \series default
30492 .
30493  When the formula style 
30494 \series bold
30495 Indented
30496 \begin_inset Foot
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 formula styles see 
30501 \begin_inset CommandInset ref
30502 LatexCommand ref
30503 reference "sec:Formula-Styles"
30504
30505 \end_inset
30506
30507
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \series default
30514  is used, -7
30515 \begin_inset space \thinspace{}
30516 \end_inset
30517
30518 mm space is inserted instead.
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Here is an example for a multiline formula where the numbering was turned
30523  off for the second line:
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 begin{subequations}
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset Formula 
30538 \begin{eqnarray}
30539 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30540  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30541  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30542 \end{eqnarray}
30543
30544 \end_inset
30545
30546
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552
30553 \backslash
30554 end{subequations}
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Subsection
30563 User-defined Numbering
30564 \begin_inset CommandInset label
30565 LatexCommand label
30566 name "subsec:User-defined-Numbering"
30567
30568 \end_inset
30569
30570
30571 \begin_inset Index idx
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 Formula numbering ! user-defined
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 \begin_inset Index idx
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588 Formula numbering ! self-defined delimiters
30589 \end_layout
30590
30591 \end_inset
30592
30593 With the standard numbering parentheses are set around the formula number.
30594  To replace the parentheses for example by vertical bars, the following
30595  line is added to the \SpecialChar LaTeX
30596 -preamble:
30597 \end_layout
30598
30599 \begin_layout Standard
30600
30601 \series bold
30602
30603 \backslash
30604 def
30605 \backslash
30606 tagform@#1{
30607 \backslash
30608 maketag@@@{|#1|}}
30609 \series default
30610
30611 \begin_inset Note Note
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615 This macro is already declared in the \SpecialChar LaTeX
30616 -preamble for testing.
30617  To activate it, remove the percent sign at the beginning.
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \end_layout
30624
30625 \begin_layout Standard
30626 To use other characters, the vertical bars besides the 
30627 \series bold
30628 #1
30629 \series default
30630  are replaced by one ore more characters.
30631  To get only the formula number the vertical bars are omitted.
30632 \end_layout
30633
30634 \begin_layout Standard
30635 \begin_inset VSpace bigskip
30636 \end_inset
30637
30638 When there should be an expression of your choice instead of the consecutive
30639  formula number in parentheses behind the formula, the command 
30640 \series bold
30641
30642 \backslash
30643 tag
30644 \series default
30645
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Commands ! T ! 
30651 \backslash
30652 tag
30653 \end_layout
30654
30655 \end_inset
30656
30657  is used:
30658 \begin_inset Formula 
30659 \begin{equation}
30660 A+B=C\tag{something}\label{eq:tag}
30661 \end{equation}
30662
30663 \end_inset
30664
30665 In this example the command 
30666 \series bold
30667
30668 \backslash
30669 tag
30670 \begin_inset space \textvisiblespace{}
30671 \end_inset
30672
30673 something
30674 \series default
30675  was inserted in the formula.
30676 \end_layout
30677
30678 \begin_layout Standard
30679 When the command 
30680 \series bold
30681
30682 \backslash
30683 tag*
30684 \begin_inset space \textvisiblespace{}
30685 \end_inset
30686
30687 something
30688 \series default
30689  is inserted instead, the star prevents the parentheses around the expression:
30690 \begin_inset Formula 
30691 \[
30692 A+B=C\tag*{something}
30693 \]
30694
30695 \end_inset
30696
30697
30698 \end_layout
30699
30700 \begin_layout Standard
30701 \begin_inset VSpace bigskip
30702 \end_inset
30703
30704 To restart the formula numbering with new document parts or sections, the
30705  following command is used:
30706 \end_layout
30707
30708 \begin_layout Standard
30709
30710 \series bold
30711
30712 \backslash
30713 @addtoreset{equation}{part}
30714 \series default
30715
30716 \begin_inset Index idx
30717 status collapsed
30718
30719 \begin_layout Plain Layout
30720 Commands ! 
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725
30726 "
30727 \end_layout
30728
30729 \end_inset
30730
30731 @
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737 "
30738 \end_layout
30739
30740 \end_inset
30741
30742  ! 
30743 \backslash
30744
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 "
30751 \end_layout
30752
30753 \end_inset
30754
30755 @
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761 "
30762 \end_layout
30763
30764 \end_inset
30765
30766 addtoreset
30767 \end_layout
30768
30769 \end_inset
30770
30771
30772 \begin_inset Newline newline
30773 \end_inset
30774
30775 resp.
30776 \begin_inset Newline newline
30777 \end_inset
30778
30779
30780 \series bold
30781
30782 \backslash
30783 @addtoreset{equation}{section}
30784 \end_layout
30785
30786 \begin_layout Standard
30787 To be able to use these commands in \SpecialChar TeX
30788  mode, the 
30789 \begin_inset Quotes eld
30790 \end_inset
30791
30792 @
30793 \begin_inset Quotes erd
30794 \end_inset
30795
30796  character has to be made 
30797 \begin_inset Quotes eld
30798 \end_inset
30799
30800 active
30801 \begin_inset Quotes erd
30802 \end_inset
30803
30804  for \SpecialChar LaTeX
30805  using the command 
30806 \series bold
30807
30808 \backslash
30809 makeatletter.
30810
30811 \series default
30812  The command 
30813 \series bold
30814
30815 \backslash
30816 makeatother
30817 \series default
30818  reverts this.
30819  So the command sequence in \SpecialChar TeX
30820  mode is:
30821 \end_layout
30822
30823 \begin_layout Standard
30824
30825 \series bold
30826
30827 \backslash
30828 makeatletter
30829 \begin_inset Newline newline
30830 \end_inset
30831
30832
30833 \backslash
30834 @addtoreset{equation}{section}
30835 \begin_inset Newline newline
30836 \end_inset
30837
30838
30839 \backslash
30840 makeatother
30841 \end_layout
30842
30843 \begin_layout Standard
30844 In the \SpecialChar LaTeX
30845 -preamble 
30846 \series bold
30847
30848 \backslash
30849 makeatletter
30850 \series default
30851  and 
30852 \series bold
30853
30854 \backslash
30855 makeatother
30856 \series default
30857  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30858 .
30859 \end_layout
30860
30861 \begin_layout Standard
30862 To revert 
30863 \series bold
30864
30865 \backslash
30866 @addtoreset
30867 \series default
30868 , the file 
30869 \series bold
30870 remreset.sty
30871 \series default
30872
30873 \begin_inset Foot
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877
30878 \series bold
30879 remreset
30880 \series default
30881  is part of the \SpecialChar LaTeX
30882 -package 
30883 \series bold
30884 carlisle
30885 \series default
30886
30887 \begin_inset Index idx
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891 Packages ! carlisle
30892 \end_layout
30893
30894 \end_inset
30895
30896  that is part of every \SpecialChar LaTeX
30897  standard installation.
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \begin_inset Index idx
30904 status collapsed
30905
30906 \begin_layout Plain Layout
30907 Packages ! remreset
30908 \end_layout
30909
30910 \end_inset
30911
30912  has to be loaded in the \SpecialChar LaTeX
30913 -preamble with the line
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 usepackage{remreset}
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Then the command 
30926 \series bold
30927
30928 \backslash
30929 @removefromreset
30930 \series default
30931
30932 \begin_inset Index idx
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936 Commands ! 
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 "
30943 \end_layout
30944
30945 \end_inset
30946
30947 @
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953 "
30954 \end_layout
30955
30956 \end_inset
30957
30958  ! 
30959 \backslash
30960
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 "
30967 \end_layout
30968
30969 \end_inset
30970
30971 @
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977 "
30978 \end_layout
30979
30980 \end_inset
30981
30982 removefromreset
30983 \end_layout
30984
30985 \end_inset
30986
30987  can be used with the same scheme as 
30988 \series bold
30989
30990 \backslash
30991 @addtoreset
30992 \series default
30993 .
30994 \end_layout
30995
30996 \begin_layout Standard
30997 \begin_inset VSpace bigskip
30998 \end_inset
30999
31000 Sometimes formulas should be numbered in the following form:
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \family typewriter
31006 (section number.formula number)
31007 \end_layout
31008
31009 \begin_layout Standard
31010 The formula number should start with every section with 
31011 \begin_inset Quotes eld
31012 \end_inset
31013
31014 1
31015 \begin_inset Quotes erd
31016 \end_inset
31017
31018 .
31019 \end_layout
31020
31021 \begin_layout Standard
31022 For this case there is the command 
31023 \series bold
31024
31025 \backslash
31026 numberwithin
31027 \series default
31028
31029 \begin_inset Index idx
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 Commands ! N ! 
31034 \backslash
31035 numberwithin
31036 \end_layout
31037
31038 \end_inset
31039
31040 , which is used with the following scheme:
31041 \end_layout
31042
31043 \begin_layout Standard
31044
31045 \series bold
31046
31047 \backslash
31048 numberwithin{counter}{sectioning}
31049 \end_layout
31050
31051 \begin_layout Standard
31052 Counter denotes what kind of numbering is affected, sectioning denotes what
31053  number is before the dot.
31054 \end_layout
31055
31056 \begin_layout Standard
31057 Thus in our case the following \SpecialChar LaTeX
31058  preamble or \SpecialChar TeX
31059  code line is used:
31060 \end_layout
31061
31062 \begin_layout Standard
31063
31064 \series bold
31065
31066 \backslash
31067 numberwithin{equation}{section}
31068 \end_layout
31069
31070 \begin_layout Standard
31071 This is the result:
31072 \begin_inset ERT
31073 status collapsed
31074
31075 \begin_layout Plain Layout
31076
31077
31078 \backslash
31079 numberwithin{equation}{section}
31080 \end_layout
31081
31082 \end_inset
31083
31084
31085 \begin_inset Formula 
31086 \begin{equation}
31087 A+B=C
31088 \end{equation}
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Standard
31096 To number e.
31097 \begin_inset space \thinspace{}
31098 \end_inset
31099
31100 g.
31101 \begin_inset space \space{}
31102 \end_inset
31103
31104 tables so that the number of the part is the sectioning,
31105 \begin_inset Newline newline
31106 \end_inset
31107
31108
31109 \series bold
31110
31111 \backslash
31112 numberwithin{table}{part}
31113 \series default
31114  is used.
31115 \end_layout
31116
31117 \begin_layout Standard
31118 To go back to the standard numbering or to prevent this kind of numbering
31119  when it is defined by the document class, the following command is inserted
31120  as \SpecialChar TeX
31121  code or to the \SpecialChar LaTeX
31122  preamble:
31123 \end_layout
31124
31125 \begin_layout Standard
31126
31127 \series bold
31128
31129 \backslash
31130 renewcommand{
31131 \backslash
31132 theequation}{
31133 \backslash
31134 arabic{equation}}
31135 \begin_inset Index idx
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 Commands ! A ! 
31140 \backslash
31141 arabic
31142 \end_layout
31143
31144 \end_inset
31145
31146
31147 \series default
31148
31149 \begin_inset ERT
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153
31154
31155 \backslash
31156 renewcommand{
31157 \backslash
31158 theequation}{
31159 \backslash
31160 arabic{equation}}
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \series bold
31167
31168 \begin_inset Newline newline
31169 \end_inset
31170
31171
31172 \series default
31173 or
31174 \series bold
31175
31176 \begin_inset Newline newline
31177 \end_inset
31178
31179
31180 \backslash
31181 renewcommand{
31182 \backslash
31183 thetable}{
31184 \backslash
31185 arabic{table}}
31186 \end_layout
31187
31188 \begin_layout Standard
31189
31190 \series bold
31191
31192 \backslash
31193 numberwithin
31194 \series default
31195  uses internally the command 
31196 \series bold
31197
31198 \backslash
31199 @addtoreset
31200 \series default
31201 , described above, that also needs to be reverted.
31202 \begin_inset ERT
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206
31207
31208 \backslash
31209 makeatletter
31210 \end_layout
31211
31212 \begin_layout Plain Layout
31213
31214
31215 \backslash
31216 @removefromreset{equation}{section}
31217 \end_layout
31218
31219 \begin_layout Plain Layout
31220
31221
31222 \backslash
31223 makeatother
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Subsection
31232 Numbering with Roman Numbers and Letters
31233 \begin_inset Index idx
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237 Formula numbering ! with letters
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 Formula numbering ! with Roman numbers
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \begin_layout Standard
31256 Formulas can also be numbered with Roman numbers and Latin letters.
31257  To number for example with small Roman numbers, the command
31258 \end_layout
31259
31260 \begin_layout Standard
31261
31262 \series bold
31263
31264 \backslash
31265 renewcommand{
31266 \backslash
31267 theequation}{
31268 \backslash
31269 roman{equation}}
31270 \end_layout
31271
31272 \begin_layout Standard
31273 is inserted before the formula in \SpecialChar TeX
31274  mode.
31275  
31276 \series bold
31277
31278 \backslash
31279 renewcommand
31280 \series default
31281
31282 \begin_inset Index idx
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 Commands ! R ! 
31287 \backslash
31288 renewcommand
31289 \end_layout
31290
31291 \end_inset
31292
31293  redefines the predefined command 
31294 \series bold
31295
31296 \backslash
31297 theequation
31298 \series default
31299  to the command 
31300 \series bold
31301
31302 \backslash
31303 roman{equation}
31304 \series default
31305 .
31306 \begin_inset Foot
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 The command 
31311 \series bold
31312
31313 \backslash
31314 renewcommand
31315 \series default
31316  has the same scheme like the command 
31317 \series bold
31318
31319 \backslash
31320 newcommand
31321 \series default
31322  that is described in 
31323 \begin_inset CommandInset ref
31324 LatexCommand ref
31325 reference "subsec:The-Command-newcommand"
31326
31327 \end_inset
31328
31329 .
31330 \end_layout
31331
31332 \end_inset
31333
31334  
31335 \series bold
31336 equation
31337 \series default
31338  is the formula counter.
31339  When the command 
31340 \series bold
31341
31342 \backslash
31343 the
31344 \series default
31345  is used as prefix for a counter, the value of the counter is output as
31346  Arabic number.
31347  When a formula is numbered, \SpecialChar LaTeX
31348  sets internally the command 
31349 \series bold
31350
31351 \backslash
31352 theequation
31353 \series default
31354  behind the formula.
31355  
31356 \series bold
31357
31358 \backslash
31359 roman{equation}
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Commands ! R ! 
31365 \backslash
31366 roman
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \series default
31373  outputs the counter as small Roman number.
31374 \end_layout
31375
31376 \begin_layout Standard
31377 All formulas behind the command 
31378 \series bold
31379
31380 \backslash
31381 renew
31382 \series default
31383 c
31384 \series bold
31385 ommand
31386 \series default
31387  are now numbered Roman.
31388  To switch to numbering with big Roman numbers, the command is inserted
31389  again, but 
31390 \series bold
31391
31392 \backslash
31393 roman
31394 \series default
31395  is replaced by 
31396 \series bold
31397
31398 \backslash
31399 Roman
31400 \series default
31401
31402 \begin_inset Index idx
31403 status collapsed
31404
31405 \begin_layout Plain Layout
31406 Commands ! R ! 
31407 \backslash
31408 roman@
31409 \backslash
31410 Roman
31411 \end_layout
31412
31413 \end_inset
31414
31415 .
31416  To 
31417 \begin_inset Quotes eld
31418 \end_inset
31419
31420 number
31421 \begin_inset Quotes erd
31422 \end_inset
31423
31424  with small Latin letters there is the command 
31425 \series bold
31426
31427 \backslash
31428 alph
31429 \series default
31430
31431 \begin_inset Index idx
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435 Commands ! A ! 
31436 \backslash
31437 alph
31438 \end_layout
31439
31440 \end_inset
31441
31442 , for big ones there is the command 
31443 \series bold
31444
31445 \backslash
31446 Alph
31447 \series default
31448
31449 \begin_inset Index idx
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Commands ! A ! 
31454 \backslash
31455 alph@
31456 \backslash
31457 Alph
31458 \end_layout
31459
31460 \end_inset
31461
31462 .
31463 \end_layout
31464
31465 \begin_layout Standard
31466 \begin_inset Note Greyedout
31467 status open
31468
31469 \begin_layout Plain Layout
31470
31471 \series bold
31472 \color none
31473 Note:
31474 \series default
31475  Only maximal 26
31476 \begin_inset space ~
31477 \end_inset
31478
31479 formulas can be numbered with Latin letters in one document.
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 \begin_inset ERT
31489 status collapsed
31490
31491 \begin_layout Plain Layout
31492
31493
31494 \backslash
31495 renewcommand{
31496 \backslash
31497 theequation}{
31498 \backslash
31499 roman{equation}}
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 \begin_inset Formula 
31509 \begin{equation}
31510 A=\textrm{small roman}
31511 \end{equation}
31512
31513 \end_inset
31514
31515
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521
31522 \backslash
31523 renewcommand{
31524 \backslash
31525 theequation}{
31526 \backslash
31527 Roman{equation}}
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \begin_inset Formula 
31534 \begin{equation}
31535 B=\textrm{big Roman}\label{eq:Rom}
31536 \end{equation}
31537
31538 \end_inset
31539
31540
31541 \begin_inset ERT
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545
31546
31547 \backslash
31548 renewcommand{
31549 \backslash
31550 theequation}{
31551 \backslash
31552 alph{equation}}
31553 \end_layout
31554
31555 \end_inset
31556
31557
31558 \begin_inset Formula 
31559 \begin{equation}
31560 C=\textrm{small Latin}
31561 \end{equation}
31562
31563 \end_inset
31564
31565
31566 \begin_inset ERT
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 renewcommand{
31574 \backslash
31575 theequation}{
31576 \backslash
31577 Alph{equation}}
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Formula 
31584 \begin{equation}
31585 D=\textrm{big Latin}\label{eq:Lat}
31586 \end{equation}
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Standard
31594 To switch back to the default numbering, insert the command:
31595 \end_layout
31596
31597 \begin_layout Standard
31598
31599 \series bold
31600
31601 \backslash
31602 renewcommand{
31603 \backslash
31604 theequation}{
31605 \backslash
31606 arabic{equation}}
31607 \begin_inset Index idx
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Commands ! A ! 
31612 \backslash
31613 arabic
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \begin_layout Standard
31622 \begin_inset ERT
31623 status collapsed
31624
31625 \begin_layout Plain Layout
31626
31627
31628 \backslash
31629 renewcommand{
31630 \backslash
31631 theequation}{
31632 \backslash
31633 arabic{equation}}
31634 \end_layout
31635
31636 \end_inset
31637
31638
31639 \begin_inset Formula 
31640 \begin{equation}
31641 E=\textrm{Arabic}
31642 \end{equation}
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \begin_inset VSpace medskip
31651 \end_inset
31652
31653 As you see, formulas are numbered serially independent from the numbering
31654  style.
31655  When then numbering should start with 
31656 \begin_inset Quotes eld
31657 \end_inset
31658
31659 1
31660 \begin_inset Quotes erd
31661 \end_inset
31662
31663  when the style is changed, new equation counters have to be defined.
31664  A description about this can be found in the file 
31665 \begin_inset CommandInset href
31666 LatexCommand href
31667 name "Formula-numbering.lyx"
31668 target "run:Formula-numbering.lyx"
31669
31670 \end_inset
31671
31672 .
31673 \end_layout
31674
31675 \begin_layout Section
31676 Chemical Symbols and Equations
31677 \begin_inset CommandInset label
31678 LatexCommand label
31679 name "subsec:Chemical-Symbols-and"
31680
31681 \end_inset
31682
31683
31684 \begin_inset Index idx
31685 status collapsed
31686
31687 \begin_layout Plain Layout
31688 Chemical characters ! Symbols
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \begin_inset Index idx
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 Chemical equations
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \begin_inset Index idx
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708 Symbols ! chemical
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \begin_layout Standard
31717 An example text from chemistry:
31718 \end_layout
31719
31720 \begin_layout Quote
31721 The 
31722 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31723 \end_inset
31724
31725 -ion reacts with two 
31726 \begin_inset Formula $\mathrm{Na^{+}}$
31727 \end_inset
31728
31729 -ions to sodium sulfate 
31730 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31731 \end_inset
31732
31733 .
31734  The chemical equation for this is:
31735 \begin_inset Formula 
31736 \begin{equation}
31737 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31738 \end{equation}
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 This chemical equation can directly be created as formula.
31747  To avoid that the symbols appear italic, everything is highlighted and
31748  changed by the shortcut 
31749 \begin_inset Info
31750 type  "shortcut"
31751 arg   "font-roman"
31752 \end_inset
31753
31754  to the upright font style.
31755 \begin_inset Foot
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 font styles
31760 \series bold
31761  
31762 \series default
31763 see 
31764 \begin_inset CommandInset ref
31765 LatexCommand ref
31766 reference "subsec:Font-Styles"
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \end_layout
31777
31778 \begin_layout Standard
31779 A more convenient way to typeset chemical formulas is to use the command
31780  
31781 \series bold
31782
31783 \backslash
31784 ce
31785 \series default
31786
31787 \begin_inset Index idx
31788 status collapsed
31789
31790 \begin_layout Plain Layout
31791 Commands ! C ! 
31792 \backslash
31793 ce
31794 \end_layout
31795
31796 \end_inset
31797
31798  that is available when the \SpecialChar LaTeX
31799 -package 
31800 \series bold
31801 mhchem
31802 \series default
31803
31804 \begin_inset Index idx
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808 Packages ! mhchem
31809 \end_layout
31810
31811 \end_inset
31812
31813  is installed.
31814  After inserting 
31815 \series bold
31816
31817 \backslash
31818 ce
31819 \series default
31820  to a formula a new blue box appears where chemical formulas can be inserted
31821  in an intuitive way.
31822 \begin_inset Separator parbreak
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \align center
31830 \begin_inset Tabular
31831 <lyxtabular version="3" rows="10" columns="2">
31832 <features tabularvalignment="middle">
31833 <column alignment="center" valignment="top">
31834 <column alignment="center" valignment="top">
31835 <row>
31836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840 Command
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 Result
31850 \begin_inset Note Note
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855 \series bold
31856
31857 \backslash
31858 raisebox
31859 \series default
31860  is only used as spacer.
31861 \end_layout
31862
31863 \end_inset
31864
31865
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 </row>
31871 <row>
31872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31873 \begin_inset Text
31874
31875 \begin_layout Plain Layout
31876
31877 \backslash
31878 ce
31879 \begin_inset space \textvisiblespace{}
31880 \end_inset
31881
31882 H2CO3
31883 \end_layout
31884
31885 \end_inset
31886 </cell>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 </row>
31900 <row>
31901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905
31906 \backslash
31907 ce
31908 \begin_inset space \textvisiblespace{}
31909 \end_inset
31910
31911 SO4^2-
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 </row>
31929 <row>
31930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31931 \begin_inset Text
31932
31933 \begin_layout Plain Layout
31934
31935 \backslash
31936 ce
31937 \begin_inset space \textvisiblespace{}
31938 \end_inset
31939
31940 (NH4)2S
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31946 \begin_inset Text
31947
31948 \begin_layout Plain Layout
31949 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 </row>
31958 <row>
31959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31960 \begin_inset Text
31961
31962 \begin_layout Plain Layout
31963
31964 \backslash
31965 ce
31966 \begin_inset space \textvisiblespace{}
31967 \end_inset
31968
31969 KCr(SO4)2.12H2O
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 <row>
31988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31989 \begin_inset Text
31990
31991 \begin_layout Plain Layout
31992
31993 \backslash
31994 ce
31995 \begin_inset space \textvisiblespace{}
31996 \end_inset
31997
31998 A-B
31999 \backslash
32000 dbond
32001 \begin_inset space \textvisiblespace{}
32002 \end_inset
32003
32004 C
32005 \backslash
32006 tbond
32007 \begin_inset space \textvisiblespace{}
32008 \end_inset
32009
32010 D
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 </row>
32028 <row>
32029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \backslash
32035 ce
32036 \begin_inset space \textvisiblespace{}
32037 \end_inset
32038
32039 ^227
32040 \begin_inset Formula $\downarrow$
32041 \end_inset
32042
32043 _90
32044 \begin_inset Formula $\to$
32045 \end_inset
32046
32047 Th+
32048 \end_layout
32049
32050 \end_inset
32051 </cell>
32052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32053 \begin_inset Text
32054
32055 \begin_layout Plain Layout
32056 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32057 \end_inset
32058
32059
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 </row>
32065 <row>
32066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070
32071 \backslash
32072 ce
32073 \begin_inset space \textvisiblespace{}
32074 \end_inset
32075
32076
32077 \backslash
32078 mu
32079 \begin_inset space \textvisiblespace{}
32080 \end_inset
32081
32082
32083 \backslash
32084 hyphen
32085 \begin_inset space \textvisiblespace{}
32086 \end_inset
32087
32088 Cl
32089 \end_layout
32090
32091 \end_inset
32092 </cell>
32093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32094 \begin_inset Text
32095
32096 \begin_layout Plain Layout
32097 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \end_inset
32104 </cell>
32105 </row>
32106 <row>
32107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111
32112 \backslash
32113 ce
32114 \begin_inset space \textvisiblespace{}
32115 \end_inset
32116
32117 CO2
32118 \begin_inset space \textvisiblespace{}
32119 \end_inset
32120
32121 +
32122 \begin_inset space \textvisiblespace{}
32123 \end_inset
32124
32125 C
32126 \begin_inset space \textvisiblespace{}
32127 \end_inset
32128
32129 <=>
32130 \begin_inset space \textvisiblespace{}
32131 \end_inset
32132
32133 2CO
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \end_inset
32149 </cell>
32150 </row>
32151 <row>
32152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Plain Layout
32156
32157 \backslash
32158 ce
32159 \begin_inset space \textvisiblespace{}
32160 \end_inset
32161
32162 CO2
32163 \begin_inset space \textvisiblespace{}
32164 \end_inset
32165
32166 +
32167 \begin_inset space \textvisiblespace{}
32168 \end_inset
32169
32170 C
32171 \begin_inset space \textvisiblespace{}
32172 \end_inset
32173
32174 ->[
32175 \backslash
32176 alpha][
32177 \backslash
32178 beta]
32179 \begin_inset space \textvisiblespace{}
32180 \end_inset
32181
32182 2CO}
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32188 \begin_inset Text
32189
32190 \begin_layout Plain Layout
32191 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 </row>
32200 </lyxtabular>
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \begin_layout Standard
32208 \begin_inset Note Greyedout
32209 status open
32210
32211 \begin_layout Plain Layout
32212
32213 \series bold
32214 \color none
32215 Note:
32216 \series default
32217  It is not possible in \SpecialChar LyX
32218  to use the character ^ to get an up-arrow as described
32219  in the 
32220 \series bold
32221 mhchem
32222 \series default
32223  manual.
32224  One instead uses a negative thin space followed by the command 
32225 \series bold
32226
32227 \backslash
32228 uparrow
32229 \series default
32230
32231 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 Using 
32244 \series bold
32245
32246 \backslash
32247 ce
32248 \series default
32249  the command for equation
32250 \begin_inset space ~
32251 \end_inset
32252
32253
32254 \begin_inset CommandInset ref
32255 LatexCommand eqref
32256 reference "eq:chem-reaction"
32257
32258 \end_inset
32259
32260  is:
32261 \begin_inset Newline newline
32262 \end_inset
32263
32264
32265 \series bold
32266  
32267 \backslash
32268 ce
32269 \begin_inset space \textvisiblespace{}
32270 \end_inset
32271
32272 2Na+
32273 \begin_inset space \textvisiblespace{}
32274 \end_inset
32275
32276 +
32277 \begin_inset space \textvisiblespace{}
32278 \end_inset
32279
32280 SO4^2-
32281 \begin_inset space \textvisiblespace{}
32282 \end_inset
32283
32284
32285 \begin_inset space \textvisiblespace{}
32286 \end_inset
32287
32288 ->
32289 \begin_inset space \textvisiblespace{}
32290 \end_inset
32291
32292 Na2SO4
32293 \end_layout
32294
32295 \begin_layout Standard
32296 To create multiline chemical equations first a multiline formula is created
32297  as described in 
32298 \begin_inset CommandInset ref
32299 LatexCommand ref
32300 reference "sec:Multiline-Formulas"
32301
32302 \end_inset
32303
32304 .
32305  Afterwards the command 
32306 \series bold
32307
32308 \backslash
32309 ce
32310 \series default
32311  is used in every small blue box of the formula.
32312  
32313 \begin_inset CommandInset ref
32314 LatexCommand eqref
32315 reference "eq:TEOS-reaction-1"
32316
32317 \end_inset
32318
32319  and 
32320 \begin_inset CommandInset ref
32321 LatexCommand eqref
32322 reference "eq:TEOS-reaction-2"
32323
32324 \end_inset
32325
32326  are an example of a multi-stage chemical reaction where every equation
32327  has its own number.
32328 \begin_inset Formula 
32329 \begin{eqnarray}
32330 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32331 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32332 \end{eqnarray}
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 Besides 
32341 \series bold
32342
32343 \backslash
32344 ce
32345 \series default
32346  the 
32347 \series bold
32348 mhchem
32349 \series default
32350  package provides the command 
32351 \series bold
32352
32353 \backslash
32354 cf
32355 \series default
32356
32357 \begin_inset Index idx
32358 status collapsed
32359
32360 \begin_layout Plain Layout
32361 Commands ! C ! 
32362 \backslash
32363 cf
32364 \end_layout
32365
32366 \end_inset
32367
32368  that has to be used for special cases.
32369  For more information about 
32370 \series bold
32371
32372 \backslash
32373 cf
32374 \series default
32375  and more examples have a look at the documentation of 
32376 \series bold
32377 mhchem
32378 \series default
32379
32380 \begin_inset CommandInset citation
32381 LatexCommand cite
32382 key "mhchem"
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \begin_layout Section
32390 Diagrams
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \SpecialChar LyX
32395  supports two types of commutative diagrams: 
32396 \series bold
32397 amscd
32398 \series default
32399  and 
32400 \series bold
32401 xymatrix
32402 \series default
32403  that are explained in the following.
32404 \end_layout
32405
32406 \begin_layout Subsection
32407 Amscd Diagrams
32408 \begin_inset Index idx
32409 status collapsed
32410
32411 \begin_layout Plain Layout
32412 Diagrams ! amscd
32413 \end_layout
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Diagrams of this type visualize relations by vertical and horizontal lines
32422  or arrows:
32423 \begin_inset Formula 
32424 \[
32425 \begin{CD}A@>>>B@>>>C\\
32426 @AAA@.@VVV\\
32427 F@<<<E@<<<D
32428 \end{CD}
32429 \]
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 To get them, the command 
32438 \series bold
32439
32440 \backslash
32441 CD
32442 \begin_inset Index idx
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 Commands ! C ! 
32447 \backslash
32448 CD
32449 \end_layout
32450
32451 \end_inset
32452
32453
32454 \series default
32455  is inserted to a formula.
32456  A blue box appears with two dashed lines where further commands can be
32457  inserted.
32458  With 
32459 \begin_inset Info
32460 type  "shortcut"
32461 arg   "newline-insert newline"
32462 \end_inset
32463
32464  a new line is created.
32465  Horizontal relations are inserted in odd, vertical in even formula lines.
32466 \end_layout
32467
32468 \begin_layout Standard
32469 To create the relations there are the following commands:
32470 \end_layout
32471
32472 \begin_layout Itemize
32473
32474 \series bold
32475 @<<<
32476 \series default
32477  creates a left arrow, 
32478 \series bold
32479 @>>>
32480 \series default
32481  a right arrow and 
32482 \series bold
32483 @=
32484 \series default
32485  a long equal sign
32486 \end_layout
32487
32488 \begin_layout Itemize
32489
32490 \series bold
32491 @AAA
32492 \series default
32493  creates an up arrow, 
32494 \series bold
32495 @VVV
32496 \series default
32497  a down arrow and 
32498 \series bold
32499 @|
32500 \series default
32501  a vertical equal sign
32502 \end_layout
32503
32504 \begin_layout Itemize
32505
32506 \series bold
32507 @.
32508
32509 \series default
32510  is a placeholder for non-existent relations
32511 \end_layout
32512
32513 \begin_layout Standard
32514 All arrows can be labeled as follows:
32515 \end_layout
32516
32517 \begin_layout Itemize
32518 If text inserted between the first and second < or >, resp., it is placed
32519  above the arrow.
32520  When it is inserted between the second and third one, it appears under
32521  the arrow.
32522 \end_layout
32523
32524 \begin_layout Itemize
32525 When text for vertical arrows is inserted between the first and second A
32526  or V, resp., it is placed left beside the arrow.
32527  When it is inserted between the second and third one, it appears right
32528  beside the arrow.
32529  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32530  brace.
32531 \end_layout
32532
32533 \begin_layout Standard
32534 As example a diagram with all possible relations:
32535 \end_layout
32536
32537 \begin_layout Standard
32538 \begin_inset Formula 
32539 \[
32540 \begin{CD}A@>j>>B@>>k>C@=F\\
32541 @AmAA@.@VV{V}V@|\\
32542 D@<<j<E@>k>>F@=C
32543 \end{CD}
32544 \]
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Standard
32552 The command for this is:
32553 \begin_inset Newline newline
32554 \end_inset
32555
32556
32557 \series bold
32558
32559 \backslash
32560 CD
32561 \begin_inset space \textvisiblespace{}
32562 \end_inset
32563
32564 A@>j>>B@>>k>C@=F Ctrl+Return
32565 \begin_inset Newline newline
32566 \end_inset
32567
32568
32569 \begin_inset Phantom HPhantom
32570 status open
32571
32572 \begin_layout Plain Layout
32573
32574 \series bold
32575
32576 \backslash
32577 CD
32578 \begin_inset space \textvisiblespace{}
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \end_inset
32585
32586 @AmAA@.@VV
32587 \backslash
32588 {V
32589 \series default
32590
32591 \begin_inset Formula $\to$
32592 \end_inset
32593
32594
32595 \series bold
32596 V@| Ctrl+Return
32597 \begin_inset Newline newline
32598 \end_inset
32599
32600
32601 \begin_inset Phantom HPhantom
32602 status open
32603
32604 \begin_layout Plain Layout
32605
32606 \series bold
32607
32608 \backslash
32609 CD
32610 \begin_inset space \textvisiblespace{}
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \end_inset
32617
32618 D@<<j<E@>k>>F@=C
32619 \end_layout
32620
32621 \begin_layout Subsection
32622 Xymatrix Diagrams
32623 \begin_inset Index idx
32624 status collapsed
32625
32626 \begin_layout Plain Layout
32627 Diagrams ! xymatrix
32628 \end_layout
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Standard
32636 To be able to use xymatrices, the \SpecialChar LaTeX
32637 -package 
32638 \series bold
32639 xypic
32640 \series default
32641  must be installed.
32642  A xymatrix is created by inserting the command 
32643 \series bold
32644
32645 \backslash
32646 xymatrix
32647 \series default
32648  in a formula.
32649  Then you are able to add new matrix columns and rows like for normal matrices,
32650  see 
32651 \begin_inset CommandInset ref
32652 LatexCommand ref
32653 reference "sec:Matrices"
32654
32655 \end_inset
32656
32657 .
32658 \end_layout
32659
32660 \begin_layout Standard
32661 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32662  and much more.
32663  All possibilities to create commutative diagrams and decorations are explained
32664  in detail in the 
32665 \emph on
32666 XY-pic manual
32667 \emph default
32668  that you find in the menu 
32669 \family sans
32670 Help\SpecialChar menuseparator
32671 Specific
32672 \begin_inset space ~
32673 \end_inset
32674
32675 Manuals
32676 \family default
32677 .
32678 \end_layout
32679
32680 \begin_layout Subsection
32681
32682 \noun on
32683 Feynman
32684 \noun default
32685  Diagrams
32686 \begin_inset Index idx
32687 status collapsed
32688
32689 \begin_layout Plain Layout
32690 Diagrams ! Feynman
32691 \end_layout
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 To be able to use 
32700 \noun on
32701 Feynman
32702 \noun default
32703 -diagrams, the \SpecialChar LaTeX
32704 -package 
32705 \series bold
32706 feyn
32707 \series default
32708  must be installed.
32709  A 
32710 \noun on
32711 Feynman
32712 \noun default
32713 -diagram is created by inserting the command 
32714 \series bold
32715
32716 \backslash
32717 Diagram
32718 \series default
32719  in a formula.
32720  Then you are able to add new matrix columns and rows like for normal matrices,
32721  see 
32722 \begin_inset CommandInset ref
32723 LatexCommand ref
32724 reference "sec:Matrices"
32725
32726 \end_inset
32727
32728 .
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Examples how to create 
32733 \noun on
32734 Feynman-
32735 \noun default
32736 diagrams in \SpecialChar LyX
32737  is given in the 
32738 \emph on
32739 Feynman-diagram manual
32740 \emph default
32741  that you find in the menu 
32742 \family sans
32743 Help\SpecialChar menuseparator
32744 Specific
32745 \begin_inset space ~
32746 \end_inset
32747
32748 Manuals
32749 \family default
32750 .
32751 \end_layout
32752
32753 \begin_layout Standard
32754 \begin_inset Newpage newpage
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Section
32761 User-defined Commands
32762 \begin_inset Index idx
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 User-defined commands
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \begin_inset Note Greyedout
32776 status open
32777
32778 \begin_layout Plain Layout
32779
32780 \series bold
32781 Note:
32782 \series default
32783  The names of user-defined commands and macros may only consist of Latin
32784  letters.
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Subsection
32793 The Command 
32794 \backslash
32795 newcommand
32796 \begin_inset CommandInset label
32797 LatexCommand label
32798 name "subsec:The-Command-newcommand"
32799
32800 \end_inset
32801
32802
32803 \begin_inset Index idx
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 User-defined commands ! 
32808 \backslash
32809 newcommand
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \begin_inset Index idx
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819 Commands ! N ! 
32820 \backslash
32821 newcommand
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Many \SpecialChar LaTeX
32831 -commands are too long to be used frequently.
32832  But it is possible to define with the command 
32833 \series bold
32834
32835 \backslash
32836 newcommand
32837 \series default
32838  new shorter commands.
32839 \end_layout
32840
32841 \begin_layout Standard
32842 The command scheme of 
32843 \series bold
32844
32845 \backslash
32846 newcommand
32847 \series default
32848  is:
32849 \end_layout
32850
32851 \begin_layout Standard
32852
32853 \series bold
32854
32855 \backslash
32856 newcommand{new command name}[number of arguments][optional
32857 \series default
32858  
32859 \series bold
32860 value]
32861 \begin_inset Newline newline
32862 \end_inset
32863
32864
32865 \begin_inset Phantom HPhantom
32866 status open
32867
32868 \begin_layout Plain Layout
32869
32870 \series bold
32871
32872 \backslash
32873 newcommand
32874 \end_layout
32875
32876 \end_inset
32877
32878 {command definition}
32879 \end_layout
32880
32881 \begin_layout Standard
32882 \begin_inset Note Greyedout
32883 status open
32884
32885 \begin_layout Plain Layout
32886
32887 \series bold
32888 Note:
32889 \series default
32890  Assure that the name of the new command is not already used in your document
32891  or by \SpecialChar LaTeX
32892 -packages that you use.
32893  When you for example define the command 
32894 \series bold
32895
32896 \backslash
32897 le
32898 \series default
32899  for 
32900 \series bold
32901
32902 \backslash
32903 Leftarrow
32904 \series default
32905 , you get an error message because 
32906 \series bold
32907
32908 \backslash
32909 le
32910 \series default
32911  is already defined as command for 
32912 \begin_inset Quotes eld
32913 \end_inset
32914
32915
32916 \begin_inset Formula $\le$
32917 \end_inset
32918
32919
32920 \begin_inset Quotes erd
32921 \end_inset
32922
32923 .
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 The number of arguments is an integer in the range 0
32933 \begin_inset space \thinspace{}
32934 \end_inset
32935
32936 -
32937 \begin_inset space \thinspace{}
32938 \end_inset
32939
32940 9 and specifies how many arguments the new command should have.
32941  With the optional value a value for an optional argument can be predefined.
32942  When this is done, the 
32943 \emph on
32944 first
32945 \emph default
32946  
32947 \emph on
32948 a
32949 \emph default
32950 rgument of the new command is automatically an optional one.
32951 \end_layout
32952
32953 \begin_layout Standard
32954 Here are some examples:
32955 \end_layout
32956
32957 \begin_layout Itemize
32958 To define the command 
32959 \series bold
32960
32961 \backslash
32962 gr
32963 \series default
32964  for 
32965 \series bold
32966
32967 \backslash
32968 Longrightarrow
32969 \series default
32970 , the \SpecialChar LaTeX
32971 -preamble line is:
32972 \begin_inset VSpace medskip
32973 \end_inset
32974
32975
32976 \begin_inset Newline newline
32977 \end_inset
32978
32979
32980 \series bold
32981
32982 \backslash
32983 newcommand{
32984 \backslash
32985 gr}{
32986 \backslash
32987 Longrightarrow}
32988 \end_layout
32989
32990 \begin_layout Itemize
32991 To define the command 
32992 \series bold
32993
32994 \backslash
32995 us
32996 \series default
32997  for 
32998 \series bold
32999
33000 \backslash
33001 underline
33002 \series default
33003 , the argument (that should be underlined) must be taken into account.
33004  For this the preamble line is:
33005 \begin_inset VSpace medskip
33006 \end_inset
33007
33008
33009 \begin_inset Newline newline
33010 \end_inset
33011
33012
33013 \series bold
33014
33015 \backslash
33016 newcommand{
33017 \backslash
33018 us}[1]{
33019 \backslash
33020 underline{#1}}
33021 \series default
33022
33023 \begin_inset VSpace medskip
33024 \end_inset
33025
33026
33027 \begin_inset Newline newline
33028 \end_inset
33029
33030 The character 
33031 \series bold
33032 #
33033 \series default
33034  acts as argument placeholder, the 
33035 \series bold
33036 1
33037 \series default
33038  behind it denotes that it is the placeholder for the first argument.
33039 \end_layout
33040
33041 \begin_layout Itemize
33042 For 
33043 \series bold
33044
33045 \backslash
33046 framebox
33047 \series default
33048  one can e.
33049 \begin_inset space \thinspace{}
33050 \end_inset
33051
33052 g.
33053 \begin_inset space \space{}
33054 \end_inset
33055
33056 define the command 
33057 \series bold
33058
33059 \backslash
33060 fb
33061 \series default
33062 :
33063 \begin_inset VSpace medskip
33064 \end_inset
33065
33066
33067 \begin_inset Newline newline
33068 \end_inset
33069
33070
33071 \series bold
33072
33073 \backslash
33074 newcommand{
33075 \backslash
33076 fb}[3]{
33077 \backslash
33078 framebox#1#2{$#3$}}
33079 \series default
33080
33081 \begin_inset VSpace medskip
33082 \end_inset
33083
33084
33085 \begin_inset Newline newline
33086 \end_inset
33087
33088 The two Dollar signs creates the extra formula needed for 
33089 \series bold
33090
33091 \backslash
33092 framebox
33093 \series default
33094 , see 
33095 \begin_inset CommandInset ref
33096 LatexCommand ref
33097 reference "subsec:Boxes-with-Frame"
33098
33099 \end_inset
33100
33101 .
33102 \end_layout
33103
33104 \begin_layout Itemize
33105 To create a new command for 
33106 \series bold
33107
33108 \backslash
33109 fcolorbox
33110 \series default
33111  where the color for the box need not be specified, the argument for the
33112  color is defined optional:
33113 \begin_inset VSpace medskip
33114 \end_inset
33115
33116
33117 \begin_inset Newline newline
33118 \end_inset
33119
33120
33121 \series bold
33122
33123 \backslash
33124 newcommand{
33125 \backslash
33126 cb}[3][white]{
33127 \backslash
33128 fcolorbox{#2}{#1}{$#3$}}
33129 \series default
33130
33131 \begin_inset VSpace medskip
33132 \end_inset
33133
33134
33135 \begin_inset Newline newline
33136 \end_inset
33137
33138 When the color is not specified when using 
33139 \series bold
33140
33141 \backslash
33142 cb
33143 \series default
33144 , the predefined color 
33145 \series bold
33146 white
33147 \series default
33148  will be used.
33149 \end_layout
33150
33151 \begin_layout Standard
33152 A test of the new defined commands:
33153 \begin_inset Separator parbreak
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \align center
33161 \begin_inset Tabular
33162 <lyxtabular version="3" rows="6" columns="2">
33163 <features tabularvalignment="middle">
33164 <column alignment="center" valignment="top">
33165 <column alignment="center" valignment="top">
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 Command
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 Result
33181 \begin_inset Note Note
33182 status collapsed
33183
33184 \begin_layout Plain Layout
33185
33186 \series bold
33187
33188 \backslash
33189 raisebox
33190 \series default
33191  is only used as spacer.
33192 \end_layout
33193
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 <row>
33203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207 A
33208 \backslash
33209 gr
33210 \begin_inset space \textvisiblespace{}
33211 \end_inset
33212
33213 B
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222 \begin_inset Formula $A\gr B$
33223 \end_inset
33224
33225
33226 \end_layout
33227
33228 \end_inset
33229 </cell>
33230 </row>
33231 <row>
33232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33233 \begin_inset Text
33234
33235 \begin_layout Plain Layout
33236
33237 \backslash
33238 us{ABcd
33239 \end_layout
33240
33241 \end_inset
33242 </cell>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 </row>
33256 <row>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261
33262 \backslash
33263 fb{[2cm]
33264 \begin_inset Formula $\to$
33265 \end_inset
33266
33267
33268 \backslash
33269 {
33270 \begin_inset Formula $\to$
33271 \end_inset
33272
33273
33274 \backslash
33275 {
33276 \backslash
33277 int
33278 \begin_inset space \textvisiblespace{}
33279 \end_inset
33280
33281 A=B
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 $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
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 cb{red
33307 \begin_inset Formula $\to$
33308 \end_inset
33309
33310
33311 \backslash
33312 {
33313 \backslash
33314 int
33315 \begin_inset space \textvisiblespace{}
33316 \end_inset
33317
33318 A=B
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 </row>
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341
33342 \backslash
33343 cb[green]
33344 \backslash
33345 {red
33346 \begin_inset Formula $\to$
33347 \end_inset
33348
33349
33350 \backslash
33351 {
33352 \backslash
33353 int
33354 \begin_inset space \textvisiblespace{}
33355 \end_inset
33356
33357 A=B
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 </row>
33375 </lyxtabular>
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Subsection
33383 Math Macros
33384 \begin_inset Index idx
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 User-defined commands! Math macros
33389 \end_layout
33390
33391 \end_inset
33392
33393
33394 \begin_inset Index idx
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 Macros
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Standard
33407 User-defined commands are especially convenient for complex expressions.
33408  When you are for example dealing with a document that has quadratic equations,
33409  the same solution type occurs several times.
33410  The general form of a quadratic equation is
33411 \begin_inset Formula 
33412 \[
33413 0=\lambda^{2}+p\lambda+q
33414 \]
33415
33416 \end_inset
33417
33418 The general form of the solution is
33419 \begin_inset Formula 
33420 \[
33421 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33422 \]
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 To define a command for the solution formula where only the three parameters
33431  
33432 \begin_inset Formula $\lambda$
33433 \end_inset
33434
33435
33436 \begin_inset Formula $p$
33437 \end_inset
33438
33439  and 
33440 \begin_inset Formula $q$
33441 \end_inset
33442
33443  need to be specified and the index of 
33444 \begin_inset Formula $\lambda$
33445 \end_inset
33446
33447  can be given optionally, the \SpecialChar LaTeX
33448 -preamble line is
33449 \begin_inset Newline newline
33450 \end_inset
33451
33452
33453 \series bold
33454
33455 \backslash
33456 newcommand{
33457 \backslash
33458 qG}[4][1,
33459 \backslash
33460 ,2]{#2_{#1}=-
33461 \backslash
33462 frac{#3}{2}
33463 \backslash
33464 pm
33465 \begin_inset Newline newline
33466 \end_inset
33467
33468
33469 \begin_inset Phantom HPhantom
33470 status open
33471
33472 \begin_layout Plain Layout
33473
33474 \series bold
33475
33476 \backslash
33477 newcommand
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \backslash
33484 sqrt{
33485 \backslash
33486 frac{#3^{2}}{4}-#4}}
33487 \end_layout
33488
33489 \begin_layout Standard
33490 To create with this the solution formula, the command
33491 \begin_inset Newline newline
33492 \end_inset
33493
33494
33495 \series bold
33496
33497 \backslash
33498 qG{
33499 \backslash
33500 lambda
33501 \begin_inset Formula $\to$
33502 \end_inset
33503
33504
33505 \backslash
33506 {p
33507 \begin_inset Formula $\to$
33508 \end_inset
33509
33510
33511 \backslash
33512 {q
33513 \series default
33514  is inserted to a formula
33515 \series bold
33516 .
33517 \end_layout
33518
33519 \begin_layout Standard
33520 The definition of the new command is unintuitive because one has to know
33521  the schemes of all used \SpecialChar LaTeX
33522  commands, e.
33523 \begin_inset space \thinspace{}
33524 \end_inset
33525
33526 g.
33527 \begin_inset space \space{}
33528 \end_inset
33529
33530 that a fraction is inserted in \SpecialChar LaTeX
33531  as 
33532 \series bold
33533
33534 \backslash
33535 frac{numerator}{denominator}
33536 \series default
33537 .
33538  Furthermore one can easily forget a brace in the definition and cannot
33539  see in \SpecialChar LyX
33540  what the new command is doing.
33541  To avoid these problems \SpecialChar LyX
33542  offers the possibility to use math macros instead
33543  of the command 
33544 \series bold
33545
33546 \backslash
33547 newcommand
33548 \series default
33549 .
33550 \end_layout
33551
33552 \begin_layout Standard
33553 A math macro is created by using the menu 
33554 \family sans
33555 Insert\SpecialChar menuseparator
33556 Math\SpecialChar menuseparator
33557 Macro
33558 \family default
33559  or the toolbar button 
33560 \begin_inset Info
33561 type  "icon"
33562 arg   "math-macro newmacroname_newcommand"
33563 \end_inset
33564
33565 .
33566  The math macro toolbar appears together with the following box where the
33567  macro is defined:
33568 \begin_inset Newline newline
33569 \end_inset
33570
33571
33572 \begin_inset space \hspace*{\fill}
33573 \end_inset
33574
33575
33576 \begin_inset Graphics
33577         filename clipart/macrobox.png
33578         scale 75
33579
33580 \end_inset
33581
33582
33583 \begin_inset space \hspace*{\fill}
33584 \end_inset
33585
33586
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590
33591 \begin_inset FormulaMacro
33592 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33593 \end_inset
33594
33595
33596 \backslash
33597 newmacroname is the default name of the macro that should be changed to
33598  something sensible.
33599  The wanted formula is inserted in the first blue box.
33600  An argument placeholder is inserted with the command 
33601 \series bold
33602
33603 \backslash
33604 #argumentnumber
33605 \series default
33606 , e.
33607 \begin_inset space \thinspace{}
33608 \end_inset
33609
33610 g
33611 \begin_inset space \space{}
33612 \end_inset
33613
33614
33615 \series bold
33616
33617 \backslash
33618 #1
33619 \series default
33620  or by using the macro toolbar button 
33621 \begin_inset Info
33622 type  "icon"
33623 arg   "math-macro-add-param"
33624 \end_inset
33625
33626 .
33627  Argument placeholders are displayed red.
33628  A maximum of 9
33629 \begin_inset space ~
33630 \end_inset
33631
33632 arguments are possible.
33633  Optional arguments are created with the toolbar button 
33634 \begin_inset Info
33635 type  "icon"
33636 arg   "math-macro-add-optional-param"
33637 \end_inset
33638
33639 .
33640  The first non-optional argument can be transformed to an optional one with
33641  the toolbar button 
33642 \begin_inset Info
33643 type  "icon"
33644 arg   "math-macro-make-optional"
33645 \end_inset
33646
33647 .
33648  In the second blue box the appearance of the macro in \SpecialChar LyX
33649  can be defined.
33650  Normally you want to see it as it is defined, so the box is kept empty.
33651  But when you have created a macro that needs lot of space on the screen,
33652  you can insert in the box for example
33653 \begin_inset Newline newline
33654 \end_inset
33655
33656
33657 \series bold
33658 qG: 
33659 \backslash
33660 #1
33661 \series default
33662  
33663 \series bold
33664 ,
33665 \series default
33666  
33667 \series bold
33668
33669 \backslash
33670 #2
33671 \series default
33672  
33673 \series bold
33674 ,
33675 \series default
33676  
33677 \series bold
33678
33679 \backslash
33680 #3, 
33681 \backslash
33682 #4
33683 \begin_inset Newline newline
33684 \end_inset
33685
33686
33687 \series default
33688 For the macro only the arguments with the macro name in front of them will
33689  then be displayed in \SpecialChar LyX
33690 , leading to a better overview.
33691  The formula appears in the output as defined in the first box.
33692 \begin_inset Newline newline
33693 \end_inset
33694
33695 The appearance of macros in formulas can furthermore be changed for single
33696  macros by setting the cursor in the macro and using the menu 
33697 \family sans
33698 View\SpecialChar menuseparator
33699 (Un)fold
33700 \begin_inset space ~
33701 \end_inset
33702
33703 Math
33704 \begin_inset space ~
33705 \end_inset
33706
33707 Macro
33708 \family default
33709 .
33710 \end_layout
33711
33712 \begin_layout Standard
33713 To use a macro, the macro name is inserted as command to a formula, in our
33714  case 
33715 \series bold
33716
33717 \backslash
33718 qG
33719 \series default
33720 .
33721  Our macro looks in \SpecialChar LyX
33722  like this:
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset space \hspace*{\fill}
33728 \end_inset
33729
33730
33731 \begin_inset Graphics
33732         filename clipart/macrouse.png
33733         scale 75
33734
33735 \end_inset
33736
33737
33738 \begin_inset space \hspace*{\fill}
33739 \end_inset
33740
33741
33742 \begin_inset Newline newline
33743 \end_inset
33744
33745 Here is our macro example with the arguments 
33746 \begin_inset Formula $x$
33747 \end_inset
33748
33749
33750 \begin_inset Formula $\ln(x)$
33751 \end_inset
33752
33753  and 
33754 \begin_inset Formula $B$
33755 \end_inset
33756
33757 :
33758 \end_layout
33759
33760 \begin_layout Standard
33761 \begin_inset Formula 
33762 \[
33763 \qG x{\ln(x)}B
33764 \]
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Standard
33772 \SpecialChar LyX
33773  offers in the menu 
33774 \family sans
33775 Tools\SpecialChar menuseparator
33776 Preferences\SpecialChar menuseparator
33777 Editing\SpecialChar menuseparator
33778 Control
33779 \family default
33780  different styles to edit macros.
33781  To find the style that suits you the most, choose a style and set the cursor
33782  in a macro formula to see the difference.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 A math macro is transformed internally to a 
33787 \series bold
33788
33789 \backslash
33790 newcommand
33791 \series default
33792  command when exporting the document.
33793  The created 
33794 \series bold
33795
33796 \backslash
33797 newcommand
33798 \series default
33799  command is not placed in the \SpecialChar LaTeX
33800 -preamble, therefore macros can only be used
33801  in formulas that are in the document below the macro definition box.
33802 \end_layout
33803
33804 \begin_layout Standard
33805 Math macros can also be directly created from a 
33806 \series bold
33807
33808 \backslash
33809 newcommand
33810 \series default
33811  command.
33812  When writing for example the command
33813 \series bold
33814
33815 \begin_inset Newline newline
33816 \end_inset
33817
33818
33819 \backslash
33820 newcommand{
33821 \backslash
33822 larrow}[2]{
33823 \backslash
33824 xleftarrow[#2]{#1}}
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \series default
33830 in \SpecialChar LyX
33831  as normal text, highlighting it completely and using then the shortcut
33832  
33833 \family sans
33834 Ctrl+M
33835 \family default
33836 , the command will be transformed to a math macro.
33837  Using this method you need to be careful that the 
33838 \series bold
33839
33840 \backslash
33841 newcommand
33842 \series default
33843  command is typed correctly, otherwise you get a faulty macro leading to
33844  \SpecialChar LaTeX
33845  errors.
33846 \end_layout
33847
33848 \begin_layout Standard
33849 Math macros currently have the problem that further formulas in macro definition
33850 s are handled wrongly.
33851  Therefore the example 
33852 \series bold
33853
33854 \backslash
33855 fb
33856 \series default
33857  from 
33858 \begin_inset CommandInset ref
33859 LatexCommand ref
33860 reference "subsec:The-Command-newcommand"
33861
33862 \end_inset
33863
33864  cannot be created as macro.
33865 \end_layout
33866
33867 \begin_layout Standard
33868 When the cursor is in a macro definition box, you will see the macro toolbar
33869  in \SpecialChar LyX
33870 :
33871 \end_layout
33872
33873 \begin_layout Standard
33874 \begin_inset VSpace defskip
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset Graphics
33882         filename clipart/MacroToolbar.png
33883
33884 \end_inset
33885
33886
33887 \begin_inset Index idx
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891 Macros ! Toolbar
33892 \end_layout
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset VSpace defskip
33901 \end_inset
33902
33903
33904 \end_layout
33905
33906 \begin_layout Standard
33907 The macro toolbar contains from left to right the following buttons:
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset VSpace defskip
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 \begin_inset Tabular
33919 <lyxtabular version="3" rows="9" columns="2">
33920 <features islongtable="true" longtabularalignment="center">
33921 <column alignment="left" valignment="top">
33922 <column alignment="left" valignment="top" width="85col%">
33923 <row interlinespace="2.5mm">
33924 <cell alignment="center" valignment="top" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 \begin_inset Info
33929 type  "icon"
33930 arg   "math-macro-remove-param"
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 <cell alignment="center" valignment="top" usebox="none">
33939 \begin_inset Text
33940
33941 \begin_layout Plain Layout
33942
33943 \family sans
33944 Edit\SpecialChar menuseparator
33945 Math\SpecialChar menuseparator
33946 Macro
33947 \begin_inset space ~
33948 \end_inset
33949
33950 Definition\SpecialChar menuseparator
33951 Remove Last Argument
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row interlinespace="2.5mm">
33958 <cell alignment="center" valignment="top" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 \begin_inset Info
33963 type  "icon"
33964 arg   "math-macro-add-param"
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \end_inset
33971 </cell>
33972 <cell alignment="center" valignment="top" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Plain Layout
33976
33977 \family sans
33978 Edit\SpecialChar menuseparator
33979 Math\SpecialChar menuseparator
33980 Macro
33981 \begin_inset space ~
33982 \end_inset
33983
33984 Definition\SpecialChar menuseparator
33985 Append Argument
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 <row interlinespace="2.5mm">
33992 <cell alignment="center" valignment="top" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 \begin_inset Info
33997 type  "icon"
33998 arg   "math-macro-make-optional"
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \end_inset
34005 </cell>
34006 <cell alignment="center" valignment="top" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010
34011 \family sans
34012 Edit\SpecialChar menuseparator
34013 Math\SpecialChar menuseparator
34014 Macro
34015 \begin_inset space ~
34016 \end_inset
34017
34018 Definition\SpecialChar menuseparator
34019 Transform First Non-Optional to
34020 \begin_inset Newline newline
34021 \end_inset
34022
34023
34024 \begin_inset Phantom HPhantom
34025 status open
34026
34027 \begin_layout Plain Layout
34028
34029 \family sans
34030 Edit\SpecialChar menuseparator
34031 Math\SpecialChar menuseparator
34032 Macro
34033 \begin_inset space ~
34034 \end_inset
34035
34036 Definition\SpecialChar menuseparator
34037
34038 \end_layout
34039
34040 \end_inset
34041
34042 Optional Argument
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 </row>
34048 <row interlinespace="2.5mm">
34049 <cell alignment="center" valignment="top" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053 \begin_inset Info
34054 type  "icon"
34055 arg   "math-macro-make-nonoptional"
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \end_inset
34062 </cell>
34063 <cell alignment="center" valignment="top" usebox="none">
34064 \begin_inset Text
34065
34066 \begin_layout Plain Layout
34067
34068 \family sans
34069 Edit\SpecialChar menuseparator
34070 Math\SpecialChar menuseparator
34071 Macro
34072 \begin_inset space ~
34073 \end_inset
34074
34075 Definition\SpecialChar menuseparator
34076 Transform Last Optional to
34077 \begin_inset Newline newline
34078 \end_inset
34079
34080
34081 \begin_inset Phantom HPhantom
34082 status open
34083
34084 \begin_layout Plain Layout
34085
34086 \family sans
34087 Edit\SpecialChar menuseparator
34088 Math\SpecialChar menuseparator
34089 Macro
34090 \begin_inset space ~
34091 \end_inset
34092
34093 Definition\SpecialChar menuseparator
34094
34095 \end_layout
34096
34097 \end_inset
34098
34099 Non-Optional Argument
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 </row>
34105 <row interlinespace="2.5mm">
34106 <cell alignment="center" valignment="top" usebox="none">
34107 \begin_inset Text
34108
34109 \begin_layout Plain Layout
34110 \begin_inset Info
34111 type  "icon"
34112 arg   "math-macro-remove-optional-param"
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 <cell alignment="center" valignment="top" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124
34125 \family sans
34126 Edit\SpecialChar menuseparator
34127 Math\SpecialChar menuseparator
34128 Macro
34129 \begin_inset space ~
34130 \end_inset
34131
34132 Definition\SpecialChar menuseparator
34133 Remove Optional Argument
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 </row>
34139 <row interlinespace="2.5mm">
34140 <cell alignment="center" valignment="top" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 \begin_inset Info
34145 type  "icon"
34146 arg   "math-macro-add-optional-param"
34147 \end_inset
34148
34149
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 <cell alignment="center" valignment="top" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158
34159 \family sans
34160 Edit\SpecialChar menuseparator
34161 Math\SpecialChar menuseparator
34162 Macro
34163 \begin_inset space ~
34164 \end_inset
34165
34166 Definition\SpecialChar menuseparator
34167 Insert Optional Argument
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 </row>
34173 <row interlinespace="2.5mm">
34174 <cell alignment="center" valignment="top" usebox="none">
34175 \begin_inset Text
34176
34177 \begin_layout Plain Layout
34178 \begin_inset Info
34179 type  "icon"
34180 arg   "math-macro-remove-greedy-param"
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192
34193 \family sans
34194 Edit\SpecialChar menuseparator
34195 Math\SpecialChar menuseparator
34196 Macro
34197 \begin_inset space ~
34198 \end_inset
34199
34200 Definition\SpecialChar menuseparator
34201 Remove Last Argument
34202 \begin_inset Newline newline
34203 \end_inset
34204
34205
34206 \begin_inset Phantom HPhantom
34207 status open
34208
34209 \begin_layout Plain Layout
34210
34211 \family sans
34212 Edit\SpecialChar menuseparator
34213 Math\SpecialChar menuseparator
34214 Macro
34215 \begin_inset space ~
34216 \end_inset
34217
34218 Definition\SpecialChar menuseparator
34219
34220 \end_layout
34221
34222 \end_inset
34223
34224 Spitting Out To The Right
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 <row interlinespace="2.5mm">
34231 <cell alignment="center" valignment="top" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 \begin_inset Info
34236 type  "icon"
34237 arg   "math-macro-append-greedy-param"
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \end_inset
34244 </cell>
34245 <cell alignment="center" valignment="top" usebox="none">
34246 \begin_inset Text
34247
34248 \begin_layout Plain Layout
34249
34250 \family sans
34251 Edit\SpecialChar menuseparator
34252 Math\SpecialChar menuseparator
34253 Macro
34254 \begin_inset space ~
34255 \end_inset
34256
34257 Definition\SpecialChar menuseparator
34258 Append Argument
34259 \begin_inset Newline newline
34260 \end_inset
34261
34262
34263 \begin_inset Phantom HPhantom
34264 status open
34265
34266 \begin_layout Plain Layout
34267
34268 \family sans
34269 Edit\SpecialChar menuseparator
34270 Math\SpecialChar menuseparator
34271 Macro
34272 \begin_inset space ~
34273 \end_inset
34274
34275 Definition\SpecialChar menuseparator
34276
34277 \end_layout
34278
34279 \end_inset
34280
34281 Eating From The Right
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 </row>
34287 <row interlinespace="2.5mm">
34288 <cell alignment="center" valignment="top" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Info
34293 type  "icon"
34294 arg   "math-macro-add-greedy-optional-param"
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \end_inset
34301 </cell>
34302 <cell alignment="center" valignment="top" usebox="none">
34303 \begin_inset Text
34304
34305 \begin_layout Plain Layout
34306
34307 \family sans
34308 Edit\SpecialChar menuseparator
34309 Math\SpecialChar menuseparator
34310 Macro
34311 \begin_inset space ~
34312 \end_inset
34313
34314 Definition\SpecialChar menuseparator
34315 Append Optional Argument
34316 \begin_inset Newline newline
34317 \end_inset
34318
34319
34320 \begin_inset Phantom HPhantom
34321 status open
34322
34323 \begin_layout Plain Layout
34324
34325 \family sans
34326 Edit\SpecialChar menuseparator
34327 Math\SpecialChar menuseparator
34328 Macro
34329 \begin_inset space ~
34330 \end_inset
34331
34332 Definition\SpecialChar menuseparator
34333
34334 \end_layout
34335
34336 \end_inset
34337
34338 Eating From The Right
34339 \end_layout
34340
34341 \end_inset
34342 </cell>
34343 </row>
34344 </lyxtabular>
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Section
34352 Computer Algebra Systems
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \SpecialChar LyX
34357  offers the exchange between mathematical expressions written in \SpecialChar LyX
34358 's math
34359  editor and external applications or user defined scripts.
34360  Currently supported applications are 
34361 \family sans
34362 Maple
34363 \family default
34364
34365 \family sans
34366 Mathematica
34367 \family default
34368
34369 \family sans
34370 Maxima
34371 \family default
34372  and 
34373 \family sans
34374 Octave
34375 \family default
34376 .
34377  Note that the set of supported mathematical constructs is limited only
34378  to very simple cases.
34379 \end_layout
34380
34381 \begin_layout Subsection
34382 Usage
34383 \end_layout
34384
34385 \begin_layout Standard
34386 Write some expression in a formula, go to the 
34387 \family sans
34388 Edit\SpecialChar menuseparator
34389 Math\SpecialChar menuseparator
34390 Use Computer Algebra System
34391 \family default
34392  menu and choose the application you have installed on the computer.
34393  After that the result of computation should show on the right side of the
34394  expression together with the 
34395 \begin_inset Quotes eld
34396 \end_inset
34397
34398 =
34399 \begin_inset Quotes erd
34400 \end_inset
34401
34402  operator.
34403 \end_layout
34404
34405 \begin_layout Standard
34406 Here are few simple examples (with results from 
34407 \family typewriter
34408 Maxima
34409 \family default
34410 ) to show what kind of computations can be performed:
34411 \end_layout
34412
34413 \begin_layout Itemize
34414 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Itemize
34421 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Itemize
34428 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34429 \end_inset
34430
34431
34432 \end_layout
34433
34434 \begin_layout Itemize
34435 \begin_inset Formula $\det\left[\begin{array}{ccc}
34436 1 & 6 & 7\\
34437 2 & 5 & 8\\
34438 3 & 4 & 17
34439 \end{array}\right]=-56$
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Itemize
34446 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Subsection
34453 Keyboard shortcut
34454 \end_layout
34455
34456 \begin_layout Standard
34457 Currently there is no keyboard shortcut for calling the algebra applications.
34458  One can easily bind a shortcut to the 
34459 \family sans
34460 math-extern
34461 \family default
34462  \SpecialChar LyX
34463  function (see the 
34464 \family sans
34465 \emph on
34466 \SpecialChar LyX
34467  Functions
34468 \family default
34469 \emph default
34470  manual).
34471  One could e.
34472 \begin_inset space \thinspace{}
34473 \end_inset
34474
34475 g.
34476 \begin_inset space \space{}
34477 \end_inset
34478
34479 bind the 
34480 \family sans
34481 Return
34482 \family default
34483  key inside the math editor.
34484  To bind it to 
34485 \family typewriter
34486 Maxima
34487 \family default
34488  one would use this shortcut definition command:
34489 \end_layout
34490
34491 \begin_layout Standard
34492
34493 \series bold
34494 command-alternatives paragraph-break;math-extern maxima
34495 \end_layout
34496
34497 \begin_layout Section
34498 Miscellaneous
34499 \begin_inset Index idx
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503 Miscellaneous
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Subsection
34512 Negative Numbers
34513 \begin_inset Index idx
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517 Numbers ! negative
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 Negative numbers often look ugly in formulas because the minus sign before
34527  the number is set with the same length as the minus operator sign.
34528  When writing the negative number in normal text, the minus sign appears
34529  correctly.
34530 \end_layout
34531
34532 \begin_layout Standard
34533 Thus, the problem disappears when converting the minus sign to mathematical
34534  text.
34535 \end_layout
34536
34537 \begin_layout Standard
34538 An example to visualize the problem:
34539 \begin_inset Separator parbreak
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Standard
34546 \align center
34547 \begin_inset Tabular
34548 <lyxtabular version="3" rows="3" columns="2">
34549 <features tabularvalignment="middle">
34550 <column alignment="right" valignment="top">
34551 <column alignment="left" valignment="top">
34552 <row>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557 normal text:
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566 x = -2
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 </row>
34572 <row>
34573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577 formula:
34578 \end_layout
34579
34580 \end_inset
34581 </cell>
34582 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 \begin_inset Formula $x=-2$
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \end_inset
34593 </cell>
34594 </row>
34595 <row>
34596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34597 \begin_inset Text
34598
34599 \begin_layout Plain Layout
34600 solution:
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 \begin_inset Formula $x=\textrm{-}2$
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \end_inset
34616 </cell>
34617 </row>
34618 </lyxtabular>
34619
34620 \end_inset
34621
34622
34623 \end_layout
34624
34625 \begin_layout Subsection
34626 Comma as decimal Separator
34627 \begin_inset Index idx
34628 status collapsed
34629
34630 \begin_layout Plain Layout
34631 Comma
34632 \end_layout
34633
34634 \end_inset
34635
34636
34637 \end_layout
34638
34639 \begin_layout Standard
34640 In \SpecialChar LaTeX
34641  a comma inside a formula is used, according to the English convention,
34642  as number group separator.
34643  So there will be space added behind all commas in formulas.
34644 \end_layout
34645
34646 \begin_layout Standard
34647 To avoid this, the comma is highlighted and changed to mathematical text
34648  (shortcut 
34649 \begin_inset Info
34650 type  "shortcut"
34651 arg   "math-mode"
34652 \end_inset
34653
34654 ).
34655 \end_layout
34656
34657 \begin_layout Standard
34658 To use all formula commas in the document as decimal separator, the file
34659  
34660 \series bold
34661 icomma.sty
34662 \series default
34663
34664 \begin_inset Foot
34665 status collapsed
34666
34667 \begin_layout Plain Layout
34668
34669 \series bold
34670 icomma
34671 \series default
34672  is part of the \SpecialChar LaTeX
34673 -package 
34674 \series bold
34675 was
34676 \series default
34677
34678 \begin_inset Index idx
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 Packages ! was
34683 \begin_inset ERT
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687
34688
34689 \backslash
34690 vspace{4mm}
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \end_inset
34699
34700 .
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \begin_inset Index idx
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710 Packages ! icomma
34711 \end_layout
34712
34713 \end_inset
34714
34715  is loaded with the \SpecialChar LaTeX
34716 -preamble line
34717 \end_layout
34718
34719 \begin_layout Standard
34720
34721 \series bold
34722
34723 \backslash
34724 usepackage{icomma}
34725 \end_layout
34726
34727 \begin_layout Subsection
34728 Physical Vectors
34729 \begin_inset CommandInset label
34730 LatexCommand label
34731 name "subsec:Physical-Vectors"
34732
34733 \end_inset
34734
34735
34736 \begin_inset Index idx
34737 status collapsed
34738
34739 \begin_layout Plain Layout
34740 Vectors ! physical
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Standard
34749 Predefined vectors are offered by the \SpecialChar LaTeX
34750 -package 
34751 \series bold
34752 braket
34753 \series default
34754
34755 \begin_inset Index idx
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759 Packages ! braket
34760 \end_layout
34761
34762 \end_inset
34763
34764  that is loaded with the \SpecialChar LaTeX
34765 -preamble line
34766 \end_layout
34767
34768 \begin_layout Standard
34769
34770 \series bold
34771
34772 \backslash
34773 usepackage{braket}
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset ERT
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781
34782
34783 \backslash
34784 ifbraket 
34785 \end_layout
34786
34787 \end_inset
34788
34789
34790 \begin_inset Note Note
34791 status open
34792
34793 \begin_layout Plain Layout
34794 The following table will only be displayed when the \SpecialChar LaTeX
34795 -package 
34796 \series bold
34797 braket
34798 \series default
34799  is installed.
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \end_layout
34806
34807 \begin_layout Standard
34808 The following commands are defined:
34809 \begin_inset Separator parbreak
34810 \end_inset
34811
34812
34813 \end_layout
34814
34815 \begin_layout Standard
34816 \align center
34817 \begin_inset Tabular
34818 <lyxtabular version="3" rows="4" columns="2">
34819 <features tabularvalignment="middle">
34820 <column alignment="center" valignment="top">
34821 <column alignment="center" valignment="top">
34822 <row>
34823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827 Command
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34833 \begin_inset Text
34834
34835 \begin_layout Plain Layout
34836 Result
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 </row>
34842 <row>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847
34848 \backslash
34849 Bra{
34850 \backslash
34851 psi
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34857 \begin_inset Text
34858
34859 \begin_layout Plain Layout
34860 \begin_inset Formula $\Bra{\psi}$
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 <row>
34870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874
34875 \backslash
34876 Ket{
34877 \backslash
34878 psi
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34884 \begin_inset Text
34885
34886 \begin_layout Plain Layout
34887 \begin_inset Formula $\Ket{\psi}$
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 <row>
34897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \backslash
34903 Braket{
34904 \backslash
34905 psi|
34906 \backslash
34907 phi
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34913 \begin_inset Text
34914
34915 \begin_layout Plain Layout
34916 \begin_inset Formula $\Braket{\psi|\phi}$
34917 \end_inset
34918
34919
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 </row>
34925 </lyxtabular>
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 The command 
34934 \series bold
34935
34936 \backslash
34937 Braket
34938 \series default
34939  assures that all vertical bars are set in the size of the surrounding brackets:
34940 \begin_inset Formula 
34941 \[
34942 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34943 \]
34944
34945 \end_inset
34946
34947
34948 \begin_inset ERT
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952
34953
34954 \backslash
34955 else 
34956 \end_layout
34957
34958 \end_inset
34959
34960
34961 \begin_inset Note Note
34962 status open
34963
34964 \begin_layout Plain Layout
34965 The following will be displayed when the \SpecialChar LaTeX
34966 -package 
34967 \series bold
34968 braket
34969 \series default
34970  is not installed:
34971 \end_layout
34972
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Standard
34979 You need to install the \SpecialChar LaTeX
34980 -package 
34981 \series bold
34982 braket
34983 \series default
34984  to see the rest of this subsection in the output.
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 fi 
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Standard
35004 The effect of 
35005 \series bold
35006
35007 \backslash
35008 Braket
35009 \series default
35010  can also be achieved using the command 
35011 \series bold
35012
35013 \backslash
35014 middle
35015 \series default
35016 , that is described in 
35017 \begin_inset CommandInset ref
35018 LatexCommand ref
35019 reference "subsec:Automatic-Bracket-Size"
35020
35021 \end_inset
35022
35023 .
35024 \end_layout
35025
35026 \begin_layout Subsection
35027 Self-defined Fractions
35028 \begin_inset CommandInset label
35029 LatexCommand label
35030 name "subsec:Self-defined-Fractions"
35031
35032 \end_inset
35033
35034
35035 \begin_inset Index idx
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039 Fractions ! self-defined
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \begin_layout Standard
35048 To define custom commands for fractions, the command 
35049 \series bold
35050
35051 \backslash
35052 genfrac
35053 \series default
35054
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Commands ! G ! 
35060 \backslash
35061 genfrac
35062 \begin_inset ERT
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066
35067
35068 \backslash
35069 vspace{4mm}
35070 \end_layout
35071
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \end_inset
35078
35079  is used in the following scheme:
35080 \end_layout
35081
35082 \begin_layout Standard
35083
35084 \series bold
35085
35086 \backslash
35087 genfrac{left
35088 \series default
35089  
35090 \series bold
35091 bracket}{right
35092 \series default
35093  
35094 \series bold
35095 bracket}{fraction bar thickness}{style}
35096 \begin_inset Newline newline
35097 \end_inset
35098
35099
35100 \begin_inset Phantom HPhantom
35101 status open
35102
35103 \begin_layout Plain Layout
35104
35105 \series bold
35106
35107 \backslash
35108 genfrac
35109 \end_layout
35110
35111 \end_inset
35112
35113 {numerator}{denominator}
35114 \end_layout
35115
35116 \begin_layout Standard
35117 The style is a number in the range of 0
35118 \begin_inset space \thinspace{}
35119 \end_inset
35120
35121 -
35122 \begin_inset space \thinspace{}
35123 \end_inset
35124
35125 3.
35126 \begin_inset Separator parbreak
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 \align center
35134 \begin_inset Tabular
35135 <lyxtabular version="3" rows="5" columns="2">
35136 <features tabularvalignment="middle">
35137 <column alignment="center" valignment="top">
35138 <column alignment="center" valignment="top">
35139 <row>
35140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144 Number
35145 \end_layout
35146
35147 \end_inset
35148 </cell>
35149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153 Style (Size)
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 </row>
35159 <row>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164 0
35165 \end_layout
35166
35167 \end_inset
35168 </cell>
35169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35170 \begin_inset Text
35171
35172 \begin_layout Plain Layout
35173 display style formula
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 </row>
35179 <row>
35180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35181 \begin_inset Text
35182
35183 \begin_layout Plain Layout
35184 1
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35190 \begin_inset Text
35191
35192 \begin_layout Plain Layout
35193 inline formula
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204 2
35205 \end_layout
35206
35207 \end_inset
35208 </cell>
35209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35210 \begin_inset Text
35211
35212 \begin_layout Plain Layout
35213 small
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 </row>
35219 <row>
35220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224 3
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35230 \begin_inset Text
35231
35232 \begin_layout Plain Layout
35233 tiny
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 </lyxtabular>
35240
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Standard
35247 When no style is given, the size is adjusted to the surrounding environment
35248  like for the command 
35249 \series bold
35250
35251 \backslash
35252 frac
35253 \series default
35254 .
35255 \end_layout
35256
35257 \begin_layout Standard
35258 When no fraction bar thickness is given, the predefined value of 0.4
35259 \begin_inset space \thinspace{}
35260 \end_inset
35261
35262 pt will be used.
35263 \end_layout
35264
35265 \begin_layout Standard
35266 \begin_inset VSpace medskip
35267 \end_inset
35268
35269 For example, the commands 
35270 \series bold
35271
35272 \backslash
35273 dfrac
35274 \series default
35275  and 
35276 \series bold
35277
35278 \backslash
35279 tbinom
35280 \series default
35281  from 
35282 \begin_inset CommandInset ref
35283 LatexCommand ref
35284 reference "subsec:Fractions"
35285
35286 \end_inset
35287
35288  are defined with the commands
35289 \end_layout
35290
35291 \begin_layout Standard
35292
35293 \series bold
35294
35295 \backslash
35296 newcommand{
35297 \backslash
35298 dfrac}[2]{
35299 \backslash
35300 genfrac{}{}{}{0}{#1}{#2}}
35301 \end_layout
35302
35303 \begin_layout Standard
35304 and
35305 \end_layout
35306
35307 \begin_layout Standard
35308
35309 \series bold
35310
35311 \backslash
35312 newcommand{
35313 \backslash
35314 tbinom}[2]{
35315 \backslash
35316 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35317 \end_layout
35318
35319 \begin_layout Standard
35320 \begin_inset VSpace medskip
35321 \end_inset
35322
35323 To define a fraction where the fraction bar thickness can be given as optional
35324  argument, the following line is inserted to the \SpecialChar LaTeX
35325 -preamble:
35326 \end_layout
35327
35328 \begin_layout Standard
35329
35330 \series bold
35331
35332 \backslash
35333 newcommand{
35334 \backslash
35335 fracS}[3][]{
35336 \backslash
35337 genfrac{}{}{#1}{}{#2}{#3}}
35338 \end_layout
35339
35340 \begin_layout Standard
35341 A test:
35342 \begin_inset Formula 
35343 \begin{align*}
35344 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35345 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35346 \end{align*}
35347
35348 \end_inset
35349
35350 As one can see, the distance of the numerator and the denominator to the
35351  fraction bar is round about three times the bar thickness.
35352 \end_layout
35353
35354 \begin_layout Subsection
35355 Canceled Formulas
35356 \begin_inset Index idx
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 Formula ! canceled
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 There are four ways to cancel formulas or parts of formulas:
35370 \end_layout
35371
35372 \begin_layout Standard
35373 \begin_inset ERT
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377
35378
35379 \backslash
35380 ifcancel 
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \begin_inset Note Note
35387 status open
35388
35389 \begin_layout Plain Layout
35390 The following table will only be displayed when the \SpecialChar LaTeX
35391 -package 
35392 \series bold
35393 cancel
35394 \series default
35395  is installed.
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset Separator parbreak
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Standard
35408 \align center
35409 \begin_inset Tabular
35410 <lyxtabular version="3" rows="5" columns="2">
35411 <features tabularvalignment="middle">
35412 <column alignment="center" valignment="top">
35413 <column alignment="center" valignment="top">
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419 Command
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 Result
35429 \begin_inset Note Note
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433 The space and
35434 \series bold
35435  
35436 \backslash
35437 raisebox
35438 \series default
35439  are used here as spacer.
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \end_layout
35446
35447 \end_inset
35448 </cell>
35449 </row>
35450 <row>
35451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35452 \begin_inset Text
35453
35454 \begin_layout Plain Layout
35455
35456 \backslash
35457 cancel
35458 \begin_inset space \textvisiblespace{}
35459 \end_inset
35460
35461
35462 \backslash
35463 int
35464 \begin_inset space \textvisiblespace{}
35465 \end_inset
35466
35467 A=B
35468 \end_layout
35469
35470 \end_inset
35471 </cell>
35472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35473 \begin_inset Text
35474
35475 \begin_layout Plain Layout
35476 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 </row>
35485 <row>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490
35491 \backslash
35492 bcancel
35493 \begin_inset space \textvisiblespace{}
35494 \end_inset
35495
35496
35497 \backslash
35498 int
35499 \begin_inset space \textvisiblespace{}
35500 \end_inset
35501
35502 A=B
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35512 \end_inset
35513
35514
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 </row>
35520 <row>
35521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35522 \begin_inset Text
35523
35524 \begin_layout Plain Layout
35525
35526 \backslash
35527 xcancel
35528 \begin_inset space \textvisiblespace{}
35529 \end_inset
35530
35531
35532 \backslash
35533 int
35534 \begin_inset space \textvisiblespace{}
35535 \end_inset
35536
35537 A=B
35538 \end_layout
35539
35540 \end_inset
35541 </cell>
35542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35543 \begin_inset Text
35544
35545 \begin_layout Plain Layout
35546 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35547 \end_inset
35548
35549
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 </row>
35555 <row>
35556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560
35561 \backslash
35562 cancelto
35563 \begin_inset space \textvisiblespace{}
35564 \end_inset
35565
35566
35567 \backslash
35568 int
35569 \begin_inset space \textvisiblespace{}
35570 \end_inset
35571
35572 A=B
35573 \begin_inset Formula $\to$
35574 \end_inset
35575
35576 1
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \end_inset
35592 </cell>
35593 </row>
35594 </lyxtabular>
35595
35596 \end_inset
35597
35598
35599 \end_layout
35600
35601 \begin_layout Standard
35602
35603 \series bold
35604
35605 \backslash
35606 cancelto
35607 \series default
35608  is especially suitable to visualize the reduction of fractions within formulas:
35609 \begin_inset Formula 
35610 \[
35611 \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}}}
35612 \]
35613
35614 \end_inset
35615
35616
35617 \end_layout
35618
35619 \begin_layout Standard
35620 To change the size of 
35621 \series bold
35622
35623 \backslash
35624 cancelto
35625 \series default
35626 's 
35627 \begin_inset Quotes eld
35628 \end_inset
35629
35630 subscript
35631 \begin_inset Quotes erd
35632 \end_inset
35633
35634  value one can add the \SpecialChar LaTeX
35635 -preamble line
35636 \end_layout
35637
35638 \begin_layout Standard
35639
35640 \series bold
35641
35642 \backslash
35643 PassOptionsToPackage{option}{cancel}
35644 \end_layout
35645
35646 \begin_layout Standard
35647 where 
35648 \series bold
35649 option
35650 \series default
35651  is either 
35652 \series bold
35653 samesize
35654 \series default
35655  which leads to the same size as for the canceled value, or 
35656 \series bold
35657 Smaller
35658 \series default
35659  which makes is it a bit smaller than normal.
35660 \end_layout
35661
35662 \begin_layout Standard
35663 To color the cancellation bar one adds this command as \SpecialChar TeX
35664  code:
35665 \end_layout
35666
35667 \begin_layout Standard
35668
35669 \series bold
35670
35671 \backslash
35672 renewcommand{
35673 \backslash
35674 CancelColor}{
35675 \backslash
35676 color{red}}
35677 \end_layout
35678
35679 \begin_layout Standard
35680
35681 \series bold
35682 red
35683 \series default
35684  can be replaced by a color of your choice.
35685 \end_layout
35686
35687 \begin_layout Standard
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 renewcommand{
35696 \backslash
35697 CancelColor}{
35698 \backslash
35699 color{red}}
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset Formula 
35709 \[
35710 \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}}}
35711 \]
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 renewcommand{
35727 \backslash
35728 CancelColor}{
35729 \backslash
35730 color{black}}
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \begin_inset Note Note
35737 status open
35738
35739 \begin_layout Plain Layout
35740 reset the color
35741 \end_layout
35742
35743 \end_inset
35744
35745
35746 \end_layout
35747
35748 \begin_layout Standard
35749 For further customizations, see the documentation of the package 
35750 \series bold
35751 cancel
35752 \series default
35753
35754 \begin_inset CommandInset citation
35755 LatexCommand cite
35756 key "cancel"
35757
35758 \end_inset
35759
35760 .
35761 \begin_inset Index idx
35762 status collapsed
35763
35764 \begin_layout Plain Layout
35765 Packages ! cancel
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \begin_layout Standard
35774 \begin_inset ERT
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778
35779
35780 \backslash
35781 else 
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \begin_inset Note Note
35788 status open
35789
35790 \begin_layout Plain Layout
35791 The following will be displayed when the \SpecialChar LaTeX
35792 -package 
35793 \series bold
35794 cancel
35795 \series default
35796  is not installed:
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Standard
35805 You need to install the \SpecialChar LaTeX
35806 -package 
35807 \series bold
35808 cancel
35809 \series default
35810  to see the rest of this subsection in the output.
35811 \end_layout
35812
35813 \begin_layout Standard
35814 \begin_inset ERT
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818
35819
35820 \backslash
35821 fi 
35822 \end_layout
35823
35824 \end_inset
35825
35826
35827 \end_layout
35828
35829 \begin_layout Subsection
35830 Formulas in Section Headings
35831 \begin_inset CommandInset label
35832 LatexCommand label
35833 name "subsec:Formulas-in-Section"
35834
35835 \end_inset
35836
35837
35838 \begin_inset Index idx
35839 status collapsed
35840
35841 \begin_layout Plain Layout
35842 Formula ! in section headings
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Standard
35851 When formulas are used in section headings, the following has to be taken
35852  into account:
35853 \end_layout
35854
35855 \begin_layout Standard
35856 \begin_inset Note Greyedout
35857 status open
35858
35859 \begin_layout Plain Layout
35860 When 
35861 \series bold
35862 hyperref
35863 \series default
35864
35865 \begin_inset Index idx
35866 status collapsed
35867
35868 \begin_layout Plain Layout
35869 Packages ! hyperref
35870 \end_layout
35871
35872 \end_inset
35873
35874  support is enabled in the document settings dialog under 
35875 \family sans
35876 PDF
35877 \begin_inset space ~
35878 \end_inset
35879
35880 Properties
35881 \family default
35882 , PDF-bookmarks are created for every section heading in the table of contents.
35883  If a section heading contains formulas, they are incorrectly displayed
35884  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35885 s.
35886 \end_layout
35887
35888 \end_inset
35889
35890
35891 \end_layout
35892
35893 \begin_layout Standard
35894 Both problems can be solved by inserting at the end of the section heading
35895  a short title with the menu 
35896 \family sans
35897 Insert\SpecialChar menuseparator
35898 Short
35899 \begin_inset space ~
35900 \end_inset
35901
35902 Title
35903 \family default
35904 .
35905  Short titles are used as alternative for multiline section headings to
35906  keep the table of contents clearly arranged.
35907  Only the short title appears in the table of contents and therefore also
35908  in the PDF-bookmark.
35909 \end_layout
35910
35911 \begin_layout Standard
35912 When formulas should be used in the table of contents but 
35913 \series bold
35914 hyperref
35915 \series default
35916  is used, one can use the following command in \SpecialChar TeX
35917  mode:
35918 \end_layout
35919
35920 \begin_layout Standard
35921
35922 \series bold
35923
35924 \backslash
35925 texorpdfstring{part}{alternative}
35926 \begin_inset Index idx
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930 Commands ! T ! 
35931 \backslash
35932 texorpdfstring
35933 \end_layout
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35942  This can be characters, formulas, footnotes, but also cross-references.
35943  The alternative is used instead of the part for the bookmark.
35944 \end_layout
35945
35946 \begin_layout Standard
35947 Here are two example headings:
35948 \begin_inset VSpace -3mm
35949 \end_inset
35950
35951
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957
35958 \backslash
35959 boldmath 
35960 \end_layout
35961
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Subsubsection
35968 Heading without formula in table of contents 
35969 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35970 \end_inset
35971
35972
35973 \begin_inset Argument 1
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977 Heading without formula in table of contents
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Subsubsection
35986 Heading with formula in table of contents
35987 \begin_inset ERT
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991
35992
35993 \backslash
35994 texorpdfstring{
35995 \end_layout
35996
35997 \end_inset
35998
35999  
36000 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36001 \end_inset
36002
36003
36004 \begin_inset ERT
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008
36009 }{}
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023
36024 \backslash
36025 unboldmath 
36026 \end_layout
36027
36028 \end_inset
36029
36030 In the first heading a short title was used, in the second one 
36031 \series bold
36032
36033 \backslash
36034 texorpdfstring
36035 \series default
36036 .
36037 \end_layout
36038
36039 \begin_layout Standard
36040 To get the same formatting as for the other headings, the complete heading
36041  was set into a 
36042 \series bold
36043 boldmath
36044 \series default
36045  environment
36046 \begin_inset Foot
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050 see 
36051 \begin_inset CommandInset ref
36052 LatexCommand ref
36053 reference "subsec:Bold-Formulas"
36054
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \end_inset
36061
36062 .
36063 \end_layout
36064
36065 \begin_layout Subsection
36066 Formulas in multi-column Text
36067 \begin_inset Index idx
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071 Formula ! in multi-column text
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \end_layout
36078
36079 \begin_layout Standard
36080 Formulas in multi-column text are often too wide to fit into a column and
36081  thus need to be set over the whole page width.
36082  This is done by using the \SpecialChar LaTeX
36083 -package 
36084 \series bold
36085 multicol
36086 \series default
36087
36088 \begin_inset Foot
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093 \series bold
36094 multicol
36095 \series default
36096  is part of every \SpecialChar LaTeX
36097  standard installation.
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \begin_inset Index idx
36104 status collapsed
36105
36106 \begin_layout Plain Layout
36107 Packages ! multicol
36108 \end_layout
36109
36110 \end_inset
36111
36112 , that is loaded with the \SpecialChar LaTeX
36113 -preamble line
36114 \end_layout
36115
36116 \begin_layout Standard
36117
36118 \series bold
36119
36120 \backslash
36121 usepackage{multicol}
36122 \end_layout
36123
36124 \begin_layout Standard
36125 \begin_inset Note Greyedout
36126 status open
36127
36128 \begin_layout Plain Layout
36129 Note that in this case the setting 
36130 \family sans
36131 Two-column
36132 \begin_inset space ~
36133 \end_inset
36134
36135 document
36136 \family default
36137  in the menu 
36138 \family sans
36139 Document\SpecialChar menuseparator
36140 Settings
36141 \family default
36142  under 
36143 \family sans
36144 Text
36145 \begin_inset space ~
36146 \end_inset
36147
36148 Layout
36149 \family default
36150 \emph on
36151  
36152 \emph default
36153 must 
36154 \emph on
36155 not
36156 \emph default
36157  be selected.
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 Before the multi-column text the command
36167 \end_layout
36168
36169 \begin_layout Standard
36170
36171 \series bold
36172
36173 \backslash
36174 begin{multicols}{column number}
36175 \end_layout
36176
36177 \begin_layout Standard
36178 is written in \SpecialChar TeX
36179  mode.
36180  The column number is a number in the range of 2
36181 \begin_inset space \thinspace{}
36182 \end_inset
36183
36184 -
36185 \begin_inset space \thinspace{}
36186 \end_inset
36187
36188 10.
36189  Before the formula the multi-column text is ended by inserting the command
36190 \end_layout
36191
36192 \begin_layout Standard
36193
36194 \series bold
36195
36196 \backslash
36197 end{multicols}
36198 \end_layout
36199
36200 \begin_layout Standard
36201 in \SpecialChar TeX
36202  mode.
36203 \end_layout
36204
36205 \begin_layout Standard
36206 Due to the command some space is automatically added before the formula.
36207  To revert this, -6
36208 \begin_inset space \thinspace{}
36209 \end_inset
36210
36211 mm vertical space is inserted before the formula.
36212  When the formula style 
36213 \series bold
36214 Indented
36215 \begin_inset Foot
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 formula styles see 
36220 \begin_inset CommandInset ref
36221 LatexCommand ref
36222 reference "sec:Formula-Styles"
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \series default
36233  is used, -9
36234 \begin_inset space \thinspace{}
36235 \end_inset
36236
36237 mm space is inserted instead.
36238 \end_layout
36239
36240 \begin_layout Standard
36241 As example a multi-column text with a displayed formula:
36242 \end_layout
36243
36244 \begin_layout Standard
36245
36246 \lang ngerman
36247 \begin_inset ERT
36248 status collapsed
36249
36250 \begin_layout Plain Layout
36251
36252
36253 \backslash
36254 begin{multicols}{2}
36255 \end_layout
36256
36257 \end_inset
36258
36259 Das Spektrum wird fouriertransformiert.
36260  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36261 , Lösungsmittel) zu trennen.
36262  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36263  nun das Aussehen des Ausgangssignals.
36264  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36265  über alle Phasen integrieren muss.
36266  Sei nun 
36267 \begin_inset Formula $S$
36268 \end_inset
36269
36270  unser normiertes Ausgangssignal und 
36271 \begin_inset Formula $P$
36272 \end_inset
36273
36274  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36275 \begin_inset ERT
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279
36280
36281 \backslash
36282 end{multicols}
36283 \end_layout
36284
36285 \end_inset
36286
36287
36288 \begin_inset VSpace -6mm
36289 \end_inset
36290
36291
36292 \begin_inset Formula 
36293 \begin{equation}
36294 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36295 \end{equation}
36296
36297 \end_inset
36298
36299
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305
36306 \backslash
36307 begin{multicols}{2}
36308 \end_layout
36309
36310 \end_inset
36311
36312 wobei 
36313 \begin_inset Formula $S_{0}$
36314 \end_inset
36315
36316  das Signal ohne Gradient ist und die Normierungsbedingung 
36317 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36318 \end_inset
36319
36320  gilt.
36321  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36322  Direkt nach dem 
36323 \begin_inset Formula $\nicefrac{\pi}{2}$
36324 \end_inset
36325
36326
36327 \begin_inset space \thinspace{}
36328 \end_inset
36329
36330 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36331  das Signal zusätzlich abschwächt.
36332  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36333  
36334 \begin_inset Formula $T_{2}$
36335 \end_inset
36336
36337 -Zeit.
36338 \end_layout
36339
36340 \begin_layout Standard
36341
36342 \lang ngerman
36343 \begin_inset ERT
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347
36348
36349 \backslash
36350 end{multicols}
36351 \end_layout
36352
36353 \end_inset
36354
36355
36356 \end_layout
36357
36358 \begin_layout Subsection
36359 Formulas with Description of Variables
36360 \begin_inset Index idx
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364 Formula ! with description of variables
36365 \end_layout
36366
36367 \end_inset
36368
36369
36370 \end_layout
36371
36372 \begin_layout Standard
36373 To describe variables within a formula, like in formula 
36374 \begin_inset CommandInset ref
36375 LatexCommand eqref
36376 reference "eq:within"
36377
36378 \end_inset
36379
36380 , a 2
36381 \series bold
36382 ×
36383 \series default
36384
36385 \begin_inset Formula $n$
36386 \end_inset
36387
36388
36389 \begin_inset space ~
36390 \end_inset
36391
36392 matrix is used with left aligned columns for the 
36393 \begin_inset Formula $n$
36394 \end_inset
36395
36396  used variables.
36397 \begin_inset Foot
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 matrices see 
36402 \begin_inset CommandInset ref
36403 LatexCommand ref
36404 reference "sec:Matrices"
36405
36406 \end_inset
36407
36408
36409 \end_layout
36410
36411 \end_inset
36412
36413  To set the description in a smaller size, before the matrix e.
36414 \begin_inset space \thinspace{}
36415 \end_inset
36416
36417 g.
36418 \begin_inset space \space{}
36419 \end_inset
36420
36421 the command 
36422 \series bold
36423
36424 \backslash
36425 footnotesize
36426 \series default
36427  is inserted.
36428 \begin_inset Foot
36429 status collapsed
36430
36431 \begin_layout Plain Layout
36432 font sizes see 
36433 \begin_inset CommandInset ref
36434 LatexCommand ref
36435 reference "subsec:Font-Sizes"
36436
36437 \end_inset
36438
36439
36440 \end_layout
36441
36442 \end_inset
36443
36444
36445 \end_layout
36446
36447 \begin_layout Standard
36448 When the formula style 
36449 \series bold
36450 Indented
36451 \begin_inset Foot
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 formula styles see 
36456 \begin_inset CommandInset ref
36457 LatexCommand ref
36458 reference "sec:Formula-Styles"
36459
36460 \end_inset
36461
36462
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \series default
36469  is used, a 
36470 \series bold
36471
36472 \backslash
36473 hfill
36474 \series default
36475
36476 \begin_inset Foot
36477 status collapsed
36478
36479 \begin_layout Plain Layout
36480
36481 \series bold
36482
36483 \backslash
36484 hfill
36485 \series default
36486  only works in formulas with the style 
36487 \series bold
36488 Indented
36489 \series default
36490 , see 
36491 \begin_inset CommandInset ref
36492 LatexCommand ref
36493 reference "subsec:Variable-Space"
36494
36495 \end_inset
36496
36497 .
36498 \end_layout
36499
36500 \end_inset
36501
36502  is inserted before and after the matrix to have the same separation of
36503  the matrix from the equation and the side margin.
36504 \end_layout
36505
36506 \begin_layout Standard
36507 When the formula style 
36508 \series bold
36509 Centered
36510 \series default
36511  is used, the method described in 
36512 \begin_inset CommandInset ref
36513 LatexCommand ref
36514 reference "subsec:Flalign-Environment"
36515
36516 \end_inset
36517
36518  is used to indent formulas.
36519  Formula 
36520 \begin_inset CommandInset ref
36521 LatexCommand eqref
36522 reference "eq:within"
36523
36524 \end_inset
36525
36526  consists of five columns where in the first two columns contain the equation,
36527  the third the matrix and the last one an empty \SpecialChar TeX
36528  brace.
36529 \begin_inset Formula 
36530 \begin{flalign}
36531 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36532 \rho & \textrm{density}\\
36533 V & \textrm{volume}\\
36534 g & \textrm{gravitational acceleration}
36535 \end{array} &  & {}\label{eq:within}
36536 \end{flalign}
36537
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \begin_layout Subsection
36544 Upright small Greek Letters
36545 \begin_inset CommandInset label
36546 LatexCommand label
36547 name "subsec:Upright-small-Greek"
36548
36549 \end_inset
36550
36551
36552 \begin_inset Index idx
36553 status collapsed
36554
36555 \begin_layout Plain Layout
36556 Greek letters ! upright
36557 \end_layout
36558
36559 \end_inset
36560
36561
36562 \end_layout
36563
36564 \begin_layout Standard
36565 Most of the math fonts only provide italic small Greek letters.
36566  But for symbols of elementary particles like pions and neutrinos, upright
36567  Greek letters are needed.
36568  The file 
36569 \series bold
36570 upgreek.sty
36571 \series default
36572
36573 \begin_inset Foot
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577
36578 \series bold
36579 upgreek
36580 \series default
36581  is part of the \SpecialChar LaTeX
36582 -package 
36583 \series bold
36584 was
36585 \series default
36586
36587 \begin_inset Index idx
36588 status collapsed
36589
36590 \begin_layout Plain Layout
36591 Packages ! was
36592 \begin_inset ERT
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596
36597
36598 \backslash
36599 vspace{4mm}
36600 \end_layout
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \end_inset
36608
36609 .
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \begin_inset Index idx
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619 Packages ! upgreek
36620 \end_layout
36621
36622 \end_inset
36623
36624  that is loaded with the \SpecialChar LaTeX
36625 -preamble line
36626 \end_layout
36627
36628 \begin_layout Standard
36629
36630 \series bold
36631
36632 \backslash
36633 usepackage{upgreek}
36634 \end_layout
36635
36636 \begin_layout Standard
36637 provides them.
36638  
36639 \begin_inset ERT
36640 status collapsed
36641
36642 \begin_layout Plain Layout
36643
36644
36645 \backslash
36646 ifupgreek 
36647 \end_layout
36648
36649 \end_inset
36650
36651
36652 \begin_inset Note Note
36653 status open
36654
36655 \begin_layout Plain Layout
36656 The following table will only be displayed when the \SpecialChar LaTeX
36657 -package 
36658 \series bold
36659 upgreek
36660 \series default
36661  is installed:
36662 \end_layout
36663
36664 \end_inset
36665
36666  They are created when the command for a small Greek letter is started with
36667  
36668 \series bold
36669 up
36670 \series default
36671 .
36672  For example the command 
36673 \series bold
36674
36675 \backslash
36676 uptau
36677 \series default
36678  creates this: 
36679 \begin_inset Formula $\uptau$
36680 \end_inset
36681
36682
36683 \end_layout
36684
36685 \begin_layout Standard
36686 With these commands reactions of elementary particles can be typeset:
36687 \begin_inset Formula 
36688 \[
36689 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36690 \]
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \begin_layout Standard
36698 The upright letters are more bold and wider than the italic ones.
36699  They should therefore not be used for units like 
36700 \begin_inset Quotes eld
36701 \end_inset
36702
36703 µm
36704 \begin_inset Quotes erd
36705 \end_inset
36706
36707 .
36708 \end_layout
36709
36710 \begin_layout Standard
36711 \begin_inset ERT
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715
36716
36717 \backslash
36718 else 
36719 \end_layout
36720
36721 \end_inset
36722
36723
36724 \begin_inset Note Note
36725 status open
36726
36727 \begin_layout Plain Layout
36728 The following will be displayed when the \SpecialChar LaTeX
36729 -package 
36730 \series bold
36731 upgreek
36732 \series default
36733  is not installed:
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \begin_layout Standard
36742 You need to install the \SpecialChar LaTeX
36743 -package 
36744 \series bold
36745 upgreek
36746 \series default
36747  to see the rest of this subsection in the output.
36748 \end_layout
36749
36750 \begin_layout Standard
36751 \begin_inset ERT
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755
36756
36757 \backslash
36758 fi 
36759 \end_layout
36760
36761 \end_inset
36762
36763
36764 \end_layout
36765
36766 \begin_layout Subsection
36767 Text Characters in Formulas
36768 \begin_inset Index idx
36769 status collapsed
36770
36771 \begin_layout Plain Layout
36772 Text ! in formulas
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \begin_layout Standard
36781 In some cases you might want to insert text characters directly into formulas.
36782  When for example the centered dot · is often used in formulas like 
36783 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36784 \end_inset
36785
36786 , one would have to insert the command 
36787 \series bold
36788
36789 \backslash
36790 cdot
36791 \series default
36792
36793 \begin_inset Foot
36794 status collapsed
36795
36796 \begin_layout Plain Layout
36797 see 
36798 \begin_inset CommandInset ref
36799 LatexCommand ref
36800 reference "subsec:Binary-Operators"
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \end_inset
36808
36809  all the time, because this character is defined in all encodings as text
36810  character.
36811  But the encoding can be changed by this \SpecialChar LaTeX
36812 -preamble line:
36813 \end_layout
36814
36815 \begin_layout Standard
36816
36817 \series bold
36818
36819 \backslash
36820 Declare Inputtext{183}{
36821 \backslash
36822 ifmmode
36823 \backslash
36824 cdot
36825 \backslash
36826 else
36827 \backslash
36828 textperiodcentered
36829 \backslash
36830 f\SpecialChar ligaturebreak
36831 i}
36832 \end_layout
36833
36834 \begin_layout Standard
36835 The character encoding (menu 
36836 \family sans
36837 Document\SpecialChar menuseparator
36838 Settings\SpecialChar menuseparator
36839 Language
36840 \family default
36841 ) specifies what character appears when a keyboard key is pressed.
36842  When the key for the character '·' is pressed, internally the command 
36843 \series bold
36844
36845 \backslash
36846 textperiodcentered
36847 \series default
36848  is used.
36849  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36850 -errors.
36851  With the changed encoding the right command is chosen automatically, depending
36852  on if the character was inserted into a formula or not.
36853 \end_layout
36854
36855 \begin_layout Standard
36856 The encoding of several characters is saved in definition files.
36857  For example the encoding 
36858 \series bold
36859 latin9
36860 \series default
36861  is defined in the file 
36862 \series bold
36863 latin9.def
36864 \series default
36865  which is in the installation folder of \SpecialChar LaTeX
36866 .
36867  Encodings should only be changed via the \SpecialChar LaTeX
36868 -preamble and not in the definition
36869  files.
36870  Otherwise documents could not be edited by other \SpecialChar LyX
36871  users working on other
36872  computers.
36873 \end_layout
36874
36875 \begin_layout Standard
36876 \begin_inset VSpace medskip
36877 \end_inset
36878
36879 Besides the centered dot, in this document the degree sign ° is defined
36880  with the following \SpecialChar LaTeX
36881 -preamble line so that it can be directly inserted into
36882  a formula:
36883 \end_layout
36884
36885 \begin_layout Standard
36886
36887 \series bold
36888
36889 \backslash
36890 DeclareInputtext{176}{
36891 \backslash
36892 ifmmode^
36893 \backslash
36894 circ
36895 \backslash
36896 else
36897 \backslash
36898 textdegree
36899 \backslash
36900 f\SpecialChar ligaturebreak
36901 i}
36902 \end_layout
36903
36904 \begin_layout Subsection
36905 \SpecialChar LaTeX
36906 -comments in formulas
36907 \begin_inset Index idx
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 \SpecialChar LaTeX
36912 -comments
36913 \end_layout
36914
36915 \end_inset
36916
36917
36918 \end_layout
36919
36920 \begin_layout Standard
36921 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36922  source
36923  code of your file with the menu 
36924 \family sans
36925 Insert\SpecialChar menuseparator
36926 Note\SpecialChar menuseparator
36927 Comment
36928 \family default
36929 .
36930  This is not possible in a formula but you can insert \SpecialChar LaTeX
36931 -comments with the
36932  command
36933 \end_layout
36934
36935 \begin_layout Standard
36936
36937 \series bold
36938
36939 \backslash
36940 %
36941 \end_layout
36942
36943 \begin_layout Standard
36944 This creates a box in which you can write your comment.
36945  Due to a bug in \SpecialChar LyX
36946
36947 \begin_inset Foot
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951 \begin_inset CommandInset href
36952 LatexCommand href
36953 name "LyX-bug #9002"
36954 target "http://www.lyx.org/trac/ticket/9002"
36955
36956 \end_inset
36957
36958
36959 \end_layout
36960
36961 \end_inset
36962
36963  you cannot write normal text inside the comment, even when you use mathematical
36964  text, you will see its \SpecialChar LaTeX
36965 -commands in the \SpecialChar LaTeX
36966 -output.
36967 \begin_inset Newline newline
36968 \end_inset
36969
36970 This a formula with a \SpecialChar LaTeX
36971 -comment:
36972 \begin_inset Formula 
36973 \[
36974 A=B%\text{This is the comment}
36975 \]
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Standard
36983 \begin_inset Newpage newpage
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \begin_layout Section
36990 \start_of_appendix
36991 Typographic Advice
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Typographic advice
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Standard
37005 This section is a summary of the most important typographic rules, listed
37006  in ISO norms.
37007 \begin_inset Foot
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011 This collection was partly taken from the German semi-official dictionary
37012  called 
37013 \begin_inset Quotes eld
37014 \end_inset
37015
37016 Duden
37017 \begin_inset Quotes erd
37018 \end_inset
37019
37020  
37021 \begin_inset CommandInset citation
37022 LatexCommand cite
37023 key "Duden"
37024
37025 \end_inset
37026
37027  that lists some of the ISO rules.
37028  More rules are listed in 
37029 \begin_inset CommandInset citation
37030 LatexCommand cite
37031 key "Checklist"
37032
37033 \end_inset
37034
37035 .
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Itemize
37044 Physical units are 
37045 \emph on
37046 always
37047 \emph default
37048  set upright
37049 \begin_inset Foot
37050 status collapsed
37051
37052 \begin_layout Plain Layout
37053 done with font styles, see 
37054 \begin_inset CommandInset ref
37055 LatexCommand ref
37056 reference "subsec:Font-Styles"
37057
37058 \end_inset
37059
37060
37061 \end_layout
37062
37063 \end_inset
37064
37065 , no matter if they appear in italic text: 30
37066 \begin_inset space \thinspace{}
37067 \end_inset
37068
37069 km/h
37070 \begin_inset Newline newline
37071 \end_inset
37072
37073 Between the value and the unit is the smallest space, see 
37074 \begin_inset CommandInset ref
37075 LatexCommand ref
37076 reference "subsec:Predefined-Space"
37077
37078 \end_inset
37079
37080 .
37081 \begin_inset Newline newline
37082 \end_inset
37083
37084 This convention is automatically fulfilled when the command 
37085 \series bold
37086
37087 \backslash
37088 unittwo
37089 \series default
37090  is used.
37091  When it is entered to a formula, two boxes appear.
37092  In the first one the value is inserted, in the second one the unit, and
37093  one gets as above: 
37094 \begin_inset Formula $\unit[30]{km/h}$
37095 \end_inset
37096
37097
37098 \begin_inset space \thinspace{}
37099 \end_inset
37100
37101 .
37102  Note that 
37103 \series bold
37104
37105 \backslash
37106 unittwo
37107 \series default
37108  is not a real \SpecialChar LaTeX
37109  command but the command 
37110 \series bold
37111
37112 \backslash
37113 unit[value]{unit}
37114 \series default
37115 , therefore you cannot use it in \SpecialChar TeX
37116  code.
37117 \end_layout
37118
37119 \begin_layout Itemize
37120 Percent and perthousand signs are set like physical units:
37121 \begin_inset Newline newline
37122 \end_inset
37123
37124 1.2
37125 \begin_inset space \thinspace{}
37126 \end_inset
37127
37128 ‰ alcohol in blood
37129 \end_layout
37130
37131 \begin_layout Itemize
37132 The degree sign follows directly on the value: 15°, but not when it is used
37133  in units: 15
37134 \begin_inset space \thinspace{}
37135 \end_inset
37136
37137 °C
37138 \end_layout
37139
37140 \begin_layout Itemize
37141 In numbers with more than four digits the smallest space is inserted before
37142  every third digit to group them: 
37143 \family roman
37144 \series medium
37145 \shape up
37146 \size normal
37147 \emph off
37148 \bar no
37149 \noun off
37150 \color none
37151 18
37152 \begin_inset space \thinspace{}
37153 \end_inset
37154
37155 473
37156 \begin_inset space \thinspace{}
37157 \end_inset
37158
37159 588
37160 \end_layout
37161
37162 \begin_layout Itemize
37163 For dimensions like 120×90×40
37164 \begin_inset space \thinspace{}
37165 \end_inset
37166
37167 cm the multiplication sign 
37168 \begin_inset Quotes eld
37169 \end_inset
37170
37171 ×
37172 \begin_inset Quotes erd
37173 \end_inset
37174
37175  is used.
37176  It is available either via the command 
37177 \series bold
37178
37179 \backslash
37180 times
37181 \series default
37182  or via the menu 
37183 \family sans
37184 Insert\SpecialChar menuseparator
37185 Special Character\SpecialChar menuseparator
37186 Symbols
37187 \family default
37188 .
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 Functions with names consisting of several letters are set upright to avoid
37193  confusions, see 
37194 \begin_inset CommandInset ref
37195 LatexCommand ref
37196 reference "subsec:Predefined-Functions"
37197
37198 \end_inset
37199
37200 .
37201 \end_layout
37202
37203 \begin_layout Itemize
37204 Indices consisting of several letters, are set upright: 
37205 \begin_inset Formula $E_{\mathrm{kin}}$
37206 \end_inset
37207
37208
37209 \begin_inset Newline newline
37210 \end_inset
37211
37212 Components of matrices are set italic: 
37213 \begin_inset Formula $\hat{H}_{kl}$
37214 \end_inset
37215
37216
37217 \end_layout
37218
37219 \begin_layout Itemize
37220 The differentiation/integration operator 'd', the Euler's number 'e' and
37221  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37222  other variables.
37223 \end_layout
37224
37225 \begin_layout Itemize
37226 The character that denotes a 
37227 \noun on
37228 Fourier
37229 \noun default
37230  transformation is inserted either by the command 
37231 \series bold
37232
37233 \backslash
37234 mathscr
37235 \begin_inset space \textvisiblespace{}
37236 \end_inset
37237
37238 F
37239 \series default
37240  or via the menu 
37241 \family sans
37242 Insert\SpecialChar menuseparator
37243 Special Character\SpecialChar menuseparator
37244 Symbols\SpecialChar menuseparator
37245 Letterlike
37246 \begin_inset space ~
37247 \end_inset
37248
37249 Symbols
37250 \family default
37251
37252 \begin_inset Formula $\mathscr{F}$
37253 \end_inset
37254
37255
37256 \end_layout
37257
37258 \begin_layout Standard
37259 \begin_inset Newpage newpage
37260 \end_inset
37261
37262
37263 \end_layout
37264
37265 \begin_layout Section
37266 Synonyms
37267 \begin_inset Index idx
37268 status collapsed
37269
37270 \begin_layout Plain Layout
37271 Synonyms
37272 \end_layout
37273
37274 \end_inset
37275
37276
37277 \end_layout
37278
37279 \begin_layout Standard
37280 Some characters and symbols can be created with several commands.
37281  Here is a list of the synonym commands:
37282 \end_layout
37283
37284 \begin_layout Standard
37285 \begin_inset VSpace bigskip
37286 \end_inset
37287
37288
37289 \begin_inset space \hfill{}
37290 \end_inset
37291
37292
37293 \begin_inset Tabular
37294 <lyxtabular version="3" rows="12" columns="2">
37295 <features tabularvalignment="middle">
37296 <column alignment="center" valignment="top" width="0pt">
37297 <column alignment="center" valignment="top" width="0pt">
37298 <row>
37299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303 Command
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312 equivalent to
37313 \begin_inset Note Note
37314 status collapsed
37315
37316 \begin_layout Plain Layout
37317
37318 \series bold
37319
37320 \backslash
37321 raisebox
37322 \series default
37323  is only used as spacer.
37324 \end_layout
37325
37326 \end_inset
37327
37328
37329 \end_layout
37330
37331 \end_inset
37332 </cell>
37333 </row>
37334 <row>
37335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339
37340 \backslash
37341 ast
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 \begin_inset ERT
37351 status collapsed
37352
37353 \begin_layout Plain Layout
37354
37355
37356 \backslash
37357 raisebox{-1.2mm}{
37358 \end_layout
37359
37360 \end_inset
37361
37362 *
37363 \begin_inset ERT
37364 status collapsed
37365
37366 \begin_layout Plain Layout
37367
37368 }
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 </row>
37379 <row>
37380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37381 \begin_inset Text
37382
37383 \begin_layout Plain Layout
37384
37385 \backslash
37386 choose
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395
37396 \backslash
37397 binom
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 </row>
37403 <row>
37404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408
37409 \backslash
37410 geq
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419
37420 \backslash
37421 ge
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 </row>
37427 <row>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432
37433 \backslash
37434 lbrace
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 {
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 </row>
37449 <row>
37450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37451 \begin_inset Text
37452
37453 \begin_layout Plain Layout
37454
37455 \backslash
37456 lbracket
37457 \end_layout
37458
37459 \end_inset
37460 </cell>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465 [
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 </row>
37471 <row>
37472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476
37477 \backslash
37478 leftarrow
37479 \end_layout
37480
37481 \end_inset
37482 </cell>
37483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 gets
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 </row>
37495 <row>
37496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500
37501 \backslash
37502 leq
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 le
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 </row>
37519 <row>
37520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524
37525 \backslash
37526 lor
37527 \end_layout
37528
37529 \end_inset
37530 </cell>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 vee
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 </row>
37543 <row>
37544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37545 \begin_inset Text
37546
37547 \begin_layout Plain Layout
37548
37549 \backslash
37550 neq
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559
37560 \backslash
37561 not=
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 </row>
37567 <row>
37568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37569 \begin_inset Text
37570
37571 \begin_layout Plain Layout
37572
37573 \backslash
37574 slash
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583 /
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 </row>
37589 <row>
37590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594
37595 \backslash
37596 vert
37597 \end_layout
37598
37599 \end_inset
37600 </cell>
37601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605 |
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 </row>
37611 </lyxtabular>
37612
37613 \end_inset
37614
37615
37616 \begin_inset space \hfill{}
37617 \end_inset
37618
37619
37620 \begin_inset Tabular
37621 <lyxtabular version="3" rows="12" columns="2">
37622 <features tabularvalignment="middle">
37623 <column alignment="center" valignment="top" width="0pt">
37624 <column alignment="center" valignment="top" width="0pt">
37625 <row>
37626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630 Command
37631 \end_layout
37632
37633 \end_inset
37634 </cell>
37635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37636 \begin_inset Text
37637
37638 \begin_layout Plain Layout
37639 equivalent to
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 </row>
37645 <row>
37646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650
37651 \backslash
37652 backslash
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661
37662 \backslash
37663
37664 \backslash
37665
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 </row>
37671 <row>
37672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37673 \begin_inset Text
37674
37675 \begin_layout Plain Layout
37676
37677 \backslash
37678 dasharrow
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37684 \begin_inset Text
37685
37686 \begin_layout Plain Layout
37687
37688 \backslash
37689 dashrightarrow
37690 \end_layout
37691
37692 \end_inset
37693 </cell>
37694 </row>
37695 <row>
37696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700
37701 \backslash
37702 land
37703 \end_layout
37704
37705 \end_inset
37706 </cell>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711
37712 \backslash
37713 wedge
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 </row>
37719 <row>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724
37725 \backslash
37726 rbrace
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37732 \begin_inset Text
37733
37734 \begin_layout Plain Layout
37735 }
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 </row>
37741 <row>
37742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37743 \begin_inset Text
37744
37745 \begin_layout Plain Layout
37746
37747 \backslash
37748 rbracket
37749 \end_layout
37750
37751 \end_inset
37752 </cell>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757 ]
37758 \end_layout
37759
37760 \end_inset
37761 </cell>
37762 </row>
37763 <row>
37764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768
37769 \backslash
37770 rightarrow
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779
37780 \backslash
37781 to
37782 \end_layout
37783
37784 \end_inset
37785 </cell>
37786 </row>
37787 <row>
37788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792
37793 \backslash
37794 lnot
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout Plain Layout
37803
37804 \backslash
37805 neg
37806 \end_layout
37807
37808 \end_inset
37809 </cell>
37810 </row>
37811 <row>
37812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816
37817 \backslash
37818 ne
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827
37828 \backslash
37829 not=
37830 \end_layout
37831
37832 \end_inset
37833 </cell>
37834 </row>
37835 <row>
37836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37837 \begin_inset Text
37838
37839 \begin_layout Plain Layout
37840
37841 \backslash
37842 owns
37843 \end_layout
37844
37845 \end_inset
37846 </cell>
37847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37848 \begin_inset Text
37849
37850 \begin_layout Plain Layout
37851
37852 \backslash
37853 ni
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 </row>
37859 <row>
37860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864
37865 \backslash
37866 square
37867 \end_layout
37868
37869 \end_inset
37870 </cell>
37871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37872 \begin_inset Text
37873
37874 \begin_layout Plain Layout
37875
37876 \backslash
37877 Box
37878 \end_layout
37879
37880 \end_inset
37881 </cell>
37882 </row>
37883 <row>
37884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37885 \begin_inset Text
37886
37887 \begin_layout Plain Layout
37888
37889 \backslash
37890 Vert
37891 \end_layout
37892
37893 \end_inset
37894 </cell>
37895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37896 \begin_inset Text
37897
37898 \begin_layout Plain Layout
37899
37900 \backslash
37901 |
37902 \end_layout
37903
37904 \end_inset
37905 </cell>
37906 </row>
37907 </lyxtabular>
37908
37909 \end_inset
37910
37911
37912 \begin_inset space \hfill{}
37913 \end_inset
37914
37915
37916 \end_layout
37917
37918 \begin_layout Standard
37919 \begin_inset Newpage newpage
37920 \end_inset
37921
37922
37923 \end_layout
37924
37925 \begin_layout Bibliography
37926 \begin_inset CommandInset bibitem
37927 LatexCommand bibitem
37928 key "TLC2"
37929
37930 \end_inset
37931
37932
37933 \shape smallcaps
37934 Mittelbach, F.
37935  ; Goossens, M.
37936 \shape default
37937
37938 \shape italic
37939 The \SpecialChar LaTeX
37940  Companion
37941 \shape default
37942 .
37943  Addison Wesley, 2004
37944 \end_layout
37945
37946 \begin_layout Bibliography
37947 \begin_inset CommandInset bibitem
37948 LatexCommand bibitem
37949 key "Mathmode"
37950
37951 \end_inset
37952
37953
37954 \begin_inset CommandInset href
37955 LatexCommand href
37956 name "Description"
37957 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37958
37959 \end_inset
37960
37961  of \SpecialChar LaTeX
37962 's math abilities
37963 \end_layout
37964
37965 \begin_layout Bibliography
37966 \begin_inset CommandInset bibitem
37967 LatexCommand bibitem
37968 key "AMS"
37969
37970 \end_inset
37971
37972
37973 \begin_inset CommandInset href
37974 LatexCommand href
37975 name "Description"
37976 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37977
37978 \end_inset
37979
37980  of 
37981 \begin_inset ERT
37982 status collapsed
37983
37984 \begin_layout Plain Layout
37985
37986
37987 \backslash
37988 AmS
37989 \end_layout
37990
37991 \end_inset
37992
37993 -\SpecialChar LaTeX
37994
37995 \end_layout
37996
37997 \begin_layout Bibliography
37998 \begin_inset CommandInset bibitem
37999 LatexCommand bibitem
38000 key "Symbols"
38001
38002 \end_inset
38003
38004
38005 \begin_inset CommandInset href
38006 LatexCommand href
38007 name "List"
38008 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38009
38010 \end_inset
38011
38012  of all symbols available with \SpecialChar LaTeX
38013 -packages
38014 \end_layout
38015
38016 \begin_layout Bibliography
38017 \begin_inset CommandInset bibitem
38018 LatexCommand bibitem
38019 key "cancel"
38020
38021 \end_inset
38022
38023
38024 \begin_inset CommandInset href
38025 LatexCommand href
38026 name "Documentation"
38027 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38028
38029 \end_inset
38030
38031  of the \SpecialChar LaTeX
38032 -package 
38033 \series bold
38034 cancel
38035 \series default
38036
38037 \begin_inset Index idx
38038 status collapsed
38039
38040 \begin_layout Plain Layout
38041 Packages ! cancel
38042 \end_layout
38043
38044 \end_inset
38045
38046
38047 \end_layout
38048
38049 \begin_layout Bibliography
38050 \begin_inset CommandInset bibitem
38051 LatexCommand bibitem
38052 key "hyperref"
38053
38054 \end_inset
38055
38056
38057 \begin_inset CommandInset href
38058 LatexCommand href
38059 name "Documentation"
38060 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38061
38062 \end_inset
38063
38064  of the \SpecialChar LaTeX
38065 -package 
38066 \series bold
38067 hyperref
38068 \series default
38069
38070 \begin_inset Index idx
38071 status collapsed
38072
38073 \begin_layout Plain Layout
38074 Packages ! hyperref
38075 \end_layout
38076
38077 \end_inset
38078
38079
38080 \end_layout
38081
38082 \begin_layout Bibliography
38083 \begin_inset CommandInset bibitem
38084 LatexCommand bibitem
38085 key "mhchem"
38086
38087 \end_inset
38088
38089
38090 \begin_inset CommandInset href
38091 LatexCommand href
38092 name "Documentation"
38093 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38094
38095 \end_inset
38096
38097  of the \SpecialChar LaTeX
38098 -package 
38099 \series bold
38100 mhchem
38101 \series default
38102
38103 \begin_inset Index idx
38104 status collapsed
38105
38106 \begin_layout Plain Layout
38107 Packages ! mhchem
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \end_layout
38114
38115 \begin_layout Bibliography
38116 \begin_inset CommandInset bibitem
38117 LatexCommand bibitem
38118 key "Duden"
38119
38120 \end_inset
38121
38122
38123 \emph on
38124 Duden Band 1
38125 \emph default
38126 .
38127  22.
38128  Auflage, Duden 2001
38129 \end_layout
38130
38131 \begin_layout Bibliography
38132 \begin_inset CommandInset bibitem
38133 LatexCommand bibitem
38134 key "Checklist"
38135
38136 \end_inset
38137
38138
38139 \begin_inset CommandInset href
38140 LatexCommand href
38141 name "Check list"
38142 target "http://physics.nist.gov/Document/checklist.pdf"
38143
38144 \end_inset
38145
38146  for reviewing manuscripts
38147 \end_layout
38148
38149 \begin_layout Standard
38150 \begin_inset CommandInset index_print
38151 LatexCommand printindex
38152 type "idx"
38153
38154 \end_inset
38155
38156
38157 \end_layout
38158
38159 \end_body
38160 \end_document