]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Fix polyglossia exports for docs with babel cmds
[lyx.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" topline="true" 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" topline="true" 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" topline="true" 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" topline="true" 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 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}\raisebox{-4mm}{}$
6059 \end_inset
6060
6061
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
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 \begin_inset Note Note
6096 status collapsed
6097
6098 \begin_layout Plain Layout
6099
6100 \series bold
6101
6102 \backslash
6103 raisebox
6104 \series default
6105  is only used as spacer.
6106 \end_layout
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \begin_layout Standard
6114 For the second formula the command 
6115 \series bold
6116
6117 \backslash
6118 Big((A+B)(A-B)
6119 \backslash
6120 Big)^
6121 \begin_inset space \textvisiblespace{}
6122 \end_inset
6123
6124 C
6125 \series default
6126  has been used.
6127 \end_layout
6128
6129 \begin_layout Standard
6130 Here is an overview about all bracket sizes:
6131 \begin_inset Separator parbreak
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \begin_layout Standard
6138 \align center
6139
6140 \backslash
6141 Bigg(
6142 \backslash
6143 exp
6144 \backslash
6145 bigg<
6146 \backslash
6147 Big[
6148 \backslash
6149 big{
6150 \backslash
6151 ln(3x)
6152 \backslash
6153 big}^2
6154 \begin_inset space \textvisiblespace{}
6155 \end_inset
6156
6157
6158 \backslash
6159 sin(x)
6160 \backslash
6161 Big]^
6162 \begin_inset space \textvisiblespace{}
6163 \end_inset
6164
6165 A
6166 \begin_inset space \textvisiblespace{}
6167 \end_inset
6168
6169
6170 \backslash
6171 bigg>
6172 \backslash
6173 Bigg)^0,5
6174 \end_layout
6175
6176 \begin_layout Standard
6177 \align center
6178 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \begin_layout Standard
6185 Besides the 
6186 \series bold
6187
6188 \backslash
6189 big
6190 \series default
6191 -commands there is the variant 
6192 \series bold
6193
6194 \backslash
6195 bigm
6196 \series default
6197
6198 \begin_inset Index idx
6199 status collapsed
6200
6201 \begin_layout Plain Layout
6202 Commands ! B ! 
6203 \backslash
6204 bigm
6205 \end_layout
6206
6207 \end_inset
6208
6209  that adds a bit more space between the bracket and its content, and the
6210  variant 
6211 \series bold
6212
6213 \backslash
6214 bigl
6215 \series default
6216 -
6217 \series bold
6218
6219 \backslash
6220 bigr
6221 \series default
6222
6223 \begin_inset Index idx
6224 status collapsed
6225
6226 \begin_layout Plain Layout
6227 Commands ! B ! 
6228 \backslash
6229 bigl - 
6230 \backslash
6231 bigr
6232 \end_layout
6233
6234 \end_inset
6235
6236 , that don't add additional space.
6237  The 
6238 \emph on
6239 l
6240 \emph default
6241  at the end of the command 
6242 \series bold
6243
6244 \backslash
6245 bigl
6246 \series default
6247  is for a left bracket; for a right bracket this will be replaced by an
6248  
6249 \emph on
6250 r
6251 \emph default
6252 .
6253  A left or right bracket can each be an opening or closing bracket.
6254 \end_layout
6255
6256 \begin_layout Standard
6257 In the following table is a comparison of the variants:
6258 \begin_inset Separator parbreak
6259 \end_inset
6260
6261
6262 \end_layout
6263
6264 \begin_layout Standard
6265 \align center
6266 \begin_inset Tabular
6267 <lyxtabular version="3" rows="5" columns="2">
6268 <features tabularvalignment="middle">
6269 <column alignment="center" valignment="middle">
6270 <column alignment="center" valignment="middle">
6271 <row>
6272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 Command
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 Result
6286 \begin_inset Note Note
6287 status collapsed
6288
6289 \begin_layout Plain Layout
6290
6291 \series bold
6292
6293 \backslash
6294 raisebox
6295 \series default
6296  is only used as spacer.
6297 \end_layout
6298
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312
6313 \backslash
6314 Bigm(
6315 \backslash
6316 bigm(
6317 \backslash
6318 ln(3x)
6319 \backslash
6320 bigm)^2
6321 \begin_inset space \textvisiblespace{}
6322 \end_inset
6323
6324
6325 \backslash
6326 Bigm)
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6336 \end_inset
6337
6338
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 <row>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349
6350 \backslash
6351 Big(
6352 \backslash
6353 big(
6354 \backslash
6355 ln(3x)
6356 \backslash
6357 big)^2
6358 \begin_inset space \textvisiblespace{}
6359 \end_inset
6360
6361
6362 \backslash
6363 Big)
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 Bigl(
6389 \backslash
6390 bigl(
6391 \backslash
6392 ln(3x)
6393 \backslash
6394 bigr)^2
6395 \begin_inset space \textvisiblespace{}
6396 \end_inset
6397
6398
6399 \backslash
6400 Bigr)
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425 bigl)
6426 \backslash
6427 ln(3x)
6428 \backslash
6429 bigr(
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 </lyxtabular>
6448
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \begin_layout Subsubsection
6455 Automatic Bracket Size
6456 \begin_inset CommandInset label
6457 LatexCommand label
6458 name "subsec:Automatic-Bracket-Size"
6459
6460 \end_inset
6461
6462
6463 \begin_inset Index idx
6464 status collapsed
6465
6466 \begin_layout Plain Layout
6467 Bracket size ! automatic
6468 \end_layout
6469
6470 \end_inset
6471
6472
6473 \end_layout
6474
6475 \begin_layout Standard
6476 Brackets with variable size can be inserted with the commands 
6477 \series bold
6478
6479 \backslash
6480 left
6481 \series default
6482
6483 \begin_inset Index idx
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487 Commands ! L ! 
6488 \backslash
6489 left
6490 \end_layout
6491
6492 \end_inset
6493
6494  and 
6495 \series bold
6496
6497 \backslash
6498 right
6499 \series default
6500
6501 \begin_inset Index idx
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505 Commands ! R ! 
6506 \backslash
6507 right
6508 \end_layout
6509
6510 \end_inset
6511
6512  or via the math toolbar button 
6513 \begin_inset Info
6514 type  "icon"
6515 arg   "dialog-show mathdelimiter"
6516 \end_inset
6517
6518 .
6519  Directly behind 
6520 \series bold
6521
6522 \backslash
6523 left
6524 \series default
6525  and 
6526 \series bold
6527
6528 \backslash
6529 right
6530 \series default
6531  the wanted bracket must be inserted.
6532  The bracket size will then automatically be calculated for the output.
6533 \begin_inset Separator parbreak
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \begin_layout Standard
6540 \align center
6541 normal bracket: The command 
6542 \series bold
6543
6544 \backslash
6545 ln(
6546 \backslash
6547 frac
6548 \begin_inset space \textvisiblespace{}
6549 \end_inset
6550
6551 A
6552 \begin_inset Formula $\downarrow$
6553 \end_inset
6554
6555 C
6556 \begin_inset space \textvisiblespace{}
6557 \end_inset
6558
6559 )
6560 \series default
6561  creates
6562 \begin_inset Formula 
6563 \[
6564 \ln(\frac{A}{C})
6565 \]
6566
6567 \end_inset
6568
6569
6570 \end_layout
6571
6572 \begin_layout Standard
6573 \align center
6574 multiline bracket: The command 
6575 \series bold
6576
6577 \backslash
6578 ln
6579 \backslash
6580 left(
6581 \backslash
6582 frac
6583 \begin_inset space \textvisiblespace{}
6584 \end_inset
6585
6586 A
6587 \begin_inset Formula $\downarrow$
6588 \end_inset
6589
6590 C
6591 \begin_inset space \textvisiblespace{}
6592 \end_inset
6593
6594
6595 \backslash
6596 right)
6597 \series default
6598  creates
6599 \begin_inset Formula 
6600 \[
6601 \ln\left(\frac{A}{C}\right)
6602 \]
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \begin_layout Standard
6610 Instead of 
6611 \series bold
6612
6613 \backslash
6614 left
6615 \series default
6616  and 
6617 \series bold
6618
6619 \backslash
6620 right
6621 \series default
6622  the shortcut 
6623 \family sans
6624 Alt+M
6625 \begin_inset space ~
6626 \end_inset
6627
6628 Bracket
6629 \family default
6630  can be used.
6631  This has the advantage that you can see in \SpecialChar LyX
6632  immediately the real bracket
6633  size and that the matching right bracket will be created too.
6634 \begin_inset Newline newline
6635 \end_inset
6636
6637 The command for the last example would then be: 
6638 \series bold
6639
6640 \backslash
6641 ln Alt+M
6642 \series default
6643  
6644 \series bold
6645 (
6646 \backslash
6647 frac
6648 \begin_inset space \textvisiblespace{}
6649 \end_inset
6650
6651 A
6652 \begin_inset Formula $\downarrow$
6653 \end_inset
6654
6655 C
6656 \end_layout
6657
6658 \begin_layout Standard
6659 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6660  For example the command 
6661 \series bold
6662
6663 \backslash
6664 left.
6665 \backslash
6666 frac
6667 \begin_inset space \textvisiblespace{}
6668 \end_inset
6669
6670 A
6671 \begin_inset Formula $\downarrow$
6672 \end_inset
6673
6674 B
6675 \begin_inset space \textvisiblespace{}
6676 \end_inset
6677
6678
6679 \backslash
6680 right}
6681 \series default
6682  creates:
6683 \series bold
6684
6685 \begin_inset Formula 
6686 \[
6687 \left.\frac{A}{B}\right\} 
6688 \]
6689
6690 \end_inset
6691
6692
6693 \series default
6694 The commands 
6695 \series bold
6696
6697 \backslash
6698 left
6699 \series default
6700  and 
6701 \series bold
6702
6703 \backslash
6704 right
6705 \series default
6706  will be converted by \SpecialChar LyX
6707  to brackets in the right size when the document is
6708  reloaded and an omitted bracket will appear as dashed line.
6709 \end_layout
6710
6711 \begin_layout Standard
6712 \begin_inset VSpace bigskip
6713 \end_inset
6714
6715 Because all popular \SpecialChar LaTeX
6716  distributions use e\SpecialChar TeX
6717 , an extension to \SpecialChar LaTeX
6718 , the command
6719  
6720 \series bold
6721
6722 \backslash
6723 middle
6724 \series default
6725
6726 \begin_inset Index idx
6727 status collapsed
6728
6729 \begin_layout Plain Layout
6730 Commands ! M ! 
6731 \backslash
6732 middle
6733 \end_layout
6734
6735 \end_inset
6736
6737  is additionally available for all brackets and limits.
6738  With this command the height of the following character is adapted to the
6739  one of the surrounding brackets, what is e.
6740 \begin_inset space \thinspace{}
6741 \end_inset
6742
6743 g.
6744 \begin_inset space \space{}
6745 \end_inset
6746
6747 needed for physical vectors:
6748 \begin_inset Formula 
6749 \[
6750 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6751 \]
6752
6753 \end_inset
6754
6755 For physical vectors there is a special \SpecialChar LaTeX
6756 -package, described in 
6757 \begin_inset CommandInset ref
6758 LatexCommand ref
6759 reference "subsec:Physical-Vectors"
6760
6761 \end_inset
6762
6763 .
6764 \end_layout
6765
6766 \begin_layout Subsection
6767 Horizontal Brackets
6768 \begin_inset Index idx
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Brackets ! horizontal
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \end_layout
6779
6780 \begin_layout Standard
6781 \align center
6782 \begin_inset Tabular
6783 <lyxtabular version="3" rows="4" columns="2">
6784 <features tabularvalignment="middle">
6785 <column alignment="center" valignment="top" width="0pt">
6786 <column alignment="center" valignment="top" width="0pt">
6787 <row>
6788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 Command
6793 \begin_inset Note Note
6794 status collapsed
6795
6796 \begin_layout Plain Layout
6797
6798 \series bold
6799
6800 \backslash
6801 raisebox
6802 \series default
6803  is only used as spacer.
6804 \end_layout
6805
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 Result
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 </row>
6823 <row>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 \begin_inset ERT
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832
6833
6834 \backslash
6835 raisebox{2.3mm}{
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \backslash
6842 overbrace
6843 \begin_inset space \textvisiblespace{}
6844 \end_inset
6845
6846 A+B
6847 \begin_inset space \textvisiblespace{}
6848 \end_inset
6849
6850 ^3
6851 \begin_inset ERT
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855
6856 }
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Commands ! O ! 
6867 \backslash
6868 overbrace
6869 \end_layout
6870
6871 \end_inset
6872
6873
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 \begin_inset Formula $\overbrace{A+B}^{3}$
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 </row>
6891 <row>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901
6902 \backslash
6903 raisebox{-2.2mm}{
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \backslash
6910 underbrace
6911 \begin_inset space \textvisiblespace{}
6912 \end_inset
6913
6914 A+B
6915 \begin_inset space \textvisiblespace{}
6916 \end_inset
6917
6918 _5
6919 \begin_inset ERT
6920 status collapsed
6921
6922 \begin_layout Plain Layout
6923
6924 }
6925 \end_layout
6926
6927 \end_inset
6928
6929
6930 \begin_inset Index idx
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934 Commands ! U ! 
6935 \backslash
6936 underbrace
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 \begin_inset Formula $\underbrace{A+B}_{5}$
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 </row>
6959 <row>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964
6965 \backslash
6966 overbrace
6967 \begin_inset space \textvisiblespace{}
6968 \end_inset
6969
6970
6971 \backslash
6972 underbrace
6973 \begin_inset space \textvisiblespace{}
6974 \end_inset
6975
6976 A+B_w
6977 \begin_inset space \textvisiblespace{}
6978 \end_inset
6979
6980
6981 \begin_inset space \textvisiblespace{}
6982 \end_inset
6983
6984 _7
6985 \begin_inset space \textvisiblespace{}
6986 \end_inset
6987
6988
6989 \begin_inset space \textvisiblespace{}
6990 \end_inset
6991
6992 ^
6993 \begin_inset space \textvisiblespace{}
6994 \end_inset
6995
6996 C
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7006 \end_inset
7007
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 </row>
7014 </lyxtabular>
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \begin_layout Standard
7022 In the last example it doesn't matter if 
7023 \series bold
7024
7025 \backslash
7026 overbrace
7027 \series default
7028  or 
7029 \series bold
7030
7031 \backslash
7032 underbrace
7033 \series default
7034  is inserted at first.
7035 \end_layout
7036
7037 \begin_layout Standard
7038 \begin_inset VSpace medskip
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \begin_layout Standard
7045 If you set in the document settings under 
7046 \family sans
7047 Math
7048 \begin_inset space ~
7049 \end_inset
7050
7051 Options
7052 \family default
7053  for the package 
7054 \series bold
7055 mathtools
7056 \series default
7057
7058 \begin_inset Index idx
7059 status collapsed
7060
7061 \begin_layout Plain Layout
7062 Packages ! mathtools
7063 \end_layout
7064
7065 \end_inset
7066
7067  the option 
7068 \family sans
7069 Load
7070 \begin_inset space ~
7071 \end_inset
7072
7073 always
7074 \family default
7075 , you have access to square backets:
7076 \begin_inset Separator parbreak
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \begin_layout Standard
7083 \align center
7084 \begin_inset Tabular
7085 <lyxtabular version="3" rows="4" columns="2">
7086 <features tabularvalignment="middle">
7087 <column alignment="center" valignment="top" width="0pt">
7088 <column alignment="center" valignment="top" width="0pt">
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 Command
7095 \begin_inset Note Note
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099
7100 \series bold
7101
7102 \backslash
7103 raisebox
7104 \series default
7105  is only used as spacer.
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 Result
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 </row>
7125 <row>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 \begin_inset ERT
7131 status collapsed
7132
7133 \begin_layout Plain Layout
7134
7135
7136 \backslash
7137 raisebox{2.3mm}{
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \backslash
7144
7145 \family roman
7146 \series medium
7147 \shape up
7148 \size normal
7149 \emph off
7150 \bar no
7151 \strikeout off
7152 \uuline off
7153 \uwave off
7154 \noun off
7155 \color none
7156 overbracket
7157 \family default
7158 \series default
7159 \shape default
7160 \size default
7161 \emph default
7162 \bar default
7163 \strikeout default
7164 \uuline default
7165 \uwave default
7166 \noun default
7167 \color inherit
7168 {A+B
7169 \begin_inset space \textvisiblespace{}
7170 \end_inset
7171
7172 ^3
7173 \begin_inset ERT
7174 status collapsed
7175
7176 \begin_layout Plain Layout
7177
7178 }
7179 \end_layout
7180
7181 \end_inset
7182
7183
7184 \begin_inset Index idx
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188 Commands ! O ! 
7189 \backslash
7190 overbracket
7191 \end_layout
7192
7193 \end_inset
7194
7195
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 \begin_inset Formula $\overbracket{A+B}^{3}$
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 </row>
7213 <row>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 \begin_inset ERT
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222
7223
7224 \backslash
7225 raisebox{-2.2mm}{
7226 \end_layout
7227
7228 \end_inset
7229
7230
7231 \backslash
7232 under
7233 \family roman
7234 \series medium
7235 \shape up
7236 \size normal
7237 \emph off
7238 \bar no
7239 \strikeout off
7240 \uuline off
7241 \uwave off
7242 \noun off
7243 \color none
7244 bracket
7245 \family default
7246 \series default
7247 \shape default
7248 \size default
7249 \emph default
7250 \bar default
7251 \strikeout default
7252 \uuline default
7253 \uwave default
7254 \noun default
7255 \color inherit
7256 {A+B
7257 \begin_inset space \textvisiblespace{}
7258 \end_inset
7259
7260 _5
7261 \begin_inset ERT
7262 status collapsed
7263
7264 \begin_layout Plain Layout
7265
7266 }
7267 \end_layout
7268
7269 \end_inset
7270
7271
7272 \begin_inset Index idx
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276 Commands ! U ! 
7277 \backslash
7278 under
7279 \family roman
7280 \series medium
7281 \shape up
7282 \size normal
7283 \emph off
7284 \bar no
7285 \strikeout off
7286 \uuline off
7287 \uwave off
7288 \noun off
7289 \color none
7290 bracket
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 \begin_inset Formula $\underbracket{A+B}_{5}$
7305 \end_inset
7306
7307
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 </row>
7313 <row>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318
7319 \backslash
7320 overbracket{
7321 \backslash
7322 underbracket{A+B_w
7323 \begin_inset space \textvisiblespace{}
7324 \end_inset
7325
7326
7327 \begin_inset space \textvisiblespace{}
7328 \end_inset
7329
7330 _7
7331 \begin_inset space \textvisiblespace{}
7332 \end_inset
7333
7334
7335 \begin_inset space \textvisiblespace{}
7336 \end_inset
7337
7338 ^
7339 \begin_inset space \textvisiblespace{}
7340 \end_inset
7341
7342 C
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 </lyxtabular>
7361
7362 \end_inset
7363
7364
7365 \end_layout
7366
7367 \begin_layout Standard
7368 For 
7369 \series bold
7370
7371 \backslash
7372 overbracket
7373 \series default
7374  and 
7375 \series bold
7376
7377 \backslash
7378 underbracket
7379 \series default
7380  you can change the thickness of the bracket's stroke by specifying the
7381  desired thickness in square brackets behind the command:
7382 \begin_inset Separator parbreak
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \begin_layout Standard
7389 \align center
7390 \begin_inset Tabular
7391 <lyxtabular version="3" rows="3" columns="2">
7392 <features tabularvalignment="middle">
7393 <column alignment="center" valignment="top" width="0pt">
7394 <column alignment="center" valignment="top" width="0pt">
7395 <row>
7396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 Command
7401 \begin_inset Note Note
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406 \series bold
7407
7408 \backslash
7409 raisebox
7410 \series default
7411  is only used as spacer.
7412 \end_layout
7413
7414 \end_inset
7415
7416
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 Result
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 \begin_inset ERT
7437 status collapsed
7438
7439 \begin_layout Plain Layout
7440
7441
7442 \backslash
7443 raisebox{2.3mm}{
7444 \end_layout
7445
7446 \end_inset
7447
7448
7449 \backslash
7450
7451 \family roman
7452 \series medium
7453 \shape up
7454 \size normal
7455 \emph off
7456 \bar no
7457 \strikeout off
7458 \uuline off
7459 \uwave off
7460 \noun off
7461 \color none
7462 overbracket
7463 \family default
7464 \series default
7465 \shape default
7466 \size default
7467 \emph default
7468 \bar default
7469 \strikeout default
7470 \uuline default
7471 \uwave default
7472 \noun default
7473 \color inherit
7474 [3pt]
7475 \backslash
7476 {A+B
7477 \begin_inset space \textvisiblespace{}
7478 \end_inset
7479
7480 ^3
7481 \begin_inset ERT
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485
7486 }
7487 \end_layout
7488
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 raisebox{-2.2mm}{
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \backslash
7528 under
7529 \family roman
7530 \series medium
7531 \shape up
7532 \size normal
7533 \emph off
7534 \bar no
7535 \strikeout off
7536 \uuline off
7537 \uwave off
7538 \noun off
7539 \color none
7540 bracket
7541 \family default
7542 \series default
7543 \shape default
7544 \size default
7545 \emph default
7546 \bar default
7547 \strikeout default
7548 \uuline default
7549 \uwave default
7550 \noun default
7551 \color inherit
7552 [1pt]
7553 \backslash
7554 {A+B
7555 \begin_inset space \textvisiblespace{}
7556 \end_inset
7557
7558 _5
7559 \begin_inset ERT
7560 status collapsed
7561
7562 \begin_layout Plain Layout
7563
7564 }
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7579 \end_inset
7580
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 </lyxtabular>
7588
7589 \end_inset
7590
7591
7592 \end_layout
7593
7594 \begin_layout Standard
7595 \begin_inset VSpace bigskip
7596 \end_inset
7597
7598 When brackets should overlap each other, multiline formulas, as described
7599  in 
7600 \begin_inset CommandInset ref
7601 LatexCommand ref
7602 reference "sec:Multiline-Formulas"
7603
7604 \end_inset
7605
7606 , must be used:
7607 \begin_inset Formula 
7608 \begin{eqnarray*}
7609 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7610  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7611 \end{eqnarray*}
7612
7613 \end_inset
7614
7615 In the first row the formula is inserted together with the first brace.
7616  It is hereby important that the space command
7617 \begin_inset Foot
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621 Space commands are explained in 
7622 \begin_inset CommandInset ref
7623 LatexCommand ref
7624 reference "subsec:Predefined-Space"
7625
7626 \end_inset
7627
7628 .
7629 \end_layout
7630
7631 \end_inset
7632
7633  
7634 \series bold
7635
7636 \backslash
7637 :
7638 \series default
7639  is inserted before the first 
7640 \begin_inset Formula $d$
7641 \end_inset
7642
7643 , because the brace that ends behind the 
7644 \begin_inset Formula $q$
7645 \end_inset
7646
7647  prevents that the following 
7648 \begin_inset Quotes eld
7649 \end_inset
7650
7651 +
7652 \begin_inset Quotes erd
7653 \end_inset
7654
7655  is surrounded by space.
7656 \begin_inset Foot
7657 status collapsed
7658
7659 \begin_layout Plain Layout
7660 because a bracket is not handled as a character, see 
7661 \begin_inset CommandInset ref
7662 LatexCommand ref
7663 reference "subsec:Binary-Operators"
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671
7672  In the second row the second brace is inserted.
7673  As it should begin before the 
7674 \begin_inset Formula $b$
7675 \end_inset
7676
7677 , first the command 
7678 \series bold
7679
7680 \backslash
7681 hphantom{gggg+
7682 \backslash
7683 :}
7684 \series default
7685  is inserted.
7686 \begin_inset Foot
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690 more about 
7691 \series bold
7692
7693 \backslash
7694 hphantom
7695 \series default
7696  see 
7697 \begin_inset CommandInset ref
7698 LatexCommand ref
7699 reference "subsec:Placeholders"
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707
7708  This space is needed because the 
7709 \begin_inset Quotes eld
7710 \end_inset
7711
7712 +
7713 \begin_inset Quotes erd
7714 \end_inset
7715
7716  is also surrounded by space in the formula.
7717  The brace is placed under the command 
7718 \series bold
7719
7720 \backslash
7721 hphantom{bbqq+dddd}
7722 \series default
7723 .
7724 \end_layout
7725
7726 \begin_layout Standard
7727 It gets more complicated when brackets overlap each other above and under
7728  the formula, like in the following example:
7729 \begin_inset ERT
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733
7734
7735 \backslash
7736 setlength{
7737 \backslash
7738 jot}{-6pt}
7739 \end_layout
7740
7741 \end_inset
7742
7743
7744 \begin_inset Formula 
7745 \begin{eqnarray*}
7746  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7747 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7748 \end{eqnarray*}
7749
7750 \end_inset
7751
7752
7753 \begin_inset ERT
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758
7759 \backslash
7760 setlength{
7761 \backslash
7762 jot}{3pt}
7763 \end_layout
7764
7765 \end_inset
7766
7767 The first formula row is the same as the second row of the previous example,
7768  with the difference that the brace is above.
7769  The second row contains the formula together with the second brace.
7770  To avoid that there is space between the upper brace in the first row and
7771  the formula, the row spacing needs to be reduced.
7772  This is not easily possible due to a bug in \SpecialChar LyX
7773 .
7774 \begin_inset Foot
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778 \begin_inset CommandInset href
7779 LatexCommand href
7780 name "LyX-bug #1505"
7781 target "http://www.lyx.org/trac/ticket/1505"
7782
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789
7790  As a solution for the problem, the global formula row separation 
7791 \series bold
7792
7793 \backslash
7794 jot
7795 \series default
7796
7797 \begin_inset Index idx
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801 Commands ! J ! 
7802 \backslash
7803 jot
7804 \end_layout
7805
7806 \end_inset
7807
7808  must be changed to -6
7809 \begin_inset space \thinspace{}
7810 \end_inset
7811
7812 pt before the formula with the command 
7813 \series bold
7814
7815 \backslash
7816 setlength{
7817 \backslash
7818 jot}{-6pt}
7819 \series default
7820  in \SpecialChar TeX
7821  mode.
7822  
7823 \series bold
7824
7825 \backslash
7826 jot
7827 \series default
7828  is set back after the formula to the standard value of 3
7829 \begin_inset space \thinspace{}
7830 \end_inset
7831
7832 pt using the same command.
7833  More about the row separation in formulas is explained in 
7834 \begin_inset CommandInset ref
7835 LatexCommand ref
7836 reference "subsec:Line-Separation"
7837
7838 \end_inset
7839
7840 .
7841 \end_layout
7842
7843 \begin_layout Section
7844 Arrows
7845 \begin_inset Index idx
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849 Arrows
7850 \end_layout
7851
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \begin_layout Standard
7858 Arrows can be inserted via the math toolbar button 
7859 \begin_inset Info
7860 type  "icon"
7861 arg   "math-insert \\leftarrow"
7862 \end_inset
7863
7864  or the commands listed in the following subsections.
7865 \end_layout
7866
7867 \begin_layout Subsection
7868 Horizontal Arrows
7869 \begin_inset Index idx
7870 status collapsed
7871
7872 \begin_layout Plain Layout
7873 Arrows ! horizontal
7874 \end_layout
7875
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \begin_layout Standard
7882 \begin_inset space \hfill{}
7883 \end_inset
7884
7885
7886 \begin_inset Tabular
7887 <lyxtabular version="3" rows="8" columns="2">
7888 <features tabularvalignment="middle">
7889 <column alignment="center" valignment="top" width="0pt">
7890 <column alignment="center" valignment="top" width="0pt">
7891 <row>
7892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Command
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 Result
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \backslash
7918 gets
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 \begin_inset Formula $\gets$
7928 \end_inset
7929
7930
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 </row>
7936 <row>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \backslash
7943 Leftarrow
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 \begin_inset Formula $\Leftarrow$
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row>
7962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \backslash
7968 longleftarrow
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 \begin_inset Formula $\longleftarrow$
7978 \end_inset
7979
7980
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \backslash
7993 Longleftarrow
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 \begin_inset Formula $\Longleftarrow$
8003 \end_inset
8004
8005
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \backslash
8018 leftharpoonup
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 \begin_inset Formula $\leftharpoonup$
8028 \end_inset
8029
8030
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 </row>
8036 <row>
8037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \backslash
8043 leftharpoondown
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 \begin_inset Formula $\leftharpoondown$
8053 \end_inset
8054
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \backslash
8068 hookleftarrow
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 \begin_inset Formula $\hookleftarrow$
8078 \end_inset
8079
8080
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 </lyxtabular>
8087
8088 \end_inset
8089
8090
8091 \begin_inset space \hfill{}
8092 \end_inset
8093
8094
8095 \begin_inset Tabular
8096 <lyxtabular version="3" rows="8" columns="2">
8097 <features tabularvalignment="middle">
8098 <column alignment="center" valignment="top" width="0pt">
8099 <column alignment="center" valignment="top" width="0pt">
8100 <row>
8101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 Command
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8111 \begin_inset Text
8112
8113 \begin_layout Plain Layout
8114 Result
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \backslash
8127 to
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 \begin_inset Formula $\to$
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \backslash
8152 Rightarrow
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 \begin_inset Formula $\Rightarrow$
8162 \end_inset
8163
8164
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \backslash
8177 longrightarrow
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 \begin_inset Formula $\longrightarrow$
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \backslash
8202 Longrightarrow
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 \begin_inset Formula $\Longrightarrow$
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \backslash
8227 rightharpoonup
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 \begin_inset Formula $\rightharpoonup$
8237 \end_inset
8238
8239
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 rightharpoondown
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\rightharpoondown$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 hookrightarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\hookrightarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 </lyxtabular>
8296
8297 \end_inset
8298
8299
8300 \begin_inset space \hfill{}
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \begin_layout Standard
8307 \begin_inset space \hfill{}
8308 \end_inset
8309
8310
8311 \begin_inset Tabular
8312 <lyxtabular version="3" rows="6" columns="2">
8313 <features tabularvalignment="middle">
8314 <column alignment="center" valignment="top" width="0pt">
8315 <column alignment="center" valignment="top" width="0pt">
8316 <row>
8317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 Command
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Result
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \backslash
8343 leftrightarrow
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\leftrightarrow$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \backslash
8368 Leftrightarrow
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 \begin_inset Formula $\Leftrightarrow$
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \backslash
8393 longleftrightarrow
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 \begin_inset Formula $\longleftrightarrow$
8403 \end_inset
8404
8405
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \backslash
8418 Longleftrightarrow
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 \begin_inset Formula $\Longleftrightarrow$
8428 \end_inset
8429
8430
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \backslash
8443 rightleftharpoons
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 \begin_inset Formula $\rightleftharpoons$
8453 \end_inset
8454
8455
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 </row>
8461 </lyxtabular>
8462
8463 \end_inset
8464
8465
8466 \begin_inset space \hspace{}
8467 \length 25pt
8468 \end_inset
8469
8470
8471 \begin_inset space \hfill{}
8472 \end_inset
8473
8474
8475 \begin_inset Tabular
8476 <lyxtabular version="3" rows="5" columns="2">
8477 <features tabularvalignment="middle">
8478 <column alignment="center" valignment="top" width="0pt">
8479 <column alignment="center" valignment="top" width="0pt">
8480 <row>
8481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Command
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Result
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \backslash
8507 mapsto
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 \begin_inset Formula $\mapsto$
8517 \end_inset
8518
8519
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \backslash
8532 longmapsto
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 \begin_inset Formula $\longmapsto$
8542 \end_inset
8543
8544
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 </row>
8550 <row>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555
8556 \backslash
8557 leadsto
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 \begin_inset Formula $\leadsto$
8567 \end_inset
8568
8569
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 </row>
8575 <row>
8576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580
8581 \backslash
8582 dasharrow
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 \begin_inset Formula $\dasharrow$
8592 \end_inset
8593
8594
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 </lyxtabular>
8601
8602 \end_inset
8603
8604
8605 \begin_inset space \hfill{}
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \begin_layout Standard
8612 \begin_inset VSpace medskip
8613 \end_inset
8614
8615 Arrows used as accents like e.
8616 \begin_inset space \thinspace{}
8617 \end_inset
8618
8619 g.
8620 \begin_inset space \space{}
8621 \end_inset
8622
8623 vector arrows are listed in 
8624 \begin_inset CommandInset ref
8625 LatexCommand ref
8626 reference "sec:Accents"
8627
8628 \end_inset
8629
8630 .
8631 \end_layout
8632
8633 \begin_layout Standard
8634 \begin_inset VSpace bigskip
8635 \end_inset
8636
8637 Furthermore there are the labeled arrows
8638 \begin_inset Index idx
8639 status collapsed
8640
8641 \begin_layout Plain Layout
8642 Arrows ! labeled
8643 \end_layout
8644
8645 \end_inset
8646
8647  
8648 \series bold
8649
8650 \backslash
8651 xleftarrow
8652 \series default
8653
8654 \begin_inset Index idx
8655 status collapsed
8656
8657 \begin_layout Plain Layout
8658 Commands ! X ! 
8659 \backslash
8660 xleftarrow
8661 \end_layout
8662
8663 \end_inset
8664
8665  and 
8666 \series bold
8667
8668 \backslash
8669 xrightarrow
8670 \series default
8671
8672 \begin_inset Index idx
8673 status collapsed
8674
8675 \begin_layout Plain Layout
8676 Commands ! X ! 
8677 \backslash
8678 xrightarrow
8679 \begin_inset ERT
8680 status collapsed
8681
8682 \begin_layout Plain Layout
8683
8684
8685 \backslash
8686 vspace{4mm}
8687 \end_layout
8688
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695
8696 .
8697  When inserting one of these commands in a formula, an arrow with two blue
8698  boxes appear where the label can be inserted.
8699  The length of the arrow adapts to the label width.
8700 \end_layout
8701
8702 \begin_layout Standard
8703 \align center
8704 \begin_inset Tabular
8705 <lyxtabular version="3" rows="3" columns="2">
8706 <features tabularvalignment="middle">
8707 <column alignment="center" valignment="top" width="0pt">
8708 <column alignment="center" valignment="top" width="0pt">
8709 <row>
8710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Command
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Result
8724 \begin_inset Note Note
8725 status collapsed
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730
8731 \backslash
8732 raisebox
8733 \series default
8734  is only used as spacer.
8735 \end_layout
8736
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 <row>
8746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 F(a)
8751 \backslash
8752 xleftarrow
8753 \begin_inset space \textvisiblespace{}
8754 \end_inset
8755
8756 x=a
8757 \begin_inset Formula $\downarrow$
8758 \end_inset
8759
8760 x>0
8761 \begin_inset Formula $\to$
8762 \end_inset
8763
8764 F(x)
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8774 \end_inset
8775
8776
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 F(x)
8788 \backslash
8789 xrightarrow
8790 \begin_inset space \textvisiblespace{}
8791 \end_inset
8792
8793 x=a
8794 \begin_inset Formula $\downarrow$
8795 \end_inset
8796
8797 x>0
8798 \begin_inset Formula $\to$
8799 \end_inset
8800
8801 F(a)
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 </lyxtabular>
8820
8821 \end_inset
8822
8823
8824 \end_layout
8825
8826 \begin_layout Standard
8827 \begin_inset VSpace medskip
8828 \end_inset
8829
8830
8831 \end_layout
8832
8833 \begin_layout Standard
8834 If you set in the document settings under 
8835 \family sans
8836 Math
8837 \begin_inset space ~
8838 \end_inset
8839
8840 Options
8841 \family default
8842  for the package 
8843 \series bold
8844 mathtools
8845 \series default
8846
8847 \begin_inset Index idx
8848 status collapsed
8849
8850 \begin_layout Plain Layout
8851 Packages ! mathtools
8852 \end_layout
8853
8854 \end_inset
8855
8856  the option 
8857 \family sans
8858 Load
8859 \begin_inset space ~
8860 \end_inset
8861
8862 always
8863 \family default
8864 , you have access to the following labeled arrows:
8865 \end_layout
8866
8867 \begin_layout Standard
8868 \begin_inset Newpage newpage
8869 \end_inset
8870
8871
8872 \begin_inset Separator parbreak
8873 \end_inset
8874
8875
8876 \end_layout
8877
8878 \begin_layout Standard
8879 \align center
8880 \begin_inset space \hspace*{\fill}
8881 \end_inset
8882
8883
8884 \begin_inset Tabular
8885 <lyxtabular version="3" rows="7" columns="2">
8886 <features tabularvalignment="middle">
8887 <column alignment="center" valignment="top" width="0pt">
8888 <column alignment="center" valignment="top" width="0pt">
8889 <row>
8890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Command
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Example
8904 \begin_inset Note Note
8905 status collapsed
8906
8907 \begin_layout Plain Layout
8908
8909 \series bold
8910
8911 \backslash
8912 raisebox
8913 \series default
8914  is only used as spacer.
8915 \end_layout
8916
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \family roman
8932 \series medium
8933 \shape up
8934 \size normal
8935 \emph off
8936 \bar no
8937 \strikeout off
8938 \uuline off
8939 \uwave off
8940 \noun off
8941 \color none
8942
8943 \backslash
8944 xleftrightarrow
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row>
8963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \family roman
8969 \series medium
8970 \shape up
8971 \size normal
8972 \emph off
8973 \bar no
8974 \strikeout off
8975 \uuline off
8976 \uwave off
8977 \noun off
8978 \color none
8979
8980 \backslash
8981 xLeftarrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006
9007 \family roman
9008 \series medium
9009 \shape up
9010 \size normal
9011 \emph off
9012 \bar no
9013 \strikeout off
9014 \uuline off
9015 \uwave off
9016 \noun off
9017 \color none
9018 xRightarrow
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043
9044 \family roman
9045 \series medium
9046 \shape up
9047 \size normal
9048 \emph off
9049 \bar no
9050 \strikeout off
9051 \uuline off
9052 \uwave off
9053 \noun off
9054 \color none
9055 xLeftrightarrow
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9065 \end_inset
9066
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \family roman
9080 \series medium
9081 \shape up
9082 \size normal
9083 \emph off
9084 \bar no
9085 \strikeout off
9086 \uuline off
9087 \uwave off
9088 \noun off
9089 \color none
9090
9091 \backslash
9092 xhookleftarrow
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \family roman
9117 \series medium
9118 \shape up
9119 \size normal
9120 \emph off
9121 \bar no
9122 \strikeout off
9123 \uuline off
9124 \uwave off
9125 \noun off
9126 \color none
9127
9128 \backslash
9129 xhookrightarrow
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9139 \end_inset
9140
9141
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 </lyxtabular>
9148
9149 \end_inset
9150
9151
9152 \begin_inset space \hspace*{\fill}
9153 \end_inset
9154
9155
9156 \begin_inset Tabular
9157 <lyxtabular version="3" rows="7" columns="2">
9158 <features tabularvalignment="middle">
9159 <column alignment="center" valignment="top" width="0pt">
9160 <column alignment="center" valignment="top" width="0pt">
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Command
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Example
9176 \begin_inset Note Note
9177 status collapsed
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182
9183 \backslash
9184 raisebox
9185 \series default
9186  is only used as spacer.
9187 \end_layout
9188
9189 \end_inset
9190
9191
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204
9205 \family roman
9206 \series medium
9207 \shape up
9208 \size normal
9209 \emph off
9210 \bar no
9211 \strikeout off
9212 \uuline off
9213 \uwave off
9214 \noun off
9215 \color none
9216 xleftharpoondown
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9226 \end_inset
9227
9228
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \backslash
9241
9242 \family roman
9243 \series medium
9244 \shape up
9245 \size normal
9246 \emph off
9247 \bar no
9248 \strikeout off
9249 \uuline off
9250 \uwave off
9251 \noun off
9252 \color none
9253 xleftharpoonup
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278
9279 \family roman
9280 \series medium
9281 \shape up
9282 \size normal
9283 \emph off
9284 \bar no
9285 \strikeout off
9286 \uuline off
9287 \uwave off
9288 \noun off
9289 \color none
9290 xrightharpoondown
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \backslash
9315
9316 \family roman
9317 \series medium
9318 \shape up
9319 \size normal
9320 \emph off
9321 \bar no
9322 \strikeout off
9323 \uuline off
9324 \uwave off
9325 \noun off
9326 \color none
9327 xrightharpoonup
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352
9353 \family roman
9354 \series medium
9355 \shape up
9356 \size normal
9357 \emph off
9358 \bar no
9359 \strikeout off
9360 \uuline off
9361 \uwave off
9362 \noun off
9363 \color none
9364 xleftrightharpoons
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \backslash
9389
9390 \family roman
9391 \series medium
9392 \shape up
9393 \size normal
9394 \emph off
9395 \bar no
9396 \strikeout off
9397 \uuline off
9398 \uwave off
9399 \noun off
9400 \color none
9401 xrightleftharpoons
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 </lyxtabular>
9420
9421 \end_inset
9422
9423
9424 \begin_inset space \hspace*{\fill}
9425 \end_inset
9426
9427
9428 \end_layout
9429
9430 \begin_layout Standard
9431 The command scheme is for all these arrows:
9432 \begin_inset Separator parbreak
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \begin_layout Standard
9439 \align center
9440 \begin_inset Tabular
9441 <lyxtabular version="3" rows="2" columns="2">
9442 <features tabularvalignment="middle">
9443 <column alignment="center" valignment="top" width="0pt">
9444 <column alignment="center" valignment="top" width="0pt">
9445 <row>
9446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Command
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Result
9460 \begin_inset Note Note
9461 status collapsed
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466
9467 \backslash
9468 raisebox
9469 \series default
9470  is only used as spacer.
9471 \end_layout
9472
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 F(a)
9487 \backslash
9488 xleftrightarrow[x=a]
9489 \backslash
9490 {x>0
9491 \begin_inset Formula $\to$
9492 \end_inset
9493
9494 F(x)
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 </lyxtabular>
9513
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \begin_layout Subsection
9520 Vertical and diagonal Arrows
9521 \begin_inset Index idx
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Arrows ! diagonal
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \begin_inset Index idx
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535 Arrows ! vertical
9536 \end_layout
9537
9538 \end_inset
9539
9540
9541 \end_layout
9542
9543 \begin_layout Standard
9544 \begin_inset space \hfill{}
9545 \end_inset
9546
9547
9548 \begin_inset Tabular
9549 <lyxtabular version="3" rows="7" columns="2">
9550 <features tabularvalignment="middle">
9551 <column alignment="center" valignment="top" width="0pt">
9552 <column alignment="center" valignment="top" width="0pt">
9553 <row>
9554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 Command
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Result
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 uparrow
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589 \begin_inset Formula $\uparrow$
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \backslash
9605 Uparrow
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 \begin_inset Formula $\Uparrow$
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 updownarrow
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 \begin_inset Formula $\updownarrow$
9640 \end_inset
9641
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \backslash
9655 Updownarrow
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 \begin_inset Formula $\Updownarrow$
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \backslash
9680 Downarrow
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 \begin_inset Formula $\Downarrow$
9690 \end_inset
9691
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \backslash
9705 downarrow
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 \begin_inset Formula $\downarrow$
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 </lyxtabular>
9724
9725 \end_inset
9726
9727
9728 \begin_inset space \hfill{}
9729 \end_inset
9730
9731
9732 \begin_inset Tabular
9733 <lyxtabular version="3" rows="5" columns="2">
9734 <features tabularvalignment="middle">
9735 <column alignment="center" valignment="top" width="0pt">
9736 <column alignment="center" valignment="top" width="0pt">
9737 <row>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 Command
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Result
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row>
9758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \backslash
9764 nearrow
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 \begin_inset Formula $\nearrow$
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \backslash
9789 searrow
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 \begin_inset Formula $\searrow$
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 </row>
9807 <row>
9808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812
9813 \backslash
9814 swarrow
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\swarrow$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 nwarrow
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 \begin_inset Formula $\nwarrow$
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 </lyxtabular>
9858
9859 \end_inset
9860
9861
9862 \begin_inset space \hfill{}
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \begin_inset VSpace medskip
9870 \end_inset
9871
9872 Vertical arrows can be used also as delimiters together with the commands
9873  described in 
9874 \begin_inset CommandInset ref
9875 LatexCommand ref
9876 reference "subsec:Manual-Bracket-Size"
9877
9878 \end_inset
9879
9880  and 
9881 \begin_inset CommandInset ref
9882 LatexCommand ref
9883 reference "subsec:Automatic-Bracket-Size"
9884
9885 \end_inset
9886
9887 .
9888 \end_layout
9889
9890 \begin_layout Section
9891 Accents
9892 \begin_inset CommandInset label
9893 LatexCommand label
9894 name "sec:Accents"
9895
9896 \end_inset
9897
9898
9899 \begin_inset Index idx
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903 Accents
9904 \end_layout
9905
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \begin_layout Standard
9912 Accents can be inserted via the math toolbar button 
9913 \begin_inset Info
9914 type  "icon"
9915 arg   "math-insert \\hat"
9916 \end_inset
9917
9918  or the commands listed in the following subsections.
9919 \end_layout
9920
9921 \begin_layout Subsection
9922 Accents for one Character
9923 \begin_inset ERT
9924 status collapsed
9925
9926 \begin_layout Plain Layout
9927
9928
9929 \backslash
9930 texorpdfstring{
9931 \end_layout
9932
9933 \end_inset
9934
9935
9936 \begin_inset Foot
9937 status collapsed
9938
9939 \begin_layout Plain Layout
9940 accents in text see 
9941 \begin_inset CommandInset ref
9942 LatexCommand ref
9943 reference "subsec:Accents-in-Text"
9944
9945 \end_inset
9946
9947
9948 \end_layout
9949
9950 \end_inset
9951
9952
9953 \begin_inset ERT
9954 status collapsed
9955
9956 \begin_layout Plain Layout
9957
9958 }{}
9959 \end_layout
9960
9961 \end_inset
9962
9963
9964 \begin_inset Note Note
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970
9971 \backslash
9972 texorpdfstring
9973 \series default
9974  is used to avoid that the footnote appears in the PDF-bookmark.
9975 \end_layout
9976
9977 \begin_layout Plain Layout
9978 More about 
9979 \series bold
9980
9981 \backslash
9982 texorpdfstring
9983 \series default
9984  is in section 
9985 \begin_inset CommandInset ref
9986 LatexCommand ref
9987 reference "subsec:Formulas-in-Section"
9988
9989 \end_inset
9990
9991 .
9992 \end_layout
9993
9994 \end_inset
9995
9996
9997 \begin_inset CommandInset label
9998 LatexCommand label
9999 name "subsec:Accents-for-one"
10000
10001 \end_inset
10002
10003
10004 \begin_inset Index idx
10005 status collapsed
10006
10007 \begin_layout Plain Layout
10008 Accents ! for one character
10009 \end_layout
10010
10011 \end_inset
10012
10013
10014 \end_layout
10015
10016 \begin_layout Standard
10017 \begin_inset space \hfill{}
10018 \end_inset
10019
10020
10021 \begin_inset Tabular
10022 <lyxtabular version="3" rows="8" columns="2">
10023 <features tabularvalignment="middle">
10024 <column alignment="center" valignment="top" width="0pt">
10025 <column alignment="center" valignment="top" width="0pt">
10026 <row>
10027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Command
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 Result
10041 \begin_inset Note Note
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045
10046 \series bold
10047
10048 \backslash
10049 raisebox
10050 \series default
10051  is only used as spacer.
10052 \end_layout
10053
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \backslash
10069 dot
10070 \begin_inset space \textvisiblespace{}
10071 \end_inset
10072
10073 A
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
10083 \end_inset
10084
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row>
10092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \backslash
10098 ddot
10099 \begin_inset space \textvisiblespace{}
10100 \end_inset
10101
10102 A
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row>
10121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \backslash
10127 dddot
10128 \begin_inset space \textvisiblespace{}
10129 \end_inset
10130
10131 A
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10141 \end_inset
10142
10143
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 </row>
10149 <row>
10150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \backslash
10156 ddddot
10157 \begin_inset space \textvisiblespace{}
10158 \end_inset
10159
10160 A
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \backslash
10185 vec
10186 \begin_inset space \textvisiblespace{}
10187 \end_inset
10188
10189 A
10190 \begin_inset Index idx
10191 status collapsed
10192
10193 \begin_layout Plain Layout
10194 Vectors
10195 \end_layout
10196
10197 \end_inset
10198
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10209 \end_inset
10210
10211
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \backslash
10224 bar
10225 \begin_inset space \textvisiblespace{}
10226 \end_inset
10227
10228 A
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \backslash
10253 mathring
10254 \begin_inset space \textvisiblespace{}
10255 \end_inset
10256
10257 A
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 </lyxtabular>
10276
10277 \end_inset
10278
10279
10280 \begin_inset space \hfill{}
10281 \end_inset
10282
10283
10284 \begin_inset Tabular
10285 <lyxtabular version="3" rows="7" columns="2">
10286 <features tabularvalignment="middle">
10287 <column alignment="center" valignment="top" width="0pt">
10288 <column alignment="center" valignment="top" width="0pt">
10289 <row>
10290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Command
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Result
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \backslash
10316 tilde
10317 \begin_inset space \textvisiblespace{}
10318 \end_inset
10319
10320 A
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \backslash
10345 hat
10346 \begin_inset space \textvisiblespace{}
10347 \end_inset
10348
10349 A
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10359 \end_inset
10360
10361
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \backslash
10374 check
10375 \begin_inset space \textvisiblespace{}
10376 \end_inset
10377
10378 A
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 acute
10404 \begin_inset space \textvisiblespace{}
10405 \end_inset
10406
10407 A
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10417 \end_inset
10418
10419
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \backslash
10432 grave
10433 \begin_inset space \textvisiblespace{}
10434 \end_inset
10435
10436 A
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 breve
10462 \begin_inset space \textvisiblespace{}
10463 \end_inset
10464
10465 A
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10475 \end_inset
10476
10477
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 </lyxtabular>
10484
10485 \end_inset
10486
10487
10488 \begin_inset space \hfill{}
10489 \end_inset
10490
10491
10492 \end_layout
10493
10494 \begin_layout Standard
10495 \begin_inset VSpace bigskip
10496 \end_inset
10497
10498
10499 \end_layout
10500
10501 \begin_layout Standard
10502 You can directly insert accents like é to formulas.
10503  \SpecialChar LyX
10504  will transform them to the corresponding accent command.
10505  For umlauts
10506 \begin_inset Index idx
10507 status collapsed
10508
10509 \begin_layout Plain Layout
10510 Umlauts
10511 \end_layout
10512
10513 \end_inset
10514
10515  it is better to insert a quotation mark before the vowel.
10516  These two characters are then treated by \SpecialChar LaTeX
10517  as 
10518 \emph on
10519 one
10520 \emph default
10521  character when the formula part with the umlaut is marked as German.
10522  In contrary to 
10523 \series bold
10524
10525 \backslash
10526 ddot
10527 \series default
10528 , with this method 
10529 \begin_inset Quotes eld
10530 \end_inset
10531
10532 real
10533 \begin_inset Quotes erd
10534 \end_inset
10535
10536  umlauts are created as demonstrated in the following example:
10537 \end_layout
10538
10539 \begin_layout Standard
10540 \begin_inset VSpace -2mm
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \begin_layout Standard
10547 \align center
10548 \begin_inset Tabular
10549 <lyxtabular version="3" rows="3" columns="2">
10550 <features tabularvalignment="middle">
10551 <column alignment="center" valignment="top">
10552 <column alignment="center" valignment="top">
10553 <row>
10554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 Command
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Result
10568 \begin_inset Note Note
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574
10575 \backslash
10576 raisebox
10577 \series default
10578  and the 0
10579 \begin_inset space \thinspace{}
10580 \end_inset
10581
10582 pt space are only used as spacer.
10583 \end_layout
10584
10585 \end_inset
10586
10587
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \lang ngerman
10600 \begin_inset Quotes grd
10601 \end_inset
10602
10603 i
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset space \hspace{}
10613 \length 0pt
10614 \end_inset
10615
10616
10617 \lang ngerman
10618
10619 \begin_inset Formula $"i$
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 ddot
10636 \begin_inset space \textvisiblespace{}
10637 \end_inset
10638
10639 i
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{5mm}{}\ddot{i}$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \end_layout
10663
10664 \begin_layout Standard
10665 Another advantage to 
10666 \series bold
10667
10668 \backslash
10669 ddot
10670 \series default
10671  is that umlauts can directly be converted to mathematical text because
10672  the accent commands above are 
10673 \emph on
10674 not allowed
10675 \emph default
10676  
10677 \emph on
10678 in mathematical text
10679 \emph default
10680 .
10681  To convert an accented character to mathematical text, only the character
10682  under the accent may be converted.
10683  This applies also for all other conversions, e.
10684 \begin_inset space \thinspace{}
10685 \end_inset
10686
10687 g.
10688 \begin_inset space \space{}
10689 \end_inset
10690
10691 to italic or bold.
10692 \end_layout
10693
10694 \begin_layout Standard
10695 In mathematical text, umlauts and other accented characters can directly
10696  be inserted.
10697 \end_layout
10698
10699 \begin_layout Standard
10700 \begin_inset VSpace bigskip
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \begin_layout Standard
10707 \SpecialChar LyX
10708  also supports a tilde under the character if the \SpecialChar LaTeX
10709 -package 
10710 \series bold
10711 undertilde
10712 \series default
10713
10714 \begin_inset Index idx
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718 Packages ! undertilde
10719 \end_layout
10720
10721 \end_inset
10722
10723  is installed on your system:
10724 \end_layout
10725
10726 \begin_layout Standard
10727 \begin_inset ERT
10728 status collapsed
10729
10730 \begin_layout Plain Layout
10731
10732
10733 \backslash
10734 ifundertilde 
10735 \end_layout
10736
10737 \end_inset
10738
10739
10740 \begin_inset Note Note
10741 status open
10742
10743 \begin_layout Plain Layout
10744 The following table will only be displayed when the \SpecialChar LaTeX
10745 -package 
10746 \series bold
10747 undertilde
10748 \series default
10749  is installed.
10750 \end_layout
10751
10752 \end_inset
10753
10754
10755 \begin_inset Separator parbreak
10756 \end_inset
10757
10758
10759 \end_layout
10760
10761 \begin_layout Standard
10762 \noindent
10763 \align center
10764 \begin_inset Tabular
10765 <lyxtabular version="3" rows="2" columns="2">
10766 <features tabularvalignment="middle">
10767 <column alignment="center" valignment="top" width="0pt">
10768 <column alignment="center" valignment="top" width="0pt">
10769 <row>
10770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 Command
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 Result
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 </row>
10789 <row>
10790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794
10795 \backslash
10796 utilde
10797 \begin_inset space \textvisiblespace{}
10798 \end_inset
10799
10800 A
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 </row>
10818 </lyxtabular>
10819
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \begin_layout Standard
10826 \begin_inset ERT
10827 status collapsed
10828
10829 \begin_layout Plain Layout
10830
10831
10832 \backslash
10833 else 
10834 \end_layout
10835
10836 \end_inset
10837
10838
10839 \begin_inset Note Note
10840 status open
10841
10842 \begin_layout Plain Layout
10843 The following will be displayed when the \SpecialChar LaTeX
10844 -package 
10845 \series bold
10846 undertilde
10847 \series default
10848  is not installed:
10849 \end_layout
10850
10851 \end_inset
10852
10853
10854 \end_layout
10855
10856 \begin_layout Standard
10857 You need to install the \SpecialChar LaTeX
10858 -package 
10859 \series bold
10860 undertilde
10861 \series default
10862  to see the rest of this subsection in the output.
10863 \end_layout
10864
10865 \begin_layout Standard
10866 \begin_inset ERT
10867 status collapsed
10868
10869 \begin_layout Plain Layout
10870
10871
10872 \backslash
10873 fi 
10874 \end_layout
10875
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \begin_layout Standard
10882 \begin_inset Newpage newpage
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \begin_layout Subsection
10889 Accents for several Characters
10890 \begin_inset Index idx
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894 Accents ! for several characters
10895 \end_layout
10896
10897 \end_inset
10898
10899
10900 \end_layout
10901
10902 \begin_layout Standard
10903 \begin_inset space \hfill{}
10904 \end_inset
10905
10906
10907 \begin_inset Tabular
10908 <lyxtabular version="3" rows="5" columns="2">
10909 <features tabularvalignment="middle">
10910 <column alignment="center" valignment="top" width="0pt">
10911 <column alignment="center" valignment="top" width="0pt">
10912 <row>
10913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Command
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Result
10927 \begin_inset Note Note
10928 status collapsed
10929
10930 \begin_layout Plain Layout
10931
10932 \series bold
10933
10934 \backslash
10935 raisebox
10936 \series default
10937  is only used as spacer.
10938 \end_layout
10939
10940 \end_inset
10941
10942
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 </row>
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \backslash
10955 overleftarrow
10956 \begin_inset space \textvisiblespace{}
10957 \end_inset
10958
10959 A=B
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \backslash
10984 underleftarrow
10985 \begin_inset space \textvisiblespace{}
10986 \end_inset
10987
10988 A=B
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 </row>
11006 <row>
11007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \backslash
11013 overleftrightarrow
11014 \begin_inset space \textvisiblespace{}
11015 \end_inset
11016
11017 A=B
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 underleftrightarrow
11043 \begin_inset space \textvisiblespace{}
11044 \end_inset
11045
11046 A=B
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 </lyxtabular>
11065
11066 \end_inset
11067
11068
11069 \begin_inset space \hfill{}
11070 \end_inset
11071
11072
11073 \begin_inset Tabular
11074 <lyxtabular version="3" rows="5" columns="2">
11075 <features tabularvalignment="middle">
11076 <column alignment="center" valignment="top" width="0pt">
11077 <column alignment="center" valignment="top" width="0pt">
11078 <row>
11079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Command
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 Result
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
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
11104 \backslash
11105 overrightarrow
11106 \begin_inset space \textvisiblespace{}
11107 \end_inset
11108
11109 A=B
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11119 \end_inset
11120
11121
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 </row>
11127 <row>
11128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132
11133 \backslash
11134 underrightarrow
11135 \begin_inset space \textvisiblespace{}
11136 \end_inset
11137
11138 A=B
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 <row>
11157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161
11162 \backslash
11163 widetilde
11164 \begin_inset space \textvisiblespace{}
11165 \end_inset
11166
11167 A=B
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 </row>
11185 <row>
11186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190
11191 \backslash
11192 widehat
11193 \begin_inset space \textvisiblespace{}
11194 \end_inset
11195
11196 A=B
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 </row>
11214 </lyxtabular>
11215
11216 \end_inset
11217
11218
11219 \begin_inset space \hfill{}
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Standard
11226 \begin_inset VSpace medskip
11227 \end_inset
11228
11229 With these commands as many characters as you like can be accented.
11230  But the accents 
11231 \series bold
11232
11233 \backslash
11234 widetilde
11235 \series default
11236  and 
11237 \series bold
11238
11239 \backslash
11240 widehat
11241 \series default
11242  will only be set in the output with a length of three characters, as shown
11243  in the following example:
11244 \begin_inset Formula 
11245 \[
11246 \widetilde{A+B=C-D}
11247 \]
11248
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \begin_layout Standard
11255 With the commands 
11256 \series bold
11257
11258 \backslash
11259 overset
11260 \series default
11261
11262 \begin_inset Index idx
11263 status collapsed
11264
11265 \begin_layout Plain Layout
11266 Commands ! O ! 
11267 \backslash
11268 overset
11269 \end_layout
11270
11271 \end_inset
11272
11273  and 
11274 \series bold
11275
11276 \backslash
11277 underset
11278 \series default
11279
11280 \begin_inset Index idx
11281 status collapsed
11282
11283 \begin_layout Plain Layout
11284 Commands ! U ! 
11285 \backslash
11286 underset
11287 \end_layout
11288
11289 \end_inset
11290
11291  described in the previous subsection it is also possible to accent several
11292  characters.
11293  The command 
11294 \series bold
11295
11296 \backslash
11297 underset
11298 \begin_inset space \textvisiblespace{}
11299 \end_inset
11300
11301 A=B
11302 \begin_inset Formula $\downarrow$
11303 \end_inset
11304
11305 ***
11306 \series default
11307  creates:
11308 \begin_inset Formula 
11309 \[
11310 \underset{***}{A=B}
11311 \]
11312
11313 \end_inset
11314
11315
11316 \end_layout
11317
11318 \begin_layout Section
11319 Space
11320 \begin_inset CommandInset label
11321 LatexCommand label
11322 name "subsec:Space"
11323
11324 \end_inset
11325
11326
11327 \begin_inset Index idx
11328 status collapsed
11329
11330 \begin_layout Plain Layout
11331 Space ! horizontal
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \end_layout
11338
11339 \begin_layout Subsection
11340 Predefined Space
11341 \begin_inset CommandInset label
11342 LatexCommand label
11343 name "subsec:Predefined-Space"
11344
11345 \end_inset
11346
11347
11348 \begin_inset Index idx
11349 status collapsed
11350
11351 \begin_layout Plain Layout
11352 Space ! horizontal ! predefined
11353 \end_layout
11354
11355 \end_inset
11356
11357
11358 \end_layout
11359
11360 \begin_layout Standard
11361 Sometimes it is necessary to insert horizontal space into a formula.
11362  This is done by inserting a protected space (shortcut 
11363 \begin_inset Info
11364 type  "shortcut"
11365 arg   "command-alternatives space-insert protected ; math-space"
11366 \end_inset
11367
11368 ).
11369  A 
11370 \begin_inset Quotes eld
11371 \end_inset
11372
11373
11374 \color blue
11375
11376 \begin_inset space \textvisiblespace{}
11377 \end_inset
11378
11379
11380 \color inherit
11381
11382 \begin_inset Quotes erd
11383 \end_inset
11384
11385  appears and by pressing 
11386 \family sans
11387 Space
11388 \family default
11389  several times one can select one of eight different space sizes.
11390  The spaces can also be inserted using the math toolbar button 
11391 \begin_inset Info
11392 type  "icon"
11393 arg   "math-insert \\space"
11394 \end_inset
11395
11396  or special commands.
11397  Independent from the inserted command, one can select the size again by
11398  pressing 
11399 \family sans
11400 Space
11401 \family default
11402  afterwards.
11403 \begin_inset Separator parbreak
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Standard
11410 \noindent
11411 \align center
11412 \begin_inset Tabular
11413 <lyxtabular version="3" rows="6" columns="3">
11414 <features tabularvalignment="middle">
11415 <column alignment="center" valignment="top">
11416 <column alignment="center" valignment="top" width="15col%">
11417 <column alignment="center" valignment="top">
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 Command
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 Number of 
11433 \family sans
11434 Space
11435 \family default
11436  keystrokes
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 Result
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 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 0
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $A\,B$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row>
11486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490
11491 \backslash
11492 :
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 1
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 \begin_inset Formula $A\:B$
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524
11525 \backslash
11526 ;
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 2
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 \begin_inset Formula $A\;B$
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 </row>
11553 <row>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558
11559 \backslash
11560 quad
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 3
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 \begin_inset Formula $A\quad B$
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592
11593 \backslash
11594 qquad
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 4
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 \begin_inset Formula $A\qquad B$
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 </lyxtabular>
11622
11623 \end_inset
11624
11625
11626 \begin_inset space \hfill{}
11627 \end_inset
11628
11629
11630 \begin_inset Tabular
11631 <lyxtabular version="3" rows="6" columns="3">
11632 <features tabularvalignment="middle">
11633 <column alignment="center" valignment="top">
11634 <column alignment="center" valignment="top" width="15col%">
11635 <column alignment="center" valignment="top">
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 Command
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 Number of 
11651 \family sans
11652 Space
11653 \family default
11654  keystrokes
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 Result
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 </row>
11669 <row>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674
11675 \backslash
11676 hfill
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 5
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 \begin_inset Formula $A\hfill B$
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 <row>
11704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708
11709 \backslash
11710 hspace*{1em}
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 6
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 \begin_inset Formula $A\hspace*{1em}B$
11729 \end_inset
11730
11731
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 <row>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742
11743 \backslash
11744 hspace{1em}
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 7
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 \begin_inset Formula $A\hspace{1em}B$
11763 \end_inset
11764
11765
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776
11777 \backslash
11778
11779 \begin_inset space \textvisiblespace{}
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 8
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 \begin_inset Formula $A\ B$
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814
11815 \backslash
11816 !
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 9
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 \begin_inset Formula $A\!B$
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 </lyxtabular>
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 Space
11852 \begin_inset space ~
11853 \end_inset
11854
11855 5
11856 \begin_inset space \thinspace{}
11857 \end_inset
11858
11859
11860 \begin_inset space \thinspace{}
11861 \end_inset
11862
11863 7 are variable spaces which are explained in 
11864 \begin_inset CommandInset ref
11865 LatexCommand ref
11866 reference "subsec:Variable-Space"
11867
11868 \end_inset
11869
11870 .
11871  Space
11872 \begin_inset space ~
11873 \end_inset
11874
11875 9 seems to produce no space.
11876  It is displayed red in \SpecialChar LyX
11877  contrary to the other sizes, because it is a negative
11878  space.
11879  There are two more negative spaces:
11880 \begin_inset Separator parbreak
11881 \end_inset
11882
11883
11884 \end_layout
11885
11886 \begin_layout Standard
11887 \align center
11888 \begin_inset Tabular
11889 <lyxtabular version="3" rows="3" columns="3">
11890 <features tabularvalignment="middle">
11891 <column alignment="center" valignment="middle" width="6.8cm">
11892 <column alignment="center" valignment="top" width="0pt">
11893 <column alignment="center" valignment="top" width="0pt">
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 Command
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908
11909 \backslash
11910 negmedspace
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919
11920 \backslash
11921 negthickspace
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 </row>
11927 <row>
11928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 Number of 
11933 \family sans
11934 Space
11935 \family default
11936  keystrokes after inserting the protected space
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 10
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 11
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 <row>
11961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 Result
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 \begin_inset Formula $A\negmedspace B$
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 \begin_inset Formula $A\negthickspace B$
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 </lyxtabular>
11996
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003 Negative spaces can lead to characters overlapping each other.
12004  Thus they can be used to enforce ligatures, which are e.
12005 \begin_inset space \thinspace{}
12006 \end_inset
12007
12008 g.
12009 \begin_inset space \space{}
12010 \end_inset
12011
12012 useful for summation operators:
12013 \begin_inset Separator parbreak
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 \align center
12021 \begin_inset Tabular
12022 <lyxtabular version="3" rows="3" columns="2">
12023 <features tabularvalignment="middle">
12024 <column alignment="center" valignment="top">
12025 <column alignment="center" valignment="top">
12026 <row>
12027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 Command
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040 Result
12041 \begin_inset Note Note
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045
12046 \series bold
12047
12048 \backslash
12049 raisebox
12050 \series default
12051  is only used as spacer.
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 </row>
12062 <row>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067
12068 \backslash
12069 sum
12070 \backslash
12071 sum
12072 \begin_inset space \textvisiblespace{}
12073 \end_inset
12074
12075 f_kl
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 </row>
12093 <row>
12094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098
12099 \backslash
12100 sum
12101 \backslash
12102 negmedspace
12103 \backslash
12104 sum
12105 \begin_inset space \textvisiblespace{}
12106 \end_inset
12107
12108 f_kl
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 </lyxtabular>
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 \noindent
12135 \begin_inset VSpace medskip
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \begin_layout Standard
12142 \noindent
12143 Relations like for example equal signs, are always surrounded by space.
12144  To suppress this, the equal sign is placed into a \SpecialChar TeX
12145  brace.
12146  The following example demonstrates this:
12147 \begin_inset Separator parbreak
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \begin_layout Standard
12154 \align center
12155 \begin_inset Tabular
12156 <lyxtabular version="3" rows="2" columns="2">
12157 <features tabularvalignment="middle">
12158 <column alignment="center" valignment="top" width="0pt">
12159 <column alignment="center" valignment="top" width="0pt">
12160 <row>
12161 <cell alignment="center" valignment="top" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 normal equation
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 \begin_inset Formula $A=B$
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 </row>
12183 <row>
12184 <cell alignment="center" valignment="top" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 \begin_inset Note Note
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192
12193 \series bold
12194
12195 \backslash
12196 raisebox
12197 \series default
12198  is only used as spacer.
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \begin_inset Formula $\raisebox{5mm}{}$
12205 \end_inset
12206
12207 equation without space
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 \begin_inset Formula $A{=}B$
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 </row>
12225 </lyxtabular>
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233 \noindent
12234 The command for the last formula is: 
12235 \series bold
12236 A
12237 \backslash
12238 {=
12239 \begin_inset Formula $\to$
12240 \end_inset
12241
12242 B
12243 \end_layout
12244
12245 \begin_layout Standard
12246 \begin_inset VSpace bigskip
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 Spaces are needed for physical units, because the space between the value
12254  and the unit is the smallest one and not a normal space.
12255  For units in text, the smallest space is inserted via the menu 
12256 \family sans
12257 Insert\SpecialChar menuseparator
12258 Formatting\SpecialChar menuseparator
12259 Thin
12260 \begin_inset space ~
12261 \end_inset
12262
12263 Space
12264 \family default
12265  (shortcut 
12266 \begin_inset Info
12267 type  "shortcut"
12268 arg   "space-insert thin"
12269 \end_inset
12270
12271 ).
12272 \end_layout
12273
12274 \begin_layout Standard
12275 An example to visualize the difference:
12276 \end_layout
12277
12278 \begin_layout Standard
12279 \begin_inset Tabular
12280 <lyxtabular version="3" rows="2" columns="2">
12281 <features tabularvalignment="middle">
12282 <column alignment="left" valignment="top">
12283 <column alignment="left" valignment="top">
12284 <row>
12285 <cell alignment="center" valignment="top" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 24 kW
12290 \begin_inset Formula $\cdot$
12291 \end_inset
12292
12293 h
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 space between value and unit
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 </row>
12308 <row>
12309 <cell alignment="center" valignment="top" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313 24
12314 \begin_inset space \thinspace{}
12315 \end_inset
12316
12317 kW
12318 \begin_inset Formula $\cdot$
12319 \end_inset
12320
12321 h
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 <cell alignment="center" valignment="top" usebox="none">
12327 \begin_inset Text
12328
12329 \begin_layout Plain Layout
12330 smallest space between value and unit
12331 \end_layout
12332
12333 \end_inset
12334 </cell>
12335 </row>
12336 </lyxtabular>
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Subsection
12344 Variable Space
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 texorpdfstring{
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \begin_inset Foot
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 for vertical space in formulas see 
12363 \begin_inset CommandInset ref
12364 LatexCommand ref
12365 reference "subsec:Line-Separation"
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \begin_inset ERT
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379
12380 }{}
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \begin_inset Note Note
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390
12391 \backslash
12392 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12393 \end_layout
12394
12395 \begin_layout Plain Layout
12396 More about 
12397 \backslash
12398 texorpdfstring is in section 
12399 \begin_inset CommandInset ref
12400 LatexCommand ref
12401 reference "subsec:Formulas-in-Section"
12402
12403 \end_inset
12404
12405 .
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \begin_inset CommandInset label
12412 LatexCommand label
12413 name "subsec:Variable-Space"
12414
12415 \end_inset
12416
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Space ! horizontal ! variable
12423 \end_layout
12424
12425 \end_inset
12426
12427
12428 \end_layout
12429
12430 \begin_layout Standard
12431 Space with a defined length can be inserted with the command 
12432 \series bold
12433
12434 \backslash
12435 hspace
12436 \series default
12437
12438 \begin_inset Index idx
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442 Commands ! H ! 
12443 \backslash
12444 hspace
12445 \end_layout
12446
12447 \end_inset
12448
12449 .
12450  Then a long 
12451 \begin_inset Quotes eld
12452 \end_inset
12453
12454
12455 \color blue
12456
12457 \begin_inset space \textvisiblespace{}
12458 \end_inset
12459
12460
12461 \color inherit
12462
12463 \begin_inset Quotes erd
12464 \end_inset
12465
12466  appears.
12467  The length can be specified by left-clicking on the 
12468 \begin_inset Quotes eld
12469 \end_inset
12470
12471
12472 \color blue
12473
12474 \begin_inset space \textvisiblespace{}
12475 \end_inset
12476
12477
12478 \color inherit
12479
12480 \begin_inset Quotes erd
12481 \end_inset
12482
12483 .
12484  The length may also be negative.
12485  When a space would be the first character in a line it would be omitted.
12486  To force its output use the command 
12487 \series bold
12488
12489 \backslash
12490 hspace*
12491 \series default
12492  instead of 
12493 \series bold
12494
12495 \backslash
12496 hspace
12497 \series default
12498  or left-click on the 
12499 \begin_inset Quotes eld
12500 \end_inset
12501
12502
12503 \color blue
12504
12505 \begin_inset space \textvisiblespace{}
12506 \end_inset
12507
12508
12509 \color inherit
12510
12511 \begin_inset Quotes erd
12512 \end_inset
12513
12514  and check the option 
12515 \family sans
12516 Protect
12517 \family default
12518 .
12519 \begin_inset Newline newline
12520 \end_inset
12521
12522 To insert as much space as is available, the command 
12523 \series bold
12524
12525 \backslash
12526 hfill
12527 \series default
12528
12529 \begin_inset Index idx
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533 Commands ! H ! 
12534 \backslash
12535 hfill
12536 \end_layout
12537
12538 \end_inset
12539
12540  is used.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 \begin_inset VSpace -1mm
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 \align center
12552 \begin_inset Tabular
12553 <lyxtabular version="3" rows="4" columns="2">
12554 <features tabularvalignment="middle">
12555 <column alignment="center" valignment="top">
12556 <column alignment="center" valignment="top">
12557 <row>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 Command (
12563 \backslash
12564 hspace length)
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 Result
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 </row>
12579 <row>
12580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 A=B
12585 \backslash
12586 hspace
12587 \begin_inset space \textvisiblespace{}
12588 \end_inset
12589
12590 A
12591 \backslash
12592 not=C (3
12593 \begin_inset space \thinspace{}
12594 \end_inset
12595
12596 cm)
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 A
12620 \backslash
12621 hspace
12622 \begin_inset space \textvisiblespace{}
12623 \end_inset
12624
12625 A
12626 \backslash
12627 not=A (-1
12628 \begin_inset space \thinspace{}
12629 \end_inset
12630
12631 mm)
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 A=A
12655 \backslash
12656 hfill
12657 \begin_inset space \textvisiblespace{}
12658 \end_inset
12659
12660 B=B
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 \begin_inset Formula $A=A\hfill B=B$
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 </lyxtabular>
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \begin_layout Standard
12686 In the last example the available space is given by the longest column entry
12687  of the table.
12688  In an inline formula the space depends on the length of the line in which
12689  
12690 \series bold
12691
12692 \backslash
12693 hfill
12694 \series default
12695  is inserted.
12696  Thus, when the line uses the full width, no space will be created.
12697  
12698 \series bold
12699
12700 \backslash
12701 hfill
12702 \series default
12703  only has an effect on displayed formulas when the formula style 
12704 \series bold
12705 Indented
12706 \series default
12707  is used.
12708  (Formula styles are explained in 
12709 \begin_inset CommandInset ref
12710 LatexCommand ref
12711 reference "sec:Formula-Styles"
12712
12713 \end_inset
12714
12715 .)
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Besides 
12720 \series bold
12721
12722 \backslash
12723 hfill
12724 \series default
12725 , there are the commands 
12726 \series bold
12727
12728 \backslash
12729 dotfill
12730 \series default
12731  and 
12732 \series bold
12733
12734 \backslash
12735 hrulefill
12736 \series default
12737  that fill the space with a pattern, see 
12738 \begin_inset CommandInset ref
12739 LatexCommand ref
12740 reference "subsec:Ellipses"
12741
12742 \end_inset
12743
12744  for an example.
12745 \end_layout
12746
12747 \begin_layout Standard
12748 For text, variable space can be inserted via the menu 
12749 \family sans
12750 Insert\SpecialChar menuseparator
12751 Formatting\SpecialChar menuseparator
12752 Horizontal
12753 \begin_inset space ~
12754 \end_inset
12755
12756 Space
12757 \family default
12758 :
12759 \end_layout
12760
12761 \begin_layout Standard
12762 This is a line with
12763 \begin_inset space \hspace{}
12764 \length 2cm
12765 \end_inset
12766
12767 2
12768 \begin_inset space \thinspace{}
12769 \end_inset
12770
12771 cm space.
12772 \end_layout
12773
12774 \begin_layout Standard
12775 This is a line with
12776 \begin_inset space \hfill{}
12777 \end_inset
12778
12779 maximum space.
12780 \end_layout
12781
12782 \begin_layout Subsection
12783 Space besides inline Formulas
12784 \begin_inset Index idx
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788 Space ! besides inline formulas
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \end_layout
12795
12796 \begin_layout Standard
12797 The space that surrounds inline formulas can be adjusted with the length
12798  
12799 \series bold
12800
12801 \backslash
12802 mathsurround
12803 \series default
12804
12805 \begin_inset Index idx
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809 Commands ! M ! 
12810 \backslash
12811 mathsurround
12812 \end_layout
12813
12814 \end_inset
12815
12816 .
12817  The value of a length is set with the command 
12818 \series bold
12819
12820 \backslash
12821 setlength
12822 \series default
12823
12824 \begin_inset Index idx
12825 status collapsed
12826
12827 \begin_layout Plain Layout
12828 Commands ! S ! 
12829 \backslash
12830 setlength
12831 \end_layout
12832
12833 \end_inset
12834
12835  which has the following scheme:
12836 \end_layout
12837
12838 \begin_layout Standard
12839
12840 \series bold
12841
12842 \backslash
12843 setlength{length name}{value}
12844 \end_layout
12845
12846 \begin_layout Standard
12847 To set 
12848 \series bold
12849
12850 \backslash
12851 mathsurround
12852 \series default
12853  to the value 5
12854 \begin_inset space \thinspace{}
12855 \end_inset
12856
12857 mm, the command
12858 \end_layout
12859
12860 \begin_layout Standard
12861
12862 \series bold
12863
12864 \backslash
12865 setlength{
12866 \backslash
12867 mathsurround}{5mm}
12868 \end_layout
12869
12870 \begin_layout Standard
12871 is inserted in \SpecialChar TeX
12872  mode.
12873  5
12874 \begin_inset space \thinspace{}
12875 \end_inset
12876
12877 mm space will now be set around all inline formulas:
12878 \begin_inset ERT
12879 status collapsed
12880
12881 \begin_layout Plain Layout
12882
12883
12884 \backslash
12885 setlength{
12886 \backslash
12887 mathsurround}{5mm}
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \end_layout
12894
12895 \begin_layout Standard
12896 This is a line with an inline formula 
12897 \begin_inset Formula $A=B$
12898 \end_inset
12899
12900  with 5
12901 \begin_inset space \thinspace{}
12902 \end_inset
12903
12904 mm surrounding space.
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 setlength{
12913 \backslash
12914 mathsurround}{0pt}
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 To return to the predefined value, 
12924 \series bold
12925
12926 \backslash
12927 mathsurround
12928 \series default
12929  is set to the value 0
12930 \begin_inset space \thinspace{}
12931 \end_inset
12932
12933 pt.
12934 \end_layout
12935
12936 \begin_layout Section
12937 Boxes and Frames
12938 \begin_inset Index idx
12939 status collapsed
12940
12941 \begin_layout Plain Layout
12942 Boxes
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \begin_inset Index idx
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952 Frames | see
12953 \begin_inset ERT
12954 status collapsed
12955
12956 \begin_layout Plain Layout
12957
12958 {
12959 \end_layout
12960
12961 \end_inset
12962
12963 Boxes
12964 \begin_inset ERT
12965 status collapsed
12966
12967 \begin_layout Plain Layout
12968
12969 }
12970 \end_layout
12971
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978
12979
12980 \end_layout
12981
12982 \begin_layout Standard
12983 Boxes for text are described in chapter 
12984 \family typewriter
12985 Boxes
12986 \family default
12987  in the 
12988 \family typewriter
12989 Embedded
12990 \begin_inset space ~
12991 \end_inset
12992
12993 Objects
12994 \family default
12995  manual.
12996 \end_layout
12997
12998 \begin_layout Subsection
12999 Boxes with Frame
13000 \begin_inset CommandInset label
13001 LatexCommand label
13002 name "subsec:Boxes-with-Frame"
13003
13004 \end_inset
13005
13006
13007 \begin_inset Index idx
13008 status collapsed
13009
13010 \begin_layout Plain Layout
13011 Boxes ! with frame
13012 \end_layout
13013
13014 \end_inset
13015
13016
13017 \end_layout
13018
13019 \begin_layout Standard
13020 It is possible to frame a formula or part of one with the commands 
13021 \series bold
13022
13023 \backslash
13024 fbox
13025 \series default
13026
13027 \begin_inset Index idx
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031 Commands ! F ! 
13032 \backslash
13033 fbox
13034 \end_layout
13035
13036 \end_inset
13037
13038  and 
13039 \series bold
13040
13041 \backslash
13042 boxed
13043 \series default
13044
13045 \begin_inset Index idx
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 Commands ! B ! 
13050 \backslash
13051 boxed
13052 \end_layout
13053
13054 \end_inset
13055
13056 .
13057 \end_layout
13058
13059 \begin_layout Standard
13060 When one of these commands is inserted in a formula, a blue box appears
13061  within a frame to enter formula parts.
13062  For 
13063 \series bold
13064
13065 \backslash
13066 fbox
13067 \series default
13068  an additional formula has to be created by 
13069 \family sans
13070 Ctrl+M
13071 \family default
13072  within this box, because the box content will otherwise be treated as mathemati
13073 cal text.
13074  When 
13075 \series bold
13076
13077 \backslash
13078 boxed
13079 \series default
13080  is used, a new formula is automatically created inside the frame.
13081 \end_layout
13082
13083 \begin_layout Standard
13084 The command 
13085 \series bold
13086
13087 \backslash
13088 fbox
13089 \series default
13090  is not suitable to frame displayed formulas because the formula will always
13091  be set in the size of the text.
13092  
13093 \series bold
13094
13095 \backslash
13096 boxed
13097 \series default
13098  is in contrary not suitable to frame inline formulas, because the formula
13099  will always be set in the size of a displayed formula.
13100 \end_layout
13101
13102 \begin_layout Standard
13103 An extension to 
13104 \series bold
13105
13106 \backslash
13107 fbox
13108 \series default
13109  is the command 
13110 \series bold
13111
13112 \backslash
13113 framebox
13114 \series default
13115
13116 \begin_inset Index idx
13117 status collapsed
13118
13119 \begin_layout Plain Layout
13120 Commands ! F ! 
13121 \backslash
13122 framebox
13123 \end_layout
13124
13125 \end_inset
13126
13127  where additionally the frame width and the alignment can be specified.
13128  
13129 \series bold
13130
13131 \backslash
13132 framebox
13133 \series default
13134  is used in the following scheme:
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 framebox[frame width][position]{box content}
13143 \end_layout
13144
13145 \begin_layout Standard
13146 The position can either be 
13147 \emph on
13148 l
13149 \emph default
13150  or 
13151 \emph on
13152 r
13153 \emph default
13154 .
13155  
13156 \emph on
13157 l
13158 \emph default
13159  left aligns, 
13160 \emph on
13161 r
13162 \emph default
13163  right aligns the formula in the box.
13164  When no position is given, the formula will be centered.
13165 \begin_inset Newline newline
13166 \end_inset
13167
13168 If no width is given, also no position can be given.
13169  In this case the frame width is adjusted to the box content like for 
13170 \series bold
13171
13172 \backslash
13173 fbox
13174 \series default
13175 .
13176 \end_layout
13177
13178 \begin_layout Standard
13179 When the command 
13180 \series bold
13181
13182 \backslash
13183 framebox
13184 \series default
13185  is inserted, a box appears containing three blue boxes.
13186  The first two boxes are surrounded by brackets and denote the two optional
13187  arguments.
13188  The third box is for formula parts like for 
13189 \series bold
13190
13191 \backslash
13192 fbox
13193 \series default
13194 .
13195 \begin_inset Separator parbreak
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 \align center
13203 \begin_inset Tabular
13204 <lyxtabular version="3" rows="5" columns="2">
13205 <features tabularvalignment="middle">
13206 <column alignment="center" valignment="top">
13207 <column alignment="center" valignment="top">
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 Command
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Result
13223 \begin_inset Note Note
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228 \series bold
13229
13230 \backslash
13231 raisebox
13232 \series default
13233  is only used as spacer.
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249
13250 \backslash
13251 fbox
13252 \begin_inset space \textvisiblespace{}
13253 \end_inset
13254
13255
13256 \family sans
13257 Ctrl+M
13258 \family default
13259  
13260 \backslash
13261 int
13262 \begin_inset space \textvisiblespace{}
13263 \end_inset
13264
13265 A=B
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 </row>
13283 <row>
13284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288
13289 \backslash
13290 boxed
13291 \begin_inset space \textvisiblespace{}
13292 \end_inset
13293
13294
13295 \backslash
13296 int
13297 \begin_inset space \textvisiblespace{}
13298 \end_inset
13299
13300 A=B
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 </row>
13318 <row>
13319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 A+
13324 \backslash
13325 fbox
13326 \begin_inset space \textvisiblespace{}
13327 \end_inset
13328
13329 B
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13339 \end_inset
13340
13341
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352
13353 \backslash
13354 framebox
13355 \begin_inset space \textvisiblespace{}
13356 \end_inset
13357
13358 20mm
13359 \begin_inset Formula $\to$
13360 \end_inset
13361
13362
13363 \begin_inset Formula $\to$
13364 \end_inset
13365
13366
13367 \family sans
13368 Ctrl+M
13369 \family default
13370  
13371 \backslash
13372 frac
13373 \begin_inset space \textvisiblespace{}
13374 \end_inset
13375
13376 A
13377 \begin_inset Formula $\downarrow$
13378 \end_inset
13379
13380 B
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 \begin_inset Formula $\raisebox{6mm}{}$
13390 \end_inset
13391
13392
13393 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13394 \end_inset
13395
13396
13397 \begin_inset Formula $\raisebox{-4mm}{}$
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 </lyxtabular>
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414 The frame thickness can also be adjusted.
13415  To do this the following commands have to be inserted in \SpecialChar TeX
13416  mode before the
13417  formula
13418 \end_layout
13419
13420 \begin_layout Standard
13421
13422 \series bold
13423
13424 \backslash
13425 fboxrule
13426 \series default
13427  
13428 \series bold
13429
13430 \begin_inset Quotes eld
13431 \end_inset
13432
13433 thickness
13434 \begin_inset Quotes erd
13435 \end_inset
13436
13437
13438 \series default
13439  
13440 \series bold
13441
13442 \backslash
13443 fboxsep
13444 \series default
13445  
13446 \series bold
13447
13448 \begin_inset Quotes eld
13449 \end_inset
13450
13451 distance
13452 \begin_inset Quotes erd
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset Quotes eld
13460 \end_inset
13461
13462 distance
13463 \begin_inset Quotes erd
13464 \end_inset
13465
13466  specifies the minimal distance between the frame and the first character
13467  in the box.
13468  An example for this is the following framed formula:
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474
13475 \backslash
13476 fboxrule 2mm 
13477 \backslash
13478 fboxsep 3mm
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \begin_inset Formula 
13485 \[
13486 \boxed{A+B=C}
13487 \]
13488
13489 \end_inset
13490
13491 Before this formula the commands
13492 \end_layout
13493
13494 \begin_layout Standard
13495
13496 \series bold
13497
13498 \backslash
13499 fboxrule
13500 \series default
13501  
13502 \series bold
13503 2mm
13504 \series default
13505  
13506 \series bold
13507
13508 \backslash
13509 fboxsep
13510 \series default
13511  
13512 \series bold
13513 3mm
13514 \end_layout
13515
13516 \begin_layout Standard
13517 were inserted in \SpecialChar TeX
13518  mode.
13519  The given values are used for all following boxes.
13520 \end_layout
13521
13522 \begin_layout Standard
13523 To return to the standard frame size, the command
13524 \end_layout
13525
13526 \begin_layout Standard
13527
13528 \series bold
13529
13530 \backslash
13531 fboxrule
13532 \series default
13533  
13534 \series bold
13535 0.4pt
13536 \series default
13537  
13538 \series bold
13539
13540 \backslash
13541 fboxsep
13542 \series default
13543  
13544 \series bold
13545 3pt
13546 \series default
13547
13548 \begin_inset ERT
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552
13553
13554 \backslash
13555 fboxrule 0.4pt 
13556 \backslash
13557 fboxsep 3pt
13558 \end_layout
13559
13560 \end_inset
13561
13562
13563 \end_layout
13564
13565 \begin_layout Standard
13566 is inserted in \SpecialChar TeX
13567  mode before the next formula.
13568 \end_layout
13569
13570 \begin_layout Subsection
13571 Boxes without Frame
13572 \begin_inset CommandInset label
13573 LatexCommand label
13574 name "subsec:Boxes-without-Frame"
13575
13576 \end_inset
13577
13578
13579 \begin_inset Index idx
13580 status collapsed
13581
13582 \begin_layout Plain Layout
13583 Boxes ! without frame
13584 \end_layout
13585
13586 \end_inset
13587
13588
13589 \end_layout
13590
13591 \begin_layout Standard
13592 For boxes without a frame there are the following box commands: 
13593 \series bold
13594
13595 \backslash
13596 mbox
13597 \series default
13598
13599 \begin_inset Index idx
13600 status collapsed
13601
13602 \begin_layout Plain Layout
13603 Commands ! M ! 
13604 \backslash
13605 mbox
13606 \end_layout
13607
13608 \end_inset
13609
13610
13611 \series bold
13612
13613 \backslash
13614 makebox
13615 \series default
13616
13617 \begin_inset Index idx
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621 Commands ! M ! 
13622 \backslash
13623 makebox
13624 \end_layout
13625
13626 \end_inset
13627
13628  and 
13629 \series bold
13630
13631 \backslash
13632 raisebox
13633 \series default
13634
13635 \begin_inset Index idx
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639 Commands ! R ! 
13640 \backslash
13641 raisebox
13642 \end_layout
13643
13644 \end_inset
13645
13646
13647 \end_layout
13648
13649 \begin_layout Standard
13650 With 
13651 \series bold
13652
13653 \backslash
13654 raisebox
13655 \series default
13656  a box can be super- or subscripted.
13657  But in contrary to normal super- and subscripting, the characters in the
13658  box keep their font size.
13659  
13660 \series bold
13661
13662 \backslash
13663 raisebox
13664 \series default
13665  is used in the following scheme:
13666 \end_layout
13667
13668 \begin_layout Standard
13669
13670 \series bold
13671
13672 \backslash
13673 raisebox{height}{box content}
13674 \end_layout
13675
13676 \begin_layout Standard
13677 When the box should contain a formula, an extra formula is needed like for
13678  
13679 \series bold
13680
13681 \backslash
13682 fbox
13683 \series default
13684 .
13685  
13686 \series medium
13687
13688 \begin_inset Note Greyedout
13689 status open
13690
13691 \begin_layout Plain Layout
13692
13693 \series bold
13694 Note:
13695 \series default
13696  For 
13697 \series bold
13698
13699 \backslash
13700 raisebox
13701 \series default
13702  this extra formula is created by pressing 
13703 \family sans
13704 Ctrl+M
13705 \family default
13706  twice instead of once because \SpecialChar LyX
13707  doesn't yet support 
13708 \series bold
13709
13710 \backslash
13711 raisebox
13712 \series default
13713  directly.
13714 \end_layout
13715
13716 \end_inset
13717
13718
13719 \series default
13720
13721 \begin_inset Separator parbreak
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \begin_layout Standard
13728 \align center
13729 \begin_inset Tabular
13730 <lyxtabular version="3" rows="4" columns="2">
13731 <features tabularvalignment="middle">
13732 <column alignment="center" valignment="top">
13733 <column alignment="center" valignment="top">
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 Command
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 Result
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 H
13760 \backslash
13761 raisebox{2mm
13762 \begin_inset Formula $\to$
13763 \end_inset
13764
13765
13766 \backslash
13767 {al
13768 \begin_inset Formula $\to$
13769 \end_inset
13770
13771  lo
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13781 \end_inset
13782
13783
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 </row>
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 H
13795 \backslash
13796 raisebox{-2mm
13797 \begin_inset Formula $\to$
13798 \end_inset
13799
13800
13801 \backslash
13802 {al
13803 \begin_inset Formula $\to$
13804 \end_inset
13805
13806 lo
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 </row>
13824 <row>
13825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 A=
13830 \backslash
13831 raisebox{-2mm
13832 \begin_inset Formula $\to$
13833 \end_inset
13834
13835
13836 \backslash
13837 {
13838 \family sans
13839 Ctrl+M
13840 \family default
13841  
13842 \family sans
13843 Ctrl+M
13844 \family default
13845  
13846 \backslash
13847 sqrt
13848 \begin_inset space \textvisiblespace{}
13849 \end_inset
13850
13851
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13861 \end_inset
13862
13863
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 </lyxtabular>
13870
13871 \end_inset
13872
13873
13874 \end_layout
13875
13876 \begin_layout Standard
13877 The command 
13878 \series bold
13879
13880 \backslash
13881 mbox
13882 \series default
13883  is equivalent to 
13884 \series bold
13885
13886 \backslash
13887 fbox
13888 \series default
13889  and 
13890 \series bold
13891
13892 \backslash
13893 makebox
13894 \series default
13895  is equivalent to 
13896 \series bold
13897
13898 \backslash
13899 framebox
13900 \series default
13901 , with the difference that there is no frame.
13902 \end_layout
13903
13904 \begin_layout Subsection
13905 Colored Boxes
13906 \begin_inset CommandInset label
13907 LatexCommand label
13908 name "subsec:Colored-Boxes"
13909
13910 \end_inset
13911
13912
13913 \begin_inset Index idx
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917 Boxes ! colored
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13927 -package 
13928 \series bold
13929 color
13930 \series default
13931
13932 \begin_inset Foot
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936 The \SpecialChar LaTeX
13937 -package 
13938 \series bold
13939 color
13940 \series default
13941  is part of every \SpecialChar LaTeX
13942  standard installation.
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \begin_inset Index idx
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952 Packages ! color
13953 \end_layout
13954
13955 \end_inset
13956
13957  has to be loaded in the \SpecialChar LaTeX
13958 -preamble with the line
13959 \begin_inset Foot
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963 When text is colored somewhere in the document with a predefined color,
13964  \SpecialChar LyX
13965  loads the \SpecialChar LaTeX
13966  package 
13967 \series bold
13968 color
13969 \series default
13970  automatically.
13971  Thus it is possible that the package is loaded twice, but this does not
13972  cause problems.
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \begin_inset Note Note
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13983 -preamble.
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \begin_layout Standard
13992
13993 \series bold
13994
13995 \backslash
13996 usepackage{color}
13997 \end_layout
13998
13999 \begin_layout Standard
14000 \begin_inset VSpace medskip
14001 \end_inset
14002
14003 To color boxes, the command 
14004 \series bold
14005
14006 \backslash
14007 colorbox
14008 \series default
14009
14010 \begin_inset Index idx
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014 Commands ! C ! 
14015 \backslash
14016 colorbox
14017 \end_layout
14018
14019 \end_inset
14020
14021  is used in the following scheme:
14022 \end_layout
14023
14024 \begin_layout Standard
14025
14026 \series bold
14027
14028 \backslash
14029 colorbox{color}{box content}
14030 \end_layout
14031
14032 \begin_layout Standard
14033 The box content can also be a box and a 
14034 \series bold
14035
14036 \backslash
14037 colorbox
14038 \series default
14039  can also be part of another box (see the 2nd and 3rd example).
14040  When the box should contain a formula, an extra formula has to be created,
14041  the same way as for 
14042 \series bold
14043
14044 \backslash
14045 raisebox
14046 \series default
14047 .
14048 \begin_inset Foot
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 This also applies for the command 
14053 \series bold
14054
14055 \backslash
14056 fcolorbox
14057 \series default
14058 .
14059 \end_layout
14060
14061 \end_inset
14062
14063
14064 \end_layout
14065
14066 \begin_layout Standard
14067 One of the following predefined colors can be chosen:
14068 \end_layout
14069
14070 \begin_layout Standard
14071
14072 \series bold
14073 black
14074 \series default
14075
14076 \series bold
14077 blue
14078 \series default
14079
14080 \series bold
14081 cyan
14082 \series default
14083
14084 \series bold
14085 green
14086 \series default
14087
14088 \series bold
14089 magenta
14090 \series default
14091
14092 \series bold
14093 red
14094 \series default
14095
14096 \series bold
14097 white
14098 \series default
14099  and 
14100 \series bold
14101 yellow
14102 \series default
14103
14104 \begin_inset Separator parbreak
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \begin_layout Standard
14111 \align center
14112 \begin_inset Tabular
14113 <lyxtabular version="3" rows="4" columns="2">
14114 <features tabularvalignment="middle">
14115 <column alignment="center" valignment="top">
14116 <column alignment="center" valignment="top">
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 Command
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 Result
14132 \begin_inset Note Note
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136
14137 \series bold
14138
14139 \backslash
14140 raisebox
14141 \series default
14142  is only used as spacer.
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158
14159 \backslash
14160 colorbox{yellow
14161 \begin_inset Formula $\to$
14162 \end_inset
14163
14164
14165 \backslash
14166 {A=B
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189
14190 \backslash
14191 colorbox{green
14192 \begin_inset Formula $\to$
14193 \end_inset
14194
14195
14196 \backslash
14197 {
14198 \backslash
14199 fbox
14200 \begin_inset space \textvisiblespace{}
14201 \end_inset
14202
14203 A=B
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 <row>
14222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226
14227 \backslash
14228 fbox
14229 \begin_inset space \textvisiblespace{}
14230 \end_inset
14231
14232
14233 \backslash
14234 colorbox{green
14235 \begin_inset Formula $\to$
14236 \end_inset
14237
14238
14239 \backslash
14240 {
14241 \family sans
14242 Ctrl+M
14243 \family default
14244  
14245 \family sans
14246 Ctrl+M
14247 \family default
14248  
14249 \backslash
14250 int
14251 \begin_inset space \textvisiblespace{}
14252 \end_inset
14253
14254 C=D
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 </lyxtabular>
14273
14274 \end_inset
14275
14276
14277 \end_layout
14278
14279 \begin_layout Standard
14280
14281 \series bold
14282
14283 \backslash
14284 colorbox
14285 \series default
14286  only colors the box but not the characters in the box.
14287  To color all characters, the whole formula is highlighted and the desired
14288  color is chosen in the 
14289 \family sans
14290 Text
14291 \begin_inset space ~
14292 \end_inset
14293
14294 Style
14295 \family default
14296  dialog.
14297  The dialog can be called with the toolbar button 
14298 \begin_inset Info
14299 type  "icon"
14300 arg   "dialog-show character"
14301 \end_inset
14302
14303  or the menu 
14304 \family sans
14305 Edit\SpecialChar menuseparator
14306 Text
14307 \begin_inset space ~
14308 \end_inset
14309
14310 Style\SpecialChar menuseparator
14311 Customized
14312 \family default
14313 .
14314  The formula number then has the same color as the formula.
14315  When the formula number should get another color than the formula characters,
14316  the color must be changed within the formula.
14317 \end_layout
14318
14319 \begin_layout Standard
14320 An example:
14321 \end_layout
14322
14323 \begin_layout Standard
14324
14325 \color red
14326 \begin_inset Formula 
14327 \begin{equation}
14328 \int A=B\label{eq:red}
14329 \end{equation}
14330
14331 \end_inset
14332
14333
14334 \color green
14335
14336 \begin_inset Formula 
14337 \begin{equation}
14338 \textcolor{red}{\int A=B}\label{eq:redgreen}
14339 \end{equation}
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Formula 
14348 \begin_inset CommandInset ref
14349 LatexCommand eqref
14350 reference "eq:red"
14351
14352 \end_inset
14353
14354  is completely colored red.
14355 \begin_inset Newline newline
14356 \end_inset
14357
14358 Formula 
14359 \begin_inset CommandInset ref
14360 LatexCommand eqref
14361 reference "eq:redgreen"
14362
14363 \end_inset
14364
14365  was first completely colored green to set the color for the formula number.
14366  Subsequently the formula characters were colored red.
14367 \end_layout
14368
14369 \begin_layout Standard
14370 \begin_inset VSpace bigskip
14371 \end_inset
14372
14373 To color the frame different than the rest of the box, the command 
14374 \series bold
14375
14376 \backslash
14377 fcolorbox
14378 \series default
14379
14380 \begin_inset Index idx
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384 Commands ! F ! 
14385 \backslash
14386 fcolorbox
14387 \end_layout
14388
14389 \end_inset
14390
14391  is used in the following scheme:
14392 \end_layout
14393
14394 \begin_layout Standard
14395
14396 \series bold
14397
14398 \backslash
14399 fcolorbox{frame color}{color}{box content}
14400 \end_layout
14401
14402 \begin_layout Standard
14403 So 
14404 \series bold
14405
14406 \backslash
14407 fcolorbox
14408 \series default
14409  is an extension of the command 
14410 \series bold
14411
14412 \backslash
14413 colorbox
14414 \series default
14415 .
14416  The frame width is set, like for 
14417 \series bold
14418
14419 \backslash
14420 framebox
14421 \series default
14422 , with 
14423 \series bold
14424
14425 \backslash
14426 fboxrule
14427 \series default
14428  and 
14429 \series bold
14430
14431 \backslash
14432 fboxsep
14433 \series default
14434 .
14435  An example:
14436 \begin_inset ERT
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440
14441
14442 \backslash
14443 fboxrule 1mm 
14444 \backslash
14445 fboxsep 1mm
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \begin_inset Formula 
14452 \[
14453 \fcolorbox{cyan}{magenta}{A=B}
14454 \]
14455
14456 \end_inset
14457
14458
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464
14465 \backslash
14466 fboxrule 0.4pt 
14467 \backslash
14468 fboxsep 3pt
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \begin_layout Standard
14477 This formula was created with the command
14478 \begin_inset Newline newline
14479 \end_inset
14480
14481
14482 \series bold
14483
14484 \backslash
14485 fcolorbox{cyan
14486 \begin_inset Formula $\to$
14487 \end_inset
14488
14489
14490 \backslash
14491 {magenta
14492 \begin_inset Formula $\to$
14493 \end_inset
14494
14495
14496 \backslash
14497 {A=B
14498 \series default
14499 .
14500 \end_layout
14501
14502 \begin_layout Standard
14503 \begin_inset VSpace bigskip
14504 \end_inset
14505
14506 To use other colors than the predefined ones, they have to be defined first.
14507 \end_layout
14508
14509 \begin_layout Standard
14510 One can for example define the color 
14511 \begin_inset Quotes eld
14512 \end_inset
14513
14514
14515 \series bold
14516 darkgreen
14517 \series default
14518
14519 \begin_inset Quotes erd
14520 \end_inset
14521
14522  with the \SpecialChar LaTeX
14523 -preamble line:
14524 \end_layout
14525
14526 \begin_layout Standard
14527
14528 \series bold
14529
14530 \backslash
14531 definecolor{darkgreen}{cmyk}{0.5,
14532 \series default
14533  
14534 \series bold
14535 0,
14536 \series default
14537  
14538 \series bold
14539 1,
14540 \series default
14541  
14542 \series bold
14543 0.5}
14544 \series default
14545
14546 \begin_inset Index idx
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550 Commands ! D ! 
14551 \backslash
14552 definecolor
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561
14562 \series bold
14563 cmyk
14564 \series default
14565  is the color space that denotes the colors 
14566 \series bold
14567 cyan
14568 \series default
14569
14570 \series bold
14571 magenta
14572 \series default
14573
14574 \series bold
14575 yellow
14576 \series default
14577  and 
14578 \series bold
14579 black
14580 \series default
14581 .
14582  The four comma separated numbers are the portion factor for the corresponding
14583  colors of the color space.
14584  The factors can be in the range of 0
14585 \begin_inset space \thinspace{}
14586 \end_inset
14587
14588 -
14589 \begin_inset space \thinspace{}
14590 \end_inset
14591
14592 1.
14593  Instead of 
14594 \series bold
14595 cmyk
14596 \series default
14597  also the color space 
14598 \series bold
14599 rgb
14600 \series default
14601  can be used for definitions.
14602  
14603 \series bold
14604 rgb
14605 \series default
14606  denotes 
14607 \series bold
14608 red
14609 \series default
14610
14611 \series bold
14612 green
14613 \series default
14614  and 
14615 \series bold
14616 blue
14617 \series default
14618 , so that there are in this case three portion factors for the corresponding
14619  colors.
14620  Furthermore there is the color space 
14621 \series bold
14622 gray
14623 \series default
14624  with one portion factor for the gray value.
14625 \end_layout
14626
14627 \begin_layout Standard
14628 As example a framed box with the new defined color 
14629 \series bold
14630 darkgreen
14631 \series default
14632  where the characters have been colored 
14633 \series bold
14634 yellow
14635 \series default
14636 :
14637 \begin_inset Formula 
14638 \begin{equation}
14639 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14640 \end{equation}
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 Self-defined colors can also be used for text with the help of the command
14649  
14650 \series bold
14651
14652 \backslash
14653 textcolor
14654 \series default
14655 :
14656 \begin_inset Index idx
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 Text ! colored
14661 \end_layout
14662
14663 \end_inset
14664
14665
14666 \end_layout
14667
14668 \begin_layout Standard
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674
14675 \backslash
14676 textcolor{darkgreen}{
14677 \end_layout
14678
14679 \end_inset
14680
14681 This sentence is 
14682 \begin_inset Quotes eld
14683 \end_inset
14684
14685 darkgreen
14686 \begin_inset Quotes erd
14687 \end_inset
14688
14689 .
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694
14695 }
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \begin_layout Standard
14704
14705 \series bold
14706
14707 \backslash
14708 textcolor
14709 \series default
14710
14711 \begin_inset Index idx
14712 status collapsed
14713
14714 \begin_layout Plain Layout
14715 Commands ! T ! 
14716 \backslash
14717 textcolor
14718 \end_layout
14719
14720 \end_inset
14721
14722  is used in the scheme 
14723 \series bold
14724
14725 \backslash
14726 textcolor{color}{characters to color}
14727 \series default
14728 .
14729 \end_layout
14730
14731 \begin_layout Subsection
14732 Paragraph Boxes
14733 \begin_inset CommandInset label
14734 LatexCommand label
14735 name "subsec:Paragraph-Boxes"
14736
14737 \end_inset
14738
14739
14740 \begin_inset Index idx
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744 Boxes ! as paragraph
14745 \end_layout
14746
14747 \end_inset
14748
14749
14750 \end_layout
14751
14752 \begin_layout Standard
14753 A box that can contain several lines and paragraphs, a so-called paragraph
14754  box (parbox), can be created with the menu 
14755 \family sans
14756 Insert\SpecialChar menuseparator
14757 Box
14758 \family default
14759  or the toolbar button 
14760 \begin_inset Info
14761 type  "icon"
14762 arg   "box-insert"
14763 \end_inset
14764
14765 .
14766 \end_layout
14767
14768 \begin_layout Standard
14769 The following example shows a framed parbox in a line:
14770 \end_layout
14771
14772 \begin_layout Standard
14773 \begin_inset VSpace medskip
14774 \end_inset
14775
14776 This is a line 
14777 \begin_inset Box Boxed
14778 position "c"
14779 hor_pos "c"
14780 has_inner_box 1
14781 inner_pos "t"
14782 use_parbox 1
14783 use_makebox 0
14784 width "5cm"
14785 special "none"
14786 height "1in"
14787 height_special "totalheight"
14788 thickness "0.4pt"
14789 separation "3pt"
14790 shadowsize "4pt"
14791 framecolor "black"
14792 backgroundcolor "none"
14793 status open
14794
14795 \begin_layout Plain Layout
14796 This is a paragraph box.
14797  It is exactly 5
14798 \begin_inset space \thinspace{}
14799 \end_inset
14800
14801 cm long and can also contain formulas: 
14802 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \end_inset
14809
14810  with a parbox.
14811 \end_layout
14812
14813 \begin_layout Standard
14814 \begin_inset VSpace medskip
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Standard
14821 Such a box is created by right-clicking on the gray box inset.
14822  A dialog pops up showing the box properties.
14823  In our case set: 
14824 \emph on
14825 Decoration
14826 \emph default
14827 : Rectangular box, 
14828 \emph on
14829 Inner Box
14830 \emph default
14831 : Parbox, 
14832 \emph on
14833 Width
14834 \emph default
14835 : 5
14836 \begin_inset space \thinspace{}
14837 \end_inset
14838
14839 cm, 
14840 \emph on
14841 Vertical Box Alignment
14842 \emph default
14843 : Middle
14844 \end_layout
14845
14846 \begin_layout Standard
14847 \begin_inset VSpace medskip
14848 \end_inset
14849
14850 In \SpecialChar LaTeX
14851  a parbox is created with the command 
14852 \series bold
14853
14854 \backslash
14855 parbox
14856 \series default
14857
14858 \begin_inset Index idx
14859 status collapsed
14860
14861 \begin_layout Plain Layout
14862 Commands ! P ! 
14863 \backslash
14864 parbox
14865 \end_layout
14866
14867 \end_inset
14868
14869  which has the following scheme:
14870 \end_layout
14871
14872 \begin_layout Standard
14873
14874 \series bold
14875
14876 \backslash
14877 parbox[position]{width}{box content}
14878 \end_layout
14879
14880 \begin_layout Standard
14881 The positions 
14882 \emph on
14883 b
14884 \emph default
14885  and 
14886 \emph on
14887 t
14888 \emph default
14889  are possible.
14890  
14891 \emph on
14892 b
14893 \emph default
14894  for 
14895 \begin_inset Quotes eld
14896 \end_inset
14897
14898 bottom
14899 \begin_inset Quotes erd
14900 \end_inset
14901
14902  means that the box is aligned within the surrounding text with its last
14903  line.
14904  With 
14905 \emph on
14906 t
14907 \emph default
14908  for 
14909 \begin_inset Quotes eld
14910 \end_inset
14911
14912 top
14913 \begin_inset Quotes erd
14914 \end_inset
14915
14916  this is done with the first line.
14917  When no position is given, the box will be vertically centered, see section
14918  
14919 \emph on
14920 Boxes
14921 \emph default
14922  of the 
14923 \emph on
14924 Embedded
14925 \begin_inset space ~
14926 \end_inset
14927
14928 Objects
14929 \emph default
14930  manual for examples.
14931 \end_layout
14932
14933 \begin_layout Standard
14934 \begin_inset VSpace bigskip
14935 \end_inset
14936
14937 To frame formulas completely, including the formula number, the formula
14938  must be set into a parbox.
14939  To do this, the command 
14940 \series bold
14941
14942 \backslash
14943 fbox{
14944 \backslash
14945 parbox{
14946 \backslash
14947 linewidth-2
14948 \backslash
14949 fboxsep-2
14950 \backslash
14951 fboxrule}{
14952 \series default
14953  is inserted in \SpecialChar TeX
14954  mode before the formula.
14955  
14956 \series bold
14957
14958 \backslash
14959 linewidth
14960 \series default
14961
14962 \begin_inset Index idx
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966 Commands ! L ! 
14967 \backslash
14968 linewidth
14969 \end_layout
14970
14971 \end_inset
14972
14973  is hereby the line width set for the document.
14974  Because the frame is outside the parbox, 2
14975 \begin_inset space \thinspace{}
14976 \end_inset
14977
14978 times the frame separation and the frame thickness must be subtracted from
14979  the line width.
14980  As this is not automatically done by \SpecialChar LyX
14981  due to a bug
14982 \begin_inset Foot
14983 status collapsed
14984
14985 \begin_layout Plain Layout
14986 \begin_inset CommandInset href
14987 LatexCommand href
14988 name "LyX-bug #4483"
14989 target "http://www.lyx.org/trac/ticket/4483"
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \end_inset
14997
14998 , \SpecialChar TeX
14999  mode has to be used.
15000  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
15001 -package 
15002 \series bold
15003 calc
15004 \series default
15005
15006 \begin_inset Foot
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010
15011 \series bold
15012 calc
15013 \series default
15014  is part of every \SpecialChar LaTeX
15015  standard installation.
15016 \end_layout
15017
15018 \end_inset
15019
15020
15021 \begin_inset Index idx
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025 Packages ! calc
15026 \end_layout
15027
15028 \end_inset
15029
15030  must be loaded in the \SpecialChar LaTeX
15031 -preamble with the line
15032 \end_layout
15033
15034 \begin_layout Standard
15035
15036 \series bold
15037
15038 \backslash
15039 usepackage{calc}
15040 \end_layout
15041
15042 \begin_layout Standard
15043 Behind the formula both boxes are closed by entering 
15044 \series bold
15045 }}
15046 \series default
15047  in \SpecialChar TeX
15048  mode.
15049  Here is an example:
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055
15056 \backslash
15057 fboxsep 5mm 
15058 \backslash
15059 fboxrule 5mm
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset ERT
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072
15073
15074 \backslash
15075 fbox{
15076 \backslash
15077 parbox{
15078 \backslash
15079 linewidth-2
15080 \backslash
15081 fboxsep-2
15082 \backslash
15083 fboxrule}{
15084 \end_layout
15085
15086 \end_inset
15087
15088
15089 \begin_inset Formula 
15090 \begin{equation}
15091 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
15092 \end{equation}
15093
15094 \end_inset
15095
15096
15097 \begin_inset ERT
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101
15102 }}
15103 \end_layout
15104
15105 \end_inset
15106
15107
15108 \begin_inset ERT
15109 status collapsed
15110
15111 \begin_layout Plain Layout
15112
15113
15114 \backslash
15115 fboxrule 0.4pt 
15116 \backslash
15117 fboxsep 3pt
15118 \end_layout
15119
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \begin_layout Standard
15126 \begin_inset VSpace medskip
15127 \end_inset
15128
15129 As a parbox is used as the argument of 
15130 \series bold
15131
15132 \backslash
15133 fbox
15134 \series default
15135 , there is in this case no difference between 
15136 \series bold
15137
15138 \backslash
15139 fbox
15140 \series default
15141  and 
15142 \series bold
15143
15144 \backslash
15145 boxed
15146 \series default
15147 .
15148 \end_layout
15149
15150 \begin_layout Standard
15151 \begin_inset VSpace bigskip
15152 \end_inset
15153
15154 Paragraph boxes are very useful to comment formulas directly.
15155  To do this, 
15156 \series bold
15157
15158 \backslash
15159 parbox
15160 \series default
15161  is used in combination with the command 
15162 \series bold
15163
15164 \backslash
15165 tag
15166 \series default
15167 .
15168  (more about 
15169 \series bold
15170
15171 \backslash
15172 tag
15173 \series default
15174  see 
15175 \begin_inset CommandInset ref
15176 LatexCommand ref
15177 reference "subsec:User-defined-Numbering"
15178
15179 \end_inset
15180
15181 )
15182 \end_layout
15183
15184 \begin_layout Standard
15185 An example of a formula commented with 
15186 \series bold
15187
15188 \backslash
15189 parbox
15190 \series default
15191 :
15192 \end_layout
15193
15194 \begin_layout Standard
15195 \begin_inset ERT
15196 status collapsed
15197
15198 \begin_layout Plain Layout
15199
15200
15201 \backslash
15202 [5x-7b=3b
15203 \backslash
15204 tag*{
15205 \backslash
15206 parbox{5cm}{
15207 \end_layout
15208
15209 \end_inset
15210
15211 This is a description.
15212  It is distinctly separated from the formula and multiline.
15213 \begin_inset ERT
15214 status collapsed
15215
15216 \begin_layout Plain Layout
15217
15218 }}
15219 \backslash
15220 ]
15221 \end_layout
15222
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \begin_layout Standard
15229 Such a formula must be inserted completely in \SpecialChar TeX
15230  mode because \SpecialChar LyX
15231  does not yet
15232  support the command 
15233 \series bold
15234
15235 \backslash
15236 parbox
15237 \series default
15238  in formulas.
15239  The formula is created with the following command sequence:
15240 \end_layout
15241
15242 \begin_layout Standard
15243 The command 
15244 \series bold
15245
15246 \backslash
15247 [5x-7b=3b
15248 \backslash
15249 tag*
15250 \backslash
15251 {
15252 \backslash
15253 parbox{5cm}{
15254 \series default
15255  is inserted in \SpecialChar TeX
15256  mode.
15257 \begin_inset Foot
15258 status collapsed
15259
15260 \begin_layout Plain Layout
15261 When the formula style 
15262 \series bold
15263 Indented
15264 \series default
15265  is used, 
15266 \series bold
15267
15268 \backslash
15269 tag*
15270 \backslash
15271 {
15272 \series default
15273  can also be replaced by 
15274 \series bold
15275
15276 \backslash
15277 hfill
15278 \series default
15279 .
15280  (formula styles see 
15281 \begin_inset CommandInset ref
15282 LatexCommand ref
15283 reference "sec:Formula-Styles"
15284
15285 \end_inset
15286
15287 )
15288 \end_layout
15289
15290 \end_inset
15291
15292  Then the description follows as normal text and finally 
15293 \series bold
15294 }}
15295 \backslash
15296 ]
15297 \series default
15298  is inserted in \SpecialChar TeX
15299  mode.
15300  The commands 
15301 \series bold
15302
15303 \backslash
15304 [
15305 \series default
15306  and 
15307 \series bold
15308
15309 \backslash
15310 ]
15311 \series default
15312  hereby create a displayed formula.
15313 \end_layout
15314
15315 \begin_layout Standard
15316 The advantages of 
15317 \series bold
15318
15319 \backslash
15320 parbox
15321 \series default
15322  can be seen in this example that was 
15323 \begin_inset Quotes eld
15324 \end_inset
15325
15326 commented
15327 \begin_inset Quotes erd
15328 \end_inset
15329
15330  using the mathematical textmode:
15331 \begin_inset Formula 
15332 \[
15333 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15334 \]
15335
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \begin_layout Section
15342 Operators
15343 \begin_inset Index idx
15344 status collapsed
15345
15346 \begin_layout Plain Layout
15347 Operators
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \end_layout
15354
15355 \begin_layout Subsection
15356 Big Operators
15357 \begin_inset CommandInset label
15358 LatexCommand label
15359 name "subsec:Big-Operators"
15360
15361 \end_inset
15362
15363
15364 \begin_inset Index idx
15365 status collapsed
15366
15367 \begin_layout Plain Layout
15368 Operators ! big
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \begin_inset Index idx
15375 status collapsed
15376
15377 \begin_layout Plain Layout
15378 Sums
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \begin_inset Index idx
15385 status collapsed
15386
15387 \begin_layout Plain Layout
15388 Integrals
15389 \end_layout
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \begin_layout Standard
15397 To be able to use all integral operators listed here, the option 
15398 \family sans
15399 Use esint package automatically
15400 \family default
15401  must be set in the document settings under 
15402 \family sans
15403 Math
15404 \begin_inset space ~
15405 \end_inset
15406
15407 Options
15408 \family default
15409 .
15410 \end_layout
15411
15412 \begin_layout Standard
15413 \begin_inset space \hfill{}
15414 \end_inset
15415
15416
15417 \begin_inset Tabular
15418 <lyxtabular version="3" rows="11" columns="2">
15419 <features tabularvalignment="middle">
15420 <column alignment="center" valignment="top" width="0pt">
15421 <column alignment="center" valignment="top" width="0pt">
15422 <row>
15423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427 Command
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 Result
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 int
15450 \begin_inset Index idx
15451 status collapsed
15452
15453 \begin_layout Plain Layout
15454 Commands ! I ! 
15455 \backslash
15456 int
15457 \end_layout
15458
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 \begin_inset Formula $\int$
15471 \end_inset
15472
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 </row>
15479 <row>
15480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \backslash
15486 oint
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Formula $\oint$
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 <row>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \backslash
15511 ointctrclockwise
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520 \begin_inset Formula $\ointctrclockwise$
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 </row>
15529 <row>
15530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \backslash
15536 ointclockwise
15537 \end_layout
15538
15539 \end_inset
15540 </cell>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545 \begin_inset Formula $\ointclockwise$
15546 \end_inset
15547
15548
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 </row>
15554 <row>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \backslash
15561 sqint
15562 \end_layout
15563
15564 \end_inset
15565 </cell>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570 \begin_inset Formula $\sqint$
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 </row>
15579 <row>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \backslash
15586 fint
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595  
15596 \begin_inset Formula $\fint$
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \backslash
15612 landupint
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621  
15622 \begin_inset Formula $\landupint$
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 </row>
15631 <row>
15632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636
15637 \backslash
15638 landdownint
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647  
15648 \begin_inset Formula $\landdownint$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 bigcap
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\bigcap$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 bigcup
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\bigcup$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 </lyxtabular>
15708
15709 \end_inset
15710
15711
15712 \begin_inset space \hfill{}
15713 \end_inset
15714
15715
15716 \begin_inset Tabular
15717 <lyxtabular version="3" rows="11" columns="2">
15718 <features tabularvalignment="middle">
15719 <column alignment="center" valignment="top" width="0pt">
15720 <column alignment="center" valignment="top" width="0pt">
15721 <row>
15722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726 Command
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 Result
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 </row>
15741 <row>
15742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15743 \begin_inset Text
15744
15745 \begin_layout Plain Layout
15746
15747 \backslash
15748 sum
15749 \begin_inset Index idx
15750 status collapsed
15751
15752 \begin_layout Plain Layout
15753 Commands ! S ! 
15754 \backslash
15755 sum
15756 \end_layout
15757
15758 \end_inset
15759
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 \begin_inset Formula $\sum$
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 prod
15786 \begin_inset Index idx
15787 status collapsed
15788
15789 \begin_layout Plain Layout
15790 Commands ! P ! 
15791 \backslash
15792 prod
15793 \begin_inset ERT
15794 status collapsed
15795
15796 \begin_layout Plain Layout
15797
15798
15799 \backslash
15800 vspace{4mm}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\prod$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 coprod
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\coprod$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \backslash
15860 bigodot
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\bigodot$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 bigotimes
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\bigotimes$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \backslash
15910 bigoplus
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset Formula $\bigoplus$
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 bigwedge
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\bigwedge$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \backslash
15960 bigvee
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Formula $\bigvee$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \backslash
15985 bigsqcup
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Formula $\bigsqcup$
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \backslash
16010 biguplus
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 \begin_inset Formula $\biguplus$
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 </lyxtabular>
16029
16030 \end_inset
16031
16032
16033 \begin_inset space \hfill{}
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \begin_layout Standard
16040 All big operators can also be inserted via the math toolbar button 
16041 \begin_inset Info
16042 type  "icon"
16043 arg   "math-insert \\intop"
16044 \end_inset
16045
16046 .
16047 \end_layout
16048
16049 \begin_layout Standard
16050 The operators are called big because they are bigger than the sometimes
16051  equal looking binary operators.
16052  All big operators can have limits as described in the next subsection.
16053 \end_layout
16054
16055 \begin_layout Standard
16056 For all integral operators there is a second version available, ending in
16057  
16058 \series bold
16059 op
16060 \series default
16061
16062 \series bold
16063
16064 \backslash
16065 intop
16066 \series default
16067
16068 \series bold
16069
16070 \backslash
16071 ointop
16072 \series default
16073  etc..
16074  These operators are different from 
16075 \series bold
16076
16077 \backslash
16078 int
16079 \series default
16080  etc.
16081 \begin_inset space \space{}
16082 \end_inset
16083
16084 in the style the operator limits are displayed, see 
16085 \begin_inset CommandInset ref
16086 LatexCommand ref
16087 reference "subsec:Operator-Limits"
16088
16089 \end_inset
16090
16091 .
16092  
16093 \end_layout
16094
16095 \begin_layout Subsubsection*
16096 Advice for Integrals
16097 \end_layout
16098
16099 \begin_layout Standard
16100 The letter 
16101 \emph on
16102 d
16103 \emph default
16104  in an integral is an operator, that therefore has to be set upright.
16105  This is done by highlighting the 
16106 \emph on
16107 d
16108 \emph default
16109  and using the keyboard shortcut 
16110 \begin_inset Info
16111 type  "shortcut"
16112 arg   "font-roman"
16113 \end_inset
16114
16115
16116 \begin_inset Foot
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120 Font styles
16121 \series bold
16122  
16123 \series default
16124 see 
16125 \begin_inset CommandInset ref
16126 LatexCommand ref
16127 reference "subsec:Font-Styles"
16128
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135
16136 .
16137  Finally the smallest space is inserted before the 
16138 \emph on
16139 d
16140 \emph default
16141 , as this is usual for operators.
16142  An example:
16143 \end_layout
16144
16145 \begin_layout Standard
16146 incorrect: 
16147 \begin_inset Formula $\int A(x)dx$
16148 \end_inset
16149
16150
16151 \begin_inset Newline newline
16152 \end_inset
16153
16154
16155 \begin_inset Phantom HPhantom
16156 status open
16157
16158 \begin_layout Plain Layout
16159 in
16160 \end_layout
16161
16162 \end_inset
16163
16164 correct: 
16165 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \begin_layout Standard
16172 For multiple integrals there are the following commands:
16173 \begin_inset VSpace medskip
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \begin_layout Standard
16180 \begin_inset space \hfill{}
16181 \end_inset
16182
16183
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="4" columns="2">
16186 <features tabularvalignment="middle">
16187 <column alignment="center" valignment="top">
16188 <column alignment="center" valignment="top">
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 Command
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 Result
16204 \begin_inset Note Note
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208
16209 \series bold
16210
16211 \backslash
16212 raisebox
16213 \series default
16214  is only used as spacer.
16215 \end_layout
16216
16217 \end_inset
16218
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 </row>
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230
16231 \backslash
16232 iint
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 <row>
16251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255
16256 \backslash
16257 oiint
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280
16281 \backslash
16282 sqiint
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16288 \begin_inset Text
16289
16290 \begin_layout Plain Layout
16291 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 </lyxtabular>
16301
16302 \end_inset
16303
16304
16305 \begin_inset space \hfill{}
16306 \end_inset
16307
16308
16309 \begin_inset Tabular
16310 <lyxtabular version="3" rows="4" columns="2">
16311 <features tabularvalignment="middle">
16312 <column alignment="center" valignment="top">
16313 <column alignment="center" valignment="top">
16314 <row>
16315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 Command
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 Result
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339
16340 \backslash
16341 iiint
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364
16365 \backslash
16366 iiiint
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16372 \begin_inset Text
16373
16374 \begin_layout Plain Layout
16375 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 </row>
16384 <row>
16385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389
16390 \backslash
16391 dotsint
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16401 \end_inset
16402
16403
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 </lyxtabular>
16410
16411 \end_inset
16412
16413
16414 \begin_inset space \hfill{}
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Subsection
16421 Operator Limits
16422 \begin_inset CommandInset label
16423 LatexCommand label
16424 name "subsec:Operator-Limits"
16425
16426 \end_inset
16427
16428
16429 \begin_inset Index idx
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433 Operators ! Limits
16434 \end_layout
16435
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \begin_layout Standard
16442 Limits are created by super- and subscripts:
16443 \begin_inset Separator parbreak
16444 \end_inset
16445
16446
16447 \end_layout
16448
16449 \begin_layout Standard
16450 \align center
16451 \begin_inset Tabular
16452 <lyxtabular version="3" rows="2" columns="2">
16453 <features tabularvalignment="middle">
16454 <column alignment="center" valignment="top" width="0pt">
16455 <column alignment="center" valignment="top" width="0pt">
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 Command
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 Result
16471 \begin_inset Note Note
16472 status collapsed
16473
16474 \begin_layout Plain Layout
16475
16476 \series bold
16477
16478 \backslash
16479 raisebox
16480 \series default
16481  is only used as spacer.
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497
16498 \backslash
16499 prod^
16500 \backslash
16501 infty
16502 \begin_inset space \textvisiblespace{}
16503 \end_inset
16504
16505
16506 \begin_inset Formula $\to$
16507 \end_inset
16508
16509 _0
16510 \begin_inset Formula $\to$
16511 \end_inset
16512
16513 A(x)
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 </lyxtabular>
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 Limits of inline formulas are set right beside the operator.
16540  Limits in displayed formulas are set above or below the operator, except
16541  for integral limits.
16542 \end_layout
16543
16544 \begin_layout Standard
16545 To force that the limits are set beside the operator, the cursor is set
16546  directly behind the operator and the limits type is changed with the menu
16547  
16548 \family sans
16549 Edit\SpecialChar menuseparator
16550 Math\SpecialChar menuseparator
16551 Change Limits Type
16552 \family default
16553  to 
16554 \family sans
16555 \series bold
16556 Inline
16557 \family default
16558 \series default
16559  (shortcut 
16560 \begin_inset Info
16561 type  "shortcut"
16562 arg   "math-limits"
16563 \end_inset
16564
16565 ).
16566  An example:
16567 \end_layout
16568
16569 \begin_layout Standard
16570 The default limits type is this:
16571 \begin_inset Formula 
16572 \[
16573 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16574 \]
16575
16576 \end_inset
16577
16578 This is how it looks when the limits type was changed to 
16579 \family sans
16580 \series bold
16581 Inline
16582 \family default
16583 \series default
16584 :
16585 \begin_inset Formula 
16586 \[
16587 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16588 \]
16589
16590 \end_inset
16591
16592 For integrals, except those ending with 
16593 \series bold
16594 op
16595 \series default
16596  like 
16597 \series bold
16598
16599 \backslash
16600 intop
16601 \series default
16602
16603 \series bold
16604
16605 \backslash
16606 ointop
16607 \series default
16608  etc., the limits are by default set beside the operator.
16609  But for multiple integrals the limits are often set below the operator.
16610  In the following example the limits type was therefore set to 
16611 \series bold
16612 Display
16613 \series default
16614  and so set below the integrals:
16615 \begin_inset Formula 
16616 \begin{equation}
16617 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16618 \end{equation}
16619
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \begin_layout Standard
16626 \begin_inset VSpace medskip
16627 \end_inset
16628
16629 To specify conditions for limits, the commands 
16630 \series bold
16631
16632 \backslash
16633 subarray
16634 \series default
16635
16636 \begin_inset Index idx
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640 Commands ! S ! 
16641 \backslash
16642 subarray
16643 \end_layout
16644
16645 \end_inset
16646
16647  and 
16648 \series bold
16649
16650 \backslash
16651 substack
16652 \series default
16653
16654 \begin_inset Index idx
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658 Commands ! S ! 
16659 \backslash
16660 substack
16661 \end_layout
16662
16663 \end_inset
16664
16665  are used.
16666  To create for example this expression 
16667 \begin_inset Formula 
16668 \begin{equation}
16669 \sum_{\begin{subarray}{c}
16670 0<k<1000\\
16671 \\
16672 k\,\in\,\mathbb{N}
16673 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16674 \end{equation}
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \begin_layout Standard
16682 the following has to be done:
16683 \begin_inset Newline newline
16684 \end_inset
16685
16686 First the command 
16687 \series bold
16688
16689 \backslash
16690 sum
16691 \series default
16692 ^
16693 \series bold
16694 n
16695 \begin_inset space \textvisiblespace{}
16696 \end_inset
16697
16698 _
16699 \series default
16700  is typed in.
16701  One is now in a blue box under the summation operator and insert there
16702  the command 
16703 \series bold
16704
16705 \backslash
16706 subarray
16707 \begin_inset space \textvisiblespace{}
16708 \end_inset
16709
16710
16711 \series default
16712 .
16713  The blue box is now within a purple box and now several lines can be written
16714  among each other.
16715  A new line is created by inserting a line break (
16716 \begin_inset Info
16717 type  "shortcut"
16718 arg   "newline-insert newline"
16719 \end_inset
16720
16721 ).
16722  When now
16723 \begin_inset Newline newline
16724 \end_inset
16725
16726
16727 \series bold
16728 0<k<1000 Ctrl+Return
16729 \begin_inset Newline newline
16730 \end_inset
16731
16732
16733 \series default
16734 is typed in, a new box appears below for the new line.
16735 \end_layout
16736
16737 \begin_layout Standard
16738 The alignment of the lines can be changed to left aligned with the 
16739 \family sans
16740 table
16741 \family default
16742  
16743 \family sans
16744 toolbar
16745 \family default
16746  or the menu 
16747 \family sans
16748 Edit\SpecialChar menuseparator
16749 Rows &Columns
16750 \family default
16751 .
16752  To get right alignment, 
16753 \series bold
16754
16755 \backslash
16756 hfill
16757 \begin_inset space \textvisiblespace{}
16758 \end_inset
16759
16760
16761 \series default
16762  is inserted at the beginning of the line.
16763 \end_layout
16764
16765 \begin_layout Standard
16766 The command 
16767 \series bold
16768
16769 \backslash
16770 substack
16771 \series default
16772  is equivalent to 
16773 \series bold
16774
16775 \backslash
16776 subarray
16777 \series default
16778  with the difference that the lines are always centered.
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset VSpace bigskip
16783 \end_inset
16784
16785 Like in formula 
16786 \begin_inset CommandInset ref
16787 LatexCommand eqref
16788 reference "eq:substack"
16789
16790 \end_inset
16791
16792  there can be too much space beside an operator, because the characters
16793  following the operator are set beside the limits.
16794  To avoid this the command 
16795 \series bold
16796
16797 \backslash
16798 smashoperator
16799 \series default
16800
16801 \begin_inset Index idx
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805 Commands ! S ! 
16806 \backslash
16807 smashoperator
16808 \end_layout
16809
16810 \end_inset
16811
16812  can be used.
16813  To activate it, set in the document settings under 
16814 \family sans
16815 Math
16816 \begin_inset space ~
16817 \end_inset
16818
16819 Options
16820 \family default
16821  for the package 
16822 \series bold
16823 mathtools
16824 \series default
16825
16826 \begin_inset Index idx
16827 status collapsed
16828
16829 \begin_layout Plain Layout
16830 Packages ! mathtools
16831 \end_layout
16832
16833 \end_inset
16834
16835  the option 
16836 \family sans
16837 Load
16838 \begin_inset space ~
16839 \end_inset
16840
16841 always
16842 \family default
16843 .
16844  
16845 \series bold
16846
16847 \backslash
16848 smashoperator
16849 \series default
16850  sets the space besides the operator to 0
16851 \begin_inset space \thinspace{}
16852 \end_inset
16853
16854 pt.
16855 \begin_inset Newline newline
16856 \end_inset
16857
16858 Applied on formula 
16859 \begin_inset CommandInset ref
16860 LatexCommand eqref
16861 reference "eq:substack"
16862
16863 \end_inset
16864
16865 , one uses the command
16866 \end_layout
16867
16868 \begin_layout Standard
16869
16870 \series bold
16871
16872 \backslash
16873 smashoperator{
16874 \end_layout
16875
16876 \begin_layout Standard
16877 and inserts the operator with its limits into the braces.
16878  Behind the brace one continues the formula:
16879 \begin_inset Formula 
16880 \[
16881 \smashoperator{\sum_{\begin{subarray}{c}
16882 0<k<1000\\
16883 \\
16884 k\,\in\,\mathbb{N}
16885 \end{subarray}}^{n}}k^{-2}
16886 \]
16887
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \begin_layout Standard
16894 It is possible to set the space of only one side of the operator to 0
16895 \begin_inset space \thinspace{}
16896 \end_inset
16897
16898 pt.
16899  To do this write either 
16900 \series bold
16901 [l]
16902 \series default
16903  or 
16904 \series bold
16905 [r]
16906 \series default
16907  between 
16908 \series bold
16909
16910 \backslash
16911 smashoperator
16912 \series default
16913  and its brace.
16914  
16915 \series bold
16916 l
16917 \series default
16918  stands for the left and 
16919 \series bold
16920 r
16921 \series default
16922  for the right side of the operator.
16923  Here is an example of the possible 
16924 \series bold
16925
16926 \backslash
16927 smashoperator
16928 \series default
16929  forms:
16930 \end_layout
16931
16932 \begin_layout Standard
16933 \begin_inset Formula 
16934 \[
16935 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}
16936 \]
16937
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \begin_layout Standard
16944 \begin_inset VSpace bigskip
16945 \end_inset
16946
16947
16948 \end_layout
16949
16950 \begin_layout Standard
16951 When several consecutive operators have limits the typesetting of the limits
16952  looks often imperfect in the output, see this example:
16953 \begin_inset Formula 
16954 \[
16955 \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}
16956 \]
16957
16958 \end_inset
16959
16960 To improve the typesetting set in the document settings under 
16961 \family sans
16962 Math
16963 \begin_inset space ~
16964 \end_inset
16965
16966 Options
16967 \family default
16968  for the package 
16969 \series bold
16970 mathtools
16971 \series default
16972
16973 \begin_inset Index idx
16974 status collapsed
16975
16976 \begin_layout Plain Layout
16977 Packages ! mathtools
16978 \end_layout
16979
16980 \end_inset
16981
16982  the option 
16983 \family sans
16984 Load
16985 \begin_inset space ~
16986 \end_inset
16987
16988 always
16989 \family default
16990 .
16991  Then insert into your formula the command 
16992 \series bold
16993
16994 \backslash
16995 adjustlimits
16996 \series default
16997
16998 \begin_inset Index idx
16999 status collapsed
17000
17001 \begin_layout Plain Layout
17002 Commands ! A ! 
17003 \backslash
17004 adjustlimits
17005 \end_layout
17006
17007 \end_inset
17008
17009  directly before the first operator.
17010  The example will then look like this:
17011 \begin_inset Formula 
17012 \[
17013 \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}
17014 \]
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \begin_layout Standard
17022 \begin_inset VSpace bigskip
17023 \end_inset
17024
17025 How to use one limit for several operators is described in 
17026 \begin_inset CommandInset ref
17027 LatexCommand ref
17028 reference "subsec:Self-defined-Operators"
17029
17030 \end_inset
17031
17032 .
17033 \end_layout
17034
17035 \begin_layout Subsection
17036 Decoration for Operators
17037 \begin_inset Index idx
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 Operators ! Decoration
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 With the commands 
17051 \series bold
17052
17053 \backslash
17054 overset
17055 \series default
17056
17057 \begin_inset Index idx
17058 status collapsed
17059
17060 \begin_layout Plain Layout
17061 Commands ! O ! 
17062 \backslash
17063 overset
17064 \end_layout
17065
17066 \end_inset
17067
17068  and 
17069 \series bold
17070
17071 \backslash
17072 underset
17073 \series default
17074
17075 \begin_inset Index idx
17076 status collapsed
17077
17078 \begin_layout Plain Layout
17079 Commands ! U ! 
17080 \backslash
17081 underset
17082 \end_layout
17083
17084 \end_inset
17085
17086  characters can be placed above or below an operator, respectively.
17087  With the command 
17088 \series bold
17089
17090 \backslash
17091 sideset
17092 \series default
17093
17094 \begin_inset Index idx
17095 status collapsed
17096
17097 \begin_layout Plain Layout
17098 Commands ! S ! 
17099 \backslash
17100 sideset
17101 \end_layout
17102
17103 \end_inset
17104
17105  characters can be set before and behind a big operator.
17106 \end_layout
17107
17108 \begin_layout Standard
17109 There are 4
17110 \begin_inset space ~
17111 \end_inset
17112
17113 variants of 
17114 \series bold
17115
17116 \backslash
17117 sideset
17118 \series default
17119 :
17120 \end_layout
17121
17122 \begin_layout Itemize
17123
17124 \series bold
17125
17126 \backslash
17127 sideset
17128 \series default
17129  is used to set characters at the corners of the operator
17130 \end_layout
17131
17132 \begin_layout Itemize
17133
17134 \series bold
17135
17136 \backslash
17137 sidesetn
17138 \series default
17139  is used to set characters before and/or behind the operator (this variant
17140  represents \SpecialChar LaTeX
17141 's original 
17142 \series bold
17143
17144 \backslash
17145 sideset
17146 \series default
17147  command)
17148 \end_layout
17149
17150 \begin_layout Itemize
17151
17152 \series bold
17153
17154 \backslash
17155 sidesetl
17156 \series default
17157  is used to set characters at the left corners and/or behind the operator
17158 \end_layout
17159
17160 \begin_layout Itemize
17161
17162 \series bold
17163
17164 \backslash
17165 sidesetr
17166 \series default
17167  is used to set characters at the right corners and/or before the operator
17168 \end_layout
17169
17170 \begin_layout Standard
17171 For example the command 
17172 \series bold
17173
17174 \backslash
17175 sidesetn
17176 \begin_inset space \textvisiblespace{}
17177 \end_inset
17178
17179
17180 \backslash
17181 sum
17182 \begin_inset space \textvisiblespace{}
17183 \end_inset
17184
17185
17186 \begin_inset Formula $\to$
17187 \end_inset
17188
17189 '
17190 \begin_inset Formula $\to$
17191 \end_inset
17192
17193 _k=1
17194 \begin_inset space \textvisiblespace{}
17195 \end_inset
17196
17197
17198 \series default
17199 ^
17200 \series bold
17201 n
17202 \series default
17203  produces:
17204 \begin_inset Formula 
17205 \[
17206 \sideset{}{'}\sum_{k=1}^{n}
17207 \]
17208
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset Note Greyedout
17216 status open
17217
17218 \begin_layout Plain Layout
17219
17220 \series bold
17221 Note: 
17222 \backslash
17223 sideset
17224 \series default
17225  can only be used to decorate big operators, binary operators are not allowed.
17226 \end_layout
17227
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \begin_layout Standard
17234
17235 \series bold
17236
17237 \backslash
17238 overset
17239 \series default
17240  and 
17241 \series bold
17242
17243 \backslash
17244 underset
17245 \series default
17246  can also be used to decorate symbols and characters.
17247  For example, the command 
17248 \series bold
17249
17250 \backslash
17251 overset
17252 \begin_inset space \textvisiblespace{}
17253 \end_inset
17254
17255
17256 \backslash
17257 maltese
17258 \begin_inset space \textvisiblespace{}
17259 \end_inset
17260
17261
17262 \series default
17263
17264 \begin_inset Formula $\uparrow$
17265 \end_inset
17266
17267
17268 \series bold
17269 a
17270 \series default
17271  produces:
17272 \begin_inset Formula 
17273 \[
17274 \overset{a}{\maltese}
17275 \]
17276
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \begin_layout Subsection
17283 Binary Operators
17284 \begin_inset CommandInset label
17285 LatexCommand label
17286 name "subsec:Binary-Operators"
17287
17288 \end_inset
17289
17290
17291 \begin_inset Index idx
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295 Operators ! binary
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304 Binary operators are surrounded by space when there is a character before
17305  and after them.
17306 \begin_inset VSpace medskip
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 \begin_inset space \hfill{}
17314 \end_inset
17315
17316
17317 \begin_inset Tabular
17318 <lyxtabular version="3" rows="13" columns="2">
17319 <features tabularvalignment="middle">
17320 <column alignment="center" valignment="top" width="0pt">
17321 <column alignment="center" valignment="top" width="0pt">
17322 <row>
17323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 Command
17328 \begin_inset Note Note
17329 status collapsed
17330
17331 \begin_layout Plain Layout
17332
17333 \series bold
17334
17335 \backslash
17336 raisebox
17337 \series default
17338  is only used as spacer.
17339 \end_layout
17340
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Result
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 +
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $+$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 -
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 \begin_inset Formula $-$
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 </row>
17404 <row>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409
17410 \backslash
17411 pm
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 \begin_inset Formula $\pm$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 </row>
17429 <row>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434
17435 \backslash
17436 mp
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Formula $\mp$
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 <row>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \backslash
17461 cdot
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\cdot$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \backslash
17486 times
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 \begin_inset Formula $\times$
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 </row>
17504 <row>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509
17510 \backslash
17511 div
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $\div$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 \begin_inset ERT
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538
17539
17540 \backslash
17541 raisebox{-1.2mm}{
17542 \end_layout
17543
17544 \end_inset
17545
17546 *
17547 \begin_inset ERT
17548 status collapsed
17549
17550 \begin_layout Plain Layout
17551
17552 }
17553 \end_layout
17554
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $*$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 star
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\star$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 circ
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\circ$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630
17631 \backslash
17632 diamond
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 \begin_inset Formula $\diamond$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 bullet
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $\bullet$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 </lyxtabular>
17676
17677 \end_inset
17678
17679
17680 \begin_inset space \hfill{}
17681 \end_inset
17682
17683
17684 \begin_inset Tabular
17685 <lyxtabular version="3" rows="13" columns="2">
17686 <features tabularvalignment="middle">
17687 <column alignment="center" valignment="top" width="0pt">
17688 <column alignment="center" valignment="top" width="0pt">
17689 <row>
17690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 Command
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 Result
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 </row>
17709 <row>
17710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714
17715 \backslash
17716 nabla
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Formula $\nabla$
17726 \end_inset
17727
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 </row>
17734 <row>
17735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17736 \begin_inset Text
17737
17738 \begin_layout Plain Layout
17739
17740 \backslash
17741 bigtriangledown
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 \begin_inset Formula $\bigtriangledown$
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 </row>
17759 <row>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \backslash
17766 bigtriangleup
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 \begin_inset Formula $\bigtriangleup$
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \backslash
17791 Box
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Formula $\Box$
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 </row>
17809 <row>
17810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814
17815 \backslash
17816 cap 
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 \begin_inset Formula $\cap$
17826 \end_inset
17827
17828
17829 \end_layout
17830
17831 \end_inset
17832 </cell>
17833 </row>
17834 <row>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \backslash
17841 cup
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset Formula $\cup$
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 </row>
17859 <row>
17860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864
17865 \backslash
17866 dagger
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 \begin_inset Formula $\dagger$
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 <row>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \backslash
17891 ddagger
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 \begin_inset Formula $\ddagger$
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 <row>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914
17915 \backslash
17916 wr
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Formula $\wr$
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \backslash
17941 bigcirc
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 \begin_inset Formula $\bigcirc$
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 </row>
17959 <row>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964
17965 \backslash
17966 wedge
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Formula $\wedge$
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 </row>
17984 <row>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989
17990 \backslash
17991 vee
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 \begin_inset Formula $\vee$
18001 \end_inset
18002
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 </row>
18009 </lyxtabular>
18010
18011 \end_inset
18012
18013
18014 \begin_inset space \hfill{}
18015 \end_inset
18016
18017
18018 \begin_inset Tabular
18019 <lyxtabular version="3" rows="13" columns="2">
18020 <features tabularvalignment="middle">
18021 <column alignment="center" valignment="top" width="0pt">
18022 <column alignment="center" valignment="top" width="0pt">
18023 <row>
18024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 Command
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 Result
18038 \end_layout
18039
18040 \end_inset
18041 </cell>
18042 </row>
18043 <row>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048
18049 \backslash
18050 oplus
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 \begin_inset Formula $\oplus$
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 </row>
18068 <row>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \backslash
18075 ominus
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084 \begin_inset Formula $\ominus$
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 </row>
18093 <row>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098
18099 \backslash
18100 otimes
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\otimes$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 <row>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \backslash
18125 oslash
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Formula $\oslash$
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148
18149 \backslash
18150 odot
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Formula $\odot$
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \backslash
18175 amalg
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Formula $\amalg$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198
18199 \backslash
18200 uplus
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 \begin_inset Formula $\uplus$
18210 \end_inset
18211
18212
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 </row>
18218 <row>
18219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18220 \begin_inset Text
18221
18222 \begin_layout Plain Layout
18223
18224 \backslash
18225 setminus
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 \begin_inset Formula $\setminus$
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \backslash
18250 sqcap
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 \begin_inset Formula $\sqcap$
18260 \end_inset
18261
18262
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 sqcup
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Formula $\sqcup$
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 </row>
18293 <row>
18294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \backslash
18300 triangleleft
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\triangleleft$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 <row>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \backslash
18325 triangleright
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 \begin_inset Formula $\triangleright$
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 </lyxtabular>
18344
18345 \end_inset
18346
18347
18348 \begin_inset space \hfill{}
18349 \end_inset
18350
18351
18352 \end_layout
18353
18354 \begin_layout Standard
18355 All binary operators can also be inserted via the math toolbar button 
18356 \begin_inset Info
18357 type  "icon"
18358 arg   "math-insert \\pm"
18359 \end_inset
18360
18361 .
18362 \end_layout
18363
18364 \begin_layout Standard
18365 To typeset the Laplace operator also 
18366 \series bold
18367
18368 \backslash
18369 Delta
18370 \series default
18371  or 
18372 \series bold
18373
18374 \backslash
18375 nabla
18376 \series default
18377 ^
18378 \series bold
18379 2
18380 \series default
18381  (
18382 \begin_inset Formula $\nabla^{2}$
18383 \end_inset
18384
18385 ) can be used instead of 
18386 \series bold
18387
18388 \backslash
18389 bigtriangleup
18390 \series default
18391  .
18392 \end_layout
18393
18394 \begin_layout Standard
18395 The character 
18396 \family sans
18397 Menu Separator
18398 \family default
18399  from the menu 
18400 \family sans
18401 Insert\SpecialChar menuseparator
18402 Special Character
18403 \family default
18404  is the operator 
18405 \series bold
18406
18407 \backslash
18408 triangleright
18409 \series default
18410 .
18411 \end_layout
18412
18413 \begin_layout Subsection
18414 Self-defined Operators
18415 \begin_inset CommandInset label
18416 LatexCommand label
18417 name "subsec:Self-defined-Operators"
18418
18419 \end_inset
18420
18421
18422 \begin_inset Index idx
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426 Operators ! self-defined
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \end_layout
18433
18434 \begin_layout Standard
18435 With the help of the command 
18436 \series bold
18437
18438 \backslash
18439 DeclareMathOperator
18440 \series default
18441
18442 \begin_inset Index idx
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446 Commands ! D ! 
18447 \backslash
18448 dbinom@
18449 \backslash
18450 DeclareMathOperator
18451 \end_layout
18452
18453 \end_inset
18454
18455  custom operators can be defined in the \SpecialChar LaTeX
18456 -preamble.
18457  Its command scheme is:
18458 \end_layout
18459
18460 \begin_layout Standard
18461
18462 \series bold
18463
18464 \backslash
18465 DeclareMathOperator{new command}{display}
18466 \end_layout
18467
18468 \begin_layout Standard
18469 Display can be characters or symbols that define how the operator looks
18470  in the output.
18471  To define a big operator a * is set behind the command.
18472  All self-defined big operators can have limits as described in 
18473 \begin_inset CommandInset ref
18474 LatexCommand ref
18475 reference "subsec:Operator-Limits"
18476
18477 \end_inset
18478
18479 .
18480 \end_layout
18481
18482 \begin_layout Standard
18483 For example the \SpecialChar LaTeX
18484 -preamble line
18485 \end_layout
18486
18487 \begin_layout Standard
18488
18489 \series bold
18490
18491 \backslash
18492 DeclareMathOperator*{
18493 \backslash
18494 Lozenge}{
18495 \backslash
18496 blacklozenge}
18497 \end_layout
18498
18499 \begin_layout Standard
18500 defines the command 
18501 \series bold
18502
18503 \backslash
18504 Lozenge
18505 \series default
18506 , that inserts a big operator consisting of the lozenge symbol from 
18507 \begin_inset CommandInset ref
18508 LatexCommand ref
18509 reference "subsec:Miscellaneous-Symbols"
18510
18511 \end_inset
18512
18513 :
18514 \begin_inset Formula 
18515 \[
18516 \Lozenge_{n=1}^{\infty}
18517 \]
18518
18519 \end_inset
18520
18521 The command for this formula is: 
18522 \series bold
18523
18524 \backslash
18525 Lozenge
18526 \series default
18527 ^
18528 \series bold
18529
18530 \backslash
18531 infty
18532 \begin_inset Formula $\to$
18533 \end_inset
18534
18535 _n=1
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace bigskip
18540 \end_inset
18541
18542 When self-defined operators are not used several times in the document,
18543  they can also be defined with the commands 
18544 \series bold
18545
18546 \backslash
18547 mathop
18548 \series default
18549
18550 \begin_inset Index idx
18551 status collapsed
18552
18553 \begin_layout Plain Layout
18554 Commands ! M ! 
18555 \backslash
18556 mathop
18557 \end_layout
18558
18559 \end_inset
18560
18561  and 
18562 \series bold
18563
18564 \backslash
18565 mathbin
18566 \series default
18567
18568 \begin_inset Index idx
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572 Commands ! M ! 
18573 \backslash
18574 mathbin
18575 \end_layout
18576
18577 \end_inset
18578
18579 , which have the following scheme:
18580 \end_layout
18581
18582 \begin_layout Standard
18583
18584 \series bold
18585
18586 \backslash
18587 mathop{display}
18588 \series default
18589  and 
18590 \series bold
18591
18592 \backslash
18593 mathbin{display}
18594 \end_layout
18595
18596 \begin_layout Standard
18597
18598 \series bold
18599
18600 \backslash
18601 mathop
18602 \series default
18603  defines big operators, 
18604 \series bold
18605
18606 \backslash
18607 mathbin
18608 \series default
18609  binary operators.
18610 \end_layout
18611
18612 \begin_layout Standard
18613
18614 \series bold
18615
18616 \backslash
18617 mathop
18618 \series default
18619  can e.
18620 \begin_inset space \thinspace{}
18621 \end_inset
18622
18623 g.
18624 \begin_inset space \space{}
18625 \end_inset
18626
18627 be used to use one limit for several operators:
18628 \end_layout
18629
18630 \begin_layout Standard
18631 \begin_inset Formula 
18632 \[
18633 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18634 \]
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \begin_layout Standard
18642 The command for the formula above is:
18643 \begin_inset Newline newline
18644 \end_inset
18645
18646
18647 \series bold
18648
18649 \backslash
18650 mathop{
18651 \backslash
18652 sum
18653 \backslash
18654 negmedspace
18655 \backslash
18656 sum
18657 \series default
18658
18659 \begin_inset space \textvisiblespace{}
18660 \end_inset
18661
18662
18663 \series bold
18664
18665 \begin_inset Formula $\to$
18666 \end_inset
18667
18668 ^N
18669 \series default
18670
18671 \begin_inset space \textvisiblespace{}
18672 \end_inset
18673
18674
18675 \series bold
18676 _i,j=1
18677 \end_layout
18678
18679 \begin_layout Section
18680 Fonts
18681 \begin_inset Index idx
18682 status collapsed
18683
18684 \begin_layout Plain Layout
18685 Fonts
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Subsection
18694 Font Styles
18695 \begin_inset CommandInset label
18696 LatexCommand label
18697 name "subsec:Font-Styles"
18698
18699 \end_inset
18700
18701
18702 \begin_inset Index idx
18703 status collapsed
18704
18705 \begin_layout Plain Layout
18706 Font ! style
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Standard
18715 Latin letters in formulas can be set in one of the following font styles:
18716 \end_layout
18717
18718 \begin_layout Standard
18719 \align center
18720 \begin_inset space \hfill{}
18721 \end_inset
18722
18723
18724 \begin_inset Tabular
18725 <lyxtabular version="3" rows="6" columns="2">
18726 <features tabularvalignment="middle">
18727 <column alignment="center" valignment="top">
18728 <column alignment="center" valignment="top">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 Command
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 Result
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \backslash
18756 mathbb
18757 \series bold
18758
18759 \begin_inset space \textvisiblespace{}
18760 \end_inset
18761
18762
18763 \series default
18764 ABC
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 \begin_inset Formula $\mathbb{ABC}$
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 </row>
18782 <row>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \backslash
18789 mathbf
18790 \series bold
18791
18792 \begin_inset space \textvisiblespace{}
18793 \end_inset
18794
18795
18796 \series default
18797 AbC
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 \begin_inset Formula $\mathbf{AbC}$
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 <row>
18816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \backslash
18822 boldsymbol
18823 \series bold
18824
18825 \begin_inset space \textvisiblespace{}
18826 \end_inset
18827
18828
18829 \series default
18830 AbC
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 \begin_inset Formula $\boldsymbol{AbC}$
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 <row>
18849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853
18854 \backslash
18855 mathcal
18856 \series bold
18857
18858 \begin_inset space \textvisiblespace{}
18859 \end_inset
18860
18861
18862 \series default
18863 ABC
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 \begin_inset Formula $\mathcal{ABC}$
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 </row>
18881 <row>
18882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \backslash
18888 mathfrak
18889 \series bold
18890
18891 \begin_inset space \textvisiblespace{}
18892 \end_inset
18893
18894
18895 \series default
18896 AbC
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 \begin_inset Formula $\mathfrak{AbC}$
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 </row>
18914 </lyxtabular>
18915
18916 \end_inset
18917
18918
18919 \begin_inset space \hfill{}
18920 \end_inset
18921
18922
18923 \begin_inset Tabular
18924 <lyxtabular version="3" rows="6" columns="2">
18925 <features tabularvalignment="middle">
18926 <column alignment="center" valignment="top">
18927 <column alignment="center" valignment="top">
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 Command
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 Result
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 </row>
18948 <row>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953
18954 \backslash
18955 mathit
18956 \series bold
18957
18958 \begin_inset space \textvisiblespace{}
18959 \end_inset
18960
18961
18962 \series default
18963 AbC
18964 \end_layout
18965
18966 \end_inset
18967 </cell>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 \begin_inset Formula $\mathit{AbC}$
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 <row>
18982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18983 \begin_inset Text
18984
18985 \begin_layout Plain Layout
18986
18987 \backslash
18988 mathrm
18989 \series bold
18990
18991 \begin_inset space \textvisiblespace{}
18992 \end_inset
18993
18994
18995 \series default
18996 AbC
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 \begin_inset Formula $\mathrm{AbC}$
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 </row>
19014 <row>
19015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019
19020 \backslash
19021 mathsf
19022 \series bold
19023
19024 \begin_inset space \textvisiblespace{}
19025 \end_inset
19026
19027
19028 \series default
19029 AbC
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 \begin_inset Formula $\mathsf{AbC}$
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \backslash
19054 mathtt
19055 \series bold
19056
19057 \begin_inset space \textvisiblespace{}
19058 \end_inset
19059
19060
19061 \series default
19062 AbC
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 \begin_inset Formula $\mathtt{AbC}$
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 <row>
19081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \backslash
19087 mathscr
19088 \series bold
19089
19090 \begin_inset space \textvisiblespace{}
19091 \end_inset
19092
19093
19094 \series default
19095 ABC
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 \begin_inset Formula $\mathscr{ABC}$
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 </row>
19113 </lyxtabular>
19114
19115 \end_inset
19116
19117
19118 \begin_inset space \hfill{}
19119 \end_inset
19120
19121
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \begin_inset Note Greyedout
19126 status open
19127
19128 \begin_layout Plain Layout
19129
19130 \series bold
19131 Note:
19132 \series default
19133  The styles 
19134 \series bold
19135
19136 \backslash
19137 mathbb
19138 \series default
19139
19140 \series bold
19141
19142 \backslash
19143 mathcal
19144 \series default
19145  and 
19146 \series bold
19147
19148 \backslash
19149 mathscr
19150 \series default
19151  can only be used for big letters.
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 Predefined is the style 
19161 \series bold
19162
19163 \backslash
19164 mathnormal
19165 \series default
19166 .
19167 \end_layout
19168
19169 \begin_layout Standard
19170 The style commands work also for letters in mathematical constructs:
19171 \begin_inset Formula 
19172 \[
19173 \mathfrak{A=\frac{b}{C}}
19174 \]
19175
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \begin_layout Standard
19182 Characters in mathematical text don't appear in a math font style but in
19183  the text font style 
19184 \series bold
19185
19186 \backslash
19187 textrm
19188 \series default
19189 .
19190  That their style can't be set correctly via the text style dialog is a
19191  bug in \SpecialChar LyX
19192 .
19193 \begin_inset Foot
19194 status collapsed
19195
19196 \begin_layout Plain Layout
19197 \begin_inset CommandInset href
19198 LatexCommand href
19199 name "LyX-bug #4629"
19200 target "http://www.lyx.org/trac/ticket/4629"
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Instead of the style commands the dialog 
19214 \family sans
19215 Edit\SpecialChar menuseparator
19216 Math\SpecialChar menuseparator
19217 Text Style
19218 \family default
19219  or the toolbar button 
19220 \begin_inset Info
19221 type  "icon"
19222 arg   "math-insert \\font"
19223 \end_inset
19224
19225  can be used.
19226 \end_layout
19227
19228 \begin_layout Subsection
19229 Bold Formulas
19230 \begin_inset CommandInset label
19231 LatexCommand label
19232 name "subsec:Bold-Formulas"
19233
19234 \end_inset
19235
19236
19237 \begin_inset Index idx
19238 status collapsed
19239
19240 \begin_layout Plain Layout
19241 Formula ! bold
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \begin_layout Standard
19250 To make a complete formula bold, the command 
19251 \series bold
19252
19253 \backslash
19254 mathbf
19255 \series default
19256  from the previous subsection cannot be used, because it doesn't work for
19257  small Greek letters.
19258  Furthermore it prints Latin letters always upright, like in the following
19259  equation:
19260 \end_layout
19261
19262 \begin_layout Standard
19263 \begin_inset Formula 
19264 \[
19265 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19266 \]
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 To display the formula correctly, the command 
19275 \series bold
19276
19277 \backslash
19278 boldsymbol
19279 \series default
19280  is used:
19281 \begin_inset Formula 
19282 \[
19283 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19284 \]
19285
19286 \end_inset
19287
19288 It is also possible to set the formula in a 
19289 \series bold
19290 boldmath environment
19291 \series default
19292 .
19293  This environment is created by inserting the command 
19294 \series bold
19295
19296 \backslash
19297 boldmath
19298 \series default
19299
19300 \begin_inset Index idx
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304 Commands ! B ! 
19305 \backslash
19306 boldmath
19307 \end_layout
19308
19309 \end_inset
19310
19311  in \SpecialChar TeX
19312  mode.
19313  To end the environment, the command 
19314 \series bold
19315
19316 \backslash
19317 unboldmath
19318 \series default
19319
19320 \begin_inset Index idx
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324 Commands ! U ! 
19325 \backslash
19326 unboldmath
19327 \end_layout
19328
19329 \end_inset
19330
19331  is inserted in \SpecialChar TeX
19332  mode.
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338
19339 \backslash
19340 boldmath 
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \begin_inset Formula 
19347 \[
19348 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19349 \]
19350
19351 \end_inset
19352
19353
19354 \begin_inset ERT
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358
19359
19360 \backslash
19361 unboldmath 
19362 \end_layout
19363
19364 \end_inset
19365
19366
19367 \end_layout
19368
19369 \begin_layout Subsection
19370 Colored Formulas
19371 \begin_inset Index idx
19372 status collapsed
19373
19374 \begin_layout Plain Layout
19375 Formula ! colored
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Formulas can be colored like normal text: Highlight a formula or a formula
19385  part and use the 
19386 \family sans
19387 Text Style
19388 \family default
19389  dialog.
19390  Here is a formula in magenta:
19391 \begin_inset Formula 
19392 \[
19393 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19394 \]
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Standard
19402 You can also define your own colors as described in 
19403 \begin_inset CommandInset ref
19404 LatexCommand ref
19405 reference "subsec:Colored-Boxes"
19406
19407 \end_inset
19408
19409 .
19410  They can be used with the \SpecialChar TeX
19411  code command 
19412 \series bold
19413
19414 \backslash
19415 textcolor
19416 \series default
19417
19418 \begin_inset Index idx
19419 status collapsed
19420
19421 \begin_layout Plain Layout
19422 Commands ! T ! 
19423 \backslash
19424 textcolor
19425 \end_layout
19426
19427 \end_inset
19428
19429  in the scheme
19430 \end_layout
19431
19432 \begin_layout Standard
19433
19434 \series bold
19435
19436 \backslash
19437 textcolor{color}{characters or formula}
19438 \end_layout
19439
19440 \begin_layout Standard
19441 The following example was colored completely dark green and partly red:
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset ERT
19446 status collapsed
19447
19448 \begin_layout Plain Layout
19449
19450
19451 \backslash
19452 textcolor{darkgreen}{
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \begin_inset Formula 
19459 \[
19460 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19461 \]
19462
19463 \end_inset
19464
19465
19466 \begin_inset ERT
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470
19471 }
19472 \end_layout
19473
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 Due to a bug in \SpecialChar LyX
19481  only complete formulas can be colored with self-defined
19482  colors.
19483 \begin_inset Foot
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487 \begin_inset CommandInset href
19488 LatexCommand href
19489 name "LyX-bug #5269"
19490 target "http://www.lyx.org/trac/ticket/5269"
19491
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \begin_layout Subsection
19503 Font Sizes
19504 \begin_inset CommandInset label
19505 LatexCommand label
19506 name "subsec:Font-Sizes"
19507
19508 \end_inset
19509
19510
19511 \begin_inset Index idx
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515 Font ! size
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Standard
19524 For characters in formulas there are, analog to characters in text, the
19525  following size commands:
19526 \end_layout
19527
19528 \begin_layout Standard
19529
19530 \series bold
19531
19532 \backslash
19533 Huge
19534 \series default
19535
19536 \series bold
19537
19538 \backslash
19539 huge
19540 \series default
19541
19542 \series bold
19543
19544 \backslash
19545 LARGE
19546 \series default
19547
19548 \series bold
19549
19550 \backslash
19551 Large
19552 \series default
19553
19554 \series bold
19555
19556 \backslash
19557 large
19558 \series default
19559
19560 \series bold
19561
19562 \backslash
19563 normalsize
19564 \series default
19565
19566 \series bold
19567
19568 \backslash
19569 small
19570 \series default
19571 ,
19572 \begin_inset Newline newline
19573 \end_inset
19574
19575
19576 \series bold
19577
19578 \backslash
19579 footnotesize
19580 \series default
19581
19582 \series bold
19583
19584 \backslash
19585 scriptsize
19586 \series default
19587  and 
19588 \series bold
19589
19590 \backslash
19591 tiny
19592 \end_layout
19593
19594 \begin_layout Standard
19595 The size produced by the commands depends on the document font size, which
19596  corresponds to the command 
19597 \series bold
19598
19599 \backslash
19600 normalsize
19601 \series default
19602 .
19603  The other commands produce smaller or larger sizes than 
19604 \series bold
19605
19606 \backslash
19607 normalsize
19608 \series default
19609 .
19610  The font size can however not exceed a certain value.
19611  Is for example the document font size 12
19612 \begin_inset space \thinspace{}
19613 \end_inset
19614
19615 pt, the command 
19616 \series bold
19617
19618 \backslash
19619 Huge
19620 \series default
19621  switches to the same size as 
19622 \series bold
19623
19624 \backslash
19625 huge
19626 \series default
19627 .
19628  
19629 \end_layout
19630
19631 \begin_layout Standard
19632 A size command is inserted in \SpecialChar TeX
19633  mode before the formula and sets the size
19634  for all following formula and text characters.
19635  To switch back to the initial size, the command 
19636 \series bold
19637
19638 \backslash
19639 normalsize
19640 \series default
19641  is inserted behind the formula in \SpecialChar TeX
19642  mode.
19643 \end_layout
19644
19645 \begin_layout Standard
19646 Within a formula the size can be changed using the following size commands
19647  or the toolbar button 
19648 \begin_inset Info
19649 type  "icon"
19650 arg   "math-insert \\style"
19651 \end_inset
19652
19653 :
19654 \begin_inset Separator parbreak
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \begin_layout Standard
19661 \noindent
19662 \align center
19663 \begin_inset Tabular
19664 <lyxtabular version="3" rows="5" columns="2">
19665 <features tabularvalignment="middle">
19666 <column alignment="center" valignment="top">
19667 <column alignment="center" valignment="top">
19668 <row>
19669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 Command
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 Result
19683 \begin_inset Note Note
19684 status collapsed
19685
19686 \begin_layout Plain Layout
19687
19688 \series bold
19689
19690 \backslash
19691 raisebox
19692 \series default
19693  is only used as spacer.
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 <row>
19705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \backslash
19711 displaystyle
19712 \begin_inset Index idx
19713 status collapsed
19714
19715 \begin_layout Plain Layout
19716 Commands ! D ! 
19717 \backslash
19718 displaystyle
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19733 \end_inset
19734
19735
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 </row>
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746
19747 \backslash
19748 textstyle
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \backslash
19773 scriptstyle
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 scriptscriptstyle
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 </lyxtabular>
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Standard
19824 After entering these commands, a blue box appears in which the formula parts
19825  are inserted.
19826 \end_layout
19827
19828 \begin_layout Standard
19829 There is a further method to change the font size, that though only works
19830  for symbols or letters in mathematical text.
19831  To use it, one of the above text size commands is inserted in mathematical
19832  text.
19833  All following characters until the end of the mathematical text or until
19834  another size command will have the selected size.
19835  Two examples:
19836 \begin_inset VSpace -2mm
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 \begin_inset ERT
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847
19848
19849 \backslash
19850 huge 
19851 \end_layout
19852
19853 \end_inset
19854
19855
19856 \begin_inset Formula 
19857 \[
19858 A=\frac{B}{c}\cdot\maltese
19859 \]
19860
19861 \end_inset
19862
19863
19864 \begin_inset Formula 
19865 \[
19866 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19867 \]
19868
19869 \end_inset
19870
19871
19872 \begin_inset ERT
19873 status collapsed
19874
19875 \begin_layout Plain Layout
19876
19877
19878 \backslash
19879 normalsize 
19880 \end_layout
19881
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \begin_layout Standard
19888 \begin_inset VSpace medskip
19889 \end_inset
19890
19891 Before both formulas the command 
19892 \series bold
19893
19894 \backslash
19895 huge
19896 \series default
19897  was inserted.
19898  The command for the second formula is:
19899 \begin_inset Newline newline
19900 \end_inset
19901
19902
19903 \series bold
19904
19905 \backslash
19906 maltese
19907 \begin_inset space \textvisiblespace{}
19908 \end_inset
19909
19910 A Alt+M M 
19911 \backslash
19912 Large
19913 \begin_inset space \textvisiblespace{}
19914 \end_inset
19915
19916
19917 \backslash
19918 maltese
19919 \begin_inset space \textvisiblespace{}
19920 \end_inset
19921
19922
19923 \backslash
19924 textit
19925 \begin_inset space \textvisiblespace{}
19926 \end_inset
19927
19928 A
19929 \begin_inset Formula $\to$
19930 \end_inset
19931
19932
19933 \begin_inset Formula $\to$
19934 \end_inset
19935
19936
19937 \begin_inset Newline newline
19938 \end_inset
19939
19940
19941 \begin_inset space \hspace*{}
19942 \length 1cm
19943 \end_inset
19944
19945 Alt+M
19946 \series default
19947  
19948 \series bold
19949
19950 \backslash
19951 tiny
19952 \begin_inset space \textvisiblespace{}
19953 \end_inset
19954
19955
19956 \backslash
19957 maltese
19958 \begin_inset space \textvisiblespace{}
19959 \end_inset
19960
19961
19962 \backslash
19963 textit
19964 \begin_inset space \textvisiblespace{}
19965 \end_inset
19966
19967 A
19968 \end_layout
19969
19970 \begin_layout Standard
19971 If a symbol cannot be displayed in different sizes, it will always be displayed
19972  in the default size.
19973 \end_layout
19974
19975 \begin_layout Section
19976 Greek Letters
19977 \begin_inset Index idx
19978 status collapsed
19979
19980 \begin_layout Plain Layout
19981 Greek letters
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Greek letters can also be inserted via the toolbar button 
19991 \begin_inset Info
19992 type  "icon"
19993 arg   "math-insert \\alpha"
19994 \end_inset
19995
19996 .
19997  All international typesetting norms purport that Greek letters in math
19998  have to be typeset italic/slanted.
19999  In some languages, like French or Russian, they are nevertheless sometimes
20000  typeset upright.
20001 \end_layout
20002
20003 \begin_layout Subsection
20004 Small Letters
20005 \begin_inset Index idx
20006 status collapsed
20007
20008 \begin_layout Plain Layout
20009 Greek letters ! small
20010 \end_layout
20011
20012 \end_inset
20013
20014
20015 \end_layout
20016
20017 \begin_layout Standard
20018 \begin_inset space \hfill{}
20019 \end_inset
20020
20021
20022 \begin_inset Tabular
20023 <lyxtabular version="3" rows="11" columns="2">
20024 <features tabularvalignment="middle">
20025 <column alignment="center" valignment="top" width="0pt">
20026 <column alignment="center" valignment="top" width="0pt">
20027 <row>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 Command
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 Result
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 alpha
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\alpha$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 beta
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\beta$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 <row>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102
20103 \backslash
20104 gamma
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113 \begin_inset Formula $\gamma$
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127
20128 \backslash
20129 delta
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 \begin_inset Formula $\delta$
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 epsilon
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\epsilon$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 varepsilon
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\varepsilon$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 zeta
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\zeta$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \backslash
20229 eta
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\eta$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \backslash
20254 theta
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263 \begin_inset Formula $\theta$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \backslash
20279 vartheta
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Formula $\vartheta$
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 </row>
20297 </lyxtabular>
20298
20299 \end_inset
20300
20301
20302 \begin_inset space \hfill{}
20303 \end_inset
20304
20305
20306 \begin_inset Tabular
20307 <lyxtabular version="3" rows="12" columns="2">
20308 <features tabularvalignment="middle">
20309 <column alignment="center" valignment="top" width="0pt">
20310 <column alignment="center" valignment="top" width="0pt">
20311 <row>
20312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 Command
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325 Result
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 </row>
20331 <row>
20332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \backslash
20338 iota
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset Formula $\iota$
20348 \end_inset
20349
20350
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 </row>
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361
20362 \backslash
20363 kappa
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\kappa$
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 </row>
20381 <row>
20382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 varkappa
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\varkappa$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \backslash
20413 lambda
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 \begin_inset Formula $\lambda$
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \backslash
20438 mu
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset Formula $\mu$
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 </row>
20456 <row>
20457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461
20462 \backslash
20463 nu
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20469 \begin_inset Text
20470
20471 \begin_layout Plain Layout
20472 \begin_inset Formula $\nu$
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 </row>
20481 <row>
20482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20483 \begin_inset Text
20484
20485 \begin_layout Plain Layout
20486
20487 \backslash
20488 xi
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20494 \begin_inset Text
20495
20496 \begin_layout Plain Layout
20497 \begin_inset Formula $\xi$
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 <row>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511 o
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $o$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 pi
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\pi$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 varpi
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\varpi$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 rho
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\rho$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 </lyxtabular>
20605
20606 \end_inset
20607
20608
20609 \begin_inset space \hfill{}
20610 \end_inset
20611
20612
20613 \begin_inset Tabular
20614 <lyxtabular version="3" rows="11" columns="2">
20615 <features tabularvalignment="middle">
20616 <column alignment="center" valignment="top" width="0pt">
20617 <column alignment="center" valignment="top" width="0pt">
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 Command
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 Result
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 varrho
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\varrho$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 sigma
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\sigma$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 <row>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693
20694 \backslash
20695 varsigma
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704 \begin_inset Formula $\varsigma$
20705 \end_inset
20706
20707
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \backslash
20720 tau
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729 \begin_inset Formula $\tau$
20730 \end_inset
20731
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 </row>
20738 <row>
20739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743
20744 \backslash
20745 upsilon
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 \begin_inset Formula $\upsilon$
20755 \end_inset
20756
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768
20769 \backslash
20770 phi
20771 \end_layout
20772
20773 \end_inset
20774 </cell>
20775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 \begin_inset Formula $\phi$
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 </row>
20788 <row>
20789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793
20794 \backslash
20795 varphi
20796 \end_layout
20797
20798 \end_inset
20799 </cell>
20800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804 \begin_inset Formula $\varphi$
20805 \end_inset
20806
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 </row>
20813 <row>
20814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \backslash
20820 chi
20821 \end_layout
20822
20823 \end_inset
20824 </cell>
20825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 \begin_inset Formula $\chi$
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 </row>
20838 <row>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843
20844 \backslash
20845 psi
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 \begin_inset Formula $\psi$
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 omega
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\omega$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 </lyxtabular>
20889
20890 \end_inset
20891
20892
20893 \begin_inset space \hfill{}
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \begin_layout Standard
20900 \begin_inset VSpace medskip
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 How to create special upright Greek letters is explained in 
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "subsec:Upright-small-Greek"
20911
20912 \end_inset
20913
20914 .
20915 \end_layout
20916
20917 \begin_layout Subsection
20918 Big Letters
20919 \begin_inset Index idx
20920 status collapsed
20921
20922 \begin_layout Plain Layout
20923 Greek letters ! big
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Standard
20932 \begin_inset space \hfill{}
20933 \end_inset
20934
20935
20936 \begin_inset Tabular
20937 <lyxtabular version="3" rows="7" columns="2">
20938 <features tabularvalignment="middle">
20939 <column alignment="center" valignment="top" width="0pt">
20940 <column alignment="center" valignment="top" width="0pt">
20941 <row>
20942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 Command
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 Result
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 </row>
20961 <row>
20962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966
20967 \backslash
20968 Gamma
20969 \end_layout
20970
20971 \end_inset
20972 </cell>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977 \begin_inset Formula $\Gamma$
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 </row>
20986 <row>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991
20992 \backslash
20993 Delta
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002 \begin_inset Formula $\Delta$
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 </row>
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \backslash
21018 Theta
21019 \end_layout
21020
21021 \end_inset
21022 </cell>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $\Theta$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 </row>
21036 <row>
21037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041
21042 \backslash
21043 Lambda
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 \begin_inset Formula $\Lambda$
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 </row>
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066
21067 \backslash
21068 Xi
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 \begin_inset Formula $\Xi$
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 </row>
21086 <row>
21087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091
21092 \backslash
21093 Pi
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 \begin_inset Formula $\Pi$
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 </lyxtabular>
21112
21113 \end_inset
21114
21115
21116 \begin_inset space \hfill{}
21117 \end_inset
21118
21119
21120 \begin_inset Tabular
21121 <lyxtabular version="3" rows="6" columns="2">
21122 <features tabularvalignment="middle">
21123 <column alignment="center" valignment="top" width="0pt">
21124 <column alignment="center" valignment="top" width="0pt">
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 Command
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21136 \begin_inset Text
21137
21138 \begin_layout Plain Layout
21139 Result
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 <row>
21146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150
21151 \backslash
21152 Sigma
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161 \begin_inset Formula $\Sigma$
21162 \end_inset
21163
21164
21165 \end_layout
21166
21167 \end_inset
21168 </cell>
21169 </row>
21170 <row>
21171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175
21176 \backslash
21177 Upsilon
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 \begin_inset Formula $\Upsilon$
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 </row>
21195 <row>
21196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200
21201 \backslash
21202 Phi
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211 \begin_inset Formula $\Phi$
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \end_inset
21218 </cell>
21219 </row>
21220 <row>
21221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \backslash
21227 Psi
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236 \begin_inset Formula $\Psi$
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 </row>
21245 <row>
21246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \backslash
21252 Omega
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 \begin_inset Formula $\Omega$
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 </lyxtabular>
21271
21272 \end_inset
21273
21274
21275 \begin_inset space \hfill{}
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Standard
21282 \begin_inset VSpace medskip
21283 \end_inset
21284
21285 That the big Greek letters appear upright is caused by a design bug when
21286  \SpecialChar TeX
21287  was developed.
21288  To get correct italic big letters, begin every command with 
21289 \series bold
21290 var
21291 \series default
21292 .
21293  For example the command 
21294 \series bold
21295
21296 \backslash
21297 varGamma
21298 \series default
21299  produces 
21300 \begin_inset Formula $\varGamma$
21301 \end_inset
21302
21303 .
21304  Another way is to load the package 
21305 \series bold
21306 fixmath
21307 \series default
21308
21309 \begin_inset Foot
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313
21314 \series bold
21315 fixmath
21316 \series default
21317  is part of the \SpecialChar LaTeX
21318 -package 
21319 \series bold
21320 was
21321 \series default
21322
21323 \begin_inset Index idx
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327 Packages ! was
21328 \begin_inset ERT
21329 status collapsed
21330
21331 \begin_layout Plain Layout
21332
21333
21334 \backslash
21335 vspace{4mm}
21336 \end_layout
21337
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344
21345 .
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \begin_inset Index idx
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355 Packages ! fixmath
21356 \end_layout
21357
21358 \end_inset
21359
21360  with the \SpecialChar LaTeX
21361 -preamble line
21362 \end_layout
21363
21364 \begin_layout Standard
21365
21366 \series bold
21367
21368 \backslash
21369 usepackage{fixmath}
21370 \end_layout
21371
21372 \begin_layout Standard
21373 Then all big Greek letters in a document will automatically be typeset italic.
21374 \end_layout
21375
21376 \begin_layout Subsection
21377 Bold Letters
21378 \begin_inset Index idx
21379 status collapsed
21380
21381 \begin_layout Plain Layout
21382 Greek letters ! bold
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Greek letters cannot be set with different font styles like Latin letters.
21392  They can only be made bold with the command 
21393 \series bold
21394
21395 \backslash
21396 boldsymbol
21397 \series default
21398
21399 \begin_inset Index idx
21400 status collapsed
21401
21402 \begin_layout Plain Layout
21403 Commands ! B ! 
21404 \backslash
21405 boldsymbol
21406 \end_layout
21407
21408 \end_inset
21409
21410 .
21411 \begin_inset Separator parbreak
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 \align center
21419 \begin_inset Tabular
21420 <lyxtabular version="3" rows="3" columns="2">
21421 <features tabularvalignment="middle">
21422 <column alignment="center" valignment="top">
21423 <column alignment="center" valignment="top">
21424 <row>
21425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429 Command
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 Result
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 </row>
21444 <row>
21445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449
21450 \backslash
21451 Upsilon
21452 \backslash
21453 boldsymbol
21454 \backslash
21455 Upsilon
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 theta
21481 \backslash
21482 boldsymbol
21483 \backslash
21484 theta
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\theta\boldsymbol{\theta}$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 </lyxtabular>
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Section
21510 Symbols
21511 \begin_inset ERT
21512 status collapsed
21513
21514 \begin_layout Plain Layout
21515
21516
21517 \backslash
21518 texorpdfstring{
21519 \end_layout
21520
21521 \end_inset
21522
21523
21524 \begin_inset Foot
21525 status collapsed
21526
21527 \begin_layout Plain Layout
21528 A list with all symbols of most of the \SpecialChar LaTeX
21529 -packages can be found in 
21530 \begin_inset CommandInset citation
21531 LatexCommand cite
21532 key "Symbols"
21533
21534 \end_inset
21535
21536 .
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \begin_inset ERT
21543 status collapsed
21544
21545 \begin_layout Plain Layout
21546
21547 }{}
21548 \end_layout
21549
21550 \end_inset
21551
21552
21553 \begin_inset Note Note
21554 status collapsed
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21560 \end_layout
21561
21562 \begin_layout Plain Layout
21563 More about 
21564 \backslash
21565 texorpdfstring is in section 
21566 \begin_inset CommandInset ref
21567 LatexCommand ref
21568 reference "subsec:Formulas-in-Section"
21569
21570 \end_inset
21571
21572 .
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \begin_inset Index idx
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 Symbols
21583 \end_layout
21584
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \begin_layout Standard
21591 Many of the symbols listed in this section can also be inserted via the
21592  toolbar buttons 
21593 \begin_inset Info
21594 type  "icon"
21595 arg   "math-insert \\nabla"
21596 \end_inset
21597
21598  and 
21599 \begin_inset Info
21600 type  "icon"
21601 arg   "math-insert \\digamma"
21602 \end_inset
21603
21604 .
21605 \end_layout
21606
21607 \begin_layout Subsection
21608 Mathematical Symbols
21609 \begin_inset CommandInset label
21610 LatexCommand label
21611 name "subsec:Mathematical-Symbols"
21612
21613 \end_inset
21614
21615
21616 \begin_inset Index idx
21617 status collapsed
21618
21619 \begin_layout Plain Layout
21620 Symbols ! mathematical
21621 \end_layout
21622
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \begin_layout Standard
21629 \begin_inset space \hfill{}
21630 \end_inset
21631
21632
21633 \begin_inset Tabular
21634 <lyxtabular version="3" rows="10" columns="2">
21635 <features tabularvalignment="middle">
21636 <column alignment="center" valignment="top" width="0pt">
21637 <column alignment="center" valignment="top" width="0pt">
21638 <row>
21639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 Command
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652 Result
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 neg
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\neg$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 Im
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\Im$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 Re
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\Re$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 aleph
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\aleph$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 partial
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\partial$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 infty
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\infty$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 wp
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\wp$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 imath
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\imath$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 jmath
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\jmath$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 </lyxtabular>
21884
21885 \end_inset
21886
21887
21888 \begin_inset space \hfill{}
21889 \end_inset
21890
21891
21892 \begin_inset Tabular
21893 <lyxtabular version="3" rows="10" columns="2">
21894 <features tabularvalignment="middle">
21895 <column alignment="center" valignment="top" width="0pt">
21896 <column alignment="center" valignment="top" width="0pt">
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 Command
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 Result
21912 \begin_inset Note Note
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916
21917 \series bold
21918
21919 \backslash
21920 raisebox
21921 \series default
21922  is only used as spacer.
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 forall
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\forall$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 exists
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\exists$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \backslash
21990 nexists
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 \begin_inset Formula $\nexists$
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 </row>
22008 <row>
22009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \backslash
22015 emptyset
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 \begin_inset Formula $\emptyset$
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 </row>
22033 <row>
22034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038
22039 \backslash
22040 varnothing
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22046 \begin_inset Text
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Formula $\varnothing$
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063
22064 \backslash
22065 dag
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset Formula $\dag$
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 </row>
22083 <row>
22084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \backslash
22090 ddag
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099 \begin_inset Formula $\ddag$
22100 \end_inset
22101
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \backslash
22115 complement
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset ERT
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128
22129
22130 \backslash
22131 raisebox{-0.8mm}{
22132 \end_layout
22133
22134 \end_inset
22135
22136
22137 \begin_inset Formula $\complement$
22138 \end_inset
22139
22140
22141 \begin_inset ERT
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146 }
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 Bbbk
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\Bbbk$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 </lyxtabular>
22183
22184 \end_inset
22185
22186
22187 \begin_inset space \hfill{}
22188 \end_inset
22189
22190
22191 \begin_inset Tabular
22192 <lyxtabular version="3" rows="10" columns="2">
22193 <features tabularvalignment="middle">
22194 <column alignment="center" valignment="top" width="0pt">
22195 <column alignment="center" valignment="top" width="0pt">
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 Command
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 Result
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 </row>
22216 <row>
22217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221
22222 \backslash
22223 prime
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Formula $\prime$
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 <row>
22242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \backslash
22248 backprime
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257 \begin_inset Formula $\backprime$
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 </row>
22266 <row>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271
22272 \backslash
22273 mho
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Formula $\mho$
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 </row>
22291 <row>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \backslash
22298 triangle
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 \begin_inset Formula $\triangle$
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 </row>
22316 <row>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321
22322 \backslash
22323 angle
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 \begin_inset Formula $\angle$
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 </row>
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346
22347 \backslash
22348 measuredangle
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 \begin_inset Formula $\measuredangle$
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371
22372 \backslash
22373 sphericalangle
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 \begin_inset Formula $\sphericalangle$
22383 \end_inset
22384
22385
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 </row>
22391 <row>
22392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396
22397 \backslash
22398 top
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Formula $\top$
22408 \end_inset
22409
22410
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 </row>
22416 <row>
22417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421
22422 \backslash
22423 bot
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Formula $\bot$
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 </lyxtabular>
22442
22443 \end_inset
22444
22445
22446 \begin_inset space \hfill{}
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \begin_layout Standard
22453 \begin_inset Newpage newpage
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Subsection
22460 Miscellaneous Symbols
22461 \begin_inset CommandInset label
22462 LatexCommand label
22463 name "subsec:Miscellaneous-Symbols"
22464
22465 \end_inset
22466
22467
22468 \begin_inset Index idx
22469 status collapsed
22470
22471 \begin_layout Plain Layout
22472 Symbols ! miscellaneous
22473 \end_layout
22474
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \begin_layout Standard
22481 \noindent
22482 \align center
22483 \begin_inset Tabular
22484 <lyxtabular version="3" rows="10" columns="2">
22485 <features tabularvalignment="middle">
22486 <column alignment="center" valignment="top" width="0pt">
22487 <column alignment="center" valignment="top" width="0pt">
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 Command
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 Result
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \backslash
22515 flat
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\flat$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \backslash
22540 natural
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $\natural$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \backslash
22565 sharp
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\sharp$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \backslash
22590 surd
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\surd$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 checkmark
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\checkmark$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 yen
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\yen$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663
22664 \backslash
22665 pounds
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $\pounds$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 $
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 \begin_inset Formula $\$$
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 </row>
22706 <row>
22707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 §
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $§$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 </lyxtabular>
22730
22731 \end_inset
22732
22733
22734 \begin_inset Tabular
22735 <lyxtabular version="3" rows="10" columns="2">
22736 <features tabularvalignment="middle">
22737 <column alignment="center" valignment="top">
22738 <column alignment="center" valignment="top">
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 Command
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 Result
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 hbar
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\hbar$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 hslash
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\hslash$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 clubsuit
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\clubsuit$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \backslash
22841 spadesuit
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\spadesuit$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 <row>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \backslash
22866 bigstar
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 \begin_inset Formula $\bigstar$
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 <row>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889
22890 \backslash
22891 blacklozenge
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 \begin_inset Formula $\blacklozenge$
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 <row>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914
22915 \backslash
22916 blacktriangle
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Formula $\blacktriangle$
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 </row>
22934 <row>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939
22940 \backslash
22941 blacktiangledown
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 \begin_inset Formula $\blacktriangledown$
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 </row>
22959 <row>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964
22965 \backslash
22966 bullet
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 \begin_inset Formula $\bullet$
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 </lyxtabular>
22985
22986 \end_inset
22987
22988
22989 \begin_inset Tabular
22990 <lyxtabular version="3" rows="10" columns="2">
22991 <features tabularvalignment="middle">
22992 <column alignment="center" valignment="top" width="0pt">
22993 <column alignment="center" valignment="top" width="0pt">
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 Command
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 Result
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 </row>
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \backslash
23021 diamondsuit
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 \begin_inset Formula $\diamondsuit$
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 </row>
23039 <row>
23040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \backslash
23046 Diamond
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Formula $\Diamond$
23056 \end_inset
23057
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \backslash
23071 heartsuit
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 \begin_inset Formula $\heartsuit$
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \backslash
23096 P
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105 \begin_inset Formula $\P$
23106 \end_inset
23107
23108
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 </row>
23114 <row>
23115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119
23120 \backslash
23121 copyright
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 \begin_inset Formula $\copyright$
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \backslash
23146 circledR
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 \begin_inset Formula $\circledR$
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \end_inset
23162 </cell>
23163 </row>
23164 <row>
23165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23166 \begin_inset Text
23167
23168 \begin_layout Plain Layout
23169
23170 \backslash
23171 maltese
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Formula $\maltese$
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 </row>
23189 <row>
23190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \backslash
23196 diagup
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\diagup$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 diagdown
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset Formula $\diagdown$
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 </row>
23239 </lyxtabular>
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset VSpace medskip
23248 \end_inset
23249
23250
23251 \end_layout
23252
23253 \begin_layout Standard
23254 Some symbols can be displayed in different sizes, see 
23255 \begin_inset CommandInset ref
23256 LatexCommand ref
23257 reference "subsec:Font-Sizes"
23258
23259 \end_inset
23260
23261 .
23262 \end_layout
23263
23264 \begin_layout Subsection
23265 The Euro-Symbol €
23266 \begin_inset Index idx
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270 Symbols ! Euro-symbol
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \begin_inset Index idx
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 @
23283 \begin_inset ERT
23284 status collapsed
23285
23286 \begin_layout Plain Layout
23287
23288
23289 \backslash
23290 officialeuro
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 To use the Euro symbol in formulas, the \SpecialChar LaTeX
23305 -package 
23306 \series bold
23307 eurosym
23308 \series default
23309
23310 \begin_inset Index idx
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 Packages ! eurosym
23315 \end_layout
23316
23317 \end_inset
23318
23319  must be installed and loaded with the \SpecialChar LaTeX
23320 -preamble line
23321 \end_layout
23322
23323 \begin_layout Standard
23324
23325 \series bold
23326
23327 \backslash
23328 usepackage[gennarrow]{eurosym}
23329 \end_layout
23330
23331 \begin_layout Standard
23332 The Euro symbol can now be inserted with the command 
23333 \series bold
23334
23335 \backslash
23336 euro
23337 \series default
23338
23339 \begin_inset Index idx
23340 status collapsed
23341
23342 \begin_layout Plain Layout
23343 Commands ! E ! 
23344 \backslash
23345 euro
23346 \end_layout
23347
23348 \end_inset
23349
23350 .
23351 \end_layout
23352
23353 \begin_layout Standard
23354 The Euro symbol can directly be inserted with the € key in mathematical
23355  text, without having 
23356 \series bold
23357 eurosym
23358 \series default
23359  installed.
23360  When 
23361 \series bold
23362 eurosym
23363 \series default
23364  is installed, 
23365 \series bold
23366
23367 \backslash
23368 euro
23369 \series default
23370  can also be inserted in \SpecialChar TeX
23371  mode.
23372  The official currency symbol can then be inserted with the command 
23373 \series bold
23374
23375 \backslash
23376 officialeuro
23377 \series default
23378
23379 \begin_inset Index idx
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383 Commands ! O ! 
23384 \backslash
23385 officialeuro
23386 \end_layout
23387
23388 \end_inset
23389
23390 , that is only available in \SpecialChar TeX
23391  mode.
23392 \end_layout
23393
23394 \begin_layout Standard
23395 \begin_inset ERT
23396 status collapsed
23397
23398 \begin_layout Plain Layout
23399
23400
23401 \backslash
23402 ifeurosym 
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \begin_inset Note Note
23409 status open
23410
23411 \begin_layout Plain Layout
23412 The following table will only be displayed when the \SpecialChar LaTeX
23413 -package 
23414 \series bold
23415 eurosym
23416 \series default
23417  is installed.
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \begin_layout Standard
23426 An overview about the different Euro symbols:
23427 \begin_inset Separator parbreak
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \begin_layout Standard
23434 \align center
23435 \begin_inset Tabular
23436 <lyxtabular version="3" rows="4" columns="3">
23437 <features tabularvalignment="middle">
23438 <column alignment="center" valignment="top" width="0pt">
23439 <column alignment="center" valignment="top" width="0pt">
23440 <column alignment="center" valignment="top" width="0pt">
23441 <row>
23442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 Command 
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 Result
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 formula
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \backslash
23486 euro
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Formula $\euro$
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 mathematical text
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\mbox{€}$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541 \SpecialChar TeX
23542  mode
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551
23552 \backslash
23553 officialeuro
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23559 \begin_inset Text
23560
23561 \begin_layout Plain Layout
23562 \begin_inset ERT
23563 status collapsed
23564
23565 \begin_layout Plain Layout
23566
23567
23568 \backslash
23569 officialeuro
23570 \end_layout
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 </lyxtabular>
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Standard
23588 \begin_inset ERT
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593
23594 \backslash
23595 else 
23596 \end_layout
23597
23598 \end_inset
23599
23600
23601 \begin_inset Note Note
23602 status open
23603
23604 \begin_layout Plain Layout
23605 The following will be displayed when the \SpecialChar LaTeX
23606 -package 
23607 \series bold
23608 eurosym
23609 \series default
23610  is not installed:
23611 \end_layout
23612
23613 \end_inset
23614
23615
23616 \end_layout
23617
23618 \begin_layout Standard
23619 You need to install the \SpecialChar LaTeX
23620 -package 
23621 \series bold
23622 eurosym
23623 \series default
23624  to see the rest of this subsection in the output.
23625 \end_layout
23626
23627 \begin_layout Standard
23628 \begin_inset ERT
23629 status collapsed
23630
23631 \begin_layout Plain Layout
23632
23633
23634 \backslash
23635 fi 
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 \begin_inset Newpage newpage
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Section
23651 Relations
23652 \begin_inset CommandInset label
23653 LatexCommand label
23654 name "sec:Relations"
23655
23656 \end_inset
23657
23658
23659 \begin_inset Index idx
23660 status collapsed
23661
23662 \begin_layout Plain Layout
23663 Relations
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset Index idx
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673 Comparisons|see
23674 \begin_inset ERT
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678
23679 {
23680 \end_layout
23681
23682 \end_inset
23683
23684 Relations
23685 \begin_inset ERT
23686 status collapsed
23687
23688 \begin_layout Plain Layout
23689
23690 }
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Standard
23704 All following relations can also be inserted via the toolbar button 
23705 \begin_inset Info
23706 type  "icon"
23707 arg   "math-insert \\leq"
23708 \end_inset
23709
23710 .
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset space \hfill{}
23715 \end_inset
23716
23717
23718 \begin_inset Tabular
23719 <lyxtabular version="3" rows="17" columns="2">
23720 <features tabularvalignment="middle">
23721 <column alignment="center" valignment="top" width="0pt">
23722 <column alignment="center" valignment="top" width="0pt">
23723 <row>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 Command
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 Result
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 <
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Formula $<$
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 le
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $\le$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 ll
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $\ll$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 prec
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\prec$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 preceq
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\preceq$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 subset
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\subset$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 subseteq
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\subseteq$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 sqsubseteq
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\sqsubseteq$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 in
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\in$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 vdash
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\vdash$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996
23997 \backslash
23998 smile
23999 \end_layout
24000
24001 \end_inset
24002 </cell>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007 \begin_inset Formula $\smile$
24008 \end_inset
24009
24010
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 </row>
24016 <row>
24017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24018 \begin_inset Text
24019
24020 \begin_layout Plain Layout
24021
24022 \backslash
24023 lhd
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 \begin_inset Formula $\lhd$
24033 \end_inset
24034
24035
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 </row>
24041 <row>
24042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046
24047 \backslash
24048 unlhd
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 \begin_inset Formula $\unlhd$
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 <row>
24067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071
24072 \backslash
24073 gtrless
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 \begin_inset Formula $\gtrless$
24083 \end_inset
24084
24085
24086 \end_layout
24087
24088 \end_inset
24089 </cell>
24090 </row>
24091 <row>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 mid
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 \begin_inset Formula $\mid$
24108 \end_inset
24109
24110
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 </row>
24116 <row>
24117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 nmid
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 \begin_inset Formula $\nmid$
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 </lyxtabular>
24142
24143 \end_inset
24144
24145
24146 \begin_inset space \hfill{}
24147 \end_inset
24148
24149
24150 \begin_inset Tabular
24151 <lyxtabular version="3" rows="17" columns="2">
24152 <features tabularvalignment="middle">
24153 <column alignment="center" valignment="top" width="0pt">
24154 <column alignment="center" valignment="top" width="0pt">
24155 <row>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 Command
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169 Result
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 </row>
24175 <row>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 =
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Formula $=$
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 not=
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Formula $\not=$
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 equiv
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $\equiv$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 sim
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Formula $\sim$
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 <row>
24274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 simeq
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $\simeq$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 approx
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\approx$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 cong
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\cong$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 bowtie
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset Formula $\bowtie$
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 notin
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 \begin_inset Formula $\notin$
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 perp
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $\perp$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 propto
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 \begin_inset Formula $\propto$
24440 \end_inset
24441
24442
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 asymp
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464 \begin_inset Formula $\asymp$
24465 \end_inset
24466
24467
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \backslash
24480 doteq
24481 \end_layout
24482
24483 \end_inset
24484 </cell>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Formula $\doteq$
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 </row>
24498 <row>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503
24504 \backslash
24505 circeq
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 \begin_inset Formula $\circeq$
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 </row>
24523 <row>
24524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528
24529 \backslash
24530 models
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 \begin_inset Formula $\models$
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 </row>
24548 <row>
24549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 widehat=
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564 \begin_inset Formula $\widehat{=}$
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 </row>
24573 </lyxtabular>
24574
24575 \end_inset
24576
24577
24578 \begin_inset space \hfill{}
24579 \end_inset
24580
24581
24582 \begin_inset Tabular
24583 <lyxtabular version="3" rows="17" columns="2">
24584 <features tabularvalignment="middle">
24585 <column alignment="center" valignment="top" width="0pt">
24586 <column alignment="center" valignment="top" width="0pt">
24587 <row>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 Command
24593 \end_layout
24594
24595 \end_inset
24596 </cell>
24597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24598 \begin_inset Text
24599
24600 \begin_layout Plain Layout
24601 Result
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 </row>
24607 <row>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612 >
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Formula $>$
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 <row>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635
24636 \backslash
24637 ge
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 \begin_inset Formula $\ge$
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 </row>
24655 <row>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660
24661 \backslash
24662 gg
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 \begin_inset Formula $\gg$
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 succ
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Formula $\succ$
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 </row>
24705 <row>
24706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24707 \begin_inset Text
24708
24709 \begin_layout Plain Layout
24710
24711 \backslash
24712 succeq
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 \begin_inset Formula $\succeq$
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 </row>
24730 <row>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 supset
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 \begin_inset Formula $\supset$
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 <row>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760
24761 \backslash
24762 supseteq
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 \begin_inset Formula $\supseteq$
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 </row>
24780 <row>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \backslash
24787 sqsupseteq
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 \begin_inset Formula $\sqsupseteq$
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810
24811 \backslash
24812 ni
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 \begin_inset Formula $\ni$
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 <row>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \backslash
24837 dashv
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 \begin_inset Formula $\dashv$
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 frown
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $\frown$
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 <row>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 rhd
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 \begin_inset Formula $\rhd$
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 </row>
24905 <row>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 unrhd
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 \begin_inset Formula $\unrhd$
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 </row>
24930 <row>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 lessgtr
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 \begin_inset Formula $\lessgtr$
24947 \end_inset
24948
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 <row>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 parallel
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 \begin_inset Formula $\parallel$
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 <row>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 nparallel
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 \begin_inset Formula $\nparallel$
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 </lyxtabular>
25006
25007 \end_inset
25008
25009
25010 \begin_inset space \hfill{}
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \begin_layout Standard
25017 \begin_inset VSpace medskip
25018 \end_inset
25019
25020 The characters 
25021 \series bold
25022
25023 \backslash
25024 lhd
25025 \series default
25026  and 
25027 \series bold
25028
25029 \backslash
25030 rhd
25031 \series default
25032  are bigger than the equal looking operators 
25033 \series bold
25034
25035 \backslash
25036 triangleleft
25037 \series default
25038  and 
25039 \series bold
25040
25041 \backslash
25042 triangleright
25043 \series default
25044 , respectively.
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \SpecialChar LyX
25049  supports also many special relations.
25050  Use the toolbar button 
25051 \begin_inset Info
25052 type  "icon"
25053 arg   "math-insert \\leqq"
25054 \end_inset
25055
25056  to see a list of these relations.
25057 \end_layout
25058
25059 \begin_layout Standard
25060 Relations are, in contrary to symbols, always surrounded by space.
25061 \end_layout
25062
25063 \begin_layout Standard
25064 Relations with labels can be created with the command 
25065 \series bold
25066
25067 \backslash
25068 stackrel
25069 \series default
25070
25071 \begin_inset Index idx
25072 status collapsed
25073
25074 \begin_layout Plain Layout
25075 Commands ! S ! 
25076 \backslash
25077 stackrel
25078 \end_layout
25079
25080 \end_inset
25081
25082 :
25083 \begin_inset Separator parbreak
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Standard
25090 \align center
25091 \begin_inset Tabular
25092 <lyxtabular version="3" rows="2" columns="2">
25093 <features tabularvalignment="middle">
25094 <column alignment="center" valignment="top">
25095 <column alignment="center" valignment="top">
25096 <row>
25097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101 Command
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110 Result
25111 \begin_inset Note Note
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115
25116 \series bold
25117
25118 \backslash
25119 raisebox
25120 \series default
25121  is only used as spacer.
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137 A(r)
25138 \backslash
25139 stackrel
25140 \begin_inset space \textvisiblespace{}
25141 \end_inset
25142
25143 r
25144 \backslash
25145 to
25146 \backslash
25147 infty
25148 \begin_inset space \textvisiblespace{}
25149 \end_inset
25150
25151
25152 \begin_inset Formula $\downarrow$
25153 \end_inset
25154
25155
25156 \backslash
25157 approx
25158 \begin_inset space \textvisiblespace{}
25159 \end_inset
25160
25161
25162 \begin_inset space \textvisiblespace{}
25163 \end_inset
25164
25165 B
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 </lyxtabular>
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Section
25191 Functions
25192 \end_layout
25193
25194 \begin_layout Subsection
25195 Predefined Functions
25196 \begin_inset CommandInset label
25197 LatexCommand label
25198 name "subsec:Predefined-Functions"
25199
25200 \end_inset
25201
25202
25203 \begin_inset Index idx
25204 status collapsed
25205
25206 \begin_layout Plain Layout
25207 Functions ! predefined
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 In general, variables are set 
25217 \emph on
25218 italic
25219 \emph default
25220  in mathematical expressions, but not function names, because 
25221 \begin_inset Formula $sin$
25222 \end_inset
25223
25224  could be misunderstood as 
25225 \begin_inset Formula $s\cdot i\cdot n$
25226 \end_inset
25227
25228 .
25229  Therefore there are predefined functionswhich are additionally a bit separated
25230  from prefactors.
25231  They are inserted as commands starting with a backslash before their name.
25232 \begin_inset Separator parbreak
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \begin_layout Standard
25239 \align center
25240 \begin_inset Tabular
25241 <lyxtabular version="3" rows="2" columns="4">
25242 <features tabularvalignment="middle">
25243 <column alignment="center" valignment="top" width="0pt">
25244 <column alignment="center" valignment="top" width="0pt">
25245 <column alignment="center" valignment="top" width="0pt">
25246 <column alignment="center" valignment="top" width="0pt">
25247 <row>
25248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252 Command
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261 Result
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 Command
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 Result
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 </row>
25285 <row>
25286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290 Asin(x)+B
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299 \begin_inset Formula $Asin(x)+B$
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311 A
25312 \backslash
25313 sin(x)+B
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322 \begin_inset Formula $A\sin(x)+B$
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 </row>
25331 </lyxtabular>
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 The following functions are predefined:
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \begin_inset VSpace -2mm
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Standard
25350 \align center
25351 \begin_inset Tabular
25352 <lyxtabular version="3" rows="9" columns="4">
25353 <features tabularvalignment="middle">
25354 <column alignment="center" valignment="top" width="0pt">
25355 <column alignment="center" valignment="top" width="0pt">
25356 <column alignment="center" valignment="top" width="0pt">
25357 <column alignment="center" valignment="top" width="0pt">
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 Command
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372 Command
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381 Command
25382 \end_layout
25383
25384 \end_inset
25385 </cell>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390 Command
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 </row>
25396 <row>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 sin
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 sinh
25415 \end_layout
25416
25417 \end_inset
25418 </cell>
25419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423
25424 \backslash
25425 arcsin
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \backslash
25436 sup
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 </row>
25442 <row>
25443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447
25448 \backslash
25449 cos
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458
25459 \backslash
25460 cosh
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469
25470 \backslash
25471 arccos
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480
25481 \backslash
25482 inf
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \backslash
25495 tan
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504
25505 \backslash
25506 tanh
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515
25516 \backslash
25517 arctan
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526
25527 \backslash
25528 lim
25529 \end_layout
25530
25531 \end_inset
25532 </cell>
25533 </row>
25534 <row>
25535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539
25540 \backslash
25541 cot
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 coth
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \backslash
25563 arg
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \backslash
25574 liminf
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 </row>
25580 <row>
25581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25582 \begin_inset Text
25583
25584 \begin_layout Plain Layout
25585
25586 \backslash
25587 sec
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25593 \begin_inset Text
25594
25595 \begin_layout Plain Layout
25596
25597 \backslash
25598 min
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607
25608 \backslash
25609 deg
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618
25619 \backslash
25620 limsup
25621 \end_layout
25622
25623 \end_inset
25624 </cell>
25625 </row>
25626 <row>
25627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631
25632 \backslash
25633 csc
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642
25643 \backslash
25644 max
25645 \end_layout
25646
25647 \end_inset
25648 </cell>
25649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653
25654 \backslash
25655 det
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664
25665 \backslash
25666 Pr
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 <row>
25673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25674 \begin_inset Text
25675
25676 \begin_layout Plain Layout
25677
25678 \backslash
25679 ln
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 exp
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 dim
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \backslash
25712 hom
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 <row>
25719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723
25724 \backslash
25725 lg
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 log
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 ker
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756
25757 \backslash
25758 gcd
25759 \end_layout
25760
25761 \end_inset
25762 </cell>
25763 </row>
25764 </lyxtabular>
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \begin_layout Standard
25772 They can also be inserted with the math toolbar button 
25773 \begin_inset Info
25774 type  "icon"
25775 arg   "math-insert \\functions"
25776 \end_inset
25777
25778 .
25779 \end_layout
25780
25781 \begin_layout Subsection
25782 Self-defined Functions
25783 \begin_inset Index idx
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787 Functions ! self-defined
25788 \end_layout
25789
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \begin_layout Standard
25796 To use a function that is not predefined, like for example the sign function
25797  sgn(x), there are two possibilities:
25798 \end_layout
25799
25800 \begin_layout Itemize
25801 Define the function by inserting the following line to the \SpecialChar LaTeX
25802 -preamble
25803 \begin_inset Foot
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807 For more about 
25808 \series bold
25809
25810 \backslash
25811 DeclareMathOperator
25812 \series default
25813  see 
25814 \begin_inset CommandInset ref
25815 LatexCommand ref
25816 reference "subsec:Self-defined-Operators"
25817
25818 \end_inset
25819
25820 .
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \begin_inset Newline newline
25827 \end_inset
25828
25829
25830 \begin_inset VSpace -3mm
25831 \end_inset
25832
25833
25834 \begin_inset Newline newline
25835 \end_inset
25836
25837
25838 \series bold
25839
25840 \backslash
25841 DeclareMathOperator{
25842 \backslash
25843 sgn}{sgn}
25844 \series default
25845
25846 \begin_inset Index idx
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850 Commands ! D ! 
25851 \backslash
25852 dbinom@
25853 \backslash
25854 DeclareMathOperator
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \begin_inset Newline newline
25861 \end_inset
25862
25863
25864 \begin_inset VSpace -2mm
25865 \end_inset
25866
25867
25868 \begin_inset Newline newline
25869 \end_inset
25870
25871 Now the new defined function can be called with the command 
25872 \series bold
25873
25874 \backslash
25875 sgn
25876 \series default
25877 .
25878 \end_layout
25879
25880 \begin_layout Itemize
25881 Write the formula as usual, mark the formula name, in our example the letters
25882  
25883 \emph on
25884 sgn
25885 \emph default
25886 , and change it to mathematical text.
25887  Finally, a space is inserted between prefactor and function.
25888 \end_layout
25889
25890 \begin_layout Standard
25891 The result is the same with both methods as with a predefined function
25892 \begin_inset Foot
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896 In \SpecialChar LyX
25897  self-defined functions are displayed red, predefined ones black.
25898 \end_layout
25899
25900 \end_inset
25901
25902 :
25903 \begin_inset Separator parbreak
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \align center
25911 \begin_inset Tabular
25912 <lyxtabular version="3" rows="3" columns="2">
25913 <features tabularvalignment="middle">
25914 <column alignment="center" valignment="top" width="0pt">
25915 <column alignment="center" valignment="top" width="0pt">
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 Command
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 Result
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 </row>
25936 <row>
25937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 A
25942 \backslash
25943 sgn(x)+B
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952 \begin_inset Formula $A\sgn(x)+B$
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 </row>
25961 <row>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 A
25967 \backslash
25968 ,
25969 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25970 \end_inset
25971
25972 (x)+B
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 </row>
25990 </lyxtabular>
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 The first method is more suitable when the self-defined function should
25999  be used several times.
26000 \end_layout
26001
26002 \begin_layout Subsection
26003 Limits
26004 \begin_inset Index idx
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 Limits
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 For limits, in addition to the commands 
26018 \series bold
26019
26020 \backslash
26021 lim
26022 \series default
26023
26024 \begin_inset Index idx
26025 status collapsed
26026
26027 \begin_layout Plain Layout
26028 Commands ! L ! 
26029 \backslash
26030 lim
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \series bold
26037
26038 \backslash
26039 liminf
26040 \series default
26041  and 
26042 \series bold
26043
26044 \backslash
26045 limsup
26046 \series default
26047  the following functions are defined:
26048 \begin_inset Separator parbreak
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Standard
26055 \align center
26056 \begin_inset Tabular
26057 <lyxtabular version="3" rows="5" columns="2">
26058 <features tabularvalignment="middle">
26059 <column alignment="center" valignment="top">
26060 <column alignment="center" valignment="top">
26061 <row>
26062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 Command
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075 Result
26076 \begin_inset Note Note
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080
26081 \series bold
26082
26083 \backslash
26084 raisebox
26085 \series default
26086  is only used as spacer.
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 varliminf
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\varliminf$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 varlimsup
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\varlimsup$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 varprojlim
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset Formula $\varprojlim$
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 varinjlim
26180 \end_layout
26181
26182 \end_inset
26183 </cell>
26184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 \begin_inset Formula $\varinjlim$
26189 \end_inset
26190
26191
26192 \begin_inset Formula $\raisebox{-2.5mm}{}$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 </lyxtabular>
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \begin_inset VSpace medskip
26210 \end_inset
26211
26212 The limit is created by inserting a subscript.
26213  It is set right beside the function in an inline formula:
26214 \end_layout
26215
26216 \begin_layout Standard
26217 \align center
26218 \begin_inset Tabular
26219 <lyxtabular version="3" rows="2" columns="2">
26220 <features tabularvalignment="middle">
26221 <column alignment="center" valignment="top" width="0pt">
26222 <column alignment="center" valignment="top" width="0pt">
26223 <row>
26224 <cell alignment="center" valignment="top" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228 Command
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset space \hspace{}
26238 \length 1cm
26239 \end_inset
26240
26241 Result
26242 \begin_inset Note Note
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246 The space and
26247 \series bold
26248  
26249 \backslash
26250 raisebox
26251 \series default
26252  are used here as spacer.
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 </row>
26263 <row>
26264 <cell alignment="center" valignment="top" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268
26269 \backslash
26270 lim_x
26271 \backslash
26272 to
26273 \begin_inset space \textvisiblespace{}
26274 \end_inset
26275
26276 A
26277 \begin_inset space \textvisiblespace{}
26278 \end_inset
26279
26280 x=B
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 </lyxtabular>
26299
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \begin_layout Standard
26306 In a displayed formula the limit is set below the formula, as usual:
26307 \begin_inset Formula 
26308 \[
26309 \lim_{x\to A}x=B
26310 \]
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \begin_layout Standard
26318 \begin_inset VSpace medskip
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \begin_layout Standard
26325 How to adjust the typesetting of the limits see 
26326 \begin_inset CommandInset ref
26327 LatexCommand ref
26328 reference "subsec:Operator-Limits"
26329
26330 \end_inset
26331
26332 .
26333 \end_layout
26334
26335 \begin_layout Subsection
26336 Modulo-Functions
26337 \begin_inset Index idx
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 Functions ! modulo-
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Standard
26350 The modulo-function is special, because it exists in four variants.
26351  The variants in a displayed formula are:
26352 \begin_inset Formula 
26353 \begin{align*}
26354 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26355 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26356 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26357 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26358 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26359 \end{align*}
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Standard
26367 In an inline formula less space is set before the function names for all
26368  variants.
26369  By default the modulo-functions take only the first following character
26370  into account.
26371  To use more than one character, one has to put them into \SpecialChar TeX
26372  braces:
26373 \begin_inset Formula 
26374 \begin{align*}
26375 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26376 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26377 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26378 \end{align*}
26379
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \begin_layout Section
26386 Special Characters
26387 \begin_inset Index idx
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391 Special characters
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \begin_layout Standard
26400 The characters ^ and _ would normally create a superscript and subscript,
26401  respectively.
26402  To get these characters you have to insert them with a leading 
26403 \backslash
26404 :
26405 \begin_inset Separator parbreak
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Standard
26412 \noindent
26413 \align center
26414 \begin_inset Tabular
26415 <lyxtabular version="3" rows="3" columns="2">
26416 <features tabularvalignment="middle">
26417 <column alignment="block" valignment="top">
26418 <column alignment="block" valignment="top">
26419 <row>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 Command
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433 Result
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444
26445 \backslash
26446 ^
26447 \begin_inset space \textvisiblespace{}
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459 \begin_inset Formula $\mathcircumflex$
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 </row>
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473
26474 \backslash
26475 _
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 \begin_inset Formula $\_$
26485 \end_inset
26486
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 </row>
26493 </lyxtabular>
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \begin_layout Subsection
26501 Special Characters in Mathematical Text
26502 \end_layout
26503
26504 \begin_layout Standard
26505 The following commands can only be used in mathematical text or in \SpecialChar TeX
26506  mode:
26507 \end_layout
26508
26509 \begin_layout Standard
26510 \begin_inset space \hfill{}
26511 \end_inset
26512
26513
26514 \begin_inset Tabular
26515 <lyxtabular version="3" rows="8" columns="2">
26516 <features tabularvalignment="middle">
26517 <column alignment="block" valignment="top">
26518 <column alignment="block" valignment="top">
26519 <row>
26520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524 Command
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 Result
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 oe
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 \begin_inset Formula $\textrm{œ}$
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 <row>
26565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569
26570 \backslash
26571 OE
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 \begin_inset Formula $\textrm{Œ}$
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \end_inset
26587 </cell>
26588 </row>
26589 <row>
26590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594
26595 \backslash
26596 ae
26597 \end_layout
26598
26599 \end_inset
26600 </cell>
26601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26602 \begin_inset Text
26603
26604 \begin_layout Plain Layout
26605 \begin_inset Formula $\textrm{æ}$
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 </row>
26614 <row>
26615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619
26620 \backslash
26621 AE
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Formula $\textrm{Æ}$
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 </row>
26639 <row>
26640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26641 \begin_inset Text
26642
26643 \begin_layout Plain Layout
26644
26645 \backslash
26646 aa
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 \begin_inset Formula $\textrm{\aa}$
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row>
26665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669
26670 \backslash
26671 AA
26672 \begin_inset Index idx
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676
26677 \backslash
26678 @
26679 \begin_inset ERT
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683
26684
26685 \backslash
26686 textrm{
26687 \backslash
26688 AA}
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset Formula $\textrm{Å}$
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 </row>
26716 <row>
26717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721
26722 \backslash
26723 i
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732 \begin_inset Formula $\textrm{ı}$
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 </lyxtabular>
26742
26743 \end_inset
26744
26745
26746 \begin_inset space \hfill{}
26747 \end_inset
26748
26749
26750 \begin_inset Tabular
26751 <lyxtabular version="3" rows="8" columns="2">
26752 <features tabularvalignment="middle">
26753 <column alignment="block" valignment="top">
26754 <column alignment="center" valignment="top">
26755 <row>
26756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 command
26761 \begin_inset Note Note
26762 status collapsed
26763
26764 \begin_layout Plain Layout
26765 The space of 0
26766 \begin_inset space \thinspace{}
26767 \end_inset
26768
26769 mm is used for separation, because otherwise the output will be ¡ and ¿
26770  respectively.
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \end_inset
26779 </cell>
26780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26781 \begin_inset Text
26782
26783 \begin_layout Plain Layout
26784 Result
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795
26796 \backslash
26797 o
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset Formula $\textrm{ø}$
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 </row>
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \backslash
26822 O
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 \begin_inset Formula $\textrm{Ø}$
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 l
26848 \end_layout
26849
26850 \end_inset
26851 </cell>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Plain Layout
26856 \begin_inset Formula $\textrm{ł}$
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 </row>
26865 <row>
26866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Plain Layout
26870
26871 \backslash
26872 L
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881 \begin_inset Formula $\textrm{Ł}$
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 </row>
26890 <row>
26891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895 !
26896 \begin_inset space \hspace{}
26897 \length 0mm
26898 \end_inset
26899
26900 `
26901 \begin_inset space \textvisiblespace{}
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26910 \begin_inset Text
26911
26912 \begin_layout Plain Layout
26913 \begin_inset Formula $\textrm{!`}$
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 </row>
26922 <row>
26923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 ?
26928 \begin_inset space \hspace{}
26929 \length 0mm
26930 \end_inset
26931
26932 `
26933 \begin_inset space \textvisiblespace{}
26934 \end_inset
26935
26936
26937 \end_layout
26938
26939 \end_inset
26940 </cell>
26941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945 \begin_inset Formula $\textrm{?`}$
26946 \end_inset
26947
26948
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 </row>
26954 <row>
26955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26956 \begin_inset Text
26957
26958 \begin_layout Plain Layout
26959
26960 \backslash
26961 j
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 \begin_inset Formula $\textrm{ȷ}$
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 </row>
26979 </lyxtabular>
26980
26981 \end_inset
26982
26983
26984 \begin_inset space \hfill{}
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \begin_layout Standard
26991 The characters 
26992 \begin_inset Formula $\textrm{\textrm{Å}}$
26993 \end_inset
26994
26995  and 
26996 \begin_inset Formula $\textrm{\textrm{Ø}}$
26997 \end_inset
26998
26999  can also be inserted via the math toolbar button 
27000 \begin_inset Info
27001 type  "icon"
27002 arg   "math-insert \\digamma"
27003 \end_inset
27004
27005 .
27006 \end_layout
27007
27008 \begin_layout Standard
27009 An exception are the commands 
27010 \series bold
27011 !
27012 \begin_inset space \hspace{}
27013 \length 0mm
27014 \end_inset
27015
27016 `
27017 \series default
27018  and 
27019 \series bold
27020 ?
27021 \begin_inset space \hspace{}
27022 \length 0mm
27023 \end_inset
27024
27025 `
27026 \series default
27027 , because they can be inserted in \SpecialChar LyX
27028  directly to text.
27029 \end_layout
27030
27031 \begin_layout Subsection
27032 Accents in Text
27033 \begin_inset CommandInset label
27034 LatexCommand label
27035 name "subsec:Accents-in-Text"
27036
27037 \end_inset
27038
27039
27040 \begin_inset Index idx
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 Accents ! in text
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 With the following commands all letters can be accented.
27054  The commands must be inserted in \SpecialChar TeX
27055  mode.
27056 \end_layout
27057
27058 \begin_layout Standard
27059 \begin_inset space \hfill{}
27060 \end_inset
27061
27062
27063 \begin_inset Tabular
27064 <lyxtabular version="3" rows="8" columns="2">
27065 <features tabularvalignment="middle">
27066 <column alignment="block" valignment="top">
27067 <column alignment="block" valignment="top">
27068 <row>
27069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073 Command
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 Result
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 </row>
27088 <row>
27089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093
27094 \backslash
27095
27096 \begin_inset Quotes grd
27097 \end_inset
27098
27099 e
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 "e
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 <row>
27127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131
27132 \backslash
27133 `e
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27139 \begin_inset Text
27140
27141 \begin_layout Plain Layout
27142 \begin_inset ERT
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146
27147
27148 \backslash
27149 `e
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 </row>
27160 <row>
27161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165
27166 \backslash
27167 ^
27168 \begin_inset space \textvisiblespace{}
27169 \end_inset
27170
27171 e
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Plain Layout
27180 \begin_inset ERT
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184
27185
27186 \backslash
27187 ^e
27188 \end_layout
27189
27190 \end_inset
27191
27192
27193 \end_layout
27194
27195 \end_inset
27196 </cell>
27197 </row>
27198 <row>
27199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27200 \begin_inset Text
27201
27202 \begin_layout Plain Layout
27203
27204 \backslash
27205 =e
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 =e
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237
27238 \backslash
27239 u
27240 \begin_inset space \textvisiblespace{}
27241 \end_inset
27242
27243 e
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27249 \begin_inset Text
27250
27251 \begin_layout Plain Layout
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 u e
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 </row>
27270 <row>
27271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27272 \begin_inset Text
27273
27274 \begin_layout Plain Layout
27275
27276 \backslash
27277 b
27278 \begin_inset space \textvisiblespace{}
27279 \end_inset
27280
27281 e
27282 \end_layout
27283
27284 \end_inset
27285 </cell>
27286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 b e
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 </row>
27308 <row>
27309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27310 \begin_inset Text
27311
27312 \begin_layout Plain Layout
27313
27314 \backslash
27315 t
27316 \begin_inset space \textvisiblespace{}
27317 \end_inset
27318
27319 ee
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27325 \begin_inset Text
27326
27327 \begin_layout Plain Layout
27328 \begin_inset ERT
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332
27333
27334 \backslash
27335 t ee
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \end_inset
27344 </cell>
27345 </row>
27346 </lyxtabular>
27347
27348 \end_inset
27349
27350
27351 \begin_inset space \hfill{}
27352 \end_inset
27353
27354
27355 \begin_inset Tabular
27356 <lyxtabular version="3" rows="8" columns="2">
27357 <features tabularvalignment="middle">
27358 <column alignment="block" valignment="top">
27359 <column alignment="center" valignment="top">
27360 <row>
27361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365 Command
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 Result
27375 \end_layout
27376
27377 \end_inset
27378 </cell>
27379 </row>
27380 <row>
27381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27382 \begin_inset Text
27383
27384 \begin_layout Plain Layout
27385
27386 \backslash
27387 H
27388 \begin_inset space \textvisiblespace{}
27389 \end_inset
27390
27391 e
27392 \end_layout
27393
27394 \end_inset
27395 </cell>
27396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400 \begin_inset ERT
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404
27405
27406 \backslash
27407 H e
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \end_inset
27416 </cell>
27417 </row>
27418 <row>
27419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27420 \begin_inset Text
27421
27422 \begin_layout Plain Layout
27423
27424 \backslash
27425 'e
27426 \end_layout
27427
27428 \end_inset
27429 </cell>
27430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27431 \begin_inset Text
27432
27433 \begin_layout Plain Layout
27434 \begin_inset ERT
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438
27439
27440 \backslash
27441 'e
27442 \end_layout
27443
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \end_inset
27450 </cell>
27451 </row>
27452 <row>
27453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27454 \begin_inset Text
27455
27456 \begin_layout Plain Layout
27457
27458 \backslash
27459 ~e
27460 \begin_inset Index idx
27461 status collapsed
27462
27463 \begin_layout Plain Layout
27464 Tilde
27465 \end_layout
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 \begin_inset ERT
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482
27483
27484 \backslash
27485 ~e
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \end_inset
27494 </cell>
27495 </row>
27496 <row>
27497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501
27502 \backslash
27503 .e
27504 \end_layout
27505
27506 \end_inset
27507 </cell>
27508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27509 \begin_inset Text
27510
27511 \begin_layout Plain Layout
27512 \begin_inset ERT
27513 status collapsed
27514
27515 \begin_layout Plain Layout
27516
27517
27518 \backslash
27519 .e
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \end_inset
27528 </cell>
27529 </row>
27530 <row>
27531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27532 \begin_inset Text
27533
27534 \begin_layout Plain Layout
27535
27536 \backslash
27537 v
27538 \begin_inset space \textvisiblespace{}
27539 \end_inset
27540
27541 e
27542 \end_layout
27543
27544 \end_inset
27545 </cell>
27546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27547 \begin_inset Text
27548
27549 \begin_layout Plain Layout
27550 \begin_inset ERT
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554
27555
27556 \backslash
27557 v e
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 </row>
27568 <row>
27569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573
27574 \backslash
27575 d
27576 \begin_inset space \textvisiblespace{}
27577 \end_inset
27578
27579 e
27580 \end_layout
27581
27582 \end_inset
27583 </cell>
27584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27585 \begin_inset Text
27586
27587 \begin_layout Plain Layout
27588 \begin_inset ERT
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592
27593
27594 \backslash
27595 d e
27596 \end_layout
27597
27598 \end_inset
27599
27600
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 </row>
27606 <row>
27607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27608 \begin_inset Text
27609
27610 \begin_layout Plain Layout
27611
27612 \backslash
27613 c
27614 \begin_inset space \textvisiblespace{}
27615 \end_inset
27616
27617 e
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631
27632 \backslash
27633 c e
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 </row>
27644 </lyxtabular>
27645
27646 \end_inset
27647
27648
27649 \begin_inset space \hfill{}
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Standard
27656 \begin_inset VSpace medskip
27657 \end_inset
27658
27659 With the command 
27660 \series bold
27661
27662 \backslash
27663 t
27664 \series default
27665  also two different characters can be accented.
27666  The command 
27667 \series bold
27668
27669 \backslash
27670 t
27671 \begin_inset space \textvisiblespace{}
27672 \end_inset
27673
27674 sz
27675 \series default
27676  creates: 
27677 \begin_inset ERT
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681
27682
27683 \backslash
27684 t sz
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 The accents 
27694 \series bold
27695 `
27696 \series default
27697  , 
27698 \series bold
27699 '
27700 \series default
27701  and 
27702 \series bold
27703 ^
27704 \series default
27705  can in combination with vowels directly be inserted with the keyboard without
27706  using \SpecialChar TeX
27707  mode.
27708  The same applies for the tilde
27709 \begin_inset Foot
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 This only applies for keyboards where the tilde is defined as accent.
27714 \end_layout
27715
27716 \end_inset
27717
27718  
27719 \series bold
27720 ~
27721 \series default
27722  in combination with 
27723 \emph on
27724 a
27725 \emph default
27726  , 
27727 \emph on
27728 n
27729 \emph default
27730  , or 
27731 \emph on
27732 o
27733 \emph default
27734 .
27735 \end_layout
27736
27737 \begin_layout Standard
27738 The commands 
27739 \series bold
27740
27741 \backslash
27742 b
27743 \series default
27744  , 
27745 \series bold
27746
27747 \backslash
27748 c
27749 \series default
27750  , 
27751 \series bold
27752
27753 \backslash
27754 d
27755 \series default
27756  , 
27757 \series bold
27758
27759 \backslash
27760 H
27761 \series default
27762  , 
27763 \series bold
27764
27765 \backslash
27766 t
27767 \series default
27768  , 
27769 \series bold
27770
27771 \backslash
27772 u
27773 \series default
27774  , 
27775 \series bold
27776
27777 \backslash
27778 v
27779 \series default
27780  and accents that are inserted directly with the keyboard are also available
27781  in mathematical text.
27782  For the other accents there are special math commands to be used in formulas,
27783  see 
27784 \begin_inset CommandInset ref
27785 LatexCommand ref
27786 reference "subsec:Accents-for-one"
27787
27788 \end_inset
27789
27790 .
27791 \end_layout
27792
27793 \begin_layout Standard
27794 \begin_inset VSpace bigskip
27795 \end_inset
27796
27797 Furthermore, with the command 
27798 \series bold
27799
27800 \backslash
27801 textcircled
27802 \series default
27803
27804 \begin_inset Index idx
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808 Commands ! T ! 
27809 \backslash
27810 textcircled
27811 \end_layout
27812
27813 \end_inset
27814
27815  all numbers and letters can be set into a circle, quasi accented with a
27816  circle, similar to the copyright symbol.
27817 \end_layout
27818
27819 \begin_layout Standard
27820 \align center
27821 \begin_inset Tabular
27822 <lyxtabular version="3" rows="3" columns="2">
27823 <features tabularvalignment="middle">
27824 <column alignment="center" valignment="top">
27825 <column alignment="center" valignment="top">
27826 <row>
27827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 Command
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 Result
27841 \begin_inset Note Note
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846 \series bold
27847
27848 \backslash
27849 raisebox
27850 \series default
27851  is only used as spacer.
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867
27868 \backslash
27869 textcircled{w}
27870 \end_layout
27871
27872 \end_inset
27873 </cell>
27874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878 \begin_inset ERT
27879 status collapsed
27880
27881 \begin_layout Plain Layout
27882
27883
27884 \backslash
27885 textcircled{w}
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 </row>
27896 <row>
27897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Plain Layout
27901
27902 \backslash
27903 Large 
27904 \backslash
27905 textcircled{
27906 \backslash
27907 normalsize
27908 \backslash
27909 protect
27910 \backslash
27911 raisebox{-1.5pt}{W}}
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920 \begin_inset Formula $\raisebox{4.5mm}{}$
27921 \end_inset
27922
27923
27924 \begin_inset ERT
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928
27929
27930 \backslash
27931 Large 
27932 \backslash
27933 textcircled{
27934 \backslash
27935 normalsize
27936 \backslash
27937 protect
27938 \backslash
27939 raisebox{-1.5pt}W}
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \begin_inset Formula $\raisebox{-2mm}{}$
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 </row>
27954 </lyxtabular>
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Standard
27962 One has to take care that the character fits in the circle.
27963  
27964 \series bold
27965
27966 \backslash
27967 Large
27968 \series default
27969
27970 \begin_inset Foot
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 see 
27975 \begin_inset CommandInset ref
27976 LatexCommand ref
27977 reference "subsec:Font-Sizes"
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \end_inset
27985
27986  specifies thereby the size of the circle.
27987  With the help of 
27988 \series bold
27989
27990 \backslash
27991 raisebox
27992 \series default
27993
27994 \begin_inset Foot
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998 see 
27999 \begin_inset CommandInset ref
28000 LatexCommand ref
28001 reference "subsec:Boxes-without-Frame"
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \end_inset
28009
28010  the character can be centered.
28011 \end_layout
28012
28013 \begin_layout Subsection
28014 Old-style Figures
28015 \begin_inset Index idx
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 Old-style Figures
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 Old-style figures (also known as old-style numerals) are created with the
28029  command 
28030 \series bold
28031
28032 \backslash
28033 oldstylenums
28034 \series default
28035
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 Commands ! O ! 
28041 \backslash
28042 oldstylenums
28043 \end_layout
28044
28045 \end_inset
28046
28047 .
28048  The command can be used in formulas and in \SpecialChar TeX
28049  mode.
28050  The command scheme is:
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 oldstylenums{number}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 The command 
28063 \series bold
28064
28065 \backslash
28066 oldstylenums{0123456789
28067 \series default
28068  produces: 
28069 \begin_inset Formula $\oldstylenums{0123456789}$
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Section
28076 Formula Styles
28077 \begin_inset CommandInset label
28078 LatexCommand label
28079 name "sec:Formula-Styles"
28080
28081 \end_inset
28082
28083
28084 \begin_inset Index idx
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 Formula ! styles
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \end_layout
28095
28096 \begin_layout Itemize
28097 There are two different alignment styles:
28098 \begin_inset Separator parbreak
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_deeper
28105 \begin_layout Description
28106 Centered is the predefined standard
28107 \end_layout
28108
28109 \begin_layout Description
28110 Indented for this the option 
28111 \series bold
28112 fleqn
28113 \series default
28114  must be inserted in the menu 
28115 \family sans
28116 Document\SpecialChar menuseparator
28117 Settings
28118 \family default
28119  under 
28120 \family sans
28121 Document
28122 \begin_inset space ~
28123 \end_inset
28124
28125 Class
28126 \end_layout
28127
28128 \begin_layout Standard
28129 When 
28130 \series bold
28131 Indented
28132 \series default
28133  is used, the indentation can be adjusted with the length 
28134 \series bold
28135
28136 \backslash
28137 mathindent
28138 \series default
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Commands ! M ! 
28145 \backslash
28146 mathindent
28147 \end_layout
28148
28149 \end_inset
28150
28151 .
28152  Should the distance be 15
28153 \begin_inset space \thinspace{}
28154 \end_inset
28155
28156 mm, the following command line is inserted in the \SpecialChar LaTeX
28157 -preamble
28158 \end_layout
28159
28160 \begin_layout Standard
28161
28162 \series bold
28163
28164 \backslash
28165 setlength{
28166 \backslash
28167 mathindent}{15mm}
28168 \end_layout
28169
28170 \begin_layout Standard
28171 When no length is specified, the predefined value of 30
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 pt will be used.
28176 \end_layout
28177
28178 \end_deeper
28179 \begin_layout Itemize
28180 And two different numbering styles:
28181 \begin_inset Separator parbreak
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_deeper
28188 \begin_layout Description
28189 Right is the predefined standard
28190 \end_layout
28191
28192 \begin_layout Description
28193 Left for this the option 
28194 \series bold
28195 leqno
28196 \series default
28197  must be inserted in the menu 
28198 \family sans
28199 Document\SpecialChar menuseparator
28200 Settings
28201 \family default
28202  under 
28203 \family sans
28204 Document
28205 \begin_inset space ~
28206 \end_inset
28207
28208 Class
28209 \end_layout
28210
28211 \end_deeper
28212 \begin_layout Standard
28213
28214 \series bold
28215 fleqn
28216 \series default
28217  and 
28218 \series bold
28219 leqno
28220 \series default
28221  can also be used together.
28222  In this case both options are inserted, separated by a comma.
28223 \end_layout
28224
28225 \begin_layout Standard
28226 The chosen styles are used for all displayed formulas of the document.
28227  When both, centered and indented formulas should be created in a document,
28228  the style 
28229 \series bold
28230 Centered
28231 \series default
28232  is used.
28233  The indented formulas are then set in a flalign environment, see 
28234 \begin_inset CommandInset ref
28235 LatexCommand ref
28236 reference "subsec:Flalign-Environment"
28237
28238 \end_inset
28239
28240 .
28241 \end_layout
28242
28243 \begin_layout Section
28244 Multiline Formulas
28245 \begin_inset CommandInset label
28246 LatexCommand label
28247 name "sec:Multiline-Formulas"
28248
28249 \end_inset
28250
28251
28252 \begin_inset Index idx
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 Formula ! multiline
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Subsection
28265 General
28266 \end_layout
28267
28268 \begin_layout Standard
28269 In \SpecialChar LyX
28270  multiline formulas are created by pressing 
28271 \begin_inset Info
28272 type  "shortcut"
28273 arg   "newline-insert newline"
28274 \end_inset
28275
28276  inside a formula.
28277  This creates either an 
28278 \series bold
28279 eqnarray environment
28280 \series default
28281  that is described in 
28282 \begin_inset CommandInset ref
28283 LatexCommand ref
28284 reference "subsec:Eqnarray-Environment"
28285
28286 \end_inset
28287
28288  or, when the option 
28289 \family sans
28290 Use AMS math package
28291 \family default
28292  in the document settings is selected, an 
28293 \series bold
28294 align environment
28295 \series default
28296  that is described in 
28297 \begin_inset CommandInset ref
28298 LatexCommand ref
28299 reference "subsec:Standard-align-Environment"
28300
28301 \end_inset
28302
28303 .
28304  The align environment is recommended because it provides in any case a
28305  typographically correct output.
28306 \end_layout
28307
28308 \begin_layout Standard
28309 There are other multiline formula environments that can be created via the
28310  menu 
28311 \family sans
28312 Insert\SpecialChar menuseparator
28313 Math
28314 \family default
28315 .
28316  These environments are described in the following sections.
28317 \end_layout
28318
28319 \begin_layout Standard
28320 In all multiline formula environments a new line is created by pressing
28321  
28322 \begin_inset Info
28323 type  "shortcut"
28324 arg   "newline-insert newline"
28325 \end_inset
28326
28327 .
28328  To add or delete lines, the math toolbar buttons 
28329 \begin_inset Info
28330 type  "icon"
28331 arg   "inset-modify tabular append-row"
28332 \end_inset
28333
28334  or 
28335 \begin_inset Info
28336 type  "icon"
28337 arg   "inset-modify tabular delete-row"
28338 \end_inset
28339
28340 , respectively, or the menu 
28341 \family sans
28342 Edit\SpecialChar menuseparator
28343 Rows & Columns
28344 \family default
28345  can be used.
28346 \end_layout
28347
28348 \begin_layout Subsubsection
28349 Line Separation
28350 \begin_inset CommandInset label
28351 LatexCommand label
28352 name "subsec:Line-Separation"
28353
28354 \end_inset
28355
28356
28357 \begin_inset Index idx
28358 status collapsed
28359
28360 \begin_layout Plain Layout
28361 Formula ! multiline ! Line separation
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 There is sometimes not enough space in multiline formulas between the lines:
28371 \begin_inset Formula 
28372 \begin{eqnarray*}
28373 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}\\
28374 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
28375 \end{eqnarray*}
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 In \SpecialChar LaTeX
28384  additional line space is specified as optional argument of the new line
28385  command.
28386  This is not yet possible in \SpecialChar LyX
28387
28388 \begin_inset Foot
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 see 
28393 \begin_inset CommandInset href
28394 LatexCommand href
28395 name "LyX-bug #1505"
28396 target "http://www.lyx.org/trac/ticket/1505"
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \end_inset
28404
28405 , therefore the whole formula must be inserted in \SpecialChar TeX
28406  mode.
28407  To add in our example space, the command 
28408 \series bold
28409
28410 \backslash
28411
28412 \backslash
28413 [3mm]
28414 \series default
28415  is inserted at the end of the first line.
28416  One gets: 
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 begin{eqnarray*}
28425 \end_layout
28426
28427 \begin_layout Plain Layout
28428
28429 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28430  = & 
28431 \backslash
28432 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28433 \backslash
28434
28435 \backslash
28436 [3mm]
28437 \end_layout
28438
28439 \begin_layout Plain Layout
28440
28441 4x^{2}
28442 \backslash
28443 left(B^{2}+x_{0}^{2}
28444 \backslash
28445 right)+4x_{0}x
28446 \backslash
28447 left(D-B^{2}
28448 \backslash
28449 right)+B^{2}
28450 \backslash
28451 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28452 \backslash
28453 right) & = & 0
28454 \end_layout
28455
28456 \begin_layout Plain Layout
28457
28458
28459 \backslash
28460 end{eqnarray*}
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \begin_layout Standard
28469 \begin_inset VSpace bigskip
28470 \end_inset
28471
28472 To set the line separation for all lines in a formula, the length 
28473 \series bold
28474
28475 \backslash
28476 jot
28477 \series default
28478
28479 \begin_inset Index idx
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483 Commands ! J ! 
28484 \backslash
28485 jot
28486 \end_layout
28487
28488 \end_inset
28489
28490  is changed.
28491  The definition is: 
28492 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28493 \end_inset
28494
28495 .
28496  Predefined for 
28497 \series bold
28498
28499 \backslash
28500 jot
28501 \series default
28502  is the value 3
28503 \begin_inset space \thinspace{}
28504 \end_inset
28505
28506 pt.
28507  To create 3
28508 \begin_inset space \thinspace{}
28509 \end_inset
28510
28511 mm additional line separation as in the previous example, the command
28512 \end_layout
28513
28514 \begin_layout Standard
28515
28516 \series bold
28517
28518 \backslash
28519 setlength{
28520 \backslash
28521 jot}{3mm+3pt}
28522 \end_layout
28523
28524 \begin_layout Standard
28525 is inserted in \SpecialChar TeX
28526  mode before the formula.
28527  This requires that the \SpecialChar LaTeX
28528 -package 
28529 \series bold
28530 calc
28531 \series default
28532
28533 \begin_inset Foot
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538 \series bold
28539 calc
28540 \series default
28541  is part of every \SpecialChar LaTeX
28542  standard installation.
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Packages ! calc
28553 \end_layout
28554
28555 \end_inset
28556
28557  was loaded in \SpecialChar LaTeX
28558 -preamble with the line
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \series bold
28564
28565 \backslash
28566 usepackage{calc}
28567 \end_layout
28568
28569 \begin_layout Standard
28570 One gets: 
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 setlength{
28579 \backslash
28580 jot}{3mm+3pt}
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \begin_inset Formula 
28587 \begin{eqnarray*}
28588 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}\\
28589 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
28590 \end{eqnarray*}
28591
28592 \end_inset
28593
28594
28595 \end_layout
28596
28597 \begin_layout Standard
28598 \begin_inset ERT
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602
28603
28604 \backslash
28605 setlength{
28606 \backslash
28607 jot}{3pt}
28608 \end_layout
28609
28610 \end_inset
28611
28612  To get back to the predefined distance, 
28613 \series bold
28614
28615 \backslash
28616 jot
28617 \series default
28618  is set to the value 3
28619 \begin_inset space \thinspace{}
28620 \end_inset
28621
28622 pt.
28623 \end_layout
28624
28625 \begin_layout Subsubsection
28626 Column Separation
28627 \begin_inset CommandInset label
28628 LatexCommand label
28629 name "subsec:Column-Separation"
28630
28631 \end_inset
28632
28633
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 Formula ! multiline ! Column separation
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Multiline formulas form a matrix.
28648  A formula in the eqnarray environment is for example a matrix with three
28649  columns.
28650  By changing the column separation in this environment, the space beside
28651  the relation sign can be changed.
28652 \end_layout
28653
28654 \begin_layout Standard
28655 The column separation is specified with the length 
28656 \series bold
28657
28658 \backslash
28659 arraycolsep
28660 \series default
28661
28662 \begin_inset Index idx
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666 Commands ! A ! 
28667 \backslash
28668 arraycolsep
28669 \end_layout
28670
28671 \end_inset
28672
28673  according to:
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677 column separation = 2
28678 \begin_inset space \thinspace{}
28679 \end_inset
28680
28681
28682 \series bold
28683
28684 \backslash
28685 arraycolsep
28686 \series default
28687
28688 \begin_inset Newline newline
28689 \end_inset
28690
28691 Thus, the command
28692 \end_layout
28693
28694 \begin_layout Standard
28695
28696 \series bold
28697
28698 \backslash
28699 setlength{
28700 \backslash
28701 arraycolsep}{1cm}
28702 \end_layout
28703
28704 \begin_layout Standard
28705 inserted in \SpecialChar TeX
28706  mode, sets for all following formulas a column separation of
28707  2
28708 \begin_inset space \thinspace{}
28709 \end_inset
28710
28711 cm.
28712  To get back to the predefined distance, 
28713 \series bold
28714
28715 \backslash
28716 arraycolsep
28717 \series default
28718  is set to 5
28719 \begin_inset space \thinspace{}
28720 \end_inset
28721
28722 pt.
28723 \end_layout
28724
28725 \begin_layout Standard
28726 A formula with 2
28727 \begin_inset space \thinspace{}
28728 \end_inset
28729
28730 cm column separation:
28731 \begin_inset ERT
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735
28736
28737 \backslash
28738 setlength{
28739 \backslash
28740 arraycolsep}{1cm}
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \begin_inset Formula 
28747 \begin{eqnarray*}
28748 A & = & B\\
28749 C & \ne & A
28750 \end{eqnarray*}
28751
28752 \end_inset
28753
28754 A formula with the predefined column separation for matrices of 10
28755 \begin_inset space \thinspace{}
28756 \end_inset
28757
28758 pt:
28759 \begin_inset ERT
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763
28764
28765 \backslash
28766 setlength{
28767 \backslash
28768 arraycolsep}{5pt}
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset Formula 
28775 \begin{eqnarray*}
28776 A & = & B\\
28777 C & \ne & A
28778 \end{eqnarray*}
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Subsubsection
28786 Long Formulas
28787 \begin_inset Index idx
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791 Formula ! long
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \begin_layout Standard
28800 Long formulas can be typeset using these methods:
28801 \end_layout
28802
28803 \begin_layout Itemize
28804 When one side of the equation is much shorter than the line width, this
28805  one is chosen for the left side and the right side is typeset over two
28806  lines:
28807 \begin_inset Formula 
28808 \begin{eqnarray}
28809 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 \\
28810  &  & -\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}
28811 \end{eqnarray}
28812
28813 \end_inset
28814
28815 The minus sign at the beginning of the second line does normally not appear
28816  as an operator because it is the first character of the line.
28817  Thus it would not be surrounded by space and could not be distinguished
28818  from the fraction bar.
28819  To avoid this, 3
28820 \begin_inset space \thinspace{}
28821 \end_inset
28822
28823 pt space was inserted behind the minus sign with the command 
28824 \series bold
28825
28826 \backslash
28827 hspace
28828 \series default
28829 .
28830 \begin_inset Foot
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834 for more about 
28835 \series bold
28836
28837 \backslash
28838 hspace
28839 \series default
28840  see 
28841 \begin_inset CommandInset ref
28842 LatexCommand ref
28843 reference "subsec:Variable-Space"
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \begin_inset Index idx
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 Commands ! H ! 
28858 \backslash
28859 hspace
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Itemize
28868 When both sides of the equation are too long, the command 
28869 \series bold
28870
28871 \backslash
28872 lefteqn
28873 \series default
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 Commands ! L ! 
28880 \backslash
28881 lefteqn
28882 \end_layout
28883
28884 \end_inset
28885
28886  is used.
28887  It is inserted in the first column of the first line and causes all further
28888  insertions to overwrite the following columns:
28889 \begin_inset Formula 
28890 \begin{eqnarray}
28891 \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 \\
28892  &  & -\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 \\
28893  &  & =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}
28894 \end{eqnarray}
28895
28896 \end_inset
28897
28898 After the insertion of 
28899 \series bold
28900
28901 \backslash
28902 lefteqn
28903 \series default
28904 , the cursor is in a purple box that is a bit shifted to the left from the
28905  blue one.
28906  In this the formula is inserted.
28907 \begin_inset Newline newline
28908 \end_inset
28909
28910 The content of the further lines is inserted to the second or another formula
28911  column.
28912  The greater the column number where it was inserted, the larger the indentation.
28913 \begin_inset VSpace medskip
28914 \end_inset
28915
28916
28917 \begin_inset Newline newline
28918 \end_inset
28919
28920
28921 \begin_inset Note Greyedout
28922 status open
28923
28924 \begin_layout Plain Layout
28925 Note the following when using 
28926 \series bold
28927
28928 \backslash
28929 lefteqn
28930 \series default
28931 :
28932 \end_layout
28933
28934 \begin_layout Itemize
28935 The formula doesn't use the full page width.
28936  When e.
28937 \begin_inset space \thinspace{}
28938 \end_inset
28939
28940 g.
28941 \begin_inset space \space{}
28942 \end_inset
28943
28944 the term 
28945 \begin_inset Formula $-B^{2}$
28946 \end_inset
28947
28948  is added to the first line in the above example, it would have been outside
28949  the page margin.
28950  To better use the width, negative space can be inserted at the beginning
28951  of the first line.
28952 \end_layout
28953
28954 \begin_layout Itemize
28955 Due to a bug in \SpecialChar LyX
28956  the cursor cannot be set with the mouse into the first
28957  line.
28958 \begin_inset Foot
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 \begin_inset CommandInset href
28963 LatexCommand href
28964 name "LyX-bug #1429"
28965 target "http://www.lyx.org/trac/ticket/1429"
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \end_inset
28973
28974  One can only set the cursor at the beginning of the line and move it with
28975  the arrow keys.
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Itemize
28984 Other methods to set long formulas are offered by the environments described
28985  in 
28986 \begin_inset CommandInset ref
28987 LatexCommand ref
28988 reference "subsec:Multline-Environment"
28989
28990 \end_inset
28991
28992  and 
28993 \begin_inset CommandInset ref
28994 LatexCommand ref
28995 reference "subsec:Multiline-Formula-Parts"
28996
28997 \end_inset
28998
28999 .
29000 \end_layout
29001
29002 \begin_layout Subsubsection
29003 Multiline Fractions
29004 \begin_inset CommandInset label
29005 LatexCommand label
29006 name "subsec:Multiline-Fractions"
29007
29008 \end_inset
29009
29010
29011 \begin_inset Index idx
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 Fractions ! multiline
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \begin_layout Standard
29024 There are cases where the denominator and/or the numerator of a fraction
29025  is so long that the fraction does not fit into one line.
29026  It is then necessary to add a line break within the fraction.
29027  This can be done using the command 
29028 \series bold
29029
29030 \backslash
29031 splitfrac
29032 \series default
29033
29034 \begin_inset Index idx
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Commands ! S ! 
29039 \backslash
29040 splitfrac
29041 \end_layout
29042
29043 \end_inset
29044
29045 .
29046  To activate it, set in the document settings under 
29047 \family sans
29048 Math
29049 \begin_inset space ~
29050 \end_inset
29051
29052 Options
29053 \family default
29054  for the package 
29055 \series bold
29056 mathtools
29057 \series default
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Packages ! mathtools
29064 \end_layout
29065
29066 \end_inset
29067
29068  the option 
29069 \family sans
29070 Load
29071 \begin_inset space ~
29072 \end_inset
29073
29074 always
29075 \family default
29076 .
29077  
29078 \series bold
29079
29080 \backslash
29081 splitfrac
29082 \series default
29083  has the scheme
29084 \end_layout
29085
29086 \begin_layout Standard
29087
29088 \series bold
29089
29090 \backslash
29091 splitfrac{first line}{second line}
29092 \end_layout
29093
29094 \begin_layout Standard
29095 and is used as denominator and/or numerator:
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset Formula 
29100 \[
29101 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}
29102 \]
29103
29104 \end_inset
29105
29106 The command for the first numerator above is:
29107 \end_layout
29108
29109 \begin_layout Standard
29110
29111 \series bold
29112
29113 \backslash
29114 splitfrac{xy+xy+xy+xy+xy
29115 \begin_inset space \textvisiblespace{}
29116 \end_inset
29117
29118
29119 \backslash
29120 {+wy+wy+wy+wy
29121 \end_layout
29122
29123 \begin_layout Subsubsection
29124 Multiline Brackets
29125 \begin_inset CommandInset label
29126 LatexCommand label
29127 name "subsec:Multiline-Brackets"
29128
29129 \end_inset
29130
29131
29132 \begin_inset Index idx
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 Brackets ! for multiline expressions
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \begin_layout Standard
29145 For brackets spanning multiple lines the following problem occurs:
29146 \begin_inset Formula 
29147 \begin{eqnarray*}
29148 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29149  &  & \left.\cdots+B-D\right]
29150 \end{eqnarray*}
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 The closing bracket is smaller than the opening bracket because brackets
29159  with variable size may not span multiple lines.
29160 \end_layout
29161
29162 \begin_layout Standard
29163 To set the bracket size for the second line correctly, the first line is
29164  ended with 
29165 \series bold
29166
29167 \backslash
29168 right.
29169 \series default
29170
29171 \begin_inset Index idx
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Commands ! R ! 
29176 \backslash
29177 right
29178 \end_layout
29179
29180 \end_inset
29181
29182  and the second line with 
29183 \series bold
29184
29185 \backslash
29186 left.
29187 \begin_inset Foot
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191 for more about 
29192 \series bold
29193
29194 \backslash
29195 left
29196 \series default
29197  and 
29198 \series bold
29199
29200 \backslash
29201 right
29202 \series default
29203  see 
29204 \begin_inset CommandInset ref
29205 LatexCommand ref
29206 reference "subsec:Automatic-Bracket-Size"
29207
29208 \end_inset
29209
29210
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \series default
29217
29218 \begin_inset Index idx
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222 Commands ! L ! 
29223 \backslash
29224 left
29225 \end_layout
29226
29227 \end_inset
29228
29229 .
29230  After 
29231 \series bold
29232
29233 \backslash
29234 left.
29235
29236 \series default
29237  the command 
29238 \series bold
29239
29240 \backslash
29241 vphantom
29242 \series default
29243
29244 \begin_inset space \textvisiblespace{}
29245 \end_inset
29246
29247
29248 \series bold
29249
29250 \backslash
29251 prod
29252 \series default
29253 ^
29254 \begin_inset space \textvisiblespace{}
29255 \end_inset
29256
29257
29258 \series bold
29259
29260 \backslash
29261 infty
29262 \series default
29263
29264 \begin_inset space \textvisiblespace{}
29265 \end_inset
29266
29267
29268 \series bold
29269
29270 \begin_inset Formula $\downarrow$
29271 \end_inset
29272
29273 _R=1}
29274 \series default
29275
29276 \begin_inset Index idx
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 Commands ! V ! 
29281 \backslash
29282 vphantom
29283 \end_layout
29284
29285 \end_inset
29286
29287  is inserted, because the multiplication operator with its limits is the
29288  largest symbol in the first line and this should be the size for the bracket
29289  in the second line.
29290 \end_layout
29291
29292 \begin_layout Standard
29293 The result is this:
29294 \begin_inset Formula 
29295 \begin{eqnarray*}
29296 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29297  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29298 \end{eqnarray*}
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Subsection
29306 Align Environments
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Align environments can be used for every kind of multiline formulas.
29311  They are especially useful to set several formulas side by side.
29312 \end_layout
29313
29314 \begin_layout Standard
29315 Align environments consist of columns.
29316  The odd columns are right aligned, the even ones left aligned.
29317  Every line in an Align environment can be numbered.
29318 \end_layout
29319
29320 \begin_layout Standard
29321 Align environments are created via the menu 
29322 \family sans
29323 Insert\SpecialChar menuseparator
29324 Math
29325 \family default
29326 .
29327  With the menu 
29328 \family sans
29329 Edit\SpecialChar menuseparator
29330 Math\SpecialChar menuseparator
29331 Change Formula Type
29332 \family default
29333  already existing formulas can be converted to Align environments.
29334 \end_layout
29335
29336 \begin_layout Standard
29337 To add or delete columns, the math toolbar buttons 
29338 \begin_inset Info
29339 type  "icon"
29340 arg   "inset-modify tabular append-column"
29341 \end_inset
29342
29343  or 
29344 \begin_inset Info
29345 type  "icon"
29346 arg   "inset-modify tabular delete-column"
29347 \end_inset
29348
29349 , respectively, or the menu 
29350 \family sans
29351 Edit\SpecialChar menuseparator
29352 Rows & Columns
29353 \family default
29354  can be used.
29355 \end_layout
29356
29357 \begin_layout Subsubsection
29358 Standard align Environment
29359 \begin_inset CommandInset label
29360 LatexCommand label
29361 name "subsec:Standard-align-Environment"
29362
29363 \end_inset
29364
29365
29366 \begin_inset Index idx
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370 Formula ! multiline ! align environment
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \end_layout
29377
29378 \begin_layout Standard
29379 This Align environment is created by pressing 
29380 \begin_inset Info
29381 type  "shortcut"
29382 arg   "newline-insert newline"
29383 \end_inset
29384
29385  in a formula or by the menu 
29386 \family sans
29387 Insert\SpecialChar menuseparator
29388 Math\SpecialChar menuseparator
29389 AMS align Environment
29390 \family default
29391 .
29392 \end_layout
29393
29394 \begin_layout Standard
29395 An example for two formulas set side by side, that are created with a four
29396  column align environment:
29397 \begin_inset Formula 
29398 \begin{align*}
29399 A & =\sin(B) & C & =D\\
29400 C & \ne A & B & \ne D
29401 \end{align*}
29402
29403 \end_inset
29404
29405 As it can be seen, the formulas in this environment are placed so as if
29406  there would be a 
29407 \series bold
29408
29409 \backslash
29410 hfill
29411 \begin_inset Foot
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 more about 
29416 \series bold
29417
29418 \backslash
29419 hfill
29420 \series default
29421  see 
29422 \begin_inset CommandInset ref
29423 LatexCommand ref
29424 reference "subsec:Variable-Space"
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \series default
29435  before the first and after every even column.
29436  When the formula style 
29437 \series bold
29438 Indented
29439 \begin_inset Foot
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443 formula styles see 
29444 \begin_inset CommandInset ref
29445 LatexCommand ref
29446 reference "sec:Formula-Styles"
29447
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \series default
29457  is used, the formula is set without the 
29458 \series bold
29459
29460 \backslash
29461 hfill
29462 \series default
29463  before the first column.
29464 \end_layout
29465
29466 \begin_layout Subsubsection
29467 Alignat Environment
29468 \begin_inset Index idx
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472 Formula ! multiline ! alignat environment
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 The alignat environment has no predefined column separation.
29482  It can be inserted manually with the spaces that are described 
29483 \begin_inset CommandInset ref
29484 LatexCommand ref
29485 reference "subsec:Space"
29486
29487 \end_inset
29488
29489 .
29490 \end_layout
29491
29492 \begin_layout Standard
29493 The above example in the alignat environment where 1
29494 \begin_inset space \thinspace{}
29495 \end_inset
29496
29497 cm space was inserted at the beginning of the second formula:
29498 \begin_inset Formula 
29499 \begin{alignat*}{2}
29500 A & =\sin(B) & \hspace{1cm}C & =D\\
29501 C & \ne A & B & \ne D
29502 \end{alignat*}
29503
29504 \end_inset
29505
29506 Because the column separation can be set separately for every column, this
29507  environment is especially suitable to set three and more formulas side
29508  by side.
29509 \end_layout
29510
29511 \begin_layout Subsubsection
29512 Flalign Environment
29513 \begin_inset CommandInset label
29514 LatexCommand label
29515 name "subsec:Flalign-Environment"
29516
29517 \end_inset
29518
29519
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Formula ! multiline ! flalign environment
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 In this environment the first two columns are always set as much as possible
29534  to the left and the last two ones to the right.
29535  An example:
29536 \begin_inset Formula 
29537 \begin{flalign*}
29538 A & =1 & B & =2 & C & =3\\
29539 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29540 \end{flalign*}
29541
29542 \end_inset
29543
29544
29545 \end_layout
29546
29547 \begin_layout Standard
29548 By creating a flalign environment with an odd number of columns where an
29549  empty \SpecialChar TeX
29550  brace is inserted to the last column, several formulas in a document
29551  can be set to the left, although the formula style 
29552 \series bold
29553 Centered
29554 \series default
29555  is used.
29556  As example the indented formula 
29557 \begin_inset CommandInset ref
29558 LatexCommand eqref
29559 reference "eq:VolInt"
29560
29561 \end_inset
29562
29563 :
29564 \begin_inset Formula 
29565 \begin{flalign}
29566 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29567 \end{flalign}
29568
29569 \end_inset
29570
29571 The first two columns contain the formula.
29572  To indent it as with the formula style 
29573 \series bold
29574 Indented
29575 \series default
29576 , 30
29577 \begin_inset space \thinspace{}
29578 \end_inset
29579
29580 pt space was inserted at the beginning of the first column.
29581 \end_layout
29582
29583 \begin_layout Subsection
29584 Eqnarray Environment
29585 \begin_inset CommandInset label
29586 LatexCommand label
29587 name "subsec:Eqnarray-Environment"
29588
29589 \end_inset
29590
29591
29592 \begin_inset Index idx
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 Formula ! multiline ! eqnarray environment
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \end_layout
29603
29604 \begin_layout Standard
29605 When this environment has been created, three blue boxes appear.
29606  The content of the first box is right aligned, the content of the last
29607  one left aligned.
29608  The content of the middle box appears centered and a bit smaller, because
29609  it is designed to insert there only relation characters.
29610 \begin_inset Formula 
29611 \begin{eqnarray*}
29612 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29613 AB & AB & AB\\
29614 A & = & A
29615 \end{eqnarray*}
29616
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \begin_layout Subsection
29623 Gather Environment
29624 \begin_inset Index idx
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628 Formula ! multiline ! gather environment
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 This environment consists of only one centered column.
29638  Every line can be numbered.
29639 \begin_inset Formula 
29640 \begin{gather}
29641 A=1\\
29642 X=\textrm{-}1
29643 \end{gather}
29644
29645 \end_inset
29646
29647
29648 \end_layout
29649
29650 \begin_layout Subsection
29651 Multline Environment
29652 \begin_inset CommandInset label
29653 LatexCommand label
29654 name "subsec:Multline-Environment"
29655
29656 \end_inset
29657
29658
29659 \begin_inset Index idx
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663 Formula ! multiline ! multline environment
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Standard
29672 The multline environment consists, like the gather environment, of only
29673  one column.
29674  But the first line is left aligned, the last one right aligned.
29675  All other lines are centered.
29676  Therefore this environment is suitable for long formulas.
29677  As example formula 
29678 \begin_inset CommandInset ref
29679 LatexCommand eqref
29680 reference "eq:lefteqn"
29681
29682 \end_inset
29683
29684  in the multline environment:
29685 \begin_inset Formula 
29686 \begin{multline}
29687 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}\\
29688 -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}\\
29689 =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}}
29690 \end{multline}
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \begin_layout Standard
29698 In the output only the last (first) line of a multline environment appears
29699  numbered when the document numbering is right (left).
29700 \begin_inset Foot
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 numbering styles see 
29705 \begin_inset CommandInset ref
29706 LatexCommand ref
29707 reference "sec:Formula-Styles"
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 With the commands 
29721 \series bold
29722
29723 \backslash
29724 shoveright
29725 \series default
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Commands ! S ! 
29732 \backslash
29733 shoveright
29734 \end_layout
29735
29736 \end_inset
29737
29738  and 
29739 \series bold
29740
29741 \backslash
29742 shoveleft
29743 \series default
29744
29745 \begin_inset Index idx
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749 Commands ! S ! 
29750 \backslash
29751 shoveleft
29752 \end_layout
29753
29754 \end_inset
29755
29756  a centered line can be right or left aligned, respectively.
29757  The commands are used as follows:
29758 \end_layout
29759
29760 \begin_layout Standard
29761
29762 \series bold
29763
29764 \backslash
29765 shoveright{line content}
29766 \series default
29767  and 
29768 \series bold
29769
29770 \backslash
29771 shoveleft{line content}
29772 \end_layout
29773
29774 \begin_layout Standard
29775 \begin_inset VSpace medskip
29776 \end_inset
29777
29778 The length 
29779 \series bold
29780
29781 \backslash
29782 multlinegap
29783 \series default
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Commands ! M ! 
29790 \backslash
29791 multlinegap
29792 \end_layout
29793
29794 \end_inset
29795
29796  specifies the distance of the first line from the left page margin.
29797  Predefined is the length 0
29798 \begin_inset space \thinspace{}
29799 \end_inset
29800
29801 pt.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 As example the above formula where the command
29806 \end_layout
29807
29808 \begin_layout Standard
29809
29810 \series bold
29811
29812 \backslash
29813 setlength{
29814 \backslash
29815 multlinegap}{2cm}
29816 \end_layout
29817
29818 \begin_layout Standard
29819 was inserted in \SpecialChar TeX
29820  mode before:
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826
29827 \backslash
29828 setlength{
29829 \backslash
29830 multlinegap}{2cm}
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \begin_inset Formula 
29837 \begin{multline}
29838 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}\\
29839 \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}}\\
29840 =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}}
29841 \end{multline}
29842
29843 \end_inset
29844
29845
29846 \begin_inset ERT
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850
29851
29852 \backslash
29853 setlength{
29854 \backslash
29855 multlinegap}{0pt}
29856 \end_layout
29857
29858 \end_inset
29859
29860 The second line was left aligned using 
29861 \series bold
29862
29863 \backslash
29864 shoveleft
29865 \series default
29866 .
29867 \end_layout
29868
29869 \begin_layout Subsection
29870 Multiline Formula Parts
29871 \begin_inset CommandInset label
29872 LatexCommand label
29873 name "subsec:Multiline-Formula-Parts"
29874
29875 \end_inset
29876
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Formula ! multiline ! formula parts
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 To display only parts of a formula with multiple lines, one of the following
29892  environments is used: 
29893 \series bold
29894 aligned
29895 \series default
29896
29897 \series bold
29898 alignedat
29899 \series default
29900
29901 \series bold
29902 gathered
29903 \series default
29904  or 
29905 \series bold
29906 split
29907 \series default
29908 .
29909  They can be inserted via the menu 
29910 \family sans
29911 Insert\SpecialChar menuseparator
29912 Math
29913 \family default
29914  or by using the commands described in this section.
29915 \end_layout
29916
29917 \begin_layout Standard
29918 The first three have the same properties as the corresponding multiline
29919  formula environments, but it is possible to set further formula parts beside
29920  them.
29921  An example:
29922 \begin_inset Formula 
29923 \[
29924 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29925 \Delta E\Delta t & \ge\frac{\hbar}{2}
29926 \end{aligned}
29927 \right\} \textrm{Uncertainty relations}
29928 \]
29929
29930 \end_inset
29931
29932
29933 \end_layout
29934
29935 \begin_layout Standard
29936 To get this formula, a displayed formula is created where the command 
29937 \series bold
29938
29939 \backslash
29940 aligned
29941 \series default
29942
29943 \begin_inset Index idx
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947 Commands ! A ! 
29948 \backslash
29949 aligned
29950 \end_layout
29951
29952 \end_inset
29953
29954  is inserted.
29955  A purple box appears around the blue formula box where now columns and
29956  lines can be added.
29957  Outside the multiline environment other formula parts can be set, like
29958  the brace.
29959 \end_layout
29960
29961 \begin_layout Standard
29962 The aligned environment is also suitable for long formulas whose lines are
29963  horizontally aligned.
29964  Using aligned in a displayed formula has the advantage that the formula
29965  number is vertically centered behind the lines.
29966  As example formula 
29967 \begin_inset CommandInset ref
29968 LatexCommand eqref
29969 reference "eq:shortlong"
29970
29971 \end_inset
29972
29973  in the aligned environment:
29974 \begin_inset Formula 
29975 \begin{equation}
29976 \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}|}\\
29977  & -\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}|}
29978 \end{aligned}
29979 \end{equation}
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 To use the environments 
29988 \series bold
29989 alignedat
29990 \series default
29991
29992 \series bold
29993 gathered
29994 \series default
29995 , or 
29996 \series bold
29997 split
29998 \series default
29999 , the command 
30000 \series bold
30001
30002 \backslash
30003 alignedat
30004 \series default
30005 ,
30006 \begin_inset Index idx
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010 Commands ! A ! 
30011 \backslash
30012 alignedat
30013 \end_layout
30014
30015 \end_inset
30016
30017  
30018 \series bold
30019
30020 \backslash
30021 gathered
30022 \series default
30023
30024 \begin_inset Index idx
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028 Commands ! G ! 
30029 \backslash
30030 gathered
30031 \end_layout
30032
30033 \end_inset
30034
30035 , or 
30036 \series bold
30037
30038 \backslash
30039 split
30040 \series default
30041
30042 \begin_inset Index idx
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 Commands ! S ! 
30047 \backslash
30048 split
30049 \end_layout
30050
30051 \end_inset
30052
30053  are inserted, respectively.
30054  The split environment has the same properties as the aligned environment
30055  but it can only have two columns.
30056 \end_layout
30057
30058 \begin_layout Subsection
30059 Text in multiline Formulas
30060 \begin_inset CommandInset label
30061 LatexCommand label
30062 name "subsec:Text-in-multiline"
30063
30064 \end_inset
30065
30066
30067 \begin_inset Index idx
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Text ! in formulas
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \begin_inset Index idx
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 Formula ! multiline ! text
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 In the Align environments, and the multline and gather environment, text
30091  can be inserted that will appear in a separate line and doesn't affect
30092  the column alignment.
30093  To do this, the command 
30094 \series bold
30095
30096 \backslash
30097 intertext
30098 \series default
30099
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Commands ! I ! 
30105 \backslash
30106 intertext
30107 \end_layout
30108
30109 \end_inset
30110
30111  is used in the following scheme:
30112 \end_layout
30113
30114 \begin_layout Standard
30115
30116 \series bold
30117
30118 \backslash
30119 intertext{text}
30120 \end_layout
30121
30122 \begin_layout Standard
30123 The text should not be longer than a line because it cannot be hyphenated.
30124  As \SpecialChar LyX
30125  doesn't yet support 
30126 \series bold
30127
30128 \backslash
30129 intertext
30130 \series default
30131  directly, the text is written as mathematical text.
30132  
30133 \series bold
30134
30135 \backslash
30136 intertext
30137 \series default
30138  must hereby be at the beginning of a line and appears in the output above
30139  this line.
30140  An example where the text was inserted at the beginning of the second line:
30141 \begin_inset Formula 
30142 \begin{align}
30143 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30144 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30145 \end{align}
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 intertext
30158 \series default
30159  always creates some vertical space between the text and the formula lines.
30160  To avoid this space, set in the document settings under 
30161 \family sans
30162 Math
30163 \begin_inset space ~
30164 \end_inset
30165
30166 Options
30167 \family default
30168  for the package 
30169 \series bold
30170 mathtools
30171 \series default
30172
30173 \begin_inset Index idx
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Packages ! mathtools
30178 \end_layout
30179
30180 \end_inset
30181
30182  the option 
30183 \family sans
30184 Load
30185 \begin_inset space ~
30186 \end_inset
30187
30188 always
30189 \family default
30190 .
30191  Then you can use the command 
30192 \series bold
30193
30194 \backslash
30195 shortintertext
30196 \series default
30197
30198 \begin_inset Index idx
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 Commands ! S ! 
30203 \backslash
30204 shortintertext
30205 \end_layout
30206
30207 \end_inset
30208
30209  instead of 
30210 \series bold
30211
30212 \backslash
30213 intertext
30214 \series default
30215 :
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset Formula 
30220 \begin{align}
30221 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30222 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30223 \end{align}
30224
30225 \end_inset
30226
30227
30228 \end_layout
30229
30230 \begin_layout Section
30231 Formula Numbering
30232 \begin_inset Index idx
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 Formula numbering
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \begin_inset Index idx
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246 Formula ! numbering|see
30247 \begin_inset ERT
30248 status collapsed
30249
30250 \begin_layout Plain Layout
30251
30252 {
30253 \end_layout
30254
30255 \end_inset
30256
30257 Formula numbering
30258 \begin_inset ERT
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262
30263 }
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Subsection
30277 General
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Numbered formulas can be created with the menu 
30282 \family sans
30283 Insert\SpecialChar menuseparator
30284 Math\SpecialChar menuseparator
30285 Numbered
30286 \begin_inset space ~
30287 \end_inset
30288
30289 Formula
30290 \family default
30291  (shortcut 
30292 \family sans
30293 Ctrl+Alt
30294 \begin_inset space ~
30295 \end_inset
30296
30297 N
30298 \family default
30299 ).
30300  Existing formulas can be numbered with the menu 
30301 \family sans
30302 Edit\SpecialChar menuseparator
30303 Math\SpecialChar menuseparator
30304 Toggle
30305 \begin_inset space ~
30306 \end_inset
30307
30308 Numbering
30309 \family default
30310  (shortcut 
30311 \begin_inset Info
30312 type  "shortcut"
30313 arg   "math-number-toggle"
30314 \end_inset
30315
30316 ).
30317  The formula number is displayed in \SpecialChar LyX
30318  behind the formula as a number sign
30319  in parentheses.
30320  The number sign is replaced in the output by the formula number.
30321 \end_layout
30322
30323 \begin_layout Standard
30324 When numbering is turned on in multiline formulas, all lines will be numbered.
30325  But the numbering can be controlled with the menu 
30326 \family sans
30327 Edit\SpecialChar menuseparator
30328 Math\SpecialChar menuseparator
30329 Toggle
30330 \begin_inset space ~
30331 \end_inset
30332
30333 Numbering
30334 \begin_inset space ~
30335 \end_inset
30336
30337 of
30338 \begin_inset space ~
30339 \end_inset
30340
30341 Line
30342 \family default
30343  (shortcut 
30344 \begin_inset Info
30345 type  "shortcut"
30346 arg   "math-number-line-toggle"
30347 \end_inset
30348
30349 ) for every line.
30350 \end_layout
30351
30352 \begin_layout Standard
30353 Except for inline formulas, all formulas can be numbered with two different
30354  styles, see 
30355 \begin_inset CommandInset ref
30356 LatexCommand ref
30357 reference "sec:Formula-Styles"
30358
30359 \end_inset
30360
30361 .
30362 \end_layout
30363
30364 \begin_layout Subsection
30365 Cross-References
30366 \begin_inset Index idx
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 Cross-references ! to formulas
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Standard
30379 All labeled formulas can be cross-referenced.
30380  A label is added by the menu 
30381 \family sans
30382 Insert\SpecialChar menuseparator
30383 Label
30384 \family default
30385  or the toolbar button 
30386 \begin_inset Info
30387 type  "icon"
30388 arg   "label-insert"
30389 \end_inset
30390
30391 .
30392  The cursor must hereby be inside a displayed formula.
30393  Alternatively you can right-click on the formula and choose 
30394 \family sans
30395 Equation Label
30396 \family default
30397 .
30398  A dialog pops up displaying the prefix 
30399 \series bold
30400 eq:
30401 \series default
30402  in a text field.
30403  The label is inserted there behind the prefix.
30404  The predefined prefix means 
30405 \begin_inset Quotes eld
30406 \end_inset
30407
30408 equation
30409 \begin_inset Quotes erd
30410 \end_inset
30411
30412  and makes it easier to find labels in large documents because it marks
30413  it as formula label to divide it from e.
30414 \begin_inset space \thinspace{}
30415 \end_inset
30416
30417 g.
30418 \begin_inset space \space{}
30419 \end_inset
30420
30421 section labels.
30422  To change a label, the menu 
30423 \family sans
30424 Insert\SpecialChar menuseparator
30425 Label
30426 \family default
30427  is used again or you right-click on a formula and then on 
30428 \family sans
30429 Equation Label
30430 \family default
30431 .
30432 \end_layout
30433
30434 \begin_layout Standard
30435 The name of the label is displayed in \SpecialChar LyX
30436  within two parentheses behind formula.
30437  A formula with a label is always numbered.
30438 \end_layout
30439
30440 \begin_layout Standard
30441 Cross-references are inserted via the menu 
30442 \family sans
30443 Insert\SpecialChar menuseparator
30444 Cross-Reference
30445 \family default
30446  or with the toolbar button 
30447 \begin_inset Info
30448 type  "icon"
30449 arg   "dialog-show-new-inset ref"
30450 \end_inset
30451
30452 .
30453  A formula cross-reference appears in the output as formula number.
30454  When in the cross-reference dialog window the format 
30455 \series bold
30456 (<reference>)
30457 \series default
30458  is chosen, the cross-reference appears in the output as formula number
30459  in parentheses.
30460 \begin_inset Newline newline
30461 \end_inset
30462
30463 By right-clicking on a cross-reference in \SpecialChar LyX
30464 , one jumps to the formula that
30465  is referenced.
30466 \end_layout
30467
30468 \begin_layout Standard
30469 Here are as examples cross-references to formulas of the following subsections:
30470 \begin_inset Note Note
30471 status open
30472
30473 \begin_layout Plain Layout
30474 Note the different cross-reference types.
30475 \end_layout
30476
30477 \end_inset
30478
30479
30480 \end_layout
30481
30482 \begin_layout Standard
30483 The equations 
30484 \begin_inset CommandInset ref
30485 LatexCommand eqref
30486 reference "eq:tag"
30487
30488 \end_inset
30489
30490  and 
30491 \begin_inset CommandInset ref
30492 LatexCommand eqref
30493 reference "eq:c"
30494
30495 \end_inset
30496
30497  are equivalent.
30498  In (
30499 \begin_inset CommandInset ref
30500 LatexCommand ref
30501 reference "eq:Lat"
30502
30503 \end_inset
30504
30505 ) big Latin letters are used for the numbering in contrary to (
30506 \begin_inset CommandInset ref
30507 LatexCommand ref
30508 reference "eq:Rom"
30509
30510 \end_inset
30511
30512 ).
30513 \end_layout
30514
30515 \begin_layout Standard
30516 \begin_inset VSpace medskip
30517 \end_inset
30518
30519 When the argument of 
30520 \series bold
30521
30522 \backslash
30523 tag
30524 \begin_inset Foot
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529 \series bold
30530
30531 \backslash
30532 tag
30533 \series default
30534  is described in 
30535 \begin_inset CommandInset ref
30536 LatexCommand ref
30537 reference "subsec:User-defined-Numbering"
30538
30539 \end_inset
30540
30541 .
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \series default
30548  contains a box like in 
30549 \begin_inset CommandInset ref
30550 LatexCommand ref
30551 reference "subsec:Paragraph-Boxes"
30552
30553 \end_inset
30554
30555 , the formula cannot be referenced.
30556 \end_layout
30557
30558 \begin_layout Subsection
30559 Subnumbering
30560 \begin_inset Index idx
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 Formula numbering ! subnumbering
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Standard
30573 With the help of the commands 
30574 \series bold
30575
30576 \backslash
30577 begin{subequations}
30578 \series default
30579  and 
30580 \series bold
30581
30582 \backslash
30583 end{subequations}
30584 \series default
30585  formulas can be subnumbered.
30586  Both commands are inserted in \SpecialChar TeX
30587  mode.
30588 \end_layout
30589
30590 \begin_layout Standard
30591 An example:
30592 \begin_inset Formula 
30593 \begin{equation}
30594 A=C-B\label{eq:a}
30595 \end{equation}
30596
30597 \end_inset
30598
30599
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605
30606 \backslash
30607 addtocounter{equation}{-1}
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618
30619 \backslash
30620 begin{subequations}
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \begin_inset VSpace -5mm
30627 \end_inset
30628
30629
30630 \begin_inset Formula 
30631 \begin{equation}
30632 B=C-A\label{eq:b}
30633 \end{equation}
30634
30635 \end_inset
30636
30637
30638 \begin_inset Formula 
30639 \begin{equation}
30640 C=A+B\label{eq:c}
30641 \end{equation}
30642
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Standard
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 end{subequations}
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 To create the example, the following is done:
30666 \end_layout
30667
30668 \begin_layout Enumerate
30669 first formula is inserted
30670 \end_layout
30671
30672 \begin_layout Enumerate
30673
30674 \series bold
30675
30676 \backslash
30677 addtocounter{equation}{-1} 
30678 \backslash
30679 begin{subequations}
30680 \begin_inset Index idx
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684 Commands ! A ! 
30685 \backslash
30686 addtocounter
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \begin_inset Newline newline
30693 \end_inset
30694
30695
30696 \series default
30697 is inserted after the first formula
30698 \end_layout
30699
30700 \begin_layout Enumerate
30701 second formula is inserted
30702 \end_layout
30703
30704 \begin_layout Enumerate
30705 third formula is inserted
30706 \end_layout
30707
30708 \begin_layout Enumerate
30709
30710 \series bold
30711
30712 \backslash
30713 end{subequations}
30714 \series default
30715  is inserted after the third formula
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Every formula between the commands 
30720 \series bold
30721
30722 \backslash
30723 begin
30724 \series default
30725  and 
30726 \series bold
30727
30728 \backslash
30729 end
30730 \series default
30731  is subnumbered as a, b, 
30732 \begin_inset Newline linebreak
30733 \end_inset
30734
30735 c, \SpecialChar ldots
30736  For multiline formulas every line will be subnumbered.
30737  All subnumbered formulas are treated as 
30738 \emph on
30739 one
30740 \emph default
30741  numbered formula.
30742  But as every numbered formula increases the counter 
30743 \series bold
30744 equation
30745 \series default
30746  by one, the command 
30747 \series bold
30748
30749 \backslash
30750 addtocounter
30751 \series default
30752  is needed to decrease it.
30753  Otherwise the formulas 
30754 \begin_inset CommandInset ref
30755 LatexCommand eqref
30756 reference "eq:a"
30757
30758 \end_inset
30759
30760
30761 \begin_inset CommandInset ref
30762 LatexCommand eqref
30763 reference "eq:b"
30764
30765 \end_inset
30766
30767
30768 \begin_inset CommandInset ref
30769 LatexCommand eqref
30770 reference "eq:c"
30771
30772 \end_inset
30773
30774  would be numbered as 
30775 \begin_inset CommandInset ref
30776 LatexCommand eqref
30777 reference "eq:a"
30778
30779 \end_inset
30780
30781
30782 \begin_inset CommandInset ref
30783 LatexCommand eqref
30784 reference "eq:d"
30785
30786 \end_inset
30787
30788
30789 \begin_inset CommandInset ref
30790 LatexCommand eqref
30791 reference "eq:f"
30792
30793 \end_inset
30794
30795 .
30796 \end_layout
30797
30798 \begin_layout Standard
30799 By inserting the commands in \SpecialChar TeX
30800  mode, a space is created between the first
30801  two formulas.
30802  To revert this -5
30803 \begin_inset space \thinspace{}
30804 \end_inset
30805
30806 mm vertical space is inserted after the command 
30807 \series bold
30808
30809 \backslash
30810 begin{subequations}
30811 \series default
30812 .
30813  When the formula style 
30814 \series bold
30815 Indented
30816 \begin_inset Foot
30817 status collapsed
30818
30819 \begin_layout Plain Layout
30820 formula styles see 
30821 \begin_inset CommandInset ref
30822 LatexCommand ref
30823 reference "sec:Formula-Styles"
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \series default
30834  is used, -7
30835 \begin_inset space \thinspace{}
30836 \end_inset
30837
30838 mm space is inserted instead.
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Here is an example for a multiline formula where the numbering was turned
30843  off for the second line:
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 begin{subequations}
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \begin_inset Formula 
30858 \begin{eqnarray}
30859 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30860  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30861  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30862 \end{eqnarray}
30863
30864 \end_inset
30865
30866
30867 \begin_inset ERT
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871
30872
30873 \backslash
30874 end{subequations}
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Subsection
30883 User-defined Numbering
30884 \begin_inset CommandInset label
30885 LatexCommand label
30886 name "subsec:User-defined-Numbering"
30887
30888 \end_inset
30889
30890
30891 \begin_inset Index idx
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895 Formula numbering ! user-defined
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \end_layout
30902
30903 \begin_layout Standard
30904 \begin_inset Index idx
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Formula numbering ! self-defined delimiters
30909 \end_layout
30910
30911 \end_inset
30912
30913 With the standard numbering parentheses are set around the formula number.
30914  To replace the parentheses for example by vertical bars, the following
30915  line is added to the \SpecialChar LaTeX
30916 -preamble:
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \series bold
30922
30923 \backslash
30924 def
30925 \backslash
30926 tagform@#1{
30927 \backslash
30928 maketag@@@{|#1|}}
30929 \series default
30930
30931 \begin_inset Note Note
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935 This macro is already declared in the \SpecialChar LaTeX
30936 -preamble for testing.
30937  To activate it, remove the percent sign at the beginning.
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 To use other characters, the vertical bars besides the 
30947 \series bold
30948 #1
30949 \series default
30950  are replaced by one ore more characters.
30951  To get only the formula number the vertical bars are omitted.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 \begin_inset VSpace bigskip
30956 \end_inset
30957
30958 When there should be an expression of your choice instead of the consecutive
30959  formula number in parentheses behind the formula, the command 
30960 \series bold
30961
30962 \backslash
30963 tag
30964 \series default
30965
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Commands ! T ! 
30971 \backslash
30972 tag
30973 \end_layout
30974
30975 \end_inset
30976
30977  is used:
30978 \begin_inset Formula 
30979 \begin{equation}
30980 A+B=C\tag{something}\label{eq:tag}
30981 \end{equation}
30982
30983 \end_inset
30984
30985 In this example the command 
30986 \series bold
30987
30988 \backslash
30989 tag
30990 \begin_inset space \textvisiblespace{}
30991 \end_inset
30992
30993 something
30994 \series default
30995  was inserted in the formula.
30996 \end_layout
30997
30998 \begin_layout Standard
30999 When the command 
31000 \series bold
31001
31002 \backslash
31003 tag*
31004 \begin_inset space \textvisiblespace{}
31005 \end_inset
31006
31007 something
31008 \series default
31009  is inserted instead, the star prevents the parentheses around the expression:
31010 \begin_inset Formula 
31011 \[
31012 A+B=C\tag*{something}
31013 \]
31014
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \begin_inset VSpace bigskip
31022 \end_inset
31023
31024 To restart the formula numbering with new document parts or sections, the
31025  following command is used:
31026 \end_layout
31027
31028 \begin_layout Standard
31029
31030 \series bold
31031
31032 \backslash
31033 @addtoreset{equation}{part}
31034 \series default
31035
31036 \begin_inset Index idx
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040 Commands ! 
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 "
31047 \end_layout
31048
31049 \end_inset
31050
31051 @
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 "
31058 \end_layout
31059
31060 \end_inset
31061
31062  ! 
31063 \backslash
31064
31065 \begin_inset ERT
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069
31070 "
31071 \end_layout
31072
31073 \end_inset
31074
31075 @
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081 "
31082 \end_layout
31083
31084 \end_inset
31085
31086 addtoreset
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \begin_inset Newline newline
31093 \end_inset
31094
31095 resp.
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \series bold
31101
31102 \backslash
31103 @addtoreset{equation}{section}
31104 \end_layout
31105
31106 \begin_layout Standard
31107 To be able to use these commands in \SpecialChar TeX
31108  mode, the 
31109 \begin_inset Quotes eld
31110 \end_inset
31111
31112 @
31113 \begin_inset Quotes erd
31114 \end_inset
31115
31116  character has to be made 
31117 \begin_inset Quotes eld
31118 \end_inset
31119
31120 active
31121 \begin_inset Quotes erd
31122 \end_inset
31123
31124  for \SpecialChar LaTeX
31125  using the command 
31126 \series bold
31127
31128 \backslash
31129 makeatletter.
31130
31131 \series default
31132  The command 
31133 \series bold
31134
31135 \backslash
31136 makeatother
31137 \series default
31138  reverts this.
31139  So the command sequence in \SpecialChar TeX
31140  mode is:
31141 \end_layout
31142
31143 \begin_layout Standard
31144
31145 \series bold
31146
31147 \backslash
31148 makeatletter
31149 \begin_inset Newline newline
31150 \end_inset
31151
31152
31153 \backslash
31154 @addtoreset{equation}{section}
31155 \begin_inset Newline newline
31156 \end_inset
31157
31158
31159 \backslash
31160 makeatother
31161 \end_layout
31162
31163 \begin_layout Standard
31164 In the \SpecialChar LaTeX
31165 -preamble 
31166 \series bold
31167
31168 \backslash
31169 makeatletter
31170 \series default
31171  and 
31172 \series bold
31173
31174 \backslash
31175 makeatother
31176 \series default
31177  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31178 .
31179 \end_layout
31180
31181 \begin_layout Standard
31182 To revert 
31183 \series bold
31184
31185 \backslash
31186 @addtoreset
31187 \series default
31188 , the file 
31189 \series bold
31190 remreset.sty
31191 \series default
31192
31193 \begin_inset Foot
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197
31198 \series bold
31199 remreset
31200 \series default
31201  is part of the \SpecialChar LaTeX
31202 -package 
31203 \series bold
31204 carlisle
31205 \series default
31206
31207 \begin_inset Index idx
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 Packages ! carlisle
31212 \end_layout
31213
31214 \end_inset
31215
31216  that is part of every \SpecialChar LaTeX
31217  standard installation.
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \begin_inset Index idx
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227 Packages ! remreset
31228 \end_layout
31229
31230 \end_inset
31231
31232  has to be loaded in the \SpecialChar LaTeX
31233 -preamble with the line
31234 \end_layout
31235
31236 \begin_layout Standard
31237
31238 \series bold
31239
31240 \backslash
31241 usepackage{remreset}
31242 \end_layout
31243
31244 \begin_layout Standard
31245 Then the command 
31246 \series bold
31247
31248 \backslash
31249 @removefromreset
31250 \series default
31251
31252 \begin_inset Index idx
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256 Commands ! 
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262 "
31263 \end_layout
31264
31265 \end_inset
31266
31267 @
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273 "
31274 \end_layout
31275
31276 \end_inset
31277
31278  ! 
31279 \backslash
31280
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286 "
31287 \end_layout
31288
31289 \end_inset
31290
31291 @
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297 "
31298 \end_layout
31299
31300 \end_inset
31301
31302 removefromreset
31303 \end_layout
31304
31305 \end_inset
31306
31307  can be used with the same scheme as 
31308 \series bold
31309
31310 \backslash
31311 @addtoreset
31312 \series default
31313 .
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset VSpace bigskip
31318 \end_inset
31319
31320 Sometimes formulas should be numbered in the following form:
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \family typewriter
31326 (section number.formula number)
31327 \end_layout
31328
31329 \begin_layout Standard
31330 The formula number should start with every section with 
31331 \begin_inset Quotes eld
31332 \end_inset
31333
31334 1
31335 \begin_inset Quotes erd
31336 \end_inset
31337
31338 .
31339 \end_layout
31340
31341 \begin_layout Standard
31342 For this case there is the command 
31343 \series bold
31344
31345 \backslash
31346 numberwithin
31347 \series default
31348
31349 \begin_inset Index idx
31350 status collapsed
31351
31352 \begin_layout Plain Layout
31353 Commands ! N ! 
31354 \backslash
31355 numberwithin
31356 \end_layout
31357
31358 \end_inset
31359
31360 , which is used with the following scheme:
31361 \end_layout
31362
31363 \begin_layout Standard
31364
31365 \series bold
31366
31367 \backslash
31368 numberwithin{counter}{sectioning}
31369 \end_layout
31370
31371 \begin_layout Standard
31372 Counter denotes what kind of numbering is affected, sectioning denotes what
31373  number is before the dot.
31374 \end_layout
31375
31376 \begin_layout Standard
31377 Thus in our case the following \SpecialChar LaTeX
31378  preamble or \SpecialChar TeX
31379  code line is used:
31380 \end_layout
31381
31382 \begin_layout Standard
31383
31384 \series bold
31385
31386 \backslash
31387 numberwithin{equation}{section}
31388 \end_layout
31389
31390 \begin_layout Standard
31391 This is the result:
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397
31398 \backslash
31399 numberwithin{equation}{section}
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \begin_inset Formula 
31406 \begin{equation}
31407 A+B=C
31408 \end{equation}
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Standard
31416 To number e.
31417 \begin_inset space \thinspace{}
31418 \end_inset
31419
31420 g.
31421 \begin_inset space \space{}
31422 \end_inset
31423
31424 tables so that the number of the part is the sectioning,
31425 \begin_inset Newline newline
31426 \end_inset
31427
31428
31429 \series bold
31430
31431 \backslash
31432 numberwithin{table}{part}
31433 \series default
31434  is used.
31435 \end_layout
31436
31437 \begin_layout Standard
31438 To go back to the standard numbering or to prevent this kind of numbering
31439  when it is defined by the document class, the following command is inserted
31440  as \SpecialChar TeX
31441  code or to the \SpecialChar LaTeX
31442  preamble:
31443 \end_layout
31444
31445 \begin_layout Standard
31446
31447 \series bold
31448
31449 \backslash
31450 renewcommand{
31451 \backslash
31452 theequation}{
31453 \backslash
31454 arabic{equation}}
31455 \begin_inset Index idx
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459 Commands ! A ! 
31460 \backslash
31461 arabic
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \series default
31468
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474
31475 \backslash
31476 renewcommand{
31477 \backslash
31478 theequation}{
31479 \backslash
31480 arabic{equation}}
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \series bold
31487
31488 \begin_inset Newline newline
31489 \end_inset
31490
31491
31492 \series default
31493 or
31494 \series bold
31495
31496 \begin_inset Newline newline
31497 \end_inset
31498
31499
31500 \backslash
31501 renewcommand{
31502 \backslash
31503 thetable}{
31504 \backslash
31505 arabic{table}}
31506 \end_layout
31507
31508 \begin_layout Standard
31509
31510 \series bold
31511
31512 \backslash
31513 numberwithin
31514 \series default
31515  uses internally the command 
31516 \series bold
31517
31518 \backslash
31519 @addtoreset
31520 \series default
31521 , described above, that also needs to be reverted.
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 makeatletter
31530 \end_layout
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 @removefromreset{equation}{section}
31537 \end_layout
31538
31539 \begin_layout Plain Layout
31540
31541
31542 \backslash
31543 makeatother
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Subsection
31552 Numbering with Roman Numbers and Letters
31553 \begin_inset Index idx
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Formula numbering ! with letters
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset Index idx
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 Formula numbering ! with Roman numbers
31568 \end_layout
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 Formulas can also be numbered with Roman numbers and Latin letters.
31577  To number for example with small Roman numbers, the command
31578 \end_layout
31579
31580 \begin_layout Standard
31581
31582 \series bold
31583
31584 \backslash
31585 renewcommand{
31586 \backslash
31587 theequation}{
31588 \backslash
31589 roman{equation}}
31590 \end_layout
31591
31592 \begin_layout Standard
31593 is inserted before the formula in \SpecialChar TeX
31594  mode.
31595  
31596 \series bold
31597
31598 \backslash
31599 renewcommand
31600 \series default
31601
31602 \begin_inset Index idx
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606 Commands ! R ! 
31607 \backslash
31608 renewcommand
31609 \end_layout
31610
31611 \end_inset
31612
31613  redefines the predefined command 
31614 \series bold
31615
31616 \backslash
31617 theequation
31618 \series default
31619  to the command 
31620 \series bold
31621
31622 \backslash
31623 roman{equation}
31624 \series default
31625 .
31626 \begin_inset Foot
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630 The command 
31631 \series bold
31632
31633 \backslash
31634 renewcommand
31635 \series default
31636  has the same scheme like the command 
31637 \series bold
31638
31639 \backslash
31640 newcommand
31641 \series default
31642  that is described in 
31643 \begin_inset CommandInset ref
31644 LatexCommand ref
31645 reference "subsec:The-Command-newcommand"
31646
31647 \end_inset
31648
31649 .
31650 \end_layout
31651
31652 \end_inset
31653
31654  
31655 \series bold
31656 equation
31657 \series default
31658  is the formula counter.
31659  When the command 
31660 \series bold
31661
31662 \backslash
31663 the
31664 \series default
31665  is used as prefix for a counter, the value of the counter is output as
31666  Arabic number.
31667  When a formula is numbered, \SpecialChar LaTeX
31668  sets internally the command 
31669 \series bold
31670
31671 \backslash
31672 theequation
31673 \series default
31674  behind the formula.
31675  
31676 \series bold
31677
31678 \backslash
31679 roman{equation}
31680 \begin_inset Index idx
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 Commands ! R ! 
31685 \backslash
31686 roman
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \series default
31693  outputs the counter as small Roman number.
31694 \end_layout
31695
31696 \begin_layout Standard
31697 All formulas behind the command 
31698 \series bold
31699
31700 \backslash
31701 renew
31702 \series default
31703 c
31704 \series bold
31705 ommand
31706 \series default
31707  are now numbered Roman.
31708  To switch to numbering with big Roman numbers, the command is inserted
31709  again, but 
31710 \series bold
31711
31712 \backslash
31713 roman
31714 \series default
31715  is replaced by 
31716 \series bold
31717
31718 \backslash
31719 Roman
31720 \series default
31721
31722 \begin_inset Index idx
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Commands ! R ! 
31727 \backslash
31728 roman@
31729 \backslash
31730 Roman
31731 \end_layout
31732
31733 \end_inset
31734
31735 .
31736  To 
31737 \begin_inset Quotes eld
31738 \end_inset
31739
31740 number
31741 \begin_inset Quotes erd
31742 \end_inset
31743
31744  with small Latin letters there is the command 
31745 \series bold
31746
31747 \backslash
31748 alph
31749 \series default
31750
31751 \begin_inset Index idx
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 Commands ! A ! 
31756 \backslash
31757 alph
31758 \end_layout
31759
31760 \end_inset
31761
31762 , for big ones there is the command 
31763 \series bold
31764
31765 \backslash
31766 Alph
31767 \series default
31768
31769 \begin_inset Index idx
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 Commands ! A ! 
31774 \backslash
31775 alph@
31776 \backslash
31777 Alph
31778 \end_layout
31779
31780 \end_inset
31781
31782 .
31783 \end_layout
31784
31785 \begin_layout Standard
31786 \begin_inset Note Greyedout
31787 status open
31788
31789 \begin_layout Plain Layout
31790
31791 \series bold
31792 \color none
31793 Note:
31794 \series default
31795  Only maximal 26
31796 \begin_inset space ~
31797 \end_inset
31798
31799 formulas can be numbered with Latin letters in one document.
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813
31814 \backslash
31815 renewcommand{
31816 \backslash
31817 theequation}{
31818 \backslash
31819 roman{equation}}
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 \begin_inset Formula 
31829 \begin{equation}
31830 A=\textrm{small roman}
31831 \end{equation}
31832
31833 \end_inset
31834
31835
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841
31842 \backslash
31843 renewcommand{
31844 \backslash
31845 theequation}{
31846 \backslash
31847 Roman{equation}}
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \begin_inset Formula 
31854 \begin{equation}
31855 B=\textrm{big Roman}\label{eq:Rom}
31856 \end{equation}
31857
31858 \end_inset
31859
31860
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866
31867 \backslash
31868 renewcommand{
31869 \backslash
31870 theequation}{
31871 \backslash
31872 alph{equation}}
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \begin_inset Formula 
31879 \begin{equation}
31880 C=\textrm{small Latin}
31881 \end{equation}
31882
31883 \end_inset
31884
31885
31886 \begin_inset ERT
31887 status collapsed
31888
31889 \begin_layout Plain Layout
31890
31891
31892 \backslash
31893 renewcommand{
31894 \backslash
31895 theequation}{
31896 \backslash
31897 Alph{equation}}
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \begin_inset Formula 
31904 \begin{equation}
31905 D=\textrm{big Latin}\label{eq:Lat}
31906 \end{equation}
31907
31908 \end_inset
31909
31910
31911 \end_layout
31912
31913 \begin_layout Standard
31914 To switch back to the default numbering, insert the command:
31915 \end_layout
31916
31917 \begin_layout Standard
31918
31919 \series bold
31920
31921 \backslash
31922 renewcommand{
31923 \backslash
31924 theequation}{
31925 \backslash
31926 arabic{equation}}
31927 \begin_inset Index idx
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931 Commands ! A ! 
31932 \backslash
31933 arabic
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Standard
31942 \begin_inset ERT
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946
31947
31948 \backslash
31949 renewcommand{
31950 \backslash
31951 theequation}{
31952 \backslash
31953 arabic{equation}}
31954 \end_layout
31955
31956 \end_inset
31957
31958
31959 \begin_inset Formula 
31960 \begin{equation}
31961 E=\textrm{Arabic}
31962 \end{equation}
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \begin_layout Standard
31970 \begin_inset VSpace medskip
31971 \end_inset
31972
31973 As you see, formulas are numbered serially independent from the numbering
31974  style.
31975  When then numbering should start with 
31976 \begin_inset Quotes eld
31977 \end_inset
31978
31979 1
31980 \begin_inset Quotes erd
31981 \end_inset
31982
31983  when the style is changed, new equation counters have to be defined.
31984  A description about this can be found in the file 
31985 \begin_inset CommandInset href
31986 LatexCommand href
31987 name "Formula-numbering.lyx"
31988 target "run:Formula-numbering.lyx"
31989
31990 \end_inset
31991
31992 .
31993 \end_layout
31994
31995 \begin_layout Section
31996 Chemical Symbols and Equations
31997 \begin_inset CommandInset label
31998 LatexCommand label
31999 name "subsec:Chemical-Symbols-and"
32000
32001 \end_inset
32002
32003
32004 \begin_inset Index idx
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008 Chemical characters ! Symbols
32009 \end_layout
32010
32011 \end_inset
32012
32013
32014 \begin_inset Index idx
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018 Chemical equations
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset Index idx
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 Symbols ! chemical
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 An example text from chemistry:
32038 \end_layout
32039
32040 \begin_layout Quote
32041 The 
32042 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32043 \end_inset
32044
32045 -ion reacts with two 
32046 \begin_inset Formula $\mathrm{Na^{+}}$
32047 \end_inset
32048
32049 -ions to sodium sulfate 
32050 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32051 \end_inset
32052
32053 .
32054  The chemical equation for this is:
32055 \begin_inset Formula 
32056 \begin{equation}
32057 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
32058 \end{equation}
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 This chemical equation can directly be created as formula.
32067  To avoid that the symbols appear italic, everything is highlighted and
32068  changed by the shortcut 
32069 \begin_inset Info
32070 type  "shortcut"
32071 arg   "font-roman"
32072 \end_inset
32073
32074  to the upright font style.
32075 \begin_inset Foot
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079 font styles
32080 \series bold
32081  
32082 \series default
32083 see 
32084 \begin_inset CommandInset ref
32085 LatexCommand ref
32086 reference "subsec:Font-Styles"
32087
32088 \end_inset
32089
32090
32091 \end_layout
32092
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Standard
32099 A more convenient way to typeset chemical formulas is to use the command
32100  
32101 \series bold
32102
32103 \backslash
32104 ce
32105 \series default
32106
32107 \begin_inset Index idx
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111 Commands ! C ! 
32112 \backslash
32113 ce
32114 \end_layout
32115
32116 \end_inset
32117
32118  that is available when the \SpecialChar LaTeX
32119 -package 
32120 \series bold
32121 mhchem
32122 \series default
32123
32124 \begin_inset Index idx
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 Packages ! mhchem
32129 \end_layout
32130
32131 \end_inset
32132
32133  is installed.
32134  After inserting 
32135 \series bold
32136
32137 \backslash
32138 ce
32139 \series default
32140  to a formula a new blue box appears where chemical formulas can be inserted
32141  in an intuitive way.
32142 \begin_inset Separator parbreak
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 \align center
32150 \begin_inset Tabular
32151 <lyxtabular version="3" rows="10" columns="2">
32152 <features tabularvalignment="middle">
32153 <column alignment="center" valignment="top">
32154 <column alignment="center" valignment="top">
32155 <row>
32156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160 Command
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 Result
32170 \begin_inset Note Note
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 \series bold
32176
32177 \backslash
32178 raisebox
32179 \series default
32180  is only used as spacer.
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \end_inset
32189 </cell>
32190 </row>
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196
32197 \backslash
32198 ce
32199 \begin_inset space \textvisiblespace{}
32200 \end_inset
32201
32202 H2CO3
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32212 \end_inset
32213
32214
32215 \end_layout
32216
32217 \end_inset
32218 </cell>
32219 </row>
32220 <row>
32221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225
32226 \backslash
32227 ce
32228 \begin_inset space \textvisiblespace{}
32229 \end_inset
32230
32231 SO4^2-
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \end_inset
32247 </cell>
32248 </row>
32249 <row>
32250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254
32255 \backslash
32256 ce
32257 \begin_inset space \textvisiblespace{}
32258 \end_inset
32259
32260 (NH4)2S
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \end_inset
32276 </cell>
32277 </row>
32278 <row>
32279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283
32284 \backslash
32285 ce
32286 \begin_inset space \textvisiblespace{}
32287 \end_inset
32288
32289 KCr(SO4)2.12H2O
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \end_inset
32305 </cell>
32306 </row>
32307 <row>
32308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32309 \begin_inset Text
32310
32311 \begin_layout Plain Layout
32312
32313 \backslash
32314 ce
32315 \begin_inset space \textvisiblespace{}
32316 \end_inset
32317
32318 A-B
32319 \backslash
32320 dbond
32321 \begin_inset space \textvisiblespace{}
32322 \end_inset
32323
32324 C
32325 \backslash
32326 tbond
32327 \begin_inset space \textvisiblespace{}
32328 \end_inset
32329
32330 D
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 </row>
32348 <row>
32349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353
32354 \backslash
32355 ce
32356 \begin_inset space \textvisiblespace{}
32357 \end_inset
32358
32359 ^227
32360 \begin_inset Formula $\downarrow$
32361 \end_inset
32362
32363 _90
32364 \begin_inset Formula $\to$
32365 \end_inset
32366
32367 Th+
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 </row>
32385 <row>
32386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390
32391 \backslash
32392 ce
32393 \begin_inset space \textvisiblespace{}
32394 \end_inset
32395
32396
32397 \backslash
32398 mu
32399 \begin_inset space \textvisiblespace{}
32400 \end_inset
32401
32402
32403 \backslash
32404 hyphen
32405 \begin_inset space \textvisiblespace{}
32406 \end_inset
32407
32408 Cl
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 </row>
32426 <row>
32427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32428 \begin_inset Text
32429
32430 \begin_layout Plain Layout
32431
32432 \backslash
32433 ce
32434 \begin_inset space \textvisiblespace{}
32435 \end_inset
32436
32437 CO2
32438 \begin_inset space \textvisiblespace{}
32439 \end_inset
32440
32441 +
32442 \begin_inset space \textvisiblespace{}
32443 \end_inset
32444
32445 C
32446 \begin_inset space \textvisiblespace{}
32447 \end_inset
32448
32449 <=>
32450 \begin_inset space \textvisiblespace{}
32451 \end_inset
32452
32453 2CO
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \end_inset
32469 </cell>
32470 </row>
32471 <row>
32472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32473 \begin_inset Text
32474
32475 \begin_layout Plain Layout
32476
32477 \backslash
32478 ce
32479 \begin_inset space \textvisiblespace{}
32480 \end_inset
32481
32482 CO2
32483 \begin_inset space \textvisiblespace{}
32484 \end_inset
32485
32486 +
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490 C
32491 \begin_inset space \textvisiblespace{}
32492 \end_inset
32493
32494 ->[
32495 \backslash
32496 alpha][
32497 \backslash
32498 beta]
32499 \begin_inset space \textvisiblespace{}
32500 \end_inset
32501
32502 2CO}
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout Plain Layout
32511 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32512 \end_inset
32513
32514
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 </row>
32520 </lyxtabular>
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \begin_inset Note Greyedout
32529 status open
32530
32531 \begin_layout Plain Layout
32532
32533 \series bold
32534 \color none
32535 Note:
32536 \series default
32537  It is not possible in \SpecialChar LyX
32538  to use the character ^ to get an up-arrow as described
32539  in the 
32540 \series bold
32541 mhchem
32542 \series default
32543  manual.
32544  One instead uses a negative thin space followed by the command 
32545 \series bold
32546
32547 \backslash
32548 uparrow
32549 \series default
32550
32551 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 Using 
32564 \series bold
32565
32566 \backslash
32567 ce
32568 \series default
32569  the command for equation
32570 \begin_inset space ~
32571 \end_inset
32572
32573
32574 \begin_inset CommandInset ref
32575 LatexCommand eqref
32576 reference "eq:chem-reaction"
32577
32578 \end_inset
32579
32580  is:
32581 \begin_inset Newline newline
32582 \end_inset
32583
32584
32585 \series bold
32586  
32587 \backslash
32588 ce
32589 \begin_inset space \textvisiblespace{}
32590 \end_inset
32591
32592 2Na+
32593 \begin_inset space \textvisiblespace{}
32594 \end_inset
32595
32596 +
32597 \begin_inset space \textvisiblespace{}
32598 \end_inset
32599
32600 SO4^2-
32601 \begin_inset space \textvisiblespace{}
32602 \end_inset
32603
32604
32605 \begin_inset space \textvisiblespace{}
32606 \end_inset
32607
32608 ->
32609 \begin_inset space \textvisiblespace{}
32610 \end_inset
32611
32612 Na2SO4
32613 \end_layout
32614
32615 \begin_layout Standard
32616 To create multiline chemical equations first a multiline formula is created
32617  as described in 
32618 \begin_inset CommandInset ref
32619 LatexCommand ref
32620 reference "sec:Multiline-Formulas"
32621
32622 \end_inset
32623
32624 .
32625  Afterwards the command 
32626 \series bold
32627
32628 \backslash
32629 ce
32630 \series default
32631  is used in every small blue box of the formula.
32632  
32633 \begin_inset CommandInset ref
32634 LatexCommand eqref
32635 reference "eq:TEOS-reaction-1"
32636
32637 \end_inset
32638
32639  and 
32640 \begin_inset CommandInset ref
32641 LatexCommand eqref
32642 reference "eq:TEOS-reaction-2"
32643
32644 \end_inset
32645
32646  are an example of a multi-stage chemical reaction where every equation
32647  has its own number.
32648 \begin_inset Formula 
32649 \begin{eqnarray}
32650 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32651 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32652 \end{eqnarray}
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Besides 
32661 \series bold
32662
32663 \backslash
32664 ce
32665 \series default
32666  the 
32667 \series bold
32668 mhchem
32669 \series default
32670  package provides the command 
32671 \series bold
32672
32673 \backslash
32674 cf
32675 \series default
32676
32677 \begin_inset Index idx
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 Commands ! C ! 
32682 \backslash
32683 cf
32684 \end_layout
32685
32686 \end_inset
32687
32688  that has to be used for special cases.
32689  For more information about 
32690 \series bold
32691
32692 \backslash
32693 cf
32694 \series default
32695  and more examples have a look at the documentation of 
32696 \series bold
32697 mhchem
32698 \series default
32699
32700 \begin_inset CommandInset citation
32701 LatexCommand cite
32702 key "mhchem"
32703
32704 \end_inset
32705
32706 .
32707 \end_layout
32708
32709 \begin_layout Section
32710 Diagrams
32711 \end_layout
32712
32713 \begin_layout Standard
32714 \SpecialChar LyX
32715  supports two types of commutative diagrams: 
32716 \series bold
32717 amscd
32718 \series default
32719  and 
32720 \series bold
32721 xymatrix
32722 \series default
32723  that are explained in the following.
32724 \end_layout
32725
32726 \begin_layout Subsection
32727 Amscd Diagrams
32728 \begin_inset Index idx
32729 status collapsed
32730
32731 \begin_layout Plain Layout
32732 Diagrams ! amscd
32733 \end_layout
32734
32735 \end_inset
32736
32737
32738 \end_layout
32739
32740 \begin_layout Standard
32741 Diagrams of this type visualize relations by vertical and horizontal lines
32742  or arrows:
32743 \begin_inset Formula 
32744 \[
32745 \begin{CD}A@>>>B@>>>C\\
32746 @AAA@.@VVV\\
32747 F@<<<E@<<<D
32748 \end{CD}
32749 \]
32750
32751 \end_inset
32752
32753
32754 \end_layout
32755
32756 \begin_layout Standard
32757 To get them, the command 
32758 \series bold
32759
32760 \backslash
32761 CD
32762 \begin_inset Index idx
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766 Commands ! C ! 
32767 \backslash
32768 CD
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \series default
32775  is inserted to a formula.
32776  A blue box appears with two dashed lines where further commands can be
32777  inserted.
32778  With 
32779 \begin_inset Info
32780 type  "shortcut"
32781 arg   "newline-insert newline"
32782 \end_inset
32783
32784  a new line is created.
32785  Horizontal relations are inserted in odd, vertical in even formula lines.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 To create the relations there are the following commands:
32790 \end_layout
32791
32792 \begin_layout Itemize
32793
32794 \series bold
32795 @<<<
32796 \series default
32797  creates a left arrow, 
32798 \series bold
32799 @>>>
32800 \series default
32801  a right arrow and 
32802 \series bold
32803 @=
32804 \series default
32805  a long equal sign
32806 \end_layout
32807
32808 \begin_layout Itemize
32809
32810 \series bold
32811 @AAA
32812 \series default
32813  creates an up arrow, 
32814 \series bold
32815 @VVV
32816 \series default
32817  a down arrow and 
32818 \series bold
32819 @|
32820 \series default
32821  a vertical equal sign
32822 \end_layout
32823
32824 \begin_layout Itemize
32825
32826 \series bold
32827 @.
32828
32829 \series default
32830  is a placeholder for non-existent relations
32831 \end_layout
32832
32833 \begin_layout Standard
32834 All arrows can be labeled as follows:
32835 \end_layout
32836
32837 \begin_layout Itemize
32838 If text inserted between the first and second < or >, resp., it is placed
32839  above the arrow.
32840  When it is inserted between the second and third one, it appears under
32841  the arrow.
32842 \end_layout
32843
32844 \begin_layout Itemize
32845 When text for vertical arrows is inserted between the first and second A
32846  or V, resp., it is placed left beside the arrow.
32847  When it is inserted between the second and third one, it appears right
32848  beside the arrow.
32849  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32850  brace.
32851 \end_layout
32852
32853 \begin_layout Standard
32854 As example a diagram with all possible relations:
32855 \end_layout
32856
32857 \begin_layout Standard
32858 \begin_inset Formula 
32859 \[
32860 \begin{CD}A@>j>>B@>>k>C@=F\\
32861 @AmAA@.@VV{V}V@|\\
32862 D@<<j<E@>k>>F@=C
32863 \end{CD}
32864 \]
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Standard
32872 The command for this is:
32873 \begin_inset Newline newline
32874 \end_inset
32875
32876
32877 \series bold
32878
32879 \backslash
32880 CD
32881 \begin_inset space \textvisiblespace{}
32882 \end_inset
32883
32884 A@>j>>B@>>k>C@=F Ctrl+Return
32885 \begin_inset Newline newline
32886 \end_inset
32887
32888
32889 \begin_inset Phantom HPhantom
32890 status open
32891
32892 \begin_layout Plain Layout
32893
32894 \series bold
32895
32896 \backslash
32897 CD
32898 \begin_inset space \textvisiblespace{}
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \end_inset
32905
32906 @AmAA@.@VV
32907 \backslash
32908 {V
32909 \series default
32910
32911 \begin_inset Formula $\to$
32912 \end_inset
32913
32914
32915 \series bold
32916 V@| Ctrl+Return
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920
32921 \begin_inset Phantom HPhantom
32922 status open
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927
32928 \backslash
32929 CD
32930 \begin_inset space \textvisiblespace{}
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \end_inset
32937
32938 D@<<j<E@>k>>F@=C
32939 \end_layout
32940
32941 \begin_layout Subsection
32942 Xymatrix Diagrams
32943 \begin_inset Index idx
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 Diagrams ! xymatrix
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 To be able to use xymatrices, the \SpecialChar LaTeX
32957 -package 
32958 \series bold
32959 xypic
32960 \series default
32961  must be installed.
32962  A xymatrix is created by inserting the command 
32963 \series bold
32964
32965 \backslash
32966 xymatrix
32967 \series default
32968  in a formula.
32969  Then you are able to add new matrix columns and rows like for normal matrices,
32970  see 
32971 \begin_inset CommandInset ref
32972 LatexCommand ref
32973 reference "sec:Matrices"
32974
32975 \end_inset
32976
32977 .
32978 \end_layout
32979
32980 \begin_layout Standard
32981 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32982  and much more.
32983  All possibilities to create commutative diagrams and decorations are explained
32984  in detail in the 
32985 \emph on
32986 XY-pic manual
32987 \emph default
32988  that you find in the menu 
32989 \family sans
32990 Help\SpecialChar menuseparator
32991 Specific
32992 \begin_inset space ~
32993 \end_inset
32994
32995 Manuals
32996 \family default
32997 .
32998 \end_layout
32999
33000 \begin_layout Subsection
33001
33002 \noun on
33003 Feynman
33004 \noun default
33005  Diagrams
33006 \begin_inset Index idx
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010 Diagrams ! Feynman
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019 To be able to use 
33020 \noun on
33021 Feynman
33022 \noun default
33023 -diagrams, the \SpecialChar LaTeX
33024 -package 
33025 \series bold
33026 feyn
33027 \series default
33028  must be installed.
33029  A 
33030 \noun on
33031 Feynman
33032 \noun default
33033 -diagram is created by inserting the command 
33034 \series bold
33035
33036 \backslash
33037 Diagram
33038 \series default
33039  in a formula.
33040  Then you are able to add new matrix columns and rows like for normal matrices,
33041  see 
33042 \begin_inset CommandInset ref
33043 LatexCommand ref
33044 reference "sec:Matrices"
33045
33046 \end_inset
33047
33048 .
33049 \end_layout
33050
33051 \begin_layout Standard
33052 Examples how to create 
33053 \noun on
33054 Feynman-
33055 \noun default
33056 diagrams in \SpecialChar LyX
33057  is given in the 
33058 \emph on
33059 Feynman-diagram manual
33060 \emph default
33061  that you find in the menu 
33062 \family sans
33063 Help\SpecialChar menuseparator
33064 Specific
33065 \begin_inset space ~
33066 \end_inset
33067
33068 Manuals
33069 \family default
33070 .
33071 \end_layout
33072
33073 \begin_layout Standard
33074 \begin_inset Newpage newpage
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Section
33081 User-defined Commands
33082 \begin_inset Index idx
33083 status collapsed
33084
33085 \begin_layout Plain Layout
33086 User-defined commands
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset Note Greyedout
33096 status open
33097
33098 \begin_layout Plain Layout
33099
33100 \series bold
33101 Note:
33102 \series default
33103  The names of user-defined commands and macros may only consist of Latin
33104  letters.
33105 \end_layout
33106
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Subsection
33113 The Command 
33114 \backslash
33115 newcommand
33116 \begin_inset CommandInset label
33117 LatexCommand label
33118 name "subsec:The-Command-newcommand"
33119
33120 \end_inset
33121
33122
33123 \begin_inset Index idx
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127 User-defined commands ! 
33128 \backslash
33129 newcommand
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \begin_inset Index idx
33136 status collapsed
33137
33138 \begin_layout Plain Layout
33139 Commands ! N ! 
33140 \backslash
33141 newcommand
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Standard
33150 Many \SpecialChar LaTeX
33151 -commands are too long to be used frequently.
33152  But it is possible to define with the command 
33153 \series bold
33154
33155 \backslash
33156 newcommand
33157 \series default
33158  new shorter commands.
33159 \end_layout
33160
33161 \begin_layout Standard
33162 The command scheme of 
33163 \series bold
33164
33165 \backslash
33166 newcommand
33167 \series default
33168  is:
33169 \end_layout
33170
33171 \begin_layout Standard
33172
33173 \series bold
33174
33175 \backslash
33176 newcommand{new command name}[number of arguments][optional
33177 \series default
33178  
33179 \series bold
33180 value]
33181 \begin_inset Newline newline
33182 \end_inset
33183
33184
33185 \begin_inset Phantom HPhantom
33186 status open
33187
33188 \begin_layout Plain Layout
33189
33190 \series bold
33191
33192 \backslash
33193 newcommand
33194 \end_layout
33195
33196 \end_inset
33197
33198 {command definition}
33199 \end_layout
33200
33201 \begin_layout Standard
33202 \begin_inset Note Greyedout
33203 status open
33204
33205 \begin_layout Plain Layout
33206
33207 \series bold
33208 Note:
33209 \series default
33210  Assure that the name of the new command is not already used in your document
33211  or by \SpecialChar LaTeX
33212 -packages that you use.
33213  When you for example define the command 
33214 \series bold
33215
33216 \backslash
33217 le
33218 \series default
33219  for 
33220 \series bold
33221
33222 \backslash
33223 Leftarrow
33224 \series default
33225 , you get an error message because 
33226 \series bold
33227
33228 \backslash
33229 le
33230 \series default
33231  is already defined as command for 
33232 \begin_inset Quotes eld
33233 \end_inset
33234
33235
33236 \begin_inset Formula $\le$
33237 \end_inset
33238
33239
33240 \begin_inset Quotes erd
33241 \end_inset
33242
33243 .
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 The number of arguments is an integer in the range 0
33253 \begin_inset space \thinspace{}
33254 \end_inset
33255
33256 -
33257 \begin_inset space \thinspace{}
33258 \end_inset
33259
33260 9 and specifies how many arguments the new command should have.
33261  With the optional value a value for an optional argument can be predefined.
33262  When this is done, the 
33263 \emph on
33264 first
33265 \emph default
33266  
33267 \emph on
33268 a
33269 \emph default
33270 rgument of the new command is automatically an optional one.
33271 \end_layout
33272
33273 \begin_layout Standard
33274 Here are some examples:
33275 \end_layout
33276
33277 \begin_layout Itemize
33278 To define the command 
33279 \series bold
33280
33281 \backslash
33282 gr
33283 \series default
33284  for 
33285 \series bold
33286
33287 \backslash
33288 Longrightarrow
33289 \series default
33290 , the \SpecialChar LaTeX
33291 -preamble line is:
33292 \begin_inset VSpace medskip
33293 \end_inset
33294
33295
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \series bold
33301
33302 \backslash
33303 newcommand{
33304 \backslash
33305 gr}{
33306 \backslash
33307 Longrightarrow}
33308 \end_layout
33309
33310 \begin_layout Itemize
33311 To define the command 
33312 \series bold
33313
33314 \backslash
33315 us
33316 \series default
33317  for 
33318 \series bold
33319
33320 \backslash
33321 underline
33322 \series default
33323 , the argument (that should be underlined) must be taken into account.
33324  For this the preamble line is:
33325 \begin_inset VSpace medskip
33326 \end_inset
33327
33328
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332
33333 \series bold
33334
33335 \backslash
33336 newcommand{
33337 \backslash
33338 us}[1]{
33339 \backslash
33340 underline{#1}}
33341 \series default
33342
33343 \begin_inset VSpace medskip
33344 \end_inset
33345
33346
33347 \begin_inset Newline newline
33348 \end_inset
33349
33350 The character 
33351 \series bold
33352 #
33353 \series default
33354  acts as argument placeholder, the 
33355 \series bold
33356 1
33357 \series default
33358  behind it denotes that it is the placeholder for the first argument.
33359 \end_layout
33360
33361 \begin_layout Itemize
33362 For 
33363 \series bold
33364
33365 \backslash
33366 framebox
33367 \series default
33368  one can e.
33369 \begin_inset space \thinspace{}
33370 \end_inset
33371
33372 g.
33373 \begin_inset space \space{}
33374 \end_inset
33375
33376 define the command 
33377 \series bold
33378
33379 \backslash
33380 fb
33381 \series default
33382 :
33383 \begin_inset VSpace medskip
33384 \end_inset
33385
33386
33387 \begin_inset Newline newline
33388 \end_inset
33389
33390
33391 \series bold
33392
33393 \backslash
33394 newcommand{
33395 \backslash
33396 fb}[3]{
33397 \backslash
33398 framebox#1#2{$#3$}}
33399 \series default
33400
33401 \begin_inset VSpace medskip
33402 \end_inset
33403
33404
33405 \begin_inset Newline newline
33406 \end_inset
33407
33408 The two Dollar signs creates the extra formula needed for 
33409 \series bold
33410
33411 \backslash
33412 framebox
33413 \series default
33414 , see 
33415 \begin_inset CommandInset ref
33416 LatexCommand ref
33417 reference "subsec:Boxes-with-Frame"
33418
33419 \end_inset
33420
33421 .
33422 \end_layout
33423
33424 \begin_layout Itemize
33425 To create a new command for 
33426 \series bold
33427
33428 \backslash
33429 fcolorbox
33430 \series default
33431  where the color for the box need not be specified, the argument for the
33432  color is defined optional:
33433 \begin_inset VSpace medskip
33434 \end_inset
33435
33436
33437 \begin_inset Newline newline
33438 \end_inset
33439
33440
33441 \series bold
33442
33443 \backslash
33444 newcommand{
33445 \backslash
33446 cb}[3][white]{
33447 \backslash
33448 fcolorbox{#2}{#1}{$#3$}}
33449 \series default
33450
33451 \begin_inset VSpace medskip
33452 \end_inset
33453
33454
33455 \begin_inset Newline newline
33456 \end_inset
33457
33458 When the color is not specified when using 
33459 \series bold
33460
33461 \backslash
33462 cb
33463 \series default
33464 , the predefined color 
33465 \series bold
33466 white
33467 \series default
33468  will be used.
33469 \end_layout
33470
33471 \begin_layout Standard
33472 A test of the new defined commands:
33473 \begin_inset Separator parbreak
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \align center
33481 \begin_inset Tabular
33482 <lyxtabular version="3" rows="6" columns="2">
33483 <features tabularvalignment="middle">
33484 <column alignment="center" valignment="top">
33485 <column alignment="center" valignment="top">
33486 <row>
33487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 Command
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 Result
33501 \begin_inset Note Note
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505
33506 \series bold
33507
33508 \backslash
33509 raisebox
33510 \series default
33511  is only used as spacer.
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \end_inset
33520 </cell>
33521 </row>
33522 <row>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527 A
33528 \backslash
33529 gr
33530 \begin_inset space \textvisiblespace{}
33531 \end_inset
33532
33533 B
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 \begin_inset Formula $A\gr B$
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556
33557 \backslash
33558 us{ABcd
33559 \end_layout
33560
33561 \end_inset
33562 </cell>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 </row>
33576 <row>
33577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33578 \begin_inset Text
33579
33580 \begin_layout Plain Layout
33581
33582 \backslash
33583 fb{[2cm]
33584 \begin_inset Formula $\to$
33585 \end_inset
33586
33587
33588 \backslash
33589 {
33590 \begin_inset Formula $\to$
33591 \end_inset
33592
33593
33594 \backslash
33595 {
33596 \backslash
33597 int
33598 \begin_inset space \textvisiblespace{}
33599 \end_inset
33600
33601 A=B
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row>
33620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624
33625 \backslash
33626 cb{red
33627 \begin_inset Formula $\to$
33628 \end_inset
33629
33630
33631 \backslash
33632 {
33633 \backslash
33634 int
33635 \begin_inset space \textvisiblespace{}
33636 \end_inset
33637
33638 A=B
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 </row>
33656 <row>
33657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661
33662 \backslash
33663 cb[green]
33664 \backslash
33665 {red
33666 \begin_inset Formula $\to$
33667 \end_inset
33668
33669
33670 \backslash
33671 {
33672 \backslash
33673 int
33674 \begin_inset space \textvisiblespace{}
33675 \end_inset
33676
33677 A=B
33678 \end_layout
33679
33680 \end_inset
33681 </cell>
33682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 </row>
33695 </lyxtabular>
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Subsection
33703 Math Macros
33704 \begin_inset Index idx
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708 User-defined commands! Math macros
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \begin_inset Index idx
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718 Macros
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 User-defined commands are especially convenient for complex expressions.
33728  When you are for example dealing with a document that has quadratic equations,
33729  the same solution type occurs several times.
33730  The general form of a quadratic equation is
33731 \begin_inset Formula 
33732 \[
33733 0=\lambda^{2}+p\lambda+q
33734 \]
33735
33736 \end_inset
33737
33738 The general form of the solution is
33739 \begin_inset Formula 
33740 \[
33741 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33742 \]
33743
33744 \end_inset
33745
33746
33747 \end_layout
33748
33749 \begin_layout Standard
33750 To define a command for the solution formula where only the three parameters
33751  
33752 \begin_inset Formula $\lambda$
33753 \end_inset
33754
33755
33756 \begin_inset Formula $p$
33757 \end_inset
33758
33759  and 
33760 \begin_inset Formula $q$
33761 \end_inset
33762
33763  need to be specified and the index of 
33764 \begin_inset Formula $\lambda$
33765 \end_inset
33766
33767  can be given optionally, the \SpecialChar LaTeX
33768 -preamble line is
33769 \begin_inset Newline newline
33770 \end_inset
33771
33772
33773 \series bold
33774
33775 \backslash
33776 newcommand{
33777 \backslash
33778 qG}[4][1,
33779 \backslash
33780 ,2]{#2_{#1}=-
33781 \backslash
33782 frac{#3}{2}
33783 \backslash
33784 pm
33785 \begin_inset Newline newline
33786 \end_inset
33787
33788
33789 \begin_inset Phantom HPhantom
33790 status open
33791
33792 \begin_layout Plain Layout
33793
33794 \series bold
33795
33796 \backslash
33797 newcommand
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \backslash
33804 sqrt{
33805 \backslash
33806 frac{#3^{2}}{4}-#4}}
33807 \end_layout
33808
33809 \begin_layout Standard
33810 To create with this the solution formula, the command
33811 \begin_inset Newline newline
33812 \end_inset
33813
33814
33815 \series bold
33816
33817 \backslash
33818 qG{
33819 \backslash
33820 lambda
33821 \begin_inset Formula $\to$
33822 \end_inset
33823
33824
33825 \backslash
33826 {p
33827 \begin_inset Formula $\to$
33828 \end_inset
33829
33830
33831 \backslash
33832 {q
33833 \series default
33834  is inserted to a formula
33835 \series bold
33836 .
33837 \end_layout
33838
33839 \begin_layout Standard
33840 The definition of the new command is unintuitive because one has to know
33841  the schemes of all used \SpecialChar LaTeX
33842  commands, e.
33843 \begin_inset space \thinspace{}
33844 \end_inset
33845
33846 g.
33847 \begin_inset space \space{}
33848 \end_inset
33849
33850 that a fraction is inserted in \SpecialChar LaTeX
33851  as 
33852 \series bold
33853
33854 \backslash
33855 frac{numerator}{denominator}
33856 \series default
33857 .
33858  Furthermore one can easily forget a brace in the definition and cannot
33859  see in \SpecialChar LyX
33860  what the new command is doing.
33861  To avoid these problems \SpecialChar LyX
33862  offers the possibility to use math macros instead
33863  of the command 
33864 \series bold
33865
33866 \backslash
33867 newcommand
33868 \series default
33869 .
33870 \end_layout
33871
33872 \begin_layout Standard
33873 A math macro is created by using the menu 
33874 \family sans
33875 Insert\SpecialChar menuseparator
33876 Math\SpecialChar menuseparator
33877 Macro
33878 \family default
33879  or the toolbar button 
33880 \begin_inset Info
33881 type  "icon"
33882 arg   "math-macro newmacroname_newcommand"
33883 \end_inset
33884
33885 .
33886  The math macro toolbar appears together with the following box where the
33887  macro is defined:
33888 \begin_inset Newline newline
33889 \end_inset
33890
33891
33892 \begin_inset space \hspace*{\fill}
33893 \end_inset
33894
33895
33896 \begin_inset Graphics
33897         filename clipart/macrobox.png
33898         scale 75
33899
33900 \end_inset
33901
33902
33903 \begin_inset space \hspace*{\fill}
33904 \end_inset
33905
33906
33907 \begin_inset Newline newline
33908 \end_inset
33909
33910
33911 \begin_inset FormulaMacro
33912 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33913 \end_inset
33914
33915
33916 \backslash
33917 newmacroname is the default name of the macro that should be changed to
33918  something sensible.
33919  The wanted formula is inserted in the first blue box.
33920  An argument placeholder is inserted with the command 
33921 \series bold
33922
33923 \backslash
33924 #argumentnumber
33925 \series default
33926 , e.
33927 \begin_inset space \thinspace{}
33928 \end_inset
33929
33930 g
33931 \begin_inset space \space{}
33932 \end_inset
33933
33934
33935 \series bold
33936
33937 \backslash
33938 #1
33939 \series default
33940  or by using the macro toolbar button 
33941 \begin_inset Info
33942 type  "icon"
33943 arg   "math-macro-add-param"
33944 \end_inset
33945
33946 .
33947  Argument placeholders are displayed red.
33948  A maximum of 9
33949 \begin_inset space ~
33950 \end_inset
33951
33952 arguments are possible.
33953  Optional arguments are created with the toolbar button 
33954 \begin_inset Info
33955 type  "icon"
33956 arg   "math-macro-add-optional-param"
33957 \end_inset
33958
33959 .
33960  The first non-optional argument can be transformed to an optional one with
33961  the toolbar button 
33962 \begin_inset Info
33963 type  "icon"
33964 arg   "math-macro-make-optional"
33965 \end_inset
33966
33967 .
33968  In the second blue box the appearance of the macro in \SpecialChar LyX
33969  can be defined.
33970  Normally you want to see it as it is defined, so the box is kept empty.
33971  But when you have created a macro that needs lot of space on the screen,
33972  you can insert in the box for example
33973 \begin_inset Newline newline
33974 \end_inset
33975
33976
33977 \series bold
33978 qG: 
33979 \backslash
33980 #1
33981 \series default
33982  
33983 \series bold
33984 ,
33985 \series default
33986  
33987 \series bold
33988
33989 \backslash
33990 #2
33991 \series default
33992  
33993 \series bold
33994 ,
33995 \series default
33996  
33997 \series bold
33998
33999 \backslash
34000 #3, 
34001 \backslash
34002 #4
34003 \begin_inset Newline newline
34004 \end_inset
34005
34006
34007 \series default
34008 For the macro only the arguments with the macro name in front of them will
34009  then be displayed in \SpecialChar LyX
34010 , leading to a better overview.
34011  The formula appears in the output as defined in the first box.
34012 \begin_inset Newline newline
34013 \end_inset
34014
34015 The appearance of macros in formulas can furthermore be changed for single
34016  macros by setting the cursor in the macro and using the menu 
34017 \family sans
34018 View\SpecialChar menuseparator
34019 (Un)fold
34020 \begin_inset space ~
34021 \end_inset
34022
34023 Math
34024 \begin_inset space ~
34025 \end_inset
34026
34027 Macro
34028 \family default
34029 .
34030 \end_layout
34031
34032 \begin_layout Standard
34033 To use a macro, the macro name is inserted as command to a formula, in our
34034  case 
34035 \series bold
34036
34037 \backslash
34038 qG
34039 \series default
34040 .
34041  Our macro looks in \SpecialChar LyX
34042  like this:
34043 \begin_inset Newline newline
34044 \end_inset
34045
34046
34047 \begin_inset space \hspace*{\fill}
34048 \end_inset
34049
34050
34051 \begin_inset Graphics
34052         filename clipart/macrouse.png
34053         scale 75
34054
34055 \end_inset
34056
34057
34058 \begin_inset space \hspace*{\fill}
34059 \end_inset
34060
34061
34062 \begin_inset Newline newline
34063 \end_inset
34064
34065 Here is our macro example with the arguments 
34066 \begin_inset Formula $x$
34067 \end_inset
34068
34069
34070 \begin_inset Formula $\ln(x)$
34071 \end_inset
34072
34073  and 
34074 \begin_inset Formula $B$
34075 \end_inset
34076
34077 :
34078 \end_layout
34079
34080 \begin_layout Standard
34081 \begin_inset Formula 
34082 \[
34083 \qG x{\ln(x)}B
34084 \]
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \begin_layout Standard
34092 \SpecialChar LyX
34093  offers in the menu 
34094 \family sans
34095 Tools\SpecialChar menuseparator
34096 Preferences\SpecialChar menuseparator
34097 Editing\SpecialChar menuseparator
34098 Control
34099 \family default
34100  different styles to edit macros.
34101  To find the style that suits you the most, choose a style and set the cursor
34102  in a macro formula to see the difference.
34103 \end_layout
34104
34105 \begin_layout Standard
34106 A math macro is transformed internally to a 
34107 \series bold
34108
34109 \backslash
34110 newcommand
34111 \series default
34112  command when exporting the document.
34113  The created 
34114 \series bold
34115
34116 \backslash
34117 newcommand
34118 \series default
34119  command is not placed in the \SpecialChar LaTeX
34120 -preamble, therefore macros can only be used
34121  in formulas that are in the document below the macro definition box.
34122 \end_layout
34123
34124 \begin_layout Standard
34125 Math macros can also be directly created from a 
34126 \series bold
34127
34128 \backslash
34129 newcommand
34130 \series default
34131  command.
34132  When writing for example the command
34133 \series bold
34134
34135 \begin_inset Newline newline
34136 \end_inset
34137
34138
34139 \backslash
34140 newcommand{
34141 \backslash
34142 larrow}[2]{
34143 \backslash
34144 xleftarrow[#2]{#1}}
34145 \begin_inset Newline newline
34146 \end_inset
34147
34148
34149 \series default
34150 in \SpecialChar LyX
34151  as normal text, highlighting it completely and using then the shortcut
34152  
34153 \family sans
34154 Ctrl+M
34155 \family default
34156 , the command will be transformed to a math macro.
34157  Using this method you need to be careful that the 
34158 \series bold
34159
34160 \backslash
34161 newcommand
34162 \series default
34163  command is typed correctly, otherwise you get a faulty macro leading to
34164  \SpecialChar LaTeX
34165  errors.
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Math macros currently have the problem that further formulas in macro definition
34170 s are handled wrongly.
34171  Therefore the example 
34172 \series bold
34173
34174 \backslash
34175 fb
34176 \series default
34177  from 
34178 \begin_inset CommandInset ref
34179 LatexCommand ref
34180 reference "subsec:The-Command-newcommand"
34181
34182 \end_inset
34183
34184  cannot be created as macro.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 When the cursor is in a macro definition box, you will see the macro toolbar
34189  in \SpecialChar LyX
34190 :
34191 \end_layout
34192
34193 \begin_layout Standard
34194 \begin_inset VSpace defskip
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Standard
34201 \begin_inset Graphics
34202         filename clipart/MacroToolbar.png
34203
34204 \end_inset
34205
34206
34207 \begin_inset Index idx
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211 Macros ! Toolbar
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Standard
34220 \begin_inset VSpace defskip
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 The macro toolbar contains from left to right the following buttons:
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset VSpace defskip
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Standard
34238 \begin_inset Tabular
34239 <lyxtabular version="3" rows="9" columns="2">
34240 <features islongtable="true" longtabularalignment="center">
34241 <column alignment="left" valignment="top">
34242 <column alignment="left" valignment="top" width="85col%">
34243 <row interlinespace="2.5mm">
34244 <cell alignment="center" valignment="top" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248 \begin_inset Info
34249 type  "icon"
34250 arg   "math-macro-remove-param"
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 <cell alignment="center" valignment="top" usebox="none">
34259 \begin_inset Text
34260
34261 \begin_layout Plain Layout
34262
34263 \family sans
34264 Edit\SpecialChar menuseparator
34265 Math\SpecialChar menuseparator
34266 Macro
34267 \begin_inset space ~
34268 \end_inset
34269
34270 Definition\SpecialChar menuseparator
34271 Remove Last Argument
34272 \end_layout
34273
34274 \end_inset
34275 </cell>
34276 </row>
34277 <row interlinespace="2.5mm">
34278 <cell alignment="center" valignment="top" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282 \begin_inset Info
34283 type  "icon"
34284 arg   "math-macro-add-param"
34285 \end_inset
34286
34287
34288 \end_layout
34289
34290 \end_inset
34291 </cell>
34292 <cell alignment="center" valignment="top" usebox="none">
34293 \begin_inset Text
34294
34295 \begin_layout Plain Layout
34296
34297 \family sans
34298 Edit\SpecialChar menuseparator
34299 Math\SpecialChar menuseparator
34300 Macro
34301 \begin_inset space ~
34302 \end_inset
34303
34304 Definition\SpecialChar menuseparator
34305 Append Argument
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 </row>
34311 <row interlinespace="2.5mm">
34312 <cell alignment="center" valignment="top" usebox="none">
34313 \begin_inset Text
34314
34315 \begin_layout Plain Layout
34316 \begin_inset Info
34317 type  "icon"
34318 arg   "math-macro-make-optional"
34319 \end_inset
34320
34321
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 <cell alignment="center" valignment="top" usebox="none">
34327 \begin_inset Text
34328
34329 \begin_layout Plain Layout
34330
34331 \family sans
34332 Edit\SpecialChar menuseparator
34333 Math\SpecialChar menuseparator
34334 Macro
34335 \begin_inset space ~
34336 \end_inset
34337
34338 Definition\SpecialChar menuseparator
34339 Transform First Non-Optional to
34340 \begin_inset Newline newline
34341 \end_inset
34342
34343
34344 \begin_inset Phantom HPhantom
34345 status open
34346
34347 \begin_layout Plain Layout
34348
34349 \family sans
34350 Edit\SpecialChar menuseparator
34351 Math\SpecialChar menuseparator
34352 Macro
34353 \begin_inset space ~
34354 \end_inset
34355
34356 Definition\SpecialChar menuseparator
34357
34358 \end_layout
34359
34360 \end_inset
34361
34362 Optional Argument
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 </row>
34368 <row interlinespace="2.5mm">
34369 <cell alignment="center" valignment="top" usebox="none">
34370 \begin_inset Text
34371
34372 \begin_layout Plain Layout
34373 \begin_inset Info
34374 type  "icon"
34375 arg   "math-macro-make-nonoptional"
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \end_inset
34382 </cell>
34383 <cell alignment="center" valignment="top" usebox="none">
34384 \begin_inset Text
34385
34386 \begin_layout Plain Layout
34387
34388 \family sans
34389 Edit\SpecialChar menuseparator
34390 Math\SpecialChar menuseparator
34391 Macro
34392 \begin_inset space ~
34393 \end_inset
34394
34395 Definition\SpecialChar menuseparator
34396 Transform Last Optional to
34397 \begin_inset Newline newline
34398 \end_inset
34399
34400
34401 \begin_inset Phantom HPhantom
34402 status open
34403
34404 \begin_layout Plain Layout
34405
34406 \family sans
34407 Edit\SpecialChar menuseparator
34408 Math\SpecialChar menuseparator
34409 Macro
34410 \begin_inset space ~
34411 \end_inset
34412
34413 Definition\SpecialChar menuseparator
34414
34415 \end_layout
34416
34417 \end_inset
34418
34419 Non-Optional Argument
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 </row>
34425 <row interlinespace="2.5mm">
34426 <cell alignment="center" valignment="top" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430 \begin_inset Info
34431 type  "icon"
34432 arg   "math-macro-remove-optional-param"
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \end_inset
34439 </cell>
34440 <cell alignment="center" valignment="top" usebox="none">
34441 \begin_inset Text
34442
34443 \begin_layout Plain Layout
34444
34445 \family sans
34446 Edit\SpecialChar menuseparator
34447 Math\SpecialChar menuseparator
34448 Macro
34449 \begin_inset space ~
34450 \end_inset
34451
34452 Definition\SpecialChar menuseparator
34453 Remove Optional Argument
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 </row>
34459 <row interlinespace="2.5mm">
34460 <cell alignment="center" valignment="top" usebox="none">
34461 \begin_inset Text
34462
34463 \begin_layout Plain Layout
34464 \begin_inset Info
34465 type  "icon"
34466 arg   "math-macro-add-optional-param"
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \end_inset
34473 </cell>
34474 <cell alignment="center" valignment="top" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478
34479 \family sans
34480 Edit\SpecialChar menuseparator
34481 Math\SpecialChar menuseparator
34482 Macro
34483 \begin_inset space ~
34484 \end_inset
34485
34486 Definition\SpecialChar menuseparator
34487 Insert Optional Argument
34488 \end_layout
34489
34490 \end_inset
34491 </cell>
34492 </row>
34493 <row interlinespace="2.5mm">
34494 <cell alignment="center" valignment="top" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498 \begin_inset Info
34499 type  "icon"
34500 arg   "math-macro-remove-greedy-param"
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \family sans
34514 Edit\SpecialChar menuseparator
34515 Math\SpecialChar menuseparator
34516 Macro
34517 \begin_inset space ~
34518 \end_inset
34519
34520 Definition\SpecialChar menuseparator
34521 Remove Last Argument
34522 \begin_inset Newline newline
34523 \end_inset
34524
34525
34526 \begin_inset Phantom HPhantom
34527 status open
34528
34529 \begin_layout Plain Layout
34530
34531 \family sans
34532 Edit\SpecialChar menuseparator
34533 Math\SpecialChar menuseparator
34534 Macro
34535 \begin_inset space ~
34536 \end_inset
34537
34538 Definition\SpecialChar menuseparator
34539
34540 \end_layout
34541
34542 \end_inset
34543
34544 Spitting Out To The Right
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 </row>
34550 <row interlinespace="2.5mm">
34551 <cell alignment="center" valignment="top" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555 \begin_inset Info
34556 type  "icon"
34557 arg   "math-macro-append-greedy-param"
34558 \end_inset
34559
34560
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 <cell alignment="center" valignment="top" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569
34570 \family sans
34571 Edit\SpecialChar menuseparator
34572 Math\SpecialChar menuseparator
34573 Macro
34574 \begin_inset space ~
34575 \end_inset
34576
34577 Definition\SpecialChar menuseparator
34578 Append Argument
34579 \begin_inset Newline newline
34580 \end_inset
34581
34582
34583 \begin_inset Phantom HPhantom
34584 status open
34585
34586 \begin_layout Plain Layout
34587
34588 \family sans
34589 Edit\SpecialChar menuseparator
34590 Math\SpecialChar menuseparator
34591 Macro
34592 \begin_inset space ~
34593 \end_inset
34594
34595 Definition\SpecialChar menuseparator
34596
34597 \end_layout
34598
34599 \end_inset
34600
34601 Eating From The Right
34602 \end_layout
34603
34604 \end_inset
34605 </cell>
34606 </row>
34607 <row interlinespace="2.5mm">
34608 <cell alignment="center" valignment="top" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Plain Layout
34612 \begin_inset Info
34613 type  "icon"
34614 arg   "math-macro-add-greedy-optional-param"
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 <cell alignment="center" valignment="top" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626
34627 \family sans
34628 Edit\SpecialChar menuseparator
34629 Math\SpecialChar menuseparator
34630 Macro
34631 \begin_inset space ~
34632 \end_inset
34633
34634 Definition\SpecialChar menuseparator
34635 Append Optional Argument
34636 \begin_inset Newline newline
34637 \end_inset
34638
34639
34640 \begin_inset Phantom HPhantom
34641 status open
34642
34643 \begin_layout Plain Layout
34644
34645 \family sans
34646 Edit\SpecialChar menuseparator
34647 Math\SpecialChar menuseparator
34648 Macro
34649 \begin_inset space ~
34650 \end_inset
34651
34652 Definition\SpecialChar menuseparator
34653
34654 \end_layout
34655
34656 \end_inset
34657
34658 Eating From The Right
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 </row>
34664 </lyxtabular>
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Section
34672 Computer Algebra Systems
34673 \end_layout
34674
34675 \begin_layout Standard
34676 \SpecialChar LyX
34677  offers the exchange between mathematical expressions written in \SpecialChar LyX
34678 's math
34679  editor and external applications or user defined scripts.
34680  Currently supported applications are 
34681 \family sans
34682 Maple
34683 \family default
34684
34685 \family sans
34686 Mathematica
34687 \family default
34688
34689 \family sans
34690 Maxima
34691 \family default
34692  and 
34693 \family sans
34694 Octave
34695 \family default
34696 .
34697  Note that the set of supported mathematical constructs is limited only
34698  to very simple cases.
34699 \end_layout
34700
34701 \begin_layout Subsection
34702 Usage
34703 \end_layout
34704
34705 \begin_layout Standard
34706 Write some expression in a formula, go to the 
34707 \family sans
34708 Edit\SpecialChar menuseparator
34709 Math\SpecialChar menuseparator
34710 Use Computer Algebra System
34711 \family default
34712  menu and choose the application you have installed on the computer.
34713  After that the result of computation should show on the right side of the
34714  expression together with the 
34715 \begin_inset Quotes eld
34716 \end_inset
34717
34718 =
34719 \begin_inset Quotes erd
34720 \end_inset
34721
34722  operator.
34723 \end_layout
34724
34725 \begin_layout Standard
34726 Here are few simple examples (with results from 
34727 \family typewriter
34728 Maxima
34729 \family default
34730 ) to show what kind of computations can be performed:
34731 \end_layout
34732
34733 \begin_layout Itemize
34734 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \begin_layout Itemize
34741 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34742 \end_inset
34743
34744
34745 \end_layout
34746
34747 \begin_layout Itemize
34748 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Itemize
34755 \begin_inset Formula $\det\left[\begin{array}{ccc}
34756 1 & 6 & 7\\
34757 2 & 5 & 8\\
34758 3 & 4 & 17
34759 \end{array}\right]=-56$
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Itemize
34766 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Subsection
34773 Keyboard shortcut
34774 \end_layout
34775
34776 \begin_layout Standard
34777 Currently there is no keyboard shortcut for calling the algebra applications.
34778  One can easily bind a shortcut to the 
34779 \family sans
34780 math-extern
34781 \family default
34782  \SpecialChar LyX
34783  function (see the 
34784 \family sans
34785 \emph on
34786 \SpecialChar LyX
34787  Functions
34788 \family default
34789 \emph default
34790  manual).
34791  One could e.
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 g.
34796 \begin_inset space \space{}
34797 \end_inset
34798
34799 bind the 
34800 \family sans
34801 Return
34802 \family default
34803  key inside the math editor.
34804  To bind it to 
34805 \family typewriter
34806 Maxima
34807 \family default
34808  one would use this shortcut definition command:
34809 \end_layout
34810
34811 \begin_layout Standard
34812
34813 \series bold
34814 command-alternatives paragraph-break;math-extern maxima
34815 \end_layout
34816
34817 \begin_layout Section
34818 Miscellaneous
34819 \begin_inset Index idx
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 Miscellaneous
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Subsection
34832 Negative Numbers
34833 \begin_inset Index idx
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Numbers ! negative
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 Negative numbers often look ugly in formulas because the minus sign before
34847  the number is set with the same length as the minus operator sign.
34848  When writing the negative number in normal text, the minus sign appears
34849  correctly.
34850 \end_layout
34851
34852 \begin_layout Standard
34853 Thus, the problem disappears when converting the minus sign to mathematical
34854  text.
34855 \end_layout
34856
34857 \begin_layout Standard
34858 An example to visualize the problem:
34859 \begin_inset Separator parbreak
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 \align center
34867 \begin_inset Tabular
34868 <lyxtabular version="3" rows="3" columns="2">
34869 <features tabularvalignment="middle">
34870 <column alignment="right" valignment="top">
34871 <column alignment="left" valignment="top">
34872 <row>
34873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877 normal text:
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 x = -2
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 </row>
34892 <row>
34893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34894 \begin_inset Text
34895
34896 \begin_layout Plain Layout
34897 formula:
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 \begin_inset Formula $x=-2$
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \end_inset
34913 </cell>
34914 </row>
34915 <row>
34916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34917 \begin_inset Text
34918
34919 \begin_layout Plain Layout
34920 solution:
34921 \end_layout
34922
34923 \end_inset
34924 </cell>
34925 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34926 \begin_inset Text
34927
34928 \begin_layout Plain Layout
34929 \begin_inset Formula $x=\textrm{-}2$
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 </row>
34938 </lyxtabular>
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Subsection
34946 Comma as decimal Separator
34947 \begin_inset Index idx
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951 Comma
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Standard
34960 In \SpecialChar LaTeX
34961  a comma inside a formula is used, according to the English convention,
34962  as number group separator.
34963  So there will be space added behind all commas in formulas.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 To avoid this, the comma is highlighted and changed to mathematical text
34968  (shortcut 
34969 \begin_inset Info
34970 type  "shortcut"
34971 arg   "math-mode"
34972 \end_inset
34973
34974 ).
34975 \end_layout
34976
34977 \begin_layout Standard
34978 To use all formula commas in the document as decimal separator, the file
34979  
34980 \series bold
34981 icomma.sty
34982 \series default
34983
34984 \begin_inset Foot
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989 \series bold
34990 icomma
34991 \series default
34992  is part of the \SpecialChar LaTeX
34993 -package 
34994 \series bold
34995 was
34996 \series default
34997
34998 \begin_inset Index idx
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002 Packages ! was
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 vspace{4mm}
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \end_inset
35019
35020 .
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \begin_inset Index idx
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030 Packages ! icomma
35031 \end_layout
35032
35033 \end_inset
35034
35035  is loaded with the \SpecialChar LaTeX
35036 -preamble line
35037 \end_layout
35038
35039 \begin_layout Standard
35040
35041 \series bold
35042
35043 \backslash
35044 usepackage{icomma}
35045 \end_layout
35046
35047 \begin_layout Subsection
35048 Physical Vectors
35049 \begin_inset CommandInset label
35050 LatexCommand label
35051 name "subsec:Physical-Vectors"
35052
35053 \end_inset
35054
35055
35056 \begin_inset Index idx
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060 Vectors ! physical
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Standard
35069 Predefined vectors are offered by the \SpecialChar LaTeX
35070 -package 
35071 \series bold
35072 braket
35073 \series default
35074
35075 \begin_inset Index idx
35076 status collapsed
35077
35078 \begin_layout Plain Layout
35079 Packages ! braket
35080 \end_layout
35081
35082 \end_inset
35083
35084  that is loaded with the \SpecialChar LaTeX
35085 -preamble line
35086 \end_layout
35087
35088 \begin_layout Standard
35089
35090 \series bold
35091
35092 \backslash
35093 usepackage{braket}
35094 \end_layout
35095
35096 \begin_layout Standard
35097 \begin_inset ERT
35098 status collapsed
35099
35100 \begin_layout Plain Layout
35101
35102
35103 \backslash
35104 ifbraket 
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \begin_inset Note Note
35111 status open
35112
35113 \begin_layout Plain Layout
35114 The following table will only be displayed when the \SpecialChar LaTeX
35115 -package 
35116 \series bold
35117 braket
35118 \series default
35119  is installed.
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 The following commands are defined:
35129 \begin_inset Separator parbreak
35130 \end_inset
35131
35132
35133 \end_layout
35134
35135 \begin_layout Standard
35136 \align center
35137 \begin_inset Tabular
35138 <lyxtabular version="3" rows="4" columns="2">
35139 <features tabularvalignment="middle">
35140 <column alignment="center" valignment="top">
35141 <column alignment="center" valignment="top">
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 Command
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156 Result
35157 \end_layout
35158
35159 \end_inset
35160 </cell>
35161 </row>
35162 <row>
35163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167
35168 \backslash
35169 Bra{
35170 \backslash
35171 psi
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180 \begin_inset Formula $\Bra{\psi}$
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 </row>
35189 <row>
35190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194
35195 \backslash
35196 Ket{
35197 \backslash
35198 psi
35199 \end_layout
35200
35201 \end_inset
35202 </cell>
35203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35204 \begin_inset Text
35205
35206 \begin_layout Plain Layout
35207 \begin_inset Formula $\Ket{\psi}$
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 </row>
35216 <row>
35217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35218 \begin_inset Text
35219
35220 \begin_layout Plain Layout
35221
35222 \backslash
35223 Braket{
35224 \backslash
35225 psi|
35226 \backslash
35227 phi
35228 \end_layout
35229
35230 \end_inset
35231 </cell>
35232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35233 \begin_inset Text
35234
35235 \begin_layout Plain Layout
35236 \begin_inset Formula $\Braket{\psi|\phi}$
35237 \end_inset
35238
35239
35240 \end_layout
35241
35242 \end_inset
35243 </cell>
35244 </row>
35245 </lyxtabular>
35246
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Standard
35253 The command 
35254 \series bold
35255
35256 \backslash
35257 Braket
35258 \series default
35259  assures that all vertical bars are set in the size of the surrounding brackets:
35260 \begin_inset Formula 
35261 \[
35262 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35263 \]
35264
35265 \end_inset
35266
35267
35268 \begin_inset ERT
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272
35273
35274 \backslash
35275 else 
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \begin_inset Note Note
35282 status open
35283
35284 \begin_layout Plain Layout
35285 The following will be displayed when the \SpecialChar LaTeX
35286 -package 
35287 \series bold
35288 braket
35289 \series default
35290  is not installed:
35291 \end_layout
35292
35293 \end_inset
35294
35295
35296 \end_layout
35297
35298 \begin_layout Standard
35299 You need to install the \SpecialChar LaTeX
35300 -package 
35301 \series bold
35302 braket
35303 \series default
35304  to see the rest of this subsection in the output.
35305 \end_layout
35306
35307 \begin_layout Standard
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313
35314 \backslash
35315 fi 
35316 \end_layout
35317
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \begin_layout Standard
35324 The effect of 
35325 \series bold
35326
35327 \backslash
35328 Braket
35329 \series default
35330  can also be achieved using the command 
35331 \series bold
35332
35333 \backslash
35334 middle
35335 \series default
35336 , that is described in 
35337 \begin_inset CommandInset ref
35338 LatexCommand ref
35339 reference "subsec:Automatic-Bracket-Size"
35340
35341 \end_inset
35342
35343 .
35344 \end_layout
35345
35346 \begin_layout Subsection
35347 Self-defined Fractions
35348 \begin_inset CommandInset label
35349 LatexCommand label
35350 name "subsec:Self-defined-Fractions"
35351
35352 \end_inset
35353
35354
35355 \begin_inset Index idx
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 Fractions ! self-defined
35360 \end_layout
35361
35362 \end_inset
35363
35364
35365 \end_layout
35366
35367 \begin_layout Standard
35368 To define custom commands for fractions, the command 
35369 \series bold
35370
35371 \backslash
35372 genfrac
35373 \series default
35374
35375 \begin_inset Index idx
35376 status collapsed
35377
35378 \begin_layout Plain Layout
35379 Commands ! G ! 
35380 \backslash
35381 genfrac
35382 \begin_inset ERT
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386
35387
35388 \backslash
35389 vspace{4mm}
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \end_inset
35398
35399  is used in the following scheme:
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 genfrac{left
35408 \series default
35409  
35410 \series bold
35411 bracket}{right
35412 \series default
35413  
35414 \series bold
35415 bracket}{fraction bar thickness}{style}
35416 \begin_inset Newline newline
35417 \end_inset
35418
35419
35420 \begin_inset Phantom HPhantom
35421 status open
35422
35423 \begin_layout Plain Layout
35424
35425 \series bold
35426
35427 \backslash
35428 genfrac
35429 \end_layout
35430
35431 \end_inset
35432
35433 {numerator}{denominator}
35434 \end_layout
35435
35436 \begin_layout Standard
35437 The style is a number in the range of 0
35438 \begin_inset space \thinspace{}
35439 \end_inset
35440
35441 -
35442 \begin_inset space \thinspace{}
35443 \end_inset
35444
35445 3.
35446 \begin_inset Separator parbreak
35447 \end_inset
35448
35449
35450 \end_layout
35451
35452 \begin_layout Standard
35453 \align center
35454 \begin_inset Tabular
35455 <lyxtabular version="3" rows="5" columns="2">
35456 <features tabularvalignment="middle">
35457 <column alignment="center" valignment="top">
35458 <column alignment="center" valignment="top">
35459 <row>
35460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35461 \begin_inset Text
35462
35463 \begin_layout Plain Layout
35464 Number
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473 Style (Size)
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 </row>
35479 <row>
35480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35481 \begin_inset Text
35482
35483 \begin_layout Plain Layout
35484 0
35485 \end_layout
35486
35487 \end_inset
35488 </cell>
35489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493 display style formula
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 </row>
35499 <row>
35500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35501 \begin_inset Text
35502
35503 \begin_layout Plain Layout
35504 1
35505 \end_layout
35506
35507 \end_inset
35508 </cell>
35509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35510 \begin_inset Text
35511
35512 \begin_layout Plain Layout
35513 inline formula
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 </row>
35519 <row>
35520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35521 \begin_inset Text
35522
35523 \begin_layout Plain Layout
35524 2
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533 small
35534 \end_layout
35535
35536 \end_inset
35537 </cell>
35538 </row>
35539 <row>
35540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35541 \begin_inset Text
35542
35543 \begin_layout Plain Layout
35544 3
35545 \end_layout
35546
35547 \end_inset
35548 </cell>
35549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35550 \begin_inset Text
35551
35552 \begin_layout Plain Layout
35553 tiny
35554 \end_layout
35555
35556 \end_inset
35557 </cell>
35558 </row>
35559 </lyxtabular>
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Standard
35567 When no style is given, the size is adjusted to the surrounding environment
35568  like for the command 
35569 \series bold
35570
35571 \backslash
35572 frac
35573 \series default
35574 .
35575 \end_layout
35576
35577 \begin_layout Standard
35578 When no fraction bar thickness is given, the predefined value of 0.4
35579 \begin_inset space \thinspace{}
35580 \end_inset
35581
35582 pt will be used.
35583 \end_layout
35584
35585 \begin_layout Standard
35586 \begin_inset VSpace medskip
35587 \end_inset
35588
35589 For example, the commands 
35590 \series bold
35591
35592 \backslash
35593 dfrac
35594 \series default
35595  and 
35596 \series bold
35597
35598 \backslash
35599 tbinom
35600 \series default
35601  from 
35602 \begin_inset CommandInset ref
35603 LatexCommand ref
35604 reference "subsec:Fractions"
35605
35606 \end_inset
35607
35608  are defined with the commands
35609 \end_layout
35610
35611 \begin_layout Standard
35612
35613 \series bold
35614
35615 \backslash
35616 newcommand{
35617 \backslash
35618 dfrac}[2]{
35619 \backslash
35620 genfrac{}{}{}{0}{#1}{#2}}
35621 \end_layout
35622
35623 \begin_layout Standard
35624 and
35625 \end_layout
35626
35627 \begin_layout Standard
35628
35629 \series bold
35630
35631 \backslash
35632 newcommand{
35633 \backslash
35634 tbinom}[2]{
35635 \backslash
35636 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35637 \end_layout
35638
35639 \begin_layout Standard
35640 \begin_inset VSpace medskip
35641 \end_inset
35642
35643 To define a fraction where the fraction bar thickness can be given as optional
35644  argument, the following line is inserted to the \SpecialChar LaTeX
35645 -preamble:
35646 \end_layout
35647
35648 \begin_layout Standard
35649
35650 \series bold
35651
35652 \backslash
35653 newcommand{
35654 \backslash
35655 fracS}[3][]{
35656 \backslash
35657 genfrac{}{}{#1}{}{#2}{#3}}
35658 \end_layout
35659
35660 \begin_layout Standard
35661 A test:
35662 \begin_inset Formula 
35663 \begin{align*}
35664 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35665 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35666 \end{align*}
35667
35668 \end_inset
35669
35670 As one can see, the distance of the numerator and the denominator to the
35671  fraction bar is round about three times the bar thickness.
35672 \end_layout
35673
35674 \begin_layout Subsection
35675 Canceled Formulas
35676 \begin_inset Index idx
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680 Formula ! canceled
35681 \end_layout
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 There are four ways to cancel formulas or parts of formulas:
35690 \end_layout
35691
35692 \begin_layout Standard
35693 \begin_inset ERT
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697
35698
35699 \backslash
35700 ifcancel 
35701 \end_layout
35702
35703 \end_inset
35704
35705
35706 \begin_inset Note Note
35707 status open
35708
35709 \begin_layout Plain Layout
35710 The following table will only be displayed when the \SpecialChar LaTeX
35711 -package 
35712 \series bold
35713 cancel
35714 \series default
35715  is installed.
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \begin_inset Separator parbreak
35722 \end_inset
35723
35724
35725 \end_layout
35726
35727 \begin_layout Standard
35728 \align center
35729 \begin_inset Tabular
35730 <lyxtabular version="3" rows="5" columns="2">
35731 <features tabularvalignment="middle">
35732 <column alignment="center" valignment="top">
35733 <column alignment="center" valignment="top">
35734 <row>
35735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 Command
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 Result
35749 \begin_inset Note Note
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753 The space and
35754 \series bold
35755  
35756 \backslash
35757 raisebox
35758 \series default
35759  are used here as spacer.
35760 \end_layout
35761
35762 \end_inset
35763
35764
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 </row>
35770 <row>
35771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775
35776 \backslash
35777 cancel
35778 \begin_inset space \textvisiblespace{}
35779 \end_inset
35780
35781
35782 \backslash
35783 int
35784 \begin_inset space \textvisiblespace{}
35785 \end_inset
35786
35787 A=B
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 </row>
35805 <row>
35806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810
35811 \backslash
35812 bcancel
35813 \begin_inset space \textvisiblespace{}
35814 \end_inset
35815
35816
35817 \backslash
35818 int
35819 \begin_inset space \textvisiblespace{}
35820 \end_inset
35821
35822 A=B
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35828 \begin_inset Text
35829
35830 \begin_layout Plain Layout
35831 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \end_inset
35838 </cell>
35839 </row>
35840 <row>
35841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35842 \begin_inset Text
35843
35844 \begin_layout Plain Layout
35845
35846 \backslash
35847 xcancel
35848 \begin_inset space \textvisiblespace{}
35849 \end_inset
35850
35851
35852 \backslash
35853 int
35854 \begin_inset space \textvisiblespace{}
35855 \end_inset
35856
35857 A=B
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 </row>
35875 <row>
35876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35877 \begin_inset Text
35878
35879 \begin_layout Plain Layout
35880
35881 \backslash
35882 cancelto
35883 \begin_inset space \textvisiblespace{}
35884 \end_inset
35885
35886
35887 \backslash
35888 int
35889 \begin_inset space \textvisiblespace{}
35890 \end_inset
35891
35892 A=B
35893 \begin_inset Formula $\to$
35894 \end_inset
35895
35896 1
35897 \end_layout
35898
35899 \end_inset
35900 </cell>
35901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35902 \begin_inset Text
35903
35904 \begin_layout Plain Layout
35905 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 </row>
35914 </lyxtabular>
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Standard
35922
35923 \series bold
35924
35925 \backslash
35926 cancelto
35927 \series default
35928  is especially suitable to visualize the reduction of fractions within formulas:
35929 \begin_inset Formula 
35930 \[
35931 \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}}}
35932 \]
35933
35934 \end_inset
35935
35936
35937 \end_layout
35938
35939 \begin_layout Standard
35940 To change the size of 
35941 \series bold
35942
35943 \backslash
35944 cancelto
35945 \series default
35946 's 
35947 \begin_inset Quotes eld
35948 \end_inset
35949
35950 subscript
35951 \begin_inset Quotes erd
35952 \end_inset
35953
35954  value one can add the \SpecialChar LaTeX
35955 -preamble line
35956 \end_layout
35957
35958 \begin_layout Standard
35959
35960 \series bold
35961
35962 \backslash
35963 PassOptionsToPackage{option}{cancel}
35964 \end_layout
35965
35966 \begin_layout Standard
35967 where 
35968 \series bold
35969 option
35970 \series default
35971  is either 
35972 \series bold
35973 samesize
35974 \series default
35975  which leads to the same size as for the canceled value, or 
35976 \series bold
35977 Smaller
35978 \series default
35979  which makes is it a bit smaller than normal.
35980 \end_layout
35981
35982 \begin_layout Standard
35983 To color the cancellation bar one adds this command as \SpecialChar TeX
35984  code:
35985 \end_layout
35986
35987 \begin_layout Standard
35988
35989 \series bold
35990
35991 \backslash
35992 renewcommand{
35993 \backslash
35994 CancelColor}{
35995 \backslash
35996 color{red}}
35997 \end_layout
35998
35999 \begin_layout Standard
36000
36001 \series bold
36002 red
36003 \series default
36004  can be replaced by a color of your choice.
36005 \end_layout
36006
36007 \begin_layout Standard
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 renewcommand{
36016 \backslash
36017 CancelColor}{
36018 \backslash
36019 color{red}}
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \begin_inset Formula 
36029 \[
36030 \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}}}
36031 \]
36032
36033 \end_inset
36034
36035
36036 \end_layout
36037
36038 \begin_layout Standard
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 renewcommand{
36047 \backslash
36048 CancelColor}{
36049 \backslash
36050 color{black}}
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \begin_inset Note Note
36057 status open
36058
36059 \begin_layout Plain Layout
36060 reset the color
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \begin_layout Standard
36069 For further customizations, see the documentation of the package 
36070 \series bold
36071 cancel
36072 \series default
36073
36074 \begin_inset CommandInset citation
36075 LatexCommand cite
36076 key "cancel"
36077
36078 \end_inset
36079
36080 .
36081 \begin_inset Index idx
36082 status collapsed
36083
36084 \begin_layout Plain Layout
36085 Packages ! cancel
36086 \end_layout
36087
36088 \end_inset
36089
36090
36091 \end_layout
36092
36093 \begin_layout Standard
36094 \begin_inset ERT
36095 status collapsed
36096
36097 \begin_layout Plain Layout
36098
36099
36100 \backslash
36101 else 
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \begin_inset Note Note
36108 status open
36109
36110 \begin_layout Plain Layout
36111 The following will be displayed when the \SpecialChar LaTeX
36112 -package 
36113 \series bold
36114 cancel
36115 \series default
36116  is not installed:
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \begin_layout Standard
36125 You need to install the \SpecialChar LaTeX
36126 -package 
36127 \series bold
36128 cancel
36129 \series default
36130  to see the rest of this subsection in the output.
36131 \end_layout
36132
36133 \begin_layout Standard
36134 \begin_inset ERT
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138
36139
36140 \backslash
36141 fi 
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Subsection
36150 Formulas in Section Headings
36151 \begin_inset CommandInset label
36152 LatexCommand label
36153 name "subsec:Formulas-in-Section"
36154
36155 \end_inset
36156
36157
36158 \begin_inset Index idx
36159 status collapsed
36160
36161 \begin_layout Plain Layout
36162 Formula ! in section headings
36163 \end_layout
36164
36165 \end_inset
36166
36167
36168 \end_layout
36169
36170 \begin_layout Standard
36171 When formulas are used in section headings, the following has to be taken
36172  into account:
36173 \end_layout
36174
36175 \begin_layout Standard
36176 \begin_inset Note Greyedout
36177 status open
36178
36179 \begin_layout Plain Layout
36180 When 
36181 \series bold
36182 hyperref
36183 \series default
36184
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Packages ! hyperref
36190 \end_layout
36191
36192 \end_inset
36193
36194  support is enabled in the document settings dialog under 
36195 \family sans
36196 PDF
36197 \begin_inset space ~
36198 \end_inset
36199
36200 Properties
36201 \family default
36202 , PDF-bookmarks are created for every section heading in the table of contents.
36203  If a section heading contains formulas, they are incorrectly displayed
36204  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36205 s.
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \end_layout
36212
36213 \begin_layout Standard
36214 Both problems can be solved by inserting at the end of the section heading
36215  a short title with the menu 
36216 \family sans
36217 Insert\SpecialChar menuseparator
36218 Short
36219 \begin_inset space ~
36220 \end_inset
36221
36222 Title
36223 \family default
36224 .
36225  Short titles are used as alternative for multiline section headings to
36226  keep the table of contents clearly arranged.
36227  Only the short title appears in the table of contents and therefore also
36228  in the PDF-bookmark.
36229 \end_layout
36230
36231 \begin_layout Standard
36232 When formulas should be used in the table of contents but 
36233 \series bold
36234 hyperref
36235 \series default
36236  is used, one can use the following command in \SpecialChar TeX
36237  mode:
36238 \end_layout
36239
36240 \begin_layout Standard
36241
36242 \series bold
36243
36244 \backslash
36245 texorpdfstring{part}{alternative}
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Commands ! T ! 
36251 \backslash
36252 texorpdfstring
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \begin_layout Standard
36261 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36262  This can be characters, formulas, footnotes, but also cross-references.
36263  The alternative is used instead of the part for the bookmark.
36264 \end_layout
36265
36266 \begin_layout Standard
36267 Here are two example headings:
36268 \begin_inset VSpace -3mm
36269 \end_inset
36270
36271
36272 \begin_inset ERT
36273 status collapsed
36274
36275 \begin_layout Plain Layout
36276
36277
36278 \backslash
36279 boldmath 
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Subsubsection
36288 Heading without formula in table of contents 
36289 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36290 \end_inset
36291
36292
36293 \begin_inset Argument 1
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 Heading without formula in table of contents
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Subsubsection
36306 Heading with formula in table of contents
36307 \begin_inset ERT
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311
36312
36313 \backslash
36314 texorpdfstring{
36315 \end_layout
36316
36317 \end_inset
36318
36319  
36320 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36321 \end_inset
36322
36323
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329 }{}
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \begin_layout Standard
36338 \begin_inset ERT
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342
36343
36344 \backslash
36345 unboldmath 
36346 \end_layout
36347
36348 \end_inset
36349
36350 In the first heading a short title was used, in the second one 
36351 \series bold
36352
36353 \backslash
36354 texorpdfstring
36355 \series default
36356 .
36357 \end_layout
36358
36359 \begin_layout Standard
36360 To get the same formatting as for the other headings, the complete heading
36361  was set into a 
36362 \series bold
36363 boldmath
36364 \series default
36365  environment
36366 \begin_inset Foot
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370 see 
36371 \begin_inset CommandInset ref
36372 LatexCommand ref
36373 reference "subsec:Bold-Formulas"
36374
36375 \end_inset
36376
36377
36378 \end_layout
36379
36380 \end_inset
36381
36382 .
36383 \end_layout
36384
36385 \begin_layout Subsection
36386 Formulas in multi-column Text
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Formula ! in multi-column text
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Standard
36400 Formulas in multi-column text are often too wide to fit into a column and
36401  thus need to be set over the whole page width.
36402  This is done by using the \SpecialChar LaTeX
36403 -package 
36404 \series bold
36405 multicol
36406 \series default
36407
36408 \begin_inset Foot
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412
36413 \series bold
36414 multicol
36415 \series default
36416  is part of every \SpecialChar LaTeX
36417  standard installation.
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \begin_inset Index idx
36424 status collapsed
36425
36426 \begin_layout Plain Layout
36427 Packages ! multicol
36428 \end_layout
36429
36430 \end_inset
36431
36432 , that is loaded with the \SpecialChar LaTeX
36433 -preamble line
36434 \end_layout
36435
36436 \begin_layout Standard
36437
36438 \series bold
36439
36440 \backslash
36441 usepackage{multicol}
36442 \end_layout
36443
36444 \begin_layout Standard
36445 \begin_inset Note Greyedout
36446 status open
36447
36448 \begin_layout Plain Layout
36449 Note that in this case the setting 
36450 \family sans
36451 Two-column
36452 \begin_inset space ~
36453 \end_inset
36454
36455 document
36456 \family default
36457  in the menu 
36458 \family sans
36459 Document\SpecialChar menuseparator
36460 Settings
36461 \family default
36462  under 
36463 \family sans
36464 Text
36465 \begin_inset space ~
36466 \end_inset
36467
36468 Layout
36469 \family default
36470 \emph on
36471  
36472 \emph default
36473 must 
36474 \emph on
36475 not
36476 \emph default
36477  be selected.
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Before the multi-column text the command
36487 \end_layout
36488
36489 \begin_layout Standard
36490
36491 \series bold
36492
36493 \backslash
36494 begin{multicols}{column number}
36495 \end_layout
36496
36497 \begin_layout Standard
36498 is written in \SpecialChar TeX
36499  mode.
36500  The column number is a number in the range of 2
36501 \begin_inset space \thinspace{}
36502 \end_inset
36503
36504 -
36505 \begin_inset space \thinspace{}
36506 \end_inset
36507
36508 10.
36509  Before the formula the multi-column text is ended by inserting the command
36510 \end_layout
36511
36512 \begin_layout Standard
36513
36514 \series bold
36515
36516 \backslash
36517 end{multicols}
36518 \end_layout
36519
36520 \begin_layout Standard
36521 in \SpecialChar TeX
36522  mode.
36523 \end_layout
36524
36525 \begin_layout Standard
36526 Due to the command some space is automatically added before the formula.
36527  To revert this, -6
36528 \begin_inset space \thinspace{}
36529 \end_inset
36530
36531 mm vertical space is inserted before the formula.
36532  When the formula style 
36533 \series bold
36534 Indented
36535 \begin_inset Foot
36536 status collapsed
36537
36538 \begin_layout Plain Layout
36539 formula styles see 
36540 \begin_inset CommandInset ref
36541 LatexCommand ref
36542 reference "sec:Formula-Styles"
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \end_inset
36550
36551
36552 \series default
36553  is used, -9
36554 \begin_inset space \thinspace{}
36555 \end_inset
36556
36557 mm space is inserted instead.
36558 \end_layout
36559
36560 \begin_layout Standard
36561 As example a multi-column text with a displayed formula:
36562 \end_layout
36563
36564 \begin_layout Standard
36565
36566 \lang ngerman
36567 \begin_inset ERT
36568 status collapsed
36569
36570 \begin_layout Plain Layout
36571
36572
36573 \backslash
36574 begin{multicols}{2}
36575 \end_layout
36576
36577 \end_inset
36578
36579 Das Spektrum wird fouriertransformiert.
36580  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36581 , Lösungsmittel) zu trennen.
36582  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36583  nun das Aussehen des Ausgangssignals.
36584  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36585  über alle Phasen integrieren muss.
36586  Sei nun 
36587 \begin_inset Formula $S$
36588 \end_inset
36589
36590  unser normiertes Ausgangssignal und 
36591 \begin_inset Formula $P$
36592 \end_inset
36593
36594  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599
36600
36601 \backslash
36602 end{multicols}
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \begin_inset VSpace -6mm
36609 \end_inset
36610
36611
36612 \begin_inset Formula 
36613 \begin{equation}
36614 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36615 \end{equation}
36616
36617 \end_inset
36618
36619
36620 \begin_inset ERT
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624
36625
36626 \backslash
36627 begin{multicols}{2}
36628 \end_layout
36629
36630 \end_inset
36631
36632 wobei 
36633 \begin_inset Formula $S_{0}$
36634 \end_inset
36635
36636  das Signal ohne Gradient ist und die Normierungsbedingung 
36637 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36638 \end_inset
36639
36640  gilt.
36641  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36642  Direkt nach dem 
36643 \begin_inset Formula $\nicefrac{\pi}{2}$
36644 \end_inset
36645
36646
36647 \begin_inset space \thinspace{}
36648 \end_inset
36649
36650 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36651  das Signal zusätzlich abschwächt.
36652  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36653  
36654 \begin_inset Formula $T_{2}$
36655 \end_inset
36656
36657 -Zeit.
36658 \end_layout
36659
36660 \begin_layout Standard
36661
36662 \lang ngerman
36663 \begin_inset ERT
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667
36668
36669 \backslash
36670 end{multicols}
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Subsection
36679 Formulas with Description of Variables
36680 \begin_inset Index idx
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 Formula ! with description of variables
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \end_layout
36691
36692 \begin_layout Standard
36693 To describe variables within a formula, like in formula 
36694 \begin_inset CommandInset ref
36695 LatexCommand eqref
36696 reference "eq:within"
36697
36698 \end_inset
36699
36700 , a 2
36701 \series bold
36702 ×
36703 \series default
36704
36705 \begin_inset Formula $n$
36706 \end_inset
36707
36708
36709 \begin_inset space ~
36710 \end_inset
36711
36712 matrix is used with left aligned columns for the 
36713 \begin_inset Formula $n$
36714 \end_inset
36715
36716  used variables.
36717 \begin_inset Foot
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 matrices see 
36722 \begin_inset CommandInset ref
36723 LatexCommand ref
36724 reference "sec:Matrices"
36725
36726 \end_inset
36727
36728
36729 \end_layout
36730
36731 \end_inset
36732
36733  To set the description in a smaller size, before the matrix e.
36734 \begin_inset space \thinspace{}
36735 \end_inset
36736
36737 g.
36738 \begin_inset space \space{}
36739 \end_inset
36740
36741 the command 
36742 \series bold
36743
36744 \backslash
36745 footnotesize
36746 \series default
36747  is inserted.
36748 \begin_inset Foot
36749 status collapsed
36750
36751 \begin_layout Plain Layout
36752 font sizes see 
36753 \begin_inset CommandInset ref
36754 LatexCommand ref
36755 reference "subsec:Font-Sizes"
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \begin_layout Standard
36768 When the formula style 
36769 \series bold
36770 Indented
36771 \begin_inset Foot
36772 status collapsed
36773
36774 \begin_layout Plain Layout
36775 formula styles see 
36776 \begin_inset CommandInset ref
36777 LatexCommand ref
36778 reference "sec:Formula-Styles"
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \end_inset
36786
36787
36788 \series default
36789  is used, a 
36790 \series bold
36791
36792 \backslash
36793 hfill
36794 \series default
36795
36796 \begin_inset Foot
36797 status collapsed
36798
36799 \begin_layout Plain Layout
36800
36801 \series bold
36802
36803 \backslash
36804 hfill
36805 \series default
36806  only works in formulas with the style 
36807 \series bold
36808 Indented
36809 \series default
36810 , see 
36811 \begin_inset CommandInset ref
36812 LatexCommand ref
36813 reference "subsec:Variable-Space"
36814
36815 \end_inset
36816
36817 .
36818 \end_layout
36819
36820 \end_inset
36821
36822  is inserted before and after the matrix to have the same separation of
36823  the matrix from the equation and the side margin.
36824 \end_layout
36825
36826 \begin_layout Standard
36827 When the formula style 
36828 \series bold
36829 Centered
36830 \series default
36831  is used, the method described in 
36832 \begin_inset CommandInset ref
36833 LatexCommand ref
36834 reference "subsec:Flalign-Environment"
36835
36836 \end_inset
36837
36838  is used to indent formulas.
36839  Formula 
36840 \begin_inset CommandInset ref
36841 LatexCommand eqref
36842 reference "eq:within"
36843
36844 \end_inset
36845
36846  consists of five columns where in the first two columns contain the equation,
36847  the third the matrix and the last one an empty \SpecialChar TeX
36848  brace.
36849 \begin_inset Formula 
36850 \begin{flalign}
36851 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36852 \rho & \textrm{density}\\
36853 V & \textrm{volume}\\
36854 g & \textrm{gravitational acceleration}
36855 \end{array} &  & {}\label{eq:within}
36856 \end{flalign}
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \begin_layout Subsection
36864 Upright small Greek Letters
36865 \begin_inset CommandInset label
36866 LatexCommand label
36867 name "subsec:Upright-small-Greek"
36868
36869 \end_inset
36870
36871
36872 \begin_inset Index idx
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876 Greek letters ! upright
36877 \end_layout
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \begin_layout Standard
36885 Most of the math fonts only provide italic small Greek letters.
36886  But for symbols of elementary particles like pions and neutrinos, upright
36887  Greek letters are needed.
36888  The file 
36889 \series bold
36890 upgreek.sty
36891 \series default
36892
36893 \begin_inset Foot
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897
36898 \series bold
36899 upgreek
36900 \series default
36901  is part of the \SpecialChar LaTeX
36902 -package 
36903 \series bold
36904 was
36905 \series default
36906
36907 \begin_inset Index idx
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911 Packages ! was
36912 \begin_inset ERT
36913 status collapsed
36914
36915 \begin_layout Plain Layout
36916
36917
36918 \backslash
36919 vspace{4mm}
36920 \end_layout
36921
36922 \end_inset
36923
36924
36925 \end_layout
36926
36927 \end_inset
36928
36929 .
36930 \end_layout
36931
36932 \end_inset
36933
36934
36935 \begin_inset Index idx
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939 Packages ! upgreek
36940 \end_layout
36941
36942 \end_inset
36943
36944  that is loaded with the \SpecialChar LaTeX
36945 -preamble line
36946 \end_layout
36947
36948 \begin_layout Standard
36949
36950 \series bold
36951
36952 \backslash
36953 usepackage{upgreek}
36954 \end_layout
36955
36956 \begin_layout Standard
36957 provides them.
36958  
36959 \begin_inset ERT
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963
36964
36965 \backslash
36966 ifupgreek 
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \begin_inset Note Note
36973 status open
36974
36975 \begin_layout Plain Layout
36976 The following table will only be displayed when the \SpecialChar LaTeX
36977 -package 
36978 \series bold
36979 upgreek
36980 \series default
36981  is installed:
36982 \end_layout
36983
36984 \end_inset
36985
36986  They are created when the command for a small Greek letter is started with
36987  
36988 \series bold
36989 up
36990 \series default
36991 .
36992  For example the command 
36993 \series bold
36994
36995 \backslash
36996 uptau
36997 \series default
36998  creates this: 
36999 \begin_inset Formula $\uptau$
37000 \end_inset
37001
37002
37003 \end_layout
37004
37005 \begin_layout Standard
37006 With these commands reactions of elementary particles can be typeset:
37007 \begin_inset Formula 
37008 \[
37009 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37010 \]
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Standard
37018 The upright letters are more bold and wider than the italic ones.
37019  They should therefore not be used for units like 
37020 \begin_inset Quotes eld
37021 \end_inset
37022
37023 µm
37024 \begin_inset Quotes erd
37025 \end_inset
37026
37027 .
37028 \end_layout
37029
37030 \begin_layout Standard
37031 \begin_inset ERT
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035
37036
37037 \backslash
37038 else 
37039 \end_layout
37040
37041 \end_inset
37042
37043
37044 \begin_inset Note Note
37045 status open
37046
37047 \begin_layout Plain Layout
37048 The following will be displayed when the \SpecialChar LaTeX
37049 -package 
37050 \series bold
37051 upgreek
37052 \series default
37053  is not installed:
37054 \end_layout
37055
37056 \end_inset
37057
37058
37059 \end_layout
37060
37061 \begin_layout Standard
37062 You need to install the \SpecialChar LaTeX
37063 -package 
37064 \series bold
37065 upgreek
37066 \series default
37067  to see the rest of this subsection in the output.
37068 \end_layout
37069
37070 \begin_layout Standard
37071 \begin_inset ERT
37072 status collapsed
37073
37074 \begin_layout Plain Layout
37075
37076
37077 \backslash
37078 fi 
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \begin_layout Subsection
37087 Text Characters in Formulas
37088 \begin_inset Index idx
37089 status collapsed
37090
37091 \begin_layout Plain Layout
37092 Text ! in formulas
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101 In some cases you might want to insert text characters directly into formulas.
37102  When for example the centered dot · is often used in formulas like 
37103 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37104 \end_inset
37105
37106 , one would have to insert the command 
37107 \series bold
37108
37109 \backslash
37110 cdot
37111 \series default
37112
37113 \begin_inset Foot
37114 status collapsed
37115
37116 \begin_layout Plain Layout
37117 see 
37118 \begin_inset CommandInset ref
37119 LatexCommand ref
37120 reference "subsec:Binary-Operators"
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \end_inset
37128
37129  all the time, because this character is defined in all encodings as text
37130  character.
37131  But the encoding can be changed by this \SpecialChar LaTeX
37132 -preamble line:
37133 \end_layout
37134
37135 \begin_layout Standard
37136
37137 \series bold
37138
37139 \backslash
37140 Declare Inputtext{183}{
37141 \backslash
37142 ifmmode
37143 \backslash
37144 cdot
37145 \backslash
37146 else
37147 \backslash
37148 textperiodcentered
37149 \backslash
37150 f\SpecialChar ligaturebreak
37151 i}
37152 \end_layout
37153
37154 \begin_layout Standard
37155 The character encoding (menu 
37156 \family sans
37157 Document\SpecialChar menuseparator
37158 Settings\SpecialChar menuseparator
37159 Language
37160 \family default
37161 ) specifies what character appears when a keyboard key is pressed.
37162  When the key for the character '·' is pressed, internally the command 
37163 \series bold
37164
37165 \backslash
37166 textperiodcentered
37167 \series default
37168  is used.
37169  But this command is not available in a formula so that you would get \SpecialChar LaTeX
37170 -errors.
37171  With the changed encoding the right command is chosen automatically, depending
37172  on if the character was inserted into a formula or not.
37173 \end_layout
37174
37175 \begin_layout Standard
37176 The encoding of several characters is saved in definition files.
37177  For example the encoding 
37178 \series bold
37179 latin9
37180 \series default
37181  is defined in the file 
37182 \series bold
37183 latin9.def
37184 \series default
37185  which is in the installation folder of \SpecialChar LaTeX
37186 .
37187  Encodings should only be changed via the \SpecialChar LaTeX
37188 -preamble and not in the definition
37189  files.
37190  Otherwise documents could not be edited by other \SpecialChar LyX
37191  users working on other
37192  computers.
37193 \end_layout
37194
37195 \begin_layout Standard
37196 \begin_inset VSpace medskip
37197 \end_inset
37198
37199 Besides the centered dot, in this document the degree sign ° is defined
37200  with the following \SpecialChar LaTeX
37201 -preamble line so that it can be directly inserted into
37202  a formula:
37203 \end_layout
37204
37205 \begin_layout Standard
37206
37207 \series bold
37208
37209 \backslash
37210 DeclareInputtext{176}{
37211 \backslash
37212 ifmmode^
37213 \backslash
37214 circ
37215 \backslash
37216 else
37217 \backslash
37218 textdegree
37219 \backslash
37220 f\SpecialChar ligaturebreak
37221 i}
37222 \end_layout
37223
37224 \begin_layout Subsection
37225 \SpecialChar LaTeX
37226 -comments in formulas
37227 \begin_inset Index idx
37228 status collapsed
37229
37230 \begin_layout Plain Layout
37231 \SpecialChar LaTeX
37232 -comments
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
37242  source
37243  code of your file with the menu 
37244 \family sans
37245 Insert\SpecialChar menuseparator
37246 Note\SpecialChar menuseparator
37247 Comment
37248 \family default
37249 .
37250  This is not possible in a formula but you can insert \SpecialChar LaTeX
37251 -comments with the
37252  command
37253 \end_layout
37254
37255 \begin_layout Standard
37256
37257 \series bold
37258
37259 \backslash
37260 %
37261 \end_layout
37262
37263 \begin_layout Standard
37264 This creates a box in which you can write your comment.
37265  Due to a bug in \SpecialChar LyX
37266
37267 \begin_inset Foot
37268 status collapsed
37269
37270 \begin_layout Plain Layout
37271 \begin_inset CommandInset href
37272 LatexCommand href
37273 name "LyX-bug #9002"
37274 target "http://www.lyx.org/trac/ticket/9002"
37275
37276 \end_inset
37277
37278
37279 \end_layout
37280
37281 \end_inset
37282
37283  you cannot write normal text inside the comment, even when you use mathematical
37284  text, you will see its \SpecialChar LaTeX
37285 -commands in the \SpecialChar LaTeX
37286 -output.
37287 \begin_inset Newline newline
37288 \end_inset
37289
37290 This a formula with a \SpecialChar LaTeX
37291 -comment:
37292 \begin_inset Formula 
37293 \[
37294 A=B%\text{This is the comment}
37295 \]
37296
37297 \end_inset
37298
37299
37300 \end_layout
37301
37302 \begin_layout Standard
37303 \begin_inset Newpage newpage
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \begin_layout Section
37310 \start_of_appendix
37311 Typographic Advice
37312 \begin_inset Index idx
37313 status collapsed
37314
37315 \begin_layout Plain Layout
37316 Typographic advice
37317 \end_layout
37318
37319 \end_inset
37320
37321
37322 \end_layout
37323
37324 \begin_layout Standard
37325 This section is a summary of the most important typographic rules, listed
37326  in ISO norms.
37327 \begin_inset Foot
37328 status collapsed
37329
37330 \begin_layout Plain Layout
37331 This collection was partly taken from the German semi-official dictionary
37332  called 
37333 \begin_inset Quotes eld
37334 \end_inset
37335
37336 Duden
37337 \begin_inset Quotes erd
37338 \end_inset
37339
37340  
37341 \begin_inset CommandInset citation
37342 LatexCommand cite
37343 key "Duden"
37344
37345 \end_inset
37346
37347  that lists some of the ISO rules.
37348  More rules are listed in 
37349 \begin_inset CommandInset citation
37350 LatexCommand cite
37351 key "Checklist"
37352
37353 \end_inset
37354
37355 .
37356 \end_layout
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \begin_layout Itemize
37364 Physical units are 
37365 \emph on
37366 always
37367 \emph default
37368  set upright
37369 \begin_inset Foot
37370 status collapsed
37371
37372 \begin_layout Plain Layout
37373 done with font styles, see 
37374 \begin_inset CommandInset ref
37375 LatexCommand ref
37376 reference "subsec:Font-Styles"
37377
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \end_inset
37384
37385 , no matter if they appear in italic text: 30
37386 \begin_inset space \thinspace{}
37387 \end_inset
37388
37389 km/h
37390 \begin_inset Newline newline
37391 \end_inset
37392
37393 Between the value and the unit is the smallest space, see 
37394 \begin_inset CommandInset ref
37395 LatexCommand ref
37396 reference "subsec:Predefined-Space"
37397
37398 \end_inset
37399
37400 .
37401 \begin_inset Newline newline
37402 \end_inset
37403
37404 This convention is automatically fulfilled when the command 
37405 \series bold
37406
37407 \backslash
37408 unittwo
37409 \series default
37410  is used.
37411  When it is entered to a formula, two boxes appear.
37412  In the first one the value is inserted, in the second one the unit, and
37413  one gets as above: 
37414 \begin_inset Formula $\unit[30]{km/h}$
37415 \end_inset
37416
37417
37418 \begin_inset space \thinspace{}
37419 \end_inset
37420
37421 .
37422  Note that 
37423 \series bold
37424
37425 \backslash
37426 unittwo
37427 \series default
37428  is not a real \SpecialChar LaTeX
37429  command but the command 
37430 \series bold
37431
37432 \backslash
37433 unit[value]{unit}
37434 \series default
37435 , therefore you cannot use it in \SpecialChar TeX
37436  code.
37437 \end_layout
37438
37439 \begin_layout Itemize
37440 Percent and perthousand signs are set like physical units:
37441 \begin_inset Newline newline
37442 \end_inset
37443
37444 1.2
37445 \begin_inset space \thinspace{}
37446 \end_inset
37447
37448 ‰ alcohol in blood
37449 \end_layout
37450
37451 \begin_layout Itemize
37452 The degree sign follows directly on the value: 15°, but not when it is used
37453  in units: 15
37454 \begin_inset space \thinspace{}
37455 \end_inset
37456
37457 °C
37458 \end_layout
37459
37460 \begin_layout Itemize
37461 In numbers with more than four digits the smallest space is inserted before
37462  every third digit to group them: 
37463 \family roman
37464 \series medium
37465 \shape up
37466 \size normal
37467 \emph off
37468 \bar no
37469 \noun off
37470 \color none
37471 18
37472 \begin_inset space \thinspace{}
37473 \end_inset
37474
37475 473
37476 \begin_inset space \thinspace{}
37477 \end_inset
37478
37479 588
37480 \end_layout
37481
37482 \begin_layout Itemize
37483 For dimensions like 120×90×40
37484 \begin_inset space \thinspace{}
37485 \end_inset
37486
37487 cm the multiplication sign 
37488 \begin_inset Quotes eld
37489 \end_inset
37490
37491 ×
37492 \begin_inset Quotes erd
37493 \end_inset
37494
37495  is used.
37496  It is available either via the command 
37497 \series bold
37498
37499 \backslash
37500 times
37501 \series default
37502  or via the menu 
37503 \family sans
37504 Insert\SpecialChar menuseparator
37505 Special Character\SpecialChar menuseparator
37506 Symbols
37507 \family default
37508 .
37509 \end_layout
37510
37511 \begin_layout Itemize
37512 Functions with names consisting of several letters are set upright to avoid
37513  confusions, see 
37514 \begin_inset CommandInset ref
37515 LatexCommand ref
37516 reference "subsec:Predefined-Functions"
37517
37518 \end_inset
37519
37520 .
37521 \end_layout
37522
37523 \begin_layout Itemize
37524 Indices consisting of several letters, are set upright: 
37525 \begin_inset Formula $E_{\mathrm{kin}}$
37526 \end_inset
37527
37528
37529 \begin_inset Newline newline
37530 \end_inset
37531
37532 Components of matrices are set italic: 
37533 \begin_inset Formula $\hat{H}_{kl}$
37534 \end_inset
37535
37536
37537 \end_layout
37538
37539 \begin_layout Itemize
37540 The differentiation/integration operator 'd', the Euler's number 'e' and
37541  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37542  other variables.
37543 \end_layout
37544
37545 \begin_layout Itemize
37546 The character that denotes a 
37547 \noun on
37548 Fourier
37549 \noun default
37550  transformation is inserted either by the command 
37551 \series bold
37552
37553 \backslash
37554 mathscr
37555 \begin_inset space \textvisiblespace{}
37556 \end_inset
37557
37558 F
37559 \series default
37560  or via the menu 
37561 \family sans
37562 Insert\SpecialChar menuseparator
37563 Special Character\SpecialChar menuseparator
37564 Symbols\SpecialChar menuseparator
37565 Letterlike
37566 \begin_inset space ~
37567 \end_inset
37568
37569 Symbols
37570 \family default
37571
37572 \begin_inset Formula $\mathscr{F}$
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \begin_layout Standard
37579 \begin_inset Newpage newpage
37580 \end_inset
37581
37582
37583 \end_layout
37584
37585 \begin_layout Section
37586 Synonyms
37587 \begin_inset Index idx
37588 status collapsed
37589
37590 \begin_layout Plain Layout
37591 Synonyms
37592 \end_layout
37593
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Standard
37600 Some characters and symbols can be created with several commands.
37601  Here is a list of the synonym commands:
37602 \end_layout
37603
37604 \begin_layout Standard
37605 \begin_inset VSpace bigskip
37606 \end_inset
37607
37608
37609 \begin_inset space \hfill{}
37610 \end_inset
37611
37612
37613 \begin_inset Tabular
37614 <lyxtabular version="3" rows="12" columns="2">
37615 <features tabularvalignment="middle">
37616 <column alignment="center" valignment="top" width="0pt">
37617 <column alignment="center" valignment="top" width="0pt">
37618 <row>
37619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 Command
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632 equivalent to
37633 \begin_inset Note Note
37634 status collapsed
37635
37636 \begin_layout Plain Layout
37637
37638 \series bold
37639
37640 \backslash
37641 raisebox
37642 \series default
37643  is only used as spacer.
37644 \end_layout
37645
37646 \end_inset
37647
37648
37649 \end_layout
37650
37651 \end_inset
37652 </cell>
37653 </row>
37654 <row>
37655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659
37660 \backslash
37661 ast
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670 \begin_inset ERT
37671 status collapsed
37672
37673 \begin_layout Plain Layout
37674
37675
37676 \backslash
37677 raisebox{-1.2mm}{
37678 \end_layout
37679
37680 \end_inset
37681
37682 *
37683 \begin_inset ERT
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687
37688 }
37689 \end_layout
37690
37691 \end_inset
37692
37693
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 </row>
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704
37705 \backslash
37706 choose
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715
37716 \backslash
37717 binom
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 <row>
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728
37729 \backslash
37730 geq
37731 \end_layout
37732
37733 \end_inset
37734 </cell>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 ge
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 <row>
37748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37749 \begin_inset Text
37750
37751 \begin_layout Plain Layout
37752
37753 \backslash
37754 lbrace
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763 {
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 </row>
37769 <row>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774
37775 \backslash
37776 lbracket
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785 [
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 </row>
37791 <row>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796
37797 \backslash
37798 leftarrow
37799 \end_layout
37800
37801 \end_inset
37802 </cell>
37803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807
37808 \backslash
37809 gets
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 </row>
37815 <row>
37816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820
37821 \backslash
37822 leq
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831
37832 \backslash
37833 le
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 </row>
37839 <row>
37840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844
37845 \backslash
37846 lor
37847 \end_layout
37848
37849 \end_inset
37850 </cell>
37851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855
37856 \backslash
37857 vee
37858 \end_layout
37859
37860 \end_inset
37861 </cell>
37862 </row>
37863 <row>
37864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37865 \begin_inset Text
37866
37867 \begin_layout Plain Layout
37868
37869 \backslash
37870 neq
37871 \end_layout
37872
37873 \end_inset
37874 </cell>
37875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37876 \begin_inset Text
37877
37878 \begin_layout Plain Layout
37879
37880 \backslash
37881 not=
37882 \end_layout
37883
37884 \end_inset
37885 </cell>
37886 </row>
37887 <row>
37888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37889 \begin_inset Text
37890
37891 \begin_layout Plain Layout
37892
37893 \backslash
37894 slash
37895 \end_layout
37896
37897 \end_inset
37898 </cell>
37899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37900 \begin_inset Text
37901
37902 \begin_layout Plain Layout
37903 /
37904 \end_layout
37905
37906 \end_inset
37907 </cell>
37908 </row>
37909 <row>
37910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37911 \begin_inset Text
37912
37913 \begin_layout Plain Layout
37914
37915 \backslash
37916 vert
37917 \end_layout
37918
37919 \end_inset
37920 </cell>
37921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37922 \begin_inset Text
37923
37924 \begin_layout Plain Layout
37925 |
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 </row>
37931 </lyxtabular>
37932
37933 \end_inset
37934
37935
37936 \begin_inset space \hfill{}
37937 \end_inset
37938
37939
37940 \begin_inset Tabular
37941 <lyxtabular version="3" rows="12" columns="2">
37942 <features tabularvalignment="middle">
37943 <column alignment="center" valignment="top" width="0pt">
37944 <column alignment="center" valignment="top" width="0pt">
37945 <row>
37946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37947 \begin_inset Text
37948
37949 \begin_layout Plain Layout
37950 Command
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959 equivalent to
37960 \end_layout
37961
37962 \end_inset
37963 </cell>
37964 </row>
37965 <row>
37966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970
37971 \backslash
37972 backslash
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981
37982 \backslash
37983
37984 \backslash
37985
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 </row>
37991 <row>
37992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37993 \begin_inset Text
37994
37995 \begin_layout Plain Layout
37996
37997 \backslash
37998 dasharrow
37999 \end_layout
38000
38001 \end_inset
38002 </cell>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007
38008 \backslash
38009 dashrightarrow
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 </row>
38015 <row>
38016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38017 \begin_inset Text
38018
38019 \begin_layout Plain Layout
38020
38021 \backslash
38022 land
38023 \end_layout
38024
38025 \end_inset
38026 </cell>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 wedge
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 </row>
38039 <row>
38040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38041 \begin_inset Text
38042
38043 \begin_layout Plain Layout
38044
38045 \backslash
38046 rbrace
38047 \end_layout
38048
38049 \end_inset
38050 </cell>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055 }
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 </row>
38061 <row>
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066
38067 \backslash
38068 rbracket
38069 \end_layout
38070
38071 \end_inset
38072 </cell>
38073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38074 \begin_inset Text
38075
38076 \begin_layout Plain Layout
38077 ]
38078 \end_layout
38079
38080 \end_inset
38081 </cell>
38082 </row>
38083 <row>
38084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38085 \begin_inset Text
38086
38087 \begin_layout Plain Layout
38088
38089 \backslash
38090 rightarrow
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38096 \begin_inset Text
38097
38098 \begin_layout Plain Layout
38099
38100 \backslash
38101 to
38102 \end_layout
38103
38104 \end_inset
38105 </cell>
38106 </row>
38107 <row>
38108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112
38113 \backslash
38114 lnot
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38120 \begin_inset Text
38121
38122 \begin_layout Plain Layout
38123
38124 \backslash
38125 neg
38126 \end_layout
38127
38128 \end_inset
38129 </cell>
38130 </row>
38131 <row>
38132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136
38137 \backslash
38138 ne
38139 \end_layout
38140
38141 \end_inset
38142 </cell>
38143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38144 \begin_inset Text
38145
38146 \begin_layout Plain Layout
38147
38148 \backslash
38149 not=
38150 \end_layout
38151
38152 \end_inset
38153 </cell>
38154 </row>
38155 <row>
38156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38157 \begin_inset Text
38158
38159 \begin_layout Plain Layout
38160
38161 \backslash
38162 owns
38163 \end_layout
38164
38165 \end_inset
38166 </cell>
38167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38168 \begin_inset Text
38169
38170 \begin_layout Plain Layout
38171
38172 \backslash
38173 ni
38174 \end_layout
38175
38176 \end_inset
38177 </cell>
38178 </row>
38179 <row>
38180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38181 \begin_inset Text
38182
38183 \begin_layout Plain Layout
38184
38185 \backslash
38186 square
38187 \end_layout
38188
38189 \end_inset
38190 </cell>
38191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195
38196 \backslash
38197 Box
38198 \end_layout
38199
38200 \end_inset
38201 </cell>
38202 </row>
38203 <row>
38204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38205 \begin_inset Text
38206
38207 \begin_layout Plain Layout
38208
38209 \backslash
38210 Vert
38211 \end_layout
38212
38213 \end_inset
38214 </cell>
38215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38216 \begin_inset Text
38217
38218 \begin_layout Plain Layout
38219
38220 \backslash
38221 |
38222 \end_layout
38223
38224 \end_inset
38225 </cell>
38226 </row>
38227 </lyxtabular>
38228
38229 \end_inset
38230
38231
38232 \begin_inset space \hfill{}
38233 \end_inset
38234
38235
38236 \end_layout
38237
38238 \begin_layout Standard
38239 \begin_inset Newpage newpage
38240 \end_inset
38241
38242
38243 \end_layout
38244
38245 \begin_layout Bibliography
38246 \begin_inset CommandInset bibitem
38247 LatexCommand bibitem
38248 key "TLC2"
38249
38250 \end_inset
38251
38252
38253 \shape smallcaps
38254 Mittelbach, F.
38255  ; Goossens, M.
38256 \shape default
38257
38258 \shape italic
38259 The \SpecialChar LaTeX
38260  Companion
38261 \shape default
38262 .
38263  Addison Wesley, 2004
38264 \end_layout
38265
38266 \begin_layout Bibliography
38267 \begin_inset CommandInset bibitem
38268 LatexCommand bibitem
38269 key "Mathmode"
38270
38271 \end_inset
38272
38273
38274 \begin_inset CommandInset href
38275 LatexCommand href
38276 name "Description"
38277 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38278
38279 \end_inset
38280
38281  of \SpecialChar LaTeX
38282 's math abilities
38283 \end_layout
38284
38285 \begin_layout Bibliography
38286 \begin_inset CommandInset bibitem
38287 LatexCommand bibitem
38288 key "AMS"
38289
38290 \end_inset
38291
38292
38293 \begin_inset CommandInset href
38294 LatexCommand href
38295 name "Description"
38296 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38297
38298 \end_inset
38299
38300  of 
38301 \begin_inset ERT
38302 status collapsed
38303
38304 \begin_layout Plain Layout
38305
38306
38307 \backslash
38308 AmS
38309 \end_layout
38310
38311 \end_inset
38312
38313 -\SpecialChar LaTeX
38314
38315 \end_layout
38316
38317 \begin_layout Bibliography
38318 \begin_inset CommandInset bibitem
38319 LatexCommand bibitem
38320 key "Symbols"
38321
38322 \end_inset
38323
38324
38325 \begin_inset CommandInset href
38326 LatexCommand href
38327 name "List"
38328 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38329
38330 \end_inset
38331
38332  of all symbols available with \SpecialChar LaTeX
38333 -packages
38334 \end_layout
38335
38336 \begin_layout Bibliography
38337 \begin_inset CommandInset bibitem
38338 LatexCommand bibitem
38339 key "cancel"
38340
38341 \end_inset
38342
38343
38344 \begin_inset CommandInset href
38345 LatexCommand href
38346 name "Documentation"
38347 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38348
38349 \end_inset
38350
38351  of the \SpecialChar LaTeX
38352 -package 
38353 \series bold
38354 cancel
38355 \series default
38356
38357 \begin_inset Index idx
38358 status collapsed
38359
38360 \begin_layout Plain Layout
38361 Packages ! cancel
38362 \end_layout
38363
38364 \end_inset
38365
38366
38367 \end_layout
38368
38369 \begin_layout Bibliography
38370 \begin_inset CommandInset bibitem
38371 LatexCommand bibitem
38372 key "hyperref"
38373
38374 \end_inset
38375
38376
38377 \begin_inset CommandInset href
38378 LatexCommand href
38379 name "Documentation"
38380 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38381
38382 \end_inset
38383
38384  of the \SpecialChar LaTeX
38385 -package 
38386 \series bold
38387 hyperref
38388 \series default
38389
38390 \begin_inset Index idx
38391 status collapsed
38392
38393 \begin_layout Plain Layout
38394 Packages ! hyperref
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \end_layout
38401
38402 \begin_layout Bibliography
38403 \begin_inset CommandInset bibitem
38404 LatexCommand bibitem
38405 key "mhchem"
38406
38407 \end_inset
38408
38409
38410 \begin_inset CommandInset href
38411 LatexCommand href
38412 name "Documentation"
38413 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38414
38415 \end_inset
38416
38417  of the \SpecialChar LaTeX
38418 -package 
38419 \series bold
38420 mhchem
38421 \series default
38422
38423 \begin_inset Index idx
38424 status collapsed
38425
38426 \begin_layout Plain Layout
38427 Packages ! mhchem
38428 \end_layout
38429
38430 \end_inset
38431
38432
38433 \end_layout
38434
38435 \begin_layout Bibliography
38436 \begin_inset CommandInset bibitem
38437 LatexCommand bibitem
38438 key "Duden"
38439
38440 \end_inset
38441
38442
38443 \emph on
38444 Duden Band 1
38445 \emph default
38446 .
38447  22.
38448  Auflage, Duden 2001
38449 \end_layout
38450
38451 \begin_layout Bibliography
38452 \begin_inset CommandInset bibitem
38453 LatexCommand bibitem
38454 key "Checklist"
38455
38456 \end_inset
38457
38458
38459 \begin_inset CommandInset href
38460 LatexCommand href
38461 name "Check list"
38462 target "http://physics.nist.gov/Document/checklist.pdf"
38463
38464 \end_inset
38465
38466  for reviewing manuscripts
38467 \end_layout
38468
38469 \begin_layout Standard
38470 \begin_inset CommandInset index_print
38471 LatexCommand printindex
38472 type "idx"
38473
38474 \end_inset
38475
38476
38477 \end_layout
38478
38479 \end_body
38480 \end_document