]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Document smallmatrix (with change tracking)
[features.git] / lib / doc / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 582
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % increase link area for cross-references and autoname them,
26 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
27 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
28 \@ifpackageloaded{babel}{
29  \addto\extrasenglish{%
30   \renewcommand*{\equationautorefname}[1]{}%
31   \renewcommand{\sectionautorefname}{sec.\negthinspace}%
32   \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
33   \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
34  }
35 }{}
36
37 % don't load packages twice
38 % see first footnote in sec. 9.3
39 \@ifundefined{textcolor}{\usepackage{color}}{}
40
41 % the pages of the TOC are numbered roman
42 % and a PDF-bookmark for the TOC is added
43 \pagenumbering{roman}
44 \let\myTOC\tableofcontents
45 \renewcommand{\tableofcontents}{%
46  \vspace{1cm}
47  \pdfbookmark[1]{\contentsname}{}
48  \myTOC
49  \cleardoublepage
50  \pagenumbering{arabic}}
51
52 % add 0.5 mm vertical space for table rows
53 \@ifundefined{extrarowheight} {\usepackage{array}}{}
54 \setlength{\extrarowheight}{0.5mm}
55
56 % insert additional vertical space of 1.5 mm between footnotes,
57 \let\myFoot\footnote
58 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
59
60 % makes caption labels bold
61 \setkomafont{captionlabel}{\bfseries}
62
63 % enables calculation of values
64 \usepackage{calc}
65
66 % for multiple columns used in sec. 24.7
67 \usepackage{multicol}
68
69 % needed in sec. 19.4
70 \usepackage{remreset}
71
72 % for the Fourier transformation symbol
73 \usepackage{mathrsfs}
74
75 % define a color, used in sec.9.3
76 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
77
78 % declare operators (see sec. 10.4 and sec. 15.2)
79 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
80 \DeclareMathOperator{\sgn}{sgn}
81
82 % example definitions for sec. 20.1 
83 \newcommand{\gr}{\Longrightarrow}
84 \newcommand{\us}[1]{\underline{#1}}
85 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
86 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
87 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
88
89 % example macro from sec. 19.4
90 %\AtBeginDocument{
91 %\def\tagform@#1{\maketag@@@{|#1|}}
92 %}
93
94 % ------------------------------------
95 % used to check for needed LaTeX packages
96 \usepackage{ifthen}
97
98 % check for package undertilde
99 % used for the command \utilde
100 \newboolean{undertilde}
101 \IfFileExists{undertilde.sty}
102  {\usepackage{undertilde}
103   \setboolean{undertilde}{true}}
104  {\setboolean{undertilde}{false}}
105
106 % check for package eurosym
107 % used for the Euro symbol
108 \newboolean{eurosym}
109 \IfFileExists{eurosym.sty}
110  {\usepackage[gennarrow]{eurosym}
111   \setboolean{eurosym}{true}}
112  {\setboolean{eurosym}{false}}
113
114 % check for package braket
115 % used for physical vectors
116 \newboolean{braket}
117 \IfFileExists{braket.sty}
118  {\usepackage{braket}
119   \setboolean{braket}{true}}
120  {\setboolean{braket}{false}}
121
122 % check for package cancel
123 \newboolean{cancel}
124 \IfFileExists{cancel.sty}
125  {\usepackage{cancel}
126   \setboolean{cancel}{true}}
127  {\setboolean{cancel}{false}}
128
129 % check for package upgreek
130 \newboolean{upgreek}
131 \IfFileExists{upgreek.sty}
132  {\usepackage{upgreek}
133   \setboolean{upgreek}{true}}
134  {\setboolean{upgreek}{false}}
135 \end_preamble
136 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
137 \use_default_options false
138 \begin_modules
139 subequations
140 \end_modules
141 \maintain_unincluded_children false
142 \language english
143 \language_package default
144 \inputencoding utf8
145 \fontencoding auto
146 \font_roman "lmodern" "default"
147 \font_sans "lmss" "default"
148 \font_typewriter "lmtt" "default"
149 \font_math "auto" "auto"
150 \font_default_family default
151 \use_non_tex_fonts false
152 \font_sc false
153 \font_roman_osf false
154 \font_sans_osf false
155 \font_typewriter_osf false
156 \font_sf_scale 100 100
157 \font_tt_scale 100 100
158 \use_microtype false
159 \use_dash_ligatures false
160 \graphics default
161 \default_output_format pdf2
162 \output_sync 0
163 \bibtex_command default
164 \index_command default
165 \paperfontsize 12
166 \spacing single
167 \use_hyperref true
168 \pdf_title "LyX's Math Manual"
169 \pdf_author "LyX Team, Uwe Stöhr"
170 \pdf_subject "LyX-documentation about math"
171 \pdf_keywords "LyX, Mathed"
172 \pdf_bookmarks true
173 \pdf_bookmarksnumbered true
174 \pdf_bookmarksopen true
175 \pdf_bookmarksopenlevel 1
176 \pdf_breaklinks false
177 \pdf_pdfborder false
178 \pdf_colorlinks true
179 \pdf_backref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
182 \papersize a4paper
183 \use_geometry false
184 \use_package amsmath 2
185 \use_package amssymb 2
186 \use_package cancel 1
187 \use_package esint 1
188 \use_package mathdots 1
189 \use_package mathtools 2
190 \use_package mhchem 1
191 \use_package stackrel 1
192 \use_package stmaryrd 1
193 \use_package undertilde 0
194 \cite_engine basic
195 \cite_engine_type default
196 \biblio_style plain
197 \use_bibtopic false
198 \use_indices false
199 \paperorientation portrait
200 \suppress_date false
201 \justification true
202 \use_refstyle 0
203 \use_minted 0
204 \use_lineno 0
205 \notefontcolor #0000ff
206 \index Index
207 \shortcut idx
208 \color #008000
209 \end_index
210 \secnumdepth 4
211 \tocdepth 3
212 \paragraph_separation skip
213 \defskip medskip
214 \is_math_indent 0
215 \math_numbering_side default
216 \quotes_style english
217 \dynamic_quotes 0
218 \papercolumns 1
219 \papersides 2
220 \paperpagestyle plain
221 \tablestyle default
222 \bullet 1 0 6 -1
223 \bullet 2 2 35 -1
224 \bullet 3 2 7 -1
225 \tracking_changes true
226 \output_changes false
227 \html_math_output 0
228 \html_css_as_file 0
229 \html_be_strict false
230 \author -563046850 "Jean-Marc LASGOUTTES"
231 \end_header
232
233 \begin_body
234
235 \begin_layout Title
236 \SpecialChar LyX
237 's detailed Math manual
238 \end_layout
239
240 \begin_layout Author
241 by the \SpecialChar LyX
242  Team
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 If you have comments or error corrections, please send them to the \SpecialChar LyX
249  Documentatio
250 n mailing list: 
251 \family typewriter
252
253 \begin_inset CommandInset href
254 LatexCommand href
255 name "lyx-docs@lists.lyx.org"
256 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
257 type "mailto:"
258 literal "false"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 author: Uwe Stöhr
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \family sans
287 Version 2.3.x
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset CommandInset toc
292 LatexCommand tableofcontents
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Note Note
301 status open
302
303 \begin_layout Plain Layout
304 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
305 -packages 
306 \series bold
307 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
308 \series default
309  and 
310 \series bold
311 was
312 \series default
313  should be installed.
314  If they are not installed the document can be exported anyway but the sections
315  where the packages are required will not appear in the output.
316  An exception is 
317 \series bold
318 mhchem
319 \series default
320 ; if it is not installed, this file cannot be exported.
321 \end_layout
322
323 \begin_layout Plain Layout
324 The latest PDF-version of this document can be found here:
325 \begin_inset Newline newline
326 \end_inset
327
328
329 \series bold
330 https://wiki.lyx.org/LyX/Manuals#Math
331 \end_layout
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Standard
339 \begin_inset Newpage newpage
340 \end_inset
341
342
343 \end_layout
344
345 \begin_layout Section
346 Introduction
347 \end_layout
348
349 \begin_layout Standard
350 This document explains \SpecialChar LyX
351 's math features and is furthermore a collection
352  of \SpecialChar LaTeX
353 -commands used for mathematical characters and constructs.
354  The explanations are designed for the usage of commands.
355  It is therefore required that you have read the section 
356 \family typewriter
357 Mathematical
358 \begin_inset space ~
359 \end_inset
360
361 Formulas
362 \family default
363  of the User's Guide.
364 \end_layout
365
366 \begin_layout Standard
367 Most of the characters and many constructs explained in this manual are
368  also accessible via the menu 
369 \family sans
370 Insert
371 \series bold
372 \SpecialChar menuseparator
373
374 \series default
375 Math
376 \family default
377  or the 
378 \family sans
379 math
380 \family default
381 \series bold
382  
383 \family sans
384 \series default
385 toolbar
386 \family default
387 .
388  But everybody who has to write lots of formulas will notice that it is
389  much faster to use commands instead of the math toolbar.
390  Therefore this manual is focused on commands but also mentions the correspondin
391 g toolbar buttons when available.
392 \end_layout
393
394 \begin_layout Standard
395 If not specially mentioned the commands are only available within formulas.
396  To be able to use all commands explained in this document, the option 
397 \family sans
398 Use AMS math package
399 \family default
400  must be checked in the document settings (menu 
401 \family sans
402 Document\SpecialChar menuseparator
403 Settings\SpecialChar menuseparator
404 Math
405 \begin_inset space ~
406 \end_inset
407
408 Options
409 \family default
410 ).
411 \begin_inset Foot
412 status collapsed
413
414 \begin_layout Plain Layout
415 The option 
416 \family sans
417 Use AMS math package automatically
418 \family default
419  only uses 
420 \begin_inset ERT
421 status collapsed
422
423 \begin_layout Plain Layout
424
425
426 \backslash
427 AmS 
428 \end_layout
429
430 \end_inset
431
432 -math when math constructs are found that are supported by \SpecialChar LyX
433 .
434 \end_layout
435
436 \end_inset
437
438
439 \end_layout
440
441 \begin_layout Standard
442 This document doesn't list all 
443 \begin_inset ERT
444 status collapsed
445
446 \begin_layout Plain Layout
447
448
449 \backslash
450 AmS 
451 \end_layout
452
453 \end_inset
454
455 -math commands
456 \begin_inset Foot
457 status collapsed
458
459 \begin_layout Plain Layout
460 A list with all 
461 \begin_inset ERT
462 status collapsed
463
464 \begin_layout Plain Layout
465
466
467 \backslash
468 AmS
469 \end_layout
470
471 \end_inset
472
473 -math commands is in the file 
474 \family sans
475
476 \begin_inset CommandInset href
477 LatexCommand href
478 name "amsguide.pdf"
479 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
480 literal "false"
481
482 \end_inset
483
484
485 \family default
486 , which is part of every \SpecialChar LaTeX
487  standard installation.
488 \end_layout
489
490 \end_inset
491
492  for lucidity reasons.
493 \end_layout
494
495 \begin_layout Section
496 General Instructions
497 \end_layout
498
499 \begin_layout Standard
500 To create an inline formula
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Formula ! inline
506 \end_layout
507
508 \end_inset
509
510  that is embedded into a text line, use one of the shortcuts 
511 \begin_inset Info
512 type  "shortcuts"
513 arg   "math-mode"
514 \end_inset
515
516  or the toolbar button 
517 \begin_inset Info
518 type  "icon"
519 arg   "math-mode"
520 \end_inset
521
522 .
523 \begin_inset Newline newline
524 \end_inset
525
526 To create a display style formula
527 \begin_inset Index idx
528 status collapsed
529
530 \begin_layout Plain Layout
531 Formula ! display style
532 \end_layout
533
534 \end_inset
535
536  which will appear bigger, has a different format, and will be in a separate
537  paragraph, use one of these shortcuts: 
538 \begin_inset Info
539 type  "shortcuts"
540 arg   "math-display"
541 \end_inset
542
543 .
544 \end_layout
545
546 \begin_layout Standard
547 To change a display style formula to an inline formula, set the cursor into
548  the formula and use one of the shortcuts 
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554  or the menu 
555 \family sans
556 Edit\SpecialChar menuseparator
557 Math\SpecialChar menuseparator
558 Change formula type
559 \family default
560 .
561  The same way is used to change an inline formula to a display style formula.
562 \end_layout
563
564 \begin_layout Standard
565 To display parts of an inline formula in the size of a display style formula,
566  enter the command 
567 \series bold
568
569 \backslash
570 displaystyle
571 \series default
572
573 \begin_inset Index idx
574 status collapsed
575
576 \begin_layout Plain Layout
577 Commands ! D ! 
578 \backslash
579 displaystyle
580 \end_layout
581
582 \end_inset
583
584  to a formula.
585  Then a new blue box appears in which the desired formula part is inserted.
586 \end_layout
587
588 \begin_layout Standard
589 Only inline formulas are allowed inside tables.
590 \end_layout
591
592 \begin_layout Standard
593 The 
594 \family sans
595 math toolbar
596 \family default
597  can be turned on in the menu 
598 \family sans
599 View\SpecialChar menuseparator
600 Toolbars
601 \family default
602 .
603  When you click there on 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Math
608 \begin_inset Quotes erd
609 \end_inset
610
611  the toolbar will be shown permanently at the bottom; this state is visualized
612  in the 
613 \family sans
614 Toolbars
615 \family default
616  menu with a checkmark.
617  When you click in this state again on 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Math
622 \begin_inset Quotes erd
623 \end_inset
624
625  in the 
626 \family sans
627 Toolbars
628 \family default
629  menu, the 
630 \family sans
631 math toolbar
632 \family default
633  is only shown when the cursor is within a formula; this state is visualized
634  by the renaming of the menu entry from 
635 \begin_inset Quotes eld
636 \end_inset
637
638 Math
639 \begin_inset Quotes erd
640 \end_inset
641
642  to 
643 \begin_inset Quotes eld
644 \end_inset
645
646 Math
647 \begin_inset space ~
648 \end_inset
649
650 (auto)
651 \begin_inset Quotes erd
652 \end_inset
653
654 .
655 \end_layout
656
657 \begin_layout Standard
658 The \SpecialChar TeX
659  mode
660 \begin_inset Index idx
661 status collapsed
662
663 \begin_layout Plain Layout
664 T@\SpecialChar TeX
665 -mode
666 \end_layout
667
668 \end_inset
669
670  is invoked by pressing the toolbar button 
671 \begin_inset Info
672 type  "icon"
673 arg   "ert-insert"
674 \end_inset
675
676  or by using the menu 
677 \family sans
678 Insert\SpecialChar menuseparator
679 TeX Code
680 \family default
681  (shortcut 
682 \begin_inset Info
683 type  "shortcut"
684 arg   "ert-insert"
685 \end_inset
686
687 ).
688 \end_layout
689
690 \begin_layout Standard
691 To change the \SpecialChar LaTeX
692 -preamble
693 \begin_inset Index idx
694 status collapsed
695
696 \begin_layout Plain Layout
697 L@\SpecialChar LaTeX
698 -preamble
699 \end_layout
700
701 \end_inset
702
703 , use the menu 
704 \family sans
705 Document\SpecialChar menuseparator
706 Settings\SpecialChar menuseparator
707 LaTeX
708 \family default
709  
710 \family sans
711 Preamble
712 \family default
713 .
714 \end_layout
715
716 \begin_layout Standard
717 To edit matrices, case differentiations and multiline formulas subsequently,
718  use the menus 
719 \family sans
720 Edit\SpecialChar menuseparator
721 Math
722 \family default
723  and 
724 \family sans
725 Edit\SpecialChar menuseparator
726 Rows
727 \begin_inset space \thinspace{}
728 \end_inset
729
730 &
731 \begin_inset space \thinspace{}
732 \end_inset
733
734 Columns,
735 \family default
736  or the 
737 \family sans
738 table toolbar
739 \family default
740 .
741  When lines and columns are swapped via the menu, the column or line where
742  the cursor is in is exchanged with the column to the right or the line
743  below, respectively.
744  Is the cursor in the last column or row, the exchange is done with the
745  column to the left or the line above.
746 \end_layout
747
748 \begin_layout Standard
749 To write text in formulas
750 \begin_inset Foot
751 status collapsed
752
753 \begin_layout Plain Layout
754 For multiline formulas the command 
755 \series bold
756
757 \backslash
758 intertext
759 \series default
760  is used, see 
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "subsec:Text-in-multiline"
764
765 \end_inset
766
767 .
768 \end_layout
769
770 \end_inset
771
772  
773 \emph on
774 mathematical text
775 \emph default
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Text ! in formulas
782 \end_layout
783
784 \end_inset
785
786
787 \begin_inset Index idx
788 status collapsed
789
790 \begin_layout Plain Layout
791 Mathematical text
792 \end_layout
793
794 \end_inset
795
796  is used.
797  This mode is invoked with the shortcut 
798 \begin_inset Info
799 type  "shortcut"
800 arg   "font-default"
801 \end_inset
802
803  or by the insertion of the command 
804 \series bold
805
806 \backslash
807 text
808 \series default
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Commands ! T ! 
815 \backslash
816 text
817 \end_layout
818
819 \end_inset
820
821 .
822  The text appears black in \SpecialChar LyX
823  and can therefore be distinguished from the
824  other formula parts which appear blue.
825  In the output mathematical text is set upright, in contrary to other formula
826  parts.
827 \end_layout
828
829 \begin_layout Subsection*
830 Command Scheme
831 \end_layout
832
833 \begin_layout Standard
834 Most of the \SpecialChar LaTeX
835 -commands for math constructs have the following scheme:
836 \end_layout
837
838 \begin_layout Standard
839
840 \series bold
841
842 \backslash
843 commandname[optional
844 \series default
845  
846 \series bold
847 argument]{required
848 \series default
849  
850 \series bold
851 argument}
852 \end_layout
853
854 \begin_layout Standard
855 A command always starts with a backslash 
856 \begin_inset Quotes gld
857 \end_inset
858
859
860 \series bold
861
862 \backslash
863
864 \series default
865
866 \begin_inset Quotes grd
867 \end_inset
868
869 .
870  To omit optional arguments, also omit the associated brackets.
871  The braces around the required arguments are named in this document as
872  \SpecialChar TeX
873  braces
874 \begin_inset Index idx
875 status collapsed
876
877 \begin_layout Plain Layout
878 T@\SpecialChar TeX
879 -braces
880 \end_layout
881
882 \end_inset
883
884 .
885  If you add in a formula a left brace to a command name, \SpecialChar LyX
886  automatically
887  creates a \SpecialChar TeX
888  brace.
889  In all other cases \SpecialChar TeX
890  braces are created in formulas with the command 
891 \series bold
892
893 \backslash
894 {
895 \series default
896 .
897  \SpecialChar TeX
898  braces appear red in \SpecialChar LyX
899 , in contrary to normal braces which appear blue.
900  In \SpecialChar TeX
901  mode no command is needed to get \SpecialChar TeX
902  braces.
903  \SpecialChar TeX
904  braces don't appear in the output.
905 \end_layout
906
907 \begin_layout Standard
908 When commands without arguments, like commands for symbols are entered in
909  \SpecialChar TeX
910  mode, a space character must 
911 \emph on
912 always
913 \emph default
914  be behind the command to end it.
915  This space doesn't appear in the output.
916  When the space should appear in the output, the space must be followed
917  by a protected space in normal text.
918 \end_layout
919
920 \begin_layout Standard
921 A protected space is inserted with 
922 \begin_inset Info
923 type  "shortcuts"
924 arg   "command-alternatives space-insert protected ; math-space"
925 \end_inset
926
927 .
928 \end_layout
929
930 \begin_layout Subsection*
931 \begin_inset Newpage newpage
932 \end_inset
933
934 Syntax Explanation
935 \end_layout
936
937 \begin_layout Itemize
938 The symbol 
939 \begin_inset space \textvisiblespace{}
940 \end_inset
941
942  denotes a space character to be input.
943 \end_layout
944
945 \begin_layout Itemize
946 An arrow like 
947 \begin_inset Formula $\to$
948 \end_inset
949
950  denotes the usage of the corresponding arrow key on the keyboard.
951  The 
952 \family sans
953 Tab
954 \family default
955  key can often be used instead of 
956 \begin_inset Formula $\to$
957 \end_inset
958
959  and 
960 \begin_inset Formula $\downarrow$
961 \end_inset
962
963 , and 
964 \family sans
965 Shift+Tab
966 \family default
967  instead of 
968 \begin_inset Formula $\leftarrow$
969 \end_inset
970
971  and 
972 \begin_inset Formula $\uparrow$
973 \end_inset
974
975 .
976 \end_layout
977
978 \begin_layout Subsection*
979 Available units
980 \end_layout
981
982 \begin_layout Standard
983 \align center
984 \begin_inset Float table
985 placement H
986 alignment document
987 wide false
988 sideways false
989 status open
990
991 \begin_layout Plain Layout
992 \align center
993 \begin_inset Caption Standard
994
995 \begin_layout Plain Layout
996 \begin_inset CommandInset label
997 LatexCommand label
998 name "tab:Available-units"
999
1000 \end_inset
1001
1002 Available units
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \end_layout
1009
1010 \begin_layout Plain Layout
1011 \align center
1012 \begin_inset Tabular
1013 <lyxtabular version="3" rows="13" columns="2">
1014 <features booktabs="true" tabularvalignment="middle">
1015 <column alignment="center" valignment="top">
1016 <column alignment="center" valignment="top" width="0pt">
1017 <row>
1018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1019 \begin_inset Text
1020
1021 \begin_layout Plain Layout
1022 Unit
1023 \end_layout
1024
1025 \end_inset
1026 </cell>
1027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 Name / Description
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 </row>
1037 <row>
1038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 mm
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 Millimeter
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 </row>
1057 <row>
1058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 cm
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 Centimeter
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 </row>
1077 <row>
1078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 in
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 Inch (1
1092 \begin_inset space \thinspace{}
1093 \end_inset
1094
1095 in = 2,54
1096 \begin_inset space \thinspace{}
1097 \end_inset
1098
1099 cm)
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 pt
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 Point (72.27
1120 \begin_inset space \thinspace{}
1121 \end_inset
1122
1123 pt = 1
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 in)
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 pc
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 Pica (1
1148 \begin_inset space \thinspace{}
1149 \end_inset
1150
1151 pc = 12
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 sp
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 scaled point (65536
1176 \begin_inset space \thinspace{}
1177 \end_inset
1178
1179 sp = 1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 pt)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 bp
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 big point (72
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 bp = 1
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 in)
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 dd
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 Didot (1
1232 \begin_inset space \thinspace{}
1233 \end_inset
1234
1235 dd 
1236 \begin_inset Formula $\approx$
1237 \end_inset
1238
1239  0.376
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 mm)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 cc
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Cicero (1
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 cc = 12
1268 \begin_inset space \thinspace{}
1269 \end_inset
1270
1271 dd)
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 ex
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 Height of letter 
1292 \emph on
1293
1294 \begin_inset Quotes eld
1295 \end_inset
1296
1297 x
1298 \emph default
1299
1300 \begin_inset Quotes erd
1301 \end_inset
1302
1303  in the current font
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 em
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 width of letter 
1324 \begin_inset Quotes eld
1325 \end_inset
1326
1327
1328 \emph on
1329 M
1330 \emph default
1331
1332 \begin_inset Quotes erd
1333 \end_inset
1334
1335  in the current font
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 mu
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 math unit (1
1356 \begin_inset space \thinspace{}
1357 \end_inset
1358
1359 mu = 
1360 \begin_inset Formula $\nicefrac{1}{18}$
1361 \end_inset
1362
1363
1364 \begin_inset space \thinspace{}
1365 \end_inset
1366
1367 em)
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 </row>
1373 </lyxtabular>
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \begin_layout Standard
1386 \begin_inset Newpage newpage
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \begin_layout Section
1393 Basic Functions
1394 \end_layout
1395
1396 \begin_layout Subsection
1397 Exponents
1398 \begin_inset Index idx
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402 Exponents
1403 \end_layout
1404
1405 \end_inset
1406
1407  and Indices
1408 \begin_inset Index idx
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 Indices
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Superscripts|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Exponents
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 Subscripts|see
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 {
1461 \end_layout
1462
1463 \end_inset
1464
1465 Indices
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 }
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \end_layout
1483
1484 \begin_layout Standard
1485 Indices are created with an underscore 
1486 \begin_inset Quotes eld
1487 \end_inset
1488
1489 _
1490 \begin_inset Quotes erd
1491 \end_inset
1492
1493  or via the math toolbar button 
1494 \begin_inset Info
1495 type  "icon"
1496 arg   "math-subscript"
1497 \end_inset
1498
1499 , exponents with a caret 
1500 \begin_inset Quotes eld
1501 \end_inset
1502
1503 ^
1504 \begin_inset Quotes erd
1505 \end_inset
1506
1507  or via the math toolbar button 
1508 \begin_inset Info
1509 type  "icon"
1510 arg   "math-superscript"
1511 \end_inset
1512
1513 .
1514 \end_layout
1515
1516 \begin_layout Standard
1517 \align center
1518 \begin_inset Tabular
1519 <lyxtabular version="3" rows="4" columns="2">
1520 <features booktabs="true" tabularvalignment="middle">
1521 <column alignment="center" valignment="top" width="0pt">
1522 <column alignment="center" valignment="top" width="0pt">
1523 <row>
1524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1525 \begin_inset Text
1526
1527 \begin_layout Plain Layout
1528 Command
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Plain Layout
1537 Result
1538 \end_layout
1539
1540 \end_inset
1541 </cell>
1542 </row>
1543 <row>
1544 <cell alignment="center" valignment="top" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 B_V
1549 \end_layout
1550
1551 \end_inset
1552 </cell>
1553 <cell alignment="center" valignment="top" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 \begin_inset Formula $B_{V}$
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row topspace="1.5mm">
1567 <cell alignment="center" valignment="top" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B^V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B^{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row topspace="1.5mm">
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^
1595 \begin_inset space \textvisiblespace{}
1596 \end_inset
1597
1598 A
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $B^{A}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 </lyxtabular>
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \begin_layout Standard
1624 As the caret is in some languages an accent, vowels will be accentuated
1625  in this case and not set as exponents
1626 \begin_inset Foot
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630 Depending on the used keyboard settings this can also happen for characters
1631  other than vowels.
1632 \end_layout
1633
1634 \end_inset
1635
1636 .
1637  To get exponents in this case, press 
1638 \family sans
1639 Space
1640 \family default
1641  after the caret as in the last example.
1642 \end_layout
1643
1644 \begin_layout Subsection
1645 Fractions
1646 \begin_inset CommandInset label
1647 LatexCommand label
1648 name "subsec:Fractions"
1649
1650 \end_inset
1651
1652
1653 \begin_inset Index idx
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Fractions
1658 \end_layout
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Standard
1666 Fractions are generated with the command 
1667 \series bold
1668
1669 \backslash
1670 frac
1671 \series default
1672
1673 \begin_inset Index idx
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 Commands ! F ! 
1678 \backslash
1679 frac
1680 \end_layout
1681
1682 \end_inset
1683
1684  or via the math toolbar button 
1685 \begin_inset Info
1686 type  "icon"
1687 arg   "math-insert \\frac"
1688 \end_inset
1689
1690 .
1691  The font size is adjusted automatically, depending on whether the fraction
1692  is in an inline or display style formula.
1693  With the math toolbar button 
1694 \begin_inset Info
1695 type  "icon"
1696 arg   "math-insert \\frac-square"
1697 \end_inset
1698
1699  you can select different fraction types.
1700 \end_layout
1701
1702 \begin_layout Standard
1703 With the command 
1704 \series bold
1705
1706 \backslash
1707 dfrac
1708 \series default
1709
1710 \begin_inset Index idx
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Commands ! D ! 
1715 \backslash
1716 dfrac
1717 \end_layout
1718
1719 \end_inset
1720
1721  a fraction can be created that always has the size of a display style formula.
1722  With 
1723 \series bold
1724
1725 \backslash
1726 tfrac
1727 \series default
1728
1729 \begin_inset Index idx
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 Commands ! T ! 
1734 \backslash
1735 tfrac
1736 \end_layout
1737
1738 \end_inset
1739
1740  the fraction appears always with the size of an inline formula.
1741  An example:
1742 \end_layout
1743
1744 \begin_layout Standard
1745 A line with the fraction 
1746 \begin_inset Formula $\frac{1}{2}$
1747 \end_inset
1748
1749  that was created with the command 
1750 \series bold
1751
1752 \backslash
1753 frac
1754 \series default
1755 .
1756 \end_layout
1757
1758 \begin_layout Standard
1759 A line with the fraction 
1760 \begin_inset Formula $\dfrac{1}{2}$
1761 \end_inset
1762
1763  that was created with the command 
1764 \series bold
1765
1766 \backslash
1767 dfrac
1768 \series default
1769 .
1770 \end_layout
1771
1772 \begin_layout Standard
1773 \align center
1774 \begin_inset Tabular
1775 <lyxtabular version="3" rows="4" columns="2">
1776 <features booktabs="true" tabularvalignment="middle">
1777 <column alignment="center" valignment="top" width="0pt">
1778 <column alignment="center" valignment="top" width="0pt">
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784 Command
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Result
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 </row>
1799 <row topspace="1.5mm">
1800 <cell alignment="center" valignment="top" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \backslash
1806 frac
1807 \begin_inset space \textvisiblespace{}
1808 \end_inset
1809
1810 A
1811 \begin_inset Formula $\downarrow$
1812 \end_inset
1813
1814 B
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823 \begin_inset Formula $\frac{A}{B}$
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 </row>
1832 <row topspace="2mm">
1833 <cell alignment="center" valignment="top" usebox="none">
1834 \begin_inset Text
1835
1836 \begin_layout Plain Layout
1837
1838 \backslash
1839 dfrac
1840 \begin_inset space \textvisiblespace{}
1841 \end_inset
1842
1843 A
1844 \begin_inset Formula $\downarrow$
1845 \end_inset
1846
1847 B
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856 \begin_inset Formula $\dfrac{A}{B}$
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 </row>
1865 <row topspace="2mm" bottomspace="1mm">
1866 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \backslash
1872 dfrac
1873 \begin_inset space \textvisiblespace{}
1874 \end_inset
1875
1876 e^
1877 \backslash
1878 frac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 1
1883 \begin_inset Formula $\downarrow$
1884 \end_inset
1885
1886 2
1887 \begin_inset Formula $\downarrow\downarrow$
1888 \end_inset
1889
1890 3
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 </row>
1908 </lyxtabular>
1909
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \begin_layout Standard
1916 \begin_inset VSpace bigskip
1917 \end_inset
1918
1919
1920 \begin_inset Newpage newpage
1921 \end_inset
1922
1923 For nested fractions the command 
1924 \series bold
1925
1926 \backslash
1927 cfrac
1928 \series default
1929
1930 \begin_inset Index idx
1931 status collapsed
1932
1933 \begin_layout Plain Layout
1934 Commands ! C ! 
1935 \backslash
1936 cfrac
1937 \end_layout
1938
1939 \end_inset
1940
1941  can be used.
1942  Here is an example:
1943 \begin_inset VSpace -3mm
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950 \begin_inset Formula 
1951 \begin{align*}
1952 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1953 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1954 \end{align*}
1955
1956 \end_inset
1957
1958
1959 \end_layout
1960
1961 \begin_layout Standard
1962 The command for the example above is:
1963 \end_layout
1964
1965 \begin_layout Standard
1966
1967 \series bold
1968
1969 \backslash
1970 cfrac
1971 \begin_inset space \textvisiblespace{}
1972 \end_inset
1973
1974 A
1975 \begin_inset Formula $\downarrow$
1976 \end_inset
1977
1978 B+
1979 \backslash
1980 cfrac
1981 \begin_inset space \textvisiblespace{}
1982 \end_inset
1983
1984 C+
1985 \backslash
1986 cfrac
1987 \begin_inset space \textvisiblespace{}
1988 \end_inset
1989
1990 E
1991 \begin_inset Formula $\downarrow$
1992 \end_inset
1993
1994 F
1995 \begin_inset Formula $\downarrow$
1996 \end_inset
1997
1998 D
1999 \end_layout
2000
2001 \begin_layout Standard
2002 \begin_inset VSpace medskip
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \begin_layout Standard
2009
2010 \series bold
2011
2012 \backslash
2013 cfrac
2014 \series default
2015  sets the fraction always in the size of a displayed formula, also when
2016  it is part of another fraction.
2017 \end_layout
2018
2019 \begin_layout Standard
2020 It is possible to specify the alignment of the numerator.
2021  The command 
2022 \series bold
2023
2024 \backslash
2025 cfracleft
2026 \series default
2027  is used to left align it, the command 
2028 \series bold
2029
2030 \backslash
2031 cfracright
2032 \series default
2033  to right-align it.
2034  
2035 \series bold
2036
2037 \backslash
2038 cfrac
2039 \series default
2040  centers the numerator.
2041  These fractions demonstrate the different alignments:
2042 \end_layout
2043
2044 \begin_layout Standard
2045
2046 \series bold
2047 \begin_inset Formula 
2048 \[
2049 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2050 \]
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 \begin_inset Note Greyedout
2059 status open
2060
2061 \begin_layout Plain Layout
2062
2063 \series bold
2064 Note:
2065 \series default
2066  
2067 \series bold
2068
2069 \backslash
2070 cfracleft
2071 \series default
2072  and 
2073 \series bold
2074
2075 \backslash
2076 cfracright
2077 \series default
2078  are no real \SpecialChar LaTeX
2079  commands but represent the command 
2080 \series bold
2081
2082 \backslash
2083 cfrac[alignment]{numerator}{denominator}
2084 \series default
2085  .
2086  Therefore you cannot use them in \SpecialChar TeX
2087  code.
2088 \end_layout
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Standard
2096 \begin_inset VSpace medskip
2097 \end_inset
2098
2099 It is often advantageous to combine 
2100 \series bold
2101
2102 \backslash
2103 cfrac
2104 \series default
2105  and 
2106 \series bold
2107
2108 \backslash
2109 frac
2110 \series default
2111 :
2112 \begin_inset Formula 
2113 \[
2114 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2115 \]
2116
2117 \end_inset
2118
2119
2120 \end_layout
2121
2122 \begin_layout Standard
2123 For inline fractions with a sloped fraction stroke you can use the command
2124  
2125 \series bold
2126
2127 \backslash
2128 nicefrac
2129 \series default
2130
2131 \begin_inset Index idx
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135 Commands ! N ! 
2136 \backslash
2137 nicefrac
2138 \end_layout
2139
2140 \end_inset
2141
2142
2143 \begin_inset Formula $\nicefrac{5}{31}$
2144 \end_inset
2145
2146  or 
2147 \series bold
2148
2149 \backslash
2150 unitfrac
2151 \series default
2152
2153 \begin_inset Index idx
2154 status collapsed
2155
2156 \begin_layout Plain Layout
2157 Commands ! U ! 
2158 \backslash
2159 unitfrac
2160 \end_layout
2161
2162 \end_inset
2163
2164
2165 \begin_inset Formula $\unitfrac{5}{31}$
2166 \end_inset
2167
2168  There is furthermore the command 
2169 \series bold
2170
2171 \backslash
2172 unitfracthree
2173 \series default
2174  that offers to write a fraction in combination with a number: 
2175 \begin_inset Formula $\unitfrac[2]{1}{3}$
2176 \end_inset
2177
2178
2179 \end_layout
2180
2181 \begin_layout Standard
2182 \begin_inset Note Greyedout
2183 status open
2184
2185 \begin_layout Plain Layout
2186
2187 \series bold
2188 Note:
2189 \series default
2190  
2191 \series bold
2192
2193 \backslash
2194 unitfracthree
2195 \series default
2196  is not a real \SpecialChar LaTeX
2197  command but the command
2198 \begin_inset Newline newline
2199 \end_inset
2200
2201
2202 \series bold
2203
2204 \backslash
2205 unitfrac[number]{numerator}{denominator}
2206 \series default
2207  .
2208  Therefore you cannot use it in \SpecialChar TeX
2209  code.
2210 \end_layout
2211
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 How to define own fractions where the fraction stroke can be changed, is
2219  explained in 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "subsec:Self-defined-Fractions"
2223
2224 \end_inset
2225
2226 .
2227 \end_layout
2228
2229 \begin_layout Standard
2230 Multiline fractions are explained in 
2231 \begin_inset CommandInset ref
2232 LatexCommand ref
2233 reference "subsec:Multiline-Fractions"
2234
2235 \end_inset
2236
2237 .
2238 \end_layout
2239
2240 \begin_layout Subsection
2241 Roots
2242 \begin_inset Index idx
2243 status collapsed
2244
2245 \begin_layout Plain Layout
2246 Roots
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \begin_layout Standard
2255 Square roots are created with 
2256 \series bold
2257
2258 \backslash
2259 sqrt
2260 \series default
2261
2262 \begin_inset Index idx
2263 status collapsed
2264
2265 \begin_layout Plain Layout
2266 Commands ! S ! 
2267 \backslash
2268 sqrt
2269 \end_layout
2270
2271 \end_inset
2272
2273  or the math toolbar button 
2274 \begin_inset Info
2275 type  "icon"
2276 arg   "math-insert \\sqrt"
2277 \end_inset
2278
2279 , all other roots with the command 
2280 \series bold
2281
2282 \backslash
2283 root
2284 \series default
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Commands ! R ! 
2291 \backslash
2292 root
2293 \end_layout
2294
2295 \end_inset
2296
2297  or with the math toolbar button 
2298 \begin_inset Info
2299 type  "icon"
2300 arg   "math-insert \\root"
2301 \end_inset
2302
2303 .
2304 \end_layout
2305
2306 \begin_layout Standard
2307 \align center
2308 \begin_inset Tabular
2309 <lyxtabular version="3" rows="3" columns="2">
2310 <features booktabs="true" tabularvalignment="middle">
2311 <column alignment="center" valignment="top" width="0pt">
2312 <column alignment="center" valignment="top" width="0pt">
2313 <row>
2314 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2315 \begin_inset Text
2316
2317 \begin_layout Plain Layout
2318 Command
2319 \end_layout
2320
2321 \end_inset
2322 </cell>
2323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327 Result
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 </row>
2333 <row topspace="1mm">
2334 <cell alignment="center" valignment="top" usebox="none">
2335 \begin_inset Text
2336
2337 \begin_layout Plain Layout
2338
2339 \backslash
2340 sqrt
2341 \begin_inset space \textvisiblespace{}
2342 \end_inset
2343
2344 A-B
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 <cell alignment="center" valignment="top" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 \begin_inset Formula $\sqrt{A-B}$
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 </row>
2362 <row topspace="1mm">
2363 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \backslash
2369 root
2370 \begin_inset space \textvisiblespace{}
2371 \end_inset
2372
2373 3
2374 \begin_inset Formula $\downarrow$
2375 \end_inset
2376
2377 A-B
2378 \end_layout
2379
2380 \end_inset
2381 </cell>
2382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386 \begin_inset Formula $\sqrt[3]{A-B}$
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 </lyxtabular>
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \begin_layout Standard
2403 A square root can also be created with 
2404 \series bold
2405
2406 \backslash
2407 root
2408 \series default
2409  when the root index field is left empty.
2410 \end_layout
2411
2412 \begin_layout Standard
2413 With certain indices the distance to the root is too small, like in this
2414  formula: 
2415 \begin_inset Formula $\sqrt[\beta]{B}$
2416 \end_inset
2417
2418
2419 \begin_inset Newline newline
2420 \end_inset
2421
2422 The 
2423 \begin_inset Formula $\beta$
2424 \end_inset
2425
2426  touches the root.
2427  To avoid this, the commands 
2428 \series bold
2429
2430 \backslash
2431 leftroot
2432 \series default
2433
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 Commands ! L ! 
2439 \backslash
2440 leftroot
2441 \end_layout
2442
2443 \end_inset
2444
2445  and 
2446 \series bold
2447
2448 \backslash
2449 uproot
2450 \series default
2451
2452 \begin_inset Index idx
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456 Commands ! U ! 
2457 \backslash
2458 uproot
2459 \end_layout
2460
2461 \end_inset
2462
2463  are used with the following scheme:
2464 \end_layout
2465
2466 \begin_layout Standard
2467
2468 \series bold
2469
2470 \backslash
2471 leftroot{distance}
2472 \series default
2473  and 
2474 \series bold
2475
2476 \backslash
2477 uproot{distance}
2478 \end_layout
2479
2480 \begin_layout Standard
2481 Distance is the number of Big Points (unit bp; 
2482 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2483 \end_inset
2484
2485 ), that the index should be moved to the left or top, resp..
2486  The commands are written to the index.
2487  This way the command
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491
2492 \series bold
2493
2494 \backslash
2495 root
2496 \backslash
2497 leftroot{-1
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501
2502 \backslash
2503 uproot{2
2504 \begin_inset Formula $\to$
2505 \end_inset
2506
2507
2508 \backslash
2509 beta
2510 \begin_inset space \textvisiblespace{}
2511 \end_inset
2512
2513
2514 \begin_inset Formula $\to$
2515 \end_inset
2516
2517 B
2518 \begin_inset Newline newline
2519 \end_inset
2520
2521
2522 \series default
2523 produces a correct typeset formula: 
2524 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \begin_layout Subsection
2531 Binomial Coefficients
2532 \begin_inset Index idx
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536 Binomial coefficients
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Standard
2545 Binomial coefficients are inserted with the command 
2546 \series bold
2547
2548 \backslash
2549 binom
2550 \series default
2551
2552 \begin_inset Index idx
2553 status collapsed
2554
2555 \begin_layout Plain Layout
2556 Commands ! B ! 
2557 \backslash
2558 binom
2559 \end_layout
2560
2561 \end_inset
2562
2563  or with the submenu of the math toolbar button 
2564 \begin_inset Info
2565 type  "icon"
2566 arg   "math-insert \\frac-square"
2567 \end_inset
2568
2569 .
2570  As with fractions (
2571 \series bold
2572
2573 \backslash
2574 frac
2575 \series default
2576 ) in addition to 
2577 \series bold
2578
2579 \backslash
2580 binom
2581 \series default
2582  there are the commands 
2583 \series bold
2584
2585 \backslash
2586 dbinom
2587 \series default
2588
2589 \begin_inset Index idx
2590 status collapsed
2591
2592 \begin_layout Plain Layout
2593 Commands ! D ! 
2594 \backslash
2595 dbinom
2596 \end_layout
2597
2598 \end_inset
2599
2600  and 
2601 \series bold
2602
2603 \backslash
2604 tbinom
2605 \series default
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Commands ! T ! 
2612 \backslash
2613 tbinom
2614 \end_layout
2615
2616 \end_inset
2617
2618 .
2619  For other brackets around binomial coeficients there are the commands 
2620 \series bold
2621
2622 \backslash
2623 brace
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 Commands ! B ! 
2631 \backslash
2632 brace
2633 \end_layout
2634
2635 \end_inset
2636
2637  and 
2638 \series bold
2639
2640 \backslash
2641 brack
2642 \series default
2643
2644 \begin_inset Index idx
2645 status collapsed
2646
2647 \begin_layout Plain Layout
2648 Commands ! B ! 
2649 \backslash
2650 brack
2651 \end_layout
2652
2653 \end_inset
2654
2655 .
2656 \end_layout
2657
2658 \begin_layout Standard
2659 \align center
2660 \begin_inset Tabular
2661 <lyxtabular version="3" rows="6" columns="2">
2662 <features booktabs="true" tabularvalignment="middle">
2663 <column alignment="center" valignment="top" width="0pt">
2664 <column alignment="center" valignment="top" width="0pt">
2665 <row>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670 Command
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2676 \begin_inset Text
2677
2678 \begin_layout Plain Layout
2679 Result
2680 \end_layout
2681
2682 \end_inset
2683 </cell>
2684 </row>
2685 <row topspace="1mm">
2686 <cell alignment="center" valignment="top" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \backslash
2692 binom
2693 \begin_inset space \textvisiblespace{}
2694 \end_inset
2695
2696 A
2697 \begin_inset Formula $\downarrow$
2698 \end_inset
2699
2700 B
2701 \end_layout
2702
2703 \end_inset
2704 </cell>
2705 <cell alignment="center" valignment="top" usebox="none">
2706 \begin_inset Text
2707
2708 \begin_layout Plain Layout
2709 \begin_inset Formula $\binom{A}{B}$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 </row>
2718 <row topspace="2mm">
2719 <cell alignment="center" valignment="top" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \backslash
2725 dbinom
2726 \begin_inset space \textvisiblespace{}
2727 \end_inset
2728
2729 A
2730 \begin_inset Formula $\downarrow$
2731 \end_inset
2732
2733 B
2734 \end_layout
2735
2736 \end_inset
2737 </cell>
2738 <cell alignment="center" valignment="top" usebox="none">
2739 \begin_inset Text
2740
2741 \begin_layout Plain Layout
2742 \begin_inset Formula $\dbinom{A}{B}$
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 </row>
2751 <row topspace="2mm" bottomspace="0.5mm">
2752 <cell alignment="center" valignment="top" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Plain Layout
2756
2757 \backslash
2758 tbinom
2759 \begin_inset space \textvisiblespace{}
2760 \end_inset
2761
2762 A
2763 \begin_inset Formula $\downarrow$
2764 \end_inset
2765
2766 B
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775 \begin_inset Formula $\tbinom{A}{B}$
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 </row>
2784 <row topspace="1mm">
2785 <cell alignment="center" valignment="top" topline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789
2790 \backslash
2791 brack
2792 \begin_inset space \textvisiblespace{}
2793 \end_inset
2794
2795 A
2796 \begin_inset Formula $\downarrow$
2797 \end_inset
2798
2799 B
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 <cell alignment="center" valignment="top" topline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Plain Layout
2808 \begin_inset Formula ${A \brack B}$
2809 \end_inset
2810
2811
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 </row>
2817 <row topspace="2mm" bottomspace="0.5mm">
2818 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \backslash
2824 brace
2825 \begin_inset space \textvisiblespace{}
2826 \end_inset
2827
2828 A
2829 \begin_inset Formula $\downarrow$
2830 \end_inset
2831
2832 B
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841 \begin_inset Formula ${A \brace B}$
2842 \end_inset
2843
2844
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 </lyxtabular>
2851
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \begin_layout Subsection
2858 Case Differentiations
2859 \begin_inset Index idx
2860 status collapsed
2861
2862 \begin_layout Plain Layout
2863 Case differentiations 
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \begin_layout Standard
2872 \align center
2873 \begin_inset Tabular
2874 <lyxtabular version="3" rows="3" columns="2">
2875 <features booktabs="true" tabularvalignment="middle">
2876 <column alignment="center" valignment="top" width="0pt">
2877 <column alignment="center" valignment="top" width="0pt">
2878 <row>
2879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883 Command
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892 Result
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \backslash
2905 cases
2906 \begin_inset space \textvisiblespace{}
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\to$
2911 \end_inset
2912
2913 B>0
2914 \begin_inset Index idx
2915 status collapsed
2916
2917 \begin_layout Plain Layout
2918 Commands ! C ! 
2919 \backslash
2920 cases
2921 \end_layout
2922
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934 \begin_inset Formula $\begin{cases}
2935 A & B>0\end{cases}$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row topspace="1.5mm">
2945 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \backslash
2951 cases
2952 \begin_inset space \textvisiblespace{}
2953 \end_inset
2954
2955
2956 \begin_inset Info
2957 type  "shortcut"
2958 arg   "newline-insert newline"
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 \begin_inset Formula $\begin{cases}
2971 A & \textrm{for }x>0\\
2972 B & \textrm{for }x=0
2973 \end{cases}$
2974 \end_inset
2975
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 </lyxtabular>
2983
2984 \end_inset
2985
2986
2987 \end_layout
2988
2989 \begin_layout Standard
2990 After inserting 
2991 \series bold
2992
2993 \backslash
2994 cases
2995 \series default
2996  or pressing the math toolbar button 
2997 \begin_inset Info
2998 type  "icon"
2999 arg   "math-insert \\cases"
3000 \end_inset
3001
3002  you can create new lines with the shortcut 
3003 \begin_inset Info
3004 type  "shortcut"
3005 arg   "newline-insert newline"
3006 \end_inset
3007
3008  or the table toolbar button 
3009 \begin_inset Info
3010 type  "icon"
3011 arg   "tabular-feature append-row"
3012 \end_inset
3013
3014 .
3015 \end_layout
3016
3017 \begin_layout Standard
3018 The command 
3019 \series bold
3020
3021 \backslash
3022 cases
3023 \series default
3024  is also available via the menu 
3025 \family sans
3026 Insert\SpecialChar menuseparator
3027 Math\SpecialChar menuseparator
3028 Cases-Environment
3029 \family default
3030 .
3031 \end_layout
3032
3033 \begin_layout Subsection
3034 Negations
3035 \begin_inset Index idx
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039 Negations
3040 \end_layout
3041
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \begin_layout Standard
3048 By inserting 
3049 \series bold
3050
3051 \backslash
3052 not
3053 \series default
3054
3055 \begin_inset Index idx
3056 status collapsed
3057
3058 \begin_layout Plain Layout
3059 Commands ! N ! 
3060 \backslash
3061 not
3062 \end_layout
3063
3064 \end_inset
3065
3066  every character can be displayed canceled.
3067  The characters are quasi accentuated by a slash.
3068 \end_layout
3069
3070 \begin_layout Standard
3071 \align center
3072 \begin_inset Tabular
3073 <lyxtabular version="3" rows="4" columns="2">
3074 <features booktabs="true" tabularvalignment="middle">
3075 <column alignment="center" valignment="top" width="0pt">
3076 <column alignment="center" valignment="top" width="0pt">
3077 <row>
3078 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 Command
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091 Result
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 <row>
3098 <cell alignment="center" valignment="top" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \backslash
3104 not=
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 \begin_inset Formula $\not=$
3114 \end_inset
3115
3116
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 </row>
3122 <row>
3123 <cell alignment="center" valignment="top" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \backslash
3129 not 
3130 \backslash
3131 le
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 \begin_inset Formula $\not\le$
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row>
3150 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \backslash
3156 not 
3157 \backslash
3158 parallel
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\not\parallel$
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 </lyxtabular>
3177
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \begin_layout Standard
3184 The last example shows that not all negations look good.
3185  Therefore there are special commands for some negations (see 
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "subsec:Mathematical-Symbols"
3189
3190 \end_inset
3191
3192  and 
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "sec:Relations"
3196
3197 \end_inset
3198
3199 ).
3200 \end_layout
3201
3202 \begin_layout Subsection
3203 Placeholders
3204 \begin_inset CommandInset label
3205 LatexCommand label
3206 name "subsec:Placeholders"
3207
3208 \end_inset
3209
3210
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Placeholders
3216 \end_layout
3217
3218 \end_inset
3219
3220
3221 \begin_inset Index idx
3222 status collapsed
3223
3224 \begin_layout Plain Layout
3225 Chemical characters ! Isotopes
3226 \end_layout
3227
3228 \end_inset
3229
3230
3231 \begin_inset Index idx
3232 status collapsed
3233
3234 \begin_layout Plain Layout
3235 Isotopes|see
3236 \begin_inset ERT
3237 status collapsed
3238
3239 \begin_layout Plain Layout
3240
3241 {
3242 \end_layout
3243
3244 \end_inset
3245
3246 Chemical characters
3247 \begin_inset ERT
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251
3252 }
3253 \end_layout
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 When displaying e.
3267 \begin_inset space \thinspace{}
3268 \end_inset
3269
3270 g.
3271 \begin_inset space \space{}
3272 \end_inset
3273
3274 isotopes
3275 \begin_inset Foot
3276 status collapsed
3277
3278 \begin_layout Plain Layout
3279 Typesetting isotopes and chemical symbols is described in 
3280 \begin_inset CommandInset ref
3281 LatexCommand ref
3282 reference "subsec:Chemical-Symbols-and"
3283
3284 \end_inset
3285
3286 .
3287 \end_layout
3288
3289 \end_inset
3290
3291  the following problem occurs:
3292 \end_layout
3293
3294 \begin_layout Standard
3295 \align center
3296 \begin_inset Tabular
3297 <lyxtabular version="3" rows="2" columns="2">
3298 <features booktabs="true" tabularvalignment="middle">
3299 <column alignment="center" valignment="top" width="0pt">
3300 <column alignment="center" valignment="top" width="0pt">
3301 <row>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Indices created with sub- and superscripts:
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3316 \end_inset
3317
3318
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row topspace="1.5mm">
3325 <cell alignment="center" valignment="top" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 correct indices:
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 <cell alignment="center" valignment="top" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 </lyxtabular>
3348
3349 \end_inset
3350
3351
3352 \end_layout
3353
3354 \begin_layout Standard
3355 The shorter index is by default placed below or above the first character
3356  of the longer index.
3357  To avoid this there is the command 
3358 \series bold
3359
3360 \backslash
3361 phantom
3362 \series default
3363
3364 \begin_inset Index idx
3365 status collapsed
3366
3367 \begin_layout Plain Layout
3368 Commands ! P ! 
3369 \backslash
3370 phantom
3371 \end_layout
3372
3373 \end_inset
3374
3375  or the math toolbar button
3376 \begin_inset space \thinspace{}
3377 \end_inset
3378
3379
3380 \begin_inset Foot
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384 can be found in the submenu of the toolbar button 
3385 \begin_inset Info
3386 type  "icon"
3387 arg   "math-insert \\space"
3388 \end_inset
3389
3390
3391 \end_layout
3392
3393 \end_inset
3394
3395  
3396 \begin_inset Info
3397 type  "icon"
3398 arg   "math/phantom"
3399 \end_inset
3400
3401  that creates one or more phantom characters.
3402  When inserting 
3403 \series bold
3404
3405 \backslash
3406 phantom
3407 \series default
3408  a small blue box appears that is superposed with two red arrows.
3409  The arrows indicate that the complete width and height of the box content
3410  will be created as placeholder.
3411  Phantom characters are accordingly placeholders with the size of the characters.
3412 \end_layout
3413
3414 \begin_layout Standard
3415 \align center
3416 \begin_inset Tabular
3417 <lyxtabular version="3" rows="4" columns="2">
3418 <features booktabs="true" tabularvalignment="middle">
3419 <column alignment="center" valignment="top" width="0pt">
3420 <column alignment="center" valignment="top" width="0pt">
3421 <row>
3422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 Command
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Result
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row topspace="1.5mm">
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 ^19
3447 \begin_inset space \textvisiblespace{}
3448 \end_inset
3449
3450 _
3451 \backslash
3452 phantom
3453 \begin_inset space \textvisiblespace{}
3454 \end_inset
3455
3456 1
3457 \begin_inset Formula $\to$
3458 \end_inset
3459
3460 9
3461 \begin_inset space \textvisiblespace{}
3462 \end_inset
3463
3464 F
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3474 \end_inset
3475
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 <row topspace="1.5mm" bottomspace="0.5mm">
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 ^235
3488 \begin_inset space \textvisiblespace{}
3489 \end_inset
3490
3491 _
3492 \backslash
3493 phantom
3494 \begin_inset space \textvisiblespace{}
3495 \end_inset
3496
3497 23
3498 \begin_inset Formula $\to$
3499 \end_inset
3500
3501 9
3502 \begin_inset space \textvisiblespace{}
3503 \end_inset
3504
3505 F
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3515 \end_inset
3516
3517
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row topspace="1.5mm" bottomspace="0.5mm">
3524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \backslash
3530 Lambda^
3531 \begin_inset space \textvisiblespace{}
3532 \end_inset
3533
3534
3535 \backslash
3536 phantom
3537 \begin_inset space \textvisiblespace{}
3538 \end_inset
3539
3540 ii
3541 \begin_inset Formula $\to$
3542 \end_inset
3543
3544 t
3545 \begin_inset space \textvisiblespace{}
3546 \end_inset
3547
3548 _MMt
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3558 \end_inset
3559
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 </lyxtabular>
3567
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \begin_layout Standard
3574 Furthermore there are the commands 
3575 \series bold
3576
3577 \backslash
3578 vphantom
3579 \series default
3580
3581 \begin_inset Index idx
3582 status collapsed
3583
3584 \begin_layout Plain Layout
3585 Commands ! V ! 
3586 \backslash
3587 vphantom
3588 \end_layout
3589
3590 \end_inset
3591
3592  (toolbar button 
3593 \begin_inset Info
3594 type  "icon"
3595 arg   "math/vphantom"
3596 \end_inset
3597
3598 ) and 
3599 \series bold
3600
3601 \backslash
3602 hphantom
3603 \series default
3604
3605 \begin_inset Index idx
3606 status collapsed
3607
3608 \begin_layout Plain Layout
3609 Commands ! H ! 
3610 \backslash
3611 hphantom
3612 \end_layout
3613
3614 \end_inset
3615
3616  (toolbar button 
3617 \begin_inset Info
3618 type  "icon"
3619 arg   "math/hphantom"
3620 \end_inset
3621
3622 ).
3623  
3624 \series bold
3625
3626 \backslash
3627 hphantom
3628 \series default
3629  creates only space for the maximal height of the characters in the box
3630  but not for its width.
3631  
3632 \series bold
3633
3634 \backslash
3635 vphantom
3636 \series default
3637  creates only space for the width of the box content.
3638  Therefore  the boxes of both commands have only one red arrow.
3639 \end_layout
3640
3641 \begin_layout Standard
3642 For example the command 
3643 \series bold
3644
3645 \backslash
3646 vphantom
3647 \begin_inset space \textvisiblespace{}
3648 \end_inset
3649
3650 a
3651 \backslash
3652 int
3653 \series default
3654  creates space for the height of the integral sign,
3655 \begin_inset Foot
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659 The command 
3660 \series bold
3661
3662 \backslash
3663 int
3664 \series default
3665  creates an integral sign, see 
3666 \begin_inset CommandInset ref
3667 LatexCommand ref
3668 reference "subsec:Big-Operators"
3669
3670 \end_inset
3671
3672 .
3673 \end_layout
3674
3675 \end_inset
3676
3677  because this is the larger character.
3678  An example application is in 
3679 \begin_inset CommandInset ref
3680 LatexCommand ref
3681 reference "subsec:Multiline-Brackets"
3682
3683 \end_inset
3684
3685 .
3686 \end_layout
3687
3688 \begin_layout Standard
3689 Placeholders can also be used for text when they are inserted via the menu
3690  
3691 \family sans
3692 Insert\SpecialChar menuseparator
3693 Formatting\SpecialChar menuseparator
3694 Phantom
3695 \family default
3696 :
3697 \end_layout
3698
3699 \begin_layout Standard
3700 This is a sentence.
3701 \begin_inset Newline newline
3702 \end_inset
3703
3704
3705 \begin_inset Phantom Phantom
3706 status open
3707
3708 \begin_layout Plain Layout
3709 This
3710 \end_layout
3711
3712 \end_inset
3713
3714  is a sentence.
3715 \end_layout
3716
3717 \begin_layout Subsection
3718 Lines
3719 \begin_inset Index idx
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723 Lines
3724 \end_layout
3725
3726 \end_inset
3727
3728
3729 \begin_inset Index idx
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733 Formula ! underlined
3734 \end_layout
3735
3736 \end_inset
3737
3738
3739 \end_layout
3740
3741 \begin_layout Standard
3742 \align center
3743 \begin_inset Tabular
3744 <lyxtabular version="3" rows="4" columns="2">
3745 <features booktabs="true" tabularvalignment="middle">
3746 <column alignment="center" valignment="top" width="0pt">
3747 <column alignment="center" valignment="top" width="0pt">
3748 <row>
3749 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Command
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 Result
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row topspace="2mm">
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \backslash
3775 overline
3776 \begin_inset space \textvisiblespace{}
3777 \end_inset
3778
3779 A+B
3780 \begin_inset Index idx
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784 Commands ! O ! 
3785 \backslash
3786 overline
3787 \end_layout
3788
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 \begin_inset Formula $\overline{A+B}$
3801 \end_inset
3802
3803
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 </row>
3809 <row bottomspace="1mm">
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814
3815 \backslash
3816 underline
3817 \begin_inset space \textvisiblespace{}
3818 \end_inset
3819
3820 A+B
3821 \begin_inset Index idx
3822 status collapsed
3823
3824 \begin_layout Plain Layout
3825 Commands ! U ! 
3826 \backslash
3827 underline
3828 \end_layout
3829
3830 \end_inset
3831
3832
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 \begin_inset Formula $\underline{A+B}$
3842 \end_inset
3843
3844
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row topspace="2mm" bottomspace="1mm">
3851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \backslash
3857 overline
3858 \begin_inset space \textvisiblespace{}
3859 \end_inset
3860
3861
3862 \backslash
3863 underline
3864 \begin_inset space \textvisiblespace{}
3865 \end_inset
3866
3867 A+B
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 \begin_inset Formula $\overline{\underline{A+B}}$
3877 \end_inset
3878
3879
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 </row>
3885 </lyxtabular>
3886
3887 \end_inset
3888
3889
3890 \end_layout
3891
3892 \begin_layout Standard
3893 In the last example it doesn't matter if first 
3894 \series bold
3895
3896 \backslash
3897 overline
3898 \series default
3899  or 
3900 \series bold
3901
3902 \backslash
3903 underline
3904 \series default
3905  is inserted.
3906 \end_layout
3907
3908 \begin_layout Standard
3909 To double underline use 
3910 \series bold
3911
3912 \backslash
3913 underline
3914 \series default
3915  twice.
3916 \end_layout
3917
3918 \begin_layout Standard
3919 It is possible to place up to 6 lines above or below characters.
3920 \end_layout
3921
3922 \begin_layout Standard
3923 \begin_inset VSpace bigskip
3924 \end_inset
3925
3926 Custom lines can be created using the command 
3927 \series bold
3928
3929 \backslash
3930 rule
3931 \series default
3932
3933 \begin_inset Index idx
3934 status collapsed
3935
3936 \begin_layout Plain Layout
3937 Commands ! R ! 
3938 \backslash
3939 rule
3940 \end_layout
3941
3942 \end_inset
3943
3944  which has the following scheme:
3945 \end_layout
3946
3947 \begin_layout Standard
3948
3949 \series bold
3950
3951 \backslash
3952 rule[vertical offset]{length}{thickness}
3953 \end_layout
3954
3955 \begin_layout Standard
3956 The optional vertical offset shifts the line upwards (or downwards, when
3957  the value is negative).
3958  The units listed in 
3959 \begin_inset CommandInset ref
3960 LatexCommand ref
3961 reference "tab:Available-units"
3962
3963 \end_inset
3964
3965  can be used for the values.
3966  Here are two example lines created with the commands
3967 \begin_inset Newline newline
3968 \end_inset
3969
3970
3971 \series bold
3972
3973 \backslash
3974 rule[-2ex]{3cm}{2pt}
3975 \series default
3976  and 
3977 \series bold
3978
3979 \backslash
3980 rule{2cm}{1pt}
3981 \series default
3982 :
3983 \end_layout
3984
3985 \begin_layout Standard
3986 This is a sentence 
3987 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3988 \end_inset
3989
3990  with two lines.
3991 \end_layout
3992
3993 \begin_layout Standard
3994
3995 \series bold
3996
3997 \backslash
3998 rule
3999 \series default
4000  can also be used for text when a line is inserted via the menu 
4001 \family sans
4002 Insert\SpecialChar menuseparator
4003 Formatting\SpecialChar menuseparator
4004 Horizontal
4005 \begin_inset space ~
4006 \end_inset
4007
4008 Line
4009 \family default
4010 :
4011 \end_layout
4012
4013 \begin_layout Standard
4014 This is a sentence 
4015 \begin_inset CommandInset line
4016 LatexCommand rule
4017 offset "0.5ex"
4018 width "3cm"
4019 height "1pt"
4020
4021 \end_inset
4022
4023  with one line.
4024 \end_layout
4025
4026 \begin_layout Subsection
4027 Ellipses
4028 \begin_inset CommandInset label
4029 LatexCommand label
4030 name "subsec:Ellipses"
4031
4032 \end_inset
4033
4034
4035 \begin_inset Index idx
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 Ellipses
4040 \end_layout
4041
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \begin_layout Standard
4048 There are different types of ellipses available.
4049 \begin_inset Foot
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053 In the math toolbar in the submenu of the button 
4054 \begin_inset Info
4055 type  "icon"
4056 arg   "math-insert \\ldots"
4057 \end_inset
4058
4059
4060 \end_layout
4061
4062 \end_inset
4063
4064  For listings dots at the baseline are used (
4065 \series bold
4066
4067 \backslash
4068 ldots
4069 \series default
4070
4071 \begin_inset Index idx
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075 Commands ! L ! 
4076 \backslash
4077 ldots
4078 \end_layout
4079
4080 \end_inset
4081
4082 ), while for operations dots are needed that are on the same height as the
4083  operators (
4084 \series bold
4085
4086 \backslash
4087 cdots
4088 \series default
4089
4090 \begin_inset Index idx
4091 status collapsed
4092
4093 \begin_layout Plain Layout
4094 Commands ! C ! 
4095 \backslash
4096 cdots
4097 \end_layout
4098
4099 \end_inset
4100
4101 ).
4102  When using the command 
4103 \series bold
4104
4105 \backslash
4106 dots
4107 \series default
4108
4109 \begin_inset Index idx
4110 status collapsed
4111
4112 \begin_layout Plain Layout
4113 Commands ! D ! 
4114 \backslash
4115 dots
4116 \end_layout
4117
4118 \end_inset
4119
4120 , \SpecialChar LaTeX
4121  decides on the basis of the next character what type is used.
4122 \end_layout
4123
4124 \begin_layout Standard
4125 \align center
4126 \begin_inset Tabular
4127 <lyxtabular version="3" rows="9" columns="2">
4128 <features booktabs="true" tabularvalignment="middle">
4129 <column alignment="center" valignment="top" width="0pt">
4130 <column alignment="center" valignment="top" width="0pt">
4131 <row>
4132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Command
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Result
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 A_1
4157 \begin_inset space \textvisiblespace{}
4158 \end_inset
4159
4160 ,
4161 \backslash
4162 dots
4163 \begin_inset space \textvisiblespace{}
4164 \end_inset
4165
4166 ,A_n
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 \begin_inset Formula $A_{1},\dots,A_{n}$
4176 \end_inset
4177
4178
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 A_1
4190 \begin_inset space \textvisiblespace{}
4191 \end_inset
4192
4193 +
4194 \backslash
4195 dots
4196 \begin_inset space \textvisiblespace{}
4197 \end_inset
4198
4199 +A_n
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 \begin_inset Formula $A_{1}+\dots+A_{n}$
4209 \end_inset
4210
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="center" valignment="top" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222 A_1
4223 \begin_inset space \textvisiblespace{}
4224 \end_inset
4225
4226 ,
4227 \backslash
4228 ldots
4229 \begin_inset space \textvisiblespace{}
4230 \end_inset
4231
4232 ,A_n
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 \begin_inset Formula $A_{1},\ldots,A_{n}$
4242 \end_inset
4243
4244
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 A_1
4256 \begin_inset space \textvisiblespace{}
4257 \end_inset
4258
4259 +
4260 \backslash
4261 cdots
4262 \begin_inset space \textvisiblespace{}
4263 \end_inset
4264
4265 +A_n
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4275 \end_inset
4276
4277
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \backslash
4290 vdots
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 \begin_inset Formula $\vdots$
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \backslash
4315 ddots
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 \begin_inset Formula $\ddots$
4325 \end_inset
4326
4327
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \backslash
4340 iddots
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $\iddots$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 3×3
4364 \begin_inset space \thinspace{}
4365 \end_inset
4366
4367 matrix with the different dots
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 \begin_inset Formula $\begin{array}{ccc}
4377 A_{11} & \cdots & A_{1m}\\
4378 \vdots & \ddots & \vdots\\
4379 A_{n1} & \cdots & A_{nm}
4380 \end{array}$
4381 \end_inset
4382
4383
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 </lyxtabular>
4390
4391 \end_inset
4392
4393
4394 \end_layout
4395
4396 \begin_layout Standard
4397 The ellipses available in menu 
4398 \family sans
4399 Insert\SpecialChar menuseparator
4400 Special
4401 \begin_inset space ~
4402 \end_inset
4403
4404 Character
4405 \family default
4406  are 
4407 \series bold
4408
4409 \backslash
4410 ldots
4411 \series default
4412 .
4413 \end_layout
4414
4415 \begin_layout Standard
4416 \begin_inset VSpace medskip
4417 \end_inset
4418
4419 To use 
4420 \series bold
4421
4422 \backslash
4423 iddots
4424 \series default
4425 , one of the options 
4426 \family sans
4427 Use mathdots package (automatically)
4428 \family default
4429  must be set in the document settings under 
4430 \family sans
4431 Math
4432 \begin_inset space ~
4433 \end_inset
4434
4435 Options
4436 \family default
4437 .
4438 \begin_inset Newline newline
4439 \end_inset
4440
4441 Using the option 
4442 \family sans
4443 Use mathdots package
4444 \family default
4445  will improve the appearance of all dots in the documents if their font
4446  style or size is not the default.
4447 \end_layout
4448
4449 \begin_layout Standard
4450 \begin_inset VSpace medskip
4451 \end_inset
4452
4453 Specially for matrices there are ellipses that span over several columns.
4454  They are created with the command 
4455 \series bold
4456
4457 \backslash
4458 hdotsfor
4459 \series default
4460
4461 \begin_inset Index idx
4462 status collapsed
4463
4464 \begin_layout Plain Layout
4465 Commands ! H ! 
4466 \backslash
4467 hdotsfor
4468 \end_layout
4469
4470 \end_inset
4471
4472 , that has the following scheme:
4473 \end_layout
4474
4475 \begin_layout Standard
4476
4477 \series bold
4478
4479 \backslash
4480 hdotsfor[distance]{number of columns}
4481 \end_layout
4482
4483 \begin_layout Standard
4484 The number of columns specifies how many columns should be spanned.
4485  Distance is a factor for the distance between the dots.
4486 \end_layout
4487
4488 \begin_layout Standard
4489 In the following matrix the command 
4490 \series bold
4491
4492 \backslash
4493 hdotsfor[2]{4}
4494 \series default
4495  was inserted in the first box of the second line, to get an ellipsis with
4496  a dot distance twice as long as with the command 
4497 \series bold
4498
4499 \backslash
4500 dots
4501 \series default
4502 :
4503 \begin_inset Formula 
4504 \[
4505 \left(\begin{array}{cccc}
4506 A & B & C & D\\
4507 \hdotsfor[2]{4}\\
4508 q & w & e & r
4509 \end{array}\right)
4510 \]
4511
4512 \end_inset
4513
4514 Note that the matrix fields that should be spanned must be empty, otherwise
4515  you get \SpecialChar LaTeX
4516 -errors.
4517 \end_layout
4518
4519 \begin_layout Standard
4520 \begin_inset VSpace bigskip
4521 \end_inset
4522
4523 Furthermore you can fill with the command 
4524 \series bold
4525
4526 \backslash
4527 dotfill
4528 \series default
4529
4530 \begin_inset Index idx
4531 status collapsed
4532
4533 \begin_layout Plain Layout
4534 Commands ! D ! 
4535 \backslash
4536 dotfill
4537 \end_layout
4538
4539 \end_inset
4540
4541  the rest of a line with dots.
4542  The effect of these commands is the same as with 
4543 \series bold
4544
4545 \backslash
4546 hfill
4547 \series default
4548 , see 
4549 \begin_inset CommandInset ref
4550 LatexCommand ref
4551 reference "subsec:Variable-Space"
4552
4553 \end_inset
4554
4555 .
4556 \end_layout
4557
4558 \begin_layout Standard
4559 For example the command 
4560 \series bold
4561 A
4562 \backslash
4563 dotfill
4564 \begin_inset space \textvisiblespace{}
4565 \end_inset
4566
4567 B
4568 \series default
4569  produces
4570 \end_layout
4571
4572 \begin_layout Standard
4573 \begin_inset Formula $A\dotfill B$
4574 \end_inset
4575
4576
4577 \end_layout
4578
4579 \begin_layout Standard
4580 Similar to
4581 \series bold
4582  
4583 \backslash
4584 dotfill
4585 \series default
4586  there is for a line the command 
4587 \series bold
4588
4589 \backslash
4590 hrulefill
4591 \series default
4592
4593 \begin_inset Index idx
4594 status collapsed
4595
4596 \begin_layout Plain Layout
4597 Commands ! H ! 
4598 \backslash
4599 hrulefill
4600 \end_layout
4601
4602 \end_inset
4603
4604 :
4605 \end_layout
4606
4607 \begin_layout Standard
4608 \begin_inset Formula $A\hrulefill B$
4609 \end_inset
4610
4611
4612 \end_layout
4613
4614 \begin_layout Standard
4615 To use the commands for text, they have to be inserted in \SpecialChar TeX
4616  mode.
4617 \end_layout
4618
4619 \begin_layout Section
4620 Matrices
4621 \begin_inset CommandInset label
4622 LatexCommand label
4623 name "sec:Matrices"
4624
4625 \end_inset
4626
4627
4628 \begin_inset Index idx
4629 status collapsed
4630
4631 \begin_layout Plain Layout
4632 Matrices
4633 \end_layout
4634
4635 \end_inset
4636
4637
4638 \end_layout
4639
4640 \begin_layout Standard
4641 Matrices can be inserted via the math toolbar button 
4642 \begin_inset Info
4643 type  "icon"
4644 arg   "dialog-show mathmatrix"
4645 \end_inset
4646
4647  or the menu 
4648 \family sans
4649 Insert\SpecialChar menuseparator
4650 Math\SpecialChar menuseparator
4651 Matrix
4652 \family default
4653 .
4654  In the matrix dialog you can specify the number of columns and rows, the
4655  alignment and the decoration.
4656  The vertical alignment is only of importance for matrices in inline formulas:
4657 \end_layout
4658
4659 \begin_layout Standard
4660 The first matrix is top 
4661 \begin_inset Formula $\begin{array}[t]{cccc}
4662 A & D & G & J\\
4663 B & E & H & K\\
4664 C & F & I & L
4665 \end{array}$
4666 \end_inset
4667
4668 , the second middle 
4669 \begin_inset Formula $\begin{array}{cccc}
4670 A & D & G & J\\
4671 B & E & H & K\\
4672 C & F & I & L
4673 \end{array}$
4674 \end_inset
4675
4676  and the third bottom 
4677 \begin_inset Formula $\begin{array}[b]{cccc}
4678 A & D & G & J\\
4679 B & E & H & K\\
4680 C & F & I & L
4681 \end{array}$
4682 \end_inset
4683
4684  aligned.
4685 \end_layout
4686
4687 \begin_layout Standard
4688 The horizontal alignment specifies how the column entries should be aligned.
4689  It is set by entering a letter for every column.
4690  
4691 \emph on
4692 l
4693 \emph default
4694  denotes left aligned, 
4695 \emph on
4696 c
4697 \emph default
4698  centered and 
4699 \emph on
4700 r
4701 \emph default
4702  right aligned.
4703  To create for example a 4
4704 \series bold
4705 ×
4706 \series default
4707 4
4708 \begin_inset space ~
4709 \end_inset
4710
4711 matrix where the first column is left aligned, the second and third are
4712  centered and the last one is right aligned, one enters for the horizontal
4713  alignment 
4714 \series bold
4715 lccr
4716 \series default
4717 .
4718  Normally in a matrix all columns are centered, therefore the default for
4719  every column is a 
4720 \series bold
4721 c
4722 \series default
4723 .
4724 \end_layout
4725
4726 \begin_layout Standard
4727 Horizontal alignment:
4728 \end_layout
4729
4730 \begin_layout Standard
4731
4732 \series bold
4733 lll
4734 \series default
4735  : 
4736 \begin_inset Formula $\begin{array}{lll}
4737 10000 & D & G\\
4738 B & 10000 & H\\
4739 C & F & 10000
4740 \end{array}$
4741 \end_inset
4742
4743  , 
4744 \series bold
4745 ccc
4746 \series default
4747  : 
4748 \begin_inset Formula $\begin{array}{ccc}
4749 10000 & D & G\\
4750 B & 10000 & H\\
4751 C & F & 10000
4752 \end{array}$
4753 \end_inset
4754
4755  , 
4756 \series bold
4757 rrr
4758 \series default
4759  : 
4760 \begin_inset Formula $\begin{array}{rrr}
4761 10000 & D & G\\
4762 B & 10000 & H\\
4763 C & F & 10000
4764 \end{array}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \begin_layout Standard
4771 To add or delete rows and columns subsequently, the math toolbar buttons
4772  
4773 \begin_inset Info
4774 type  "icon"
4775 arg   "tabular-feature append-row"
4776 \end_inset
4777
4778
4779 \begin_inset Info
4780 type  "icon"
4781 arg   "tabular-feature delete-row"
4782 \end_inset
4783
4784 , etc.
4785 \begin_inset space \thinspace{}
4786 \end_inset
4787
4788 , or the menu 
4789 \family sans
4790 Edit\SpecialChar menuseparator
4791 Rows & Columns
4792 \family default
4793  can be used.
4794  New rows can also be created with 
4795 \begin_inset Info
4796 type  "shortcut"
4797 arg   "newline-insert newline"
4798 \end_inset
4799
4800 .
4801 \end_layout
4802
4803 \begin_layout Standard
4804 \begin_inset VSpace bigskip
4805 \end_inset
4806
4807 The 
4808 \change_deleted -563046850 1563190969
4809
4810 \family sans
4811 Decoration
4812 \change_inserted -563046850 1563190971
4813 Appearance
4814 \change_unchanged
4815
4816 \family default
4817  
4818 \change_deleted -563046850 1563192602
4819 adds
4820 \change_inserted -563046850 1563192607
4821 can be used to add
4822 \change_unchanged
4823  parentheses in the selected style around the matrix
4824 \change_inserted -563046850 1563192780
4825  or to select the 
4826 \family sans
4827 small
4828 \family default
4829  style, suitable for an inline matrix like this one 
4830 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
4831 \mathrm{i} & 0
4832 \end{smallmatrix}\bigr)$
4833 \end_inset
4834
4835
4836 \change_unchanged
4837 .
4838
4839 \change_inserted -563046850 1563192943
4840  Here the parentheses have been added manually using commands 
4841 \series bold
4842
4843 \backslash
4844 bigl(
4845 \series default
4846  and 
4847 \series bold
4848
4849 \backslash
4850 bigr).
4851 \end_layout
4852
4853 \begin_layout Standard
4854
4855 \change_deleted -563046850 1563192735
4856  
4857 \change_unchanged
4858 Alternatively, parentheses can can 
4859 \change_deleted -563046850 1563192971
4860 either 
4861 \change_unchanged
4862 be created with the commands 
4863 \series bold
4864
4865 \backslash
4866 left
4867 \series default
4868
4869 \begin_inset Index idx
4870 status collapsed
4871
4872 \begin_layout Plain Layout
4873 Commands ! L ! 
4874 \backslash
4875 left
4876 \end_layout
4877
4878 \end_inset
4879
4880  and 
4881 \series bold
4882
4883 \backslash
4884 right
4885 \series default
4886
4887 \begin_inset Index idx
4888 status collapsed
4889
4890 \begin_layout Plain Layout
4891 Commands ! R ! 
4892 \backslash
4893 right
4894 \end_layout
4895
4896 \end_inset
4897
4898  (shortcut 
4899 \family sans
4900 Alt+M
4901 \begin_inset space ~
4902 \end_inset
4903
4904 Parenthesis
4905 \family default
4906 ), see 
4907 \begin_inset CommandInset ref
4908 LatexCommand ref
4909 reference "subsec:Automatic-Bracket-Size"
4910
4911 \end_inset
4912
4913 , or by using the following commands:
4914 \begin_inset VSpace medskip
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \begin_layout Standard
4921 \begin_inset space \hfill{}
4922 \end_inset
4923
4924
4925 \begin_inset Tabular
4926 <lyxtabular version="3" rows="4" columns="2">
4927 <features booktabs="true" tabularvalignment="middle">
4928 <column alignment="center" valignment="top" width="0pt">
4929 <column alignment="center" valignment="top">
4930 <row>
4931 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 Command
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Result
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 </row>
4950 <row topspace="1.5mm">
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955
4956 \backslash
4957 bmatrix
4958 \begin_inset space \textvisiblespace{}
4959 \end_inset
4960
4961 2
4962 \series bold
4963 ×
4964 \series default
4965 2
4966 \begin_inset space \thinspace{}
4967 \end_inset
4968
4969 matrix
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4979 0 & \textrm{-}\mathrm{i}\\
4980 \mathrm{i} & 0
4981 \end{array}\end{bmatrix}$
4982 \end_inset
4983
4984
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row topspace="1.5mm" bottomspace="0.5mm">
4991 <cell alignment="center" valignment="top" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \backslash
4997 Bmatrix
4998 \begin_inset space \textvisiblespace{}
4999 \end_inset
5000
5001 2
5002 \series bold
5003 ×
5004 \series default
5005 2
5006 \begin_inset space \thinspace{}
5007 \end_inset
5008
5009 matrix
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5019 0 & \textrm{-}\mathrm{i}\\
5020 \mathrm{i} & 0
5021 \end{array}\end{Bmatrix}$
5022 \end_inset
5023
5024
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 </row>
5030 <row>
5031 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035
5036 \backslash
5037 pmatrix
5038 \begin_inset space \textvisiblespace{}
5039 \end_inset
5040
5041 2
5042 \series bold
5043 ×
5044 \series default
5045 2
5046 \begin_inset space \thinspace{}
5047 \end_inset
5048
5049 matrix
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5059 0 & \textrm{-}\mathrm{i}\\
5060 \mathrm{i} & 0
5061 \end{array}\end{pmatrix}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 </lyxtabular>
5071
5072 \end_inset
5073
5074
5075 \begin_inset space \hfill{}
5076 \end_inset
5077
5078
5079 \begin_inset Tabular
5080 <lyxtabular version="3" rows="4" columns="2">
5081 <features booktabs="true" tabularvalignment="middle">
5082 <column alignment="center" valignment="top" width="0pt">
5083 <column alignment="center" valignment="top">
5084 <row>
5085 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Command
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Result
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row topspace="1.5mm">
5105 <cell alignment="center" valignment="top" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \backslash
5111 vmatrix
5112 \begin_inset space \textvisiblespace{}
5113 \end_inset
5114
5115 2
5116 \series bold
5117 ×
5118 \series default
5119 2
5120 \begin_inset space \thinspace{}
5121 \end_inset
5122
5123 matrix
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5133 0 & \textrm{-}\mathrm{i}\\
5134 \mathrm{i} & 0
5135 \end{array}\end{vmatrix}$
5136 \end_inset
5137
5138
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row topspace="1.5mm" bottomspace="0.5mm">
5145 <cell alignment="center" valignment="top" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \backslash
5151 Vmatrix
5152 \begin_inset space \textvisiblespace{}
5153 \end_inset
5154
5155 2
5156 \series bold
5157 ×
5158 \series default
5159 2
5160 \begin_inset space \thinspace{}
5161 \end_inset
5162
5163 matrix
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5173 0 & \textrm{-}\mathrm{i}\\
5174 \mathrm{i} & 0
5175 \end{array}\end{Vmatrix}$
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \backslash
5191 matrix
5192 \begin_inset space \textvisiblespace{}
5193 \end_inset
5194
5195 2
5196 \series bold
5197 ×
5198 \series default
5199 2
5200 \begin_inset space \thinspace{}
5201 \end_inset
5202
5203 matrix
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5213 0 & \textrm{-}\mathrm{i}\\
5214 \mathrm{i} & 0
5215 \end{array}\end{matrix}$
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 </lyxtabular>
5225
5226 \end_inset
5227
5228
5229 \begin_inset space \hfill{}
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \begin_layout Standard
5236 \begin_inset VSpace medskip
5237 \end_inset
5238
5239 When e.
5240 \begin_inset space \thinspace{}
5241 \end_inset
5242
5243 g.
5244 \begin_inset space \space{}
5245 \end_inset
5246
5247
5248 \series bold
5249
5250 \backslash
5251 vmatrix
5252 \series default
5253  is inserted, a blue box appears between two vertical lines where the matrix
5254  is inserted.
5255 \begin_inset Newline newline
5256 \end_inset
5257
5258 Note that decorated matrices ignore the vertical alignment.
5259 \end_layout
5260
5261 \begin_layout Standard
5262 \begin_inset VSpace bigskip
5263 \end_inset
5264
5265 As all multiline formulas are matrices, the length 
5266 \series bold
5267
5268 \backslash
5269 arraycolsep
5270 \series default
5271
5272 \begin_inset Index idx
5273 status collapsed
5274
5275 \begin_layout Plain Layout
5276 Commands ! A ! 
5277 \backslash
5278 arraycolsep
5279 \end_layout
5280
5281 \end_inset
5282
5283  that is described in 
5284 \begin_inset CommandInset ref
5285 LatexCommand ref
5286 reference "subsec:Column-Separation"
5287
5288 \end_inset
5289
5290  can also be used to change the column separation of matrices.
5291 \end_layout
5292
5293 \begin_layout Standard
5294 To change the row separation, the command 
5295 \series bold
5296
5297 \backslash
5298 arraystretch
5299 \series default
5300
5301 \begin_inset Index idx
5302 status collapsed
5303
5304 \begin_layout Plain Layout
5305 Commands ! A ! 
5306 \backslash
5307 arraystretch
5308 \end_layout
5309
5310 \end_inset
5311
5312  is used.
5313  It is used as follows:
5314 \end_layout
5315
5316 \begin_layout Standard
5317
5318 \series bold
5319
5320 \backslash
5321 renewcommand{
5322 \backslash
5323 arraystretch}{stretch factor}
5324 \begin_inset Index idx
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328 Commands ! R ! 
5329 \backslash
5330 renewcommand
5331 \end_layout
5332
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \begin_layout Standard
5339 The command 
5340 \series bold
5341
5342 \backslash
5343 renewcommand
5344 \series default
5345  assigns the stretch factor to the predefined command 
5346 \series bold
5347
5348 \backslash
5349 arraystretch
5350 \series default
5351 .
5352  To double e.
5353 \begin_inset space \thinspace{}
5354 \end_inset
5355
5356 g.
5357 \begin_inset space \space{}
5358 \end_inset
5359
5360 the row separation, use the factor 2.
5361  This is then used for all following matrices.
5362  To go back to the original separation, assign the factor 1 to 
5363 \series bold
5364
5365 \backslash
5366 arraystretch
5367 \series default
5368 .
5369 \end_layout
5370
5371 \begin_layout Standard
5372 To set matrices into a text line, the command 
5373 \series bold
5374
5375 \backslash
5376 smallmatrix
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! S ! 
5384 \backslash
5385 smallmatrix
5386 \end_layout
5387
5388 \end_inset
5389
5390  is used.
5391  When it is inserted a blue box with two dashed lines appears.
5392  In this box the matrix is inserted.
5393 \end_layout
5394
5395 \begin_layout Standard
5396 This is a matrix 
5397 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5398 C & D
5399 \end{smallmatrix}\right)$
5400 \end_inset
5401
5402  in a text line.
5403 \end_layout
5404
5405 \begin_layout Section
5406 Brackets and Delimiters
5407 \begin_inset Index idx
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411 Brackets
5412 \end_layout
5413
5414 \end_inset
5415
5416
5417 \begin_inset Index idx
5418 status collapsed
5419
5420 \begin_layout Plain Layout
5421 Delimiters
5422 \end_layout
5423
5424 \end_inset
5425
5426
5427 \end_layout
5428
5429 \begin_layout Subsection
5430 Vertical Brackets and Delimiters
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 Brackets ! vertical
5436 \end_layout
5437
5438 \end_inset
5439
5440
5441 \end_layout
5442
5443 \begin_layout Standard
5444 \begin_inset space \hfill{}
5445 \end_inset
5446
5447
5448 \begin_inset Tabular
5449 <lyxtabular version="3" rows="9" columns="2">
5450 <features booktabs="true" tabularvalignment="middle">
5451 <column alignment="center" valignment="top" width="0pt">
5452 <column alignment="center" valignment="top" width="0pt">
5453 <row>
5454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 Command
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 Result
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="center" valignment="top" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 (
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 \begin_inset Formula $($
5488 \end_inset
5489
5490
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 </row>
5496 <row>
5497 <cell alignment="center" valignment="top" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 {
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 \begin_inset Formula $\{$
5511 \end_inset
5512
5513
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 [
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 \begin_inset Formula $[$
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 </row>
5542 <row>
5543 <cell alignment="center" valignment="top" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547
5548 \backslash
5549 langle
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 \begin_inset Formula $\langle$
5559 \end_inset
5560
5561
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="center" valignment="top" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \backslash
5574 lceil
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 \begin_inset Formula $\lceil$
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597
5598 \backslash
5599 lfloor
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 \begin_inset Formula $\lfloor$
5609 \end_inset
5610
5611
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 /
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $/$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 |
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 \begin_inset Formula $|$
5655 \end_inset
5656
5657
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 </row>
5663 </lyxtabular>
5664
5665 \end_inset
5666
5667
5668 \begin_inset space \hfill{}
5669 \end_inset
5670
5671
5672 \begin_inset Tabular
5673 <lyxtabular version="3" rows="9" columns="2">
5674 <features booktabs="true" tabularvalignment="middle">
5675 <column alignment="center" valignment="top" width="0pt">
5676 <column alignment="center" valignment="top" width="0pt">
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 Command
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 Result
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 </row>
5697 <row>
5698 <cell alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 )
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 \begin_inset Formula $)$
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 }
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 \begin_inset Formula $\}$
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 ]
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 \begin_inset Formula $]$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \backslash
5773 rangle
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 \begin_inset Formula $\rangle$
5783 \end_inset
5784
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 <row>
5792 <cell alignment="center" valignment="top" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796
5797 \backslash
5798 rceil
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 \begin_inset Formula $\rceil$
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821
5822 \backslash
5823 rfloor
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 \begin_inset Formula $\rfloor$
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \backslash
5848
5849 \backslash
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $\backslash$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873
5874 \backslash
5875 |
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $\|$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 </lyxtabular>
5894
5895 \end_inset
5896
5897
5898 \begin_inset space \hfill{}
5899 \end_inset
5900
5901
5902 \end_layout
5903
5904 \begin_layout Standard
5905
5906 \series medium
5907 \begin_inset Note Greyedout
5908 status open
5909
5910 \begin_layout Plain Layout
5911
5912 \series bold
5913 Note:
5914 \series default
5915  In \SpecialChar TeX
5916  mode the command 
5917 \series bold
5918
5919 \backslash
5920 textbackslash
5921 \series default
5922
5923 \begin_inset Index idx
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927 Commands ! T ! 
5928 \backslash
5929 textbackslash
5930 \end_layout
5931
5932 \end_inset
5933
5934  must be used for the backslash, because the command 
5935 \series bold
5936
5937 \backslash
5938
5939 \backslash
5940
5941 \series default
5942  produces a line break there.
5943 \end_layout
5944
5945 \end_inset
5946
5947
5948 \end_layout
5949
5950 \begin_layout Standard
5951 For all characters listed above the size can be adjusted with the commands
5952  described in the following two subsections.
5953  When using these commands, the characters < and > can directly be used
5954  instead of the commands 
5955 \series bold
5956
5957 \backslash
5958 langle
5959 \series default
5960  and 
5961 \series bold
5962
5963 \backslash
5964 rangle
5965 \series default
5966 .
5967 \end_layout
5968
5969 \begin_layout Subsubsection
5970 Manual Bracket Size
5971 \begin_inset CommandInset label
5972 LatexCommand label
5973 name "subsec:Manual-Bracket-Size"
5974
5975 \end_inset
5976
5977
5978 \begin_inset Index idx
5979 status collapsed
5980
5981 \begin_layout Plain Layout
5982 Bracket size ! manual
5983 \end_layout
5984
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Standard
5991 The bracket size can be specified manually by the \SpecialChar LaTeX
5992 -commands 
5993 \series bold
5994
5995 \backslash
5996 big
5997 \series default
5998
5999 \begin_inset Index idx
6000 status collapsed
6001
6002 \begin_layout Plain Layout
6003 Commands ! B ! 
6004 \backslash
6005 big
6006 \end_layout
6007
6008 \end_inset
6009
6010
6011 \series bold
6012
6013 \backslash
6014 Big
6015 \series default
6016
6017 \series bold
6018
6019 \backslash
6020 bigg
6021 \series default
6022  and 
6023 \series bold
6024
6025 \backslash
6026 Bigg
6027 \series default
6028 .
6029  
6030 \series bold
6031
6032 \backslash
6033 big
6034 \series default
6035  denotes the smallest and 
6036 \series bold
6037
6038 \backslash
6039 Bigg
6040 \series default
6041  the largest bracket size.
6042 \end_layout
6043
6044 \begin_layout Standard
6045 These commands are used to emphasize levels of brackets:
6046 \end_layout
6047
6048 \begin_layout Standard
6049 \align center
6050 \begin_inset Tabular
6051 <lyxtabular version="3" rows="2" columns="2">
6052 <features booktabs="true" tabularvalignment="middle">
6053 <column alignment="center" valignment="top" width="0pt">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <row>
6056 <cell alignment="center" valignment="top" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 all brackets in the same size:
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 \begin_inset Formula $((A+B)(A-B))^{C}$
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 </row>
6078 <row topspace="2mm">
6079 <cell alignment="center" valignment="top" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 this looks better:
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 </lyxtabular>
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Standard
6109 For the second formula the command 
6110 \series bold
6111
6112 \backslash
6113 Big((A+B)(A-B)
6114 \backslash
6115 Big)^
6116 \begin_inset space \textvisiblespace{}
6117 \end_inset
6118
6119 C
6120 \series default
6121  has been used.
6122 \end_layout
6123
6124 \begin_layout Standard
6125 Here is an overview about all bracket sizes:
6126 \end_layout
6127
6128 \begin_layout Standard
6129 \align center
6130
6131 \backslash
6132 Bigg(
6133 \backslash
6134 exp
6135 \backslash
6136 bigg<
6137 \backslash
6138 Big[
6139 \backslash
6140 big{
6141 \backslash
6142 ln(3x)
6143 \backslash
6144 big}^2
6145 \begin_inset space \textvisiblespace{}
6146 \end_inset
6147
6148
6149 \backslash
6150 sin(x)
6151 \backslash
6152 Big]^
6153 \begin_inset space \textvisiblespace{}
6154 \end_inset
6155
6156 A
6157 \begin_inset space \textvisiblespace{}
6158 \end_inset
6159
6160
6161 \backslash
6162 bigg>
6163 \backslash
6164 Bigg)^0,5
6165 \end_layout
6166
6167 \begin_layout Standard
6168 \align center
6169 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \begin_layout Standard
6176 Besides the 
6177 \series bold
6178
6179 \backslash
6180 big
6181 \series default
6182 -commands there is the variant 
6183 \series bold
6184
6185 \backslash
6186 bigm
6187 \series default
6188
6189 \begin_inset Index idx
6190 status collapsed
6191
6192 \begin_layout Plain Layout
6193 Commands ! B ! 
6194 \backslash
6195 bigm
6196 \end_layout
6197
6198 \end_inset
6199
6200  that adds a bit more space between the bracket and its content, and the
6201  variant 
6202 \series bold
6203
6204 \backslash
6205 bigl
6206 \series default
6207 -
6208 \series bold
6209
6210 \backslash
6211 bigr
6212 \series default
6213
6214 \begin_inset Index idx
6215 status collapsed
6216
6217 \begin_layout Plain Layout
6218 Commands ! B ! 
6219 \backslash
6220 bigl - 
6221 \backslash
6222 bigr
6223 \end_layout
6224
6225 \end_inset
6226
6227 , that don't add additional space.
6228  The 
6229 \emph on
6230 l
6231 \emph default
6232  at the end of the command 
6233 \series bold
6234
6235 \backslash
6236 bigl
6237 \series default
6238  is for a left bracket; for a right bracket this will be replaced by an
6239  
6240 \emph on
6241 r
6242 \emph default
6243 .
6244  A left or right bracket can each be an opening or closing bracket.
6245 \end_layout
6246
6247 \begin_layout Standard
6248 In the following table is a comparison of the variants:
6249 \end_layout
6250
6251 \begin_layout Standard
6252 \align center
6253 \begin_inset Tabular
6254 <lyxtabular version="3" rows="5" columns="2">
6255 <features booktabs="true" tabularvalignment="middle">
6256 <column alignment="center" valignment="top" width="0pt">
6257 <column alignment="center" valignment="middle">
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 Command
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 Result
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 <row topspace="2mm">
6279 <cell alignment="center" valignment="top" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \backslash
6285 Bigm(
6286 \backslash
6287 bigm(
6288 \backslash
6289 ln(3x)
6290 \backslash
6291 bigm)^2
6292 \begin_inset space \textvisiblespace{}
6293 \end_inset
6294
6295
6296 \backslash
6297 Bigm)
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 </row>
6315 <row topspace="2mm">
6316 <cell alignment="center" valignment="top" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320
6321 \backslash
6322 Big(
6323 \backslash
6324 big(
6325 \backslash
6326 ln(3x)
6327 \backslash
6328 big)^2
6329 \begin_inset space \textvisiblespace{}
6330 \end_inset
6331
6332
6333 \backslash
6334 Big)
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row topspace="2mm" bottomspace="0.5mm">
6353 <cell alignment="center" valignment="top" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357
6358 \backslash
6359 Bigl(
6360 \backslash
6361 bigl(
6362 \backslash
6363 ln(3x)
6364 \backslash
6365 bigr)^2
6366 \begin_inset space \textvisiblespace{}
6367 \end_inset
6368
6369
6370 \backslash
6371 Bigr)
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row topspace="1.5mm" bottomspace="0.5mm">
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394
6395 \backslash
6396 bigl)
6397 \backslash
6398 ln(3x)
6399 \backslash
6400 bigr(
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 </lyxtabular>
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Subsubsection
6426 Automatic Bracket Size
6427 \begin_inset CommandInset label
6428 LatexCommand label
6429 name "subsec:Automatic-Bracket-Size"
6430
6431 \end_inset
6432
6433
6434 \begin_inset Index idx
6435 status collapsed
6436
6437 \begin_layout Plain Layout
6438 Bracket size ! automatic
6439 \end_layout
6440
6441 \end_inset
6442
6443
6444 \end_layout
6445
6446 \begin_layout Standard
6447 Brackets with variable size can be inserted with the commands 
6448 \series bold
6449
6450 \backslash
6451 left
6452 \series default
6453
6454 \begin_inset Index idx
6455 status collapsed
6456
6457 \begin_layout Plain Layout
6458 Commands ! L ! 
6459 \backslash
6460 left
6461 \end_layout
6462
6463 \end_inset
6464
6465  and 
6466 \series bold
6467
6468 \backslash
6469 right
6470 \series default
6471
6472 \begin_inset Index idx
6473 status collapsed
6474
6475 \begin_layout Plain Layout
6476 Commands ! R ! 
6477 \backslash
6478 right
6479 \end_layout
6480
6481 \end_inset
6482
6483  or via the math toolbar button 
6484 \begin_inset Info
6485 type  "icon"
6486 arg   "dialog-show mathdelimiter"
6487 \end_inset
6488
6489 .
6490  Directly behind 
6491 \series bold
6492
6493 \backslash
6494 left
6495 \series default
6496  and 
6497 \series bold
6498
6499 \backslash
6500 right
6501 \series default
6502  the wanted bracket must be inserted.
6503  The bracket size will then automatically be calculated for the output.
6504 \end_layout
6505
6506 \begin_layout Standard
6507 \align center
6508 normal bracket: The command 
6509 \series bold
6510
6511 \backslash
6512 ln(
6513 \backslash
6514 frac
6515 \begin_inset space \textvisiblespace{}
6516 \end_inset
6517
6518 A
6519 \begin_inset Formula $\downarrow$
6520 \end_inset
6521
6522 C
6523 \begin_inset space \textvisiblespace{}
6524 \end_inset
6525
6526 )
6527 \series default
6528  creates
6529 \begin_inset Formula 
6530 \[
6531 \ln(\frac{A}{C})
6532 \]
6533
6534 \end_inset
6535
6536
6537 \end_layout
6538
6539 \begin_layout Standard
6540 \align center
6541 multiline bracket: The command 
6542 \series bold
6543
6544 \backslash
6545 ln
6546 \backslash
6547 left(
6548 \backslash
6549 frac
6550 \begin_inset space \textvisiblespace{}
6551 \end_inset
6552
6553 A
6554 \begin_inset Formula $\downarrow$
6555 \end_inset
6556
6557 C
6558 \begin_inset space \textvisiblespace{}
6559 \end_inset
6560
6561
6562 \backslash
6563 right)
6564 \series default
6565  creates
6566 \begin_inset Formula 
6567 \[
6568 \ln\left(\frac{A}{C}\right)
6569 \]
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Standard
6577 Instead of 
6578 \series bold
6579
6580 \backslash
6581 left
6582 \series default
6583  and 
6584 \series bold
6585
6586 \backslash
6587 right
6588 \series default
6589  the shortcut 
6590 \family sans
6591 Alt+M
6592 \begin_inset space ~
6593 \end_inset
6594
6595 Bracket
6596 \family default
6597  can be used.
6598  This has the advantage that you can see in \SpecialChar LyX
6599  immediately the real bracket
6600  size and that the matching right bracket will be created too.
6601 \begin_inset Newline newline
6602 \end_inset
6603
6604 The command for the last example would then be: 
6605 \series bold
6606
6607 \backslash
6608 ln Alt+M
6609 \series default
6610  
6611 \series bold
6612 (
6613 \backslash
6614 frac
6615 \begin_inset space \textvisiblespace{}
6616 \end_inset
6617
6618 A
6619 \begin_inset Formula $\downarrow$
6620 \end_inset
6621
6622 C
6623 \end_layout
6624
6625 \begin_layout Standard
6626 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6627  For example the command 
6628 \series bold
6629
6630 \backslash
6631 left.
6632 \backslash
6633 frac
6634 \begin_inset space \textvisiblespace{}
6635 \end_inset
6636
6637 A
6638 \begin_inset Formula $\downarrow$
6639 \end_inset
6640
6641 B
6642 \begin_inset space \textvisiblespace{}
6643 \end_inset
6644
6645
6646 \backslash
6647 right}
6648 \series default
6649  creates:
6650 \series bold
6651
6652 \begin_inset Formula 
6653 \[
6654 \left.\frac{A}{B}\right\} 
6655 \]
6656
6657 \end_inset
6658
6659
6660 \series default
6661 The commands 
6662 \series bold
6663
6664 \backslash
6665 left
6666 \series default
6667  and 
6668 \series bold
6669
6670 \backslash
6671 right
6672 \series default
6673  will be converted by \SpecialChar LyX
6674  to brackets in the right size when the document is
6675  reloaded and an omitted bracket will appear as dashed line.
6676 \end_layout
6677
6678 \begin_layout Standard
6679 \begin_inset VSpace bigskip
6680 \end_inset
6681
6682 Because all popular \SpecialChar LaTeX
6683  distributions use e\SpecialChar TeX
6684 , an extension to \SpecialChar LaTeX
6685 , the command
6686  
6687 \series bold
6688
6689 \backslash
6690 middle
6691 \series default
6692
6693 \begin_inset Index idx
6694 status collapsed
6695
6696 \begin_layout Plain Layout
6697 Commands ! M ! 
6698 \backslash
6699 middle
6700 \end_layout
6701
6702 \end_inset
6703
6704  is additionally available for all brackets and limits.
6705  With this command the height of the following character is adapted to the
6706  one of the surrounding brackets, what is e.
6707 \begin_inset space \thinspace{}
6708 \end_inset
6709
6710 g.
6711 \begin_inset space \space{}
6712 \end_inset
6713
6714 needed for physical vectors:
6715 \begin_inset Formula 
6716 \[
6717 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6718 \]
6719
6720 \end_inset
6721
6722 For physical vectors there is a special \SpecialChar LaTeX
6723 -package, described in 
6724 \begin_inset CommandInset ref
6725 LatexCommand ref
6726 reference "subsec:Physical-Vectors"
6727
6728 \end_inset
6729
6730 .
6731 \end_layout
6732
6733 \begin_layout Subsection
6734 Horizontal Brackets
6735 \begin_inset Index idx
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739 Brackets ! horizontal
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \begin_layout Standard
6748 \align center
6749 \begin_inset Tabular
6750 <lyxtabular version="3" rows="4" columns="2">
6751 <features booktabs="true" tabularvalignment="middle">
6752 <column alignment="center" valignment="top" width="0pt">
6753 <column alignment="center" valignment="top" width="0pt">
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 Command
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 Result
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 </row>
6774 <row>
6775 <cell alignment="center" valignment="top" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779
6780 \backslash
6781 overbrace
6782 \begin_inset space \textvisiblespace{}
6783 \end_inset
6784
6785 A+B
6786 \begin_inset space \textvisiblespace{}
6787 \end_inset
6788
6789 ^3
6790 \begin_inset Index idx
6791 status collapsed
6792
6793 \begin_layout Plain Layout
6794 Commands ! O ! 
6795 \backslash
6796 overbrace
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 \begin_inset Formula $\overbrace{A+B}^{3}$
6811 \end_inset
6812
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 </row>
6819 <row topspace="2mm">
6820 <cell alignment="center" valignment="top" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824
6825 \backslash
6826 underbrace
6827 \begin_inset space \textvisiblespace{}
6828 \end_inset
6829
6830 A+B
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834 _5
6835 \begin_inset Index idx
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839 Commands ! U ! 
6840 \backslash
6841 underbrace
6842 \end_layout
6843
6844 \end_inset
6845
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 \begin_inset Formula $\underbrace{A+B}_{5}$
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869
6870 \backslash
6871 overbrace
6872 \begin_inset space \textvisiblespace{}
6873 \end_inset
6874
6875
6876 \backslash
6877 underbrace
6878 \begin_inset space \textvisiblespace{}
6879 \end_inset
6880
6881 A+B_w
6882 \begin_inset space \textvisiblespace{}
6883 \end_inset
6884
6885
6886 \begin_inset space \textvisiblespace{}
6887 \end_inset
6888
6889 _7
6890 \begin_inset space \textvisiblespace{}
6891 \end_inset
6892
6893
6894 \begin_inset space \textvisiblespace{}
6895 \end_inset
6896
6897 ^
6898 \begin_inset space \textvisiblespace{}
6899 \end_inset
6900
6901 C
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 </lyxtabular>
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \begin_layout Standard
6927 In the last example it doesn't matter if 
6928 \series bold
6929
6930 \backslash
6931 overbrace
6932 \series default
6933  or 
6934 \series bold
6935
6936 \backslash
6937 underbrace
6938 \series default
6939  is inserted at first.
6940 \end_layout
6941
6942 \begin_layout Standard
6943 \begin_inset VSpace medskip
6944 \end_inset
6945
6946
6947 \end_layout
6948
6949 \begin_layout Standard
6950 If you set in the document settings under 
6951 \family sans
6952 Math
6953 \begin_inset space ~
6954 \end_inset
6955
6956 Options
6957 \family default
6958  for the package 
6959 \series bold
6960 mathtools
6961 \series default
6962
6963 \begin_inset Index idx
6964 status collapsed
6965
6966 \begin_layout Plain Layout
6967 Packages ! mathtools
6968 \end_layout
6969
6970 \end_inset
6971
6972  the option 
6973 \family sans
6974 Load
6975 \begin_inset space ~
6976 \end_inset
6977
6978 always
6979 \family default
6980 , you have access to square backets:
6981 \end_layout
6982
6983 \begin_layout Standard
6984 \align center
6985 \begin_inset Tabular
6986 <lyxtabular version="3" rows="4" columns="2">
6987 <features booktabs="true" tabularvalignment="middle">
6988 <column alignment="center" valignment="top" width="0pt">
6989 <column alignment="center" valignment="top" width="0pt">
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 Command
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 Result
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \backslash
7017
7018 \family roman
7019 \series medium
7020 \shape up
7021 \size normal
7022 \emph off
7023 \bar no
7024 \strikeout off
7025 \uuline off
7026 \uwave off
7027 \noun off
7028 \color none
7029 overbracket
7030 \family default
7031 \series default
7032 \shape default
7033 \size default
7034 \emph default
7035 \bar default
7036 \strikeout default
7037 \uuline default
7038 \uwave default
7039 \noun default
7040 \color inherit
7041 {A+B
7042 \begin_inset space \textvisiblespace{}
7043 \end_inset
7044
7045 ^3
7046 \begin_inset Index idx
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050 Commands ! O ! 
7051 \backslash
7052 overbracket
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 \begin_inset Formula $\overbracket{A+B}^{3}$
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row topspace="2mm">
7076 <cell alignment="center" valignment="top" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \backslash
7082 under
7083 \family roman
7084 \series medium
7085 \shape up
7086 \size normal
7087 \emph off
7088 \bar no
7089 \strikeout off
7090 \uuline off
7091 \uwave off
7092 \noun off
7093 \color none
7094 bracket
7095 \family default
7096 \series default
7097 \shape default
7098 \size default
7099 \emph default
7100 \bar default
7101 \strikeout default
7102 \uuline default
7103 \uwave default
7104 \noun default
7105 \color inherit
7106 {A+B
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110 _5
7111 \begin_inset Index idx
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115 Commands ! U ! 
7116 \backslash
7117 under
7118 \family roman
7119 \series medium
7120 \shape up
7121 \size normal
7122 \emph off
7123 \bar no
7124 \strikeout off
7125 \uuline off
7126 \uwave off
7127 \noun off
7128 \color none
7129 bracket
7130 \end_layout
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 \begin_inset Formula $\underbracket{A+B}_{5}$
7144 \end_inset
7145
7146
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 <row>
7153 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \backslash
7159 overbracket{
7160 \backslash
7161 underbracket{A+B_w
7162 \begin_inset space \textvisiblespace{}
7163 \end_inset
7164
7165
7166 \begin_inset space \textvisiblespace{}
7167 \end_inset
7168
7169 _7
7170 \begin_inset space \textvisiblespace{}
7171 \end_inset
7172
7173
7174 \begin_inset space \textvisiblespace{}
7175 \end_inset
7176
7177 ^
7178 \begin_inset space \textvisiblespace{}
7179 \end_inset
7180
7181 C
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7191 \end_inset
7192
7193
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 </lyxtabular>
7200
7201 \end_inset
7202
7203
7204 \end_layout
7205
7206 \begin_layout Standard
7207 For 
7208 \series bold
7209
7210 \backslash
7211 overbracket
7212 \series default
7213  and 
7214 \series bold
7215
7216 \backslash
7217 underbracket
7218 \series default
7219  you can change the thickness of the bracket's stroke by specifying the
7220  desired thickness in square brackets behind the command:
7221 \end_layout
7222
7223 \begin_layout Standard
7224 \align center
7225 \begin_inset Tabular
7226 <lyxtabular version="3" rows="3" columns="2">
7227 <features booktabs="true" tabularvalignment="middle">
7228 <column alignment="center" valignment="top" width="0pt">
7229 <column alignment="center" valignment="top" width="0pt">
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 Command
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Result
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255
7256 \backslash
7257
7258 \family roman
7259 \series medium
7260 \shape up
7261 \size normal
7262 \emph off
7263 \bar no
7264 \strikeout off
7265 \uuline off
7266 \uwave off
7267 \noun off
7268 \color none
7269 overbracket
7270 \family default
7271 \series default
7272 \shape default
7273 \size default
7274 \emph default
7275 \bar default
7276 \strikeout default
7277 \uuline default
7278 \uwave default
7279 \noun default
7280 \color inherit
7281 [3pt]
7282 \backslash
7283 {A+B
7284 \begin_inset space \textvisiblespace{}
7285 \end_inset
7286
7287 ^3
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7297 \end_inset
7298
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row topspace="2mm">
7306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \backslash
7312 under
7313 \family roman
7314 \series medium
7315 \shape up
7316 \size normal
7317 \emph off
7318 \bar no
7319 \strikeout off
7320 \uuline off
7321 \uwave off
7322 \noun off
7323 \color none
7324 bracket
7325 \family default
7326 \series default
7327 \shape default
7328 \size default
7329 \emph default
7330 \bar default
7331 \strikeout default
7332 \uuline default
7333 \uwave default
7334 \noun default
7335 \color inherit
7336 [1pt]
7337 \backslash
7338 {A+B
7339 \begin_inset space \textvisiblespace{}
7340 \end_inset
7341
7342 _5
7343 \end_layout
7344
7345 \end_inset
7346 </cell>
7347 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7348 \begin_inset Text
7349
7350 \begin_layout Plain Layout
7351 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
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 \begin_inset VSpace bigskip
7369 \end_inset
7370
7371 When brackets should overlap each other, multiline formulas, as described
7372  in 
7373 \begin_inset CommandInset ref
7374 LatexCommand ref
7375 reference "sec:Multiline-Formulas"
7376
7377 \end_inset
7378
7379 , must be used:
7380 \begin_inset Formula 
7381 \begin{eqnarray*}
7382 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7383  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7384 \end{eqnarray*}
7385
7386 \end_inset
7387
7388 In the first row the formula is inserted together with the first brace.
7389  It is hereby important that the space command
7390 \begin_inset Foot
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394 Space commands are explained in 
7395 \begin_inset CommandInset ref
7396 LatexCommand ref
7397 reference "subsec:Predefined-Space"
7398
7399 \end_inset
7400
7401 .
7402 \end_layout
7403
7404 \end_inset
7405
7406  
7407 \series bold
7408
7409 \backslash
7410 :
7411 \series default
7412  is inserted before the first 
7413 \begin_inset Formula $d$
7414 \end_inset
7415
7416 , because the brace that ends behind the 
7417 \begin_inset Formula $q$
7418 \end_inset
7419
7420  prevents that the following 
7421 \begin_inset Quotes eld
7422 \end_inset
7423
7424 +
7425 \begin_inset Quotes erd
7426 \end_inset
7427
7428  is surrounded by space.
7429 \begin_inset Foot
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433 because a bracket is not handled as a character, see 
7434 \begin_inset CommandInset ref
7435 LatexCommand ref
7436 reference "subsec:Binary-Operators"
7437
7438 \end_inset
7439
7440
7441 \end_layout
7442
7443 \end_inset
7444
7445  In the second row the second brace is inserted.
7446  As it should begin before the 
7447 \begin_inset Formula $b$
7448 \end_inset
7449
7450 , first the command 
7451 \series bold
7452
7453 \backslash
7454 hphantom{gggg+
7455 \backslash
7456 :}
7457 \series default
7458  is inserted.
7459 \begin_inset Foot
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 more about 
7464 \series bold
7465
7466 \backslash
7467 hphantom
7468 \series default
7469  see 
7470 \begin_inset CommandInset ref
7471 LatexCommand ref
7472 reference "subsec:Placeholders"
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480
7481  This space is needed because the 
7482 \begin_inset Quotes eld
7483 \end_inset
7484
7485 +
7486 \begin_inset Quotes erd
7487 \end_inset
7488
7489  is also surrounded by space in the formula.
7490  The brace is placed under the command 
7491 \series bold
7492
7493 \backslash
7494 hphantom{bbqq+dddd}
7495 \series default
7496 .
7497 \end_layout
7498
7499 \begin_layout Standard
7500 It gets more complicated when brackets overlap each other above and under
7501  the formula, like in the following example:
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 setlength{
7510 \backslash
7511 jot}{-6pt}
7512 \end_layout
7513
7514 \end_inset
7515
7516
7517 \begin_inset Formula 
7518 \begin{eqnarray*}
7519  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7520 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7521 \end{eqnarray*}
7522
7523 \end_inset
7524
7525
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 setlength{
7534 \backslash
7535 jot}{3pt}
7536 \end_layout
7537
7538 \end_inset
7539
7540 The first formula row is the same as the second row of the previous example,
7541  with the difference that the brace is above.
7542  The second row contains the formula together with the second brace.
7543  To avoid that there is space between the upper brace in the first row and
7544  the formula, the row spacing needs to be reduced.
7545  This is not easily possible due to a bug in \SpecialChar LyX
7546 .
7547 \begin_inset Foot
7548 status collapsed
7549
7550 \begin_layout Plain Layout
7551 \begin_inset CommandInset href
7552 LatexCommand href
7553 name "LyX-bug #1505"
7554 target "https://www.lyx.org/trac/ticket/1505"
7555 literal "false"
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \end_inset
7563
7564  As a solution for the problem, the global formula row separation 
7565 \series bold
7566
7567 \backslash
7568 jot
7569 \series default
7570
7571 \begin_inset Index idx
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575 Commands ! J ! 
7576 \backslash
7577 jot
7578 \end_layout
7579
7580 \end_inset
7581
7582  must be changed to -6
7583 \begin_inset space \thinspace{}
7584 \end_inset
7585
7586 pt before the formula with the command 
7587 \series bold
7588
7589 \backslash
7590 setlength{
7591 \backslash
7592 jot}{-6pt}
7593 \series default
7594  in \SpecialChar TeX
7595  mode.
7596  
7597 \series bold
7598
7599 \backslash
7600 jot
7601 \series default
7602  is set back after the formula to the standard value of 3
7603 \begin_inset space \thinspace{}
7604 \end_inset
7605
7606 pt using the same command.
7607  More about the row separation in formulas is explained in 
7608 \begin_inset CommandInset ref
7609 LatexCommand ref
7610 reference "subsec:Line-Separation"
7611
7612 \end_inset
7613
7614 .
7615 \end_layout
7616
7617 \begin_layout Section
7618 Arrows
7619 \begin_inset Index idx
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623 Arrows
7624 \end_layout
7625
7626 \end_inset
7627
7628
7629 \end_layout
7630
7631 \begin_layout Standard
7632 Arrows can be inserted via the math toolbar button 
7633 \begin_inset Info
7634 type  "icon"
7635 arg   "math-insert \\leftarrow"
7636 \end_inset
7637
7638  or the commands listed in the following subsections.
7639 \end_layout
7640
7641 \begin_layout Subsection
7642 Horizontal Arrows
7643 \begin_inset Index idx
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 Arrows ! horizontal
7648 \end_layout
7649
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \begin_layout Standard
7656 \begin_inset space \hfill{}
7657 \end_inset
7658
7659
7660 \begin_inset Tabular
7661 <lyxtabular version="3" rows="8" columns="2">
7662 <features booktabs="true" tabularvalignment="middle">
7663 <column alignment="center" valignment="top" width="0pt">
7664 <column alignment="center" valignment="top" width="0pt">
7665 <row>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 Command
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 Result
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 <row>
7686 <cell alignment="center" valignment="top" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690
7691 \backslash
7692 gets
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 \begin_inset Formula $\gets$
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \backslash
7717 Leftarrow
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 \begin_inset Formula $\Leftarrow$
7727 \end_inset
7728
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \backslash
7742 longleftarrow
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 \begin_inset Formula $\longleftarrow$
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \backslash
7767 Longleftarrow
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 \begin_inset Formula $\Longleftarrow$
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \backslash
7792 leftharpoonup
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 \begin_inset Formula $\leftharpoonup$
7802 \end_inset
7803
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \backslash
7817 leftharpoondown
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 \begin_inset Formula $\leftharpoondown$
7827 \end_inset
7828
7829
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row>
7836 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \backslash
7842 hookleftarrow
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 \begin_inset Formula $\hookleftarrow$
7852 \end_inset
7853
7854
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 </row>
7860 </lyxtabular>
7861
7862 \end_inset
7863
7864
7865 \begin_inset space \hfill{}
7866 \end_inset
7867
7868
7869 \begin_inset Tabular
7870 <lyxtabular version="3" rows="8" columns="2">
7871 <features booktabs="true" tabularvalignment="middle">
7872 <column alignment="center" valignment="top" width="0pt">
7873 <column alignment="center" valignment="top" width="0pt">
7874 <row>
7875 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 Command
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Result
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \backslash
7901 to
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 \begin_inset Formula $\to$
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 Rightarrow
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\Rightarrow$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 longrightarrow
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\longrightarrow$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \backslash
7976 Longrightarrow
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 \begin_inset Formula $\Longrightarrow$
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \backslash
8001 rightharpoonup
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 \begin_inset Formula $\rightharpoonup$
8011 \end_inset
8012
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \backslash
8026 rightharpoondown
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset Formula $\rightharpoondown$
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \backslash
8051 hookrightarrow
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 \begin_inset Formula $\hookrightarrow$
8061 \end_inset
8062
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 </lyxtabular>
8070
8071 \end_inset
8072
8073
8074 \begin_inset space \hfill{}
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \begin_layout Standard
8081 \begin_inset space \hfill{}
8082 \end_inset
8083
8084
8085 \begin_inset Tabular
8086 <lyxtabular version="3" rows="6" columns="2">
8087 <features booktabs="true" tabularvalignment="middle">
8088 <column alignment="center" valignment="top" width="0pt">
8089 <column alignment="center" valignment="top" width="0pt">
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Command
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Result
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 leftrightarrow
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\leftrightarrow$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 Leftrightarrow
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\Leftrightarrow$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 longleftrightarrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\longleftrightarrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 Longleftrightarrow
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\Longleftrightarrow$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 rightleftharpoons
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\rightleftharpoons$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 </lyxtabular>
8236
8237 \end_inset
8238
8239
8240 \begin_inset space \hspace{}
8241 \length 25pt
8242 \end_inset
8243
8244
8245 \begin_inset space \hfill{}
8246 \end_inset
8247
8248
8249 \begin_inset Tabular
8250 <lyxtabular version="3" rows="5" columns="2">
8251 <features booktabs="true" tabularvalignment="middle">
8252 <column alignment="center" valignment="top" width="0pt">
8253 <column alignment="center" valignment="top" width="0pt">
8254 <row>
8255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Command
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Result
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \backslash
8281 mapsto
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 \begin_inset Formula $\mapsto$
8291 \end_inset
8292
8293
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \backslash
8306 longmapsto
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 \begin_inset Formula $\longmapsto$
8316 \end_inset
8317
8318
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \backslash
8331 leadsto
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 \begin_inset Formula $\leadsto$
8341 \end_inset
8342
8343
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \backslash
8356 dasharrow
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 \begin_inset Formula $\dasharrow$
8366 \end_inset
8367
8368
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 </lyxtabular>
8375
8376 \end_inset
8377
8378
8379 \begin_inset space \hfill{}
8380 \end_inset
8381
8382
8383 \end_layout
8384
8385 \begin_layout Standard
8386 \begin_inset VSpace medskip
8387 \end_inset
8388
8389 Arrows used as accents like e.
8390 \begin_inset space \thinspace{}
8391 \end_inset
8392
8393 g.
8394 \begin_inset space \space{}
8395 \end_inset
8396
8397 vector arrows are listed in 
8398 \begin_inset CommandInset ref
8399 LatexCommand ref
8400 reference "sec:Accents"
8401
8402 \end_inset
8403
8404 .
8405 \end_layout
8406
8407 \begin_layout Standard
8408 \begin_inset VSpace bigskip
8409 \end_inset
8410
8411 Furthermore there are the labeled arrows
8412 \begin_inset Index idx
8413 status collapsed
8414
8415 \begin_layout Plain Layout
8416 Arrows ! labeled
8417 \end_layout
8418
8419 \end_inset
8420
8421  
8422 \series bold
8423
8424 \backslash
8425 xleftarrow
8426 \series default
8427
8428 \begin_inset Index idx
8429 status collapsed
8430
8431 \begin_layout Plain Layout
8432 Commands ! X ! 
8433 \backslash
8434 xleftarrow
8435 \end_layout
8436
8437 \end_inset
8438
8439  and 
8440 \series bold
8441
8442 \backslash
8443 xrightarrow
8444 \series default
8445
8446 \begin_inset Index idx
8447 status collapsed
8448
8449 \begin_layout Plain Layout
8450 Commands ! X ! 
8451 \backslash
8452 xrightarrow
8453 \begin_inset ERT
8454 status collapsed
8455
8456 \begin_layout Plain Layout
8457
8458
8459 \backslash
8460 vspace{4mm}
8461 \end_layout
8462
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469
8470 .
8471  When inserting one of these commands in a formula, an arrow with two blue
8472  boxes appear where the label can be inserted.
8473  The length of the arrow adapts to the label width.
8474 \end_layout
8475
8476 \begin_layout Standard
8477 \align center
8478 \begin_inset Tabular
8479 <lyxtabular version="3" rows="3" columns="2">
8480 <features booktabs="true" tabularvalignment="middle">
8481 <column alignment="center" valignment="top" width="0pt">
8482 <column alignment="center" valignment="top" width="0pt">
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Command
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Result
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 F(a)
8509 \backslash
8510 xleftarrow
8511 \begin_inset space \textvisiblespace{}
8512 \end_inset
8513
8514 x=a
8515 \begin_inset Formula $\downarrow$
8516 \end_inset
8517
8518 x>0
8519 \begin_inset Formula $\to$
8520 \end_inset
8521
8522 F(x)
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8532 \end_inset
8533
8534
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row topspace="2mm">
8541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 F(x)
8546 \backslash
8547 xrightarrow
8548 \begin_inset space \textvisiblespace{}
8549 \end_inset
8550
8551 x=a
8552 \begin_inset Formula $\downarrow$
8553 \end_inset
8554
8555 x>0
8556 \begin_inset Formula $\to$
8557 \end_inset
8558
8559 F(a)
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 </lyxtabular>
8578
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \begin_layout Standard
8585 \begin_inset VSpace medskip
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \begin_layout Standard
8592 If you set in the document settings under 
8593 \family sans
8594 Math
8595 \begin_inset space ~
8596 \end_inset
8597
8598 Options
8599 \family default
8600  for the package 
8601 \series bold
8602 mathtools
8603 \series default
8604
8605 \begin_inset Index idx
8606 status collapsed
8607
8608 \begin_layout Plain Layout
8609 Packages ! mathtools
8610 \end_layout
8611
8612 \end_inset
8613
8614  the option 
8615 \family sans
8616 Load
8617 \begin_inset space ~
8618 \end_inset
8619
8620 always
8621 \family default
8622 , you have access to the following labeled arrows:
8623 \end_layout
8624
8625 \begin_layout Standard
8626 \begin_inset Newpage newpage
8627 \end_inset
8628
8629
8630 \end_layout
8631
8632 \begin_layout Standard
8633 \align center
8634 \begin_inset space \hspace*{\fill}
8635 \end_inset
8636
8637
8638 \begin_inset Tabular
8639 <lyxtabular version="3" rows="7" columns="2">
8640 <features booktabs="true" tabularvalignment="middle">
8641 <column alignment="center" valignment="top" width="0pt">
8642 <column alignment="center" valignment="top" width="0pt">
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Command
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Example
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="center" valignment="top" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \family roman
8670 \series medium
8671 \shape up
8672 \size normal
8673 \emph off
8674 \bar no
8675 \strikeout off
8676 \uuline off
8677 \uwave off
8678 \noun off
8679 \color none
8680
8681 \backslash
8682 xleftrightarrow
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8692 \end_inset
8693
8694
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row topspace="2mm">
8701 <cell alignment="center" valignment="top" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \family roman
8707 \series medium
8708 \shape up
8709 \size normal
8710 \emph off
8711 \bar no
8712 \strikeout off
8713 \uuline off
8714 \uwave off
8715 \noun off
8716 \color none
8717
8718 \backslash
8719 xLeftarrow
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 <row topspace="2mm">
8738 <cell alignment="center" valignment="top" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742
8743 \backslash
8744
8745 \family roman
8746 \series medium
8747 \shape up
8748 \size normal
8749 \emph off
8750 \bar no
8751 \strikeout off
8752 \uuline off
8753 \uwave off
8754 \noun off
8755 \color none
8756 xRightarrow
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row topspace="2mm">
8775 <cell alignment="center" valignment="top" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \backslash
8781
8782 \family roman
8783 \series medium
8784 \shape up
8785 \size normal
8786 \emph off
8787 \bar no
8788 \strikeout off
8789 \uuline off
8790 \uwave off
8791 \noun off
8792 \color none
8793 xLeftrightarrow
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8803 \end_inset
8804
8805
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 </row>
8811 <row topspace="2mm">
8812 <cell alignment="center" valignment="top" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816
8817 \family roman
8818 \series medium
8819 \shape up
8820 \size normal
8821 \emph off
8822 \bar no
8823 \strikeout off
8824 \uuline off
8825 \uwave off
8826 \noun off
8827 \color none
8828
8829 \backslash
8830 xhookleftarrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row topspace="2mm">
8849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \family roman
8855 \series medium
8856 \shape up
8857 \size normal
8858 \emph off
8859 \bar no
8860 \strikeout off
8861 \uuline off
8862 \uwave off
8863 \noun off
8864 \color none
8865
8866 \backslash
8867 xhookrightarrow
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 </lyxtabular>
8886
8887 \end_inset
8888
8889
8890 \begin_inset space \hspace*{\fill}
8891 \end_inset
8892
8893
8894 \begin_inset Tabular
8895 <lyxtabular version="3" rows="7" columns="2">
8896 <features booktabs="true" tabularvalignment="middle">
8897 <column alignment="center" valignment="top" width="0pt">
8898 <column alignment="center" valignment="top" width="0pt">
8899 <row>
8900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Command
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Example
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="center" valignment="top" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \backslash
8926
8927 \family roman
8928 \series medium
8929 \shape up
8930 \size normal
8931 \emph off
8932 \bar no
8933 \strikeout off
8934 \uuline off
8935 \uwave off
8936 \noun off
8937 \color none
8938 xleftharpoondown
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row topspace="2mm">
8957 <cell alignment="center" valignment="top" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \backslash
8963
8964 \family roman
8965 \series medium
8966 \shape up
8967 \size normal
8968 \emph off
8969 \bar no
8970 \strikeout off
8971 \uuline off
8972 \uwave off
8973 \noun off
8974 \color none
8975 xleftharpoonup
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8985 \end_inset
8986
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row topspace="2mm">
8994 <cell alignment="center" valignment="top" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998
8999 \backslash
9000
9001 \family roman
9002 \series medium
9003 \shape up
9004 \size normal
9005 \emph off
9006 \bar no
9007 \strikeout off
9008 \uuline off
9009 \uwave off
9010 \noun off
9011 \color none
9012 xrightharpoondown
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row topspace="2mm">
9031 <cell alignment="center" valignment="top" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \backslash
9037
9038 \family roman
9039 \series medium
9040 \shape up
9041 \size normal
9042 \emph off
9043 \bar no
9044 \strikeout off
9045 \uuline off
9046 \uwave off
9047 \noun off
9048 \color none
9049 xrightharpoonup
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row topspace="2mm">
9068 <cell alignment="center" valignment="top" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \backslash
9074
9075 \family roman
9076 \series medium
9077 \shape up
9078 \size normal
9079 \emph off
9080 \bar no
9081 \strikeout off
9082 \uuline off
9083 \uwave off
9084 \noun off
9085 \color none
9086 xleftrightharpoons
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row topspace="2mm">
9105 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \backslash
9111
9112 \family roman
9113 \series medium
9114 \shape up
9115 \size normal
9116 \emph off
9117 \bar no
9118 \strikeout off
9119 \uuline off
9120 \uwave off
9121 \noun off
9122 \color none
9123 xrightleftharpoons
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 </lyxtabular>
9142
9143 \end_inset
9144
9145
9146 \begin_inset space \hspace*{\fill}
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \begin_layout Standard
9153 The command scheme is for all these arrows:
9154 \end_layout
9155
9156 \begin_layout Standard
9157 \align center
9158 \begin_inset Tabular
9159 <lyxtabular version="3" rows="2" columns="2">
9160 <features booktabs="true" tabularvalignment="middle">
9161 <column alignment="center" valignment="top" width="0pt">
9162 <column alignment="center" valignment="top" width="0pt">
9163 <row>
9164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Command
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Result
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row bottomspace="0.5mm">
9184 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 F(a)
9189 \backslash
9190 xleftrightarrow[x=a]
9191 \backslash
9192 {x>0
9193 \begin_inset Formula $\to$
9194 \end_inset
9195
9196 F(x)
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 </lyxtabular>
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Subsection
9222 Vertical and diagonal Arrows
9223 \begin_inset Index idx
9224 status collapsed
9225
9226 \begin_layout Plain Layout
9227 Arrows ! diagonal
9228 \end_layout
9229
9230 \end_inset
9231
9232
9233 \begin_inset Index idx
9234 status collapsed
9235
9236 \begin_layout Plain Layout
9237 Arrows ! vertical
9238 \end_layout
9239
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \begin_layout Standard
9246 \begin_inset space \hfill{}
9247 \end_inset
9248
9249
9250 \begin_inset Tabular
9251 <lyxtabular version="3" rows="7" columns="2">
9252 <features booktabs="true" tabularvalignment="middle">
9253 <column alignment="center" valignment="top" width="0pt">
9254 <column alignment="center" valignment="top" width="0pt">
9255 <row>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 Command
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Result
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="center" valignment="top" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \backslash
9282 uparrow
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 \begin_inset Formula $\uparrow$
9292 \end_inset
9293
9294
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="center" valignment="top" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \backslash
9307 Uparrow
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 \begin_inset Formula $\Uparrow$
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="center" valignment="top" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330
9331 \backslash
9332 updownarrow
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 \begin_inset Formula $\updownarrow$
9342 \end_inset
9343
9344
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="center" valignment="top" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \backslash
9357 Updownarrow
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 \begin_inset Formula $\Updownarrow$
9367 \end_inset
9368
9369
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 </row>
9375 <row>
9376 <cell alignment="center" valignment="top" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380
9381 \backslash
9382 Downarrow
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 \begin_inset Formula $\Downarrow$
9392 \end_inset
9393
9394
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \backslash
9407 downarrow
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 \begin_inset Formula $\downarrow$
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 </lyxtabular>
9426
9427 \end_inset
9428
9429
9430 \begin_inset space \hfill{}
9431 \end_inset
9432
9433
9434 \begin_inset Tabular
9435 <lyxtabular version="3" rows="5" columns="2">
9436 <features booktabs="true" tabularvalignment="middle">
9437 <column alignment="center" valignment="top" width="0pt">
9438 <column alignment="center" valignment="top" width="0pt">
9439 <row>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Command
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Result
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="center" valignment="top" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \backslash
9466 nearrow
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 \begin_inset Formula $\nearrow$
9476 \end_inset
9477
9478
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row>
9485 <cell alignment="center" valignment="top" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \backslash
9491 searrow
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Formula $\searrow$
9501 \end_inset
9502
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row>
9510 <cell alignment="center" valignment="top" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \backslash
9516 swarrow
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 \begin_inset Formula $\swarrow$
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 <row>
9535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \backslash
9541 nwarrow
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9547 \begin_inset Text
9548
9549 \begin_layout Plain Layout
9550 \begin_inset Formula $\nwarrow$
9551 \end_inset
9552
9553
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 </lyxtabular>
9560
9561 \end_inset
9562
9563
9564 \begin_inset space \hfill{}
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \begin_layout Standard
9571 \begin_inset VSpace medskip
9572 \end_inset
9573
9574 Vertical arrows can be used also as delimiters together with the commands
9575  described in 
9576 \begin_inset CommandInset ref
9577 LatexCommand ref
9578 reference "subsec:Manual-Bracket-Size"
9579
9580 \end_inset
9581
9582  and 
9583 \begin_inset CommandInset ref
9584 LatexCommand ref
9585 reference "subsec:Automatic-Bracket-Size"
9586
9587 \end_inset
9588
9589 .
9590 \end_layout
9591
9592 \begin_layout Section
9593 Accents
9594 \begin_inset CommandInset label
9595 LatexCommand label
9596 name "sec:Accents"
9597
9598 \end_inset
9599
9600
9601 \begin_inset Index idx
9602 status collapsed
9603
9604 \begin_layout Plain Layout
9605 Accents
9606 \end_layout
9607
9608 \end_inset
9609
9610
9611 \end_layout
9612
9613 \begin_layout Standard
9614 Accents can be inserted via the math toolbar button 
9615 \begin_inset Info
9616 type  "icon"
9617 arg   "math-insert \\hat"
9618 \end_inset
9619
9620  or the commands listed in the following subsections.
9621 \end_layout
9622
9623 \begin_layout Subsection
9624 Accents for one Character
9625 \begin_inset ERT
9626 status collapsed
9627
9628 \begin_layout Plain Layout
9629
9630
9631 \backslash
9632 texorpdfstring{
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \begin_inset Foot
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 accents in text see 
9643 \begin_inset CommandInset ref
9644 LatexCommand ref
9645 reference "subsec:Accents-in-Text"
9646
9647 \end_inset
9648
9649
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \begin_inset ERT
9656 status collapsed
9657
9658 \begin_layout Plain Layout
9659
9660 }{}
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \begin_inset Note Note
9667 status collapsed
9668
9669 \begin_layout Plain Layout
9670
9671 \series bold
9672
9673 \backslash
9674 texorpdfstring
9675 \series default
9676  is used to avoid that the footnote appears in the PDF-bookmark.
9677 \end_layout
9678
9679 \begin_layout Plain Layout
9680 More about 
9681 \series bold
9682
9683 \backslash
9684 texorpdfstring
9685 \series default
9686  is in section 
9687 \begin_inset CommandInset ref
9688 LatexCommand ref
9689 reference "subsec:Formulas-in-Section"
9690
9691 \end_inset
9692
9693 .
9694 \end_layout
9695
9696 \end_inset
9697
9698
9699 \begin_inset CommandInset label
9700 LatexCommand label
9701 name "subsec:Accents-for-one"
9702
9703 \end_inset
9704
9705
9706 \begin_inset Index idx
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710 Accents ! for one character
9711 \end_layout
9712
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \begin_layout Standard
9719 \begin_inset space \hfill{}
9720 \end_inset
9721
9722
9723 \begin_inset Tabular
9724 <lyxtabular version="3" rows="8" columns="2">
9725 <features booktabs="true" tabularvalignment="middle">
9726 <column alignment="center" valignment="top" width="0pt">
9727 <column alignment="center" valignment="top" width="0pt">
9728 <row>
9729 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 Command
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 Result
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row topspace="1.5mm">
9749 <cell alignment="center" valignment="top" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 dot
9756 \begin_inset space \textvisiblespace{}
9757 \end_inset
9758
9759 A
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 \begin_inset Formula $\dot{A}$
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row topspace="1.5mm">
9778 <cell alignment="center" valignment="top" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \backslash
9784 ddot
9785 \begin_inset space \textvisiblespace{}
9786 \end_inset
9787
9788 A
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 \begin_inset Formula $\ddot{A}$
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row topspace="1.5mm">
9807 <cell alignment="center" valignment="top" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \backslash
9813 dddot
9814 \begin_inset space \textvisiblespace{}
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\dddot{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row topspace="1.5mm">
9836 <cell alignment="center" valignment="top" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 ddddot
9843 \begin_inset space \textvisiblespace{}
9844 \end_inset
9845
9846 A
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Formula $\ddddot{A}$
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row topspace="1.5mm">
9865 <cell alignment="center" valignment="top" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \backslash
9871 vec
9872 \begin_inset space \textvisiblespace{}
9873 \end_inset
9874
9875 A
9876 \begin_inset Index idx
9877 status collapsed
9878
9879 \begin_layout Plain Layout
9880 Vectors
9881 \end_layout
9882
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894 \begin_inset Formula $\vec{A}$
9895 \end_inset
9896
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 </row>
9903 <row topspace="1.5mm">
9904 <cell alignment="center" valignment="top" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908
9909 \backslash
9910 bar
9911 \begin_inset space \textvisiblespace{}
9912 \end_inset
9913
9914 A
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 \begin_inset Formula $\bar{A}$
9924 \end_inset
9925
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row topspace="1.5mm">
9933 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \backslash
9939 mathring
9940 \begin_inset space \textvisiblespace{}
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\mathring{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 </lyxtabular>
9962
9963 \end_inset
9964
9965
9966 \begin_inset space \hfill{}
9967 \end_inset
9968
9969
9970 \begin_inset Tabular
9971 <lyxtabular version="3" rows="7" columns="2">
9972 <features booktabs="true" tabularvalignment="middle">
9973 <column alignment="center" valignment="top" width="0pt">
9974 <column alignment="center" valignment="top" width="0pt">
9975 <row>
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Command
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Result
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row topspace="1.5mm">
9996 <cell alignment="center" valignment="top" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \backslash
10002 tilde
10003 \begin_inset space \textvisiblespace{}
10004 \end_inset
10005
10006 A
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 \begin_inset Formula $\tilde{A}$
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row topspace="1.5mm">
10025 <cell alignment="center" valignment="top" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \backslash
10031 hat
10032 \begin_inset space \textvisiblespace{}
10033 \end_inset
10034
10035 A
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 \begin_inset Formula $\hat{A}$
10045 \end_inset
10046
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row topspace="1.5mm">
10054 <cell alignment="center" valignment="top" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \backslash
10060 check
10061 \begin_inset space \textvisiblespace{}
10062 \end_inset
10063
10064 A
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 \begin_inset Formula $\check{A}$
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row topspace="1.5mm">
10083 <cell alignment="center" valignment="top" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \backslash
10089 acute
10090 \begin_inset space \textvisiblespace{}
10091 \end_inset
10092
10093 A
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 \begin_inset Formula $\acute{A}$
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row topspace="1.5mm">
10112 <cell alignment="center" valignment="top" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \backslash
10118 grave
10119 \begin_inset space \textvisiblespace{}
10120 \end_inset
10121
10122 A
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 \begin_inset Formula $\grave{A}$
10132 \end_inset
10133
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row topspace="1.5mm">
10141 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \backslash
10147 breve
10148 \begin_inset space \textvisiblespace{}
10149 \end_inset
10150
10151 A
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 \begin_inset Formula $\breve{A}$
10161 \end_inset
10162
10163
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 </lyxtabular>
10170
10171 \end_inset
10172
10173
10174 \begin_inset space \hfill{}
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \begin_layout Standard
10181 \begin_inset VSpace bigskip
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \begin_layout Standard
10188 You can directly insert accents like é to formulas.
10189  \SpecialChar LyX
10190  will transform them to the corresponding accent command.
10191  For umlauts
10192 \begin_inset Index idx
10193 status collapsed
10194
10195 \begin_layout Plain Layout
10196 Umlauts
10197 \end_layout
10198
10199 \end_inset
10200
10201  it is better to insert a quotation mark before the vowel.
10202  These two characters are then treated by \SpecialChar LaTeX
10203  as 
10204 \emph on
10205 one
10206 \emph default
10207  character when the formula part with the umlaut is marked as German.
10208  In contrary to 
10209 \series bold
10210
10211 \backslash
10212 ddot
10213 \series default
10214 , with this method 
10215 \begin_inset Quotes eld
10216 \end_inset
10217
10218 real
10219 \begin_inset Quotes erd
10220 \end_inset
10221
10222  umlauts are created as demonstrated in the following example:
10223 \end_layout
10224
10225 \begin_layout Standard
10226 \begin_inset VSpace -2mm
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \align center
10234 \begin_inset Tabular
10235 <lyxtabular version="3" rows="3" columns="2">
10236 <features booktabs="true" tabularvalignment="middle">
10237 <column alignment="center" valignment="top" width="0pt">
10238 <column alignment="center" valignment="top">
10239 <row>
10240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 Command
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Result
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="center" valignment="top" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 \begin_inset Quotes grd
10265 \end_inset
10266
10267 i
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 \begin_inset space \hspace{}
10277 \length 0pt
10278 \end_inset
10279
10280
10281 \lang ngerman
10282
10283 \begin_inset Formula $"i$
10284 \end_inset
10285
10286
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row topspace="1.5mm">
10293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \backslash
10299 ddot
10300 \begin_inset space \textvisiblespace{}
10301 \end_inset
10302
10303 i
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 \begin_inset Formula $\ddot{i}$
10313 \end_inset
10314
10315
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 </lyxtabular>
10322
10323 \end_inset
10324
10325
10326 \end_layout
10327
10328 \begin_layout Standard
10329 Another advantage to 
10330 \series bold
10331
10332 \backslash
10333 ddot
10334 \series default
10335  is that umlauts can directly be converted to mathematical text because
10336  the accent commands above are 
10337 \emph on
10338 not allowed
10339 \emph default
10340  
10341 \emph on
10342 in mathematical text
10343 \emph default
10344 .
10345  To convert an accented character to mathematical text, only the character
10346  under the accent may be converted.
10347  This applies also for all other conversions, e.
10348 \begin_inset space \thinspace{}
10349 \end_inset
10350
10351 g.
10352 \begin_inset space \space{}
10353 \end_inset
10354
10355 to italic or bold.
10356 \end_layout
10357
10358 \begin_layout Standard
10359 In mathematical text, umlauts and other accented characters can directly
10360  be inserted.
10361 \end_layout
10362
10363 \begin_layout Standard
10364 \begin_inset VSpace bigskip
10365 \end_inset
10366
10367
10368 \end_layout
10369
10370 \begin_layout Standard
10371 \SpecialChar LyX
10372  also supports a tilde under the character if the \SpecialChar LaTeX
10373 -package 
10374 \series bold
10375 undertilde
10376 \series default
10377
10378 \begin_inset Index idx
10379 status collapsed
10380
10381 \begin_layout Plain Layout
10382 Packages ! undertilde
10383 \end_layout
10384
10385 \end_inset
10386
10387  is installed on your system:
10388 \end_layout
10389
10390 \begin_layout Standard
10391 \begin_inset ERT
10392 status collapsed
10393
10394 \begin_layout Plain Layout
10395
10396
10397 \backslash
10398 ifundertilde 
10399 \end_layout
10400
10401 \end_inset
10402
10403
10404 \begin_inset Note Note
10405 status open
10406
10407 \begin_layout Plain Layout
10408 The following table will only be displayed when the \SpecialChar LaTeX
10409 -package 
10410 \series bold
10411 undertilde
10412 \series default
10413  is installed.
10414 \end_layout
10415
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \begin_layout Standard
10422 \noindent
10423 \align center
10424 \begin_inset Tabular
10425 <lyxtabular version="3" rows="2" columns="2">
10426 <features booktabs="true" tabularvalignment="middle">
10427 <column alignment="center" valignment="top" width="0pt">
10428 <column alignment="center" valignment="top" width="0pt">
10429 <row>
10430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Command
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 Result
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \backslash
10456 utilde
10457 \begin_inset space \textvisiblespace{}
10458 \end_inset
10459
10460 A
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 \begin_inset Formula $\utilde{A}$
10470 \end_inset
10471
10472
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 </lyxtabular>
10479
10480 \end_inset
10481
10482
10483 \end_layout
10484
10485 \begin_layout Standard
10486 \begin_inset ERT
10487 status collapsed
10488
10489 \begin_layout Plain Layout
10490
10491
10492 \backslash
10493 else 
10494 \end_layout
10495
10496 \end_inset
10497
10498
10499 \begin_inset Note Note
10500 status open
10501
10502 \begin_layout Plain Layout
10503 The following will be displayed when the \SpecialChar LaTeX
10504 -package 
10505 \series bold
10506 undertilde
10507 \series default
10508  is not installed:
10509 \end_layout
10510
10511 \end_inset
10512
10513
10514 \end_layout
10515
10516 \begin_layout Standard
10517 You need to install the \SpecialChar LaTeX
10518 -package 
10519 \series bold
10520 undertilde
10521 \series default
10522  to see the rest of this subsection in the output.
10523 \end_layout
10524
10525 \begin_layout Standard
10526 \begin_inset ERT
10527 status collapsed
10528
10529 \begin_layout Plain Layout
10530
10531
10532 \backslash
10533 fi 
10534 \end_layout
10535
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \begin_layout Standard
10542 \begin_inset Newpage newpage
10543 \end_inset
10544
10545
10546 \end_layout
10547
10548 \begin_layout Subsection
10549 Accents for several Characters
10550 \begin_inset Index idx
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554 Accents ! for several characters
10555 \end_layout
10556
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \begin_layout Standard
10563 \begin_inset space \hfill{}
10564 \end_inset
10565
10566
10567 \begin_inset Tabular
10568 <lyxtabular version="3" rows="5" columns="2">
10569 <features booktabs="true" tabularvalignment="middle">
10570 <column alignment="center" valignment="top" width="0pt">
10571 <column alignment="center" valignment="top" width="0pt">
10572 <row>
10573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Command
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Result
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row topspace="1.5mm">
10593 <cell alignment="center" valignment="top" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \backslash
10599 overleftarrow
10600 \begin_inset space \textvisiblespace{}
10601 \end_inset
10602
10603 A=B
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset Formula $\overleftarrow{A=B}$
10613 \end_inset
10614
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row topspace="1.5mm">
10622 <cell alignment="center" valignment="top" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \backslash
10628 underleftarrow
10629 \begin_inset space \textvisiblespace{}
10630 \end_inset
10631
10632 A=B
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 \begin_inset Formula $\underleftarrow{A=B}$
10642 \end_inset
10643
10644
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row topspace="1.5mm">
10651 <cell alignment="center" valignment="top" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \backslash
10657 overleftrightarrow
10658 \begin_inset space \textvisiblespace{}
10659 \end_inset
10660
10661 A=B
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 \begin_inset Formula $\overleftrightarrow{A=B}$
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row topspace="1.5mm" bottomspace="1mm">
10680 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \backslash
10686 underleftrightarrow
10687 \begin_inset space \textvisiblespace{}
10688 \end_inset
10689
10690 A=B
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 \begin_inset Formula $\underleftrightarrow{A=B}$
10700 \end_inset
10701
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 </lyxtabular>
10709
10710 \end_inset
10711
10712
10713 \begin_inset space \hfill{}
10714 \end_inset
10715
10716
10717 \begin_inset Tabular
10718 <lyxtabular version="3" rows="5" columns="2">
10719 <features booktabs="true" tabularvalignment="middle">
10720 <column alignment="center" valignment="top" width="0pt">
10721 <column alignment="center" valignment="top" width="0pt">
10722 <row>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Command
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Result
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row topspace="1.5mm">
10743 <cell alignment="center" valignment="top" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \backslash
10749 overrightarrow
10750 \begin_inset space \textvisiblespace{}
10751 \end_inset
10752
10753 A=B
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 \begin_inset Formula $\overrightarrow{A=B}$
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row topspace="1.5mm">
10772 <cell alignment="center" valignment="top" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \backslash
10778 underrightarrow
10779 \begin_inset space \textvisiblespace{}
10780 \end_inset
10781
10782 A=B
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $\underrightarrow{A=B}$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row topspace="1.5mm">
10801 <cell alignment="center" valignment="top" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 widetilde
10808 \begin_inset space \textvisiblespace{}
10809 \end_inset
10810
10811 A=B
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 \begin_inset Formula $\widetilde{A=B}$
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row topspace="1.5mm" bottomspace="1mm">
10830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \backslash
10836 widehat
10837 \begin_inset space \textvisiblespace{}
10838 \end_inset
10839
10840 A=B
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 \begin_inset Formula $\widehat{A=B}$
10850 \end_inset
10851
10852
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 </row>
10858 </lyxtabular>
10859
10860 \end_inset
10861
10862
10863 \begin_inset space \hfill{}
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \begin_layout Standard
10870 \begin_inset VSpace medskip
10871 \end_inset
10872
10873 With these commands as many characters as you like can be accented.
10874  But the accents 
10875 \series bold
10876
10877 \backslash
10878 widetilde
10879 \series default
10880  and 
10881 \series bold
10882
10883 \backslash
10884 widehat
10885 \series default
10886  will only be set in the output with a length of three characters, as shown
10887  in the following example:
10888 \begin_inset Formula 
10889 \[
10890 \widetilde{A+B=C-D}
10891 \]
10892
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \begin_layout Standard
10899 With the commands 
10900 \series bold
10901
10902 \backslash
10903 overset
10904 \series default
10905
10906 \begin_inset Index idx
10907 status collapsed
10908
10909 \begin_layout Plain Layout
10910 Commands ! O ! 
10911 \backslash
10912 overset
10913 \end_layout
10914
10915 \end_inset
10916
10917  and 
10918 \series bold
10919
10920 \backslash
10921 underset
10922 \series default
10923
10924 \begin_inset Index idx
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928 Commands ! U ! 
10929 \backslash
10930 underset
10931 \end_layout
10932
10933 \end_inset
10934
10935  described in the previous subsection it is also possible to accent several
10936  characters.
10937  The command 
10938 \series bold
10939
10940 \backslash
10941 underset
10942 \begin_inset space \textvisiblespace{}
10943 \end_inset
10944
10945 A=B
10946 \begin_inset Formula $\downarrow$
10947 \end_inset
10948
10949 ***
10950 \series default
10951  creates:
10952 \begin_inset Formula 
10953 \[
10954 \underset{***}{A=B}
10955 \]
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Section
10963 Space
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "subsec:Space"
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index idx
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Space ! horizontal
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Subsection
10984 Predefined Space
10985 \begin_inset CommandInset label
10986 LatexCommand label
10987 name "subsec:Predefined-Space"
10988
10989 \end_inset
10990
10991
10992 \begin_inset Index idx
10993 status collapsed
10994
10995 \begin_layout Plain Layout
10996 Space ! horizontal ! predefined
10997 \end_layout
10998
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \begin_layout Standard
11005 Sometimes it is necessary to insert horizontal space into a formula.
11006  This is done by inserting a protected space (shortcut 
11007 \begin_inset Info
11008 type  "shortcut"
11009 arg   "command-alternatives space-insert protected ; math-space"
11010 \end_inset
11011
11012 ).
11013  A 
11014 \begin_inset Quotes eld
11015 \end_inset
11016
11017
11018 \color blue
11019
11020 \begin_inset space \textvisiblespace{}
11021 \end_inset
11022
11023
11024 \color inherit
11025
11026 \begin_inset Quotes erd
11027 \end_inset
11028
11029  appears and by pressing 
11030 \family sans
11031 Space
11032 \family default
11033  several times one can select one of eight different space sizes.
11034  The spaces can also be inserted using the math toolbar button 
11035 \begin_inset Info
11036 type  "icon"
11037 arg   "math-insert \\space"
11038 \end_inset
11039
11040  or special commands.
11041  Independent from the inserted command, one can select the size again by
11042  pressing 
11043 \family sans
11044 Space
11045 \family default
11046  afterwards.
11047 \end_layout
11048
11049 \begin_layout Standard
11050 \noindent
11051 \align center
11052 \begin_inset Tabular
11053 <lyxtabular version="3" rows="6" columns="3">
11054 <features booktabs="true" tabularvalignment="middle">
11055 <column alignment="center" valignment="top">
11056 <column alignment="center" valignment="top" width="15col%">
11057 <column alignment="center" valignment="top">
11058 <row>
11059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Command
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Number of 
11073 \family sans
11074 Space
11075 \family default
11076  keystrokes
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Result
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 </row>
11091 <row>
11092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096
11097 \backslash
11098 ,
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 0
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 \begin_inset Formula $A\,B$
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 </row>
11125 <row>
11126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130
11131 \backslash
11132 :
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 1
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 \begin_inset Formula $A\:B$
11151 \end_inset
11152
11153
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 </row>
11159 <row>
11160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \backslash
11166 ;
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 2
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 \begin_inset Formula $A\;B$
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 <row>
11194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198
11199 \backslash
11200 quad
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 3
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\quad B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 </row>
11227 <row>
11228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232
11233 \backslash
11234 qquad
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 4
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 \begin_inset Formula $A\qquad B$
11253 \end_inset
11254
11255
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 </row>
11261 </lyxtabular>
11262
11263 \end_inset
11264
11265
11266 \begin_inset space \hfill{}
11267 \end_inset
11268
11269
11270 \begin_inset Tabular
11271 <lyxtabular version="3" rows="6" columns="3">
11272 <features booktabs="true" tabularvalignment="middle">
11273 <column alignment="center" valignment="top">
11274 <column alignment="center" valignment="top" width="15col%">
11275 <column alignment="center" valignment="top">
11276 <row>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 Command
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Number of 
11291 \family sans
11292 Space
11293 \family default
11294  keystrokes
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 Result
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 </row>
11309 <row>
11310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \backslash
11316 hfill
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 5
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 \begin_inset Formula $A\hfill B$
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 <row>
11344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348
11349 \backslash
11350 hspace*{1em}
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 6
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Formula $A\hspace*{1em}B$
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382
11383 \backslash
11384 hspace{1em}
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 7
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 \begin_inset Formula $A\hspace{1em}B$
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 </row>
11411 <row>
11412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416
11417 \backslash
11418
11419 \begin_inset space \textvisiblespace{}
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 8
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset Formula $A\ B$
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \backslash
11456 !
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 9
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $A\!B$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 </lyxtabular>
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Space
11492 \begin_inset space ~
11493 \end_inset
11494
11495 5
11496 \begin_inset space \thinspace{}
11497 \end_inset
11498
11499
11500 \begin_inset space \thinspace{}
11501 \end_inset
11502
11503 7 are variable spaces which are explained in 
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "subsec:Variable-Space"
11507
11508 \end_inset
11509
11510 .
11511  Space
11512 \begin_inset space ~
11513 \end_inset
11514
11515 9 seems to produce no space.
11516  It is displayed red in \SpecialChar LyX
11517  contrary to the other sizes, because it is a negative
11518  space.
11519  There are two more negative spaces:
11520 \end_layout
11521
11522 \begin_layout Standard
11523 \align center
11524 \begin_inset Tabular
11525 <lyxtabular version="3" rows="3" columns="3">
11526 <features booktabs="true" tabularvalignment="middle">
11527 <column alignment="center" valignment="middle" width="6.8cm">
11528 <column alignment="center" valignment="top" width="0pt">
11529 <column alignment="center" valignment="top" width="0pt">
11530 <row>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 Command
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \backslash
11546 negmedspace
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555
11556 \backslash
11557 negthickspace
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 Number of 
11569 \family sans
11570 Space
11571 \family default
11572  keystrokes after inserting the protected space
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 10
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 11
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 <row>
11597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 Result
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 \begin_inset Formula $A\negmedspace B$
11611 \end_inset
11612
11613
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 \begin_inset Formula $A\negthickspace B$
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 </lyxtabular>
11632
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \begin_layout Standard
11639 Negative spaces can lead to characters overlapping each other.
11640  Thus they can be used to enforce ligatures, which are e.
11641 \begin_inset space \thinspace{}
11642 \end_inset
11643
11644 g.
11645 \begin_inset space \space{}
11646 \end_inset
11647
11648 useful for summation operators:
11649 \end_layout
11650
11651 \begin_layout Standard
11652 \align center
11653 \begin_inset Tabular
11654 <lyxtabular version="3" rows="3" columns="2">
11655 <features booktabs="true" tabularvalignment="middle">
11656 <column alignment="center" valignment="top" width="0pt">
11657 <column alignment="center" valignment="top">
11658 <row>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 Command
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 Result
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 </row>
11678 <row>
11679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683
11684 \backslash
11685 sum
11686 \backslash
11687 sum
11688 \begin_inset space \textvisiblespace{}
11689 \end_inset
11690
11691 f_kl
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 \begin_inset Formula $\sum\sum f_{kl}$
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \backslash
11716 sum
11717 \backslash
11718 negmedspace
11719 \backslash
11720 sum
11721 \begin_inset space \textvisiblespace{}
11722 \end_inset
11723
11724 f_kl
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11734 \end_inset
11735
11736
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 </lyxtabular>
11743
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \begin_layout Standard
11750 \noindent
11751 \begin_inset VSpace medskip
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 \noindent
11759 Relations like for example equal signs, are always surrounded by space.
11760  To suppress this, the equal sign is placed into a \SpecialChar TeX
11761  brace.
11762  The following example demonstrates this:
11763 \end_layout
11764
11765 \begin_layout Standard
11766 \align center
11767 \begin_inset Tabular
11768 <lyxtabular version="3" rows="2" columns="2">
11769 <features tabularvalignment="middle">
11770 <column alignment="center" valignment="top" width="0pt">
11771 <column alignment="center" valignment="top" width="0pt">
11772 <row>
11773 <cell alignment="center" valignment="top" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 normal equation
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 <cell alignment="center" valignment="top" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 \begin_inset Formula $A=B$
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 equation without space
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Formula $A{=}B$
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 </row>
11818 </lyxtabular>
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \noindent
11827 The command for the last formula is: 
11828 \series bold
11829 A
11830 \backslash
11831 {=
11832 \begin_inset Formula $\to$
11833 \end_inset
11834
11835 B
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset VSpace bigskip
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Spaces are needed for physical units, because the space between the value
11847  and the unit is the smallest one and not a normal space.
11848  For units in text, the smallest space is inserted via the menu 
11849 \family sans
11850 Insert\SpecialChar menuseparator
11851 Formatting\SpecialChar menuseparator
11852 Thin
11853 \begin_inset space ~
11854 \end_inset
11855
11856 Space
11857 \family default
11858  (shortcut 
11859 \begin_inset Info
11860 type  "shortcut"
11861 arg   "space-insert thin"
11862 \end_inset
11863
11864 ).
11865 \end_layout
11866
11867 \begin_layout Standard
11868 An example to visualize the difference:
11869 \end_layout
11870
11871 \begin_layout Standard
11872 \begin_inset Tabular
11873 <lyxtabular version="3" rows="2" columns="2">
11874 <features tabularvalignment="middle">
11875 <column alignment="left" valignment="top">
11876 <column alignment="left" valignment="top">
11877 <row>
11878 <cell alignment="center" valignment="top" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 24 kW
11883 \begin_inset Formula $\cdot$
11884 \end_inset
11885
11886 h
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 space between value and unit
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 </row>
11901 <row>
11902 <cell alignment="center" valignment="top" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 24
11907 \begin_inset space \thinspace{}
11908 \end_inset
11909
11910 kW
11911 \begin_inset Formula $\cdot$
11912 \end_inset
11913
11914 h
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 smallest space between value and unit
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 </lyxtabular>
11930
11931 \end_inset
11932
11933
11934 \end_layout
11935
11936 \begin_layout Subsection
11937 Variable Space
11938 \begin_inset ERT
11939 status collapsed
11940
11941 \begin_layout Plain Layout
11942
11943
11944 \backslash
11945 texorpdfstring{
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset Foot
11952 status collapsed
11953
11954 \begin_layout Plain Layout
11955 for vertical space in formulas see 
11956 \begin_inset CommandInset ref
11957 LatexCommand ref
11958 reference "subsec:Line-Separation"
11959
11960 \end_inset
11961
11962
11963 \end_layout
11964
11965 \end_inset
11966
11967
11968 \begin_inset ERT
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972
11973 }{}
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \begin_inset Note Note
11980 status collapsed
11981
11982 \begin_layout Plain Layout
11983
11984 \backslash
11985 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11986 \end_layout
11987
11988 \begin_layout Plain Layout
11989 More about 
11990 \backslash
11991 texorpdfstring is in section 
11992 \begin_inset CommandInset ref
11993 LatexCommand ref
11994 reference "subsec:Formulas-in-Section"
11995
11996 \end_inset
11997
11998 .
11999 \end_layout
12000
12001 \end_inset
12002
12003
12004 \begin_inset CommandInset label
12005 LatexCommand label
12006 name "subsec:Variable-Space"
12007
12008 \end_inset
12009
12010
12011 \begin_inset Index idx
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015 Space ! horizontal ! variable
12016 \end_layout
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Standard
12024 Space with a defined length can be inserted with the command 
12025 \series bold
12026
12027 \backslash
12028 hspace
12029 \series default
12030
12031 \begin_inset Index idx
12032 status collapsed
12033
12034 \begin_layout Plain Layout
12035 Commands ! H ! 
12036 \backslash
12037 hspace
12038 \end_layout
12039
12040 \end_inset
12041
12042 .
12043  Then a long 
12044 \begin_inset Quotes eld
12045 \end_inset
12046
12047
12048 \color blue
12049
12050 \begin_inset space \textvisiblespace{}
12051 \end_inset
12052
12053
12054 \color inherit
12055
12056 \begin_inset Quotes erd
12057 \end_inset
12058
12059  appears.
12060  The length can be specified by left-clicking on the 
12061 \begin_inset Quotes eld
12062 \end_inset
12063
12064
12065 \color blue
12066
12067 \begin_inset space \textvisiblespace{}
12068 \end_inset
12069
12070
12071 \color inherit
12072
12073 \begin_inset Quotes erd
12074 \end_inset
12075
12076 .
12077  The length may also be negative.
12078  When a space would be the first character in a line it would be omitted.
12079  To force its output use the command 
12080 \series bold
12081
12082 \backslash
12083 hspace*
12084 \series default
12085  instead of 
12086 \series bold
12087
12088 \backslash
12089 hspace
12090 \series default
12091  or left-click on the 
12092 \begin_inset Quotes eld
12093 \end_inset
12094
12095
12096 \color blue
12097
12098 \begin_inset space \textvisiblespace{}
12099 \end_inset
12100
12101
12102 \color inherit
12103
12104 \begin_inset Quotes erd
12105 \end_inset
12106
12107  and check the option 
12108 \family sans
12109 Protect
12110 \family default
12111 .
12112 \begin_inset Newline newline
12113 \end_inset
12114
12115 To insert as much space as is available, the command 
12116 \series bold
12117
12118 \backslash
12119 hfill
12120 \series default
12121
12122 \begin_inset Index idx
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126 Commands ! H ! 
12127 \backslash
12128 hfill
12129 \end_layout
12130
12131 \end_inset
12132
12133  is used.
12134 \end_layout
12135
12136 \begin_layout Standard
12137 \align center
12138 \begin_inset Tabular
12139 <lyxtabular version="3" rows="4" columns="2">
12140 <features booktabs="true" tabularvalignment="middle">
12141 <column alignment="center" valignment="top" width="0pt">
12142 <column alignment="center" valignment="top">
12143 <row>
12144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12145 \begin_inset Text
12146
12147 \begin_layout Plain Layout
12148 Command (
12149 \backslash
12150 hspace length)
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 Result
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 <row>
12166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 A=B
12171 \backslash
12172 hspace
12173 \begin_inset space \textvisiblespace{}
12174 \end_inset
12175
12176 A
12177 \backslash
12178 not=C (3
12179 \begin_inset space \thinspace{}
12180 \end_inset
12181
12182 cm)
12183 \end_layout
12184
12185 \end_inset
12186 </cell>
12187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12188 \begin_inset Text
12189
12190 \begin_layout Plain Layout
12191 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12192 \end_inset
12193
12194
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 <row>
12201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 A
12206 \backslash
12207 hspace
12208 \begin_inset space \textvisiblespace{}
12209 \end_inset
12210
12211 A
12212 \backslash
12213 not=A (-1
12214 \begin_inset space \thinspace{}
12215 \end_inset
12216
12217 mm)
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 <row>
12236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 A=A
12241 \backslash
12242 hfill
12243 \begin_inset space \textvisiblespace{}
12244 \end_inset
12245
12246 B=B
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 \begin_inset Formula $A=A\hfill B=B$
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 </row>
12264 </lyxtabular>
12265
12266 \end_inset
12267
12268
12269 \end_layout
12270
12271 \begin_layout Standard
12272 In the last example the available space is given by the longest column entry
12273  of the table.
12274  In an inline formula the space depends on the length of the line in which
12275  
12276 \series bold
12277
12278 \backslash
12279 hfill
12280 \series default
12281  is inserted.
12282  Thus, when the line uses the full width, no space will be created.
12283  
12284 \series bold
12285
12286 \backslash
12287 hfill
12288 \series default
12289  only has an effect on displayed formulas when the formula style 
12290 \series bold
12291 Indented
12292 \series default
12293  is used.
12294  (Formula styles are explained in 
12295 \begin_inset CommandInset ref
12296 LatexCommand ref
12297 reference "sec:Formula-Styles"
12298
12299 \end_inset
12300
12301 .)
12302 \end_layout
12303
12304 \begin_layout Standard
12305 Besides 
12306 \series bold
12307
12308 \backslash
12309 hfill
12310 \series default
12311 , there are the commands 
12312 \series bold
12313
12314 \backslash
12315 dotfill
12316 \series default
12317  and 
12318 \series bold
12319
12320 \backslash
12321 hrulefill
12322 \series default
12323  that fill the space with a pattern, see 
12324 \begin_inset CommandInset ref
12325 LatexCommand ref
12326 reference "subsec:Ellipses"
12327
12328 \end_inset
12329
12330  for an example.
12331 \end_layout
12332
12333 \begin_layout Standard
12334 For text, variable space can be inserted via the menu 
12335 \family sans
12336 Insert\SpecialChar menuseparator
12337 Formatting\SpecialChar menuseparator
12338 Horizontal
12339 \begin_inset space ~
12340 \end_inset
12341
12342 Space
12343 \family default
12344 :
12345 \end_layout
12346
12347 \begin_layout Standard
12348 This is a line with
12349 \begin_inset space \hspace{}
12350 \length 2cm
12351 \end_inset
12352
12353 2
12354 \begin_inset space \thinspace{}
12355 \end_inset
12356
12357 cm space.
12358 \end_layout
12359
12360 \begin_layout Standard
12361 This is a line with
12362 \begin_inset space \hfill{}
12363 \end_inset
12364
12365 maximum space.
12366 \end_layout
12367
12368 \begin_layout Subsection
12369 Space besides inline Formulas
12370 \begin_inset Index idx
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374 Space ! besides inline formulas
12375 \end_layout
12376
12377 \end_inset
12378
12379
12380 \end_layout
12381
12382 \begin_layout Standard
12383 The space that surrounds inline formulas can be adjusted with the length
12384  
12385 \series bold
12386
12387 \backslash
12388 mathsurround
12389 \series default
12390
12391 \begin_inset Index idx
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395 Commands ! M ! 
12396 \backslash
12397 mathsurround
12398 \end_layout
12399
12400 \end_inset
12401
12402 .
12403  The value of a length is set with the command 
12404 \series bold
12405
12406 \backslash
12407 setlength
12408 \series default
12409
12410 \begin_inset Index idx
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Commands ! S ! 
12415 \backslash
12416 setlength
12417 \end_layout
12418
12419 \end_inset
12420
12421  which has the following scheme:
12422 \end_layout
12423
12424 \begin_layout Standard
12425
12426 \series bold
12427
12428 \backslash
12429 setlength{length name}{value}
12430 \end_layout
12431
12432 \begin_layout Standard
12433 To set 
12434 \series bold
12435
12436 \backslash
12437 mathsurround
12438 \series default
12439  to the value 5
12440 \begin_inset space \thinspace{}
12441 \end_inset
12442
12443 mm, the command
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449
12450 \backslash
12451 setlength{
12452 \backslash
12453 mathsurround}{5mm}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 is inserted in \SpecialChar TeX
12458  mode.
12459  5
12460 \begin_inset space \thinspace{}
12461 \end_inset
12462
12463 mm space will now be set around all inline formulas:
12464 \begin_inset ERT
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468
12469
12470 \backslash
12471 setlength{
12472 \backslash
12473 mathsurround}{5mm}
12474 \end_layout
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Standard
12482 This is a line with an inline formula 
12483 \begin_inset Formula $A=B$
12484 \end_inset
12485
12486  with 5
12487 \begin_inset space \thinspace{}
12488 \end_inset
12489
12490 mm surrounding space.
12491 \begin_inset ERT
12492 status collapsed
12493
12494 \begin_layout Plain Layout
12495
12496
12497 \backslash
12498 setlength{
12499 \backslash
12500 mathsurround}{0pt}
12501 \end_layout
12502
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \begin_layout Standard
12509 To return to the predefined value, 
12510 \series bold
12511
12512 \backslash
12513 mathsurround
12514 \series default
12515  is set to the value 0
12516 \begin_inset space \thinspace{}
12517 \end_inset
12518
12519 pt.
12520 \end_layout
12521
12522 \begin_layout Standard
12523 \begin_inset Newpage newpage
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Section
12530 Boxes and Frames
12531 \begin_inset Index idx
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535 Boxes
12536 \end_layout
12537
12538 \end_inset
12539
12540
12541 \begin_inset Index idx
12542 status collapsed
12543
12544 \begin_layout Plain Layout
12545 Frames | see
12546 \begin_inset ERT
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550
12551 {
12552 \end_layout
12553
12554 \end_inset
12555
12556 Boxes
12557 \begin_inset ERT
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561
12562 }
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 Boxes for text are described in chapter 
12577 \family typewriter
12578 Boxes
12579 \family default
12580  in the 
12581 \family typewriter
12582 Embedded
12583 \begin_inset space ~
12584 \end_inset
12585
12586 Objects
12587 \family default
12588  manual.
12589 \end_layout
12590
12591 \begin_layout Subsection
12592 Boxes with Frame
12593 \begin_inset CommandInset label
12594 LatexCommand label
12595 name "subsec:Boxes-with-Frame"
12596
12597 \end_inset
12598
12599
12600 \begin_inset Index idx
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604 Boxes ! with frame
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 It is possible to frame a formula or part of one with the commands 
12614 \series bold
12615
12616 \backslash
12617 fbox
12618 \series default
12619
12620 \begin_inset Index idx
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624 Commands ! F ! 
12625 \backslash
12626 fbox
12627 \end_layout
12628
12629 \end_inset
12630
12631  and 
12632 \series bold
12633
12634 \backslash
12635 boxed
12636 \series default
12637
12638 \begin_inset Index idx
12639 status collapsed
12640
12641 \begin_layout Plain Layout
12642 Commands ! B ! 
12643 \backslash
12644 boxed
12645 \end_layout
12646
12647 \end_inset
12648
12649 .
12650 \end_layout
12651
12652 \begin_layout Standard
12653 When one of these commands is inserted in a formula, a blue box appears
12654  within a frame to enter formula parts.
12655  For 
12656 \series bold
12657
12658 \backslash
12659 fbox
12660 \series default
12661  an additional formula has to be created by 
12662 \family sans
12663 Ctrl+M
12664 \family default
12665  within this box, because the box content will otherwise be treated as mathemati
12666 cal text.
12667  When 
12668 \series bold
12669
12670 \backslash
12671 boxed
12672 \series default
12673  is used, a new formula is automatically created inside the frame.
12674 \end_layout
12675
12676 \begin_layout Standard
12677 The command 
12678 \series bold
12679
12680 \backslash
12681 fbox
12682 \series default
12683  is not suitable to frame displayed formulas because the formula will always
12684  be set in the size of the text.
12685  
12686 \series bold
12687
12688 \backslash
12689 boxed
12690 \series default
12691  is in contrary not suitable to frame inline formulas, because the formula
12692  will always be set in the size of a displayed formula.
12693 \end_layout
12694
12695 \begin_layout Standard
12696 An extension to 
12697 \series bold
12698
12699 \backslash
12700 fbox
12701 \series default
12702  is the command 
12703 \series bold
12704
12705 \backslash
12706 framebox
12707 \series default
12708
12709 \begin_inset Index idx
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713 Commands ! F ! 
12714 \backslash
12715 framebox
12716 \end_layout
12717
12718 \end_inset
12719
12720  where additionally the frame width and the alignment can be specified.
12721  
12722 \series bold
12723
12724 \backslash
12725 framebox
12726 \series default
12727  is used in the following scheme:
12728 \end_layout
12729
12730 \begin_layout Standard
12731
12732 \series bold
12733
12734 \backslash
12735 framebox[frame width][position]{box content}
12736 \end_layout
12737
12738 \begin_layout Standard
12739 The position can either be 
12740 \emph on
12741 l
12742 \emph default
12743  or 
12744 \emph on
12745 r
12746 \emph default
12747 .
12748  
12749 \emph on
12750 l
12751 \emph default
12752  left aligns, 
12753 \emph on
12754 r
12755 \emph default
12756  right aligns the formula in the box.
12757  When no position is given, the formula will be centered.
12758 \begin_inset Newline newline
12759 \end_inset
12760
12761 If no width is given, also no position can be given.
12762  In this case the frame width is adjusted to the box content like for 
12763 \series bold
12764
12765 \backslash
12766 fbox
12767 \series default
12768 .
12769 \end_layout
12770
12771 \begin_layout Standard
12772 When the command 
12773 \series bold
12774
12775 \backslash
12776 framebox
12777 \series default
12778  is inserted, a box appears containing three blue boxes.
12779  The first two boxes are surrounded by brackets and denote the two optional
12780  arguments.
12781  The third box is for formula parts like for 
12782 \series bold
12783
12784 \backslash
12785 fbox
12786 \series default
12787 .
12788 \end_layout
12789
12790 \begin_layout Standard
12791 \align center
12792 \begin_inset Tabular
12793 <lyxtabular version="3" rows="5" columns="2">
12794 <features booktabs="true" tabularvalignment="middle">
12795 <column alignment="center" valignment="top" width="0pt">
12796 <column alignment="center" valignment="top">
12797 <row>
12798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 Command
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811 Result
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row topspace="1.5mm">
12818 <cell alignment="center" valignment="top" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822
12823 \backslash
12824 fbox
12825 \begin_inset space \textvisiblespace{}
12826 \end_inset
12827
12828
12829 \family sans
12830 Ctrl+M
12831 \family default
12832  
12833 \backslash
12834 int
12835 \begin_inset space \textvisiblespace{}
12836 \end_inset
12837
12838 A=B
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12848 \end_inset
12849
12850
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row topspace="1.5mm">
12857 <cell alignment="center" valignment="top" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861
12862 \backslash
12863 boxed
12864 \begin_inset space \textvisiblespace{}
12865 \end_inset
12866
12867
12868 \backslash
12869 int
12870 \begin_inset space \textvisiblespace{}
12871 \end_inset
12872
12873 A=B
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 \begin_inset Formula $\boxed{\int A=B}$
12883 \end_inset
12884
12885
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 </row>
12891 <row topspace="1.5mm">
12892 <cell alignment="center" valignment="top" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 A+
12897 \backslash
12898 fbox
12899 \begin_inset space \textvisiblespace{}
12900 \end_inset
12901
12902 B
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 \begin_inset Formula $A+\fbox{B}$
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 </row>
12920 <row topspace="1.5mm" bottomspace="1mm">
12921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925
12926 \backslash
12927 framebox
12928 \begin_inset space \textvisiblespace{}
12929 \end_inset
12930
12931 20mm
12932 \begin_inset Formula $\to$
12933 \end_inset
12934
12935
12936 \begin_inset Formula $\to$
12937 \end_inset
12938
12939
12940 \family sans
12941 Ctrl+M
12942 \family default
12943  
12944 \backslash
12945 frac
12946 \begin_inset space \textvisiblespace{}
12947 \end_inset
12948
12949 A
12950 \begin_inset Formula $\downarrow$
12951 \end_inset
12952
12953 B
12954 \end_layout
12955
12956 \end_inset
12957 </cell>
12958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 </row>
12971 </lyxtabular>
12972
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Standard
12979 The frame thickness can also be adjusted.
12980  To do this the following commands have to be inserted in \SpecialChar TeX
12981  mode before the
12982  formula
12983 \end_layout
12984
12985 \begin_layout Standard
12986
12987 \series bold
12988
12989 \backslash
12990 fboxrule
12991 \series default
12992  
12993 \series bold
12994
12995 \begin_inset Quotes eld
12996 \end_inset
12997
12998 thickness
12999 \begin_inset Quotes erd
13000 \end_inset
13001
13002
13003 \series default
13004  
13005 \series bold
13006
13007 \backslash
13008 fboxsep
13009 \series default
13010  
13011 \series bold
13012
13013 \begin_inset Quotes eld
13014 \end_inset
13015
13016 distance
13017 \begin_inset Quotes erd
13018 \end_inset
13019
13020
13021 \end_layout
13022
13023 \begin_layout Standard
13024 \begin_inset Quotes eld
13025 \end_inset
13026
13027 distance
13028 \begin_inset Quotes erd
13029 \end_inset
13030
13031  specifies the minimal distance between the frame and the first character
13032  in the box.
13033  An example for this is the following framed formula:
13034 \begin_inset ERT
13035 status collapsed
13036
13037 \begin_layout Plain Layout
13038
13039
13040 \backslash
13041 fboxrule 2mm 
13042 \backslash
13043 fboxsep 3mm
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \begin_inset Formula 
13050 \[
13051 \boxed{A+B=C}
13052 \]
13053
13054 \end_inset
13055
13056 Before this formula the commands
13057 \end_layout
13058
13059 \begin_layout Standard
13060
13061 \series bold
13062
13063 \backslash
13064 fboxrule
13065 \series default
13066  
13067 \series bold
13068 2mm
13069 \series default
13070  
13071 \series bold
13072
13073 \backslash
13074 fboxsep
13075 \series default
13076  
13077 \series bold
13078 3mm
13079 \end_layout
13080
13081 \begin_layout Standard
13082 were inserted in \SpecialChar TeX
13083  mode.
13084  The given values are used for all following boxes.
13085 \end_layout
13086
13087 \begin_layout Standard
13088 To return to the standard frame size, the command
13089 \end_layout
13090
13091 \begin_layout Standard
13092
13093 \series bold
13094
13095 \backslash
13096 fboxrule
13097 \series default
13098  
13099 \series bold
13100 0.4pt
13101 \series default
13102  
13103 \series bold
13104
13105 \backslash
13106 fboxsep
13107 \series default
13108  
13109 \series bold
13110 3pt
13111 \series default
13112
13113 \begin_inset ERT
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117
13118
13119 \backslash
13120 fboxrule 0.4pt 
13121 \backslash
13122 fboxsep 3pt
13123 \end_layout
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \begin_layout Standard
13131 is inserted in \SpecialChar TeX
13132  mode before the next formula.
13133 \end_layout
13134
13135 \begin_layout Subsection
13136 Boxes without Frame
13137 \begin_inset CommandInset label
13138 LatexCommand label
13139 name "subsec:Boxes-without-Frame"
13140
13141 \end_inset
13142
13143
13144 \begin_inset Index idx
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148 Boxes ! without frame
13149 \end_layout
13150
13151 \end_inset
13152
13153
13154 \end_layout
13155
13156 \begin_layout Standard
13157 For boxes without a frame there are the following box commands: 
13158 \series bold
13159
13160 \backslash
13161 mbox
13162 \series default
13163
13164 \begin_inset Index idx
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168 Commands ! M ! 
13169 \backslash
13170 mbox
13171 \end_layout
13172
13173 \end_inset
13174
13175
13176 \series bold
13177
13178 \backslash
13179 makebox
13180 \series default
13181
13182 \begin_inset Index idx
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186 Commands ! M ! 
13187 \backslash
13188 makebox
13189 \end_layout
13190
13191 \end_inset
13192
13193  and 
13194 \series bold
13195
13196 \backslash
13197 raisebox
13198 \series default
13199
13200 \begin_inset Index idx
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 Commands ! R ! 
13205 \backslash
13206 raisebox
13207 \end_layout
13208
13209 \end_inset
13210
13211
13212 \end_layout
13213
13214 \begin_layout Standard
13215 With 
13216 \series bold
13217
13218 \backslash
13219 raisebox
13220 \series default
13221  a box can be super- or subscripted.
13222  But in contrary to normal super- and subscripting, the characters in the
13223  box keep their font size.
13224  
13225 \series bold
13226
13227 \backslash
13228 raisebox
13229 \series default
13230  is used in the following scheme:
13231 \end_layout
13232
13233 \begin_layout Standard
13234
13235 \series bold
13236
13237 \backslash
13238 raisebox{height}{box content}
13239 \end_layout
13240
13241 \begin_layout Standard
13242 When the box should contain a formula, an extra formula is needed like for
13243  
13244 \series bold
13245
13246 \backslash
13247 fbox
13248 \series default
13249 .
13250  
13251 \series medium
13252
13253 \begin_inset Note Greyedout
13254 status open
13255
13256 \begin_layout Plain Layout
13257
13258 \series bold
13259 Note:
13260 \series default
13261  For 
13262 \series bold
13263
13264 \backslash
13265 raisebox
13266 \series default
13267  this extra formula is created by pressing 
13268 \family sans
13269 Ctrl+M
13270 \family default
13271  twice instead of once because \SpecialChar LyX
13272  doesn't yet support 
13273 \series bold
13274
13275 \backslash
13276 raisebox
13277 \series default
13278  directly.
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 \align center
13288 \begin_inset Tabular
13289 <lyxtabular version="3" rows="4" columns="2">
13290 <features booktabs="true" tabularvalignment="middle">
13291 <column alignment="center" valignment="top" width="0pt">
13292 <column alignment="center" valignment="top">
13293 <row>
13294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 Command
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 Result
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row>
13314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 H
13319 \backslash
13320 raisebox{2mm
13321 \begin_inset Formula $\to$
13322 \end_inset
13323
13324
13325 \backslash
13326 {al
13327 \begin_inset Formula $\to$
13328 \end_inset
13329
13330  lo
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 <row>
13349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 H
13354 \backslash
13355 raisebox{-2mm
13356 \begin_inset Formula $\to$
13357 \end_inset
13358
13359
13360 \backslash
13361 {al
13362 \begin_inset Formula $\to$
13363 \end_inset
13364
13365 lo
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13375 \end_inset
13376
13377
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 A=
13389 \backslash
13390 raisebox{-2mm
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394
13395 \backslash
13396 {
13397 \family sans
13398 Ctrl+M
13399 \family default
13400  
13401 \family sans
13402 Ctrl+M
13403 \family default
13404  
13405 \backslash
13406 sqrt
13407 \begin_inset space \textvisiblespace{}
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13420 \end_inset
13421
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 </row>
13428 </lyxtabular>
13429
13430 \end_inset
13431
13432
13433 \end_layout
13434
13435 \begin_layout Standard
13436 The command 
13437 \series bold
13438
13439 \backslash
13440 mbox
13441 \series default
13442  is equivalent to 
13443 \series bold
13444
13445 \backslash
13446 fbox
13447 \series default
13448  and 
13449 \series bold
13450
13451 \backslash
13452 makebox
13453 \series default
13454  is equivalent to 
13455 \series bold
13456
13457 \backslash
13458 framebox
13459 \series default
13460 , with the difference that there is no frame.
13461 \end_layout
13462
13463 \begin_layout Subsection
13464 Colored Boxes
13465 \begin_inset CommandInset label
13466 LatexCommand label
13467 name "subsec:Colored-Boxes"
13468
13469 \end_inset
13470
13471
13472 \begin_inset Index idx
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476 Boxes ! colored
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \begin_layout Standard
13485 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13486 -package 
13487 \series bold
13488 color
13489 \series default
13490
13491 \begin_inset Foot
13492 status collapsed
13493
13494 \begin_layout Plain Layout
13495 The \SpecialChar LaTeX
13496 -package 
13497 \series bold
13498 color
13499 \series default
13500  is part of every \SpecialChar LaTeX
13501  standard installation.
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \begin_inset Index idx
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 Packages ! color
13512 \end_layout
13513
13514 \end_inset
13515
13516  has to be loaded in the \SpecialChar LaTeX
13517 -preamble with the line
13518 \begin_inset Foot
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522 When text is colored somewhere in the document with a predefined color,
13523  \SpecialChar LyX
13524  loads the \SpecialChar LaTeX
13525  package 
13526 \series bold
13527 color
13528 \series default
13529  automatically.
13530  Thus it is possible that the package is loaded twice, but this does not
13531  cause problems.
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \begin_inset Note Note
13538 status collapsed
13539
13540 \begin_layout Plain Layout
13541 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13542 -preamble.
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \end_layout
13549
13550 \begin_layout Standard
13551
13552 \series bold
13553
13554 \backslash
13555 usepackage{color}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 \begin_inset VSpace medskip
13560 \end_inset
13561
13562 To color boxes, the command 
13563 \series bold
13564
13565 \backslash
13566 colorbox
13567 \series default
13568
13569 \begin_inset Index idx
13570 status collapsed
13571
13572 \begin_layout Plain Layout
13573 Commands ! C ! 
13574 \backslash
13575 colorbox
13576 \end_layout
13577
13578 \end_inset
13579
13580  is used in the following scheme:
13581 \end_layout
13582
13583 \begin_layout Standard
13584
13585 \series bold
13586
13587 \backslash
13588 colorbox{color}{box content}
13589 \end_layout
13590
13591 \begin_layout Standard
13592 The box content can also be a box and a 
13593 \series bold
13594
13595 \backslash
13596 colorbox
13597 \series default
13598  can also be part of another box (see the 2nd and 3rd example).
13599  When the box should contain a formula, an extra formula has to be created,
13600  the same way as for 
13601 \series bold
13602
13603 \backslash
13604 raisebox
13605 \series default
13606 .
13607 \begin_inset Foot
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 This also applies for the command 
13612 \series bold
13613
13614 \backslash
13615 fcolorbox
13616 \series default
13617 .
13618 \end_layout
13619
13620 \end_inset
13621
13622
13623 \end_layout
13624
13625 \begin_layout Standard
13626 One of the following predefined colors can be chosen:
13627 \end_layout
13628
13629 \begin_layout Standard
13630
13631 \series bold
13632 black
13633 \series default
13634
13635 \series bold
13636 blue
13637 \series default
13638
13639 \series bold
13640 cyan
13641 \series default
13642
13643 \series bold
13644 green
13645 \series default
13646
13647 \series bold
13648 magenta
13649 \series default
13650
13651 \series bold
13652 red
13653 \series default
13654
13655 \series bold
13656 white
13657 \series default
13658  and 
13659 \series bold
13660 yellow
13661 \end_layout
13662
13663 \begin_layout Standard
13664 \align center
13665 \begin_inset Tabular
13666 <lyxtabular version="3" rows="4" columns="2">
13667 <features booktabs="true" tabularvalignment="middle">
13668 <column alignment="center" valignment="top" width="0pt">
13669 <column alignment="center" valignment="top">
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 Command
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 Result
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 colorbox{yellow
13698 \begin_inset Formula $\to$
13699 \end_inset
13700
13701
13702 \backslash
13703 {A=B
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 \begin_inset Formula $\colorbox{yellow}{A=B}$
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 </row>
13721 <row topspace="1.5mm">
13722 <cell alignment="center" valignment="top" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726
13727 \backslash
13728 colorbox{green
13729 \begin_inset Formula $\to$
13730 \end_inset
13731
13732
13733 \backslash
13734 {
13735 \backslash
13736 fbox
13737 \begin_inset space \textvisiblespace{}
13738 \end_inset
13739
13740 A=B
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 </row>
13758 <row topspace="1.5mm" bottomspace="1mm">
13759 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763
13764 \backslash
13765 fbox
13766 \begin_inset space \textvisiblespace{}
13767 \end_inset
13768
13769
13770 \backslash
13771 colorbox{green
13772 \begin_inset Formula $\to$
13773 \end_inset
13774
13775
13776 \backslash
13777 {
13778 \family sans
13779 Ctrl+M
13780 \family default
13781  
13782 \family sans
13783 Ctrl+M
13784 \family default
13785  
13786 \backslash
13787 int
13788 \begin_inset space \textvisiblespace{}
13789 \end_inset
13790
13791 C=D
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13801 \end_inset
13802
13803
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 </lyxtabular>
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \begin_layout Standard
13817
13818 \series bold
13819
13820 \backslash
13821 colorbox
13822 \series default
13823  only colors the box but not the characters in the box.
13824  To color all characters, the whole formula is highlighted and the desired
13825  color is chosen in the 
13826 \family sans
13827 Text
13828 \begin_inset space ~
13829 \end_inset
13830
13831 Style
13832 \family default
13833  dialog.
13834  The dialog can be called with the toolbar button 
13835 \begin_inset Info
13836 type  "icon"
13837 arg   "dialog-show character"
13838 \end_inset
13839
13840  or the menu 
13841 \family sans
13842 Edit\SpecialChar menuseparator
13843 Text
13844 \begin_inset space ~
13845 \end_inset
13846
13847 Style\SpecialChar menuseparator
13848 Customized
13849 \family default
13850 .
13851  The formula number then has the same color as the formula.
13852  When the formula number should get another color than the formula characters,
13853  the color must be changed within the formula.
13854 \end_layout
13855
13856 \begin_layout Standard
13857 An example:
13858 \end_layout
13859
13860 \begin_layout Standard
13861
13862 \color red
13863 \begin_inset Formula 
13864 \begin{equation}
13865 \int A=B\label{eq:red}
13866 \end{equation}
13867
13868 \end_inset
13869
13870
13871 \color green
13872
13873 \begin_inset Formula 
13874 \begin{equation}
13875 \textcolor{red}{\int A=B}\label{eq:redgreen}
13876 \end{equation}
13877
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Formula 
13885 \begin_inset CommandInset ref
13886 LatexCommand eqref
13887 reference "eq:red"
13888
13889 \end_inset
13890
13891  is completely colored red.
13892 \begin_inset Newline newline
13893 \end_inset
13894
13895 Formula 
13896 \begin_inset CommandInset ref
13897 LatexCommand eqref
13898 reference "eq:redgreen"
13899
13900 \end_inset
13901
13902  was first completely colored green to set the color for the formula number.
13903  Subsequently the formula characters were colored red.
13904 \end_layout
13905
13906 \begin_layout Standard
13907 \begin_inset VSpace bigskip
13908 \end_inset
13909
13910 To color the frame different than the rest of the box, the command 
13911 \series bold
13912
13913 \backslash
13914 fcolorbox
13915 \series default
13916
13917 \begin_inset Index idx
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 Commands ! F ! 
13922 \backslash
13923 fcolorbox
13924 \end_layout
13925
13926 \end_inset
13927
13928  is used in the following scheme:
13929 \end_layout
13930
13931 \begin_layout Standard
13932
13933 \series bold
13934
13935 \backslash
13936 fcolorbox{frame color}{color}{box content}
13937 \end_layout
13938
13939 \begin_layout Standard
13940 So 
13941 \series bold
13942
13943 \backslash
13944 fcolorbox
13945 \series default
13946  is an extension of the command 
13947 \series bold
13948
13949 \backslash
13950 colorbox
13951 \series default
13952 .
13953  The frame width is set, like for 
13954 \series bold
13955
13956 \backslash
13957 framebox
13958 \series default
13959 , with 
13960 \series bold
13961
13962 \backslash
13963 fboxrule
13964 \series default
13965  and 
13966 \series bold
13967
13968 \backslash
13969 fboxsep
13970 \series default
13971 .
13972  An example:
13973 \begin_inset ERT
13974 status collapsed
13975
13976 \begin_layout Plain Layout
13977
13978
13979 \backslash
13980 fboxrule 1mm 
13981 \backslash
13982 fboxsep 1mm
13983 \end_layout
13984
13985 \end_inset
13986
13987
13988 \begin_inset Formula 
13989 \[
13990 \fcolorbox{cyan}{magenta}{A=B}
13991 \]
13992
13993 \end_inset
13994
13995
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001
14002 \backslash
14003 fboxrule 0.4pt 
14004 \backslash
14005 fboxsep 3pt
14006 \end_layout
14007
14008 \end_inset
14009
14010
14011 \end_layout
14012
14013 \begin_layout Standard
14014 This formula was created with the command
14015 \begin_inset Newline newline
14016 \end_inset
14017
14018
14019 \series bold
14020
14021 \backslash
14022 fcolorbox{cyan
14023 \begin_inset Formula $\to$
14024 \end_inset
14025
14026
14027 \backslash
14028 {magenta
14029 \begin_inset Formula $\to$
14030 \end_inset
14031
14032
14033 \backslash
14034 {A=B
14035 \series default
14036 .
14037 \end_layout
14038
14039 \begin_layout Standard
14040 \begin_inset VSpace bigskip
14041 \end_inset
14042
14043 To use other colors than the predefined ones, they have to be defined first.
14044 \end_layout
14045
14046 \begin_layout Standard
14047 One can for example define the color 
14048 \begin_inset Quotes eld
14049 \end_inset
14050
14051
14052 \series bold
14053 darkgreen
14054 \series default
14055
14056 \begin_inset Quotes erd
14057 \end_inset
14058
14059  with the \SpecialChar LaTeX
14060 -preamble line:
14061 \end_layout
14062
14063 \begin_layout Standard
14064
14065 \series bold
14066
14067 \backslash
14068 definecolor{darkgreen}{cmyk}{0.5,
14069 \series default
14070  
14071 \series bold
14072 0,
14073 \series default
14074  
14075 \series bold
14076 1,
14077 \series default
14078  
14079 \series bold
14080 0.5}
14081 \series default
14082
14083 \begin_inset Index idx
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 Commands ! D ! 
14088 \backslash
14089 definecolor
14090 \end_layout
14091
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \begin_layout Standard
14098
14099 \series bold
14100 cmyk
14101 \series default
14102  is the color space that denotes the colors 
14103 \series bold
14104 cyan
14105 \series default
14106
14107 \series bold
14108 magenta
14109 \series default
14110
14111 \series bold
14112 yellow
14113 \series default
14114  and 
14115 \series bold
14116 black
14117 \series default
14118 .
14119  The four comma separated numbers are the portion factor for the corresponding
14120  colors of the color space.
14121  The factors can be in the range of 0
14122 \begin_inset space \thinspace{}
14123 \end_inset
14124
14125 -
14126 \begin_inset space \thinspace{}
14127 \end_inset
14128
14129 1.
14130  Instead of 
14131 \series bold
14132 cmyk
14133 \series default
14134  also the color space 
14135 \series bold
14136 rgb
14137 \series default
14138  can be used for definitions.
14139  
14140 \series bold
14141 rgb
14142 \series default
14143  denotes 
14144 \series bold
14145 red
14146 \series default
14147
14148 \series bold
14149 green
14150 \series default
14151  and 
14152 \series bold
14153 blue
14154 \series default
14155 , so that there are in this case three portion factors for the corresponding
14156  colors.
14157  Furthermore there is the color space 
14158 \series bold
14159 gray
14160 \series default
14161  with one portion factor for the gray value.
14162 \end_layout
14163
14164 \begin_layout Standard
14165 As example a framed box with the new defined color 
14166 \series bold
14167 darkgreen
14168 \series default
14169  where the characters have been colored 
14170 \series bold
14171 yellow
14172 \series default
14173 :
14174 \begin_inset Formula 
14175 \begin{equation}
14176 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14177 \end{equation}
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \begin_layout Standard
14185 Self-defined colors can also be used for text with the help of the command
14186  
14187 \series bold
14188
14189 \backslash
14190 textcolor
14191 \series default
14192 :
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 Text ! colored
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \begin_layout Standard
14206 \begin_inset ERT
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210
14211
14212 \backslash
14213 textcolor{darkgreen}{
14214 \end_layout
14215
14216 \end_inset
14217
14218 This sentence is 
14219 \begin_inset Quotes eld
14220 \end_inset
14221
14222 darkgreen
14223 \begin_inset Quotes erd
14224 \end_inset
14225
14226 .
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243
14244 \backslash
14245 textcolor
14246 \series default
14247
14248 \begin_inset Index idx
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252 Commands ! T ! 
14253 \backslash
14254 textcolor
14255 \end_layout
14256
14257 \end_inset
14258
14259  is used in the scheme 
14260 \series bold
14261
14262 \backslash
14263 textcolor{color}{characters to color}
14264 \series default
14265 .
14266 \end_layout
14267
14268 \begin_layout Subsection
14269 Paragraph Boxes
14270 \begin_inset CommandInset label
14271 LatexCommand label
14272 name "subsec:Paragraph-Boxes"
14273
14274 \end_inset
14275
14276
14277 \begin_inset Index idx
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Boxes ! as paragraph
14282 \end_layout
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 A box that can contain several lines and paragraphs, a so-called paragraph
14291  box (parbox), can be created with the menu 
14292 \family sans
14293 Insert\SpecialChar menuseparator
14294 Box
14295 \family default
14296  or the toolbar button 
14297 \begin_inset Info
14298 type  "icon"
14299 arg   "box-insert"
14300 \end_inset
14301
14302 .
14303 \end_layout
14304
14305 \begin_layout Standard
14306 The following example shows a framed parbox in a line:
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \begin_inset VSpace medskip
14311 \end_inset
14312
14313 This is a line 
14314 \begin_inset Box Boxed
14315 position "c"
14316 hor_pos "c"
14317 has_inner_box 1
14318 inner_pos "t"
14319 use_parbox 1
14320 use_makebox 0
14321 width "5cm"
14322 special "none"
14323 height "1in"
14324 height_special "totalheight"
14325 thickness "0.4pt"
14326 separation "3pt"
14327 shadowsize "4pt"
14328 framecolor "black"
14329 backgroundcolor "none"
14330 status open
14331
14332 \begin_layout Plain Layout
14333 This is a paragraph box.
14334  It is exactly 5
14335 \begin_inset space \thinspace{}
14336 \end_inset
14337
14338 cm long and can also contain formulas: 
14339 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \end_inset
14346
14347  with a parbox.
14348 \end_layout
14349
14350 \begin_layout Standard
14351 \begin_inset VSpace medskip
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Standard
14358 Such a box is created by right-clicking on the gray box inset.
14359  A dialog pops up showing the box properties.
14360  In our case set: 
14361 \emph on
14362 Decoration
14363 \emph default
14364 : Rectangular box, 
14365 \emph on
14366 Inner Box
14367 \emph default
14368 : Parbox, 
14369 \emph on
14370 Width
14371 \emph default
14372 : 5
14373 \begin_inset space \thinspace{}
14374 \end_inset
14375
14376 cm, 
14377 \emph on
14378 Vertical Box Alignment
14379 \emph default
14380 : Middle
14381 \end_layout
14382
14383 \begin_layout Standard
14384 \begin_inset VSpace medskip
14385 \end_inset
14386
14387 In \SpecialChar LaTeX
14388  a parbox is created with the command 
14389 \series bold
14390
14391 \backslash
14392 parbox
14393 \series default
14394
14395 \begin_inset Index idx
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 Commands ! P ! 
14400 \backslash
14401 parbox
14402 \end_layout
14403
14404 \end_inset
14405
14406  which has the following scheme:
14407 \end_layout
14408
14409 \begin_layout Standard
14410
14411 \series bold
14412
14413 \backslash
14414 parbox[position]{width}{box content}
14415 \end_layout
14416
14417 \begin_layout Standard
14418 The positions 
14419 \emph on
14420 b
14421 \emph default
14422  and 
14423 \emph on
14424 t
14425 \emph default
14426  are possible.
14427  
14428 \emph on
14429 b
14430 \emph default
14431  for 
14432 \begin_inset Quotes eld
14433 \end_inset
14434
14435 bottom
14436 \begin_inset Quotes erd
14437 \end_inset
14438
14439  means that the box is aligned within the surrounding text with its last
14440  line.
14441  With 
14442 \emph on
14443 t
14444 \emph default
14445  for 
14446 \begin_inset Quotes eld
14447 \end_inset
14448
14449 top
14450 \begin_inset Quotes erd
14451 \end_inset
14452
14453  this is done with the first line.
14454  When no position is given, the box will be vertically centered, see section
14455  
14456 \emph on
14457 Boxes
14458 \emph default
14459  of the 
14460 \emph on
14461 Embedded
14462 \begin_inset space ~
14463 \end_inset
14464
14465 Objects
14466 \emph default
14467  manual for examples.
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \begin_inset VSpace bigskip
14472 \end_inset
14473
14474 To frame formulas completely, including the formula number, the formula
14475  must be set into a parbox.
14476  To do this, the command 
14477 \series bold
14478
14479 \backslash
14480 fbox{
14481 \backslash
14482 parbox{
14483 \backslash
14484 linewidth-2
14485 \backslash
14486 fboxsep-2
14487 \backslash
14488 fboxrule}{
14489 \series default
14490  is inserted in \SpecialChar TeX
14491  mode before the formula.
14492  
14493 \series bold
14494
14495 \backslash
14496 linewidth
14497 \series default
14498
14499 \begin_inset Index idx
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503 Commands ! L ! 
14504 \backslash
14505 linewidth
14506 \end_layout
14507
14508 \end_inset
14509
14510  is hereby the line width set for the document.
14511  Because the frame is outside the parbox, 2
14512 \begin_inset space \thinspace{}
14513 \end_inset
14514
14515 times the frame separation and the frame thickness must be subtracted from
14516  the line width.
14517  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14518 -package 
14519 \series bold
14520 calc
14521 \series default
14522
14523 \begin_inset Foot
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527
14528 \series bold
14529 calc
14530 \series default
14531  is part of every \SpecialChar LaTeX
14532  standard installation.
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \begin_inset Index idx
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542 Packages ! calc
14543 \end_layout
14544
14545 \end_inset
14546
14547  must be loaded in the \SpecialChar LaTeX
14548 -preamble with the line
14549 \end_layout
14550
14551 \begin_layout Standard
14552
14553 \series bold
14554
14555 \backslash
14556 usepackage{calc}
14557 \end_layout
14558
14559 \begin_layout Standard
14560 Behind the formula both boxes are closed by entering 
14561 \series bold
14562 }}
14563 \series default
14564  in \SpecialChar TeX
14565  mode.
14566  Here is an example:
14567 \begin_inset ERT
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571
14572
14573 \backslash
14574 fboxsep 5mm 
14575 \backslash
14576 fboxrule 5mm
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset ERT
14586 status collapsed
14587
14588 \begin_layout Plain Layout
14589
14590
14591 \backslash
14592 fbox{
14593 \backslash
14594 parbox{
14595 \backslash
14596 linewidth-2
14597 \backslash
14598 fboxsep-2
14599 \backslash
14600 fboxrule}{
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \begin_inset Formula 
14607 \begin{equation}
14608 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14609 \end{equation}
14610
14611 \end_inset
14612
14613
14614 \begin_inset ERT
14615 status collapsed
14616
14617 \begin_layout Plain Layout
14618
14619 }}
14620 \end_layout
14621
14622 \end_inset
14623
14624
14625 \begin_inset ERT
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629
14630
14631 \backslash
14632 fboxrule 0.4pt 
14633 \backslash
14634 fboxsep 3pt
14635 \end_layout
14636
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \begin_layout Standard
14643 \begin_inset VSpace medskip
14644 \end_inset
14645
14646 As a parbox is used as the argument of 
14647 \series bold
14648
14649 \backslash
14650 fbox
14651 \series default
14652 , there is in this case no difference between 
14653 \series bold
14654
14655 \backslash
14656 fbox
14657 \series default
14658  and 
14659 \series bold
14660
14661 \backslash
14662 boxed
14663 \series default
14664 .
14665 \end_layout
14666
14667 \begin_layout Standard
14668 \begin_inset VSpace bigskip
14669 \end_inset
14670
14671 Paragraph boxes are very useful to comment formulas directly.
14672  To do this, 
14673 \series bold
14674
14675 \backslash
14676 parbox
14677 \series default
14678  is used in combination with the command 
14679 \series bold
14680
14681 \backslash
14682 tag
14683 \series default
14684 .
14685  (more about 
14686 \series bold
14687
14688 \backslash
14689 tag
14690 \series default
14691  see 
14692 \begin_inset CommandInset ref
14693 LatexCommand ref
14694 reference "subsec:User-defined-Numbering"
14695
14696 \end_inset
14697
14698 )
14699 \end_layout
14700
14701 \begin_layout Standard
14702 An example of a formula commented with 
14703 \series bold
14704
14705 \backslash
14706 parbox
14707 \series default
14708 :
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset ERT
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717
14718 \backslash
14719 [5x-7b=3b
14720 \backslash
14721 tag*{
14722 \backslash
14723 parbox{5cm}{
14724 \end_layout
14725
14726 \end_inset
14727
14728 This is a description.
14729  It is distinctly separated from the formula and multiline.
14730 \begin_inset ERT
14731 status collapsed
14732
14733 \begin_layout Plain Layout
14734
14735 }}
14736 \backslash
14737 ]
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Such a formula must be inserted completely in \SpecialChar TeX
14747  mode because \SpecialChar LyX
14748  does not yet
14749  support the command 
14750 \series bold
14751
14752 \backslash
14753 parbox
14754 \series default
14755  in formulas.
14756  The formula is created with the following command sequence:
14757 \end_layout
14758
14759 \begin_layout Standard
14760 The command 
14761 \series bold
14762
14763 \backslash
14764 [5x-7b=3b
14765 \backslash
14766 tag*
14767 \backslash
14768 {
14769 \backslash
14770 parbox{5cm}{
14771 \series default
14772  is inserted in \SpecialChar TeX
14773  mode.
14774 \begin_inset Foot
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778 When the formula style 
14779 \series bold
14780 Indented
14781 \series default
14782  is used, 
14783 \series bold
14784
14785 \backslash
14786 tag*
14787 \backslash
14788 {
14789 \series default
14790  can also be replaced by 
14791 \series bold
14792
14793 \backslash
14794 hfill
14795 \series default
14796 .
14797  (formula styles see 
14798 \begin_inset CommandInset ref
14799 LatexCommand ref
14800 reference "sec:Formula-Styles"
14801
14802 \end_inset
14803
14804 )
14805 \end_layout
14806
14807 \end_inset
14808
14809  Then the description follows as normal text and finally 
14810 \series bold
14811 }}
14812 \backslash
14813 ]
14814 \series default
14815  is inserted in \SpecialChar TeX
14816  mode.
14817  The commands 
14818 \series bold
14819
14820 \backslash
14821 [
14822 \series default
14823  and 
14824 \series bold
14825
14826 \backslash
14827 ]
14828 \series default
14829  hereby create a displayed formula.
14830 \end_layout
14831
14832 \begin_layout Standard
14833 The advantages of 
14834 \series bold
14835
14836 \backslash
14837 parbox
14838 \series default
14839  can be seen in this example that was 
14840 \begin_inset Quotes eld
14841 \end_inset
14842
14843 commented
14844 \begin_inset Quotes erd
14845 \end_inset
14846
14847  using the mathematical textmode:
14848 \begin_inset Formula 
14849 \[
14850 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14851 \]
14852
14853 \end_inset
14854
14855
14856 \end_layout
14857
14858 \begin_layout Section
14859 Operators
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Operators
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Subsection
14873 Big Operators
14874 \begin_inset CommandInset label
14875 LatexCommand label
14876 name "subsec:Big-Operators"
14877
14878 \end_inset
14879
14880
14881 \begin_inset Index idx
14882 status collapsed
14883
14884 \begin_layout Plain Layout
14885 Operators ! big
14886 \end_layout
14887
14888 \end_inset
14889
14890
14891 \begin_inset Index idx
14892 status collapsed
14893
14894 \begin_layout Plain Layout
14895 Sums
14896 \end_layout
14897
14898 \end_inset
14899
14900
14901 \begin_inset Index idx
14902 status collapsed
14903
14904 \begin_layout Plain Layout
14905 Integrals
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 To be able to use all integral operators listed here, the option 
14915 \family sans
14916 Use esint package automatically
14917 \family default
14918  must be set in the document settings under 
14919 \family sans
14920 Math
14921 \begin_inset space ~
14922 \end_inset
14923
14924 Options
14925 \family default
14926 .
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \begin_inset space \hfill{}
14931 \end_inset
14932
14933
14934 \begin_inset Tabular
14935 <lyxtabular version="3" rows="11" columns="2">
14936 <features booktabs="true" tabularvalignment="middle">
14937 <column alignment="center" valignment="top" width="0pt">
14938 <column alignment="center" valignment="top" width="0pt">
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 Command
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 Result
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 </row>
14959 <row>
14960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964
14965 \backslash
14966 int
14967 \begin_inset Index idx
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971 Commands ! I ! 
14972 \backslash
14973 int
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 \begin_inset Formula $\int$
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 oint
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\oint$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 ointctrclockwise
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\ointctrclockwise$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \backslash
15053 ointclockwise
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 \begin_inset Formula $\ointclockwise$
15063 \end_inset
15064
15065
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \backslash
15078 sqint
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 \begin_inset Formula $\sqint$
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 </row>
15096 <row>
15097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101
15102 \backslash
15103 fint
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112  
15113 \begin_inset Formula $\fint$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 landupint
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138  
15139 \begin_inset Formula $\landupint$
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \backslash
15155 landdownint
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164  
15165 \begin_inset Formula $\landdownint$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row>
15175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \backslash
15181 bigcap
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 \begin_inset Formula $\bigcap$
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 bigcup
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215 \begin_inset Formula $\bigcup$
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 </row>
15224 </lyxtabular>
15225
15226 \end_inset
15227
15228
15229 \begin_inset space \hfill{}
15230 \end_inset
15231
15232
15233 \begin_inset Tabular
15234 <lyxtabular version="3" rows="11" columns="2">
15235 <features booktabs="true" tabularvalignment="middle">
15236 <column alignment="center" valignment="top" width="0pt">
15237 <column alignment="center" valignment="top" width="0pt">
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243 Command
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 Result
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 </row>
15258 <row>
15259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263
15264 \backslash
15265 sum
15266 \begin_inset Index idx
15267 status collapsed
15268
15269 \begin_layout Plain Layout
15270 Commands ! S ! 
15271 \backslash
15272 sum
15273 \end_layout
15274
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 \begin_inset Formula $\sum$
15287 \end_inset
15288
15289
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \backslash
15302 prod
15303 \begin_inset Index idx
15304 status collapsed
15305
15306 \begin_layout Plain Layout
15307 Commands ! P ! 
15308 \backslash
15309 prod
15310 \begin_inset ERT
15311 status collapsed
15312
15313 \begin_layout Plain Layout
15314
15315
15316 \backslash
15317 vspace{4mm}
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \end_inset
15326
15327
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 \begin_inset Formula $\prod$
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 </row>
15345 <row>
15346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \backslash
15352 coprod
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Formula $\coprod$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 bigodot
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Formula $\bigodot$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 bigotimes
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 \begin_inset Formula $\bigotimes$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \backslash
15427 bigoplus
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Formula $\bigoplus$
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 bigwedge
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\bigwedge$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 bigvee
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\bigvee$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 <row>
15496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500
15501 \backslash
15502 bigsqcup
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511 \begin_inset Formula $\bigsqcup$
15512 \end_inset
15513
15514
15515 \end_layout
15516
15517 \end_inset
15518 </cell>
15519 </row>
15520 <row>
15521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525
15526 \backslash
15527 biguplus
15528 \end_layout
15529
15530 \end_inset
15531 </cell>
15532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536 \begin_inset Formula $\biguplus$
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 </lyxtabular>
15546
15547 \end_inset
15548
15549
15550 \begin_inset space \hfill{}
15551 \end_inset
15552
15553
15554 \end_layout
15555
15556 \begin_layout Standard
15557 All big operators can also be inserted via the math toolbar button 
15558 \begin_inset Info
15559 type  "icon"
15560 arg   "math-insert \\intop"
15561 \end_inset
15562
15563 .
15564 \end_layout
15565
15566 \begin_layout Standard
15567 The operators are called big because they are bigger than the sometimes
15568  equal looking binary operators.
15569  All big operators can have limits as described in the next subsection.
15570 \end_layout
15571
15572 \begin_layout Standard
15573 For all integral operators there is a second version available, ending in
15574  
15575 \series bold
15576 op
15577 \series default
15578
15579 \series bold
15580
15581 \backslash
15582 intop
15583 \series default
15584
15585 \series bold
15586
15587 \backslash
15588 ointop
15589 \series default
15590  etc..
15591  These operators are different from 
15592 \series bold
15593
15594 \backslash
15595 int
15596 \series default
15597  etc.
15598 \begin_inset space \space{}
15599 \end_inset
15600
15601 in the style the operator limits are displayed, see 
15602 \begin_inset CommandInset ref
15603 LatexCommand ref
15604 reference "subsec:Operator-Limits"
15605
15606 \end_inset
15607
15608 .
15609  
15610 \end_layout
15611
15612 \begin_layout Subsubsection*
15613 Advice for Integrals
15614 \end_layout
15615
15616 \begin_layout Standard
15617 The letter 
15618 \emph on
15619 d
15620 \emph default
15621  in an integral is an operator, that therefore has to be set upright.
15622  This is done by highlighting the 
15623 \emph on
15624 d
15625 \emph default
15626  and using the keyboard shortcut 
15627 \begin_inset Info
15628 type  "shortcut"
15629 arg   "font-roman"
15630 \end_inset
15631
15632
15633 \begin_inset Foot
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637 Font styles
15638 \series bold
15639  
15640 \series default
15641 see 
15642 \begin_inset CommandInset ref
15643 LatexCommand ref
15644 reference "subsec:Font-Styles"
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652
15653 .
15654  Finally the smallest space is inserted before the 
15655 \emph on
15656 d
15657 \emph default
15658 , as this is usual for operators.
15659  An example:
15660 \end_layout
15661
15662 \begin_layout Standard
15663 incorrect: 
15664 \begin_inset Formula $\int A(x)dx$
15665 \end_inset
15666
15667
15668 \begin_inset Newline newline
15669 \end_inset
15670
15671
15672 \begin_inset Phantom HPhantom
15673 status open
15674
15675 \begin_layout Plain Layout
15676 in
15677 \end_layout
15678
15679 \end_inset
15680
15681 correct: 
15682 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Standard
15689 For multiple integrals there are the following commands:
15690 \begin_inset VSpace medskip
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \begin_layout Standard
15697 \begin_inset space \hfill{}
15698 \end_inset
15699
15700
15701 \begin_inset Tabular
15702 <lyxtabular version="3" rows="4" columns="2">
15703 <features booktabs="true" tabularvalignment="middle">
15704 <column alignment="center" valignment="top" width="0pt">
15705 <column alignment="center" valignment="top" width="0pt">
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 Command
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 Result
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row bottomspace="1mm">
15727 <cell alignment="center" valignment="top" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 iint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\iint$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row bottomspace="1mm">
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \backslash
15758 oiint
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767 \begin_inset Formula $\oiint$
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 </row>
15776 <row bottomspace="1mm">
15777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781
15782 \backslash
15783 sqiint
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 \begin_inset Formula $\sqiint$
15793 \end_inset
15794
15795
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 </row>
15801 </lyxtabular>
15802
15803 \end_inset
15804
15805
15806 \begin_inset space \hfill{}
15807 \end_inset
15808
15809
15810 \begin_inset Tabular
15811 <lyxtabular version="3" rows="4" columns="2">
15812 <features booktabs="true" tabularvalignment="middle">
15813 <column alignment="center" valignment="top" width="0pt">
15814 <column alignment="center" valignment="top" width="0pt">
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 Command
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 Result
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row bottomspace="1mm">
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 iiint
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\iiint$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 <row bottomspace="1mm">
15861 <cell alignment="center" valignment="top" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865
15866 \backslash
15867 iiiint
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 \begin_inset Formula $\iiiint$
15877 \end_inset
15878
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row bottomspace="1mm">
15886 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \backslash
15892 dotsint
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 \begin_inset Formula $\dotsint$
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 </lyxtabular>
15911
15912 \end_inset
15913
15914
15915 \begin_inset space \hfill{}
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \begin_layout Subsection
15922 Operator Limits
15923 \begin_inset CommandInset label
15924 LatexCommand label
15925 name "subsec:Operator-Limits"
15926
15927 \end_inset
15928
15929
15930 \begin_inset Index idx
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934 Operators ! Limits
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \begin_layout Standard
15943 Limits are created by super- and subscripts:
15944 \end_layout
15945
15946 \begin_layout Standard
15947 \align center
15948 \begin_inset Tabular
15949 <lyxtabular version="3" rows="2" columns="2">
15950 <features booktabs="true" tabularvalignment="middle">
15951 <column alignment="center" valignment="top" width="0pt">
15952 <column alignment="center" valignment="top" width="0pt">
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 Command
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 Result
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 <row>
15974 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978
15979 \backslash
15980 prod^
15981 \backslash
15982 infty
15983 \begin_inset space \textvisiblespace{}
15984 \end_inset
15985
15986
15987 \begin_inset Formula $\to$
15988 \end_inset
15989
15990 _0
15991 \begin_inset Formula $\to$
15992 \end_inset
15993
15994 A(x)
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 </lyxtabular>
16013
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \begin_layout Standard
16020 Limits of inline formulas are set right beside the operator.
16021  Limits in displayed formulas are set above or below the operator, except
16022  for integral limits.
16023 \end_layout
16024
16025 \begin_layout Standard
16026 To force that the limits are set beside the operator, the cursor is set
16027  directly behind the operator and the limits type is changed with the menu
16028  
16029 \family sans
16030 Edit\SpecialChar menuseparator
16031 Math\SpecialChar menuseparator
16032 Change Limits Type
16033 \family default
16034  to 
16035 \family sans
16036 \series bold
16037 Inline
16038 \family default
16039 \series default
16040  (shortcut 
16041 \begin_inset Info
16042 type  "shortcut"
16043 arg   "math-limits"
16044 \end_inset
16045
16046 ).
16047  An example:
16048 \end_layout
16049
16050 \begin_layout Standard
16051 The default limits type is this:
16052 \begin_inset Formula 
16053 \[
16054 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16055 \]
16056
16057 \end_inset
16058
16059 This is how it looks when the limits type was changed to 
16060 \family sans
16061 \series bold
16062 Inline
16063 \family default
16064 \series default
16065 :
16066 \begin_inset Formula 
16067 \[
16068 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16069 \]
16070
16071 \end_inset
16072
16073 For integrals, except those ending with 
16074 \series bold
16075 op
16076 \series default
16077  like 
16078 \series bold
16079
16080 \backslash
16081 intop
16082 \series default
16083
16084 \series bold
16085
16086 \backslash
16087 ointop
16088 \series default
16089  etc., the limits are by default set beside the operator.
16090  But for multiple integrals the limits are often set below the operator.
16091  In the following example the limits type was therefore set to 
16092 \series bold
16093 Display
16094 \series default
16095  and so set below the integrals:
16096 \begin_inset Formula 
16097 \begin{equation}
16098 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16099 \end{equation}
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 \begin_inset VSpace medskip
16108 \end_inset
16109
16110 To specify conditions for limits, the commands 
16111 \series bold
16112
16113 \backslash
16114 subarray
16115 \series default
16116
16117 \begin_inset Index idx
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121 Commands ! S ! 
16122 \backslash
16123 subarray
16124 \end_layout
16125
16126 \end_inset
16127
16128  and 
16129 \series bold
16130
16131 \backslash
16132 substack
16133 \series default
16134
16135 \begin_inset Index idx
16136 status collapsed
16137
16138 \begin_layout Plain Layout
16139 Commands ! S ! 
16140 \backslash
16141 substack
16142 \end_layout
16143
16144 \end_inset
16145
16146  are used.
16147  To create for example this expression 
16148 \begin_inset Formula 
16149 \begin{equation}
16150 \sum_{\begin{subarray}{c}
16151 0<k<1000\\
16152 \\
16153 k\,\in\,\mathbb{N}
16154 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16155 \end{equation}
16156
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \begin_layout Standard
16163 the following has to be done:
16164 \begin_inset Newline newline
16165 \end_inset
16166
16167 First the command 
16168 \series bold
16169
16170 \backslash
16171 sum
16172 \series default
16173 ^
16174 \series bold
16175 n
16176 \begin_inset space \textvisiblespace{}
16177 \end_inset
16178
16179 _
16180 \series default
16181  is typed in.
16182  One is now in a blue box under the summation operator and insert there
16183  the command 
16184 \series bold
16185
16186 \backslash
16187 subarray
16188 \begin_inset space \textvisiblespace{}
16189 \end_inset
16190
16191
16192 \series default
16193 .
16194  The blue box is now within a purple box and now several lines can be written
16195  among each other.
16196  A new line is created by inserting a line break (
16197 \begin_inset Info
16198 type  "shortcut"
16199 arg   "newline-insert newline"
16200 \end_inset
16201
16202 ).
16203  When now
16204 \begin_inset Newline newline
16205 \end_inset
16206
16207
16208 \series bold
16209 0<k<1000 Ctrl+Return
16210 \begin_inset Newline newline
16211 \end_inset
16212
16213
16214 \series default
16215 is typed in, a new box appears below for the new line.
16216 \end_layout
16217
16218 \begin_layout Standard
16219 The alignment of the lines can be changed to left aligned with the 
16220 \family sans
16221 table
16222 \family default
16223  
16224 \family sans
16225 toolbar
16226 \family default
16227  or the menu 
16228 \family sans
16229 Edit\SpecialChar menuseparator
16230 Rows &Columns
16231 \family default
16232 .
16233  To get right alignment, 
16234 \series bold
16235
16236 \backslash
16237 hfill
16238 \begin_inset space \textvisiblespace{}
16239 \end_inset
16240
16241
16242 \series default
16243  is inserted at the beginning of the line.
16244 \end_layout
16245
16246 \begin_layout Standard
16247 The command 
16248 \series bold
16249
16250 \backslash
16251 substack
16252 \series default
16253  is equivalent to 
16254 \series bold
16255
16256 \backslash
16257 subarray
16258 \series default
16259  with the difference that the lines are always centered.
16260 \end_layout
16261
16262 \begin_layout Standard
16263 \begin_inset VSpace bigskip
16264 \end_inset
16265
16266 Like in formula 
16267 \begin_inset CommandInset ref
16268 LatexCommand eqref
16269 reference "eq:substack"
16270
16271 \end_inset
16272
16273  there can be too much space beside an operator, because the characters
16274  following the operator are set beside the limits.
16275  To avoid this the command 
16276 \series bold
16277
16278 \backslash
16279 smashoperator
16280 \series default
16281
16282 \begin_inset Index idx
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286 Commands ! S ! 
16287 \backslash
16288 smashoperator
16289 \end_layout
16290
16291 \end_inset
16292
16293  can be used.
16294  To activate it, set in the document settings under 
16295 \family sans
16296 Math
16297 \begin_inset space ~
16298 \end_inset
16299
16300 Options
16301 \family default
16302  for the package 
16303 \series bold
16304 mathtools
16305 \series default
16306
16307 \begin_inset Index idx
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311 Packages ! mathtools
16312 \end_layout
16313
16314 \end_inset
16315
16316  the option 
16317 \family sans
16318 Load
16319 \begin_inset space ~
16320 \end_inset
16321
16322 always
16323 \family default
16324 .
16325  
16326 \series bold
16327
16328 \backslash
16329 smashoperator
16330 \series default
16331  sets the space besides the operator to 0
16332 \begin_inset space \thinspace{}
16333 \end_inset
16334
16335 pt.
16336 \begin_inset Newline newline
16337 \end_inset
16338
16339 Applied on formula 
16340 \begin_inset CommandInset ref
16341 LatexCommand eqref
16342 reference "eq:substack"
16343
16344 \end_inset
16345
16346 , one uses the command
16347 \end_layout
16348
16349 \begin_layout Standard
16350
16351 \series bold
16352
16353 \backslash
16354 smashoperator{
16355 \end_layout
16356
16357 \begin_layout Standard
16358 and inserts the operator with its limits into the braces.
16359  Behind the brace one continues the formula:
16360 \begin_inset Formula 
16361 \[
16362 \smashoperator{\sum_{\begin{subarray}{c}
16363 0<k<1000\\
16364 \\
16365 k\,\in\,\mathbb{N}
16366 \end{subarray}}^{n}}k^{-2}
16367 \]
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Standard
16375 It is possible to set the space of only one side of the operator to 0
16376 \begin_inset space \thinspace{}
16377 \end_inset
16378
16379 pt.
16380  To do this write either 
16381 \series bold
16382 [l]
16383 \series default
16384  or 
16385 \series bold
16386 [r]
16387 \series default
16388  between 
16389 \series bold
16390
16391 \backslash
16392 smashoperator
16393 \series default
16394  and its brace.
16395  
16396 \series bold
16397 l
16398 \series default
16399  stands for the left and 
16400 \series bold
16401 r
16402 \series default
16403  for the right side of the operator.
16404  Here is an example of the possible 
16405 \series bold
16406
16407 \backslash
16408 smashoperator
16409 \series default
16410  forms:
16411 \end_layout
16412
16413 \begin_layout Standard
16414 \begin_inset Formula 
16415 \[
16416 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}
16417 \]
16418
16419 \end_inset
16420
16421
16422 \end_layout
16423
16424 \begin_layout Standard
16425 \begin_inset VSpace bigskip
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \begin_layout Standard
16432 When several consecutive operators have limits the typesetting of the limits
16433  looks often imperfect in the output, see this example:
16434 \begin_inset Formula 
16435 \[
16436 \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}
16437 \]
16438
16439 \end_inset
16440
16441 To improve the typesetting set in the document settings under 
16442 \family sans
16443 Math
16444 \begin_inset space ~
16445 \end_inset
16446
16447 Options
16448 \family default
16449  for the package 
16450 \series bold
16451 mathtools
16452 \series default
16453
16454 \begin_inset Index idx
16455 status collapsed
16456
16457 \begin_layout Plain Layout
16458 Packages ! mathtools
16459 \end_layout
16460
16461 \end_inset
16462
16463  the option 
16464 \family sans
16465 Load
16466 \begin_inset space ~
16467 \end_inset
16468
16469 always
16470 \family default
16471 .
16472  Then insert into your formula the command 
16473 \series bold
16474
16475 \backslash
16476 adjustlimits
16477 \series default
16478
16479 \begin_inset Index idx
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483 Commands ! A ! 
16484 \backslash
16485 adjustlimits
16486 \end_layout
16487
16488 \end_inset
16489
16490  directly before the first operator.
16491  The example will then look like this:
16492 \begin_inset Formula 
16493 \[
16494 \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}
16495 \]
16496
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \begin_layout Standard
16503 \begin_inset VSpace bigskip
16504 \end_inset
16505
16506 How to use one limit for several operators is described in 
16507 \begin_inset CommandInset ref
16508 LatexCommand ref
16509 reference "subsec:Self-defined-Operators"
16510
16511 \end_inset
16512
16513 .
16514 \end_layout
16515
16516 \begin_layout Subsection
16517 Decoration for Operators
16518 \begin_inset Index idx
16519 status collapsed
16520
16521 \begin_layout Plain Layout
16522 Operators ! Decoration
16523 \end_layout
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \begin_layout Standard
16531 With the commands 
16532 \series bold
16533
16534 \backslash
16535 overset
16536 \series default
16537
16538 \begin_inset Index idx
16539 status collapsed
16540
16541 \begin_layout Plain Layout
16542 Commands ! O ! 
16543 \backslash
16544 overset
16545 \end_layout
16546
16547 \end_inset
16548
16549  and 
16550 \series bold
16551
16552 \backslash
16553 underset
16554 \series default
16555
16556 \begin_inset Index idx
16557 status collapsed
16558
16559 \begin_layout Plain Layout
16560 Commands ! U ! 
16561 \backslash
16562 underset
16563 \end_layout
16564
16565 \end_inset
16566
16567  characters can be placed above or below an operator, respectively.
16568  With the command 
16569 \series bold
16570
16571 \backslash
16572 sideset
16573 \series default
16574
16575 \begin_inset Index idx
16576 status collapsed
16577
16578 \begin_layout Plain Layout
16579 Commands ! S ! 
16580 \backslash
16581 sideset
16582 \end_layout
16583
16584 \end_inset
16585
16586  characters can be set before and behind a big operator.
16587 \end_layout
16588
16589 \begin_layout Standard
16590 There are 4
16591 \begin_inset space ~
16592 \end_inset
16593
16594 variants of 
16595 \series bold
16596
16597 \backslash
16598 sideset
16599 \series default
16600 :
16601 \end_layout
16602
16603 \begin_layout Itemize
16604
16605 \series bold
16606
16607 \backslash
16608 sideset
16609 \series default
16610  is used to set characters at the corners of the operator
16611 \end_layout
16612
16613 \begin_layout Itemize
16614
16615 \series bold
16616
16617 \backslash
16618 sidesetn
16619 \series default
16620  is used to set characters before and/or behind the operator (this variant
16621  represents \SpecialChar LaTeX
16622 's original 
16623 \series bold
16624
16625 \backslash
16626 sideset
16627 \series default
16628  command)
16629 \end_layout
16630
16631 \begin_layout Itemize
16632
16633 \series bold
16634
16635 \backslash
16636 sidesetl
16637 \series default
16638  is used to set characters at the left corners and/or behind the operator
16639 \end_layout
16640
16641 \begin_layout Itemize
16642
16643 \series bold
16644
16645 \backslash
16646 sidesetr
16647 \series default
16648  is used to set characters at the right corners and/or before the operator
16649 \end_layout
16650
16651 \begin_layout Standard
16652 For example the command 
16653 \series bold
16654
16655 \backslash
16656 sidesetn
16657 \begin_inset space \textvisiblespace{}
16658 \end_inset
16659
16660
16661 \backslash
16662 sum
16663 \begin_inset space \textvisiblespace{}
16664 \end_inset
16665
16666
16667 \begin_inset Formula $\to$
16668 \end_inset
16669
16670 '
16671 \begin_inset Formula $\to$
16672 \end_inset
16673
16674 _k=1
16675 \begin_inset space \textvisiblespace{}
16676 \end_inset
16677
16678
16679 \series default
16680 ^
16681 \series bold
16682 n
16683 \series default
16684  produces:
16685 \begin_inset Formula 
16686 \[
16687 \sideset{}{'}\sum_{k=1}^{n}
16688 \]
16689
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Standard
16696 \begin_inset Note Greyedout
16697 status open
16698
16699 \begin_layout Plain Layout
16700
16701 \series bold
16702 Note: 
16703 \backslash
16704 sideset
16705 \series default
16706  can only be used to decorate big operators, binary operators are not allowed.
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \series bold
16717
16718 \backslash
16719 overset
16720 \series default
16721  and 
16722 \series bold
16723
16724 \backslash
16725 underset
16726 \series default
16727  can also be used to decorate symbols and characters.
16728  For example, the command 
16729 \series bold
16730
16731 \backslash
16732 overset
16733 \begin_inset space \textvisiblespace{}
16734 \end_inset
16735
16736
16737 \backslash
16738 maltese
16739 \begin_inset space \textvisiblespace{}
16740 \end_inset
16741
16742
16743 \series default
16744
16745 \begin_inset Formula $\uparrow$
16746 \end_inset
16747
16748
16749 \series bold
16750 a
16751 \series default
16752  produces:
16753 \begin_inset Formula 
16754 \[
16755 \overset{a}{\maltese}
16756 \]
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \begin_layout Subsection
16764 Binary Operators
16765 \begin_inset CommandInset label
16766 LatexCommand label
16767 name "subsec:Binary-Operators"
16768
16769 \end_inset
16770
16771
16772 \begin_inset Index idx
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776 Operators ! binary
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \begin_layout Standard
16785 Binary operators are surrounded by space when there is a character before
16786  and after them.
16787 \begin_inset VSpace medskip
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \begin_layout Standard
16794 \begin_inset Tabular
16795 <lyxtabular version="3" rows="13" columns="2">
16796 <features booktabs="true" tabularvalignment="middle">
16797 <column alignment="center" valignment="top" width="0pt">
16798 <column alignment="center" valignment="top" width="0pt">
16799 <row>
16800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 Command
16805 \begin_inset Note Note
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809
16810 \series bold
16811
16812 \backslash
16813 raisebox
16814 \series default
16815  is only used as spacer.
16816 \end_layout
16817
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 Result
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 +
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $+$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 -
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $-$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 pm
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\pm$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 mp
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\mp$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 cdot
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\cdot$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 times
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\times$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 <row>
16982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986
16987 \backslash
16988 div
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Formula $\div$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset ERT
17012 status collapsed
17013
17014 \begin_layout Plain Layout
17015
17016
17017 \backslash
17018 raisebox{-1.2mm}{
17019 \end_layout
17020
17021 \end_inset
17022
17023 *
17024 \begin_inset ERT
17025 status collapsed
17026
17027 \begin_layout Plain Layout
17028
17029 }
17030 \end_layout
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $*$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \backslash
17059 star
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068 \begin_inset Formula $\star$
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \backslash
17084 circ
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\circ$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \backslash
17109 diamond
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Formula $\diamond$
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \backslash
17134 bullet
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 \begin_inset Formula $\bullet$
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \end_inset
17150 </cell>
17151 </row>
17152 </lyxtabular>
17153
17154 \end_inset
17155
17156
17157 \begin_inset space \hfill{}
17158 \end_inset
17159
17160
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="13" columns="2">
17163 <features booktabs="true" tabularvalignment="middle">
17164 <column alignment="center" valignment="top" width="0pt">
17165 <column alignment="center" valignment="top" width="0pt">
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 Command
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 Result
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \backslash
17193 nabla
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202 \begin_inset Formula $\nabla$
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216
17217 \backslash
17218 bigtriangledown
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227 \begin_inset Formula $\bigtriangledown$
17228 \end_inset
17229
17230
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \backslash
17243 bigtriangleup
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $\bigtriangleup$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 </row>
17261 <row>
17262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \backslash
17268 Box
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $\Box$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 cap 
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\cap$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 cup
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\cup$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 dagger
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\dagger$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 ddagger
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\ddagger$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 wr
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\wr$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \backslash
17418 bigcirc
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Formula $\bigcirc$
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \backslash
17443 wedge
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 \begin_inset Formula $\wedge$
17453 \end_inset
17454
17455
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 </row>
17461 <row>
17462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466
17467 \backslash
17468 vee
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 \begin_inset Formula $\vee$
17478 \end_inset
17479
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 </lyxtabular>
17487
17488 \end_inset
17489
17490
17491 \begin_inset space \hfill{}
17492 \end_inset
17493
17494
17495 \begin_inset Tabular
17496 <lyxtabular version="3" rows="13" columns="2">
17497 <features booktabs="true" tabularvalignment="middle">
17498 <column alignment="center" valignment="top" width="0pt">
17499 <column alignment="center" valignment="top" width="0pt">
17500 <row>
17501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 Command
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17511 \begin_inset Text
17512
17513 \begin_layout Plain Layout
17514 Result
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 </row>
17520 <row>
17521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525
17526 \backslash
17527 oplus
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 \begin_inset Formula $\oplus$
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 <row>
17546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \backslash
17552 ominus
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 \begin_inset Formula $\ominus$
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \backslash
17577 otimes
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Formula $\otimes$
17587 \end_inset
17588
17589
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \backslash
17602 oslash
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 \begin_inset Formula $\oslash$
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618 </cell>
17619 </row>
17620 <row>
17621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625
17626 \backslash
17627 odot
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\odot$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 </row>
17645 <row>
17646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650
17651 \backslash
17652 amalg
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Formula $\amalg$
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 uplus
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $\uplus$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 setminus
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 \begin_inset Formula $\setminus$
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 </row>
17720 <row>
17721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725
17726 \backslash
17727 sqcap
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\sqcap$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750
17751 \backslash
17752 sqcup
17753 \end_layout
17754
17755 \end_inset
17756 </cell>
17757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761 \begin_inset Formula $\sqcup$
17762 \end_inset
17763
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \backslash
17777 triangleleft
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\triangleleft$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 </row>
17795 <row>
17796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \backslash
17802 triangleright
17803 \end_layout
17804
17805 \end_inset
17806 </cell>
17807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17808 \begin_inset Text
17809
17810 \begin_layout Plain Layout
17811 \begin_inset Formula $\triangleright$
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 </row>
17820 </lyxtabular>
17821
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \begin_layout Standard
17828 All binary operators can also be inserted via the math toolbar button 
17829 \begin_inset Info
17830 type  "icon"
17831 arg   "math-insert \\pm"
17832 \end_inset
17833
17834 .
17835 \end_layout
17836
17837 \begin_layout Standard
17838 To typeset the Laplace operator also 
17839 \series bold
17840
17841 \backslash
17842 Delta
17843 \series default
17844  or 
17845 \series bold
17846
17847 \backslash
17848 nabla
17849 \series default
17850 ^
17851 \series bold
17852 2
17853 \series default
17854  (
17855 \begin_inset Formula $\nabla^{2}$
17856 \end_inset
17857
17858 ) can be used instead of 
17859 \series bold
17860
17861 \backslash
17862 bigtriangleup
17863 \series default
17864  .
17865 \end_layout
17866
17867 \begin_layout Standard
17868 The character 
17869 \family sans
17870 Menu Separator
17871 \family default
17872  from the menu 
17873 \family sans
17874 Insert\SpecialChar menuseparator
17875 Special Character
17876 \family default
17877  is the operator 
17878 \series bold
17879
17880 \backslash
17881 triangleright
17882 \series default
17883 .
17884 \end_layout
17885
17886 \begin_layout Subsection
17887 Self-defined Operators
17888 \begin_inset CommandInset label
17889 LatexCommand label
17890 name "subsec:Self-defined-Operators"
17891
17892 \end_inset
17893
17894
17895 \begin_inset Index idx
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899 Operators ! self-defined
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 With the help of the command 
17909 \series bold
17910
17911 \backslash
17912 DeclareMathOperator
17913 \series default
17914
17915 \begin_inset Index idx
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919 Commands ! D ! 
17920 \backslash
17921 dbinom@
17922 \backslash
17923 DeclareMathOperator
17924 \end_layout
17925
17926 \end_inset
17927
17928  custom operators can be defined in the \SpecialChar LaTeX
17929 -preamble.
17930  Its command scheme is:
17931 \end_layout
17932
17933 \begin_layout Standard
17934
17935 \series bold
17936
17937 \backslash
17938 DeclareMathOperator{new command}{display}
17939 \end_layout
17940
17941 \begin_layout Standard
17942 Display can be characters or symbols that define how the operator looks
17943  in the output.
17944  To define a big operator a * is set behind the command.
17945  All self-defined big operators can have limits as described in 
17946 \begin_inset CommandInset ref
17947 LatexCommand ref
17948 reference "subsec:Operator-Limits"
17949
17950 \end_inset
17951
17952 .
17953 \end_layout
17954
17955 \begin_layout Standard
17956 For example the \SpecialChar LaTeX
17957 -preamble line
17958 \end_layout
17959
17960 \begin_layout Standard
17961
17962 \series bold
17963
17964 \backslash
17965 DeclareMathOperator*{
17966 \backslash
17967 Lozenge}{
17968 \backslash
17969 blacklozenge}
17970 \end_layout
17971
17972 \begin_layout Standard
17973 defines the command 
17974 \series bold
17975
17976 \backslash
17977 Lozenge
17978 \series default
17979 , that inserts a big operator consisting of the lozenge symbol from 
17980 \begin_inset CommandInset ref
17981 LatexCommand ref
17982 reference "subsec:Miscellaneous-Symbols"
17983
17984 \end_inset
17985
17986 :
17987 \begin_inset Formula 
17988 \[
17989 \Lozenge_{n=1}^{\infty}
17990 \]
17991
17992 \end_inset
17993
17994 The command for this formula is: 
17995 \series bold
17996
17997 \backslash
17998 Lozenge
17999 \series default
18000 ^
18001 \series bold
18002
18003 \backslash
18004 infty
18005 \begin_inset Formula $\to$
18006 \end_inset
18007
18008 _n=1
18009 \end_layout
18010
18011 \begin_layout Standard
18012 \begin_inset VSpace bigskip
18013 \end_inset
18014
18015 When self-defined operators are not used several times in the document,
18016  they can also be defined with the commands 
18017 \series bold
18018
18019 \backslash
18020 mathop
18021 \series default
18022
18023 \begin_inset Index idx
18024 status collapsed
18025
18026 \begin_layout Plain Layout
18027 Commands ! M ! 
18028 \backslash
18029 mathop
18030 \end_layout
18031
18032 \end_inset
18033
18034  and 
18035 \series bold
18036
18037 \backslash
18038 mathbin
18039 \series default
18040
18041 \begin_inset Index idx
18042 status collapsed
18043
18044 \begin_layout Plain Layout
18045 Commands ! M ! 
18046 \backslash
18047 mathbin
18048 \end_layout
18049
18050 \end_inset
18051
18052 , which have the following scheme:
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058
18059 \backslash
18060 mathop{display}
18061 \series default
18062  and 
18063 \series bold
18064
18065 \backslash
18066 mathbin{display}
18067 \end_layout
18068
18069 \begin_layout Standard
18070
18071 \series bold
18072
18073 \backslash
18074 mathop
18075 \series default
18076  defines big operators, 
18077 \series bold
18078
18079 \backslash
18080 mathbin
18081 \series default
18082  binary operators.
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 mathop
18091 \series default
18092  can e.
18093 \begin_inset space \thinspace{}
18094 \end_inset
18095
18096 g.
18097 \begin_inset space \space{}
18098 \end_inset
18099
18100 be used to use one limit for several operators:
18101 \end_layout
18102
18103 \begin_layout Standard
18104 \begin_inset Formula 
18105 \[
18106 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18107 \]
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \begin_layout Standard
18115 The command for the formula above is:
18116 \begin_inset Newline newline
18117 \end_inset
18118
18119
18120 \series bold
18121
18122 \backslash
18123 mathop{
18124 \backslash
18125 sum
18126 \backslash
18127 negmedspace
18128 \backslash
18129 sum
18130 \series default
18131
18132 \begin_inset space \textvisiblespace{}
18133 \end_inset
18134
18135
18136 \series bold
18137
18138 \begin_inset Formula $\to$
18139 \end_inset
18140
18141 ^N
18142 \series default
18143
18144 \begin_inset space \textvisiblespace{}
18145 \end_inset
18146
18147
18148 \series bold
18149 _i,j=1
18150 \end_layout
18151
18152 \begin_layout Section
18153 Fonts
18154 \begin_inset Index idx
18155 status collapsed
18156
18157 \begin_layout Plain Layout
18158 Fonts
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Subsection
18167 Font Styles
18168 \begin_inset CommandInset label
18169 LatexCommand label
18170 name "subsec:Font-Styles"
18171
18172 \end_inset
18173
18174
18175 \begin_inset Index idx
18176 status collapsed
18177
18178 \begin_layout Plain Layout
18179 Font ! style
18180 \end_layout
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 Latin letters in formulas can be set in one of the following font styles:
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \align center
18193 \begin_inset Tabular
18194 <lyxtabular version="3" rows="6" columns="3">
18195 <features booktabs="true" tabularvalignment="middle">
18196 <column alignment="center" valignment="top" width="0pt">
18197 <column alignment="center" valignment="top">
18198 <column alignment="center" valignment="top">
18199 <row>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 Command
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 Result
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222 Shortcut
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 </row>
18228 <row>
18229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \backslash
18235 mathbb
18236 \series bold
18237
18238 \begin_inset space \textvisiblespace{}
18239 \end_inset
18240
18241
18242 \series default
18243 ABC
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18249 \begin_inset Text
18250
18251 \begin_layout Plain Layout
18252 \begin_inset Formula $\mathbb{ABC}$
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 -
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 </row>
18270 <row>
18271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275
18276 \backslash
18277 mathbf
18278 \series bold
18279
18280 \begin_inset space \textvisiblespace{}
18281 \end_inset
18282
18283
18284 \series default
18285 AbC
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 \begin_inset Formula $\mathbf{AbC}$
18295 \end_inset
18296
18297
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Info
18307 type  "shortcut"
18308 arg   "font-bold"
18309 \end_inset
18310
18311
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 </row>
18317 <row>
18318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322
18323 \backslash
18324 boldsymbol
18325 \series bold
18326
18327 \begin_inset space \textvisiblespace{}
18328 \end_inset
18329
18330
18331 \series default
18332 AbC
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 \begin_inset Formula $\boldsymbol{AbC}$
18342 \end_inset
18343
18344
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 \begin_inset Info
18354 type  "shortcut"
18355 arg   "font-boldsymbol"
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 </row>
18364 <row>
18365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369
18370 \backslash
18371 mathcal
18372 \series bold
18373
18374 \begin_inset space \textvisiblespace{}
18375 \end_inset
18376
18377
18378 \series default
18379 ABC
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 \begin_inset Formula $\mathcal{ABC}$
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 -
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 </row>
18406 <row>
18407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411
18412 \backslash
18413 mathfrak
18414 \series bold
18415
18416 \begin_inset space \textvisiblespace{}
18417 \end_inset
18418
18419
18420 \series default
18421 AbC
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Formula $\mathfrak{AbC}$
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 -
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 </lyxtabular>
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 \align center
18457 \begin_inset Tabular
18458 <lyxtabular version="3" rows="6" columns="3">
18459 <features booktabs="true" tabularvalignment="middle">
18460 <column alignment="center" valignment="top" width="0pt">
18461 <column alignment="center" valignment="top">
18462 <column alignment="center" valignment="top">
18463 <row>
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 Command
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 Result
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 Shortcut
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 <row>
18493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497
18498 \backslash
18499 mathit
18500 \series bold
18501
18502 \begin_inset space \textvisiblespace{}
18503 \end_inset
18504
18505
18506 \series default
18507 AbC
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 \begin_inset Formula $\mathit{AbC}$
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 -
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 </row>
18534 <row>
18535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539
18540 \backslash
18541 mathrm
18542 \series bold
18543
18544 \begin_inset space \textvisiblespace{}
18545 \end_inset
18546
18547
18548 \series default
18549 AbC
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 \begin_inset Formula $\mathrm{AbC}$
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 \begin_inset Info
18571 type  "shortcut"
18572 arg   "font-roman"
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \backslash
18588 mathsf
18589 \series bold
18590
18591 \begin_inset space \textvisiblespace{}
18592 \end_inset
18593
18594
18595 \series default
18596 AbC
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 \begin_inset Formula $\mathsf{AbC}$
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 \begin_inset Info
18618 type  "shortcut"
18619 arg   "font-sans"
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 </row>
18628 <row>
18629 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \backslash
18635 mathtt
18636 \series bold
18637
18638 \begin_inset space \textvisiblespace{}
18639 \end_inset
18640
18641
18642 \series default
18643 AbC
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 \begin_inset Formula $\mathtt{AbC}$
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 \begin_inset Info
18665 type  "shortcut"
18666 arg   "font-typewriter"
18667 \end_inset
18668
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 </row>
18675 <row>
18676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \backslash
18682 mathscr
18683 \series bold
18684
18685 \begin_inset space \textvisiblespace{}
18686 \end_inset
18687
18688
18689 \series default
18690 ABC
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 \begin_inset Formula $\mathscr{ABC}$
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 -
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 </row>
18717 </lyxtabular>
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \begin_layout Standard
18725 \begin_inset Note Greyedout
18726 status open
18727
18728 \begin_layout Plain Layout
18729
18730 \series bold
18731 Note:
18732 \series default
18733  The styles 
18734 \series bold
18735
18736 \backslash
18737 mathbb
18738 \series default
18739
18740 \series bold
18741
18742 \backslash
18743 mathcal
18744 \series default
18745  and 
18746 \series bold
18747
18748 \backslash
18749 mathscr
18750 \series default
18751  can only be used for big letters.
18752 \end_layout
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \begin_layout Standard
18760 Predefined is the style 
18761 \series bold
18762
18763 \backslash
18764 mathnormal
18765 \series default
18766 .
18767 \end_layout
18768
18769 \begin_layout Standard
18770 The style commands work also for letters in mathematical constructs:
18771 \begin_inset Formula 
18772 \[
18773 \mathfrak{A=\frac{b}{C}}
18774 \]
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 Characters in mathematical text don't appear in a math font style but in
18783  the text font style 
18784 \series bold
18785
18786 \backslash
18787 textrm
18788 \series default
18789 .
18790  That their style can't be set correctly via the text style dialog is a
18791  bug in \SpecialChar LyX
18792 .
18793 \begin_inset Foot
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 \begin_inset CommandInset href
18798 LatexCommand href
18799 name "LyX-bug #4629"
18800 target "https://www.lyx.org/trac/ticket/4629"
18801 literal "false"
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Standard
18814 Instead of the style commands the dialog 
18815 \family sans
18816 Edit\SpecialChar menuseparator
18817 Math\SpecialChar menuseparator
18818 Text Style
18819 \family default
18820  or the toolbar button 
18821 \begin_inset Info
18822 type  "icon"
18823 arg   "math-insert \\font"
18824 \end_inset
18825
18826  can be used.
18827 \end_layout
18828
18829 \begin_layout Subsection
18830 Bold Formulas
18831 \begin_inset CommandInset label
18832 LatexCommand label
18833 name "subsec:Bold-Formulas"
18834
18835 \end_inset
18836
18837
18838 \begin_inset Index idx
18839 status collapsed
18840
18841 \begin_layout Plain Layout
18842 Formula ! bold
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 To make a complete formula bold, the command 
18852 \series bold
18853
18854 \backslash
18855 mathbf
18856 \series default
18857  from the previous subsection cannot be used, because it doesn't work for
18858  small Greek letters.
18859  Furthermore it prints Latin letters always upright, like in the following
18860  equation:
18861 \end_layout
18862
18863 \begin_layout Standard
18864 \begin_inset Formula 
18865 \[
18866 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18867 \]
18868
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \begin_layout Standard
18875 To display the formula correctly, the command 
18876 \series bold
18877
18878 \backslash
18879 boldsymbol
18880 \series default
18881  is used:
18882 \begin_inset Formula 
18883 \[
18884 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18885 \]
18886
18887 \end_inset
18888
18889 It is also possible to set the formula in a 
18890 \series bold
18891 boldmath environment
18892 \series default
18893 .
18894  This environment is created by inserting the command 
18895 \series bold
18896
18897 \backslash
18898 boldmath
18899 \series default
18900
18901 \begin_inset Index idx
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Commands ! B ! 
18906 \backslash
18907 boldmath
18908 \end_layout
18909
18910 \end_inset
18911
18912  in \SpecialChar TeX
18913  mode.
18914  To end the environment, the command 
18915 \series bold
18916
18917 \backslash
18918 unboldmath
18919 \series default
18920
18921 \begin_inset Index idx
18922 status collapsed
18923
18924 \begin_layout Plain Layout
18925 Commands ! U ! 
18926 \backslash
18927 unboldmath
18928 \end_layout
18929
18930 \end_inset
18931
18932  is inserted in \SpecialChar TeX
18933  mode.
18934 \begin_inset ERT
18935 status collapsed
18936
18937 \begin_layout Plain Layout
18938
18939
18940 \backslash
18941 boldmath 
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \begin_inset Formula 
18948 \[
18949 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18950 \]
18951
18952 \end_inset
18953
18954
18955 \begin_inset ERT
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959
18960
18961 \backslash
18962 unboldmath 
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Subsection
18971 Colored Formulas
18972 \begin_inset Index idx
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976 Formula ! colored
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Standard
18985 Formulas can be colored like normal text: Highlight a formula or a formula
18986  part and use the 
18987 \family sans
18988 Text Style
18989 \family default
18990  dialog.
18991  Here is a formula in magenta:
18992 \begin_inset Formula 
18993 \[
18994 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18995 \]
18996
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \begin_layout Standard
19003 You can also define your own colors as described in 
19004 \begin_inset CommandInset ref
19005 LatexCommand ref
19006 reference "subsec:Colored-Boxes"
19007
19008 \end_inset
19009
19010 .
19011  They can be used with the \SpecialChar TeX
19012  code command 
19013 \series bold
19014
19015 \backslash
19016 textcolor
19017 \series default
19018
19019 \begin_inset Index idx
19020 status collapsed
19021
19022 \begin_layout Plain Layout
19023 Commands ! T ! 
19024 \backslash
19025 textcolor
19026 \end_layout
19027
19028 \end_inset
19029
19030  in the scheme
19031 \end_layout
19032
19033 \begin_layout Standard
19034
19035 \series bold
19036
19037 \backslash
19038 textcolor{color}{characters or formula}
19039 \end_layout
19040
19041 \begin_layout Standard
19042 The following example was colored completely dark green and partly red:
19043 \end_layout
19044
19045 \begin_layout Standard
19046 \begin_inset ERT
19047 status collapsed
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 textcolor{darkgreen}{
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \begin_inset Formula 
19060 \[
19061 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19062 \]
19063
19064 \end_inset
19065
19066
19067 \begin_inset ERT
19068 status collapsed
19069
19070 \begin_layout Plain Layout
19071
19072 }
19073 \end_layout
19074
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \begin_layout Standard
19081 Due to a bug in \SpecialChar LyX
19082  only complete formulas can be colored with self-defined
19083  colors.
19084 \begin_inset Foot
19085 status collapsed
19086
19087 \begin_layout Plain Layout
19088 \begin_inset CommandInset href
19089 LatexCommand href
19090 name "LyX-bug #5269"
19091 target "https://www.lyx.org/trac/ticket/5269"
19092 literal "false"
19093
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Subsection
19105 Font Sizes
19106 \begin_inset CommandInset label
19107 LatexCommand label
19108 name "subsec:Font-Sizes"
19109
19110 \end_inset
19111
19112
19113 \begin_inset Index idx
19114 status collapsed
19115
19116 \begin_layout Plain Layout
19117 Font ! size
19118 \end_layout
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \begin_layout Standard
19126 For characters in formulas there are, analog to characters in text, the
19127  following size commands:
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 Huge
19136 \series default
19137
19138 \series bold
19139
19140 \backslash
19141 huge
19142 \series default
19143
19144 \series bold
19145
19146 \backslash
19147 LARGE
19148 \series default
19149
19150 \series bold
19151
19152 \backslash
19153 Large
19154 \series default
19155
19156 \series bold
19157
19158 \backslash
19159 large
19160 \series default
19161
19162 \series bold
19163
19164 \backslash
19165 normalsize
19166 \series default
19167
19168 \series bold
19169
19170 \backslash
19171 small
19172 \series default
19173 ,
19174 \begin_inset Newline newline
19175 \end_inset
19176
19177
19178 \series bold
19179
19180 \backslash
19181 footnotesize
19182 \series default
19183
19184 \series bold
19185
19186 \backslash
19187 scriptsize
19188 \series default
19189  and 
19190 \series bold
19191
19192 \backslash
19193 tiny
19194 \end_layout
19195
19196 \begin_layout Standard
19197 The size produced by the commands depends on the document font size, which
19198  corresponds to the command 
19199 \series bold
19200
19201 \backslash
19202 normalsize
19203 \series default
19204 .
19205  The other commands produce smaller or larger sizes than 
19206 \series bold
19207
19208 \backslash
19209 normalsize
19210 \series default
19211 .
19212  The font size can however not exceed a certain value.
19213  Is for example the document font size 12
19214 \begin_inset space \thinspace{}
19215 \end_inset
19216
19217 pt, the command 
19218 \series bold
19219
19220 \backslash
19221 Huge
19222 \series default
19223  switches to the same size as 
19224 \series bold
19225
19226 \backslash
19227 huge
19228 \series default
19229 .
19230  
19231 \end_layout
19232
19233 \begin_layout Standard
19234 A size command is inserted in \SpecialChar TeX
19235  mode before the formula and sets the size
19236  for all following formula and text characters.
19237  To switch back to the initial size, the command 
19238 \series bold
19239
19240 \backslash
19241 normalsize
19242 \series default
19243  is inserted behind the formula in \SpecialChar TeX
19244  mode.
19245 \end_layout
19246
19247 \begin_layout Standard
19248 Within a formula the size can be changed using the following size commands
19249  or the toolbar button 
19250 \begin_inset Info
19251 type  "icon"
19252 arg   "math-insert \\style"
19253 \end_inset
19254
19255 :
19256 \end_layout
19257
19258 \begin_layout Standard
19259 \noindent
19260 \align center
19261 \begin_inset Tabular
19262 <lyxtabular version="3" rows="5" columns="2">
19263 <features booktabs="true" tabularvalignment="middle">
19264 <column alignment="center" valignment="top" width="0pt">
19265 <column alignment="center" valignment="top">
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 Command
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 Result
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291
19292 \backslash
19293 displaystyle
19294 \begin_inset Index idx
19295 status collapsed
19296
19297 \begin_layout Plain Layout
19298 Commands ! D ! 
19299 \backslash
19300 displaystyle
19301 \end_layout
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row topspace="1mm">
19324 <cell alignment="center" valignment="top" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 textstyle
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 <row>
19349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \backslash
19355 scriptstyle
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 <row>
19374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \backslash
19380 scriptscriptstyle
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 </lyxtabular>
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406 After entering these commands, a blue box appears in which the formula parts
19407  are inserted.
19408 \end_layout
19409
19410 \begin_layout Standard
19411 There is a further method to change the font size, that though only works
19412  for symbols or letters in mathematical text.
19413  To use it, one of the above text size commands is inserted in mathematical
19414  text.
19415  All following characters until the end of the mathematical text or until
19416  another size command will have the selected size.
19417  Two examples:
19418 \begin_inset VSpace -2mm
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Standard
19425 \begin_inset ERT
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429
19430
19431 \backslash
19432 huge 
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \begin_inset Formula 
19439 \[
19440 A=\frac{B}{c}\cdot\maltese
19441 \]
19442
19443 \end_inset
19444
19445
19446 \begin_inset Formula 
19447 \[
19448 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19449 \]
19450
19451 \end_inset
19452
19453
19454 \begin_inset ERT
19455 status collapsed
19456
19457 \begin_layout Plain Layout
19458
19459
19460 \backslash
19461 normalsize 
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \begin_layout Standard
19470 \begin_inset VSpace medskip
19471 \end_inset
19472
19473 Before both formulas the command 
19474 \series bold
19475
19476 \backslash
19477 huge
19478 \series default
19479  was inserted.
19480  The command for the second formula is:
19481 \begin_inset Newline newline
19482 \end_inset
19483
19484
19485 \series bold
19486
19487 \backslash
19488 maltese
19489 \begin_inset space \textvisiblespace{}
19490 \end_inset
19491
19492 A Alt+M M 
19493 \backslash
19494 Large
19495 \begin_inset space \textvisiblespace{}
19496 \end_inset
19497
19498
19499 \backslash
19500 maltese
19501 \begin_inset space \textvisiblespace{}
19502 \end_inset
19503
19504
19505 \backslash
19506 textit
19507 \begin_inset space \textvisiblespace{}
19508 \end_inset
19509
19510 A
19511 \begin_inset Formula $\to$
19512 \end_inset
19513
19514
19515 \begin_inset Formula $\to$
19516 \end_inset
19517
19518
19519 \begin_inset Newline newline
19520 \end_inset
19521
19522
19523 \begin_inset space \hspace*{}
19524 \length 1cm
19525 \end_inset
19526
19527 Alt+M
19528 \series default
19529  
19530 \series bold
19531
19532 \backslash
19533 tiny
19534 \begin_inset space \textvisiblespace{}
19535 \end_inset
19536
19537
19538 \backslash
19539 maltese
19540 \begin_inset space \textvisiblespace{}
19541 \end_inset
19542
19543
19544 \backslash
19545 textit
19546 \begin_inset space \textvisiblespace{}
19547 \end_inset
19548
19549 A
19550 \end_layout
19551
19552 \begin_layout Standard
19553 If a symbol cannot be displayed in different sizes, it will always be displayed
19554  in the default size.
19555 \end_layout
19556
19557 \begin_layout Section
19558 Greek Letters
19559 \begin_inset Index idx
19560 status collapsed
19561
19562 \begin_layout Plain Layout
19563 Greek letters
19564 \end_layout
19565
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \begin_layout Standard
19572 Greek letters can also be inserted via the toolbar button 
19573 \begin_inset Info
19574 type  "icon"
19575 arg   "math-insert \\alpha"
19576 \end_inset
19577
19578 .
19579  All international typesetting norms purport that Greek letters in math
19580  have to be typeset italic/slanted.
19581  In some languages, like French or Russian, they are nevertheless sometimes
19582  typeset upright.
19583 \end_layout
19584
19585 \begin_layout Subsection
19586 Small Letters
19587 \begin_inset Index idx
19588 status collapsed
19589
19590 \begin_layout Plain Layout
19591 Greek letters ! small
19592 \end_layout
19593
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \begin_layout Standard
19600 \begin_inset space \hfill{}
19601 \end_inset
19602
19603
19604 \begin_inset Tabular
19605 <lyxtabular version="3" rows="11" columns="2">
19606 <features booktabs="true" tabularvalignment="middle">
19607 <column alignment="center" valignment="top" width="0pt">
19608 <column alignment="center" valignment="top" width="0pt">
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 Command
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 Result
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \backslash
19636 alpha
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 \begin_inset Formula $\alpha$
19646 \end_inset
19647
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 beta
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Formula $\beta$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 <row>
19680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \backslash
19686 gamma
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset Formula $\gamma$
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 <row>
19705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \backslash
19711 delta
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset Formula $\delta$
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \backslash
19736 epsilon
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 \begin_inset Formula $\epsilon$
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \backslash
19761 varepsilon
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset Formula $\varepsilon$
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 zeta
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\zeta$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 <row>
19805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809
19810 \backslash
19811 eta
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 \begin_inset Formula $\eta$
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 </row>
19829 <row>
19830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834
19835 \backslash
19836 theta
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 \begin_inset Formula $\theta$
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 </row>
19854 <row>
19855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \backslash
19861 vartheta
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 \begin_inset Formula $\vartheta$
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 </row>
19879 </lyxtabular>
19880
19881 \end_inset
19882
19883
19884 \begin_inset space \hfill{}
19885 \end_inset
19886
19887
19888 \begin_inset Tabular
19889 <lyxtabular version="3" rows="12" columns="2">
19890 <features booktabs="true" tabularvalignment="middle">
19891 <column alignment="center" valignment="top" width="0pt">
19892 <column alignment="center" valignment="top" width="0pt">
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 Command
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 Result
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 iota
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\iota$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 <row>
19939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943
19944 \backslash
19945 kappa
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19951 \begin_inset Text
19952
19953 \begin_layout Plain Layout
19954 \begin_inset Formula $\kappa$
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 </row>
19963 <row>
19964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19965 \begin_inset Text
19966
19967 \begin_layout Plain Layout
19968
19969 \backslash
19970 varkappa
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 \begin_inset Formula $\varkappa$
19980 \end_inset
19981
19982
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 </row>
19988 <row>
19989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \backslash
19995 lambda
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 \begin_inset Formula $\lambda$
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 </row>
20013 <row>
20014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018
20019 \backslash
20020 mu
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029 \begin_inset Formula $\mu$
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 </row>
20038 <row>
20039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \backslash
20045 nu
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054 \begin_inset Formula $\nu$
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \backslash
20070 xi
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 \begin_inset Formula $\xi$
20080 \end_inset
20081
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093 o
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $o$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 pi
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\pi$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 varpi
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\varpi$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166
20167 \backslash
20168 rho
20169 \end_layout
20170
20171 \end_inset
20172 </cell>
20173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 \begin_inset Formula $\rho$
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 </lyxtabular>
20187
20188 \end_inset
20189
20190
20191 \begin_inset space \hfill{}
20192 \end_inset
20193
20194
20195 \begin_inset Tabular
20196 <lyxtabular version="3" rows="11" columns="2">
20197 <features booktabs="true" tabularvalignment="middle">
20198 <column alignment="center" valignment="top" width="0pt">
20199 <column alignment="center" valignment="top" width="0pt">
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 Command
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 Result
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 </row>
20220 <row>
20221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225
20226 \backslash
20227 varrho
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 \begin_inset Formula $\varrho$
20237 \end_inset
20238
20239
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 </row>
20245 <row>
20246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250
20251 \backslash
20252 sigma
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\sigma$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 varsigma
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286 \begin_inset Formula $\varsigma$
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \end_inset
20293 </cell>
20294 </row>
20295 <row>
20296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300
20301 \backslash
20302 tau
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 \begin_inset Formula $\tau$
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 <row>
20321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20322 \begin_inset Text
20323
20324 \begin_layout Plain Layout
20325
20326 \backslash
20327 upsilon
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336 \begin_inset Formula $\upsilon$
20337 \end_inset
20338
20339
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 </row>
20345 <row>
20346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350
20351 \backslash
20352 phi
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 \begin_inset Formula $\phi$
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \backslash
20377 varphi
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386 \begin_inset Formula $\varphi$
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 </row>
20395 <row>
20396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400
20401 \backslash
20402 chi
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 \begin_inset Formula $\chi$
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 </row>
20420 <row>
20421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425
20426 \backslash
20427 psi
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $\psi$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 </row>
20445 <row>
20446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \backslash
20452 omega
20453 \end_layout
20454
20455 \end_inset
20456 </cell>
20457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20458 \begin_inset Text
20459
20460 \begin_layout Plain Layout
20461 \begin_inset Formula $\omega$
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 </row>
20470 </lyxtabular>
20471
20472 \end_inset
20473
20474
20475 \begin_inset space \hfill{}
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Standard
20482 \begin_inset VSpace medskip
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \begin_layout Standard
20489 How to create special upright Greek letters is explained in 
20490 \begin_inset CommandInset ref
20491 LatexCommand ref
20492 reference "subsec:Upright-small-Greek"
20493
20494 \end_inset
20495
20496 .
20497 \end_layout
20498
20499 \begin_layout Subsection
20500 Big Letters
20501 \begin_inset Index idx
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505 Greek letters ! big
20506 \end_layout
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Standard
20514 \begin_inset space \hfill{}
20515 \end_inset
20516
20517
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="7" columns="2">
20520 <features booktabs="true" tabularvalignment="middle">
20521 <column alignment="center" valignment="top" width="0pt">
20522 <column alignment="center" valignment="top" width="0pt">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Command
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Result
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 Gamma
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\Gamma$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 Delta
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\Delta$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \backslash
20600 Theta
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 \begin_inset Formula $\Theta$
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 Lambda
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\Lambda$
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \backslash
20650 Xi
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\Xi$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 Pi
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\Pi$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 </lyxtabular>
20694
20695 \end_inset
20696
20697
20698 \begin_inset space \hfill{}
20699 \end_inset
20700
20701
20702 \begin_inset Tabular
20703 <lyxtabular version="3" rows="6" columns="2">
20704 <features booktabs="true" tabularvalignment="middle">
20705 <column alignment="center" valignment="top" width="0pt">
20706 <column alignment="center" valignment="top" width="0pt">
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 Command
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 Result
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 Sigma
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\Sigma$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 Upsilon
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\Upsilon$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 <row>
20778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20779 \begin_inset Text
20780
20781 \begin_layout Plain Layout
20782
20783 \backslash
20784 Phi
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20790 \begin_inset Text
20791
20792 \begin_layout Plain Layout
20793 \begin_inset Formula $\Phi$
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 </row>
20802 <row>
20803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \backslash
20809 Psi
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 \begin_inset Formula $\Psi$
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 Omega
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Formula $\Omega$
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 </lyxtabular>
20853
20854 \end_inset
20855
20856
20857 \begin_inset space \hfill{}
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Standard
20864 \begin_inset VSpace medskip
20865 \end_inset
20866
20867 That the big Greek letters appear upright is caused by a design bug when
20868  \SpecialChar TeX
20869  was developed.
20870  To get correct italic big letters, begin every command with 
20871 \series bold
20872 var
20873 \series default
20874 .
20875  For example the command 
20876 \series bold
20877
20878 \backslash
20879 varGamma
20880 \series default
20881  produces 
20882 \begin_inset Formula $\varGamma$
20883 \end_inset
20884
20885 .
20886  Another way is to load the package 
20887 \series bold
20888 fixmath
20889 \series default
20890
20891 \begin_inset Foot
20892 status collapsed
20893
20894 \begin_layout Plain Layout
20895
20896 \series bold
20897 fixmath
20898 \series default
20899  is part of the \SpecialChar LaTeX
20900 -package 
20901 \series bold
20902 was
20903 \series default
20904
20905 \begin_inset Index idx
20906 status collapsed
20907
20908 \begin_layout Plain Layout
20909 Packages ! was
20910 \begin_inset ERT
20911 status collapsed
20912
20913 \begin_layout Plain Layout
20914
20915
20916 \backslash
20917 vspace{4mm}
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926
20927 .
20928 \end_layout
20929
20930 \end_inset
20931
20932
20933 \begin_inset Index idx
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 Packages ! fixmath
20938 \end_layout
20939
20940 \end_inset
20941
20942  with the \SpecialChar LaTeX
20943 -preamble line
20944 \end_layout
20945
20946 \begin_layout Standard
20947
20948 \series bold
20949
20950 \backslash
20951 usepackage{fixmath}
20952 \end_layout
20953
20954 \begin_layout Standard
20955 Then all big Greek letters in a document will automatically be typeset italic.
20956 \end_layout
20957
20958 \begin_layout Subsection
20959 Bold Letters
20960 \begin_inset Index idx
20961 status collapsed
20962
20963 \begin_layout Plain Layout
20964 Greek letters ! bold
20965 \end_layout
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Standard
20973 Greek letters cannot be set with different font styles like Latin letters.
20974  They can only be made bold with the command 
20975 \series bold
20976
20977 \backslash
20978 boldsymbol
20979 \series default
20980
20981 \begin_inset Index idx
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 Commands ! B ! 
20986 \backslash
20987 boldsymbol
20988 \end_layout
20989
20990 \end_inset
20991
20992 .
20993 \end_layout
20994
20995 \begin_layout Standard
20996 \align center
20997 \begin_inset Tabular
20998 <lyxtabular version="3" rows="3" columns="2">
20999 <features booktabs="true" tabularvalignment="middle">
21000 <column alignment="center" valignment="top" width="0pt">
21001 <column alignment="center" valignment="top">
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Command
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Result
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 Upsilon
21030 \backslash
21031 boldsymbol
21032 \backslash
21033 Upsilon
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 theta
21059 \backslash
21060 boldsymbol
21061 \backslash
21062 theta
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\theta\boldsymbol{\theta}$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 </lyxtabular>
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \begin_layout Section
21088 Symbols
21089 \begin_inset ERT
21090 status collapsed
21091
21092 \begin_layout Plain Layout
21093
21094
21095 \backslash
21096 texorpdfstring{
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset Foot
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 A list with all symbols of most of the \SpecialChar LaTeX
21107 -packages can be found in 
21108 \begin_inset CommandInset citation
21109 LatexCommand cite
21110 key "Symbols"
21111 literal "true"
21112
21113 \end_inset
21114
21115 .
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \begin_inset ERT
21122 status collapsed
21123
21124 \begin_layout Plain Layout
21125
21126 }{}
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \begin_inset Note Note
21133 status collapsed
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21139 \end_layout
21140
21141 \begin_layout Plain Layout
21142 More about 
21143 \backslash
21144 texorpdfstring is in section 
21145 \begin_inset CommandInset ref
21146 LatexCommand ref
21147 reference "subsec:Formulas-in-Section"
21148
21149 \end_inset
21150
21151 .
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \begin_inset Index idx
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 Symbols
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \begin_layout Standard
21170 Many of the symbols listed in this section can also be inserted via the
21171  toolbar buttons 
21172 \begin_inset Info
21173 type  "icon"
21174 arg   "math-insert \\nabla"
21175 \end_inset
21176
21177  and 
21178 \begin_inset Info
21179 type  "icon"
21180 arg   "math-insert \\digamma"
21181 \end_inset
21182
21183 .
21184 \end_layout
21185
21186 \begin_layout Subsection
21187 Mathematical Symbols
21188 \begin_inset CommandInset label
21189 LatexCommand label
21190 name "subsec:Mathematical-Symbols"
21191
21192 \end_inset
21193
21194
21195 \begin_inset Index idx
21196 status collapsed
21197
21198 \begin_layout Plain Layout
21199 Symbols ! mathematical
21200 \end_layout
21201
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \begin_layout Standard
21208 \begin_inset Tabular
21209 <lyxtabular version="3" rows="10" columns="2">
21210 <features booktabs="true" tabularvalignment="middle">
21211 <column alignment="center" valignment="top" width="0pt">
21212 <column alignment="center" valignment="top" width="0pt">
21213 <row>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 Command
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 Symbol
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 <row>
21234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238
21239 \backslash
21240 neg
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Formula $\neg$
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 <row>
21259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \backslash
21265 Im
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Formula $\Im$
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row>
21284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \backslash
21290 Re
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 \begin_inset Formula $\Re$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 <row>
21309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \backslash
21315 aleph
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 \begin_inset Formula $\aleph$
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 </row>
21333 <row>
21334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338
21339 \backslash
21340 partial
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $\partial$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 </row>
21358 <row>
21359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \backslash
21365 infty
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\infty$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 wp
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 \begin_inset Formula $\wp$
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 <row>
21409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413
21414 \backslash
21415 imath
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\imath$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438
21439 \backslash
21440 jmath
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21446 \begin_inset Text
21447
21448 \begin_layout Plain Layout
21449 \begin_inset Formula $\jmath$
21450 \end_inset
21451
21452
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 </row>
21458 </lyxtabular>
21459
21460 \end_inset
21461
21462
21463 \begin_inset space \hfill{}
21464 \end_inset
21465
21466
21467 \begin_inset Tabular
21468 <lyxtabular version="3" rows="10" columns="2">
21469 <features booktabs="true" tabularvalignment="middle">
21470 <column alignment="center" valignment="top" width="0pt">
21471 <column alignment="center" valignment="top" width="0pt">
21472 <row>
21473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 Command
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 Symbol
21487 \begin_inset Note Note
21488 status collapsed
21489
21490 \begin_layout Plain Layout
21491
21492 \series bold
21493
21494 \backslash
21495 raisebox
21496 \series default
21497  is only used as spacer.
21498 \end_layout
21499
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 </row>
21508 <row>
21509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \backslash
21515 forall
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 \begin_inset Formula $\forall$
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 </row>
21533 <row>
21534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538
21539 \backslash
21540 exists
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 \begin_inset Formula $\exists$
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 </row>
21558 <row>
21559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563
21564 \backslash
21565 nexists
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21571 \begin_inset Text
21572
21573 \begin_layout Plain Layout
21574 \begin_inset Formula $\nexists$
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 </row>
21583 <row>
21584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588
21589 \backslash
21590 emptyset
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\emptyset$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 varnothing
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\varnothing$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 <row>
21634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \backslash
21640 dag
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Formula $\dag$
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 ddag
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\ddag$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 complement
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset ERT
21700 status collapsed
21701
21702 \begin_layout Plain Layout
21703
21704
21705 \backslash
21706 raisebox{-0.8mm}{
21707 \end_layout
21708
21709 \end_inset
21710
21711
21712 \begin_inset Formula $\complement$
21713 \end_inset
21714
21715
21716 \begin_inset ERT
21717 status collapsed
21718
21719 \begin_layout Plain Layout
21720
21721 }
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 <row>
21733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737
21738 \backslash
21739 Bbbk
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\Bbbk$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 </lyxtabular>
21758
21759 \end_inset
21760
21761
21762 \begin_inset space \hfill{}
21763 \end_inset
21764
21765
21766 \begin_inset Tabular
21767 <lyxtabular version="3" rows="10" columns="2">
21768 <features booktabs="true" tabularvalignment="middle">
21769 <column alignment="center" valignment="top" width="0pt">
21770 <column alignment="center" valignment="top" width="0pt">
21771 <row>
21772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 Command
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 Symbol
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 </row>
21791 <row>
21792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796
21797 \backslash
21798 prime
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 \begin_inset Formula $\prime$
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 </row>
21816 <row>
21817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821
21822 \backslash
21823 backprime
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 \begin_inset Formula $\backprime$
21833 \end_inset
21834
21835
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 </row>
21841 <row>
21842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846
21847 \backslash
21848 mho
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 \begin_inset Formula $\mho$
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 </row>
21866 <row>
21867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871
21872 \backslash
21873 triangle
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 \begin_inset Formula $\triangle$
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 angle
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\angle$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 measuredangle
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\measuredangle$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 sphericalangle
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\sphericalangle$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 top
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\top$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 bot
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\bot$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 </lyxtabular>
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Subsection
22024 Miscellaneous Symbols
22025 \begin_inset CommandInset label
22026 LatexCommand label
22027 name "subsec:Miscellaneous-Symbols"
22028
22029 \end_inset
22030
22031
22032 \begin_inset Index idx
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036 Symbols ! miscellaneous
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \begin_layout Standard
22045 \noindent
22046 \align center
22047 \begin_inset Tabular
22048 <lyxtabular version="3" rows="10" columns="2">
22049 <features booktabs="true" tabularvalignment="middle">
22050 <column alignment="center" valignment="top" width="0pt">
22051 <column alignment="center" valignment="top" width="0pt">
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 Command
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 Symbol
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 <row>
22073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \backslash
22079 flat
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 \begin_inset Formula $\flat$
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 </row>
22097 <row>
22098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \backslash
22104 natural
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 \begin_inset Formula $\natural$
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127
22128 \backslash
22129 sharp
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 \begin_inset Formula $\sharp$
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145 </cell>
22146 </row>
22147 <row>
22148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152
22153 \backslash
22154 surd
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 \begin_inset Formula $\surd$
22164 \end_inset
22165
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 </row>
22172 <row>
22173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \backslash
22179 checkmark
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188 \begin_inset Formula $\checkmark$
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 </row>
22197 <row>
22198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \backslash
22204 yen
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 \begin_inset Formula $\yen$
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 <row>
22223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \backslash
22229 pounds
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238 \begin_inset Formula $\pounds$
22239 \end_inset
22240
22241
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 </row>
22247 <row>
22248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 $
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\$$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 §
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $§$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 </lyxtabular>
22294
22295 \end_inset
22296
22297
22298 \begin_inset space \hfill{}
22299 \end_inset
22300
22301
22302 \begin_inset Tabular
22303 <lyxtabular version="3" rows="10" columns="2">
22304 <features booktabs="true" tabularvalignment="middle">
22305 <column alignment="center" valignment="top" width="0pt">
22306 <column alignment="center" valignment="top">
22307 <row>
22308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 Command
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 Symbol
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 </row>
22327 <row>
22328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \backslash
22334 hbar
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Formula $\hbar$
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 hslash
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $\hslash$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \backslash
22384 clubsuit
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset Formula $\clubsuit$
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 </row>
22402 <row>
22403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \backslash
22409 spadesuit
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 \begin_inset Formula $\spadesuit$
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \backslash
22434 bigstar
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Formula $\bigstar$
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row>
22453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \backslash
22459 blacklozenge
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Formula $\blacklozenge$
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 <row>
22478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \backslash
22484 blacktriangle
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $\blacktriangle$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 <row>
22503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 blacktiangledown
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\blacktriangledown$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 bullet
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\bullet$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 </lyxtabular>
22553
22554 \end_inset
22555
22556
22557 \begin_inset space \hfill{}
22558 \end_inset
22559
22560
22561 \begin_inset Tabular
22562 <lyxtabular version="3" rows="10" columns="2">
22563 <features booktabs="true" tabularvalignment="middle">
22564 <column alignment="center" valignment="top" width="0pt">
22565 <column alignment="center" valignment="top" width="0pt">
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 Command
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 Symbol
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 diamondsuit
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\diamondsuit$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 Diamond
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\Diamond$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 heartsuit
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\heartsuit$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 P
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\P$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 copyright
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\copyright$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 circledR
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\circledR$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 maltese
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\maltese$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 diagup
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\diagup$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 diagdown
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\diagdown$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 </lyxtabular>
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \begin_layout Standard
22819 \begin_inset VSpace medskip
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826 Some symbols can be displayed in different sizes, see 
22827 \begin_inset CommandInset ref
22828 LatexCommand ref
22829 reference "subsec:Font-Sizes"
22830
22831 \end_inset
22832
22833 .
22834 \end_layout
22835
22836 \begin_layout Subsection
22837 The Euro-Symbol €
22838 \begin_inset Index idx
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842 Symbols ! Euro-symbol
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \begin_inset Index idx
22849 status collapsed
22850
22851 \begin_layout Plain Layout
22852
22853 \backslash
22854 @
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 officialeuro
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \begin_layout Standard
22876 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22877 -package 
22878 \series bold
22879 eurosym
22880 \series default
22881
22882 \begin_inset Index idx
22883 status collapsed
22884
22885 \begin_layout Plain Layout
22886 Packages ! eurosym
22887 \end_layout
22888
22889 \end_inset
22890
22891  must be installed and loaded with the \SpecialChar LaTeX
22892 -preamble line
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898
22899 \backslash
22900 usepackage[gennarrow]{eurosym}
22901 \end_layout
22902
22903 \begin_layout Standard
22904 The Euro symbol can now be inserted with the command 
22905 \series bold
22906
22907 \backslash
22908 euro
22909 \series default
22910
22911 \begin_inset Index idx
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 Commands ! E ! 
22916 \backslash
22917 euro
22918 \end_layout
22919
22920 \end_inset
22921
22922 .
22923 \end_layout
22924
22925 \begin_layout Standard
22926 The Euro symbol can directly be inserted with the € key in mathematical
22927  text, without having 
22928 \series bold
22929 eurosym
22930 \series default
22931  installed.
22932  When 
22933 \series bold
22934 eurosym
22935 \series default
22936  is installed, 
22937 \series bold
22938
22939 \backslash
22940 euro
22941 \series default
22942  can also be inserted in \SpecialChar TeX
22943  mode.
22944  The official currency symbol can then be inserted with the command 
22945 \series bold
22946
22947 \backslash
22948 officialeuro
22949 \series default
22950
22951 \begin_inset Index idx
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955 Commands ! O ! 
22956 \backslash
22957 officialeuro
22958 \end_layout
22959
22960 \end_inset
22961
22962 , that is only available in \SpecialChar TeX
22963  mode.
22964 \end_layout
22965
22966 \begin_layout Standard
22967 \begin_inset ERT
22968 status collapsed
22969
22970 \begin_layout Plain Layout
22971
22972
22973 \backslash
22974 ifeurosym 
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \begin_inset Note Note
22981 status open
22982
22983 \begin_layout Plain Layout
22984 The following table will only be displayed when the \SpecialChar LaTeX
22985 -package 
22986 \series bold
22987 eurosym
22988 \series default
22989  is installed.
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Standard
22998 An overview about the different Euro symbols:
22999 \end_layout
23000
23001 \begin_layout Standard
23002 \align center
23003 \begin_inset Tabular
23004 <lyxtabular version="3" rows="4" columns="3">
23005 <features booktabs="true" tabularvalignment="middle">
23006 <column alignment="center" valignment="top" width="0pt">
23007 <column alignment="center" valignment="top" width="0pt">
23008 <column alignment="center" valignment="top" width="0pt">
23009 <row>
23010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset ERT
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018
23019
23020 \backslash
23021 cmidrule[0.08em]{2-3}
23022 \end_layout
23023
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 Command 
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044 Symbol
23045 \end_layout
23046
23047 \end_inset
23048 </cell>
23049 </row>
23050 <row>
23051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 formula
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \backslash
23066 euro
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 \begin_inset Formula $\euro$
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 </row>
23084 <row>
23085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 mathematical text
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\mbox{€}$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \SpecialChar TeX
23122  mode
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131
23132 \backslash
23133 officialeuro
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 \begin_inset ERT
23143 status collapsed
23144
23145 \begin_layout Plain Layout
23146
23147
23148 \backslash
23149 officialeuro
23150 \end_layout
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 </row>
23160 </lyxtabular>
23161
23162 \end_inset
23163
23164
23165 \begin_inset Note Note
23166 status collapsed
23167
23168 \begin_layout Plain Layout
23169
23170 \series bold
23171
23172 \backslash
23173 cmidrule
23174 \series default
23175  is used here only for table borders.
23176  See sec.
23177  
23178 \family sans
23179 Formal Tables
23180 \family default
23181  of the 
23182 \emph on
23183 EmbeddedObjects
23184 \emph default
23185  manual for details.
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \begin_layout Standard
23194 \begin_inset ERT
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198
23199
23200 \backslash
23201 else 
23202 \end_layout
23203
23204 \end_inset
23205
23206
23207 \begin_inset Note Note
23208 status open
23209
23210 \begin_layout Plain Layout
23211 The following will be displayed when the \SpecialChar LaTeX
23212 -package 
23213 \series bold
23214 eurosym
23215 \series default
23216  is not installed:
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \begin_layout Standard
23225 You need to install the \SpecialChar LaTeX
23226 -package 
23227 \series bold
23228 eurosym
23229 \series default
23230  to see the rest of this subsection in the output.
23231 \end_layout
23232
23233 \begin_layout Standard
23234 \begin_inset ERT
23235 status collapsed
23236
23237 \begin_layout Plain Layout
23238
23239
23240 \backslash
23241 fi 
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Section
23250 Relations
23251 \begin_inset CommandInset label
23252 LatexCommand label
23253 name "sec:Relations"
23254
23255 \end_inset
23256
23257
23258 \begin_inset Index idx
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 Relations
23263 \end_layout
23264
23265 \end_inset
23266
23267
23268 \begin_inset Index idx
23269 status collapsed
23270
23271 \begin_layout Plain Layout
23272 Comparisons|see
23273 \begin_inset ERT
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277
23278 {
23279 \end_layout
23280
23281 \end_inset
23282
23283 Relations
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289 }
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \begin_layout Standard
23303 All following relations can also be inserted via the toolbar button 
23304 \begin_inset Info
23305 type  "icon"
23306 arg   "math-insert \\leq"
23307 \end_inset
23308
23309 .
23310 \end_layout
23311
23312 \begin_layout Standard
23313 \begin_inset Tabular
23314 <lyxtabular version="3" rows="17" columns="2">
23315 <features booktabs="true" tabularvalignment="middle">
23316 <column alignment="center" valignment="top" width="0pt">
23317 <column alignment="center" valignment="top" width="0pt">
23318 <row>
23319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 Command
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 Relation
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 </row>
23338 <row>
23339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 <
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $<$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 le
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\le$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 ll
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\ll$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 prec
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\prec$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 preceq
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\preceq$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 subset
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\subset$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 subseteq
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\subseteq$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 sqsubseteq
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\sqsubseteq$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 in
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\in$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 vdash
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\vdash$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 <row>
23587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \backslash
23593 smile
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 \begin_inset Formula $\smile$
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 </row>
23611 <row>
23612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616
23617 \backslash
23618 lhd
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Formula $\lhd$
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 </row>
23636 <row>
23637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23638 \begin_inset Text
23639
23640 \begin_layout Plain Layout
23641
23642 \backslash
23643 unlhd
23644 \end_layout
23645
23646 \end_inset
23647 </cell>
23648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23649 \begin_inset Text
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Formula $\unlhd$
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \backslash
23668 gtrless
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Formula $\gtrless$
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691
23692 \backslash
23693 mid
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702 \begin_inset Formula $\mid$
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \backslash
23718 nmid
23719 \end_layout
23720
23721 \end_inset
23722 </cell>
23723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Formula $\nmid$
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 </row>
23736 </lyxtabular>
23737
23738 \end_inset
23739
23740
23741 \begin_inset space \hfill{}
23742 \end_inset
23743
23744
23745 \begin_inset Tabular
23746 <lyxtabular version="3" rows="17" columns="2">
23747 <features booktabs="true" tabularvalignment="middle">
23748 <column alignment="center" valignment="top" width="0pt">
23749 <column alignment="center" valignment="top" width="0pt">
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 Command
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 Relation
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 </row>
23770 <row>
23771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 =
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $=$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 not=
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\not=$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 equiv
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\equiv$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 sim
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\sim$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 simeq
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\simeq$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 approx
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\approx$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 cong
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\cong$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 bowtie
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\bowtie$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 notin
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\notin$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 perp
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\perp$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 <row>
24019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023
24024 \backslash
24025 propto
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $\propto$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 </row>
24043 <row>
24044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048
24049 \backslash
24050 asymp
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059 \begin_inset Formula $\asymp$
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 </row>
24068 <row>
24069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 doteq
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $\doteq$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 <row>
24094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098
24099 \backslash
24100 circeq
24101 \end_layout
24102
24103 \end_inset
24104 </cell>
24105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109 \begin_inset Formula $\circeq$
24110 \end_inset
24111
24112
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 <row>
24119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 models
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Formula $\models$
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141 </cell>
24142 </row>
24143 <row>
24144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148
24149 \backslash
24150 widehat=
24151 \end_layout
24152
24153 \end_inset
24154 </cell>
24155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Formula $\widehat{=}$
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 </row>
24168 </lyxtabular>
24169
24170 \end_inset
24171
24172
24173 \begin_inset space \hfill{}
24174 \end_inset
24175
24176
24177 \begin_inset Tabular
24178 <lyxtabular version="3" rows="17" columns="2">
24179 <features booktabs="true" tabularvalignment="middle">
24180 <column alignment="center" valignment="top" width="0pt">
24181 <column alignment="center" valignment="top" width="0pt">
24182 <row>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 Command
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 Relation
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 >
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $>$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 ge
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241 \begin_inset Formula $\ge$
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 gg
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 \begin_inset Formula $\gg$
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 succ
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $\succ$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 succeq
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $\succeq$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 <row>
24326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 supset
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Formula $\supset$
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 supseteq
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 \begin_inset Formula $\supseteq$
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 sqsupseteq
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $\sqsupseteq$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 ni
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Formula $\ni$
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 dashv
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\dashv$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 <row>
24451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455
24456 \backslash
24457 frown
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466 \begin_inset Formula $\frown$
24467 \end_inset
24468
24469
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 </row>
24475 <row>
24476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 rhd
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 \begin_inset Formula $\rhd$
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 unrhd
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516 \begin_inset Formula $\unrhd$
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 <row>
24526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \backslash
24532 lessgtr
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 \begin_inset Formula $\lessgtr$
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555
24556 \backslash
24557 parallel
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 \begin_inset Formula $\parallel$
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 </row>
24575 <row>
24576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580
24581 \backslash
24582 nparallel
24583 \end_layout
24584
24585 \end_inset
24586 </cell>
24587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 \begin_inset Formula $\nparallel$
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 </row>
24600 </lyxtabular>
24601
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset VSpace medskip
24609 \end_inset
24610
24611 The characters 
24612 \series bold
24613
24614 \backslash
24615 lhd
24616 \series default
24617  and 
24618 \series bold
24619
24620 \backslash
24621 rhd
24622 \series default
24623  are bigger than the equal looking operators 
24624 \series bold
24625
24626 \backslash
24627 triangleleft
24628 \series default
24629  and 
24630 \series bold
24631
24632 \backslash
24633 triangleright
24634 \series default
24635 , respectively.
24636 \end_layout
24637
24638 \begin_layout Standard
24639 \SpecialChar LyX
24640  supports also many special relations.
24641  Use the toolbar button 
24642 \begin_inset Info
24643 type  "icon"
24644 arg   "math-insert \\leqq"
24645 \end_inset
24646
24647  to see a list of these relations.
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Relations are, in contrary to symbols, always surrounded by space.
24652 \end_layout
24653
24654 \begin_layout Standard
24655 Relations with labels can be created with the command 
24656 \series bold
24657
24658 \backslash
24659 stackrel
24660 \series default
24661
24662 \begin_inset Index idx
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 Commands ! S ! 
24667 \backslash
24668 stackrel
24669 \end_layout
24670
24671 \end_inset
24672
24673 :
24674 \end_layout
24675
24676 \begin_layout Standard
24677 \align center
24678 \begin_inset Tabular
24679 <lyxtabular version="3" rows="2" columns="2">
24680 <features booktabs="true" tabularvalignment="middle">
24681 <column alignment="center" valignment="top" width="0pt">
24682 <column alignment="center" valignment="top">
24683 <row>
24684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688 Command
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697 Result
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 <row topspace="1.5mm">
24704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 A(r)
24709 \backslash
24710 stackrel
24711 \begin_inset space \textvisiblespace{}
24712 \end_inset
24713
24714 r
24715 \backslash
24716 to
24717 \backslash
24718 infty
24719 \begin_inset space \textvisiblespace{}
24720 \end_inset
24721
24722
24723 \begin_inset Formula $\downarrow$
24724 \end_inset
24725
24726
24727 \backslash
24728 approx
24729 \begin_inset space \textvisiblespace{}
24730 \end_inset
24731
24732
24733 \begin_inset space \textvisiblespace{}
24734 \end_inset
24735
24736 B
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 </row>
24754 </lyxtabular>
24755
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \begin_layout Section
24762 Functions
24763 \end_layout
24764
24765 \begin_layout Subsection
24766 Predefined Functions
24767 \begin_inset CommandInset label
24768 LatexCommand label
24769 name "subsec:Predefined-Functions"
24770
24771 \end_inset
24772
24773
24774 \begin_inset Index idx
24775 status collapsed
24776
24777 \begin_layout Plain Layout
24778 Functions ! predefined
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Standard
24787 In general, variables are set 
24788 \emph on
24789 italic
24790 \emph default
24791  in mathematical expressions, but not function names, because 
24792 \begin_inset Formula $sin$
24793 \end_inset
24794
24795  could be misunderstood as 
24796 \begin_inset Formula $s\cdot i\cdot n$
24797 \end_inset
24798
24799 .
24800  Therefore there are predefined functions which are additionally a bit separated
24801  from prefactors.
24802  They are inserted as commands starting with a backslash before their name.
24803 \end_layout
24804
24805 \begin_layout Standard
24806 \align center
24807 \begin_inset Tabular
24808 <lyxtabular version="3" rows="2" columns="2">
24809 <features booktabs="true" tabularvalignment="middle">
24810 <column alignment="center" valignment="top" width="0pt">
24811 <column alignment="center" valignment="top" width="0pt">
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 Command
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 Result
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 </row>
24832 <row>
24833 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 Asin(x)+B
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 \begin_inset Formula $Asin(x)+B$
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 </lyxtabular>
24856
24857 \end_inset
24858
24859
24860 \begin_inset space \quad{}
24861 \end_inset
24862
24863
24864 \begin_inset Tabular
24865 <lyxtabular version="3" rows="2" columns="2">
24866 <features booktabs="true" tabularvalignment="middle">
24867 <column alignment="center" valignment="top" width="0pt">
24868 <column alignment="center" valignment="top" width="0pt">
24869 <row>
24870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 Command
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 Result
24884 \end_layout
24885
24886 \end_inset
24887 </cell>
24888 </row>
24889 <row>
24890 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 A
24895 \backslash
24896 sin(x)+B
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 \begin_inset Formula $A\sin(x)+B$
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 </row>
24914 </lyxtabular>
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 The following functions are predefined:
24923 \end_layout
24924
24925 \begin_layout Standard
24926 \begin_inset VSpace -2mm
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Standard
24933 \align center
24934 \begin_inset Tabular
24935 <lyxtabular version="3" rows="9" columns="4">
24936 <features booktabs="true" tabularvalignment="middle">
24937 <column alignment="center" valignment="top" width="0pt">
24938 <column alignment="center" valignment="top" width="0pt">
24939 <column alignment="center" valignment="top" width="0pt">
24940 <column alignment="center" valignment="top" width="0pt">
24941 <row>
24942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 Command
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 Command
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Command
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Command
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 </row>
24979 <row>
24980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984
24985 \backslash
24986 sin
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 sinh
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 arcsin
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 sup
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 <row>
25026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 cos
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 cosh
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 arccos
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 inf
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 tan
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 tanh
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 arctan
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 lim
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 cot
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 coth
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 arg
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 liminf
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 sec
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 min
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 deg
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 limsup
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 </row>
25209 <row>
25210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 csc
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 max
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 det
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 Pr
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 <row>
25256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260
25261 \backslash
25262 ln
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 exp
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 dim
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 hom
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 </row>
25301 <row>
25302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 lg
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 log
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 ker
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 gcd
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 </row>
25347 </lyxtabular>
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Standard
25355 They can also be inserted with the math toolbar button 
25356 \begin_inset Info
25357 type  "icon"
25358 arg   "math-insert \\functions"
25359 \end_inset
25360
25361 .
25362 \end_layout
25363
25364 \begin_layout Subsection
25365 Self-defined Functions
25366 \begin_inset Index idx
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370 Functions ! self-defined
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \begin_layout Standard
25379 To use a function that is not predefined, like for example the sign function
25380  sgn(x), there are two possibilities:
25381 \end_layout
25382
25383 \begin_layout Itemize
25384 Define the function by inserting the following line to the \SpecialChar LaTeX
25385 -preamble
25386 \begin_inset Foot
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390 For more about 
25391 \series bold
25392
25393 \backslash
25394 DeclareMathOperator
25395 \series default
25396  see 
25397 \begin_inset CommandInset ref
25398 LatexCommand ref
25399 reference "subsec:Self-defined-Operators"
25400
25401 \end_inset
25402
25403 .
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \begin_inset Newline newline
25410 \end_inset
25411
25412
25413 \begin_inset VSpace -3mm
25414 \end_inset
25415
25416
25417 \begin_inset Newline newline
25418 \end_inset
25419
25420
25421 \series bold
25422
25423 \backslash
25424 DeclareMathOperator{
25425 \backslash
25426 sgn}{sgn}
25427 \series default
25428
25429 \begin_inset Index idx
25430 status collapsed
25431
25432 \begin_layout Plain Layout
25433 Commands ! D ! 
25434 \backslash
25435 dbinom@
25436 \backslash
25437 DeclareMathOperator
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \begin_inset VSpace -2mm
25448 \end_inset
25449
25450
25451 \begin_inset Newline newline
25452 \end_inset
25453
25454 Now the new defined function can be called with the command 
25455 \series bold
25456
25457 \backslash
25458 sgn
25459 \series default
25460 .
25461 \end_layout
25462
25463 \begin_layout Itemize
25464 Write the formula as usual, mark the formula name, in our example the letters
25465  
25466 \emph on
25467 sgn
25468 \emph default
25469 , and change it to mathematical text.
25470  Finally, a space is inserted between prefactor and function.
25471 \end_layout
25472
25473 \begin_layout Standard
25474 The result is the same with both methods as with a predefined function
25475 \begin_inset Foot
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 In \SpecialChar LyX
25480  self-defined functions are displayed red, predefined ones black.
25481 \end_layout
25482
25483 \end_inset
25484
25485 :
25486 \end_layout
25487
25488 \begin_layout Standard
25489 \align center
25490 \begin_inset Tabular
25491 <lyxtabular version="3" rows="3" columns="2">
25492 <features booktabs="true" tabularvalignment="middle">
25493 <column alignment="center" valignment="top" width="0pt">
25494 <column alignment="center" valignment="top" width="0pt">
25495 <row>
25496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 Command
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25506 \begin_inset Text
25507
25508 \begin_layout Plain Layout
25509 Result
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 <row>
25516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520 A
25521 \backslash
25522 sgn(x)+B
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531 \begin_inset Formula $A\sgn(x)+B$
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 A
25546 \backslash
25547 ,
25548 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25549 \end_inset
25550
25551 (x)+B
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 </row>
25569 </lyxtabular>
25570
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \begin_layout Standard
25577 The first method is more suitable when the self-defined function should
25578  be used several times.
25579 \end_layout
25580
25581 \begin_layout Subsection
25582 Limits
25583 \begin_inset Index idx
25584 status collapsed
25585
25586 \begin_layout Plain Layout
25587 Limits
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \begin_layout Standard
25596 For limits, in addition to the commands 
25597 \series bold
25598
25599 \backslash
25600 lim
25601 \series default
25602
25603 \begin_inset Index idx
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 Commands ! L ! 
25608 \backslash
25609 lim
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \series bold
25616
25617 \backslash
25618 liminf
25619 \series default
25620  and 
25621 \series bold
25622
25623 \backslash
25624 limsup
25625 \series default
25626  the following functions are defined:
25627 \end_layout
25628
25629 \begin_layout Standard
25630 \align center
25631 \begin_inset Tabular
25632 <lyxtabular version="3" rows="5" columns="2">
25633 <features booktabs="true" tabularvalignment="middle">
25634 <column alignment="center" valignment="top" width="0pt">
25635 <column alignment="center" valignment="top" width="0pt">
25636 <row>
25637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 Command
25642 \end_layout
25643
25644 \end_inset
25645 </cell>
25646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 Result
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 </row>
25656 <row>
25657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 varliminf
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 \begin_inset Formula $\varliminf$
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row topspace="1.5mm">
25682 <cell alignment="center" valignment="top" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 varlimsup
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25694 \begin_inset Text
25695
25696 \begin_layout Plain Layout
25697 \begin_inset Formula $\varlimsup$
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 </row>
25706 <row topspace="1.5mm">
25707 <cell alignment="center" valignment="top" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711
25712 \backslash
25713 varprojlim
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722 \begin_inset Formula $\varprojlim$
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 </row>
25731 <row topspace="1.5mm" bottomspace="1mm">
25732 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25733 \begin_inset Text
25734
25735 \begin_layout Plain Layout
25736
25737 \backslash
25738 varinjlim
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 \begin_inset Formula $\varinjlim$
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 </row>
25756 </lyxtabular>
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Standard
25764 \begin_inset VSpace medskip
25765 \end_inset
25766
25767 The limit is created by inserting a subscript.
25768  It is set right beside the function in an inline formula:
25769 \end_layout
25770
25771 \begin_layout Standard
25772 \align center
25773 \begin_inset Tabular
25774 <lyxtabular version="3" rows="2" columns="2">
25775 <features booktabs="true" tabularvalignment="middle">
25776 <column alignment="center" valignment="top" width="0pt">
25777 <column alignment="center" valignment="top" width="0pt">
25778 <row>
25779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 Command
25784 \end_layout
25785
25786 \end_inset
25787 </cell>
25788 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25789 \begin_inset Text
25790
25791 \begin_layout Plain Layout
25792 Result
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 </row>
25798 <row>
25799 <cell alignment="center" valignment="top" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803
25804 \backslash
25805 lim_x
25806 \backslash
25807 to
25808 \begin_inset space \textvisiblespace{}
25809 \end_inset
25810
25811 A
25812 \begin_inset space \textvisiblespace{}
25813 \end_inset
25814
25815 x=B
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 <cell alignment="center" valignment="top" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 \begin_inset Formula $\lim_{x\to A}x=B$
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 </lyxtabular>
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 In a displayed formula the limit is set below the formula, as usual:
25842 \begin_inset Formula 
25843 \[
25844 \lim_{x\to A}x=B
25845 \]
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 \begin_inset VSpace medskip
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Standard
25860 How to adjust the typesetting of the limits see 
25861 \begin_inset CommandInset ref
25862 LatexCommand ref
25863 reference "subsec:Operator-Limits"
25864
25865 \end_inset
25866
25867 .
25868 \end_layout
25869
25870 \begin_layout Subsection
25871 Modulo-Functions
25872 \begin_inset Index idx
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876 Functions ! modulo-
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 The modulo-function is special, because it exists in four variants.
25886  The variants in a displayed formula are:
25887 \begin_inset Formula 
25888 \begin{align*}
25889 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25890 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25891 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25892 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25893 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25894 \end{align*}
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 In an inline formula less space is set before the function names for all
25903  variants.
25904  By default the modulo-functions take only the first following character
25905  into account.
25906  To use more than one character, one has to put them into \SpecialChar TeX
25907  braces:
25908 \begin_inset Formula 
25909 \begin{align*}
25910 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25911 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25912 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25913 \end{align*}
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Section
25921 Special Characters
25922 \begin_inset Index idx
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 Special characters
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Standard
25935 The characters ^ and _ would normally create a superscript and subscript,
25936  respectively.
25937  To get these characters you have to insert them with a leading 
25938 \backslash
25939 :
25940 \end_layout
25941
25942 \begin_layout Standard
25943 \noindent
25944 \align center
25945 \begin_inset Tabular
25946 <lyxtabular version="3" rows="3" columns="2">
25947 <features booktabs="true" tabularvalignment="middle">
25948 <column alignment="left" valignment="top" width="0pt">
25949 <column alignment="block" valignment="top">
25950 <row>
25951 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955 Command
25956 \end_layout
25957
25958 \end_inset
25959 </cell>
25960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964 Result
25965 \end_layout
25966
25967 \end_inset
25968 </cell>
25969 </row>
25970 <row>
25971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975
25976 \backslash
25977 ^
25978 \begin_inset space \textvisiblespace{}
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset Formula $\mathcircumflex$
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 _
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\_$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 </lyxtabular>
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Subsection
26032 Special Characters in Mathematical Text
26033 \end_layout
26034
26035 \begin_layout Standard
26036 The following commands can only be used in mathematical text or in \SpecialChar TeX
26037  mode:
26038 \end_layout
26039
26040 \begin_layout Standard
26041 \begin_inset space \hfill{}
26042 \end_inset
26043
26044
26045 \begin_inset Tabular
26046 <lyxtabular version="3" rows="8" columns="2">
26047 <features booktabs="true" tabularvalignment="middle">
26048 <column alignment="left" valignment="top" width="0pt">
26049 <column alignment="block" valignment="top">
26050 <row>
26051 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 Command
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 Result
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 </row>
26070 <row>
26071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26072 \begin_inset Text
26073
26074 \begin_layout Plain Layout
26075
26076 \backslash
26077 oe
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 \begin_inset Formula $\textrm{œ}$
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \end_inset
26093 </cell>
26094 </row>
26095 <row>
26096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26097 \begin_inset Text
26098
26099 \begin_layout Plain Layout
26100
26101 \backslash
26102 OE
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111 \begin_inset Formula $\textrm{Œ}$
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 </row>
26120 <row>
26121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125
26126 \backslash
26127 ae
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 \begin_inset Formula $\textrm{æ}$
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 <row>
26146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150
26151 \backslash
26152 AE
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 \begin_inset Formula $\textrm{Æ}$
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \backslash
26177 aa
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset Formula $\textrm{å}$
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 </row>
26195 <row>
26196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200
26201 \backslash
26202 AA
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211 \begin_inset Formula $\textrm{Å}$
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 i
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Formula $\textrm{ı}$
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 </lyxtabular>
26246
26247 \end_inset
26248
26249
26250 \begin_inset space \hfill{}
26251 \end_inset
26252
26253
26254 \begin_inset Tabular
26255 <lyxtabular version="3" rows="8" columns="2">
26256 <features booktabs="true" tabularvalignment="middle">
26257 <column alignment="left" valignment="top" width="0pt">
26258 <column alignment="center" valignment="top">
26259 <row>
26260 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 Command
26265 \begin_inset Note Note
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269 The space of 0
26270 \begin_inset space \thinspace{}
26271 \end_inset
26272
26273 mm is used for separation, because otherwise the output will be ¡ and ¿
26274  respectively.
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 Result
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 o
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\textrm{ø}$
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 O
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335 \begin_inset Formula $\textrm{Ø}$
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 </row>
26344 <row>
26345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349
26350 \backslash
26351 l
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 \begin_inset Formula $\textrm{ł}$
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 </row>
26369 <row>
26370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374
26375 \backslash
26376 L
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385 \begin_inset Formula $\textrm{Ł}$
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 </row>
26394 <row>
26395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 !
26400 \begin_inset space \hspace{}
26401 \length 0mm
26402 \end_inset
26403
26404 `
26405 \begin_inset space \textvisiblespace{}
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26414 \begin_inset Text
26415
26416 \begin_layout Plain Layout
26417 \begin_inset Formula $\textrm{!`}$
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 </row>
26426 <row>
26427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26428 \begin_inset Text
26429
26430 \begin_layout Plain Layout
26431 ?
26432 \begin_inset space \hspace{}
26433 \length 0mm
26434 \end_inset
26435
26436 `
26437 \begin_inset space \textvisiblespace{}
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset Formula $\textrm{?`}$
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 <row>
26459 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463
26464 \backslash
26465 j
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset Formula $\textrm{ȷ}$
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 </row>
26483 </lyxtabular>
26484
26485 \end_inset
26486
26487
26488 \begin_inset space \hfill{}
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \begin_layout Standard
26495 The characters 
26496 \begin_inset Formula $\textrm{Å}$
26497 \end_inset
26498
26499  and 
26500 \begin_inset Formula $\textrm{Ø}$
26501 \end_inset
26502
26503  can also be inserted via the math toolbar button 
26504 \begin_inset Info
26505 type  "icon"
26506 arg   "math-insert \\digamma"
26507 \end_inset
26508
26509 .
26510 \end_layout
26511
26512 \begin_layout Standard
26513 An exception are the commands 
26514 \series bold
26515 !
26516 \begin_inset space \hspace{}
26517 \length 0mm
26518 \end_inset
26519
26520 `
26521 \series default
26522  and 
26523 \series bold
26524 ?
26525 \begin_inset space \hspace{}
26526 \length 0mm
26527 \end_inset
26528
26529 `
26530 \series default
26531 , because they can be inserted in \SpecialChar LyX
26532  directly to text.
26533 \end_layout
26534
26535 \begin_layout Subsection
26536 Accents in Text
26537 \begin_inset CommandInset label
26538 LatexCommand label
26539 name "subsec:Accents-in-Text"
26540
26541 \end_inset
26542
26543
26544 \begin_inset Index idx
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 Accents ! in text
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Standard
26557 With the following commands all letters can be accented.
26558  The commands must be inserted in \SpecialChar TeX
26559  mode.
26560 \end_layout
26561
26562 \begin_layout Standard
26563 \begin_inset space \hfill{}
26564 \end_inset
26565
26566
26567 \begin_inset Tabular
26568 <lyxtabular version="3" rows="8" columns="2">
26569 <features booktabs="true" tabularvalignment="middle">
26570 <column alignment="left" valignment="top" width="0pt">
26571 <column alignment="block" valignment="top">
26572 <row>
26573 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 Command
26578 \end_layout
26579
26580 \end_inset
26581 </cell>
26582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586 Result
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597
26598 \backslash
26599
26600 \begin_inset Quotes grd
26601 \end_inset
26602
26603 e
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Plain Layout
26612 \begin_inset ERT
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616
26617
26618 \backslash
26619 "e
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 <row>
26631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635
26636 \backslash
26637 `e
26638 \end_layout
26639
26640 \end_inset
26641 </cell>
26642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 \begin_inset ERT
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650
26651
26652 \backslash
26653 `e
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 </row>
26664 <row>
26665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669
26670 \backslash
26671 ^
26672 \begin_inset space \textvisiblespace{}
26673 \end_inset
26674
26675 e
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26681 \begin_inset Text
26682
26683 \begin_layout Plain Layout
26684 \begin_inset ERT
26685 status collapsed
26686
26687 \begin_layout Plain Layout
26688
26689
26690 \backslash
26691 ^e
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 <row>
26703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \backslash
26709 =e
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 =e
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 <row>
26737 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741
26742 \backslash
26743 u
26744 \begin_inset space \textvisiblespace{}
26745 \end_inset
26746
26747 e
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 u e
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 <row>
26775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779
26780 \backslash
26781 b
26782 \begin_inset space \textvisiblespace{}
26783 \end_inset
26784
26785 e
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 \begin_inset ERT
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 b e
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 </row>
26812 <row>
26813 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817
26818 \backslash
26819 t
26820 \begin_inset space \textvisiblespace{}
26821 \end_inset
26822
26823 ee
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 \begin_inset ERT
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836
26837
26838 \backslash
26839 t ee
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 </row>
26850 </lyxtabular>
26851
26852 \end_inset
26853
26854
26855 \begin_inset space \hfill{}
26856 \end_inset
26857
26858
26859 \begin_inset Tabular
26860 <lyxtabular version="3" rows="8" columns="2">
26861 <features booktabs="true" tabularvalignment="middle">
26862 <column alignment="left" valignment="top" width="0pt">
26863 <column alignment="center" valignment="top">
26864 <row>
26865 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869 Command
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 Result
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 <row>
26885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889
26890 \backslash
26891 H
26892 \begin_inset space \textvisiblespace{}
26893 \end_inset
26894
26895 e
26896 \end_layout
26897
26898 \end_inset
26899 </cell>
26900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26901 \begin_inset Text
26902
26903 \begin_layout Plain Layout
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 H e
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 </row>
26922 <row>
26923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927
26928 \backslash
26929 'e
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938 \begin_inset ERT
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942
26943
26944 \backslash
26945 'e
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \end_inset
26954 </cell>
26955 </row>
26956 <row>
26957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26958 \begin_inset Text
26959
26960 \begin_layout Plain Layout
26961
26962 \backslash
26963 ~e
26964 \begin_inset Index idx
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968 Tilde
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \end_layout
26975
26976 \end_inset
26977 </cell>
26978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26979 \begin_inset Text
26980
26981 \begin_layout Plain Layout
26982 \begin_inset ERT
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986
26987
26988 \backslash
26989 ~e
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 </row>
27000 <row>
27001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27002 \begin_inset Text
27003
27004 \begin_layout Plain Layout
27005
27006 \backslash
27007 .e
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 \begin_inset ERT
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021
27022 \backslash
27023 .e
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032 </cell>
27033 </row>
27034 <row>
27035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27036 \begin_inset Text
27037
27038 \begin_layout Plain Layout
27039
27040 \backslash
27041 v
27042 \begin_inset space \textvisiblespace{}
27043 \end_inset
27044
27045 e
27046 \end_layout
27047
27048 \end_inset
27049 </cell>
27050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27051 \begin_inset Text
27052
27053 \begin_layout Plain Layout
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 v e
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 </row>
27072 <row>
27073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077
27078 \backslash
27079 d
27080 \begin_inset space \textvisiblespace{}
27081 \end_inset
27082
27083 e
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 \begin_inset ERT
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096
27097
27098 \backslash
27099 d e
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 </row>
27110 <row>
27111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27112 \begin_inset Text
27113
27114 \begin_layout Plain Layout
27115
27116 \backslash
27117 c
27118 \begin_inset space \textvisiblespace{}
27119 \end_inset
27120
27121 e
27122 \end_layout
27123
27124 \end_inset
27125 </cell>
27126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27127 \begin_inset Text
27128
27129 \begin_layout Plain Layout
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 c e
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \end_inset
27146 </cell>
27147 </row>
27148 </lyxtabular>
27149
27150 \end_inset
27151
27152
27153 \begin_inset space \hfill{}
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 \begin_inset VSpace medskip
27161 \end_inset
27162
27163 With the command 
27164 \series bold
27165
27166 \backslash
27167 t
27168 \series default
27169  also two different characters can be accented.
27170  The command 
27171 \series bold
27172
27173 \backslash
27174 t
27175 \begin_inset space \textvisiblespace{}
27176 \end_inset
27177
27178 sz
27179 \series default
27180  creates: 
27181 \begin_inset ERT
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185
27186
27187 \backslash
27188 t sz
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \begin_layout Standard
27197 The accents 
27198 \series bold
27199 `
27200 \series default
27201  , 
27202 \series bold
27203 '
27204 \series default
27205  and 
27206 \series bold
27207 ^
27208 \series default
27209  can in combination with vowels directly be inserted with the keyboard without
27210  using \SpecialChar TeX
27211  mode.
27212  The same applies for the tilde
27213 \begin_inset Foot
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 This only applies for keyboards where the tilde is defined as accent.
27218 \end_layout
27219
27220 \end_inset
27221
27222  
27223 \series bold
27224 ~
27225 \series default
27226  in combination with 
27227 \emph on
27228 a
27229 \emph default
27230  , 
27231 \emph on
27232 n
27233 \emph default
27234  , or 
27235 \emph on
27236 o
27237 \emph default
27238 .
27239 \end_layout
27240
27241 \begin_layout Standard
27242 The commands 
27243 \series bold
27244
27245 \backslash
27246 b
27247 \series default
27248  , 
27249 \series bold
27250
27251 \backslash
27252 c
27253 \series default
27254  , 
27255 \series bold
27256
27257 \backslash
27258 d
27259 \series default
27260  , 
27261 \series bold
27262
27263 \backslash
27264 H
27265 \series default
27266  , 
27267 \series bold
27268
27269 \backslash
27270 t
27271 \series default
27272  , 
27273 \series bold
27274
27275 \backslash
27276 u
27277 \series default
27278  , 
27279 \series bold
27280
27281 \backslash
27282 v
27283 \series default
27284  and accents that are inserted directly with the keyboard are also available
27285  in mathematical text.
27286  For the other accents there are special math commands to be used in formulas,
27287  see 
27288 \begin_inset CommandInset ref
27289 LatexCommand ref
27290 reference "subsec:Accents-for-one"
27291
27292 \end_inset
27293
27294 .
27295 \end_layout
27296
27297 \begin_layout Standard
27298 \begin_inset VSpace bigskip
27299 \end_inset
27300
27301 Furthermore, with the command 
27302 \series bold
27303
27304 \backslash
27305 textcircled
27306 \series default
27307
27308 \begin_inset Index idx
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312 Commands ! T ! 
27313 \backslash
27314 textcircled
27315 \end_layout
27316
27317 \end_inset
27318
27319  all numbers and letters can be set into a circle, quasi accented with a
27320  circle, similar to the copyright symbol.
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \align center
27325 \begin_inset Tabular
27326 <lyxtabular version="3" rows="3" columns="2">
27327 <features booktabs="true" tabularvalignment="middle">
27328 <column alignment="center" valignment="top" width="0pt">
27329 <column alignment="center" valignment="top">
27330 <row>
27331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 Command
27336 \end_layout
27337
27338 \end_inset
27339 </cell>
27340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27341 \begin_inset Text
27342
27343 \begin_layout Plain Layout
27344 Result
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 </row>
27350 <row>
27351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27352 \begin_inset Text
27353
27354 \begin_layout Plain Layout
27355
27356 \backslash
27357 textcircled{w}
27358 \end_layout
27359
27360 \end_inset
27361 </cell>
27362 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366 \begin_inset ERT
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370
27371
27372 \backslash
27373 textcircled{w}
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \end_inset
27382 </cell>
27383 </row>
27384 <row topspace="1mm">
27385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27386 \begin_inset Text
27387
27388 \begin_layout Plain Layout
27389
27390 \backslash
27391 Large 
27392 \backslash
27393 textcircled{
27394 \backslash
27395 normalsize
27396 \backslash
27397 protect
27398 \backslash
27399 raisebox{-1.5pt}{W}}
27400 \end_layout
27401
27402 \end_inset
27403 </cell>
27404 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27405 \begin_inset Text
27406
27407 \begin_layout Plain Layout
27408 \begin_inset ERT
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412
27413
27414 \backslash
27415 Large 
27416 \backslash
27417 textcircled{
27418 \backslash
27419 normalsize
27420 \backslash
27421 protect
27422 \backslash
27423 raisebox{-1.5pt}W}
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \end_inset
27432 </cell>
27433 </row>
27434 </lyxtabular>
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Standard
27442 One has to take care that the character fits in the circle.
27443  
27444 \series bold
27445
27446 \backslash
27447 Large
27448 \series default
27449
27450 \begin_inset Foot
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 see 
27455 \begin_inset CommandInset ref
27456 LatexCommand ref
27457 reference "subsec:Font-Sizes"
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \end_inset
27465
27466  specifies thereby the size of the circle.
27467  With the help of 
27468 \series bold
27469
27470 \backslash
27471 raisebox
27472 \series default
27473
27474 \begin_inset Foot
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 see 
27479 \begin_inset CommandInset ref
27480 LatexCommand ref
27481 reference "subsec:Boxes-without-Frame"
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \end_inset
27489
27490  the character can be centered.
27491 \end_layout
27492
27493 \begin_layout Subsection
27494 Old-style Figures
27495 \begin_inset Index idx
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499 Old-style Figures
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Standard
27508 Old-style figures (also known as old-style numerals) are created with the
27509  command 
27510 \series bold
27511
27512 \backslash
27513 oldstylenums
27514 \series default
27515
27516 \begin_inset Index idx
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 Commands ! O ! 
27521 \backslash
27522 oldstylenums
27523 \end_layout
27524
27525 \end_inset
27526
27527 .
27528  The command can be used in formulas and in \SpecialChar TeX
27529  mode.
27530  The command scheme is:
27531 \end_layout
27532
27533 \begin_layout Standard
27534
27535 \series bold
27536
27537 \backslash
27538 oldstylenums{number}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 The command 
27543 \series bold
27544
27545 \backslash
27546 oldstylenums{0123456789
27547 \series default
27548  produces: 
27549 \begin_inset Formula $\oldstylenums{0123456789}$
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \begin_layout Section
27556 Formula Styles
27557 \begin_inset CommandInset label
27558 LatexCommand label
27559 name "sec:Formula-Styles"
27560
27561 \end_inset
27562
27563
27564 \begin_inset Index idx
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 Formula ! styles
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Itemize
27577 There are two different alignment styles:
27578 \end_layout
27579
27580 \begin_deeper
27581 \begin_layout Description
27582 Centered is the predefined standard.
27583 \end_layout
27584
27585 \begin_layout Description
27586 Indented this can be set using the menu 
27587 \family sans
27588 Document\SpecialChar menuseparator
27589 Settings
27590 \family default
27591  under 
27592 \family sans
27593 Math
27594 \begin_inset space ~
27595 \end_inset
27596
27597 Options.
27598 \end_layout
27599
27600 \begin_layout Standard
27601 When 
27602 \series bold
27603 Indented
27604 \series default
27605  is used, the indentation can be adjusted.
27606  The default value depends on the used document class.
27607 \end_layout
27608
27609 \end_deeper
27610 \begin_layout Itemize
27611 And two different numbering styles that can be set in the menu 
27612 \family sans
27613 Document\SpecialChar menuseparator
27614 Settings
27615 \family default
27616  under 
27617 \family sans
27618 Math
27619 \begin_inset space ~
27620 \end_inset
27621
27622 Options
27623 \family default
27624 :
27625 \end_layout
27626
27627 \begin_deeper
27628 \begin_layout Description
27629 Right is in most cases the default.
27630 \end_layout
27631
27632 \begin_layout Description
27633 Left
27634 \end_layout
27635
27636 \end_deeper
27637 \begin_layout Standard
27638 The chosen styles are used for all displayed formulas of the document.
27639  When both, centered and indented formulas should be created in a document,
27640  the style 
27641 \series bold
27642 Centered
27643 \series default
27644  is used.
27645  The indented formulas are then set in a flalign environment, see 
27646 \begin_inset CommandInset ref
27647 LatexCommand ref
27648 reference "subsec:Flalign-Environment"
27649
27650 \end_inset
27651
27652 .
27653 \end_layout
27654
27655 \begin_layout Section
27656 Multiline Formulas
27657 \begin_inset CommandInset label
27658 LatexCommand label
27659 name "sec:Multiline-Formulas"
27660
27661 \end_inset
27662
27663
27664 \begin_inset Index idx
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 Formula ! multiline
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Subsection
27677 General
27678 \end_layout
27679
27680 \begin_layout Standard
27681 In \SpecialChar LyX
27682  multiline formulas are created by pressing 
27683 \begin_inset Info
27684 type  "shortcut"
27685 arg   "newline-insert newline"
27686 \end_inset
27687
27688  inside a formula.
27689  This creates either an 
27690 \series bold
27691 align environment
27692 \series default
27693  that is described in 
27694 \begin_inset CommandInset ref
27695 LatexCommand ref
27696 reference "subsec:Standard-align-Environment"
27697
27698 \end_inset
27699
27700  or, when automatically loading the package
27701 \family sans
27702  AMS math
27703 \family default
27704  is disabled in the document settings, an 
27705 \series bold
27706 eqnarray environment
27707 \series default
27708  that is described in 
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "subsec:Eqnarray-Environment"
27712
27713 \end_inset
27714
27715 .
27716  The align environment is recommended because it provides in any case a
27717  typographically correct output.
27718 \end_layout
27719
27720 \begin_layout Standard
27721 There are other multiline formula environments that can be created via the
27722  menu 
27723 \family sans
27724 Insert\SpecialChar menuseparator
27725 Math
27726 \family default
27727 .
27728  These environments are described in the following sections.
27729 \end_layout
27730
27731 \begin_layout Standard
27732 In all multiline formula environments a new line is created by pressing
27733  
27734 \begin_inset Info
27735 type  "shortcut"
27736 arg   "newline-insert newline"
27737 \end_inset
27738
27739 .
27740  To add or delete lines, the math toolbar buttons 
27741 \begin_inset Info
27742 type  "icon"
27743 arg   "tabular-feature append-row"
27744 \end_inset
27745
27746  or 
27747 \begin_inset Info
27748 type  "icon"
27749 arg   "tabular-feature delete-row"
27750 \end_inset
27751
27752 , respectively, or the menu 
27753 \family sans
27754 Edit\SpecialChar menuseparator
27755 Rows & Columns
27756 \family default
27757  can be used.
27758 \end_layout
27759
27760 \begin_layout Subsubsection
27761 Line Separation
27762 \begin_inset CommandInset label
27763 LatexCommand label
27764 name "subsec:Line-Separation"
27765
27766 \end_inset
27767
27768
27769 \begin_inset Index idx
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773 Formula ! multiline ! Line separation
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Standard
27782 There is sometimes not enough space in multiline formulas between the lines:
27783 \begin_inset Formula 
27784 \begin{eqnarray*}
27785 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}\\
27786 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
27787 \end{eqnarray*}
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 In \SpecialChar LaTeX
27796  additional line space is specified as optional argument of the new line
27797  command.
27798  This is not yet possible in \SpecialChar LyX
27799
27800 \begin_inset Foot
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 see 
27805 \begin_inset CommandInset href
27806 LatexCommand href
27807 name "LyX-bug #1505"
27808 target "https://www.lyx.org/trac/ticket/1505"
27809 literal "false"
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \end_inset
27817
27818 , therefore the whole formula must be inserted in \SpecialChar TeX
27819  mode.
27820  To add in our example space, the command 
27821 \series bold
27822
27823 \backslash
27824
27825 \backslash
27826 [3mm]
27827 \series default
27828  is inserted at the end of the first line.
27829  One gets: 
27830 \begin_inset ERT
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835
27836 \backslash
27837 begin{eqnarray*}
27838 \end_layout
27839
27840 \begin_layout Plain Layout
27841
27842 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27843  = & 
27844 \backslash
27845 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27846 \backslash
27847
27848 \backslash
27849 [3mm]
27850 \end_layout
27851
27852 \begin_layout Plain Layout
27853
27854 4x^{2}
27855 \backslash
27856 left(B^{2}+x_{0}^{2}
27857 \backslash
27858 right)+4x_{0}x
27859 \backslash
27860 left(D-B^{2}
27861 \backslash
27862 right)+B^{2}
27863 \backslash
27864 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27865 \backslash
27866 right) & = & 0
27867 \end_layout
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 end{eqnarray*}
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 \begin_inset VSpace bigskip
27883 \end_inset
27884
27885 To set the line separation for all lines in a formula, the length 
27886 \series bold
27887
27888 \backslash
27889 jot
27890 \series default
27891
27892 \begin_inset Index idx
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896 Commands ! J ! 
27897 \backslash
27898 jot
27899 \end_layout
27900
27901 \end_inset
27902
27903  is changed.
27904  The definition is: 
27905 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27906 \end_inset
27907
27908 .
27909  Predefined for 
27910 \series bold
27911
27912 \backslash
27913 jot
27914 \series default
27915  is the value 3
27916 \begin_inset space \thinspace{}
27917 \end_inset
27918
27919 pt.
27920  To create 3
27921 \begin_inset space \thinspace{}
27922 \end_inset
27923
27924 mm additional line separation as in the previous example, the command
27925 \end_layout
27926
27927 \begin_layout Standard
27928
27929 \series bold
27930
27931 \backslash
27932 setlength{
27933 \backslash
27934 jot}{3mm+3pt}
27935 \end_layout
27936
27937 \begin_layout Standard
27938 is inserted in \SpecialChar TeX
27939  mode before the formula.
27940  This requires that the \SpecialChar LaTeX
27941 -package 
27942 \series bold
27943 calc
27944 \series default
27945
27946 \begin_inset Foot
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950
27951 \series bold
27952 calc
27953 \series default
27954  is part of every \SpecialChar LaTeX
27955  standard installation.
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \begin_inset Index idx
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965 Packages ! calc
27966 \end_layout
27967
27968 \end_inset
27969
27970  was loaded in \SpecialChar LaTeX
27971 -preamble with the line
27972 \end_layout
27973
27974 \begin_layout Standard
27975
27976 \series bold
27977
27978 \backslash
27979 usepackage{calc}
27980 \end_layout
27981
27982 \begin_layout Standard
27983 One gets: 
27984 \begin_inset ERT
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988
27989
27990 \backslash
27991 setlength{
27992 \backslash
27993 jot}{3mm+3pt}
27994 \end_layout
27995
27996 \end_inset
27997
27998
27999 \begin_inset Formula 
28000 \begin{eqnarray*}
28001 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}\\
28002 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
28003 \end{eqnarray*}
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \begin_layout Standard
28011 \begin_inset ERT
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015
28016
28017 \backslash
28018 setlength{
28019 \backslash
28020 jot}{3pt}
28021 \end_layout
28022
28023 \end_inset
28024
28025  To get back to the predefined distance, 
28026 \series bold
28027
28028 \backslash
28029 jot
28030 \series default
28031  is set to the value 3
28032 \begin_inset space \thinspace{}
28033 \end_inset
28034
28035 pt.
28036 \end_layout
28037
28038 \begin_layout Subsubsection
28039 Column Separation
28040 \begin_inset CommandInset label
28041 LatexCommand label
28042 name "subsec:Column-Separation"
28043
28044 \end_inset
28045
28046
28047 \begin_inset Index idx
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Formula ! multiline ! Column separation
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Standard
28060 Multiline formulas form a matrix.
28061  A formula in the eqnarray environment is for example a matrix with three
28062  columns.
28063  By changing the column separation in this environment, the space beside
28064  the relation sign can be changed.
28065 \end_layout
28066
28067 \begin_layout Standard
28068 The column separation is specified with the length 
28069 \series bold
28070
28071 \backslash
28072 arraycolsep
28073 \series default
28074
28075 \begin_inset Index idx
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Commands ! A ! 
28080 \backslash
28081 arraycolsep
28082 \end_layout
28083
28084 \end_inset
28085
28086  according to:
28087 \begin_inset Newline newline
28088 \end_inset
28089
28090 column separation = 2
28091 \begin_inset space \thinspace{}
28092 \end_inset
28093
28094
28095 \series bold
28096
28097 \backslash
28098 arraycolsep
28099 \series default
28100
28101 \begin_inset Newline newline
28102 \end_inset
28103
28104 Thus, the command
28105 \end_layout
28106
28107 \begin_layout Standard
28108
28109 \series bold
28110
28111 \backslash
28112 setlength{
28113 \backslash
28114 arraycolsep}{1cm}
28115 \end_layout
28116
28117 \begin_layout Standard
28118 inserted in \SpecialChar TeX
28119  mode, sets for all following formulas a column separation of
28120  2
28121 \begin_inset space \thinspace{}
28122 \end_inset
28123
28124 cm.
28125  To get back to the predefined distance, 
28126 \series bold
28127
28128 \backslash
28129 arraycolsep
28130 \series default
28131  is set to 5
28132 \begin_inset space \thinspace{}
28133 \end_inset
28134
28135 pt.
28136 \end_layout
28137
28138 \begin_layout Standard
28139 A formula with 2
28140 \begin_inset space \thinspace{}
28141 \end_inset
28142
28143 cm column separation:
28144 \begin_inset ERT
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148
28149
28150 \backslash
28151 setlength{
28152 \backslash
28153 arraycolsep}{1cm}
28154 \end_layout
28155
28156 \end_inset
28157
28158
28159 \begin_inset Formula 
28160 \begin{eqnarray*}
28161 A & = & B\\
28162 C & \ne & A
28163 \end{eqnarray*}
28164
28165 \end_inset
28166
28167 A formula with the predefined column separation for matrices of 10
28168 \begin_inset space \thinspace{}
28169 \end_inset
28170
28171 pt:
28172 \begin_inset ERT
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176
28177
28178 \backslash
28179 setlength{
28180 \backslash
28181 arraycolsep}{5pt}
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \begin_inset Formula 
28188 \begin{eqnarray*}
28189 A & = & B\\
28190 C & \ne & A
28191 \end{eqnarray*}
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 \begin_inset Newpage newpage
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Subsubsection
28206 Long Formulas
28207 \begin_inset Index idx
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 Formula ! long
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Long formulas can be typeset using these methods:
28221 \end_layout
28222
28223 \begin_layout Itemize
28224 When one side of the equation is much shorter than the line width, this
28225  one is chosen for the left side and the right side is typeset over two
28226  lines:
28227 \begin_inset Formula 
28228 \begin{eqnarray}
28229 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 \\
28230  &  & -\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}
28231 \end{eqnarray}
28232
28233 \end_inset
28234
28235 The minus sign at the beginning of the second line does normally not appear
28236  as an operator because it is the first character of the line.
28237  Thus it would not be surrounded by space and could not be distinguished
28238  from the fraction bar.
28239  To avoid this, 3
28240 \begin_inset space \thinspace{}
28241 \end_inset
28242
28243 pt space was inserted behind the minus sign with the command 
28244 \series bold
28245
28246 \backslash
28247 hspace
28248 \series default
28249 .
28250 \begin_inset Foot
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 for more about 
28255 \series bold
28256
28257 \backslash
28258 hspace
28259 \series default
28260  see 
28261 \begin_inset CommandInset ref
28262 LatexCommand ref
28263 reference "subsec:Variable-Space"
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \begin_inset Index idx
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 Commands ! H ! 
28278 \backslash
28279 hspace
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \begin_layout Itemize
28288 When both sides of the equation are too long, the command 
28289 \series bold
28290
28291 \backslash
28292 lefteqn
28293 \series default
28294
28295 \begin_inset Index idx
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299 Commands ! L ! 
28300 \backslash
28301 lefteqn
28302 \end_layout
28303
28304 \end_inset
28305
28306  is used.
28307  It is inserted in the first column of the first line and causes all further
28308  insertions to overwrite the following columns:
28309 \begin_inset Formula 
28310 \begin{eqnarray}
28311 \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 \\
28312  &  & -\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 \\
28313  &  & =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}
28314 \end{eqnarray}
28315
28316 \end_inset
28317
28318 After the insertion of 
28319 \series bold
28320
28321 \backslash
28322 lefteqn
28323 \series default
28324 , the cursor is in a purple box that is a bit shifted to the left from the
28325  blue one.
28326  In this the formula is inserted.
28327 \begin_inset Newline newline
28328 \end_inset
28329
28330 The content of the further lines is inserted to the second or another formula
28331  column.
28332  The greater the column number where it was inserted, the larger the indentation.
28333 \begin_inset VSpace medskip
28334 \end_inset
28335
28336
28337 \begin_inset Newline newline
28338 \end_inset
28339
28340
28341 \begin_inset Note Greyedout
28342 status open
28343
28344 \begin_layout Plain Layout
28345 Note the following when using 
28346 \series bold
28347
28348 \backslash
28349 lefteqn
28350 \series default
28351 :
28352 \end_layout
28353
28354 \begin_layout Itemize
28355 The formula doesn't use the full page width.
28356  When e.
28357 \begin_inset space \thinspace{}
28358 \end_inset
28359
28360 g.
28361 \begin_inset space \space{}
28362 \end_inset
28363
28364 the term 
28365 \begin_inset Formula $-B^{2}$
28366 \end_inset
28367
28368  is added to the first line in the above example, it would have been outside
28369  the page margin.
28370  To better use the width, negative space can be inserted at the beginning
28371  of the first line.
28372 \end_layout
28373
28374 \begin_layout Itemize
28375 Due to a bug in \SpecialChar LyX
28376  the cursor cannot be set with the mouse into the first
28377  line.
28378 \begin_inset Foot
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 \begin_inset CommandInset href
28383 LatexCommand href
28384 name "LyX-bug #1429"
28385 target "https://www.lyx.org/trac/ticket/1429"
28386 literal "false"
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \end_inset
28394
28395  One can only set the cursor at the beginning of the line and move it with
28396  the arrow keys.
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \begin_layout Itemize
28405 Other methods to set long formulas are offered by the environments described
28406  in 
28407 \begin_inset CommandInset ref
28408 LatexCommand ref
28409 reference "subsec:Multline-Environment"
28410
28411 \end_inset
28412
28413  and 
28414 \begin_inset CommandInset ref
28415 LatexCommand ref
28416 reference "subsec:Multiline-Formula-Parts"
28417
28418 \end_inset
28419
28420 .
28421 \end_layout
28422
28423 \begin_layout Subsubsection
28424 Multiline Fractions
28425 \begin_inset CommandInset label
28426 LatexCommand label
28427 name "subsec:Multiline-Fractions"
28428
28429 \end_inset
28430
28431
28432 \begin_inset Index idx
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436 Fractions ! multiline
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \end_layout
28443
28444 \begin_layout Standard
28445 There are cases where the denominator and/or the numerator of a fraction
28446  is so long that the fraction does not fit into one line.
28447  It is then necessary to add a line break within the fraction.
28448  This can be done using the command 
28449 \series bold
28450
28451 \backslash
28452 splitfrac
28453 \series default
28454
28455 \begin_inset Index idx
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 Commands ! S ! 
28460 \backslash
28461 splitfrac
28462 \end_layout
28463
28464 \end_inset
28465
28466 .
28467  To activate it, set in the document settings under 
28468 \family sans
28469 Math
28470 \begin_inset space ~
28471 \end_inset
28472
28473 Options
28474 \family default
28475  for the package 
28476 \series bold
28477 mathtools
28478 \series default
28479
28480 \begin_inset Index idx
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484 Packages ! mathtools
28485 \end_layout
28486
28487 \end_inset
28488
28489  the option 
28490 \family sans
28491 Load
28492 \begin_inset space ~
28493 \end_inset
28494
28495 always
28496 \family default
28497 .
28498  
28499 \series bold
28500
28501 \backslash
28502 splitfrac
28503 \series default
28504  has the scheme
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \series bold
28510
28511 \backslash
28512 splitfrac{first line}{second line}
28513 \end_layout
28514
28515 \begin_layout Standard
28516 and is used as denominator and/or numerator:
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset Formula 
28521 \[
28522 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}
28523 \]
28524
28525 \end_inset
28526
28527 The command for the first numerator above is:
28528 \end_layout
28529
28530 \begin_layout Standard
28531
28532 \series bold
28533
28534 \backslash
28535 splitfrac{xy+xy+xy+xy+xy
28536 \begin_inset space \textvisiblespace{}
28537 \end_inset
28538
28539
28540 \backslash
28541 {+wy+wy+wy+wy
28542 \end_layout
28543
28544 \begin_layout Subsubsection
28545 Multiline Brackets
28546 \begin_inset CommandInset label
28547 LatexCommand label
28548 name "subsec:Multiline-Brackets"
28549
28550 \end_inset
28551
28552
28553 \begin_inset Index idx
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557 Brackets ! for multiline expressions
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 For brackets spanning multiple lines the following problem occurs:
28567 \begin_inset Formula 
28568 \begin{eqnarray*}
28569 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28570  &  & \left.\cdots+B-D\right]
28571 \end{eqnarray*}
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 The closing bracket is smaller than the opening bracket because brackets
28580  with variable size may not span multiple lines.
28581 \end_layout
28582
28583 \begin_layout Standard
28584 To set the bracket size for the second line correctly, the first line is
28585  ended with 
28586 \series bold
28587
28588 \backslash
28589 right.
28590 \series default
28591
28592 \begin_inset Index idx
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596 Commands ! R ! 
28597 \backslash
28598 right
28599 \end_layout
28600
28601 \end_inset
28602
28603  and the second line with 
28604 \series bold
28605
28606 \backslash
28607 left.
28608 \begin_inset Foot
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612 for more about 
28613 \series bold
28614
28615 \backslash
28616 left
28617 \series default
28618  and 
28619 \series bold
28620
28621 \backslash
28622 right
28623 \series default
28624  see 
28625 \begin_inset CommandInset ref
28626 LatexCommand ref
28627 reference "subsec:Automatic-Bracket-Size"
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \series default
28638
28639 \begin_inset Index idx
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 Commands ! L ! 
28644 \backslash
28645 left
28646 \end_layout
28647
28648 \end_inset
28649
28650 .
28651  After 
28652 \series bold
28653
28654 \backslash
28655 left.
28656
28657 \series default
28658  the command 
28659 \series bold
28660
28661 \backslash
28662 vphantom
28663 \series default
28664
28665 \begin_inset space \textvisiblespace{}
28666 \end_inset
28667
28668
28669 \series bold
28670
28671 \backslash
28672 prod
28673 \series default
28674 ^
28675 \begin_inset space \textvisiblespace{}
28676 \end_inset
28677
28678
28679 \series bold
28680
28681 \backslash
28682 infty
28683 \series default
28684
28685 \begin_inset space \textvisiblespace{}
28686 \end_inset
28687
28688
28689 \series bold
28690
28691 \begin_inset Formula $\downarrow$
28692 \end_inset
28693
28694 _R=1}
28695 \series default
28696
28697 \begin_inset Index idx
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 Commands ! V ! 
28702 \backslash
28703 vphantom
28704 \end_layout
28705
28706 \end_inset
28707
28708  is inserted, because the multiplication operator with its limits is the
28709  largest symbol in the first line and this should be the size for the bracket
28710  in the second line.
28711 \end_layout
28712
28713 \begin_layout Standard
28714 The result is this:
28715 \begin_inset Formula 
28716 \begin{eqnarray*}
28717 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28718  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28719 \end{eqnarray*}
28720
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \begin_layout Subsection
28727 Align Environments
28728 \end_layout
28729
28730 \begin_layout Standard
28731 Align environments can be used for every kind of multiline formulas.
28732  They are especially useful to set several formulas side by side.
28733 \end_layout
28734
28735 \begin_layout Standard
28736 Align environments consist of columns.
28737  The odd columns are right aligned, the even ones left aligned.
28738  Every line in an Align environment can be numbered.
28739 \end_layout
28740
28741 \begin_layout Standard
28742 Align environments are created via the menu 
28743 \family sans
28744 Insert\SpecialChar menuseparator
28745 Math
28746 \family default
28747 .
28748  With the menu 
28749 \family sans
28750 Edit\SpecialChar menuseparator
28751 Math\SpecialChar menuseparator
28752 Change Formula Type
28753 \family default
28754  already existing formulas can be converted to Align environments.
28755 \end_layout
28756
28757 \begin_layout Standard
28758 To add or delete columns, the math toolbar buttons 
28759 \begin_inset Info
28760 type  "icon"
28761 arg   "tabular-feature append-column"
28762 \end_inset
28763
28764  or 
28765 \begin_inset Info
28766 type  "icon"
28767 arg   "tabular-feature delete-column"
28768 \end_inset
28769
28770 , respectively, or the menu 
28771 \family sans
28772 Edit\SpecialChar menuseparator
28773 Rows & Columns
28774 \family default
28775  can be used.
28776 \end_layout
28777
28778 \begin_layout Subsubsection
28779 Standard align Environment
28780 \begin_inset CommandInset label
28781 LatexCommand label
28782 name "subsec:Standard-align-Environment"
28783
28784 \end_inset
28785
28786
28787 \begin_inset Index idx
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791 Formula ! multiline ! align environment
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \begin_layout Standard
28800 This Align environment is created by pressing 
28801 \begin_inset Info
28802 type  "shortcut"
28803 arg   "newline-insert newline"
28804 \end_inset
28805
28806  in a formula or by the menu 
28807 \family sans
28808 Insert\SpecialChar menuseparator
28809 Math\SpecialChar menuseparator
28810 AMS align Environment
28811 \family default
28812 .
28813 \end_layout
28814
28815 \begin_layout Standard
28816 An example for two formulas set side by side, that are created with a four
28817  column align environment:
28818 \begin_inset Formula 
28819 \begin{align*}
28820 A & =\sin(B) & C & =D\\
28821 C & \ne A & B & \ne D
28822 \end{align*}
28823
28824 \end_inset
28825
28826 As it can be seen, the formulas in this environment are placed so as if
28827  there would be a 
28828 \series bold
28829
28830 \backslash
28831 hfill
28832 \begin_inset Foot
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 more about 
28837 \series bold
28838
28839 \backslash
28840 hfill
28841 \series default
28842  see 
28843 \begin_inset CommandInset ref
28844 LatexCommand ref
28845 reference "subsec:Variable-Space"
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \end_inset
28853
28854
28855 \series default
28856  before the first and after every even column.
28857  When the formula style 
28858 \series bold
28859 Indented
28860 \begin_inset Foot
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864 formula styles see 
28865 \begin_inset CommandInset ref
28866 LatexCommand ref
28867 reference "sec:Formula-Styles"
28868
28869 \end_inset
28870
28871
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \series default
28878  is used, the formula is set without the 
28879 \series bold
28880
28881 \backslash
28882 hfill
28883 \series default
28884  before the first column.
28885 \end_layout
28886
28887 \begin_layout Subsubsection
28888 Alignat Environment
28889 \begin_inset Index idx
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Formula ! multiline ! alignat environment
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Standard
28902 The alignat environment has no predefined column separation.
28903  It can be inserted manually with the spaces that are described 
28904 \begin_inset CommandInset ref
28905 LatexCommand ref
28906 reference "subsec:Space"
28907
28908 \end_inset
28909
28910 .
28911 \end_layout
28912
28913 \begin_layout Standard
28914 The above example in the alignat environment where 1
28915 \begin_inset space \thinspace{}
28916 \end_inset
28917
28918 cm space was inserted at the beginning of the second formula:
28919 \begin_inset Formula 
28920 \begin{alignat*}{2}
28921 A & =\sin(B) & \hspace{1cm}C & =D\\
28922 C & \ne A & B & \ne D
28923 \end{alignat*}
28924
28925 \end_inset
28926
28927 Because the column separation can be set separately for every column, this
28928  environment is especially suitable to set three and more formulas side
28929  by side.
28930 \end_layout
28931
28932 \begin_layout Subsubsection
28933 Flalign Environment
28934 \begin_inset CommandInset label
28935 LatexCommand label
28936 name "subsec:Flalign-Environment"
28937
28938 \end_inset
28939
28940
28941 \begin_inset Index idx
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Formula ! multiline ! flalign environment
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 In this environment the first two columns are always set as much as possible
28955  to the left and the last two ones to the right.
28956  An example:
28957 \begin_inset Formula 
28958 \begin{flalign*}
28959 A & =1 & B & =2 & C & =3\\
28960 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28961 \end{flalign*}
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Standard
28969 By creating a flalign environment with an odd number of columns where an
28970  empty \SpecialChar TeX
28971  brace is inserted to the last column, several formulas in a document
28972  can be set to the left, although the formula style 
28973 \series bold
28974 Centered
28975 \series default
28976  is used.
28977  As example the indented formula 
28978 \begin_inset CommandInset ref
28979 LatexCommand eqref
28980 reference "eq:VolInt"
28981
28982 \end_inset
28983
28984 :
28985 \begin_inset Formula 
28986 \begin{flalign}
28987 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28988 \end{flalign}
28989
28990 \end_inset
28991
28992 The first two columns contain the formula.
28993  To indent it as with the formula style 
28994 \series bold
28995 Indented
28996 \series default
28997 , 30
28998 \begin_inset space \thinspace{}
28999 \end_inset
29000
29001 pt space was inserted at the beginning of the first column.
29002 \end_layout
29003
29004 \begin_layout Subsection
29005 Eqnarray Environment
29006 \begin_inset CommandInset label
29007 LatexCommand label
29008 name "subsec:Eqnarray-Environment"
29009
29010 \end_inset
29011
29012
29013 \begin_inset Index idx
29014 status collapsed
29015
29016 \begin_layout Plain Layout
29017 Formula ! multiline ! eqnarray environment
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 When this environment has been created, three blue boxes appear.
29027  The content of the first box is right aligned, the content of the last
29028  one left aligned.
29029  The content of the middle box appears centered and a bit smaller, because
29030  it is designed to insert there only relation characters.
29031 \begin_inset Formula 
29032 \begin{eqnarray*}
29033 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29034 AB & AB & AB\\
29035 A & = & A
29036 \end{eqnarray*}
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Subsection
29044 Gather Environment
29045 \begin_inset Index idx
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049 Formula ! multiline ! gather environment
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Standard
29058 This environment consists of only one centered column.
29059  Every line can be numbered.
29060 \begin_inset Formula 
29061 \begin{gather}
29062 A=1\\
29063 X=\textrm{-}1
29064 \end{gather}
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Subsection
29072 Multline Environment
29073 \begin_inset CommandInset label
29074 LatexCommand label
29075 name "subsec:Multline-Environment"
29076
29077 \end_inset
29078
29079
29080 \begin_inset Index idx
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 Formula ! multiline ! multline environment
29085 \end_layout
29086
29087 \end_inset
29088
29089
29090 \end_layout
29091
29092 \begin_layout Standard
29093 The multline environment consists, like the gather environment, of only
29094  one column.
29095  But the first line is left aligned, the last one right aligned.
29096  All other lines are centered.
29097  Therefore this environment is suitable for long formulas.
29098  As example formula 
29099 \begin_inset CommandInset ref
29100 LatexCommand eqref
29101 reference "eq:lefteqn"
29102
29103 \end_inset
29104
29105  in the multline environment:
29106 \begin_inset Formula 
29107 \begin{multline}
29108 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}\\
29109 -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}\\
29110 =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}}
29111 \end{multline}
29112
29113 \end_inset
29114
29115
29116 \end_layout
29117
29118 \begin_layout Standard
29119 In the output only the last (first) line of a multline environment appears
29120  numbered when the document numbering is right (left).
29121 \begin_inset Foot
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 numbering styles see 
29126 \begin_inset CommandInset ref
29127 LatexCommand ref
29128 reference "sec:Formula-Styles"
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \end_layout
29139
29140 \begin_layout Standard
29141 With the commands 
29142 \series bold
29143
29144 \backslash
29145 shoveright
29146 \series default
29147
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Commands ! S ! 
29153 \backslash
29154 shoveright
29155 \end_layout
29156
29157 \end_inset
29158
29159  and 
29160 \series bold
29161
29162 \backslash
29163 shoveleft
29164 \series default
29165
29166 \begin_inset Index idx
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170 Commands ! S ! 
29171 \backslash
29172 shoveleft
29173 \end_layout
29174
29175 \end_inset
29176
29177  a centered line can be right or left aligned, respectively.
29178  The commands are used as follows:
29179 \end_layout
29180
29181 \begin_layout Standard
29182
29183 \series bold
29184
29185 \backslash
29186 shoveright{line content}
29187 \series default
29188  and 
29189 \series bold
29190
29191 \backslash
29192 shoveleft{line content}
29193 \end_layout
29194
29195 \begin_layout Standard
29196 \begin_inset VSpace medskip
29197 \end_inset
29198
29199 The length 
29200 \series bold
29201
29202 \backslash
29203 multlinegap
29204 \series default
29205
29206 \begin_inset Index idx
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Commands ! M ! 
29211 \backslash
29212 multlinegap
29213 \end_layout
29214
29215 \end_inset
29216
29217  specifies the distance of the first line from the left page margin.
29218  Predefined is the length 0
29219 \begin_inset space \thinspace{}
29220 \end_inset
29221
29222 pt.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 As example the above formula where the command
29227 \end_layout
29228
29229 \begin_layout Standard
29230
29231 \series bold
29232
29233 \backslash
29234 setlength{
29235 \backslash
29236 multlinegap}{2cm}
29237 \end_layout
29238
29239 \begin_layout Standard
29240 was inserted in \SpecialChar TeX
29241  mode before:
29242 \begin_inset ERT
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246
29247
29248 \backslash
29249 setlength{
29250 \backslash
29251 multlinegap}{2cm}
29252 \end_layout
29253
29254 \end_inset
29255
29256
29257 \begin_inset Formula 
29258 \begin{multline}
29259 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}\\
29260 \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}}\\
29261 =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}}
29262 \end{multline}
29263
29264 \end_inset
29265
29266
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272
29273 \backslash
29274 setlength{
29275 \backslash
29276 multlinegap}{0pt}
29277 \end_layout
29278
29279 \end_inset
29280
29281 The second line was left aligned using 
29282 \series bold
29283
29284 \backslash
29285 shoveleft
29286 \series default
29287 .
29288 \end_layout
29289
29290 \begin_layout Subsection
29291 Multiline Formula Parts
29292 \begin_inset CommandInset label
29293 LatexCommand label
29294 name "subsec:Multiline-Formula-Parts"
29295
29296 \end_inset
29297
29298
29299 \begin_inset Index idx
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303 Formula ! multiline ! formula parts
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Standard
29312 To display only parts of a formula with multiple lines, one of the following
29313  environments is used: 
29314 \series bold
29315 aligned
29316 \series default
29317
29318 \series bold
29319 alignedat
29320 \series default
29321
29322 \series bold
29323 gathered
29324 \series default
29325  or 
29326 \series bold
29327 split
29328 \series default
29329 .
29330  They can be inserted via the menu 
29331 \family sans
29332 Insert\SpecialChar menuseparator
29333 Math
29334 \family default
29335  or by using the commands described in this section.
29336 \end_layout
29337
29338 \begin_layout Standard
29339 The first three have the same properties as the corresponding multiline
29340  formula environments, but it is possible to set further formula parts beside
29341  them.
29342  An example:
29343 \begin_inset Formula 
29344 \[
29345 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29346 \Delta E\Delta t & \ge\frac{\hbar}{2}
29347 \end{aligned}
29348 \right\} \textrm{Uncertainty relations}
29349 \]
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 To get this formula, a displayed formula is created where the command 
29358 \series bold
29359
29360 \backslash
29361 aligned
29362 \series default
29363
29364 \begin_inset Index idx
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Commands ! A ! 
29369 \backslash
29370 aligned
29371 \end_layout
29372
29373 \end_inset
29374
29375  is inserted.
29376  A purple box appears around the blue formula box where now columns and
29377  lines can be added.
29378  Outside the multiline environment other formula parts can be set, like
29379  the brace.
29380 \end_layout
29381
29382 \begin_layout Standard
29383 The aligned environment is also suitable for long formulas whose lines are
29384  horizontally aligned.
29385  Using aligned in a displayed formula has the advantage that the formula
29386  number is vertically centered behind the lines.
29387  As example formula 
29388 \begin_inset CommandInset ref
29389 LatexCommand eqref
29390 reference "eq:shortlong"
29391
29392 \end_inset
29393
29394  in the aligned environment:
29395 \begin_inset Formula 
29396 \begin{equation}
29397 \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}|}\\
29398  & -\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}|}
29399 \end{aligned}
29400 \end{equation}
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 To use the environments 
29409 \series bold
29410 alignedat
29411 \series default
29412
29413 \series bold
29414 gathered
29415 \series default
29416 , or 
29417 \series bold
29418 split
29419 \series default
29420 , the command 
29421 \series bold
29422
29423 \backslash
29424 alignedat
29425 \series default
29426 ,
29427 \begin_inset Index idx
29428 status collapsed
29429
29430 \begin_layout Plain Layout
29431 Commands ! A ! 
29432 \backslash
29433 alignedat
29434 \end_layout
29435
29436 \end_inset
29437
29438  
29439 \series bold
29440
29441 \backslash
29442 gathered
29443 \series default
29444
29445 \begin_inset Index idx
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449 Commands ! G ! 
29450 \backslash
29451 gathered
29452 \end_layout
29453
29454 \end_inset
29455
29456 , or 
29457 \series bold
29458
29459 \backslash
29460 split
29461 \series default
29462
29463 \begin_inset Index idx
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467 Commands ! S ! 
29468 \backslash
29469 split
29470 \end_layout
29471
29472 \end_inset
29473
29474  are inserted, respectively.
29475  The split environment has the same properties as the aligned environment
29476  but it can only have two columns.
29477 \end_layout
29478
29479 \begin_layout Subsection
29480 Text in multiline Formulas
29481 \begin_inset CommandInset label
29482 LatexCommand label
29483 name "subsec:Text-in-multiline"
29484
29485 \end_inset
29486
29487
29488 \begin_inset Index idx
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Text ! in formulas
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset Index idx
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502 Formula ! multiline ! text
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Standard
29511 In the Align environments, and the multline and gather environment, text
29512  can be inserted that will appear in a separate line and doesn't affect
29513  the column alignment.
29514  To do this, the command 
29515 \series bold
29516
29517 \backslash
29518 intertext
29519 \series default
29520
29521 \begin_inset Index idx
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Commands ! I ! 
29526 \backslash
29527 intertext
29528 \end_layout
29529
29530 \end_inset
29531
29532  is used in the following scheme:
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 intertext{text}
29541 \end_layout
29542
29543 \begin_layout Standard
29544 The text should not be longer than a line because it cannot be hyphenated.
29545  As \SpecialChar LyX
29546  doesn't yet support 
29547 \series bold
29548
29549 \backslash
29550 intertext
29551 \series default
29552  directly, the text is written as mathematical text.
29553  
29554 \series bold
29555
29556 \backslash
29557 intertext
29558 \series default
29559  must hereby be at the beginning of a line and appears in the output above
29560  this line.
29561  An example where the text was inserted at the beginning of the second line:
29562 \begin_inset Formula 
29563 \begin{align}
29564 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29565 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29566 \end{align}
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \begin_layout Standard
29574
29575 \series bold
29576
29577 \backslash
29578 intertext
29579 \series default
29580  always creates some vertical space between the text and the formula lines.
29581  To avoid this space, set in the document settings under 
29582 \family sans
29583 Math
29584 \begin_inset space ~
29585 \end_inset
29586
29587 Options
29588 \family default
29589  for the package 
29590 \series bold
29591 mathtools
29592 \series default
29593
29594 \begin_inset Index idx
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Packages ! mathtools
29599 \end_layout
29600
29601 \end_inset
29602
29603  the option 
29604 \family sans
29605 Load
29606 \begin_inset space ~
29607 \end_inset
29608
29609 always
29610 \family default
29611 .
29612  Then you can use the command 
29613 \series bold
29614
29615 \backslash
29616 shortintertext
29617 \series default
29618
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 Commands ! S ! 
29624 \backslash
29625 shortintertext
29626 \end_layout
29627
29628 \end_inset
29629
29630  instead of 
29631 \series bold
29632
29633 \backslash
29634 intertext
29635 \series default
29636 :
29637 \end_layout
29638
29639 \begin_layout Standard
29640 \begin_inset Formula 
29641 \begin{align}
29642 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29643 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29644 \end{align}
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Section
29652 Formula Numbering
29653 \begin_inset Index idx
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 Formula numbering
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \begin_inset Index idx
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 Formula ! numbering|see
29668 \begin_inset ERT
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672
29673 {
29674 \end_layout
29675
29676 \end_inset
29677
29678 Formula numbering
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684 }
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \end_layout
29696
29697 \begin_layout Subsection
29698 General
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Numbered formulas can be created with the menu 
29703 \family sans
29704 Insert\SpecialChar menuseparator
29705 Math\SpecialChar menuseparator
29706 Numbered
29707 \begin_inset space ~
29708 \end_inset
29709
29710 Formula
29711 \family default
29712  (shortcut 
29713 \family sans
29714 Ctrl+Alt
29715 \begin_inset space ~
29716 \end_inset
29717
29718 N
29719 \family default
29720 ).
29721  Existing formulas can be numbered with the menu 
29722 \family sans
29723 Edit\SpecialChar menuseparator
29724 Math\SpecialChar menuseparator
29725 Toggle
29726 \begin_inset space ~
29727 \end_inset
29728
29729 Numbering
29730 \family default
29731  (shortcut 
29732 \begin_inset Info
29733 type  "shortcut"
29734 arg   "math-number-toggle"
29735 \end_inset
29736
29737 ).
29738  The formula number is displayed in \SpecialChar LyX
29739  behind the formula as a number sign
29740  in parentheses.
29741  The number sign is replaced in the output by the formula number.
29742 \end_layout
29743
29744 \begin_layout Standard
29745 When numbering is turned on in multiline formulas, all lines will be numbered.
29746  But the numbering can be controlled with the menu 
29747 \family sans
29748 Edit\SpecialChar menuseparator
29749 Math\SpecialChar menuseparator
29750 Toggle
29751 \begin_inset space ~
29752 \end_inset
29753
29754 Numbering
29755 \begin_inset space ~
29756 \end_inset
29757
29758 of
29759 \begin_inset space ~
29760 \end_inset
29761
29762 Line
29763 \family default
29764  (shortcut 
29765 \begin_inset Info
29766 type  "shortcut"
29767 arg   "math-number-line-toggle"
29768 \end_inset
29769
29770 ) for every line.
29771 \end_layout
29772
29773 \begin_layout Standard
29774 Except for inline formulas, all formulas can be numbered with two different
29775  styles, see 
29776 \begin_inset CommandInset ref
29777 LatexCommand ref
29778 reference "sec:Formula-Styles"
29779
29780 \end_inset
29781
29782 .
29783 \end_layout
29784
29785 \begin_layout Subsection
29786 Cross-References
29787 \begin_inset Index idx
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791 Cross-references ! to formulas
29792 \end_layout
29793
29794 \end_inset
29795
29796
29797 \end_layout
29798
29799 \begin_layout Standard
29800 All labeled formulas can be cross-referenced.
29801  A label is added by the menu 
29802 \family sans
29803 Insert\SpecialChar menuseparator
29804 Label
29805 \family default
29806  or the toolbar button 
29807 \begin_inset Info
29808 type  "icon"
29809 arg   "label-insert"
29810 \end_inset
29811
29812 .
29813  The cursor must hereby be inside a displayed formula.
29814  Alternatively you can right-click on the formula and choose 
29815 \family sans
29816 Equation Label
29817 \family default
29818 .
29819  A dialog pops up displaying the prefix 
29820 \series bold
29821 eq:
29822 \series default
29823  in a text field.
29824  The label is inserted there behind the prefix.
29825  The predefined prefix means 
29826 \begin_inset Quotes eld
29827 \end_inset
29828
29829 equation
29830 \begin_inset Quotes erd
29831 \end_inset
29832
29833  and makes it easier to find labels in large documents because it marks
29834  it as formula label to divide it from e.
29835 \begin_inset space \thinspace{}
29836 \end_inset
29837
29838 g.
29839 \begin_inset space \space{}
29840 \end_inset
29841
29842 section labels.
29843  To change a label, the menu 
29844 \family sans
29845 Insert\SpecialChar menuseparator
29846 Label
29847 \family default
29848  is used again or you right-click on a formula and then on 
29849 \family sans
29850 Equation Label
29851 \family default
29852 .
29853 \end_layout
29854
29855 \begin_layout Standard
29856 The name of the label is displayed in \SpecialChar LyX
29857  within two parentheses behind formula.
29858  A formula with a label is always numbered.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 Cross-references are inserted via the menu 
29863 \family sans
29864 Insert\SpecialChar menuseparator
29865 Cross-Reference
29866 \family default
29867  or with the toolbar button 
29868 \begin_inset Info
29869 type  "icon"
29870 arg   "dialog-show-new-inset ref"
29871 \end_inset
29872
29873 .
29874  A formula cross-reference appears in the output as formula number.
29875  When in the cross-reference dialog window the format 
29876 \series bold
29877 (<reference>)
29878 \series default
29879  is chosen, the cross-reference appears in the output as formula number
29880  in parentheses.
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884 By right-clicking on a cross-reference in \SpecialChar LyX
29885 , one jumps to the formula that
29886  is referenced.
29887 \end_layout
29888
29889 \begin_layout Standard
29890 Here are as examples cross-references to formulas of the following subsections:
29891 \begin_inset Note Note
29892 status open
29893
29894 \begin_layout Plain Layout
29895 Note the different cross-reference types.
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \end_layout
29902
29903 \begin_layout Standard
29904 The equations 
29905 \begin_inset CommandInset ref
29906 LatexCommand eqref
29907 reference "eq:tag"
29908
29909 \end_inset
29910
29911  and 
29912 \begin_inset CommandInset ref
29913 LatexCommand eqref
29914 reference "eq:c"
29915
29916 \end_inset
29917
29918  are equivalent.
29919  In (
29920 \begin_inset CommandInset ref
29921 LatexCommand ref
29922 reference "eq:Lat"
29923
29924 \end_inset
29925
29926 ) big Latin letters are used for the numbering in contrary to (
29927 \begin_inset CommandInset ref
29928 LatexCommand ref
29929 reference "eq:Rom"
29930
29931 \end_inset
29932
29933 ).
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset VSpace medskip
29938 \end_inset
29939
29940 When the argument of 
29941 \series bold
29942
29943 \backslash
29944 tag
29945 \begin_inset Foot
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950 \series bold
29951
29952 \backslash
29953 tag
29954 \series default
29955  is described in 
29956 \begin_inset CommandInset ref
29957 LatexCommand ref
29958 reference "subsec:User-defined-Numbering"
29959
29960 \end_inset
29961
29962 .
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \series default
29969  contains a box like in 
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "subsec:Paragraph-Boxes"
29973
29974 \end_inset
29975
29976 , the formula cannot be referenced.
29977 \end_layout
29978
29979 \begin_layout Subsection
29980 Subnumbering
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Formula numbering ! subnumbering
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 Formulas can be numbered as subequations.
29995  To activate this feature, add the module 
29996 \family sans
29997 Subequations
29998 \family default
29999  to the document in the menu 
30000 \family sans
30001 Document\SpecialChar menuseparator
30002 Settings\SpecialChar menuseparator
30003 Modules
30004 \family default
30005 .
30006  To insert subequations use the menu 
30007 \family sans
30008 Insert\SpecialChar menuseparator
30009 Custom Insets\SpecialChar menuseparator
30010 Subequations
30011 \family default
30012 .
30013 \end_layout
30014
30015 \begin_layout Standard
30016 The equations to be subnumbered are put into the 
30017 \family sans
30018 Subequations
30019 \family default
30020  inset.
30021  An example:
30022 \begin_inset Formula 
30023 \begin{equation}
30024 A=C-B
30025 \end{equation}
30026
30027 \end_inset
30028
30029
30030 \begin_inset VSpace -5mm
30031 \end_inset
30032
30033
30034 \begin_inset Flex Subequations
30035 status open
30036
30037 \begin_layout Plain Layout
30038 \begin_inset Formula 
30039 \begin{equation}
30040 B=C-A\label{eq:b}
30041 \end{equation}
30042
30043 \end_inset
30044
30045
30046 \begin_inset Formula 
30047 \begin{equation}
30048 C=A+B\label{eq:c}
30049 \end{equation}
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Every formula in the 
30063 \family sans
30064 Subequations
30065 \family default
30066  inset will be subnumbered with a, b, c, \SpecialChar ldots
30067  in the output.
30068  For multiline formulas every line will be subnumbered.
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Referencing subequations work like for normal equations: 
30073 \begin_inset CommandInset ref
30074 LatexCommand eqref
30075 reference "eq:b"
30076
30077 \end_inset
30078
30079
30080 \begin_inset CommandInset ref
30081 LatexCommand eqref
30082 reference "eq:c"
30083
30084 \end_inset
30085
30086 .
30087  If you want to reference the subequations collectively, insert a label
30088  as first thing in the 
30089 \family sans
30090 Subequations
30091 \family default
30092  inset.
30093  Formula 
30094 \begin_inset CommandInset ref
30095 LatexCommand eqref
30096 reference "eq:Here-is-an"
30097 plural "false"
30098 caps "false"
30099 noprefix "false"
30100
30101 \end_inset
30102
30103  is an example.
30104 \end_layout
30105
30106 \begin_layout Standard
30107 By inserting subequations vertical space is added before it.
30108  To remove this, insert -5
30109 \begin_inset space \thinspace{}
30110 \end_inset
30111
30112 mm vertical space right before the 
30113 \family sans
30114 Subequations
30115 \family default
30116  inset.
30117  If the formula style 
30118 \series bold
30119 Indented
30120 \begin_inset Foot
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 formula styles see 
30125 \begin_inset CommandInset ref
30126 LatexCommand ref
30127 reference "sec:Formula-Styles"
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \series default
30138  is used, insert -7
30139 \begin_inset space \thinspace{}
30140 \end_inset
30141
30142 mm space instead.
30143 \end_layout
30144
30145 \begin_layout Standard
30146 To get another subnumber instead of small Latin letters, insert this command
30147  as \SpecialChar TeX
30148  code before the equations in the 
30149 \family sans
30150 Subequations
30151 \family default
30152  inset:
30153 \end_layout
30154
30155 \begin_layout Standard
30156
30157 \series bold
30158
30159 \backslash
30160 renewcommand{
30161 \backslash
30162 theequation}{
30163 \backslash
30164 theparentequation -
30165 \backslash
30166 roman{equation}}
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 theparentequation
30175 \series default
30176  creates hereby the parent number and 
30177 \series bold
30178
30179 \backslash
30180 roman{equation}
30181 \series default
30182  adds a small Roman number as subnumber.
30183  For more information about the customization of the numbering, see 
30184 \begin_inset CommandInset ref
30185 LatexCommand ref
30186 reference "subsec:Numbering-with-Roman"
30187
30188 \end_inset
30189
30190 .
30191 \end_layout
30192
30193 \begin_layout Standard
30194 Here is an example for a multiline formula where the numbering is customized
30195  and turned off for the second line:
30196 \begin_inset Flex Subequations
30197 status open
30198
30199 \begin_layout Plain Layout
30200 \begin_inset CommandInset label
30201 LatexCommand label
30202 name "eq:Here-is-an"
30203
30204 \end_inset
30205
30206
30207 \begin_inset ERT
30208 status open
30209
30210 \begin_layout Plain Layout
30211
30212
30213 \backslash
30214 renewcommand{
30215 \backslash
30216 theequation}{
30217 \backslash
30218 theparentequation -
30219 \backslash
30220 roman{equation}}
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \begin_inset Formula 
30227 \begin{eqnarray}
30228 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30229  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30230  & = & B^{2}-2BZ+Z^{2}
30231 \end{eqnarray}
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Subsection
30244 Numbering with Roman Numbers and Letters
30245 \begin_inset CommandInset label
30246 LatexCommand label
30247 name "subsec:Numbering-with-Roman"
30248
30249 \end_inset
30250
30251
30252 \begin_inset Index idx
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 Formula numbering ! with letters
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset Index idx
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266 Formula numbering ! with Roman numbers
30267 \end_layout
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Formulas can also be numbered with Roman numbers and Latin letters.
30276  To number for example with small Roman numbers, the command
30277 \end_layout
30278
30279 \begin_layout Standard
30280
30281 \series bold
30282
30283 \backslash
30284 renewcommand{
30285 \backslash
30286 theequation}{
30287 \backslash
30288 roman{equation}}
30289 \end_layout
30290
30291 \begin_layout Standard
30292 is inserted before the formula in \SpecialChar TeX
30293  mode.
30294  
30295 \series bold
30296
30297 \backslash
30298 renewcommand
30299 \series default
30300
30301 \begin_inset Index idx
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Commands ! R ! 
30306 \backslash
30307 renewcommand
30308 \end_layout
30309
30310 \end_inset
30311
30312  redefines the predefined command 
30313 \series bold
30314
30315 \backslash
30316 theequation
30317 \series default
30318  to the command 
30319 \series bold
30320
30321 \backslash
30322 roman{equation}
30323 \series default
30324 .
30325 \begin_inset Foot
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 The command 
30330 \series bold
30331
30332 \backslash
30333 renewcommand
30334 \series default
30335  has the same scheme like the command 
30336 \series bold
30337
30338 \backslash
30339 newcommand
30340 \series default
30341  that is described in 
30342 \begin_inset CommandInset ref
30343 LatexCommand ref
30344 reference "subsec:The-Command-newcommand"
30345
30346 \end_inset
30347
30348 .
30349 \end_layout
30350
30351 \end_inset
30352
30353  
30354 \series bold
30355 equation
30356 \series default
30357  is the formula counter.
30358  When the command 
30359 \series bold
30360
30361 \backslash
30362 the
30363 \series default
30364  is used as prefix for a counter, the value of the counter is output as
30365  Arabic number.
30366  When a formula is numbered, \SpecialChar LaTeX
30367  sets internally the command 
30368 \series bold
30369
30370 \backslash
30371 theequation
30372 \series default
30373  behind the formula.
30374  
30375 \series bold
30376
30377 \backslash
30378 roman{equation}
30379 \begin_inset Index idx
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383 Commands ! R ! 
30384 \backslash
30385 roman
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \series default
30392  outputs the counter as small Roman number.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 All formulas behind the command 
30397 \series bold
30398
30399 \backslash
30400 renew
30401 \series default
30402 c
30403 \series bold
30404 ommand
30405 \series default
30406  are now numbered Roman.
30407  To switch to numbering with big Roman numbers, the command is inserted
30408  again, but 
30409 \series bold
30410
30411 \backslash
30412 roman
30413 \series default
30414  is replaced by 
30415 \series bold
30416
30417 \backslash
30418 Roman
30419 \series default
30420
30421 \begin_inset Index idx
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 Commands ! R ! 
30426 \backslash
30427 roman@
30428 \backslash
30429 Roman
30430 \end_layout
30431
30432 \end_inset
30433
30434 .
30435  To 
30436 \begin_inset Quotes eld
30437 \end_inset
30438
30439 number
30440 \begin_inset Quotes erd
30441 \end_inset
30442
30443  with small Latin letters there is the command 
30444 \series bold
30445
30446 \backslash
30447 alph
30448 \series default
30449
30450 \begin_inset Index idx
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 Commands ! A ! 
30455 \backslash
30456 alph
30457 \end_layout
30458
30459 \end_inset
30460
30461 , for big ones there is the command 
30462 \series bold
30463
30464 \backslash
30465 Alph
30466 \series default
30467
30468 \begin_inset Index idx
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472 Commands ! A ! 
30473 \backslash
30474 alph@
30475 \backslash
30476 Alph
30477 \end_layout
30478
30479 \end_inset
30480
30481 .
30482 \end_layout
30483
30484 \begin_layout Standard
30485 \begin_inset Note Greyedout
30486 status open
30487
30488 \begin_layout Plain Layout
30489
30490 \series bold
30491 Note:
30492 \series default
30493  Only maximal 26
30494 \begin_inset space ~
30495 \end_inset
30496
30497 formulas can be numbered with Latin letters in one document.
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \end_layout
30504
30505 \begin_layout Standard
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 renewcommand{
30514 \backslash
30515 theequation}{
30516 \backslash
30517 roman{equation}}
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset Formula 
30527 \begin{equation}
30528 A=\textrm{small roman}
30529 \end{equation}
30530
30531 \end_inset
30532
30533
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 renewcommand{
30542 \backslash
30543 theequation}{
30544 \backslash
30545 Roman{equation}}
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset Formula 
30552 \begin{equation}
30553 B=\textrm{big Roman}\label{eq:Rom}
30554 \end{equation}
30555
30556 \end_inset
30557
30558
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564
30565 \backslash
30566 renewcommand{
30567 \backslash
30568 theequation}{
30569 \backslash
30570 alph{equation}}
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \begin_inset Formula 
30577 \begin{equation}
30578 C=\textrm{small Latin}
30579 \end{equation}
30580
30581 \end_inset
30582
30583
30584 \begin_inset ERT
30585 status collapsed
30586
30587 \begin_layout Plain Layout
30588
30589
30590 \backslash
30591 renewcommand{
30592 \backslash
30593 theequation}{
30594 \backslash
30595 Alph{equation}}
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \begin_inset Formula 
30602 \begin{equation}
30603 D=\textrm{big Latin}\label{eq:Lat}
30604 \end{equation}
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 To switch back to the default numbering, insert the command:
30613 \end_layout
30614
30615 \begin_layout Standard
30616
30617 \series bold
30618
30619 \backslash
30620 renewcommand{
30621 \backslash
30622 theequation}{
30623 \backslash
30624 arabic{equation}}
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 Commands ! A ! 
30630 \backslash
30631 arabic
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 renewcommand{
30648 \backslash
30649 theequation}{
30650 \backslash
30651 arabic{equation}}
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \begin_inset Formula 
30658 \begin{equation}
30659 E=\textrm{Arabic}
30660 \end{equation}
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset VSpace medskip
30669 \end_inset
30670
30671 As you see, formulas are numbered serially independent from the numbering
30672  style.
30673  When then numbering should start with 
30674 \begin_inset Quotes eld
30675 \end_inset
30676
30677 1
30678 \begin_inset Quotes erd
30679 \end_inset
30680
30681  when the style is changed, new equation counters have to be defined.
30682  A description about this can be found in the file 
30683 \begin_inset CommandInset href
30684 LatexCommand href
30685 name "Formula-numbering.lyx"
30686 target "run:Formula-numbering.lyx"
30687 literal "false"
30688
30689 \end_inset
30690
30691 .
30692 \end_layout
30693
30694 \begin_layout Subsection
30695 User-defined Numbering
30696 \begin_inset CommandInset label
30697 LatexCommand label
30698 name "subsec:User-defined-Numbering"
30699
30700 \end_inset
30701
30702
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Formula numbering ! user-defined
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \end_layout
30714
30715 \begin_layout Standard
30716 \begin_inset Note Greyedout
30717 status open
30718
30719 \begin_layout Plain Layout
30720
30721 \series bold
30722 Note:
30723 \series default
30724  If the document language is a right-to-left language such as Arabic, you
30725  must add this to the to the \SpecialChar LaTeX
30726 -preamble to be able to use the commands described
30727  in this section:
30728 \begin_inset Newline newline
30729 \end_inset
30730
30731
30732 \series bold
30733
30734 \backslash
30735 AtBeginDocument{
30736 \begin_inset Newline newline
30737 \end_inset
30738
30739
30740 \begin_inset Phantom HPhantom
30741 status open
30742
30743 \begin_layout Plain Layout
30744
30745 \series bold
30746 \begin_inset space ~
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \backslash
30756 def
30757 \backslash
30758 tagform@#1{
30759 \backslash
30760 maketag@@@{(
30761 \backslash
30762 ignorespaces#1
30763 \backslash
30764 unskip)}} }
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \end_layout
30771
30772 \begin_layout Standard
30773 \begin_inset Index idx
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777 Formula numbering ! self-defined delimiters
30778 \end_layout
30779
30780 \end_inset
30781
30782 With the standard numbering parentheses are set around the formula number.
30783  To replace the parentheses for example by vertical bars, the following
30784  line is added to the \SpecialChar LaTeX
30785 -preamble:
30786 \end_layout
30787
30788 \begin_layout Standard
30789
30790 \series bold
30791
30792 \backslash
30793 AtBeginDocument{
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797
30798 \begin_inset Phantom HPhantom
30799 status open
30800
30801 \begin_layout Plain Layout
30802
30803 \series bold
30804 \begin_inset space ~
30805 \end_inset
30806
30807
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \backslash
30814 def
30815 \backslash
30816 tagform@#1{
30817 \backslash
30818 maketag@@@{|#1|}} }
30819 \series default
30820
30821 \begin_inset Note Note
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825 This macro is already declared in the \SpecialChar LaTeX
30826 -preamble for testing.
30827  To activate it, remove the percent signs at the beginning.
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \begin_layout Standard
30836 To use other characters, the vertical bars besides the 
30837 \series bold
30838 #1
30839 \series default
30840  are replaced by one ore more characters.
30841  To get only the formula number the vertical bars are omitted.
30842 \end_layout
30843
30844 \begin_layout Standard
30845 \begin_inset VSpace bigskip
30846 \end_inset
30847
30848 When there should be an expression of your choice instead of the consecutive
30849  formula number in parentheses behind the formula, the command 
30850 \series bold
30851
30852 \backslash
30853 tag
30854 \series default
30855
30856 \begin_inset Index idx
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 Commands ! T ! 
30861 \backslash
30862 tag
30863 \end_layout
30864
30865 \end_inset
30866
30867  is used:
30868 \begin_inset Formula 
30869 \begin{equation}
30870 A+B=C\tag{something}\label{eq:tag}
30871 \end{equation}
30872
30873 \end_inset
30874
30875 In this example the command 
30876 \series bold
30877
30878 \backslash
30879 tag
30880 \begin_inset space \textvisiblespace{}
30881 \end_inset
30882
30883 something
30884 \series default
30885  was inserted in the formula.
30886 \end_layout
30887
30888 \begin_layout Standard
30889 When the command 
30890 \series bold
30891
30892 \backslash
30893 tag*
30894 \begin_inset space \textvisiblespace{}
30895 \end_inset
30896
30897 something
30898 \series default
30899  is inserted instead, the star prevents the parentheses around the expression:
30900 \begin_inset Formula 
30901 \[
30902 A+B=C\tag*{something}
30903 \]
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset VSpace bigskip
30912 \end_inset
30913
30914 To restart the formula numbering with new document parts or sections, the
30915  following command is used:
30916 \end_layout
30917
30918 \begin_layout Standard
30919
30920 \series bold
30921
30922 \backslash
30923 @addtoreset{equation}{part}
30924 \series default
30925
30926 \begin_inset Index idx
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 Commands ! 
30931 \begin_inset ERT
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936 "
30937 \end_layout
30938
30939 \end_inset
30940
30941 @
30942 \begin_inset ERT
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946
30947 "
30948 \end_layout
30949
30950 \end_inset
30951
30952  ! 
30953 \backslash
30954
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 "
30961 \end_layout
30962
30963 \end_inset
30964
30965 @
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971 "
30972 \end_layout
30973
30974 \end_inset
30975
30976 addtoreset
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \begin_inset Newline newline
30983 \end_inset
30984
30985 resp.
30986 \begin_inset Newline newline
30987 \end_inset
30988
30989
30990 \series bold
30991
30992 \backslash
30993 @addtoreset{equation}{section}
30994 \end_layout
30995
30996 \begin_layout Standard
30997 To be able to use these commands in \SpecialChar TeX
30998  mode, the 
30999 \begin_inset Quotes eld
31000 \end_inset
31001
31002 @
31003 \begin_inset Quotes erd
31004 \end_inset
31005
31006  character has to be made 
31007 \begin_inset Quotes eld
31008 \end_inset
31009
31010 active
31011 \begin_inset Quotes erd
31012 \end_inset
31013
31014  for \SpecialChar LaTeX
31015  using the command 
31016 \series bold
31017
31018 \backslash
31019 makeatletter.
31020
31021 \series default
31022  The command 
31023 \series bold
31024
31025 \backslash
31026 makeatother
31027 \series default
31028  reverts this.
31029  So the command sequence in \SpecialChar TeX
31030  mode is:
31031 \end_layout
31032
31033 \begin_layout Standard
31034
31035 \series bold
31036
31037 \backslash
31038 makeatletter
31039 \begin_inset Newline newline
31040 \end_inset
31041
31042
31043 \backslash
31044 @addtoreset{equation}{section}
31045 \begin_inset Newline newline
31046 \end_inset
31047
31048
31049 \backslash
31050 makeatother
31051 \end_layout
31052
31053 \begin_layout Standard
31054 In the \SpecialChar LaTeX
31055 -preamble 
31056 \series bold
31057
31058 \backslash
31059 makeatletter
31060 \series default
31061  and 
31062 \series bold
31063
31064 \backslash
31065 makeatother
31066 \series default
31067  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31068 .
31069 \end_layout
31070
31071 \begin_layout Standard
31072 To revert 
31073 \series bold
31074
31075 \backslash
31076 @addtoreset
31077 \series default
31078 , the file 
31079 \series bold
31080 remreset.sty
31081 \series default
31082
31083 \begin_inset Foot
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088 \series bold
31089 remreset
31090 \series default
31091  is part of the \SpecialChar LaTeX
31092 -package 
31093 \series bold
31094 carlisle
31095 \series default
31096
31097 \begin_inset Index idx
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101 Packages ! carlisle
31102 \end_layout
31103
31104 \end_inset
31105
31106  that is part of every \SpecialChar LaTeX
31107  standard installation.
31108 \end_layout
31109
31110 \end_inset
31111
31112
31113 \begin_inset Index idx
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Packages ! remreset
31118 \end_layout
31119
31120 \end_inset
31121
31122  has to be loaded in the \SpecialChar LaTeX
31123 -preamble with the line
31124 \end_layout
31125
31126 \begin_layout Standard
31127
31128 \series bold
31129
31130 \backslash
31131 usepackage{remreset}
31132 \end_layout
31133
31134 \begin_layout Standard
31135 Then the command 
31136 \series bold
31137
31138 \backslash
31139 @removefromreset
31140 \series default
31141
31142 \begin_inset Index idx
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Commands ! 
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152 "
31153 \end_layout
31154
31155 \end_inset
31156
31157 @
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163 "
31164 \end_layout
31165
31166 \end_inset
31167
31168  ! 
31169 \backslash
31170
31171 \begin_inset ERT
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175
31176 "
31177 \end_layout
31178
31179 \end_inset
31180
31181 @
31182 \begin_inset ERT
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186
31187 "
31188 \end_layout
31189
31190 \end_inset
31191
31192 removefromreset
31193 \end_layout
31194
31195 \end_inset
31196
31197  can be used with the same scheme as 
31198 \series bold
31199
31200 \backslash
31201 @addtoreset
31202 \series default
31203 .
31204 \end_layout
31205
31206 \begin_layout Standard
31207 \begin_inset VSpace bigskip
31208 \end_inset
31209
31210 Sometimes formulas should be numbered in the following form:
31211 \end_layout
31212
31213 \begin_layout Standard
31214
31215 \family typewriter
31216 (section number.formula number)
31217 \end_layout
31218
31219 \begin_layout Standard
31220 The formula number should start with every section with 
31221 \begin_inset Quotes eld
31222 \end_inset
31223
31224 1
31225 \begin_inset Quotes erd
31226 \end_inset
31227
31228 .
31229 \end_layout
31230
31231 \begin_layout Standard
31232 For this case there is the command 
31233 \series bold
31234
31235 \backslash
31236 numberwithin
31237 \series default
31238
31239 \begin_inset Index idx
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 Commands ! N ! 
31244 \backslash
31245 numberwithin
31246 \end_layout
31247
31248 \end_inset
31249
31250 , which is used with the following scheme:
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 numberwithin{counter}{sectioning}
31259 \end_layout
31260
31261 \begin_layout Standard
31262 Counter denotes what kind of numbering is affected, sectioning denotes what
31263  number is before the dot.
31264 \end_layout
31265
31266 \begin_layout Standard
31267 Thus in our case the following \SpecialChar LaTeX
31268  preamble or \SpecialChar TeX
31269  code line is used:
31270 \end_layout
31271
31272 \begin_layout Standard
31273
31274 \series bold
31275
31276 \backslash
31277 numberwithin{equation}{section}
31278 \end_layout
31279
31280 \begin_layout Standard
31281 This is the result:
31282 \begin_inset ERT
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286
31287
31288 \backslash
31289 numberwithin{equation}{section}
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \begin_inset Formula 
31296 \begin{equation}
31297 A+B=C
31298 \end{equation}
31299
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 To number e.
31307 \begin_inset space \thinspace{}
31308 \end_inset
31309
31310 g.
31311 \begin_inset space \space{}
31312 \end_inset
31313
31314 tables so that the number of the part is the sectioning,
31315 \begin_inset Newline newline
31316 \end_inset
31317
31318
31319 \series bold
31320
31321 \backslash
31322 numberwithin{table}{part}
31323 \series default
31324  is used.
31325 \end_layout
31326
31327 \begin_layout Standard
31328 To go back to the standard numbering or to prevent this kind of numbering
31329  when it is defined by the document class, the following command is inserted
31330  as \SpecialChar TeX
31331  code or to the \SpecialChar LaTeX
31332  preamble:
31333 \end_layout
31334
31335 \begin_layout Standard
31336
31337 \series bold
31338
31339 \backslash
31340 renewcommand{
31341 \backslash
31342 theequation}{
31343 \backslash
31344 arabic{equation}}
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Commands ! A ! 
31350 \backslash
31351 arabic
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \series default
31358
31359 \begin_inset ERT
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363
31364
31365 \backslash
31366 renewcommand{
31367 \backslash
31368 theequation}{
31369 \backslash
31370 arabic{equation}}
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \series bold
31377
31378 \begin_inset Newline newline
31379 \end_inset
31380
31381
31382 \series default
31383 or
31384 \series bold
31385
31386 \begin_inset Newline newline
31387 \end_inset
31388
31389
31390 \backslash
31391 renewcommand{
31392 \backslash
31393 thetable}{
31394 \backslash
31395 arabic{table}}
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 numberwithin
31404 \series default
31405  uses internally the command 
31406 \series bold
31407
31408 \backslash
31409 @addtoreset
31410 \series default
31411 , described above, that also needs to be reverted.
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417
31418 \backslash
31419 makeatletter
31420 \end_layout
31421
31422 \begin_layout Plain Layout
31423
31424
31425 \backslash
31426 @removefromreset{equation}{section}
31427 \end_layout
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 makeatother
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Section
31442 Chemical Symbols and Equations
31443 \begin_inset CommandInset label
31444 LatexCommand label
31445 name "subsec:Chemical-Symbols-and"
31446
31447 \end_inset
31448
31449
31450 \begin_inset Index idx
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454 Chemical characters ! Symbols
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 Chemical equations
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \begin_inset Index idx
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Symbols ! chemical
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 An example text from chemistry:
31484 \end_layout
31485
31486 \begin_layout Quote
31487 The 
31488 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31489 \end_inset
31490
31491 -ion reacts with two 
31492 \begin_inset Formula $\mathrm{Na^{+}}$
31493 \end_inset
31494
31495 -ions to sodium sulfate 
31496 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31497 \end_inset
31498
31499 .
31500  The chemical equation for this is:
31501 \begin_inset Formula 
31502 \begin{equation}
31503 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31504 \end{equation}
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 This chemical equation can directly be created as formula.
31513  To avoid that the symbols appear italic, everything is highlighted and
31514  changed by the shortcut 
31515 \begin_inset Info
31516 type  "shortcut"
31517 arg   "font-roman"
31518 \end_inset
31519
31520  to the upright font style.
31521 \begin_inset Foot
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525 font styles
31526 \series bold
31527  
31528 \series default
31529 see 
31530 \begin_inset CommandInset ref
31531 LatexCommand ref
31532 reference "subsec:Font-Styles"
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 A more convenient way to typeset chemical formulas is to use the command
31546  
31547 \series bold
31548
31549 \backslash
31550 ce
31551 \series default
31552
31553 \begin_inset Index idx
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Commands ! C ! 
31558 \backslash
31559 ce
31560 \end_layout
31561
31562 \end_inset
31563
31564  that is available when the \SpecialChar LaTeX
31565 -package 
31566 \series bold
31567 mhchem
31568 \series default
31569
31570 \begin_inset Index idx
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 Packages ! mhchem
31575 \end_layout
31576
31577 \end_inset
31578
31579  is installed.
31580  After inserting 
31581 \series bold
31582
31583 \backslash
31584 ce
31585 \series default
31586  to a formula a new blue box appears where chemical formulas can be inserted
31587  in an intuitive way.
31588 \end_layout
31589
31590 \begin_layout Standard
31591 \align center
31592 \begin_inset Tabular
31593 <lyxtabular version="3" rows="10" columns="2">
31594 <features booktabs="true" tabularvalignment="middle">
31595 <column alignment="center" valignment="top" width="0pt">
31596 <column alignment="center" valignment="top">
31597 <row>
31598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31599 \begin_inset Text
31600
31601 \begin_layout Plain Layout
31602 Command
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611 Result
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 ce
31625 \begin_inset space \textvisiblespace{}
31626 \end_inset
31627
31628 H2CO3
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 \begin_inset Formula $\ce{H2CO3}$
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 </row>
31646 <row topspace="1.5mm">
31647 <cell alignment="center" valignment="top" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651
31652 \backslash
31653 ce
31654 \begin_inset space \textvisiblespace{}
31655 \end_inset
31656
31657 SO4^2-
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 \begin_inset Formula $\ce{SO4^{2-}}$
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \end_inset
31673 </cell>
31674 </row>
31675 <row topspace="1.5mm">
31676 <cell alignment="center" valignment="top" usebox="none">
31677 \begin_inset Text
31678
31679 \begin_layout Plain Layout
31680
31681 \backslash
31682 ce
31683 \begin_inset space \textvisiblespace{}
31684 \end_inset
31685
31686 (NH4)2S
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695 \begin_inset Formula $\ce{(NH4)2S}$
31696 \end_inset
31697
31698
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 </row>
31704 <row topspace="1.5mm">
31705 <cell alignment="center" valignment="top" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709
31710 \backslash
31711 ce
31712 \begin_inset space \textvisiblespace{}
31713 \end_inset
31714
31715 KCr(SO4)2.12H2O
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 </row>
31733 <row topspace="1.5mm">
31734 <cell alignment="center" valignment="top" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738
31739 \backslash
31740 ce
31741 \begin_inset space \textvisiblespace{}
31742 \end_inset
31743
31744 A-B
31745 \backslash
31746 dbond
31747 \begin_inset space \textvisiblespace{}
31748 \end_inset
31749
31750 C
31751 \backslash
31752 tbond
31753 \begin_inset space \textvisiblespace{}
31754 \end_inset
31755
31756 D
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31762 \begin_inset Text
31763
31764 \begin_layout Plain Layout
31765 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 </row>
31774 <row topspace="1.5mm">
31775 <cell alignment="center" valignment="top" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779
31780 \backslash
31781 ce
31782 \begin_inset space \textvisiblespace{}
31783 \end_inset
31784
31785 ^227
31786 \begin_inset Formula $\downarrow$
31787 \end_inset
31788
31789 _90
31790 \begin_inset Formula $\to$
31791 \end_inset
31792
31793 Th+
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31803 \end_inset
31804
31805
31806 \end_layout
31807
31808 \end_inset
31809 </cell>
31810 </row>
31811 <row>
31812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Plain Layout
31816
31817 \backslash
31818 ce
31819 \begin_inset space \textvisiblespace{}
31820 \end_inset
31821
31822
31823 \backslash
31824 mu
31825 \begin_inset space \textvisiblespace{}
31826 \end_inset
31827
31828
31829 \backslash
31830 hyphen
31831 \begin_inset space \textvisiblespace{}
31832 \end_inset
31833
31834 Cl
31835 \end_layout
31836
31837 \end_inset
31838 </cell>
31839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31840 \begin_inset Text
31841
31842 \begin_layout Plain Layout
31843 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 </row>
31852 <row>
31853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857
31858 \backslash
31859 ce
31860 \begin_inset space \textvisiblespace{}
31861 \end_inset
31862
31863 CO2
31864 \begin_inset space \textvisiblespace{}
31865 \end_inset
31866
31867 +
31868 \begin_inset space \textvisiblespace{}
31869 \end_inset
31870
31871 C
31872 \begin_inset space \textvisiblespace{}
31873 \end_inset
31874
31875 <=>
31876 \begin_inset space \textvisiblespace{}
31877 \end_inset
31878
31879 2CO
31880 \end_layout
31881
31882 \end_inset
31883 </cell>
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Plain Layout
31888 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 </row>
31897 <row topspace="1.5mm">
31898 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902
31903 \backslash
31904 ce
31905 \begin_inset space \textvisiblespace{}
31906 \end_inset
31907
31908 CO2
31909 \begin_inset space \textvisiblespace{}
31910 \end_inset
31911
31912 +
31913 \begin_inset space \textvisiblespace{}
31914 \end_inset
31915
31916 C
31917 \begin_inset space \textvisiblespace{}
31918 \end_inset
31919
31920 ->[
31921 \backslash
31922 alpha][
31923 \backslash
31924 beta]
31925 \begin_inset space \textvisiblespace{}
31926 \end_inset
31927
31928 2CO}
31929 \end_layout
31930
31931 \end_inset
31932 </cell>
31933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31934 \begin_inset Text
31935
31936 \begin_layout Plain Layout
31937 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 </lyxtabular>
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 \begin_inset Note Greyedout
31955 status open
31956
31957 \begin_layout Plain Layout
31958
31959 \series bold
31960 Note:
31961 \series default
31962  It is not possible in \SpecialChar LyX
31963  to use the character ^ to get an up-arrow as described
31964  in the 
31965 \series bold
31966 mhchem
31967 \series default
31968  manual.
31969  One instead uses a negative thin space followed by the command 
31970 \series bold
31971
31972 \backslash
31973 uparrow
31974 \series default
31975
31976 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31977 \end_inset
31978
31979
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Using 
31989 \series bold
31990
31991 \backslash
31992 ce
31993 \series default
31994  the command for equation
31995 \begin_inset space ~
31996 \end_inset
31997
31998
31999 \begin_inset CommandInset ref
32000 LatexCommand eqref
32001 reference "eq:chem-reaction"
32002
32003 \end_inset
32004
32005  is:
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \series bold
32011  
32012 \backslash
32013 ce
32014 \begin_inset space \textvisiblespace{}
32015 \end_inset
32016
32017 2Na+
32018 \begin_inset space \textvisiblespace{}
32019 \end_inset
32020
32021 +
32022 \begin_inset space \textvisiblespace{}
32023 \end_inset
32024
32025 SO4^2-
32026 \begin_inset space \textvisiblespace{}
32027 \end_inset
32028
32029
32030 \begin_inset space \textvisiblespace{}
32031 \end_inset
32032
32033 ->
32034 \begin_inset space \textvisiblespace{}
32035 \end_inset
32036
32037 Na2SO4
32038 \end_layout
32039
32040 \begin_layout Standard
32041 To create multiline chemical equations first a multiline formula is created
32042  as described in 
32043 \begin_inset CommandInset ref
32044 LatexCommand ref
32045 reference "sec:Multiline-Formulas"
32046
32047 \end_inset
32048
32049 .
32050  Afterwards the command 
32051 \series bold
32052
32053 \backslash
32054 ce
32055 \series default
32056  is used in every small blue box of the formula.
32057  
32058 \begin_inset CommandInset ref
32059 LatexCommand eqref
32060 reference "eq:TEOS-reaction-1"
32061
32062 \end_inset
32063
32064  and 
32065 \begin_inset CommandInset ref
32066 LatexCommand eqref
32067 reference "eq:TEOS-reaction-2"
32068
32069 \end_inset
32070
32071  are an example of a multi-stage chemical reaction where every equation
32072  has its own number.
32073 \begin_inset Formula 
32074 \begin{eqnarray}
32075 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32076 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32077 \end{eqnarray}
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Standard
32085 Besides 
32086 \series bold
32087
32088 \backslash
32089 ce
32090 \series default
32091  the 
32092 \series bold
32093 mhchem
32094 \series default
32095  package provides the command 
32096 \series bold
32097
32098 \backslash
32099 cf
32100 \series default
32101
32102 \begin_inset Index idx
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106 Commands ! C ! 
32107 \backslash
32108 cf
32109 \end_layout
32110
32111 \end_inset
32112
32113  that has to be used for special cases.
32114  For more information about 
32115 \series bold
32116
32117 \backslash
32118 cf
32119 \series default
32120  and more examples have a look at the documentation of 
32121 \series bold
32122 mhchem
32123 \series default
32124
32125 \begin_inset CommandInset citation
32126 LatexCommand cite
32127 key "mhchem"
32128 literal "true"
32129
32130 \end_inset
32131
32132 .
32133 \end_layout
32134
32135 \begin_layout Section
32136 Diagrams
32137 \end_layout
32138
32139 \begin_layout Standard
32140 \SpecialChar LyX
32141  supports two types of commutative diagrams: 
32142 \series bold
32143 amscd
32144 \series default
32145  and 
32146 \series bold
32147 xymatrix
32148 \series default
32149  that are explained in the following.
32150 \end_layout
32151
32152 \begin_layout Subsection
32153 Amscd Diagrams
32154 \begin_inset Index idx
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158 Diagrams ! amscd
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 Diagrams of this type visualize relations by vertical and horizontal lines
32168  or arrows:
32169 \begin_inset Formula 
32170 \[
32171 \begin{CD}A@>>>B@>>>C\\
32172 @AAA@.@VVV\\
32173 F@<<<E@<<<D
32174 \end{CD}
32175 \]
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \begin_layout Standard
32183 To get them, the command 
32184 \series bold
32185
32186 \backslash
32187 CD
32188 \begin_inset Index idx
32189 status collapsed
32190
32191 \begin_layout Plain Layout
32192 Commands ! C ! 
32193 \backslash
32194 CD
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \series default
32201  is inserted to a formula.
32202  A blue box appears with two dashed lines where further commands can be
32203  inserted.
32204  With 
32205 \begin_inset Info
32206 type  "shortcut"
32207 arg   "newline-insert newline"
32208 \end_inset
32209
32210  a new line is created.
32211  Horizontal relations are inserted in odd, vertical in even formula lines.
32212 \end_layout
32213
32214 \begin_layout Standard
32215 To create the relations there are the following commands:
32216 \end_layout
32217
32218 \begin_layout Itemize
32219
32220 \series bold
32221 @<<<
32222 \series default
32223  creates a left arrow, 
32224 \series bold
32225 @>>>
32226 \series default
32227  a right arrow and 
32228 \series bold
32229 @=
32230 \series default
32231  a long equal sign
32232 \end_layout
32233
32234 \begin_layout Itemize
32235
32236 \series bold
32237 @AAA
32238 \series default
32239  creates an up arrow, 
32240 \series bold
32241 @VVV
32242 \series default
32243  a down arrow and 
32244 \series bold
32245 @|
32246 \series default
32247  a vertical equal sign
32248 \end_layout
32249
32250 \begin_layout Itemize
32251
32252 \series bold
32253 @.
32254
32255 \series default
32256  is a placeholder for non-existent relations
32257 \end_layout
32258
32259 \begin_layout Standard
32260 All arrows can be labeled as follows:
32261 \end_layout
32262
32263 \begin_layout Itemize
32264 If text inserted between the first and second < or >, resp., it is placed
32265  above the arrow.
32266  When it is inserted between the second and third one, it appears under
32267  the arrow.
32268 \end_layout
32269
32270 \begin_layout Itemize
32271 When text for vertical arrows is inserted between the first and second A
32272  or V, resp., it is placed left beside the arrow.
32273  When it is inserted between the second and third one, it appears right
32274  beside the arrow.
32275  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32276  brace.
32277 \end_layout
32278
32279 \begin_layout Standard
32280 As example a diagram with all possible relations:
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset Formula 
32285 \[
32286 \begin{CD}A@>j>>B@>>k>C@=F\\
32287 @AmAA@.@VV{V}V@|\\
32288 D@<<j<E@>k>>F@=C
32289 \end{CD}
32290 \]
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 The command for this is:
32299 \begin_inset Newline newline
32300 \end_inset
32301
32302
32303 \series bold
32304
32305 \backslash
32306 CD
32307 \begin_inset space \textvisiblespace{}
32308 \end_inset
32309
32310 A@>j>>B@>>k>C@=F Ctrl+Return
32311 \begin_inset Newline newline
32312 \end_inset
32313
32314
32315 \begin_inset Phantom HPhantom
32316 status open
32317
32318 \begin_layout Plain Layout
32319
32320 \series bold
32321
32322 \backslash
32323 CD
32324 \begin_inset space \textvisiblespace{}
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \end_inset
32331
32332 @AmAA@.@VV
32333 \backslash
32334 {V
32335 \series default
32336
32337 \begin_inset Formula $\to$
32338 \end_inset
32339
32340
32341 \series bold
32342 V@| Ctrl+Return
32343 \begin_inset Newline newline
32344 \end_inset
32345
32346
32347 \begin_inset Phantom HPhantom
32348 status open
32349
32350 \begin_layout Plain Layout
32351
32352 \series bold
32353
32354 \backslash
32355 CD
32356 \begin_inset space \textvisiblespace{}
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \end_inset
32363
32364 D@<<j<E@>k>>F@=C
32365 \end_layout
32366
32367 \begin_layout Subsection
32368 Xymatrix Diagrams
32369 \begin_inset Index idx
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 Diagrams ! xymatrix
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 To be able to use xymatrices, the \SpecialChar LaTeX
32383 -package 
32384 \series bold
32385 xypic
32386 \series default
32387  must be installed.
32388  A xymatrix is created by inserting the command 
32389 \series bold
32390
32391 \backslash
32392 xymatrix
32393 \series default
32394  in a formula.
32395  Then you are able to add new matrix columns and rows like for normal matrices,
32396  see 
32397 \begin_inset CommandInset ref
32398 LatexCommand ref
32399 reference "sec:Matrices"
32400
32401 \end_inset
32402
32403 .
32404 \end_layout
32405
32406 \begin_layout Standard
32407 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32408  and much more.
32409  All possibilities to create commutative diagrams and decorations are explained
32410  in detail in the 
32411 \emph on
32412 XY-pic manual
32413 \emph default
32414  that you find in the menu 
32415 \family sans
32416 Help\SpecialChar menuseparator
32417 Specific
32418 \begin_inset space ~
32419 \end_inset
32420
32421 Manuals
32422 \family default
32423 .
32424 \end_layout
32425
32426 \begin_layout Subsection
32427
32428 \noun on
32429 Feynman
32430 \noun default
32431  Diagrams
32432 \begin_inset Index idx
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436 Diagrams ! Feynman
32437 \end_layout
32438
32439 \end_inset
32440
32441
32442 \end_layout
32443
32444 \begin_layout Standard
32445 To be able to use 
32446 \noun on
32447 Feynman
32448 \noun default
32449 -diagrams, the \SpecialChar LaTeX
32450 -package 
32451 \series bold
32452 feyn
32453 \series default
32454  must be installed.
32455  A 
32456 \noun on
32457 Feynman
32458 \noun default
32459 -diagram is created by inserting the command 
32460 \series bold
32461
32462 \backslash
32463 Diagram
32464 \series default
32465  in a formula.
32466  Then you are able to add new matrix columns and rows like for normal matrices,
32467  see 
32468 \begin_inset CommandInset ref
32469 LatexCommand ref
32470 reference "sec:Matrices"
32471
32472 \end_inset
32473
32474 .
32475 \end_layout
32476
32477 \begin_layout Standard
32478 Examples how to create 
32479 \noun on
32480 Feynman-
32481 \noun default
32482 diagrams in \SpecialChar LyX
32483  is given in the 
32484 \emph on
32485 Feynman-diagram manual
32486 \emph default
32487  that you find in the menu 
32488 \family sans
32489 Help\SpecialChar menuseparator
32490 Specific
32491 \begin_inset space ~
32492 \end_inset
32493
32494 Manuals
32495 \family default
32496 .
32497 \end_layout
32498
32499 \begin_layout Section
32500 User-defined Commands
32501 \begin_inset Index idx
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505 User-defined commands
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514 \begin_inset Note Greyedout
32515 status open
32516
32517 \begin_layout Plain Layout
32518
32519 \series bold
32520 Note:
32521 \series default
32522  The names of user-defined commands and macros may only consist of Latin
32523  letters.
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Subsection
32532 The Command 
32533 \backslash
32534 newcommand
32535 \begin_inset CommandInset label
32536 LatexCommand label
32537 name "subsec:The-Command-newcommand"
32538
32539 \end_inset
32540
32541
32542 \begin_inset Index idx
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 User-defined commands ! 
32547 \backslash
32548 newcommand
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \begin_inset Index idx
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558 Commands ! N ! 
32559 \backslash
32560 newcommand
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \end_layout
32567
32568 \begin_layout Standard
32569 Many \SpecialChar LaTeX
32570 -commands are too long to be used frequently.
32571  But it is possible to define with the command 
32572 \series bold
32573
32574 \backslash
32575 newcommand
32576 \series default
32577  new shorter commands.
32578 \end_layout
32579
32580 \begin_layout Standard
32581 The command scheme of 
32582 \series bold
32583
32584 \backslash
32585 newcommand
32586 \series default
32587  is:
32588 \end_layout
32589
32590 \begin_layout Standard
32591
32592 \series bold
32593
32594 \backslash
32595 newcommand{new command name}[number of arguments][optional
32596 \series default
32597  
32598 \series bold
32599 value]
32600 \begin_inset Newline newline
32601 \end_inset
32602
32603
32604 \begin_inset Phantom HPhantom
32605 status open
32606
32607 \begin_layout Plain Layout
32608
32609 \series bold
32610
32611 \backslash
32612 newcommand
32613 \end_layout
32614
32615 \end_inset
32616
32617 {command definition}
32618 \end_layout
32619
32620 \begin_layout Standard
32621 \begin_inset Note Greyedout
32622 status open
32623
32624 \begin_layout Plain Layout
32625
32626 \series bold
32627 Note:
32628 \series default
32629  Assure that the name of the new command is not already used in your document
32630  or by \SpecialChar LaTeX
32631 -packages that you use.
32632  When you for example define the command 
32633 \series bold
32634
32635 \backslash
32636 le
32637 \series default
32638  for 
32639 \series bold
32640
32641 \backslash
32642 Leftarrow
32643 \series default
32644 , you get an error message because 
32645 \series bold
32646
32647 \backslash
32648 le
32649 \series default
32650  is already defined as command for 
32651 \begin_inset Quotes eld
32652 \end_inset
32653
32654
32655 \begin_inset Formula $\le$
32656 \end_inset
32657
32658
32659 \begin_inset Quotes erd
32660 \end_inset
32661
32662 .
32663 \end_layout
32664
32665 \end_inset
32666
32667
32668 \end_layout
32669
32670 \begin_layout Standard
32671 The number of arguments is an integer in the range 0
32672 \begin_inset space \thinspace{}
32673 \end_inset
32674
32675 -
32676 \begin_inset space \thinspace{}
32677 \end_inset
32678
32679 9 and specifies how many arguments the new command should have.
32680  With the optional value a value for an optional argument can be predefined.
32681  When this is done, the 
32682 \emph on
32683 first
32684 \emph default
32685  
32686 \emph on
32687 a
32688 \emph default
32689 rgument of the new command is automatically an optional one.
32690 \end_layout
32691
32692 \begin_layout Standard
32693 Here are some examples:
32694 \end_layout
32695
32696 \begin_layout Itemize
32697 To define the command 
32698 \series bold
32699
32700 \backslash
32701 gr
32702 \series default
32703  for 
32704 \series bold
32705
32706 \backslash
32707 Longrightarrow
32708 \series default
32709 , the \SpecialChar LaTeX
32710 -preamble line is:
32711 \begin_inset VSpace medskip
32712 \end_inset
32713
32714
32715 \begin_inset Newline newline
32716 \end_inset
32717
32718
32719 \series bold
32720
32721 \backslash
32722 newcommand{
32723 \backslash
32724 gr}{
32725 \backslash
32726 Longrightarrow}
32727 \end_layout
32728
32729 \begin_layout Itemize
32730 To define the command 
32731 \series bold
32732
32733 \backslash
32734 us
32735 \series default
32736  for 
32737 \series bold
32738
32739 \backslash
32740 underline
32741 \series default
32742 , the argument (that should be underlined) must be taken into account.
32743  For this the preamble line is:
32744 \begin_inset VSpace medskip
32745 \end_inset
32746
32747
32748 \begin_inset Newline newline
32749 \end_inset
32750
32751
32752 \series bold
32753
32754 \backslash
32755 newcommand{
32756 \backslash
32757 us}[1]{
32758 \backslash
32759 underline{#1}}
32760 \series default
32761
32762 \begin_inset VSpace medskip
32763 \end_inset
32764
32765
32766 \begin_inset Newline newline
32767 \end_inset
32768
32769 The character 
32770 \series bold
32771 #
32772 \series default
32773  acts as argument placeholder, the 
32774 \series bold
32775 1
32776 \series default
32777  behind it denotes that it is the placeholder for the first argument.
32778 \end_layout
32779
32780 \begin_layout Itemize
32781 For 
32782 \series bold
32783
32784 \backslash
32785 framebox
32786 \series default
32787  one can e.
32788 \begin_inset space \thinspace{}
32789 \end_inset
32790
32791 g.
32792 \begin_inset space \space{}
32793 \end_inset
32794
32795 define the command 
32796 \series bold
32797
32798 \backslash
32799 fb
32800 \series default
32801 :
32802 \begin_inset VSpace medskip
32803 \end_inset
32804
32805
32806 \begin_inset Newline newline
32807 \end_inset
32808
32809
32810 \series bold
32811
32812 \backslash
32813 newcommand{
32814 \backslash
32815 fb}[3]{
32816 \backslash
32817 framebox#1#2{$#3$}}
32818 \series default
32819
32820 \begin_inset VSpace medskip
32821 \end_inset
32822
32823
32824 \begin_inset Newline newline
32825 \end_inset
32826
32827 The two Dollar signs creates the extra formula needed for 
32828 \series bold
32829
32830 \backslash
32831 framebox
32832 \series default
32833 , see 
32834 \begin_inset CommandInset ref
32835 LatexCommand ref
32836 reference "subsec:Boxes-with-Frame"
32837
32838 \end_inset
32839
32840 .
32841 \end_layout
32842
32843 \begin_layout Itemize
32844 To create a new command for 
32845 \series bold
32846
32847 \backslash
32848 fcolorbox
32849 \series default
32850  where the color for the box need not be specified, the argument for the
32851  color is defined optional:
32852 \begin_inset VSpace medskip
32853 \end_inset
32854
32855
32856 \begin_inset Newline newline
32857 \end_inset
32858
32859
32860 \series bold
32861
32862 \backslash
32863 newcommand{
32864 \backslash
32865 cb}[3][white]{
32866 \backslash
32867 fcolorbox{#2}{#1}{$#3$}}
32868 \series default
32869
32870 \begin_inset VSpace medskip
32871 \end_inset
32872
32873
32874 \begin_inset Newline newline
32875 \end_inset
32876
32877 When the color is not specified when using 
32878 \series bold
32879
32880 \backslash
32881 cb
32882 \series default
32883 , the predefined color 
32884 \series bold
32885 white
32886 \series default
32887  will be used.
32888 \end_layout
32889
32890 \begin_layout Standard
32891 A test of the new defined commands:
32892 \end_layout
32893
32894 \begin_layout Standard
32895 \align center
32896 \begin_inset Tabular
32897 <lyxtabular version="3" rows="6" columns="2">
32898 <features booktabs="true" tabularvalignment="middle">
32899 <column alignment="center" valignment="top" width="0pt">
32900 <column alignment="center" valignment="top">
32901 <row>
32902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 Command
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915 Result
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 </row>
32921 <row>
32922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926 A
32927 \backslash
32928 gr
32929 \begin_inset space \textvisiblespace{}
32930 \end_inset
32931
32932 B
32933 \end_layout
32934
32935 \end_inset
32936 </cell>
32937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32938 \begin_inset Text
32939
32940 \begin_layout Plain Layout
32941 \begin_inset Formula $A\gr B$
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 </row>
32950 <row>
32951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955
32956 \backslash
32957 us{ABcd
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32963 \begin_inset Text
32964
32965 \begin_layout Plain Layout
32966 \begin_inset Formula $\us{ABcd}$
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \end_inset
32973 </cell>
32974 </row>
32975 <row topspace="1mm">
32976 <cell alignment="center" valignment="top" usebox="none">
32977 \begin_inset Text
32978
32979 \begin_layout Plain Layout
32980
32981 \backslash
32982 fb{[2cm]
32983 \begin_inset Formula $\to$
32984 \end_inset
32985
32986
32987 \backslash
32988 {
32989 \begin_inset Formula $\to$
32990 \end_inset
32991
32992
32993 \backslash
32994 {
32995 \backslash
32996 int
32997 \begin_inset space \textvisiblespace{}
32998 \end_inset
32999
33000 A=B
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 </row>
33018 <row topspace="1.5mm">
33019 <cell alignment="center" valignment="top" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023
33024 \backslash
33025 cb{red
33026 \begin_inset Formula $\to$
33027 \end_inset
33028
33029
33030 \backslash
33031 {
33032 \backslash
33033 int
33034 \begin_inset space \textvisiblespace{}
33035 \end_inset
33036
33037 A=B
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046 \begin_inset Formula $\cb{red}{\int A=B}$
33047 \end_inset
33048
33049
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 </row>
33055 <row topspace="1.5mm" bottomspace="1mm">
33056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060
33061 \backslash
33062 cb[green]
33063 \backslash
33064 {red
33065 \begin_inset Formula $\to$
33066 \end_inset
33067
33068
33069 \backslash
33070 {
33071 \backslash
33072 int
33073 \begin_inset space \textvisiblespace{}
33074 \end_inset
33075
33076 A=B
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33086 \end_inset
33087
33088
33089 \end_layout
33090
33091 \end_inset
33092 </cell>
33093 </row>
33094 </lyxtabular>
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Subsection
33102 Math Macros
33103 \begin_inset Index idx
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 User-defined commands! Math macros
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \begin_inset Index idx
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117 Macros
33118 \end_layout
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \begin_layout Standard
33126 User-defined commands are especially convenient for complex expressions.
33127  When you are for example dealing with a document that has quadratic equations,
33128  the same solution type occurs several times.
33129  The general form of a quadratic equation is
33130 \begin_inset Formula 
33131 \[
33132 0=\lambda^{2}+p\lambda+q
33133 \]
33134
33135 \end_inset
33136
33137 The general form of the solution is
33138 \begin_inset Formula 
33139 \[
33140 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33141 \]
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Standard
33149 To define a command for the solution formula where only the three parameters
33150  
33151 \begin_inset Formula $\lambda$
33152 \end_inset
33153
33154
33155 \begin_inset Formula $p$
33156 \end_inset
33157
33158  and 
33159 \begin_inset Formula $q$
33160 \end_inset
33161
33162  need to be specified and the index of 
33163 \begin_inset Formula $\lambda$
33164 \end_inset
33165
33166  can be given optionally, the \SpecialChar LaTeX
33167 -preamble line is
33168 \begin_inset Newline newline
33169 \end_inset
33170
33171
33172 \series bold
33173
33174 \backslash
33175 newcommand{
33176 \backslash
33177 qG}[4][1,
33178 \backslash
33179 ,2]{#2_{#1}=-
33180 \backslash
33181 frac{#3}{2}
33182 \backslash
33183 pm
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \begin_inset Phantom HPhantom
33189 status open
33190
33191 \begin_layout Plain Layout
33192
33193 \series bold
33194
33195 \backslash
33196 newcommand
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \backslash
33203 sqrt{
33204 \backslash
33205 frac{#3^{2}}{4}-#4}}
33206 \end_layout
33207
33208 \begin_layout Standard
33209 To create with this the solution formula, the command
33210 \begin_inset Newline newline
33211 \end_inset
33212
33213
33214 \series bold
33215
33216 \backslash
33217 qG{
33218 \backslash
33219 lambda
33220 \begin_inset Formula $\to$
33221 \end_inset
33222
33223
33224 \backslash
33225 {p
33226 \begin_inset Formula $\to$
33227 \end_inset
33228
33229
33230 \backslash
33231 {q
33232 \series default
33233  is inserted to a formula
33234 \series bold
33235 .
33236 \end_layout
33237
33238 \begin_layout Standard
33239 The definition of the new command is unintuitive because one has to know
33240  the schemes of all used \SpecialChar LaTeX
33241  commands, e.
33242 \begin_inset space \thinspace{}
33243 \end_inset
33244
33245 g.
33246 \begin_inset space \space{}
33247 \end_inset
33248
33249 that a fraction is inserted in \SpecialChar LaTeX
33250  as 
33251 \series bold
33252
33253 \backslash
33254 frac{numerator}{denominator}
33255 \series default
33256 .
33257  Furthermore one can easily forget a brace in the definition and cannot
33258  see in \SpecialChar LyX
33259  what the new command is doing.
33260  To avoid these problems \SpecialChar LyX
33261  offers the possibility to use math macros instead
33262  of the command 
33263 \series bold
33264
33265 \backslash
33266 newcommand
33267 \series default
33268 .
33269 \end_layout
33270
33271 \begin_layout Standard
33272 A math macro is created by using the menu 
33273 \family sans
33274 Insert\SpecialChar menuseparator
33275 Math\SpecialChar menuseparator
33276 Macro
33277 \family default
33278  or the toolbar button 
33279 \begin_inset Info
33280 type  "icon"
33281 arg   "math-macro newmacroname_newcommand"
33282 \end_inset
33283
33284 .
33285  The math macro toolbar appears together with the following box where the
33286  macro is defined:
33287 \begin_inset Newline newline
33288 \end_inset
33289
33290
33291 \begin_inset space \hspace*{\fill}
33292 \end_inset
33293
33294
33295 \begin_inset Graphics
33296         filename clipart/macrobox.png
33297         scale 95
33298
33299 \end_inset
33300
33301
33302 \begin_inset space \hspace*{\fill}
33303 \end_inset
33304
33305
33306 \begin_inset Newline newline
33307 \end_inset
33308
33309
33310 \begin_inset FormulaMacro
33311 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33312 \end_inset
33313
33314
33315 \backslash
33316 newmacroname is the default name of the macro that should be changed to
33317  something sensible.
33318  The wanted formula is inserted in the first blue box.
33319  An argument placeholder is inserted with the command 
33320 \series bold
33321
33322 \backslash
33323 #argumentnumber
33324 \series default
33325 , e.
33326 \begin_inset space \thinspace{}
33327 \end_inset
33328
33329 g
33330 \begin_inset space \space{}
33331 \end_inset
33332
33333
33334 \series bold
33335
33336 \backslash
33337 #1
33338 \series default
33339  or by using the macro toolbar button 
33340 \begin_inset Info
33341 type  "icon"
33342 arg   "math-macro-add-param"
33343 \end_inset
33344
33345 .
33346  Argument placeholders are displayed red.
33347  A maximum of 9
33348 \begin_inset space ~
33349 \end_inset
33350
33351 arguments are possible.
33352  Optional arguments are created with the toolbar button 
33353 \begin_inset Info
33354 type  "icon"
33355 arg   "math-macro-add-optional-param"
33356 \end_inset
33357
33358 .
33359  The first non-optional argument can be transformed to an optional one with
33360  the toolbar button 
33361 \begin_inset Info
33362 type  "icon"
33363 arg   "math-macro-make-optional"
33364 \end_inset
33365
33366 .
33367  In the second blue box the appearance of the macro in \SpecialChar LyX
33368  can be defined.
33369  Normally you want to see it as it is defined, so the box is kept empty.
33370  But when you have created a macro that needs lot of space on the screen,
33371  you can insert in the box for example
33372 \begin_inset Newline newline
33373 \end_inset
33374
33375
33376 \series bold
33377 qG: 
33378 \backslash
33379 #1
33380 \series default
33381  
33382 \series bold
33383 ,
33384 \series default
33385  
33386 \series bold
33387
33388 \backslash
33389 #2
33390 \series default
33391  
33392 \series bold
33393 ,
33394 \series default
33395  
33396 \series bold
33397
33398 \backslash
33399 #3, 
33400 \backslash
33401 #4
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \series default
33407 For the macro only the arguments with the macro name in front of them will
33408  then be displayed in \SpecialChar LyX
33409 , leading to a better overview.
33410  The formula appears in the output as defined in the first box.
33411 \begin_inset Newline newline
33412 \end_inset
33413
33414 The appearance of macros in formulas can furthermore be changed for single
33415  macros by setting the cursor in the macro and using the menu 
33416 \family sans
33417 View\SpecialChar menuseparator
33418 (Un)fold
33419 \begin_inset space ~
33420 \end_inset
33421
33422 Math
33423 \begin_inset space ~
33424 \end_inset
33425
33426 Macro
33427 \family default
33428 .
33429 \end_layout
33430
33431 \begin_layout Standard
33432 To use a macro, the macro name is inserted as command to a formula, in our
33433  case 
33434 \series bold
33435
33436 \backslash
33437 qG
33438 \series default
33439 .
33440  Our macro looks in \SpecialChar LyX
33441  like this:
33442 \begin_inset Newline newline
33443 \end_inset
33444
33445
33446 \begin_inset space \hspace*{\fill}
33447 \end_inset
33448
33449
33450 \begin_inset Graphics
33451         filename clipart/macrouse.png
33452         scale 95
33453
33454 \end_inset
33455
33456
33457 \begin_inset space \hspace*{\fill}
33458 \end_inset
33459
33460
33461 \begin_inset Newline newline
33462 \end_inset
33463
33464 Here is our macro example with the arguments 
33465 \begin_inset Formula $x$
33466 \end_inset
33467
33468
33469 \begin_inset Formula $\ln(x)$
33470 \end_inset
33471
33472  and 
33473 \begin_inset Formula $B$
33474 \end_inset
33475
33476 :
33477 \end_layout
33478
33479 \begin_layout Standard
33480 \begin_inset Formula 
33481 \[
33482 \qG x{\ln(x)}B
33483 \]
33484
33485 \end_inset
33486
33487
33488 \end_layout
33489
33490 \begin_layout Standard
33491 \SpecialChar LyX
33492  offers in the menu 
33493 \family sans
33494 Tools\SpecialChar menuseparator
33495 Preferences\SpecialChar menuseparator
33496 Editing\SpecialChar menuseparator
33497 Control
33498 \family default
33499  different styles to edit macros.
33500  To find the style that suits you the most, choose a style and set the cursor
33501  in a macro formula to see the difference.
33502 \end_layout
33503
33504 \begin_layout Standard
33505 A math macro is transformed internally to a 
33506 \series bold
33507
33508 \backslash
33509 newcommand
33510 \series default
33511  command when exporting the document.
33512  The created 
33513 \series bold
33514
33515 \backslash
33516 newcommand
33517 \series default
33518  command is not placed in the \SpecialChar LaTeX
33519 -preamble, therefore macros can only be used
33520  in formulas that are in the document below the macro definition box.
33521 \end_layout
33522
33523 \begin_layout Standard
33524 Math macros can also be directly created from a 
33525 \series bold
33526
33527 \backslash
33528 newcommand
33529 \series default
33530  command.
33531  When writing for example the command
33532 \series bold
33533
33534 \begin_inset Newline newline
33535 \end_inset
33536
33537
33538 \backslash
33539 newcommand{
33540 \backslash
33541 larrow}[2]{
33542 \backslash
33543 xleftarrow[#2]{#1}}
33544 \begin_inset Newline newline
33545 \end_inset
33546
33547
33548 \series default
33549 in \SpecialChar LyX
33550  as normal text, highlighting it completely and using then the shortcut
33551  
33552 \family sans
33553 Ctrl+M
33554 \family default
33555 , the command will be transformed to a math macro.
33556  Using this method you need to be careful that the 
33557 \series bold
33558
33559 \backslash
33560 newcommand
33561 \series default
33562  command is typed correctly, otherwise you get a faulty macro leading to
33563  \SpecialChar LaTeX
33564  errors.
33565 \end_layout
33566
33567 \begin_layout Standard
33568 Math macros currently have the problem that further formulas in macro definition
33569 s are handled wrongly.
33570  Therefore the example 
33571 \series bold
33572
33573 \backslash
33574 fb
33575 \series default
33576  from 
33577 \begin_inset CommandInset ref
33578 LatexCommand ref
33579 reference "subsec:The-Command-newcommand"
33580
33581 \end_inset
33582
33583  cannot be created as macro.
33584 \end_layout
33585
33586 \begin_layout Standard
33587 When the cursor is in a macro definition box, you will see the macro toolbar
33588  in \SpecialChar LyX
33589 :
33590 \end_layout
33591
33592 \begin_layout Standard
33593 \begin_inset VSpace defskip
33594 \end_inset
33595
33596
33597 \end_layout
33598
33599 \begin_layout Standard
33600 \begin_inset Graphics
33601         filename clipart/MacroToolbar.png
33602
33603 \end_inset
33604
33605
33606 \begin_inset Index idx
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 Macros ! Toolbar
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 \begin_inset VSpace defskip
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Standard
33626 The macro toolbar contains from left to right the following buttons:
33627 \end_layout
33628
33629 \begin_layout Standard
33630 \begin_inset VSpace defskip
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \begin_layout Standard
33637 \begin_inset Tabular
33638 <lyxtabular version="3" rows="9" columns="2">
33639 <features islongtable="true" longtabularalignment="center">
33640 <column alignment="left" valignment="top">
33641 <column alignment="left" valignment="top" width="85col%">
33642 <row interlinespace="2.5mm">
33643 <cell alignment="center" valignment="top" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647 \begin_inset Info
33648 type  "icon"
33649 arg   "math-macro-remove-param"
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 <cell alignment="center" valignment="top" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661
33662 \family sans
33663 Edit\SpecialChar menuseparator
33664 Math\SpecialChar menuseparator
33665 Macro
33666 \begin_inset space ~
33667 \end_inset
33668
33669 Definition\SpecialChar menuseparator
33670 Remove Last Argument
33671 \end_layout
33672
33673 \end_inset
33674 </cell>
33675 </row>
33676 <row interlinespace="2.5mm">
33677 <cell alignment="center" valignment="top" usebox="none">
33678 \begin_inset Text
33679
33680 \begin_layout Plain Layout
33681 \begin_inset Info
33682 type  "icon"
33683 arg   "math-macro-add-param"
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \end_inset
33690 </cell>
33691 <cell alignment="center" valignment="top" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695
33696 \family sans
33697 Edit\SpecialChar menuseparator
33698 Math\SpecialChar menuseparator
33699 Macro
33700 \begin_inset space ~
33701 \end_inset
33702
33703 Definition\SpecialChar menuseparator
33704 Append Argument
33705 \end_layout
33706
33707 \end_inset
33708 </cell>
33709 </row>
33710 <row interlinespace="2.5mm">
33711 <cell alignment="center" valignment="top" usebox="none">
33712 \begin_inset Text
33713
33714 \begin_layout Plain Layout
33715 \begin_inset Info
33716 type  "icon"
33717 arg   "math-macro-make-optional"
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 <cell alignment="center" valignment="top" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \family sans
33731 Edit\SpecialChar menuseparator
33732 Math\SpecialChar menuseparator
33733 Macro
33734 \begin_inset space ~
33735 \end_inset
33736
33737 Definition\SpecialChar menuseparator
33738 Transform First Non-Optional to
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742
33743 \begin_inset Phantom HPhantom
33744 status open
33745
33746 \begin_layout Plain Layout
33747
33748 \family sans
33749 Edit\SpecialChar menuseparator
33750 Math\SpecialChar menuseparator
33751 Macro
33752 \begin_inset space ~
33753 \end_inset
33754
33755 Definition\SpecialChar menuseparator
33756
33757 \end_layout
33758
33759 \end_inset
33760
33761 Optional Argument
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 </row>
33767 <row interlinespace="2.5mm">
33768 <cell alignment="center" valignment="top" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 \begin_inset Info
33773 type  "icon"
33774 arg   "math-macro-make-nonoptional"
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \end_inset
33781 </cell>
33782 <cell alignment="center" valignment="top" usebox="none">
33783 \begin_inset Text
33784
33785 \begin_layout Plain Layout
33786
33787 \family sans
33788 Edit\SpecialChar menuseparator
33789 Math\SpecialChar menuseparator
33790 Macro
33791 \begin_inset space ~
33792 \end_inset
33793
33794 Definition\SpecialChar menuseparator
33795 Transform Last Optional to
33796 \begin_inset Newline newline
33797 \end_inset
33798
33799
33800 \begin_inset Phantom HPhantom
33801 status open
33802
33803 \begin_layout Plain Layout
33804
33805 \family sans
33806 Edit\SpecialChar menuseparator
33807 Math\SpecialChar menuseparator
33808 Macro
33809 \begin_inset space ~
33810 \end_inset
33811
33812 Definition\SpecialChar menuseparator
33813
33814 \end_layout
33815
33816 \end_inset
33817
33818 Non-Optional Argument
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 </row>
33824 <row interlinespace="2.5mm">
33825 <cell alignment="center" valignment="top" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 \begin_inset Info
33830 type  "icon"
33831 arg   "math-macro-remove-optional-param"
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \end_inset
33838 </cell>
33839 <cell alignment="center" valignment="top" usebox="none">
33840 \begin_inset Text
33841
33842 \begin_layout Plain Layout
33843
33844 \family sans
33845 Edit\SpecialChar menuseparator
33846 Math\SpecialChar menuseparator
33847 Macro
33848 \begin_inset space ~
33849 \end_inset
33850
33851 Definition\SpecialChar menuseparator
33852 Remove Optional Argument
33853 \end_layout
33854
33855 \end_inset
33856 </cell>
33857 </row>
33858 <row interlinespace="2.5mm">
33859 <cell alignment="center" valignment="top" usebox="none">
33860 \begin_inset Text
33861
33862 \begin_layout Plain Layout
33863 \begin_inset Info
33864 type  "icon"
33865 arg   "math-macro-add-optional-param"
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 <cell alignment="center" valignment="top" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877
33878 \family sans
33879 Edit\SpecialChar menuseparator
33880 Math\SpecialChar menuseparator
33881 Macro
33882 \begin_inset space ~
33883 \end_inset
33884
33885 Definition\SpecialChar menuseparator
33886 Insert Optional Argument
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 <row interlinespace="2.5mm">
33893 <cell alignment="center" valignment="top" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 \begin_inset Info
33898 type  "icon"
33899 arg   "math-macro-remove-greedy-param"
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911
33912 \family sans
33913 Edit\SpecialChar menuseparator
33914 Math\SpecialChar menuseparator
33915 Macro
33916 \begin_inset space ~
33917 \end_inset
33918
33919 Definition\SpecialChar menuseparator
33920 Remove Last Argument
33921 \begin_inset Newline newline
33922 \end_inset
33923
33924
33925 \begin_inset Phantom HPhantom
33926 status open
33927
33928 \begin_layout Plain Layout
33929
33930 \family sans
33931 Edit\SpecialChar menuseparator
33932 Math\SpecialChar menuseparator
33933 Macro
33934 \begin_inset space ~
33935 \end_inset
33936
33937 Definition\SpecialChar menuseparator
33938
33939 \end_layout
33940
33941 \end_inset
33942
33943 Spitting Out To The Right
33944 \end_layout
33945
33946 \end_inset
33947 </cell>
33948 </row>
33949 <row interlinespace="2.5mm">
33950 <cell alignment="center" valignment="top" usebox="none">
33951 \begin_inset Text
33952
33953 \begin_layout Plain Layout
33954 \begin_inset Info
33955 type  "icon"
33956 arg   "math-macro-append-greedy-param"
33957 \end_inset
33958
33959
33960 \end_layout
33961
33962 \end_inset
33963 </cell>
33964 <cell alignment="center" valignment="top" usebox="none">
33965 \begin_inset Text
33966
33967 \begin_layout Plain Layout
33968
33969 \family sans
33970 Edit\SpecialChar menuseparator
33971 Math\SpecialChar menuseparator
33972 Macro
33973 \begin_inset space ~
33974 \end_inset
33975
33976 Definition\SpecialChar menuseparator
33977 Append Argument
33978 \begin_inset Newline newline
33979 \end_inset
33980
33981
33982 \begin_inset Phantom HPhantom
33983 status open
33984
33985 \begin_layout Plain Layout
33986
33987 \family sans
33988 Edit\SpecialChar menuseparator
33989 Math\SpecialChar menuseparator
33990 Macro
33991 \begin_inset space ~
33992 \end_inset
33993
33994 Definition\SpecialChar menuseparator
33995
33996 \end_layout
33997
33998 \end_inset
33999
34000 Eating From The Right
34001 \end_layout
34002
34003 \end_inset
34004 </cell>
34005 </row>
34006 <row interlinespace="2.5mm">
34007 <cell alignment="center" valignment="top" usebox="none">
34008 \begin_inset Text
34009
34010 \begin_layout Plain Layout
34011 \begin_inset Info
34012 type  "icon"
34013 arg   "math-macro-add-greedy-optional-param"
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 <cell alignment="center" valignment="top" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025
34026 \family sans
34027 Edit\SpecialChar menuseparator
34028 Math\SpecialChar menuseparator
34029 Macro
34030 \begin_inset space ~
34031 \end_inset
34032
34033 Definition\SpecialChar menuseparator
34034 Append Optional Argument
34035 \begin_inset Newline newline
34036 \end_inset
34037
34038
34039 \begin_inset Phantom HPhantom
34040 status open
34041
34042 \begin_layout Plain Layout
34043
34044 \family sans
34045 Edit\SpecialChar menuseparator
34046 Math\SpecialChar menuseparator
34047 Macro
34048 \begin_inset space ~
34049 \end_inset
34050
34051 Definition\SpecialChar menuseparator
34052
34053 \end_layout
34054
34055 \end_inset
34056
34057 Eating From The Right
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 </row>
34063 </lyxtabular>
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Section
34071 Computer Algebra Systems
34072 \end_layout
34073
34074 \begin_layout Standard
34075 \SpecialChar LyX
34076  offers the exchange between mathematical expressions written in \SpecialChar LyX
34077 's math
34078  editor and external applications or user defined scripts.
34079  Currently supported applications are 
34080 \family sans
34081 Maple
34082 \family default
34083
34084 \family sans
34085 Mathematica
34086 \family default
34087
34088 \family sans
34089 Maxima
34090 \family default
34091  and 
34092 \family sans
34093 Octave
34094 \family default
34095 .
34096  Note that the set of supported mathematical constructs is limited only
34097  to very simple cases.
34098 \end_layout
34099
34100 \begin_layout Subsection
34101 Usage
34102 \end_layout
34103
34104 \begin_layout Standard
34105 Write some expression in a formula, go to the 
34106 \family sans
34107 Edit\SpecialChar menuseparator
34108 Math\SpecialChar menuseparator
34109 Use Computer Algebra System
34110 \family default
34111  menu and choose the application you have installed on the computer.
34112  After that the result of computation should show on the right side of the
34113  expression together with the 
34114 \begin_inset Quotes eld
34115 \end_inset
34116
34117 =
34118 \begin_inset Quotes erd
34119 \end_inset
34120
34121  operator.
34122 \end_layout
34123
34124 \begin_layout Standard
34125 Here are few simple examples (with results from 
34126 \family typewriter
34127 Maxima
34128 \family default
34129 ) to show what kind of computations can be performed:
34130 \end_layout
34131
34132 \begin_layout Itemize
34133 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \begin_layout Itemize
34140 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Itemize
34147 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \begin_layout Itemize
34154 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
34155 \end_inset
34156
34157
34158 \begin_inset Newline newline
34159 \end_inset
34160
34161
34162 \begin_inset Note Greyedout
34163 status open
34164
34165 \begin_layout Plain Layout
34166
34167 \series bold
34168 Note:
34169 \series default
34170  One needs to use proper delimiter insets 
34171 \begin_inset Formula $\left(\right)$
34172 \end_inset
34173
34174  instead of simple '(' ')' characters.
34175 \end_layout
34176
34177 \end_inset
34178
34179  
34180 \end_layout
34181
34182 \begin_layout Itemize
34183 \begin_inset Formula $\det\left[\begin{array}{ccc}
34184 1 & 6 & 7\\
34185 2 & 5 & 8\\
34186 3 & 4 & 17
34187 \end{array}\right]=-56$
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \begin_layout Itemize
34194 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Itemize
34201 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Itemize
34208 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
34209 \end_inset
34210
34211
34212 \end_layout
34213
34214 \begin_layout Subsection
34215 Keyboard shortcut
34216 \end_layout
34217
34218 \begin_layout Standard
34219 Currently there is no keyboard shortcut for calling the algebra applications.
34220  One can easily bind a shortcut to the 
34221 \family sans
34222 math-extern
34223 \family default
34224  \SpecialChar LyX
34225  function (see the 
34226 \family sans
34227 \emph on
34228 \SpecialChar LyX
34229  Functions
34230 \family default
34231 \emph default
34232  manual).
34233  One could e.
34234 \begin_inset space \thinspace{}
34235 \end_inset
34236
34237 g.
34238 \begin_inset space \space{}
34239 \end_inset
34240
34241 bind the 
34242 \family sans
34243 Return
34244 \family default
34245  key inside the math editor.
34246  To bind it to 
34247 \family typewriter
34248 Maxima
34249 \family default
34250  one would use this shortcut definition command:
34251 \end_layout
34252
34253 \begin_layout Standard
34254
34255 \series bold
34256 command-alternatives paragraph-break;math-extern maxima
34257 \end_layout
34258
34259 \begin_layout Section
34260 Miscellaneous
34261 \begin_inset Index idx
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 Miscellaneous
34266 \end_layout
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Subsection
34274 Negative Numbers
34275 \begin_inset Index idx
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279 Numbers ! negative
34280 \end_layout
34281
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Negative numbers often look ugly in formulas because the minus sign before
34289  the number is set with the same length as the minus operator sign.
34290  When writing the negative number in normal text, the minus sign appears
34291  correctly.
34292 \end_layout
34293
34294 \begin_layout Standard
34295 Thus, the problem disappears when converting the minus sign to mathematical
34296  text.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 An example to visualize the problem:
34301 \end_layout
34302
34303 \begin_layout Standard
34304 \align center
34305 \begin_inset Tabular
34306 <lyxtabular version="3" rows="3" columns="2">
34307 <features booktabs="true" tabularvalignment="middle">
34308 <column alignment="right" valignment="top" width="0pt">
34309 <column alignment="left" valignment="top">
34310 <row>
34311 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34312 \begin_inset Text
34313
34314 \begin_layout Plain Layout
34315 normal text:
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324 x = -2
34325 \end_layout
34326
34327 \end_inset
34328 </cell>
34329 </row>
34330 <row>
34331 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34332 \begin_inset Text
34333
34334 \begin_layout Plain Layout
34335 formula:
34336 \end_layout
34337
34338 \end_inset
34339 </cell>
34340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34341 \begin_inset Text
34342
34343 \begin_layout Plain Layout
34344 \begin_inset Formula $x=-2$
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \end_inset
34351 </cell>
34352 </row>
34353 <row>
34354 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 solution:
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367 \begin_inset Formula $x=\textrm{-}2$
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \end_inset
34374 </cell>
34375 </row>
34376 </lyxtabular>
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Subsection
34384 Comma as decimal Separator
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Comma
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Standard
34398 In \SpecialChar LaTeX
34399  a comma inside a formula is used, according to the English convention,
34400  as number group separator.
34401  So there will be space added behind all commas in formulas.
34402 \end_layout
34403
34404 \begin_layout Standard
34405 To avoid this, the comma is highlighted and changed to mathematical text
34406  (shortcut 
34407 \begin_inset Info
34408 type  "shortcut"
34409 arg   "math-mode"
34410 \end_inset
34411
34412 ).
34413 \end_layout
34414
34415 \begin_layout Standard
34416 To use all formula commas in the document as decimal separator, the file
34417  
34418 \series bold
34419 icomma.sty
34420 \series default
34421
34422 \begin_inset Foot
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426
34427 \series bold
34428 icomma
34429 \series default
34430  is part of the \SpecialChar LaTeX
34431 -package 
34432 \series bold
34433 was
34434 \series default
34435
34436 \begin_inset Index idx
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440 Packages ! was
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 vspace{4mm}
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457
34458 .
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \begin_inset Index idx
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 Packages ! icomma
34469 \end_layout
34470
34471 \end_inset
34472
34473  is loaded with the \SpecialChar LaTeX
34474 -preamble line
34475 \end_layout
34476
34477 \begin_layout Standard
34478
34479 \series bold
34480
34481 \backslash
34482 usepackage{icomma}
34483 \end_layout
34484
34485 \begin_layout Subsection
34486 Physical Vectors
34487 \begin_inset CommandInset label
34488 LatexCommand label
34489 name "subsec:Physical-Vectors"
34490
34491 \end_inset
34492
34493
34494 \begin_inset Index idx
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Vectors ! physical
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 Predefined vectors are offered by the \SpecialChar LaTeX
34508 -package 
34509 \series bold
34510 braket
34511 \series default
34512
34513 \begin_inset Index idx
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517 Packages ! braket
34518 \end_layout
34519
34520 \end_inset
34521
34522  that is loaded with the \SpecialChar LaTeX
34523 -preamble line
34524 \end_layout
34525
34526 \begin_layout Standard
34527
34528 \series bold
34529
34530 \backslash
34531 usepackage{braket}
34532 \end_layout
34533
34534 \begin_layout Standard
34535 \begin_inset ERT
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539
34540
34541 \backslash
34542 ifbraket 
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \begin_inset Note Note
34549 status open
34550
34551 \begin_layout Plain Layout
34552 The following table will only be displayed when the \SpecialChar LaTeX
34553 -package 
34554 \series bold
34555 braket
34556 \series default
34557  is installed.
34558 \end_layout
34559
34560 \end_inset
34561
34562
34563 \end_layout
34564
34565 \begin_layout Standard
34566 The following commands are defined:
34567 \end_layout
34568
34569 \begin_layout Standard
34570 \align center
34571 \begin_inset Tabular
34572 <lyxtabular version="3" rows="4" columns="2">
34573 <features booktabs="true" tabularvalignment="middle">
34574 <column alignment="center" valignment="top" width="0pt">
34575 <column alignment="center" valignment="top">
34576 <row>
34577 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581 Command
34582 \end_layout
34583
34584 \end_inset
34585 </cell>
34586 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 Result
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 </row>
34596 <row>
34597 <cell alignment="center" valignment="top" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601
34602 \backslash
34603 Bra{
34604 \backslash
34605 psi
34606 \end_layout
34607
34608 \end_inset
34609 </cell>
34610 <cell alignment="center" valignment="top" usebox="none">
34611 \begin_inset Text
34612
34613 \begin_layout Plain Layout
34614 \begin_inset Formula $\Bra{\psi}$
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row>
34624 <cell alignment="center" valignment="top" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628
34629 \backslash
34630 Ket{
34631 \backslash
34632 psi
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 \begin_inset Formula $\Ket{\psi}$
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 </row>
34650 <row>
34651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655
34656 \backslash
34657 Braket{
34658 \backslash
34659 psi|
34660 \backslash
34661 phi
34662 \end_layout
34663
34664 \end_inset
34665 </cell>
34666 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670 \begin_inset Formula $\Braket{\psi|\phi}$
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \end_inset
34677 </cell>
34678 </row>
34679 </lyxtabular>
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 The command 
34688 \series bold
34689
34690 \backslash
34691 Braket
34692 \series default
34693  assures that all vertical bars are set in the size of the surrounding brackets:
34694 \begin_inset Formula 
34695 \[
34696 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34697 \]
34698
34699 \end_inset
34700
34701
34702 \begin_inset ERT
34703 status collapsed
34704
34705 \begin_layout Plain Layout
34706
34707
34708 \backslash
34709 else 
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \begin_inset Note Note
34716 status open
34717
34718 \begin_layout Plain Layout
34719 The following will be displayed when the \SpecialChar LaTeX
34720 -package 
34721 \series bold
34722 braket
34723 \series default
34724  is not installed:
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 You need to install the \SpecialChar LaTeX
34734 -package 
34735 \series bold
34736 braket
34737 \series default
34738  to see the rest of this subsection in the output.
34739 \end_layout
34740
34741 \begin_layout Standard
34742 \begin_inset ERT
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746
34747
34748 \backslash
34749 fi 
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Standard
34758 The effect of 
34759 \series bold
34760
34761 \backslash
34762 Braket
34763 \series default
34764  can also be achieved using the command 
34765 \series bold
34766
34767 \backslash
34768 middle
34769 \series default
34770 , that is described in 
34771 \begin_inset CommandInset ref
34772 LatexCommand ref
34773 reference "subsec:Automatic-Bracket-Size"
34774
34775 \end_inset
34776
34777 .
34778 \end_layout
34779
34780 \begin_layout Subsection
34781 Self-defined Fractions
34782 \begin_inset CommandInset label
34783 LatexCommand label
34784 name "subsec:Self-defined-Fractions"
34785
34786 \end_inset
34787
34788
34789 \begin_inset Index idx
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 Fractions ! self-defined
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 To define custom commands for fractions, the command 
34803 \series bold
34804
34805 \backslash
34806 genfrac
34807 \series default
34808
34809 \begin_inset Index idx
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813 Commands ! G ! 
34814 \backslash
34815 genfrac
34816 \begin_inset ERT
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820
34821
34822 \backslash
34823 vspace{4mm}
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \end_inset
34832
34833  is used in the following scheme:
34834 \end_layout
34835
34836 \begin_layout Standard
34837
34838 \series bold
34839
34840 \backslash
34841 genfrac{left
34842 \series default
34843  
34844 \series bold
34845 bracket}{right
34846 \series default
34847  
34848 \series bold
34849 bracket}{fraction bar thickness}{style}
34850 \begin_inset Newline newline
34851 \end_inset
34852
34853
34854 \begin_inset Phantom HPhantom
34855 status open
34856
34857 \begin_layout Plain Layout
34858
34859 \series bold
34860
34861 \backslash
34862 genfrac
34863 \end_layout
34864
34865 \end_inset
34866
34867 {numerator}{denominator}
34868 \end_layout
34869
34870 \begin_layout Standard
34871 The style is a number in the range of 0
34872 \begin_inset space \thinspace{}
34873 \end_inset
34874
34875 -
34876 \begin_inset space \thinspace{}
34877 \end_inset
34878
34879 3.
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \align center
34884 \begin_inset Tabular
34885 <lyxtabular version="3" rows="5" columns="2">
34886 <features booktabs="true" tabularvalignment="middle">
34887 <column alignment="center" valignment="top" width="0pt">
34888 <column alignment="center" valignment="top">
34889 <row>
34890 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894 Number
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 Style (Size)
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 </row>
34909 <row>
34910 <cell alignment="center" valignment="top" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 0
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 display style formula
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 </row>
34929 <row>
34930 <cell alignment="center" valignment="top" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934 1
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 <cell alignment="center" valignment="top" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943 inline formula
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 </row>
34949 <row>
34950 <cell alignment="center" valignment="top" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954 2
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 <cell alignment="center" valignment="top" usebox="none">
34960 \begin_inset Text
34961
34962 \begin_layout Plain Layout
34963 small
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row>
34970 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 3
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 tiny
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 </row>
34989 </lyxtabular>
34990
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Standard
34997 When no style is given, the size is adjusted to the surrounding environment
34998  like for the command 
34999 \series bold
35000
35001 \backslash
35002 frac
35003 \series default
35004 .
35005 \end_layout
35006
35007 \begin_layout Standard
35008 When no fraction bar thickness is given, the predefined value of 0.4
35009 \begin_inset space \thinspace{}
35010 \end_inset
35011
35012 pt will be used.
35013 \end_layout
35014
35015 \begin_layout Standard
35016 \begin_inset VSpace medskip
35017 \end_inset
35018
35019 For example, the commands 
35020 \series bold
35021
35022 \backslash
35023 dfrac
35024 \series default
35025  and 
35026 \series bold
35027
35028 \backslash
35029 tbinom
35030 \series default
35031  from 
35032 \begin_inset CommandInset ref
35033 LatexCommand ref
35034 reference "subsec:Fractions"
35035
35036 \end_inset
35037
35038  are defined with the commands
35039 \end_layout
35040
35041 \begin_layout Standard
35042
35043 \series bold
35044
35045 \backslash
35046 newcommand{
35047 \backslash
35048 dfrac}[2]{
35049 \backslash
35050 genfrac{}{}{}{0}{#1}{#2}}
35051 \end_layout
35052
35053 \begin_layout Standard
35054 and
35055 \end_layout
35056
35057 \begin_layout Standard
35058
35059 \series bold
35060
35061 \backslash
35062 newcommand{
35063 \backslash
35064 tbinom}[2]{
35065 \backslash
35066 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35067 \end_layout
35068
35069 \begin_layout Standard
35070 \begin_inset VSpace medskip
35071 \end_inset
35072
35073 To define a fraction where the fraction bar thickness can be given as optional
35074  argument, the following line is inserted to the \SpecialChar LaTeX
35075 -preamble:
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 newcommand{
35084 \backslash
35085 fracS}[3][]{
35086 \backslash
35087 genfrac{}{}{#1}{}{#2}{#3}}
35088 \end_layout
35089
35090 \begin_layout Standard
35091 A test:
35092 \begin_inset Formula 
35093 \begin{align*}
35094 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35095 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35096 \end{align*}
35097
35098 \end_inset
35099
35100 As one can see, the distance of the numerator and the denominator to the
35101  fraction bar is round about three times the bar thickness.
35102 \end_layout
35103
35104 \begin_layout Subsection
35105 Canceled Formulas
35106 \begin_inset Index idx
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110 Formula ! canceled
35111 \end_layout
35112
35113 \end_inset
35114
35115
35116 \end_layout
35117
35118 \begin_layout Standard
35119 There are four ways to cancel formulas or parts of formulas:
35120 \end_layout
35121
35122 \begin_layout Standard
35123 \begin_inset ERT
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128
35129 \backslash
35130 ifcancel 
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \begin_inset Note Note
35137 status open
35138
35139 \begin_layout Plain Layout
35140 The following table will only be displayed when the \SpecialChar LaTeX
35141 -package 
35142 \series bold
35143 cancel
35144 \series default
35145  is installed.
35146 \end_layout
35147
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \align center
35155 \begin_inset Tabular
35156 <lyxtabular version="3" rows="5" columns="2">
35157 <features booktabs="true" tabularvalignment="middle">
35158 <column alignment="center" valignment="top" width="0pt">
35159 <column alignment="center" valignment="top">
35160 <row>
35161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165 Command
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Plain Layout
35174 Result
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 </row>
35180 <row>
35181 <cell alignment="center" valignment="top" usebox="none">
35182 \begin_inset Text
35183
35184 \begin_layout Plain Layout
35185
35186 \backslash
35187 cancel
35188 \begin_inset space \textvisiblespace{}
35189 \end_inset
35190
35191
35192 \backslash
35193 int
35194 \begin_inset space \textvisiblespace{}
35195 \end_inset
35196
35197 A=B
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 <cell alignment="center" valignment="top" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206 \begin_inset Formula $\cancel{\int A=B}$
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 </row>
35215 <row topspace="1.5mm">
35216 <cell alignment="center" valignment="top" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220
35221 \backslash
35222 bcancel
35223 \begin_inset space \textvisiblespace{}
35224 \end_inset
35225
35226
35227 \backslash
35228 int
35229 \begin_inset space \textvisiblespace{}
35230 \end_inset
35231
35232 A=B
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 <cell alignment="center" valignment="top" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241 \begin_inset Formula $\bcancel{\int A=B}$
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row topspace="1.5mm">
35251 <cell alignment="center" valignment="top" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255
35256 \backslash
35257 xcancel
35258 \begin_inset space \textvisiblespace{}
35259 \end_inset
35260
35261
35262 \backslash
35263 int
35264 \begin_inset space \textvisiblespace{}
35265 \end_inset
35266
35267 A=B
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 <cell alignment="center" valignment="top" usebox="none">
35273 \begin_inset Text
35274
35275 \begin_layout Plain Layout
35276 \begin_inset Formula $\xcancel{\int A=B}$
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \end_inset
35283 </cell>
35284 </row>
35285 <row>
35286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290
35291 \backslash
35292 cancelto
35293 \begin_inset space \textvisiblespace{}
35294 \end_inset
35295
35296
35297 \backslash
35298 int
35299 \begin_inset space \textvisiblespace{}
35300 \end_inset
35301
35302 A=B
35303 \begin_inset Formula $\to$
35304 \end_inset
35305
35306 1
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 </lyxtabular>
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \begin_layout Standard
35332
35333 \series bold
35334
35335 \backslash
35336 cancelto
35337 \series default
35338  is especially suitable to visualize the reduction of fractions within formulas:
35339 \begin_inset Formula 
35340 \[
35341 \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}}}
35342 \]
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Standard
35350 To change the size of 
35351 \series bold
35352
35353 \backslash
35354 cancelto
35355 \series default
35356 's 
35357 \begin_inset Quotes eld
35358 \end_inset
35359
35360 subscript
35361 \begin_inset Quotes erd
35362 \end_inset
35363
35364  value one can add the \SpecialChar LaTeX
35365 -preamble line
35366 \end_layout
35367
35368 \begin_layout Standard
35369
35370 \series bold
35371
35372 \backslash
35373 PassOptionsToPackage{option}{cancel}
35374 \end_layout
35375
35376 \begin_layout Standard
35377 where 
35378 \series bold
35379 option
35380 \series default
35381  is either 
35382 \series bold
35383 samesize
35384 \series default
35385  which leads to the same size as for the canceled value, or 
35386 \series bold
35387 Smaller
35388 \series default
35389  which makes is it a bit smaller than normal.
35390 \end_layout
35391
35392 \begin_layout Standard
35393 To color the cancellation bar one adds this command as \SpecialChar TeX
35394  code:
35395 \end_layout
35396
35397 \begin_layout Standard
35398
35399 \series bold
35400
35401 \backslash
35402 renewcommand{
35403 \backslash
35404 CancelColor}{
35405 \backslash
35406 color{red}}
35407 \end_layout
35408
35409 \begin_layout Standard
35410
35411 \series bold
35412 red
35413 \series default
35414  can be replaced by a color of your choice.
35415 \end_layout
35416
35417 \begin_layout Standard
35418 \begin_inset ERT
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422
35423
35424 \backslash
35425 renewcommand{
35426 \backslash
35427 CancelColor}{
35428 \backslash
35429 color{red}}
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438 \begin_inset Formula 
35439 \[
35440 \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}}}
35441 \]
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454
35455 \backslash
35456 renewcommand{
35457 \backslash
35458 CancelColor}{
35459 \backslash
35460 color{black}}
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \begin_inset Note Note
35467 status open
35468
35469 \begin_layout Plain Layout
35470 reset the color
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479 For further customizations, see the documentation of the package 
35480 \series bold
35481 cancel
35482 \series default
35483
35484 \begin_inset CommandInset citation
35485 LatexCommand cite
35486 key "cancel"
35487 literal "true"
35488
35489 \end_inset
35490
35491 .
35492 \begin_inset Index idx
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496 Packages ! cancel
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 \begin_inset ERT
35506 status collapsed
35507
35508 \begin_layout Plain Layout
35509
35510
35511 \backslash
35512 else 
35513 \end_layout
35514
35515 \end_inset
35516
35517
35518 \begin_inset Note Note
35519 status open
35520
35521 \begin_layout Plain Layout
35522 The following will be displayed when the \SpecialChar LaTeX
35523 -package 
35524 \series bold
35525 cancel
35526 \series default
35527  is not installed:
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Standard
35536 You need to install the \SpecialChar LaTeX
35537 -package 
35538 \series bold
35539 cancel
35540 \series default
35541  to see the rest of this subsection in the output.
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset ERT
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549
35550
35551 \backslash
35552 fi 
35553 \end_layout
35554
35555 \end_inset
35556
35557
35558 \end_layout
35559
35560 \begin_layout Subsection
35561 Formulas in Section Headings
35562 \begin_inset CommandInset label
35563 LatexCommand label
35564 name "subsec:Formulas-in-Section"
35565
35566 \end_inset
35567
35568
35569 \begin_inset Index idx
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573 Formula ! in section headings
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Standard
35582 When formulas are used in section headings, the following has to be taken
35583  into account:
35584 \end_layout
35585
35586 \begin_layout Standard
35587 \begin_inset Note Greyedout
35588 status open
35589
35590 \begin_layout Plain Layout
35591 When 
35592 \series bold
35593 hyperref
35594 \series default
35595
35596 \begin_inset Index idx
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600 Packages ! hyperref
35601 \end_layout
35602
35603 \end_inset
35604
35605  support is enabled in the document settings dialog under 
35606 \family sans
35607 PDF
35608 \begin_inset space ~
35609 \end_inset
35610
35611 Properties
35612 \family default
35613 , PDF-bookmarks are created for every section heading in the table of contents.
35614  If a section heading contains formulas, they are incorrectly displayed
35615  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35616 s.
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \begin_layout Standard
35625 Both problems can be solved by inserting at the end of the section heading
35626  a short title with the menu 
35627 \family sans
35628 Insert\SpecialChar menuseparator
35629 Short
35630 \begin_inset space ~
35631 \end_inset
35632
35633 Title
35634 \family default
35635 .
35636  Short titles are used as alternative for multiline section headings to
35637  keep the table of contents clearly arranged.
35638  Only the short title appears in the table of contents and therefore also
35639  in the PDF-bookmark.
35640 \end_layout
35641
35642 \begin_layout Standard
35643 When formulas should be used in the table of contents but 
35644 \series bold
35645 hyperref
35646 \series default
35647  is used, one can use the following command in \SpecialChar TeX
35648  mode:
35649 \end_layout
35650
35651 \begin_layout Standard
35652
35653 \series bold
35654
35655 \backslash
35656 texorpdfstring{part}{alternative}
35657 \begin_inset Index idx
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661 Commands ! T ! 
35662 \backslash
35663 texorpdfstring
35664 \end_layout
35665
35666 \end_inset
35667
35668
35669 \end_layout
35670
35671 \begin_layout Standard
35672 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35673  This can be characters, formulas, footnotes, but also cross-references.
35674  The alternative is used instead of the part for the bookmark.
35675 \end_layout
35676
35677 \begin_layout Standard
35678 Here are two example headings:
35679 \begin_inset VSpace -3mm
35680 \end_inset
35681
35682
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 boldmath 
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Subsubsection
35699 Heading without formula in table of contents 
35700 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35701 \end_inset
35702
35703
35704 \begin_inset Argument 1
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708 Heading without formula in table of contents
35709 \end_layout
35710
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \begin_layout Subsubsection
35717 Heading with formula in table of contents
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723
35724 \backslash
35725 texorpdfstring{
35726 \end_layout
35727
35728 \end_inset
35729
35730  
35731 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35732 \end_inset
35733
35734
35735 \begin_inset ERT
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740 }{}
35741 \end_layout
35742
35743 \end_inset
35744
35745
35746 \end_layout
35747
35748 \begin_layout Standard
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754
35755 \backslash
35756 unboldmath 
35757 \end_layout
35758
35759 \end_inset
35760
35761 In the first heading a short title was used, in the second one 
35762 \series bold
35763
35764 \backslash
35765 texorpdfstring
35766 \series default
35767 .
35768 \end_layout
35769
35770 \begin_layout Standard
35771 To get the same formatting as for the other headings, the complete heading
35772  was set into a 
35773 \series bold
35774 boldmath
35775 \series default
35776  environment
35777 \begin_inset Foot
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781 see 
35782 \begin_inset CommandInset ref
35783 LatexCommand ref
35784 reference "subsec:Bold-Formulas"
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \end_inset
35792
35793 .
35794 \end_layout
35795
35796 \begin_layout Subsection
35797 Formulas in multi-column Text
35798 \begin_inset Index idx
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802 Formula ! in multi-column text
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Standard
35811 Formulas in multi-column text are often too wide to fit into a column and
35812  thus need to be set over the whole page width.
35813  This is done by using the \SpecialChar LaTeX
35814 -package 
35815 \series bold
35816 multicol
35817 \series default
35818
35819 \begin_inset Foot
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824 \series bold
35825 multicol
35826 \series default
35827  is part of every \SpecialChar LaTeX
35828  standard installation.
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \begin_inset Index idx
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838 Packages ! multicol
35839 \end_layout
35840
35841 \end_inset
35842
35843 , that is loaded with the \SpecialChar LaTeX
35844 -preamble line
35845 \end_layout
35846
35847 \begin_layout Standard
35848
35849 \series bold
35850
35851 \backslash
35852 usepackage{multicol}
35853 \end_layout
35854
35855 \begin_layout Standard
35856 \begin_inset Note Greyedout
35857 status open
35858
35859 \begin_layout Plain Layout
35860 Note that in this case the setting 
35861 \family sans
35862 Two-column
35863 \begin_inset space ~
35864 \end_inset
35865
35866 document
35867 \family default
35868  in the menu 
35869 \family sans
35870 Document\SpecialChar menuseparator
35871 Settings
35872 \family default
35873  under 
35874 \family sans
35875 Text
35876 \begin_inset space ~
35877 \end_inset
35878
35879 Layout
35880 \family default
35881 \emph on
35882  
35883 \emph default
35884 must 
35885 \emph on
35886 not
35887 \emph default
35888  be selected.
35889 \end_layout
35890
35891 \end_inset
35892
35893
35894 \end_layout
35895
35896 \begin_layout Standard
35897 Before the multi-column text the command
35898 \end_layout
35899
35900 \begin_layout Standard
35901
35902 \series bold
35903
35904 \backslash
35905 begin{multicols}{column number}
35906 \end_layout
35907
35908 \begin_layout Standard
35909 is written in \SpecialChar TeX
35910  mode.
35911  The column number is a number in the range of 2
35912 \begin_inset space \thinspace{}
35913 \end_inset
35914
35915 -
35916 \begin_inset space \thinspace{}
35917 \end_inset
35918
35919 10.
35920  Before the formula the multi-column text is ended by inserting the command
35921 \end_layout
35922
35923 \begin_layout Standard
35924
35925 \series bold
35926
35927 \backslash
35928 end{multicols}
35929 \end_layout
35930
35931 \begin_layout Standard
35932 in \SpecialChar TeX
35933  mode.
35934 \end_layout
35935
35936 \begin_layout Standard
35937 Due to the command some space is automatically added before the formula.
35938  To revert this, -6
35939 \begin_inset space \thinspace{}
35940 \end_inset
35941
35942 mm vertical space is inserted before the formula.
35943  When the formula style 
35944 \series bold
35945 Indented
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 formula styles see 
35951 \begin_inset CommandInset ref
35952 LatexCommand ref
35953 reference "sec:Formula-Styles"
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \series default
35964  is used, -9
35965 \begin_inset space \thinspace{}
35966 \end_inset
35967
35968 mm space is inserted instead.
35969 \end_layout
35970
35971 \begin_layout Standard
35972 As example a multi-column text with a displayed formula:
35973 \end_layout
35974
35975 \begin_layout Standard
35976
35977 \lang ngerman
35978 \begin_inset ERT
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982
35983
35984 \backslash
35985 begin{multicols}{2}
35986 \end_layout
35987
35988 \end_inset
35989
35990 Das Spektrum wird fouriertransformiert.
35991  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35992 , Lösungsmittel) zu trennen.
35993  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35994  nun das Aussehen des Ausgangssignals.
35995  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35996  über alle Phasen integrieren muss.
35997  Sei nun 
35998 \begin_inset Formula $S$
35999 \end_inset
36000
36001  unser normiertes Ausgangssignal und 
36002 \begin_inset Formula $P$
36003 \end_inset
36004
36005  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36006 \begin_inset ERT
36007 status collapsed
36008
36009 \begin_layout Plain Layout
36010
36011
36012 \backslash
36013 end{multicols}
36014 \end_layout
36015
36016 \end_inset
36017
36018
36019 \begin_inset VSpace -6mm
36020 \end_inset
36021
36022
36023 \begin_inset Formula 
36024 \begin{equation}
36025 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36026 \end{equation}
36027
36028 \end_inset
36029
36030
36031 \begin_inset ERT
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035
36036
36037 \backslash
36038 begin{multicols}{2}
36039 \end_layout
36040
36041 \end_inset
36042
36043 wobei 
36044 \begin_inset Formula $S_{0}$
36045 \end_inset
36046
36047  das Signal ohne Gradient ist und die Normierungsbedingung 
36048 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36049 \end_inset
36050
36051  gilt.
36052  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36053  Direkt nach dem 
36054 \begin_inset Formula $\nicefrac{\pi}{2}$
36055 \end_inset
36056
36057
36058 \begin_inset space \thinspace{}
36059 \end_inset
36060
36061 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36062  das Signal zusätzlich abschwächt.
36063  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36064  
36065 \begin_inset Formula $T_{2}$
36066 \end_inset
36067
36068 -Zeit.
36069 \end_layout
36070
36071 \begin_layout Standard
36072
36073 \lang ngerman
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 end{multicols}
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \end_layout
36088
36089 \begin_layout Subsection
36090 Formulas with Description of Variables
36091 \begin_inset Index idx
36092 status collapsed
36093
36094 \begin_layout Plain Layout
36095 Formula ! with description of variables
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Standard
36104 To describe variables within a formula, like in formula 
36105 \begin_inset CommandInset ref
36106 LatexCommand eqref
36107 reference "eq:within"
36108
36109 \end_inset
36110
36111 , a 2
36112 \series bold
36113 ×
36114 \series default
36115
36116 \begin_inset Formula $n$
36117 \end_inset
36118
36119
36120 \begin_inset space ~
36121 \end_inset
36122
36123 matrix is used with left aligned columns for the 
36124 \begin_inset Formula $n$
36125 \end_inset
36126
36127  used variables.
36128 \begin_inset Foot
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 matrices see 
36133 \begin_inset CommandInset ref
36134 LatexCommand ref
36135 reference "sec:Matrices"
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \end_inset
36143
36144  To set the description in a smaller size, before the matrix e.
36145 \begin_inset space \thinspace{}
36146 \end_inset
36147
36148 g.
36149 \begin_inset space \space{}
36150 \end_inset
36151
36152 the command 
36153 \series bold
36154
36155 \backslash
36156 footnotesize
36157 \series default
36158  is inserted.
36159 \begin_inset Foot
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 font sizes see 
36164 \begin_inset CommandInset ref
36165 LatexCommand ref
36166 reference "subsec:Font-Sizes"
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \begin_layout Standard
36179 When the formula style 
36180 \series bold
36181 Indented
36182 \begin_inset Foot
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 formula styles see 
36187 \begin_inset CommandInset ref
36188 LatexCommand ref
36189 reference "sec:Formula-Styles"
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \series default
36200  is used, a 
36201 \series bold
36202
36203 \backslash
36204 hfill
36205 \series default
36206
36207 \begin_inset Foot
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211
36212 \series bold
36213
36214 \backslash
36215 hfill
36216 \series default
36217  only works in formulas with the style 
36218 \series bold
36219 Indented
36220 \series default
36221 , see 
36222 \begin_inset CommandInset ref
36223 LatexCommand ref
36224 reference "subsec:Variable-Space"
36225
36226 \end_inset
36227
36228 .
36229 \end_layout
36230
36231 \end_inset
36232
36233  is inserted before and after the matrix to have the same separation of
36234  the matrix from the equation and the side margin.
36235 \end_layout
36236
36237 \begin_layout Standard
36238 When the formula style 
36239 \series bold
36240 Centered
36241 \series default
36242  is used, the method described in 
36243 \begin_inset CommandInset ref
36244 LatexCommand ref
36245 reference "subsec:Flalign-Environment"
36246
36247 \end_inset
36248
36249  is used to indent formulas.
36250  Formula 
36251 \begin_inset CommandInset ref
36252 LatexCommand eqref
36253 reference "eq:within"
36254
36255 \end_inset
36256
36257  consists of five columns where in the first two columns contain the equation,
36258  the third the matrix and the last one an empty \SpecialChar TeX
36259  brace.
36260 \begin_inset Formula 
36261 \begin{flalign}
36262 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36263 \rho & \textrm{density}\\
36264 V & \textrm{volume}\\
36265 g & \textrm{gravitational acceleration}
36266 \end{array} &  & {}\label{eq:within}
36267 \end{flalign}
36268
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \begin_layout Subsection
36275 Upright small Greek Letters
36276 \begin_inset CommandInset label
36277 LatexCommand label
36278 name "subsec:Upright-small-Greek"
36279
36280 \end_inset
36281
36282
36283 \begin_inset Index idx
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Greek letters ! upright
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Standard
36296 Most of the math fonts only provide italic small Greek letters.
36297  But for symbols of elementary particles like pions and neutrinos, upright
36298  Greek letters are needed.
36299  The file 
36300 \series bold
36301 upgreek.sty
36302 \series default
36303
36304 \begin_inset Foot
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308
36309 \series bold
36310 upgreek
36311 \series default
36312  is part of the \SpecialChar LaTeX
36313 -package 
36314 \series bold
36315 was
36316 \series default
36317
36318 \begin_inset Index idx
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 Packages ! was
36323 \begin_inset ERT
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327
36328
36329 \backslash
36330 vspace{4mm}
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \end_inset
36339
36340 .
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \begin_inset Index idx
36347 status collapsed
36348
36349 \begin_layout Plain Layout
36350 Packages ! upgreek
36351 \end_layout
36352
36353 \end_inset
36354
36355  that is loaded with the \SpecialChar LaTeX
36356 -preamble line
36357 \end_layout
36358
36359 \begin_layout Standard
36360
36361 \series bold
36362
36363 \backslash
36364 usepackage{upgreek}
36365 \end_layout
36366
36367 \begin_layout Standard
36368 provides them.
36369  
36370 \begin_inset ERT
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375
36376 \backslash
36377 ifupgreek 
36378 \end_layout
36379
36380 \end_inset
36381
36382
36383 \begin_inset Note Note
36384 status open
36385
36386 \begin_layout Plain Layout
36387 The following table will only be displayed when the \SpecialChar LaTeX
36388 -package 
36389 \series bold
36390 upgreek
36391 \series default
36392  is installed:
36393 \end_layout
36394
36395 \end_inset
36396
36397  They are created when the command for a small Greek letter is started with
36398  
36399 \series bold
36400 up
36401 \series default
36402 .
36403  For example the command 
36404 \series bold
36405
36406 \backslash
36407 uptau
36408 \series default
36409  creates this: 
36410 \begin_inset Formula $\uptau$
36411 \end_inset
36412
36413
36414 \end_layout
36415
36416 \begin_layout Standard
36417 With these commands reactions of elementary particles can be typeset:
36418 \begin_inset Formula 
36419 \[
36420 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36421 \]
36422
36423 \end_inset
36424
36425
36426 \end_layout
36427
36428 \begin_layout Standard
36429 The upright letters are more bold and wider than the italic ones.
36430  They should therefore not be used for units like 
36431 \begin_inset Quotes eld
36432 \end_inset
36433
36434 µm
36435 \begin_inset Quotes erd
36436 \end_inset
36437
36438 .
36439 \end_layout
36440
36441 \begin_layout Standard
36442 \begin_inset ERT
36443 status collapsed
36444
36445 \begin_layout Plain Layout
36446
36447
36448 \backslash
36449 else 
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \begin_inset Note Note
36456 status open
36457
36458 \begin_layout Plain Layout
36459 The following will be displayed when the \SpecialChar LaTeX
36460 -package 
36461 \series bold
36462 upgreek
36463 \series default
36464  is not installed:
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \begin_layout Standard
36473 You need to install the \SpecialChar LaTeX
36474 -package 
36475 \series bold
36476 upgreek
36477 \series default
36478  to see the rest of this subsection in the output.
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset ERT
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486
36487
36488 \backslash
36489 fi 
36490 \end_layout
36491
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Subsection
36498 Text Characters in Formulas
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 Text ! in formulas
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 In some cases you might want to insert text characters directly into formulas.
36513  When for example the centered dot · is often used in formulas like 
36514 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36515 \end_inset
36516
36517 , one would have to insert the command 
36518 \series bold
36519
36520 \backslash
36521 cdot
36522 \series default
36523
36524 \begin_inset Foot
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528 see 
36529 \begin_inset CommandInset ref
36530 LatexCommand ref
36531 reference "subsec:Binary-Operators"
36532
36533 \end_inset
36534
36535
36536 \end_layout
36537
36538 \end_inset
36539
36540  all the time, because this character is defined in all encodings as text
36541  character.
36542  But the encoding can be changed by this \SpecialChar LaTeX
36543 -preamble line:
36544 \end_layout
36545
36546 \begin_layout Standard
36547
36548 \series bold
36549
36550 \backslash
36551 Declare Inputtext{183}{
36552 \backslash
36553 ifmmode
36554 \backslash
36555 cdot
36556 \backslash
36557 else
36558 \backslash
36559 textperiodcentered
36560 \backslash
36561 f\SpecialChar ligaturebreak
36562 i}
36563 \end_layout
36564
36565 \begin_layout Standard
36566 The character encoding (menu 
36567 \family sans
36568 Document\SpecialChar menuseparator
36569 Settings\SpecialChar menuseparator
36570 Language
36571 \family default
36572 ) specifies what character appears when a keyboard key is pressed.
36573  When the key for the character '·' is pressed, internally the command 
36574 \series bold
36575
36576 \backslash
36577 textperiodcentered
36578 \series default
36579  is used.
36580  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36581 -errors.
36582  With the changed encoding the right command is chosen automatically, depending
36583  on if the character was inserted into a formula or not.
36584 \end_layout
36585
36586 \begin_layout Standard
36587 The encoding of several characters is saved in definition files.
36588  For example the encoding 
36589 \series bold
36590 latin9
36591 \series default
36592  is defined in the file 
36593 \series bold
36594 latin9.def
36595 \series default
36596  which is in the installation folder of \SpecialChar LaTeX
36597 .
36598  Encodings should only be changed via the \SpecialChar LaTeX
36599 -preamble and not in the definition
36600  files.
36601  Otherwise documents could not be edited by other \SpecialChar LyX
36602  users working on other
36603  computers.
36604 \end_layout
36605
36606 \begin_layout Standard
36607 \begin_inset VSpace medskip
36608 \end_inset
36609
36610 Besides the centered dot, in this document the degree sign ° is defined
36611  with the following \SpecialChar LaTeX
36612 -preamble line so that it can be directly inserted into
36613  a formula:
36614 \end_layout
36615
36616 \begin_layout Standard
36617
36618 \series bold
36619
36620 \backslash
36621 DeclareInputtext{176}{
36622 \backslash
36623 ifmmode^
36624 \backslash
36625 circ
36626 \backslash
36627 else
36628 \backslash
36629 textdegree
36630 \backslash
36631 f\SpecialChar ligaturebreak
36632 i}
36633 \end_layout
36634
36635 \begin_layout Subsection
36636 \SpecialChar LaTeX
36637 -comments in formulas
36638 \begin_inset Index idx
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642 \SpecialChar LaTeX
36643 -comments
36644 \end_layout
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \begin_layout Standard
36652 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36653  source
36654  code of your file with the menu 
36655 \family sans
36656 Insert\SpecialChar menuseparator
36657 Note\SpecialChar menuseparator
36658 Comment
36659 \family default
36660 .
36661  This is not possible in a formula but you can insert \SpecialChar LaTeX
36662 -comments with the
36663  command
36664 \end_layout
36665
36666 \begin_layout Standard
36667
36668 \series bold
36669
36670 \backslash
36671 %
36672 \end_layout
36673
36674 \begin_layout Standard
36675 This creates a box in which you can write your comment.
36676  Due to a bug in \SpecialChar LyX
36677
36678 \begin_inset Foot
36679 status collapsed
36680
36681 \begin_layout Plain Layout
36682 \begin_inset CommandInset href
36683 LatexCommand href
36684 name "LyX-bug #9002"
36685 target "https://www.lyx.org/trac/ticket/9002"
36686 literal "false"
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \end_inset
36694
36695  you cannot write normal text inside the comment, even when you use mathematical
36696  text, you will see its \SpecialChar LaTeX
36697 -commands in the \SpecialChar LaTeX
36698 -output.
36699 \begin_inset Newline newline
36700 \end_inset
36701
36702 This a formula with a \SpecialChar LaTeX
36703 -comment:
36704 \begin_inset Formula 
36705 \[
36706 A=B%\text{This is the comment}
36707 \]
36708
36709 \end_inset
36710
36711
36712 \end_layout
36713
36714 \begin_layout Standard
36715 \begin_inset Newpage newpage
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \begin_layout Section
36722 \start_of_appendix
36723 Typographic Advice
36724 \begin_inset Index idx
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 Typographic advice
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \end_layout
36735
36736 \begin_layout Standard
36737 This section is a summary of the most important typographic rules, listed
36738  in ISO norms.
36739 \begin_inset Foot
36740 status collapsed
36741
36742 \begin_layout Plain Layout
36743 This collection was partly taken from the German semi-official dictionary
36744  called 
36745 \begin_inset Quotes eld
36746 \end_inset
36747
36748 Duden
36749 \begin_inset Quotes erd
36750 \end_inset
36751
36752  
36753 \begin_inset CommandInset citation
36754 LatexCommand cite
36755 key "Duden"
36756 literal "true"
36757
36758 \end_inset
36759
36760  that lists some of the ISO rules.
36761  More rules are listed in 
36762 \begin_inset CommandInset citation
36763 LatexCommand cite
36764 key "Checklist"
36765 literal "true"
36766
36767 \end_inset
36768
36769 .
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \end_layout
36776
36777 \begin_layout Itemize
36778 Physical units are 
36779 \emph on
36780 always
36781 \emph default
36782  set upright
36783 \begin_inset Foot
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 done with font styles, see 
36788 \begin_inset CommandInset ref
36789 LatexCommand ref
36790 reference "subsec:Font-Styles"
36791
36792 \end_inset
36793
36794
36795 \end_layout
36796
36797 \end_inset
36798
36799 , no matter if they appear in italic text: 30
36800 \begin_inset space \thinspace{}
36801 \end_inset
36802
36803 km/h
36804 \begin_inset Newline newline
36805 \end_inset
36806
36807 Between the value and the unit is the smallest space, see 
36808 \begin_inset CommandInset ref
36809 LatexCommand ref
36810 reference "subsec:Predefined-Space"
36811
36812 \end_inset
36813
36814 .
36815 \begin_inset Newline newline
36816 \end_inset
36817
36818 This convention is automatically fulfilled when the command 
36819 \series bold
36820
36821 \backslash
36822 unittwo
36823 \series default
36824  is used.
36825  When it is entered to a formula, two boxes appear.
36826  In the first one the value is inserted, in the second one the unit, and
36827  one gets as above: 
36828 \begin_inset Formula $\unit[30]{km/h}$
36829 \end_inset
36830
36831
36832 \begin_inset space \thinspace{}
36833 \end_inset
36834
36835 .
36836  Note that 
36837 \series bold
36838
36839 \backslash
36840 unittwo
36841 \series default
36842  is not a real \SpecialChar LaTeX
36843  command but the command 
36844 \series bold
36845
36846 \backslash
36847 unit[value]{unit}
36848 \series default
36849 , therefore you cannot use it in \SpecialChar TeX
36850  code.
36851 \end_layout
36852
36853 \begin_layout Itemize
36854 Percent and perthousand signs are set like physical units:
36855 \begin_inset Newline newline
36856 \end_inset
36857
36858 1.2
36859 \begin_inset space \thinspace{}
36860 \end_inset
36861
36862 ‰ alcohol in blood
36863 \end_layout
36864
36865 \begin_layout Itemize
36866 The degree sign follows directly on the value: 15°, but not when it is used
36867  in units: 15
36868 \begin_inset space \thinspace{}
36869 \end_inset
36870
36871 °C
36872 \end_layout
36873
36874 \begin_layout Itemize
36875 In numbers with more than four digits the smallest space is inserted before
36876  every third digit to group them: 
36877 \family roman
36878 \series medium
36879 \shape up
36880 \size normal
36881 \emph off
36882 \bar no
36883 \noun off
36884 \color none
36885 18
36886 \begin_inset space \thinspace{}
36887 \end_inset
36888
36889 473
36890 \begin_inset space \thinspace{}
36891 \end_inset
36892
36893 588
36894 \end_layout
36895
36896 \begin_layout Itemize
36897 For dimensions like 120×90×40
36898 \begin_inset space \thinspace{}
36899 \end_inset
36900
36901 cm the multiplication sign 
36902 \begin_inset Quotes eld
36903 \end_inset
36904
36905 ×
36906 \begin_inset Quotes erd
36907 \end_inset
36908
36909  is used.
36910  It is available either via the command 
36911 \series bold
36912
36913 \backslash
36914 times
36915 \series default
36916  or via the menu 
36917 \family sans
36918 Insert\SpecialChar menuseparator
36919 Special Character\SpecialChar menuseparator
36920 Symbols
36921 \family default
36922 .
36923 \end_layout
36924
36925 \begin_layout Itemize
36926 Functions with names consisting of several letters are set upright to avoid
36927  confusions, see 
36928 \begin_inset CommandInset ref
36929 LatexCommand ref
36930 reference "subsec:Predefined-Functions"
36931
36932 \end_inset
36933
36934 .
36935 \end_layout
36936
36937 \begin_layout Itemize
36938 Indices consisting of several letters, are set upright: 
36939 \begin_inset Formula $E_{\mathrm{kin}}$
36940 \end_inset
36941
36942
36943 \begin_inset Newline newline
36944 \end_inset
36945
36946 Components of matrices are set italic: 
36947 \begin_inset Formula $\hat{H}_{kl}$
36948 \end_inset
36949
36950
36951 \end_layout
36952
36953 \begin_layout Itemize
36954 The differentiation/integration operator 'd', the Euler's number 'e' and
36955  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36956  other variables.
36957 \end_layout
36958
36959 \begin_layout Itemize
36960 The character that denotes a 
36961 \noun on
36962 Fourier
36963 \noun default
36964  transformation is inserted either by the command 
36965 \series bold
36966
36967 \backslash
36968 mathscr
36969 \begin_inset space \textvisiblespace{}
36970 \end_inset
36971
36972 F
36973 \series default
36974  or via the menu 
36975 \family sans
36976 Insert\SpecialChar menuseparator
36977 Special Character\SpecialChar menuseparator
36978 Symbols\SpecialChar menuseparator
36979 Letterlike
36980 \begin_inset space ~
36981 \end_inset
36982
36983 Symbols
36984 \family default
36985
36986 \begin_inset Formula $\mathscr{F}$
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Standard
36993 \begin_inset Newpage newpage
36994 \end_inset
36995
36996
36997 \end_layout
36998
36999 \begin_layout Section
37000 Synonyms
37001 \begin_inset Index idx
37002 status collapsed
37003
37004 \begin_layout Plain Layout
37005 Synonyms
37006 \end_layout
37007
37008 \end_inset
37009
37010
37011 \end_layout
37012
37013 \begin_layout Standard
37014 Some characters and symbols can be created with several commands.
37015  Here is a list of the synonym commands:
37016 \end_layout
37017
37018 \begin_layout Standard
37019 \begin_inset VSpace bigskip
37020 \end_inset
37021
37022
37023 \begin_inset space \hfill{}
37024 \end_inset
37025
37026
37027 \begin_inset Tabular
37028 <lyxtabular version="3" rows="12" columns="2">
37029 <features booktabs="true" tabularvalignment="middle">
37030 <column alignment="center" valignment="top" width="0pt">
37031 <column alignment="center" valignment="top" width="0pt">
37032 <row>
37033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 Command
37038 \end_layout
37039
37040 \end_inset
37041 </cell>
37042 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046 equivalent to
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 </row>
37052 <row>
37053 <cell alignment="center" valignment="top" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057
37058 \backslash
37059 ast
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 <cell alignment="center" valignment="top" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068 *
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 </row>
37074 <row>
37075 <cell alignment="center" valignment="top" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079
37080 \backslash
37081 choose
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090
37091 \backslash
37092 binom
37093 \end_layout
37094
37095 \end_inset
37096 </cell>
37097 </row>
37098 <row>
37099 <cell alignment="center" valignment="top" usebox="none">
37100 \begin_inset Text
37101
37102 \begin_layout Plain Layout
37103
37104 \backslash
37105 geq
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 <cell alignment="center" valignment="top" usebox="none">
37111 \begin_inset Text
37112
37113 \begin_layout Plain Layout
37114
37115 \backslash
37116 ge
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 </row>
37122 <row>
37123 <cell alignment="center" valignment="top" usebox="none">
37124 \begin_inset Text
37125
37126 \begin_layout Plain Layout
37127
37128 \backslash
37129 lbrace
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 <cell alignment="center" valignment="top" usebox="none">
37135 \begin_inset Text
37136
37137 \begin_layout Plain Layout
37138 {
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 </row>
37144 <row>
37145 <cell alignment="center" valignment="top" usebox="none">
37146 \begin_inset Text
37147
37148 \begin_layout Plain Layout
37149
37150 \backslash
37151 lbracket
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160 [
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 leftarrow
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 gets
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 </row>
37190 <row>
37191 <cell alignment="center" valignment="top" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195
37196 \backslash
37197 leq
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206
37207 \backslash
37208 le
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 lor
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 <cell alignment="center" valignment="top" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230
37231 \backslash
37232 vee
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 <row>
37239 <cell alignment="center" valignment="top" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243
37244 \backslash
37245 neq
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 <cell alignment="center" valignment="top" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254
37255 \backslash
37256 not=
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 </row>
37262 <row>
37263 <cell alignment="center" valignment="top" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267
37268 \backslash
37269 slash
37270 \end_layout
37271
37272 \end_inset
37273 </cell>
37274 <cell alignment="center" valignment="top" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 /
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 </row>
37284 <row>
37285 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 vert
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300 |
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 </lyxtabular>
37307
37308 \end_inset
37309
37310
37311 \begin_inset space \hfill{}
37312 \end_inset
37313
37314
37315 \begin_inset Tabular
37316 <lyxtabular version="3" rows="12" columns="2">
37317 <features booktabs="true" tabularvalignment="middle">
37318 <column alignment="center" valignment="top" width="0pt">
37319 <column alignment="center" valignment="top" width="0pt">
37320 <row>
37321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325 Command
37326 \end_layout
37327
37328 \end_inset
37329 </cell>
37330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37331 \begin_inset Text
37332
37333 \begin_layout Plain Layout
37334 equivalent to
37335 \end_layout
37336
37337 \end_inset
37338 </cell>
37339 </row>
37340 <row>
37341 <cell alignment="center" valignment="top" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345
37346 \backslash
37347 backslash
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 <cell alignment="center" valignment="top" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356
37357 \backslash
37358
37359 \backslash
37360
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 </row>
37366 <row>
37367 <cell alignment="center" valignment="top" usebox="none">
37368 \begin_inset Text
37369
37370 \begin_layout Plain Layout
37371
37372 \backslash
37373 dasharrow
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 <cell alignment="center" valignment="top" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382
37383 \backslash
37384 dashrightarrow
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 </row>
37390 <row>
37391 <cell alignment="center" valignment="top" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395
37396 \backslash
37397 land
37398 \end_layout
37399
37400 \end_inset
37401 </cell>
37402 <cell alignment="center" valignment="top" usebox="none">
37403 \begin_inset Text
37404
37405 \begin_layout Plain Layout
37406
37407 \backslash
37408 wedge
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 </row>
37414 <row>
37415 <cell alignment="center" valignment="top" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419
37420 \backslash
37421 rbrace
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 <cell alignment="center" valignment="top" usebox="none">
37427 \begin_inset Text
37428
37429 \begin_layout Plain Layout
37430 }
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 </row>
37436 <row>
37437 <cell alignment="center" valignment="top" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441
37442 \backslash
37443 rbracket
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 ]
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463
37464 \backslash
37465 rightarrow
37466 \end_layout
37467
37468 \end_inset
37469 </cell>
37470 <cell alignment="center" valignment="top" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 to
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 lnot
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 <cell alignment="center" valignment="top" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498
37499 \backslash
37500 neg
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 ne
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522
37523 \backslash
37524 not=
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 <row>
37531 <cell alignment="center" valignment="top" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 owns
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 <cell alignment="center" valignment="top" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546
37547 \backslash
37548 ni
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 </row>
37554 <row>
37555 <cell alignment="center" valignment="top" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559
37560 \backslash
37561 square
37562 \end_layout
37563
37564 \end_inset
37565 </cell>
37566 <cell alignment="center" valignment="top" usebox="none">
37567 \begin_inset Text
37568
37569 \begin_layout Plain Layout
37570
37571 \backslash
37572 Box
37573 \end_layout
37574
37575 \end_inset
37576 </cell>
37577 </row>
37578 <row>
37579 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37580 \begin_inset Text
37581
37582 \begin_layout Plain Layout
37583
37584 \backslash
37585 Vert
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594
37595 \backslash
37596 |
37597 \end_layout
37598
37599 \end_inset
37600 </cell>
37601 </row>
37602 </lyxtabular>
37603
37604 \end_inset
37605
37606
37607 \begin_inset space \hfill{}
37608 \end_inset
37609
37610
37611 \begin_inset CommandInset href
37612 LatexCommand href
37613 name "List"
37614 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37615 literal "false"
37616
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \begin_layout Standard
37623 \begin_inset Newpage newpage
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \begin_layout Bibliography
37630 \begin_inset CommandInset bibitem
37631 LatexCommand bibitem
37632 key "TLC2"
37633 literal "true"
37634
37635 \end_inset
37636
37637
37638 \shape smallcaps
37639 F.
37640  Mittelbach; M.
37641  Goossens
37642 \shape default
37643
37644 \shape italic
37645 The \SpecialChar LaTeX
37646  Companion
37647 \shape default
37648 .
37649  Addison Wesley, 2004
37650 \end_layout
37651
37652 \begin_layout Bibliography
37653 \begin_inset CommandInset bibitem
37654 LatexCommand bibitem
37655 key "Mathmode"
37656 literal "true"
37657
37658 \end_inset
37659
37660
37661 \begin_inset CommandInset href
37662 LatexCommand href
37663 name "Description"
37664 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37665 literal "false"
37666
37667 \end_inset
37668
37669  of \SpecialChar LaTeX
37670 's math abilities
37671 \end_layout
37672
37673 \begin_layout Bibliography
37674 \begin_inset CommandInset bibitem
37675 LatexCommand bibitem
37676 key "AMS"
37677 literal "true"
37678
37679 \end_inset
37680
37681
37682 \begin_inset CommandInset href
37683 LatexCommand href
37684 name "Description"
37685 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
37686 literal "false"
37687
37688 \end_inset
37689
37690  of 
37691 \begin_inset ERT
37692 status collapsed
37693
37694 \begin_layout Plain Layout
37695
37696
37697 \backslash
37698 AmS
37699 \end_layout
37700
37701 \end_inset
37702
37703 -\SpecialChar LaTeX
37704
37705 \end_layout
37706
37707 \begin_layout Bibliography
37708 \begin_inset CommandInset bibitem
37709 LatexCommand bibitem
37710 key "Symbols"
37711 literal "true"
37712
37713 \end_inset
37714
37715
37716 \begin_inset CommandInset href
37717 LatexCommand href
37718 name "List"
37719 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37720 literal "false"
37721
37722 \end_inset
37723
37724  of all symbols available with \SpecialChar LaTeX
37725 -packages
37726 \end_layout
37727
37728 \begin_layout Bibliography
37729 \begin_inset CommandInset bibitem
37730 LatexCommand bibitem
37731 key "cancel"
37732 literal "true"
37733
37734 \end_inset
37735
37736
37737 \begin_inset CommandInset href
37738 LatexCommand href
37739 name "Documentation"
37740 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
37741 literal "false"
37742
37743 \end_inset
37744
37745  of the \SpecialChar LaTeX
37746 -package 
37747 \series bold
37748 cancel
37749 \series default
37750
37751 \begin_inset Index idx
37752 status collapsed
37753
37754 \begin_layout Plain Layout
37755 Packages ! cancel
37756 \end_layout
37757
37758 \end_inset
37759
37760
37761 \end_layout
37762
37763 \begin_layout Bibliography
37764 \begin_inset CommandInset bibitem
37765 LatexCommand bibitem
37766 key "hyperref"
37767 literal "true"
37768
37769 \end_inset
37770
37771
37772 \begin_inset CommandInset href
37773 LatexCommand href
37774 name "Documentation"
37775 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
37776 literal "false"
37777
37778 \end_inset
37779
37780  of the \SpecialChar LaTeX
37781 -package 
37782 \series bold
37783 hyperref
37784 \series default
37785
37786 \begin_inset Index idx
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790 Packages ! hyperref
37791 \end_layout
37792
37793 \end_inset
37794
37795
37796 \end_layout
37797
37798 \begin_layout Bibliography
37799 \begin_inset CommandInset bibitem
37800 LatexCommand bibitem
37801 key "mhchem"
37802 literal "true"
37803
37804 \end_inset
37805
37806
37807 \begin_inset CommandInset href
37808 LatexCommand href
37809 name "Documentation"
37810 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37811 literal "false"
37812
37813 \end_inset
37814
37815  of the \SpecialChar LaTeX
37816 -package 
37817 \series bold
37818 mhchem
37819 \series default
37820
37821 \begin_inset Index idx
37822 status collapsed
37823
37824 \begin_layout Plain Layout
37825 Packages ! mhchem
37826 \end_layout
37827
37828 \end_inset
37829
37830
37831 \end_layout
37832
37833 \begin_layout Bibliography
37834 \begin_inset CommandInset bibitem
37835 LatexCommand bibitem
37836 key "Duden"
37837 literal "true"
37838
37839 \end_inset
37840
37841
37842 \emph on
37843 Duden Band
37844 \begin_inset space ~
37845 \end_inset
37846
37847 1
37848 \emph default
37849 .
37850  22.
37851 \begin_inset space ~
37852 \end_inset
37853
37854 Auflage, Dudenverlag, 2000
37855 \end_layout
37856
37857 \begin_layout Bibliography
37858 \begin_inset CommandInset bibitem
37859 LatexCommand bibitem
37860 key "Checklist"
37861 literal "true"
37862
37863 \end_inset
37864
37865
37866 \begin_inset CommandInset href
37867 LatexCommand href
37868 name "Check list"
37869 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37870 literal "false"
37871
37872 \end_inset
37873
37874  for reviewing manuscripts
37875 \end_layout
37876
37877 \begin_layout Standard
37878 \begin_inset CommandInset index_print
37879 LatexCommand printindex
37880 type "idx"
37881 name "Index"
37882 literal "false"
37883
37884 \end_inset
37885
37886
37887 \end_layout
37888
37889 \end_body
37890 \end_document