]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
doc files port recent changes
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
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 %\def\tagform@#1{\maketag@@@{|#1|}}
91
92
93 % ------------------------------------
94 % used to check for needed LaTeX packages
95 \usepackage{ifthen}
96
97 % check for package undertilde
98 % used for the command \utilde
99 \newboolean{undertilde}
100 \IfFileExists{undertilde.sty}
101  {\usepackage{undertilde}
102   \setboolean{undertilde}{true}}
103  {\setboolean{undertilde}{false}}
104
105 % check for package eurosym
106 % used for the Euro symbol
107 \newboolean{eurosym}
108 \IfFileExists{eurosym.sty}
109  {\usepackage[gennarrow]{eurosym}
110   \setboolean{eurosym}{true}}
111  {\setboolean{eurosym}{false}}
112
113 % check for package braket
114 % used for physical vectors
115 \newboolean{braket}
116 \IfFileExists{braket.sty}
117  {\usepackage{braket}
118   \setboolean{braket}{true}}
119  {\setboolean{braket}{false}}
120
121 % check for package cancel
122 \newboolean{cancel}
123 \IfFileExists{cancel.sty}
124  {\usepackage{cancel}
125   \setboolean{cancel}{true}}
126  {\setboolean{cancel}{false}}
127
128 % check for package upgreek
129 \newboolean{upgreek}
130 \IfFileExists{upgreek.sty}
131  {\usepackage{upgreek}
132   \setboolean{upgreek}{true}}
133  {\setboolean{upgreek}{false}}
134 \end_preamble
135 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
136 \use_default_options false
137 \maintain_unincluded_children false
138 \language english
139 \language_package default
140 \inputencoding auto
141 \fontencoding global
142 \font_roman "lmodern" "default"
143 \font_sans "lmss" "default"
144 \font_typewriter "lmtt" "default"
145 \font_math "auto" "auto"
146 \font_default_family default
147 \use_non_tex_fonts false
148 \font_sc false
149 \font_osf false
150 \font_sf_scale 100 100
151 \font_tt_scale 100 100
152 \graphics default
153 \default_output_format pdf2
154 \output_sync 0
155 \bibtex_command default
156 \index_command default
157 \paperfontsize 12
158 \spacing single
159 \use_hyperref true
160 \pdf_title "LyX's Math Manual"
161 \pdf_author "LyX Team, Uwe Stöhr"
162 \pdf_subject "LyX-documentation about math"
163 \pdf_keywords "LyX, Mathed"
164 \pdf_bookmarks true
165 \pdf_bookmarksnumbered true
166 \pdf_bookmarksopen true
167 \pdf_bookmarksopenlevel 1
168 \pdf_breaklinks false
169 \pdf_pdfborder false
170 \pdf_colorlinks true
171 \pdf_backref false
172 \pdf_pdfusetitle false
173 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
174 \papersize a4paper
175 \use_geometry false
176 \use_package amsmath 2
177 \use_package amssymb 2
178 \use_package cancel 0
179 \use_package esint 1
180 \use_package mathdots 1
181 \use_package mathtools 2
182 \use_package mhchem 1
183 \use_package stackrel 0
184 \use_package stmaryrd 0
185 \use_package undertilde 0
186 \cite_engine basic
187 \cite_engine_type default
188 \biblio_style plain
189 \use_bibtopic false
190 \use_indices false
191 \paperorientation portrait
192 \suppress_date false
193 \justification true
194 \use_refstyle 0
195 \notefontcolor #0000ff
196 \index Index
197 \shortcut idx
198 \color #008000
199 \end_index
200 \secnumdepth 4
201 \tocdepth 3
202 \paragraph_separation skip
203 \defskip medskip
204 \quotes_language english
205 \papercolumns 1
206 \papersides 2
207 \paperpagestyle plain
208 \bullet 1 0 6 -1
209 \bullet 2 2 35 -1
210 \bullet 3 2 7 -1
211 \tracking_changes false
212 \output_changes false
213 \html_math_output 0
214 \html_css_as_file 0
215 \html_be_strict false
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 \SpecialChar LyX
222 's detailed Math manual
223 \end_layout
224
225 \begin_layout Author
226 by the \SpecialChar LyX
227  Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the \SpecialChar LyX
234  Documentatio
235 n mailing list: 
236 \family typewriter
237
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 author: Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 Version 2.2.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
289 -packages 
290 \series bold
291 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be exported anyway but the sections
299  where the packages are required will not appear in the output.
300  An exception is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/Manuals#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains \SpecialChar LyX
335 's math features and is furthermore a collection
336  of \SpecialChar LaTeX
337 -commands used for mathematical characters and constructs.
338  The explanations are designed for the usage of commands.
339  It is therefore required that you have read the section 
340 \family typewriter
341 Mathematical
342 \begin_inset space ~
343 \end_inset
344
345 Formulas
346 \family default
347  of the User's Guide.
348 \end_layout
349
350 \begin_layout Standard
351 Most of the characters and many constructs explained in this manual are
352  also accessible via the menu 
353 \family sans
354 Insert
355 \series bold
356 \SpecialChar menuseparator
357
358 \series default
359 Math
360 \family default
361  or the 
362 \family sans
363 math
364 \family default
365 \series bold
366  
367 \family sans
368 \series default
369 toolbar
370 \family default
371 .
372  But everybody who has to write lots of formulas will notice that it is
373  much faster to use commands instead of the math toolbar.
374  Therefore this manual is focused on commands but also mentions the correspondin
375 g toolbar buttons when available.
376 \end_layout
377
378 \begin_layout Standard
379 If not specially mentioned the commands are only available within formulas.
380  To be able to use all commands explained in this document, the option 
381 \family sans
382 Use AMS math package
383 \family default
384  must be checked in the document settings (menu 
385 \family sans
386 Document\SpecialChar menuseparator
387 Settings\SpecialChar menuseparator
388 Math
389 \begin_inset space ~
390 \end_inset
391
392 Options
393 \family default
394 ).
395 \begin_inset Foot
396 status collapsed
397
398 \begin_layout Plain Layout
399 The option 
400 \family sans
401 Use AMS math package automatically
402 \family default
403  only uses 
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS 
412 \end_layout
413
414 \end_inset
415
416 -math when math constructs are found that are supported by \SpecialChar LyX
417 .
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \begin_layout Standard
426 This document doesn't list all 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -math commands
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 A list with all 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -math commands is in the file 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
464
465 \end_inset
466
467
468 \family default
469 , which is part of every \SpecialChar LaTeX
470  standard installation.
471 \end_layout
472
473 \end_inset
474
475  for lucidity reasons.
476 \end_layout
477
478 \begin_layout Section
479 General Instructions
480 \end_layout
481
482 \begin_layout Standard
483 To create an inline formula
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! inline
489 \end_layout
490
491 \end_inset
492
493  that is embedded into a text line, use one of the shortcuts 
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-mode"
497 \end_inset
498
499  or the toolbar button 
500 \begin_inset Info
501 type  "icon"
502 arg   "math-mode"
503 \end_inset
504
505 .
506 \begin_inset Newline newline
507 \end_inset
508
509 To create a display style formula
510 \begin_inset Index idx
511 status collapsed
512
513 \begin_layout Plain Layout
514 Formula ! display style
515 \end_layout
516
517 \end_inset
518
519  which will appear bigger, has a different format, and will be in a separate
520  paragraph, use one of these shortcuts: 
521 \begin_inset Info
522 type  "shortcuts"
523 arg   "math-display"
524 \end_inset
525
526 .
527 \end_layout
528
529 \begin_layout Standard
530 To change a display style formula to an inline formula, set the cursor into
531  the formula and use one of the shortcuts 
532 \begin_inset Info
533 type  "shortcuts"
534 arg   "math-mode"
535 \end_inset
536
537  or the menu 
538 \family sans
539 Edit\SpecialChar menuseparator
540 Math\SpecialChar menuseparator
541 Change formula type
542 \family default
543 .
544  The same way is used to change an inline formula to a display style formula.
545 \end_layout
546
547 \begin_layout Standard
548 To display parts of an inline formula in the size of a display style formula,
549  enter the command 
550 \series bold
551
552 \backslash
553 displaystyle
554 \series default
555
556 \begin_inset Index idx
557 status collapsed
558
559 \begin_layout Plain Layout
560 Commands ! D ! 
561 \backslash
562 displaystyle
563 \end_layout
564
565 \end_inset
566
567  to a formula.
568  Then a new blue box appears in which the desired formula part is inserted.
569 \end_layout
570
571 \begin_layout Standard
572 Only inline formulas are allowed inside tables.
573 \end_layout
574
575 \begin_layout Standard
576 The 
577 \family sans
578 math toolbar
579 \family default
580  can be turned on in the menu 
581 \family sans
582 View\SpecialChar menuseparator
583 Toolbars
584 \family default
585 .
586  When you click there on 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Math
591 \begin_inset Quotes erd
592 \end_inset
593
594  the toolbar will be shown permanently at the bottom; this state is visualized
595  in the 
596 \family sans
597 Toolbars
598 \family default
599  menu with a checkmark.
600  When you click in this state again on 
601 \begin_inset Quotes eld
602 \end_inset
603
604 Math
605 \begin_inset Quotes erd
606 \end_inset
607
608  in the 
609 \family sans
610 Toolbars
611 \family default
612  menu, the 
613 \family sans
614 math toolbar
615 \family default
616  is only shown when the cursor is within a formula; this state is visualized
617  by the renaming of the menu entry from 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Math
622 \begin_inset Quotes erd
623 \end_inset
624
625  to 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Math
630 \begin_inset space ~
631 \end_inset
632
633 (auto)
634 \begin_inset Quotes erd
635 \end_inset
636
637 .
638 \end_layout
639
640 \begin_layout Standard
641 The \SpecialChar TeX
642  mode
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@\SpecialChar TeX
648 -mode
649 \end_layout
650
651 \end_inset
652
653  is invoked by pressing the toolbar button 
654 \begin_inset Info
655 type  "icon"
656 arg   "ert-insert"
657 \end_inset
658
659  or by using the menu 
660 \family sans
661 Insert\SpecialChar menuseparator
662 TeX Code
663 \family default
664  (shortcut 
665 \begin_inset Info
666 type  "shortcut"
667 arg   "ert-insert"
668 \end_inset
669
670 ).
671 \end_layout
672
673 \begin_layout Standard
674 To change the \SpecialChar LaTeX
675 -preamble
676 \begin_inset Index idx
677 status collapsed
678
679 \begin_layout Plain Layout
680 L@\SpecialChar LaTeX
681 -preamble
682 \end_layout
683
684 \end_inset
685
686 , use the menu 
687 \family sans
688 Document\SpecialChar menuseparator
689 Settings\SpecialChar menuseparator
690 LaTeX
691 \family default
692  
693 \family sans
694 Preamble
695 \family default
696 .
697 \end_layout
698
699 \begin_layout Standard
700 To edit matrices, case differentiations and multiline formulas subsequently,
701  use the menus 
702 \family sans
703 Edit\SpecialChar menuseparator
704 Math
705 \family default
706  and 
707 \family sans
708 Edit\SpecialChar menuseparator
709 Rows
710 \begin_inset space \thinspace{}
711 \end_inset
712
713 &
714 \begin_inset space \thinspace{}
715 \end_inset
716
717 Columns,
718 \family default
719  or the 
720 \family sans
721 table toolbar
722 \family default
723 .
724  When lines and columns are swapped via the menu, the column or line where
725  the cursor is in is exchanged with the column to the right or the line
726  below, respectively.
727  Is the cursor in the last column or row, the exchange is done with the
728  column to the left or the line above.
729 \end_layout
730
731 \begin_layout Standard
732 To write text in formulas
733 \begin_inset Foot
734 status collapsed
735
736 \begin_layout Plain Layout
737 For multiline formulas the command 
738 \series bold
739
740 \backslash
741 intertext
742 \series default
743  is used, see 
744 \begin_inset CommandInset ref
745 LatexCommand ref
746 reference "subsec:Text-in-multiline"
747
748 \end_inset
749
750 .
751 \end_layout
752
753 \end_inset
754
755  
756 \emph on
757 mathematical text
758 \emph default
759
760 \begin_inset Index idx
761 status collapsed
762
763 \begin_layout Plain Layout
764 Text ! in formulas
765 \end_layout
766
767 \end_inset
768
769
770 \begin_inset Index idx
771 status collapsed
772
773 \begin_layout Plain Layout
774 Mathematical text
775 \end_layout
776
777 \end_inset
778
779  is used.
780  This mode is invoked with the shortcut 
781 \begin_inset Info
782 type  "shortcut"
783 arg   "font-default"
784 \end_inset
785
786  or by the insertion of the command 
787 \series bold
788
789 \backslash
790 text
791 \series default
792
793 \begin_inset Index idx
794 status collapsed
795
796 \begin_layout Plain Layout
797 Commands ! T ! 
798 \backslash
799 text
800 \end_layout
801
802 \end_inset
803
804 .
805  The text appears black in \SpecialChar LyX
806  and can therefore be distinguished from the
807  other formula parts which appear blue.
808  In the output mathematical text is set upright, in contrary to other formula
809  parts.
810 \end_layout
811
812 \begin_layout Subsection*
813 Command Scheme
814 \end_layout
815
816 \begin_layout Standard
817 Most of the \SpecialChar LaTeX
818 -commands for math constructs have the following scheme:
819 \end_layout
820
821 \begin_layout Standard
822
823 \series bold
824
825 \backslash
826 commandname[optional
827 \series default
828  
829 \series bold
830 argument]{required
831 \series default
832  
833 \series bold
834 argument}
835 \end_layout
836
837 \begin_layout Standard
838 A command always starts with a backslash 
839 \begin_inset Quotes gld
840 \end_inset
841
842
843 \series bold
844
845 \backslash
846
847 \series default
848
849 \begin_inset Quotes grd
850 \end_inset
851
852 .
853  To omit optional arguments, also omit the associated brackets.
854  The braces around the required arguments are named in this document as
855  \SpecialChar TeX
856  braces
857 \begin_inset Index idx
858 status collapsed
859
860 \begin_layout Plain Layout
861 T@\SpecialChar TeX
862 -braces
863 \end_layout
864
865 \end_inset
866
867 .
868  If you add in a formula a left brace to a command name, \SpecialChar LyX
869  automatically
870  creates a \SpecialChar TeX
871  brace.
872  In all other cases \SpecialChar TeX
873  braces are created in formulas with the command 
874 \series bold
875
876 \backslash
877 {
878 \series default
879 .
880  \SpecialChar TeX
881  braces appear red in \SpecialChar LyX
882 , in contrary to normal braces which appear blue.
883  In \SpecialChar TeX
884  mode no command is needed to get \SpecialChar TeX
885  braces.
886  \SpecialChar TeX
887  braces don't appear in the output.
888 \end_layout
889
890 \begin_layout Standard
891 When commands without arguments, like commands for symbols are entered in
892  \SpecialChar TeX
893  mode, a space character must 
894 \emph on
895 always
896 \emph default
897  be behind the command to end it.
898  This space doesn't appear in the output.
899  When the space should appear in the output, the space must be followed
900  by a protected space in normal text.
901 \end_layout
902
903 \begin_layout Standard
904 A protected space is inserted with 
905 \begin_inset Info
906 type  "shortcuts"
907 arg   "command-alternatives space-insert protected ; math-space"
908 \end_inset
909
910 .
911 \end_layout
912
913 \begin_layout Subsection*
914 \begin_inset Newpage newpage
915 \end_inset
916
917 Syntax Explanation
918 \end_layout
919
920 \begin_layout Itemize
921 The symbol 
922 \begin_inset space \textvisiblespace{}
923 \end_inset
924
925  denotes a space character to be input.
926 \end_layout
927
928 \begin_layout Itemize
929 An arrow like 
930 \begin_inset Formula $\to$
931 \end_inset
932
933  denotes the usage of the corresponding arrow key on the keyboard.
934  The 
935 \family sans
936 Tab
937 \family default
938  key can often be used instead of 
939 \begin_inset Formula $\to$
940 \end_inset
941
942  and 
943 \begin_inset Formula $\downarrow$
944 \end_inset
945
946 , and 
947 \family sans
948 Shift+Tab
949 \family default
950  instead of 
951 \begin_inset Formula $\leftarrow$
952 \end_inset
953
954  and 
955 \begin_inset Formula $\uparrow$
956 \end_inset
957
958 .
959 \end_layout
960
961 \begin_layout Subsection*
962 Available units
963 \end_layout
964
965 \begin_layout Standard
966 \align center
967 \begin_inset Float table
968 placement H
969 wide false
970 sideways false
971 status open
972
973 \begin_layout Plain Layout
974 \align center
975 \begin_inset Caption Standard
976
977 \begin_layout Plain Layout
978 \begin_inset CommandInset label
979 LatexCommand label
980 name "tab:Available-units"
981
982 \end_inset
983
984 Available units
985 \end_layout
986
987 \end_inset
988
989
990 \end_layout
991
992 \begin_layout Plain Layout
993 \align center
994 \begin_inset Tabular
995 <lyxtabular version="3" rows="13" columns="2">
996 <features booktabs="true" tabularvalignment="middle">
997 <column alignment="center" valignment="top">
998 <column alignment="center" valignment="top" width="0pt">
999 <row>
1000 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1001 \begin_inset Text
1002
1003 \begin_layout Plain Layout
1004 Unit
1005 \end_layout
1006
1007 \end_inset
1008 </cell>
1009 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1010 \begin_inset Text
1011
1012 \begin_layout Plain Layout
1013 Name / Description
1014 \end_layout
1015
1016 \end_inset
1017 </cell>
1018 </row>
1019 <row>
1020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1021 \begin_inset Text
1022
1023 \begin_layout Plain Layout
1024 mm
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Millimeter
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 </row>
1039 <row>
1040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1041 \begin_inset Text
1042
1043 \begin_layout Plain Layout
1044 cm
1045 \end_layout
1046
1047 \end_inset
1048 </cell>
1049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Centimeter
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 </row>
1059 <row>
1060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 in
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 Inch (1
1074 \begin_inset space \thinspace{}
1075 \end_inset
1076
1077 in = 2,54
1078 \begin_inset space \thinspace{}
1079 \end_inset
1080
1081 cm)
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 </row>
1087 <row>
1088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1089 \begin_inset Text
1090
1091 \begin_layout Plain Layout
1092 pt
1093 \end_layout
1094
1095 \end_inset
1096 </cell>
1097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 Point (72.27
1102 \begin_inset space \thinspace{}
1103 \end_inset
1104
1105 pt = 1
1106 \begin_inset space \thinspace{}
1107 \end_inset
1108
1109 in)
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 </row>
1115 <row>
1116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 pc
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 Pica (1
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 pc = 12
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 pt)
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 sp
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 scaled point (65536
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 sp = 1
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 pt)
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 </row>
1171 <row>
1172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 bp
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 big point (72
1186 \begin_inset space \thinspace{}
1187 \end_inset
1188
1189 bp = 1
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 in)
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 </row>
1199 <row>
1200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 dd
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 Didot (1
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 dd 
1218 \begin_inset Formula $\approx$
1219 \end_inset
1220
1221  0.376
1222 \begin_inset space \thinspace{}
1223 \end_inset
1224
1225 mm)
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 </row>
1231 <row>
1232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 cc
1237 \end_layout
1238
1239 \end_inset
1240 </cell>
1241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 Cicero (1
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 cc = 12
1250 \begin_inset space \thinspace{}
1251 \end_inset
1252
1253 dd)
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 </row>
1259 <row>
1260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 ex
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1270 \begin_inset Text
1271
1272 \begin_layout Plain Layout
1273 Height of letter 
1274 \emph on
1275
1276 \begin_inset Quotes eld
1277 \end_inset
1278
1279 x
1280 \emph default
1281
1282 \begin_inset Quotes erd
1283 \end_inset
1284
1285  in the current font
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 </row>
1291 <row>
1292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 em
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 width of letter 
1306 \begin_inset Quotes eld
1307 \end_inset
1308
1309
1310 \emph on
1311 M
1312 \emph default
1313
1314 \begin_inset Quotes erd
1315 \end_inset
1316
1317  in the current font
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 mu
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 math unit (1
1338 \begin_inset space \thinspace{}
1339 \end_inset
1340
1341 mu = 
1342 \begin_inset Formula $\nicefrac{1}{18}$
1343 \end_inset
1344
1345
1346 \begin_inset space \thinspace{}
1347 \end_inset
1348
1349 em)
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 </lyxtabular>
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \begin_layout Standard
1368 \begin_inset Newpage newpage
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \begin_layout Section
1375 Basic Functions
1376 \end_layout
1377
1378 \begin_layout Subsection
1379 Exponents
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 Exponents
1385 \end_layout
1386
1387 \end_inset
1388
1389  and Indices
1390 \begin_inset Index idx
1391 status collapsed
1392
1393 \begin_layout Plain Layout
1394 Indices
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 Superscripts|see
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 {
1411 \end_layout
1412
1413 \end_inset
1414
1415 Exponents
1416 \begin_inset ERT
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420
1421 }
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \begin_inset Index idx
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 Subscripts|see
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 {
1443 \end_layout
1444
1445 \end_inset
1446
1447 Indices
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 }
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \begin_layout Standard
1467 Indices are created with an underscore 
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 _
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  or via the math toolbar button 
1476 \begin_inset Info
1477 type  "icon"
1478 arg   "math-subscript"
1479 \end_inset
1480
1481 , exponents with a caret 
1482 \begin_inset Quotes eld
1483 \end_inset
1484
1485 ^
1486 \begin_inset Quotes erd
1487 \end_inset
1488
1489  or via the math toolbar button 
1490 \begin_inset Info
1491 type  "icon"
1492 arg   "math-superscript"
1493 \end_inset
1494
1495 .
1496 \end_layout
1497
1498 \begin_layout Standard
1499 \align center
1500 \begin_inset Tabular
1501 <lyxtabular version="3" rows="4" columns="2">
1502 <features booktabs="true" tabularvalignment="middle">
1503 <column alignment="center" valignment="top" width="0pt">
1504 <column alignment="center" valignment="top" width="0pt">
1505 <row>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510 Command
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 Result
1520 \end_layout
1521
1522 \end_inset
1523 </cell>
1524 </row>
1525 <row>
1526 <cell alignment="center" valignment="top" usebox="none">
1527 \begin_inset Text
1528
1529 \begin_layout Plain Layout
1530 B_V
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 <cell alignment="center" valignment="top" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 \begin_inset Formula $B_{V}$
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row topspace="1.5mm">
1549 <cell alignment="center" valignment="top" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 B^V
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 \begin_inset Formula $B^{V}$
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row topspace="1.5mm">
1572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B^
1577 \begin_inset space \textvisiblespace{}
1578 \end_inset
1579
1580 A
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1586 \begin_inset Text
1587
1588 \begin_layout Plain Layout
1589 \begin_inset Formula $B^{A}$
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 </row>
1598 </lyxtabular>
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Standard
1606 As the caret is in some languages an accent, vowels will be accentuated
1607  in this case and not set as exponents
1608 \begin_inset Foot
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 Depending on the used keyboard settings this can also happen for characters
1613  other than vowels.
1614 \end_layout
1615
1616 \end_inset
1617
1618 .
1619  To get exponents in this case, press 
1620 \family sans
1621 Space
1622 \family default
1623  after the caret as in the last example.
1624 \end_layout
1625
1626 \begin_layout Subsection
1627 Fractions
1628 \begin_inset CommandInset label
1629 LatexCommand label
1630 name "subsec:Fractions"
1631
1632 \end_inset
1633
1634
1635 \begin_inset Index idx
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639 Fractions
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \begin_layout Standard
1648 Fractions are generated with the command 
1649 \series bold
1650
1651 \backslash
1652 frac
1653 \series default
1654
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Commands ! F ! 
1660 \backslash
1661 frac
1662 \end_layout
1663
1664 \end_inset
1665
1666  or via the math toolbar button 
1667 \begin_inset Info
1668 type  "icon"
1669 arg   "math-insert \\frac"
1670 \end_inset
1671
1672 .
1673  The font size is adjusted automatically, depending on whether the fraction
1674  is in an inline or display style formula.
1675  With the math toolbar button 
1676 \begin_inset Info
1677 type  "icon"
1678 arg   "math-insert \\frac-square"
1679 \end_inset
1680
1681  you can select different fraction types.
1682 \end_layout
1683
1684 \begin_layout Standard
1685 With the command 
1686 \series bold
1687
1688 \backslash
1689 dfrac
1690 \series default
1691
1692 \begin_inset Index idx
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Commands ! D ! 
1697 \backslash
1698 dfrac
1699 \end_layout
1700
1701 \end_inset
1702
1703  a fraction can be created that always has the size of a display style formula.
1704  With 
1705 \series bold
1706
1707 \backslash
1708 tfrac
1709 \series default
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Commands ! T ! 
1716 \backslash
1717 tfrac
1718 \end_layout
1719
1720 \end_inset
1721
1722  the fraction appears always with the size of an inline formula.
1723  An example:
1724 \end_layout
1725
1726 \begin_layout Standard
1727 A line with the fraction 
1728 \begin_inset Formula $\frac{1}{2}$
1729 \end_inset
1730
1731  that was created with the command 
1732 \series bold
1733
1734 \backslash
1735 frac
1736 \series default
1737 .
1738 \end_layout
1739
1740 \begin_layout Standard
1741 A line with the fraction 
1742 \begin_inset Formula $\dfrac{1}{2}$
1743 \end_inset
1744
1745  that was created with the command 
1746 \series bold
1747
1748 \backslash
1749 dfrac
1750 \series default
1751 .
1752 \end_layout
1753
1754 \begin_layout Standard
1755 \align center
1756 \begin_inset Tabular
1757 <lyxtabular version="3" rows="4" columns="2">
1758 <features booktabs="true" tabularvalignment="middle">
1759 <column alignment="center" valignment="top" width="0pt">
1760 <column alignment="center" valignment="top" width="0pt">
1761 <row>
1762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1763 \begin_inset Text
1764
1765 \begin_layout Plain Layout
1766 Command
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775 Result
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 </row>
1781 <row topspace="1.5mm">
1782 <cell alignment="center" valignment="top" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786
1787 \backslash
1788 frac
1789 \begin_inset space \textvisiblespace{}
1790 \end_inset
1791
1792 A
1793 \begin_inset Formula $\downarrow$
1794 \end_inset
1795
1796 B
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 \begin_inset Formula $\frac{A}{B}$
1806 \end_inset
1807
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row topspace="2mm">
1815 <cell alignment="center" valignment="top" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \backslash
1821 dfrac
1822 \begin_inset space \textvisiblespace{}
1823 \end_inset
1824
1825 A
1826 \begin_inset Formula $\downarrow$
1827 \end_inset
1828
1829 B
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 \begin_inset Formula $\dfrac{A}{B}$
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row topspace="2mm" bottomspace="1mm">
1848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 dfrac
1855 \begin_inset space \textvisiblespace{}
1856 \end_inset
1857
1858 e^
1859 \backslash
1860 frac
1861 \begin_inset space \textvisiblespace{}
1862 \end_inset
1863
1864 1
1865 \begin_inset Formula $\downarrow$
1866 \end_inset
1867
1868 2
1869 \begin_inset Formula $\downarrow\downarrow$
1870 \end_inset
1871
1872 3
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 </lyxtabular>
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 \begin_inset VSpace bigskip
1899 \end_inset
1900
1901
1902 \begin_inset Newpage newpage
1903 \end_inset
1904
1905 For nested fractions the command 
1906 \series bold
1907
1908 \backslash
1909 cfrac
1910 \series default
1911
1912 \begin_inset Index idx
1913 status collapsed
1914
1915 \begin_layout Plain Layout
1916 Commands ! C ! 
1917 \backslash
1918 cfrac
1919 \end_layout
1920
1921 \end_inset
1922
1923  can be used.
1924  Here is an example:
1925 \begin_inset VSpace -3mm
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \begin_layout Standard
1932 \begin_inset Formula 
1933 \begin{align*}
1934 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1935 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1936 \end{align*}
1937
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Standard
1944 The command for the example above is:
1945 \end_layout
1946
1947 \begin_layout Standard
1948
1949 \series bold
1950
1951 \backslash
1952 cfrac
1953 \begin_inset space \textvisiblespace{}
1954 \end_inset
1955
1956 A
1957 \begin_inset Formula $\downarrow$
1958 \end_inset
1959
1960 B+
1961 \backslash
1962 cfrac
1963 \begin_inset space \textvisiblespace{}
1964 \end_inset
1965
1966 C+
1967 \backslash
1968 cfrac
1969 \begin_inset space \textvisiblespace{}
1970 \end_inset
1971
1972 E
1973 \begin_inset Formula $\downarrow$
1974 \end_inset
1975
1976 F
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 D
1981 \end_layout
1982
1983 \begin_layout Standard
1984 \begin_inset VSpace medskip
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \begin_layout Standard
1991
1992 \series bold
1993
1994 \backslash
1995 cfrac
1996 \series default
1997  sets the fraction always in the size of a displayed formula, also when
1998  it is part of another fraction.
1999 \end_layout
2000
2001 \begin_layout Standard
2002 It is possible to specify the alignment of the numerator.
2003  The command 
2004 \series bold
2005
2006 \backslash
2007 cfracleft
2008 \series default
2009  is used to left align it, the command 
2010 \series bold
2011
2012 \backslash
2013 cfracright
2014 \series default
2015  to right-align it.
2016  
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022  centers the numerator.
2023  These fractions demonstrate the different alignments:
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \series bold
2029 \begin_inset Formula 
2030 \[
2031 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2032 \]
2033
2034 \end_inset
2035
2036
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset Note Greyedout
2041 status open
2042
2043 \begin_layout Plain Layout
2044
2045 \series bold
2046 Note:
2047 \series default
2048  
2049 \series bold
2050
2051 \backslash
2052 cfracleft
2053 \series default
2054  and 
2055 \series bold
2056
2057 \backslash
2058 cfracright
2059 \series default
2060  are no real \SpecialChar LaTeX
2061  commands but represent the command 
2062 \series bold
2063
2064 \backslash
2065 cfrac[alignment]{numerator}{denominator}
2066 \series default
2067  .
2068  Therefore you cannot use them in \SpecialChar TeX
2069  code.
2070 \end_layout
2071
2072 \end_inset
2073
2074
2075 \end_layout
2076
2077 \begin_layout Standard
2078 \begin_inset VSpace medskip
2079 \end_inset
2080
2081 It is often advantageous to combine 
2082 \series bold
2083
2084 \backslash
2085 cfrac
2086 \series default
2087  and 
2088 \series bold
2089
2090 \backslash
2091 frac
2092 \series default
2093 :
2094 \begin_inset Formula 
2095 \[
2096 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2097 \]
2098
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105 For inline fractions with a sloped fraction stroke you can use the command
2106  
2107 \series bold
2108
2109 \backslash
2110 nicefrac
2111 \series default
2112
2113 \begin_inset Index idx
2114 status collapsed
2115
2116 \begin_layout Plain Layout
2117 Commands ! N ! 
2118 \backslash
2119 nicefrac
2120 \end_layout
2121
2122 \end_inset
2123
2124
2125 \begin_inset Formula $\nicefrac{5}{31}$
2126 \end_inset
2127
2128  or 
2129 \series bold
2130
2131 \backslash
2132 unitfrac
2133 \series default
2134
2135 \begin_inset Index idx
2136 status collapsed
2137
2138 \begin_layout Plain Layout
2139 Commands ! U ! 
2140 \backslash
2141 unitfrac
2142 \end_layout
2143
2144 \end_inset
2145
2146
2147 \begin_inset Formula $\unitfrac{5}{31}$
2148 \end_inset
2149
2150  There is furthermore the command 
2151 \series bold
2152
2153 \backslash
2154 unitfracthree
2155 \series default
2156  that offers to write a fraction in combination with a number: 
2157 \begin_inset Formula $\unitfrac[2]{1}{3}$
2158 \end_inset
2159
2160
2161 \end_layout
2162
2163 \begin_layout Standard
2164 \begin_inset Note Greyedout
2165 status open
2166
2167 \begin_layout Plain Layout
2168
2169 \series bold
2170 Note:
2171 \series default
2172  
2173 \series bold
2174
2175 \backslash
2176 unitfracthree
2177 \series default
2178  is not a real \SpecialChar LaTeX
2179  command but the command
2180 \begin_inset Newline newline
2181 \end_inset
2182
2183
2184 \series bold
2185
2186 \backslash
2187 unitfrac[number]{numerator}{denominator}
2188 \series default
2189  .
2190  Therefore you cannot use it in \SpecialChar TeX
2191  code.
2192 \end_layout
2193
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Standard
2200 How to define own fractions where the fraction stroke can be changed, is
2201  explained in 
2202 \begin_inset CommandInset ref
2203 LatexCommand ref
2204 reference "subsec:Self-defined-Fractions"
2205
2206 \end_inset
2207
2208 .
2209 \end_layout
2210
2211 \begin_layout Standard
2212 Multiline fractions are explained in 
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "subsec:Multiline-Fractions"
2216
2217 \end_inset
2218
2219 .
2220 \end_layout
2221
2222 \begin_layout Subsection
2223 Roots
2224 \begin_inset Index idx
2225 status collapsed
2226
2227 \begin_layout Plain Layout
2228 Roots
2229 \end_layout
2230
2231 \end_inset
2232
2233
2234 \end_layout
2235
2236 \begin_layout Standard
2237 Square roots are created with 
2238 \series bold
2239
2240 \backslash
2241 sqrt
2242 \series default
2243
2244 \begin_inset Index idx
2245 status collapsed
2246
2247 \begin_layout Plain Layout
2248 Commands ! S ! 
2249 \backslash
2250 sqrt
2251 \end_layout
2252
2253 \end_inset
2254
2255  or the math toolbar button 
2256 \begin_inset Info
2257 type  "icon"
2258 arg   "math-insert \\sqrt"
2259 \end_inset
2260
2261 , all other roots with the command 
2262 \series bold
2263
2264 \backslash
2265 root
2266 \series default
2267
2268 \begin_inset Index idx
2269 status collapsed
2270
2271 \begin_layout Plain Layout
2272 Commands ! R ! 
2273 \backslash
2274 root
2275 \end_layout
2276
2277 \end_inset
2278
2279  or with the math toolbar button 
2280 \begin_inset Info
2281 type  "icon"
2282 arg   "math-insert \\root"
2283 \end_inset
2284
2285 .
2286 \end_layout
2287
2288 \begin_layout Standard
2289 \align center
2290 \begin_inset Tabular
2291 <lyxtabular version="3" rows="3" columns="2">
2292 <features booktabs="true" tabularvalignment="middle">
2293 <column alignment="center" valignment="top" width="0pt">
2294 <column alignment="center" valignment="top" width="0pt">
2295 <row>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300 Command
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2306 \begin_inset Text
2307
2308 \begin_layout Plain Layout
2309 Result
2310 \end_layout
2311
2312 \end_inset
2313 </cell>
2314 </row>
2315 <row topspace="1mm">
2316 <cell alignment="center" valignment="top" usebox="none">
2317 \begin_inset Text
2318
2319 \begin_layout Plain Layout
2320
2321 \backslash
2322 sqrt
2323 \begin_inset space \textvisiblespace{}
2324 \end_inset
2325
2326 A-B
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 <cell alignment="center" valignment="top" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335 \begin_inset Formula $\sqrt{A-B}$
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \end_inset
2342 </cell>
2343 </row>
2344 <row topspace="1mm">
2345 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \backslash
2351 root
2352 \begin_inset space \textvisiblespace{}
2353 \end_inset
2354
2355 3
2356 \begin_inset Formula $\downarrow$
2357 \end_inset
2358
2359 A-B
2360 \end_layout
2361
2362 \end_inset
2363 </cell>
2364 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Plain Layout
2368 \begin_inset Formula $\sqrt[3]{A-B}$
2369 \end_inset
2370
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 </lyxtabular>
2378
2379 \end_inset
2380
2381
2382 \end_layout
2383
2384 \begin_layout Standard
2385 A square root can also be created with 
2386 \series bold
2387
2388 \backslash
2389 root
2390 \series default
2391  when the root index field is left empty.
2392 \end_layout
2393
2394 \begin_layout Standard
2395 With certain indices the distance to the root is too small, like in this
2396  formula: 
2397 \begin_inset Formula $\sqrt[\beta]{B}$
2398 \end_inset
2399
2400
2401 \begin_inset Newline newline
2402 \end_inset
2403
2404 The 
2405 \begin_inset Formula $\beta$
2406 \end_inset
2407
2408  touches the root.
2409  To avoid this, the commands 
2410 \series bold
2411
2412 \backslash
2413 leftroot
2414 \series default
2415
2416 \begin_inset Index idx
2417 status collapsed
2418
2419 \begin_layout Plain Layout
2420 Commands ! L ! 
2421 \backslash
2422 leftroot
2423 \end_layout
2424
2425 \end_inset
2426
2427  and 
2428 \series bold
2429
2430 \backslash
2431 uproot
2432 \series default
2433
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 Commands ! U ! 
2439 \backslash
2440 uproot
2441 \end_layout
2442
2443 \end_inset
2444
2445  are used with the following scheme:
2446 \end_layout
2447
2448 \begin_layout Standard
2449
2450 \series bold
2451
2452 \backslash
2453 leftroot{distance}
2454 \series default
2455  and 
2456 \series bold
2457
2458 \backslash
2459 uproot{distance}
2460 \end_layout
2461
2462 \begin_layout Standard
2463 Distance is the number of Big Points (unit bp; 
2464 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2465 \end_inset
2466
2467 ), that the index should be moved to the left or top, resp..
2468  The commands are written to the index.
2469  This way the command
2470 \begin_inset Newline newline
2471 \end_inset
2472
2473
2474 \series bold
2475
2476 \backslash
2477 root
2478 \backslash
2479 leftroot{-1
2480 \begin_inset Formula $\to$
2481 \end_inset
2482
2483
2484 \backslash
2485 uproot{2
2486 \begin_inset Formula $\to$
2487 \end_inset
2488
2489
2490 \backslash
2491 beta
2492 \begin_inset space \textvisiblespace{}
2493 \end_inset
2494
2495
2496 \begin_inset Formula $\to$
2497 \end_inset
2498
2499 B
2500 \begin_inset Newline newline
2501 \end_inset
2502
2503
2504 \series default
2505 produces a correct typeset formula: 
2506 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2507 \end_inset
2508
2509
2510 \end_layout
2511
2512 \begin_layout Subsection
2513 Binomial Coefficients
2514 \begin_inset Index idx
2515 status collapsed
2516
2517 \begin_layout Plain Layout
2518 Binomial coefficients
2519 \end_layout
2520
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \begin_layout Standard
2527 Binomial coefficients are inserted with the command 
2528 \series bold
2529
2530 \backslash
2531 binom
2532 \series default
2533
2534 \begin_inset Index idx
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538 Commands ! B ! 
2539 \backslash
2540 binom
2541 \end_layout
2542
2543 \end_inset
2544
2545  or with the submenu of the math toolbar button 
2546 \begin_inset Info
2547 type  "icon"
2548 arg   "math-insert \\frac-square"
2549 \end_inset
2550
2551 .
2552  As with fractions (
2553 \series bold
2554
2555 \backslash
2556 frac
2557 \series default
2558 ) in addition to 
2559 \series bold
2560
2561 \backslash
2562 binom
2563 \series default
2564  there are the commands 
2565 \series bold
2566
2567 \backslash
2568 dbinom
2569 \series default
2570
2571 \begin_inset Index idx
2572 status collapsed
2573
2574 \begin_layout Plain Layout
2575 Commands ! D ! 
2576 \backslash
2577 dbinom
2578 \end_layout
2579
2580 \end_inset
2581
2582  and 
2583 \series bold
2584
2585 \backslash
2586 tbinom
2587 \series default
2588
2589 \begin_inset Index idx
2590 status collapsed
2591
2592 \begin_layout Plain Layout
2593 Commands ! T ! 
2594 \backslash
2595 tbinom
2596 \end_layout
2597
2598 \end_inset
2599
2600 .
2601  For other brackets around binomial coeficients there are the commands 
2602 \series bold
2603
2604 \backslash
2605 brace
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Commands ! B ! 
2613 \backslash
2614 brace
2615 \end_layout
2616
2617 \end_inset
2618
2619  and 
2620 \series bold
2621
2622 \backslash
2623 brack
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 Commands ! B ! 
2631 \backslash
2632 brack
2633 \end_layout
2634
2635 \end_inset
2636
2637 .
2638 \end_layout
2639
2640 \begin_layout Standard
2641 \align center
2642 \begin_inset Tabular
2643 <lyxtabular version="3" rows="6" columns="2">
2644 <features booktabs="true" tabularvalignment="middle">
2645 <column alignment="center" valignment="top" width="0pt">
2646 <column alignment="center" valignment="top" width="0pt">
2647 <row>
2648 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2649 \begin_inset Text
2650
2651 \begin_layout Plain Layout
2652 Command
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661 Result
2662 \end_layout
2663
2664 \end_inset
2665 </cell>
2666 </row>
2667 <row topspace="1mm">
2668 <cell alignment="center" valignment="top" usebox="none">
2669 \begin_inset Text
2670
2671 \begin_layout Plain Layout
2672
2673 \backslash
2674 binom
2675 \begin_inset space \textvisiblespace{}
2676 \end_inset
2677
2678 A
2679 \begin_inset Formula $\downarrow$
2680 \end_inset
2681
2682 B
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691 \begin_inset Formula $\binom{A}{B}$
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 </row>
2700 <row topspace="2mm">
2701 <cell alignment="center" valignment="top" usebox="none">
2702 \begin_inset Text
2703
2704 \begin_layout Plain Layout
2705
2706 \backslash
2707 dbinom
2708 \begin_inset space \textvisiblespace{}
2709 \end_inset
2710
2711 A
2712 \begin_inset Formula $\downarrow$
2713 \end_inset
2714
2715 B
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 <cell alignment="center" valignment="top" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724 \begin_inset Formula $\dbinom{A}{B}$
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 </row>
2733 <row topspace="2mm" bottomspace="0.5mm">
2734 <cell alignment="center" valignment="top" usebox="none">
2735 \begin_inset Text
2736
2737 \begin_layout Plain Layout
2738
2739 \backslash
2740 tbinom
2741 \begin_inset space \textvisiblespace{}
2742 \end_inset
2743
2744 A
2745 \begin_inset Formula $\downarrow$
2746 \end_inset
2747
2748 B
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 <cell alignment="center" valignment="top" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757 \begin_inset Formula $\tbinom{A}{B}$
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 <row topspace="1mm">
2767 <cell alignment="center" valignment="top" topline="true" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Plain Layout
2771
2772 \backslash
2773 brack
2774 \begin_inset space \textvisiblespace{}
2775 \end_inset
2776
2777 A
2778 \begin_inset Formula $\downarrow$
2779 \end_inset
2780
2781 B
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 <cell alignment="center" valignment="top" topline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790 \begin_inset Formula ${A \brack B}$
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 </row>
2799 <row topspace="2mm" bottomspace="0.5mm">
2800 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Plain Layout
2804
2805 \backslash
2806 brace
2807 \begin_inset space \textvisiblespace{}
2808 \end_inset
2809
2810 A
2811 \begin_inset Formula $\downarrow$
2812 \end_inset
2813
2814 B
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823 \begin_inset Formula ${A \brace B}$
2824 \end_inset
2825
2826
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 </lyxtabular>
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Subsection
2840 Case Differentiations
2841 \begin_inset Index idx
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845 Case differentiations 
2846 \end_layout
2847
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \begin_layout Standard
2854 \align center
2855 \begin_inset Tabular
2856 <lyxtabular version="3" rows="3" columns="2">
2857 <features booktabs="true" tabularvalignment="middle">
2858 <column alignment="center" valignment="top" width="0pt">
2859 <column alignment="center" valignment="top" width="0pt">
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 Command
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874 Result
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row>
2881 <cell alignment="center" valignment="top" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \backslash
2887 cases
2888 \begin_inset space \textvisiblespace{}
2889 \end_inset
2890
2891 A
2892 \begin_inset Formula $\to$
2893 \end_inset
2894
2895 B>0
2896 \begin_inset Index idx
2897 status collapsed
2898
2899 \begin_layout Plain Layout
2900 Commands ! C ! 
2901 \backslash
2902 cases
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\begin{cases}
2917 A & B>0\end{cases}$
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 </row>
2926 <row topspace="1.5mm">
2927 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \backslash
2933 cases
2934 \begin_inset space \textvisiblespace{}
2935 \end_inset
2936
2937
2938 \begin_inset Info
2939 type  "shortcut"
2940 arg   "newline-insert newline"
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2949 \begin_inset Text
2950
2951 \begin_layout Plain Layout
2952 \begin_inset Formula $\begin{cases}
2953 A & \textrm{for }x>0\\
2954 B & \textrm{for }x=0
2955 \end{cases}$
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 </lyxtabular>
2965
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \begin_layout Standard
2972 After inserting 
2973 \series bold
2974
2975 \backslash
2976 cases
2977 \series default
2978  or pressing the math toolbar button 
2979 \begin_inset Info
2980 type  "icon"
2981 arg   "math-insert \\cases"
2982 \end_inset
2983
2984  you can create new lines with the shortcut 
2985 \begin_inset Info
2986 type  "shortcut"
2987 arg   "newline-insert newline"
2988 \end_inset
2989
2990  or the table toolbar button 
2991 \begin_inset Info
2992 type  "icon"
2993 arg   "tabular-feature append-row"
2994 \end_inset
2995
2996 .
2997 \end_layout
2998
2999 \begin_layout Standard
3000 The command 
3001 \series bold
3002
3003 \backslash
3004 cases
3005 \series default
3006  is also available via the menu 
3007 \family sans
3008 Insert\SpecialChar menuseparator
3009 Math\SpecialChar menuseparator
3010 Cases-Environment
3011 \family default
3012 .
3013 \end_layout
3014
3015 \begin_layout Subsection
3016 Negations
3017 \begin_inset Index idx
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021 Negations
3022 \end_layout
3023
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \begin_layout Standard
3030 By inserting 
3031 \series bold
3032
3033 \backslash
3034 not
3035 \series default
3036
3037 \begin_inset Index idx
3038 status collapsed
3039
3040 \begin_layout Plain Layout
3041 Commands ! N ! 
3042 \backslash
3043 not
3044 \end_layout
3045
3046 \end_inset
3047
3048  every character can be displayed canceled.
3049  The characters are quasi accentuated by a slash.
3050 \end_layout
3051
3052 \begin_layout Standard
3053 \align center
3054 \begin_inset Tabular
3055 <lyxtabular version="3" rows="4" columns="2">
3056 <features booktabs="true" tabularvalignment="middle">
3057 <column alignment="center" valignment="top" width="0pt">
3058 <column alignment="center" valignment="top" width="0pt">
3059 <row>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 Command
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3070 \begin_inset Text
3071
3072 \begin_layout Plain Layout
3073 Result
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 <row>
3080 <cell alignment="center" valignment="top" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084
3085 \backslash
3086 not=
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 <cell alignment="center" valignment="top" usebox="none">
3092 \begin_inset Text
3093
3094 \begin_layout Plain Layout
3095 \begin_inset Formula $\not=$
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \backslash
3111 not 
3112 \backslash
3113 le
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell alignment="center" valignment="top" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122 \begin_inset Formula $\not\le$
3123 \end_inset
3124
3125
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 </row>
3131 <row>
3132 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \backslash
3138 not 
3139 \backslash
3140 parallel
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 \begin_inset Formula $\not\parallel$
3150 \end_inset
3151
3152
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 </row>
3158 </lyxtabular>
3159
3160 \end_inset
3161
3162
3163 \end_layout
3164
3165 \begin_layout Standard
3166 The last example shows that not all negations look good.
3167  Therefore there are special commands for some negations (see 
3168 \begin_inset CommandInset ref
3169 LatexCommand ref
3170 reference "subsec:Mathematical-Symbols"
3171
3172 \end_inset
3173
3174  and 
3175 \begin_inset CommandInset ref
3176 LatexCommand ref
3177 reference "sec:Relations"
3178
3179 \end_inset
3180
3181 ).
3182 \end_layout
3183
3184 \begin_layout Subsection
3185 Placeholders
3186 \begin_inset CommandInset label
3187 LatexCommand label
3188 name "subsec:Placeholders"
3189
3190 \end_inset
3191
3192
3193 \begin_inset Index idx
3194 status collapsed
3195
3196 \begin_layout Plain Layout
3197 Placeholders
3198 \end_layout
3199
3200 \end_inset
3201
3202
3203 \begin_inset Index idx
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207 Chemical characters ! Isotopes
3208 \end_layout
3209
3210 \end_inset
3211
3212
3213 \begin_inset Index idx
3214 status collapsed
3215
3216 \begin_layout Plain Layout
3217 Isotopes|see
3218 \begin_inset ERT
3219 status collapsed
3220
3221 \begin_layout Plain Layout
3222
3223 {
3224 \end_layout
3225
3226 \end_inset
3227
3228 Chemical characters
3229 \begin_inset ERT
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233
3234 }
3235 \end_layout
3236
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243
3244
3245 \end_layout
3246
3247 \begin_layout Standard
3248 When displaying e.
3249 \begin_inset space \thinspace{}
3250 \end_inset
3251
3252 g.
3253 \begin_inset space \space{}
3254 \end_inset
3255
3256 isotopes
3257 \begin_inset Foot
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 Typesetting isotopes and chemical symbols is described in 
3262 \begin_inset CommandInset ref
3263 LatexCommand ref
3264 reference "subsec:Chemical-Symbols-and"
3265
3266 \end_inset
3267
3268 .
3269 \end_layout
3270
3271 \end_inset
3272
3273  the following problem occurs:
3274 \end_layout
3275
3276 \begin_layout Standard
3277 \align center
3278 \begin_inset Tabular
3279 <lyxtabular version="3" rows="2" columns="2">
3280 <features booktabs="true" tabularvalignment="middle">
3281 <column alignment="center" valignment="top" width="0pt">
3282 <column alignment="center" valignment="top" width="0pt">
3283 <row>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Indices created with sub- and superscripts:
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3298 \end_inset
3299
3300
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 </row>
3306 <row topspace="1.5mm">
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 correct indices:
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3321 \end_inset
3322
3323
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 </lyxtabular>
3330
3331 \end_inset
3332
3333
3334 \end_layout
3335
3336 \begin_layout Standard
3337 The shorter index is by default placed below or above the first character
3338  of the longer index.
3339  To avoid this there is the command 
3340 \series bold
3341
3342 \backslash
3343 phantom
3344 \series default
3345
3346 \begin_inset Index idx
3347 status collapsed
3348
3349 \begin_layout Plain Layout
3350 Commands ! P ! 
3351 \backslash
3352 phantom
3353 \end_layout
3354
3355 \end_inset
3356
3357  or the math toolbar button
3358 \begin_inset space \thinspace{}
3359 \end_inset
3360
3361
3362 \begin_inset Foot
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 can be found in the submenu of the toolbar button 
3367 \begin_inset Info
3368 type  "icon"
3369 arg   "math-insert \\space"
3370 \end_inset
3371
3372
3373 \end_layout
3374
3375 \end_inset
3376
3377  
3378 \begin_inset Info
3379 type  "icon"
3380 arg   "math/phantom"
3381 \end_inset
3382
3383  that creates one or more phantom characters.
3384  When inserting 
3385 \series bold
3386
3387 \backslash
3388 phantom
3389 \series default
3390  a small blue box appears that is superposed with two red arrows.
3391  The arrows indicate that the complete width and height of the box content
3392  will be created as placeholder.
3393  Phantom characters are accordingly placeholders with the size of the characters.
3394 \end_layout
3395
3396 \begin_layout Standard
3397 \align center
3398 \begin_inset Tabular
3399 <lyxtabular version="3" rows="4" columns="2">
3400 <features booktabs="true" tabularvalignment="middle">
3401 <column alignment="center" valignment="top" width="0pt">
3402 <column alignment="center" valignment="top" width="0pt">
3403 <row>
3404 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Command
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 Result
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 </row>
3423 <row topspace="1.5mm">
3424 <cell alignment="center" valignment="top" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 ^19
3429 \begin_inset space \textvisiblespace{}
3430 \end_inset
3431
3432 _
3433 \backslash
3434 phantom
3435 \begin_inset space \textvisiblespace{}
3436 \end_inset
3437
3438 1
3439 \begin_inset Formula $\to$
3440 \end_inset
3441
3442 9
3443 \begin_inset space \textvisiblespace{}
3444 \end_inset
3445
3446 F
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3456 \end_inset
3457
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 </row>
3464 <row topspace="1.5mm" bottomspace="0.5mm">
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 ^235
3470 \begin_inset space \textvisiblespace{}
3471 \end_inset
3472
3473 _
3474 \backslash
3475 phantom
3476 \begin_inset space \textvisiblespace{}
3477 \end_inset
3478
3479 23
3480 \begin_inset Formula $\to$
3481 \end_inset
3482
3483 9
3484 \begin_inset space \textvisiblespace{}
3485 \end_inset
3486
3487 F
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row topspace="1.5mm" bottomspace="0.5mm">
3506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \backslash
3512 Lambda^
3513 \begin_inset space \textvisiblespace{}
3514 \end_inset
3515
3516
3517 \backslash
3518 phantom
3519 \begin_inset space \textvisiblespace{}
3520 \end_inset
3521
3522 ii
3523 \begin_inset Formula $\to$
3524 \end_inset
3525
3526 t
3527 \begin_inset space \textvisiblespace{}
3528 \end_inset
3529
3530 _MMt
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3540 \end_inset
3541
3542
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 </lyxtabular>
3549
3550 \end_inset
3551
3552
3553 \end_layout
3554
3555 \begin_layout Standard
3556 Furthermore there are the commands 
3557 \series bold
3558
3559 \backslash
3560 vphantom
3561 \series default
3562
3563 \begin_inset Index idx
3564 status collapsed
3565
3566 \begin_layout Plain Layout
3567 Commands ! V ! 
3568 \backslash
3569 vphantom
3570 \end_layout
3571
3572 \end_inset
3573
3574  (toolbar button 
3575 \begin_inset Info
3576 type  "icon"
3577 arg   "math/vphantom"
3578 \end_inset
3579
3580 ) and 
3581 \series bold
3582
3583 \backslash
3584 hphantom
3585 \series default
3586
3587 \begin_inset Index idx
3588 status collapsed
3589
3590 \begin_layout Plain Layout
3591 Commands ! H ! 
3592 \backslash
3593 hphantom
3594 \end_layout
3595
3596 \end_inset
3597
3598  (toolbar button 
3599 \begin_inset Info
3600 type  "icon"
3601 arg   "math/hphantom"
3602 \end_inset
3603
3604 ).
3605  
3606 \series bold
3607
3608 \backslash
3609 hphantom
3610 \series default
3611  creates only space for the maximal height of the characters in the box
3612  but not for its width.
3613  
3614 \series bold
3615
3616 \backslash
3617 vphantom
3618 \series default
3619  creates only space for the width of the box content.
3620  Therefore  the boxes of both commands have only one red arrow.
3621 \end_layout
3622
3623 \begin_layout Standard
3624 For example the command 
3625 \series bold
3626
3627 \backslash
3628 vphantom
3629 \begin_inset space \textvisiblespace{}
3630 \end_inset
3631
3632 a
3633 \backslash
3634 int
3635 \series default
3636  creates space for the height of the integral sign,
3637 \begin_inset Foot
3638 status collapsed
3639
3640 \begin_layout Plain Layout
3641 The command 
3642 \series bold
3643
3644 \backslash
3645 int
3646 \series default
3647  creates an integral sign, see 
3648 \begin_inset CommandInset ref
3649 LatexCommand ref
3650 reference "subsec:Big-Operators"
3651
3652 \end_inset
3653
3654 .
3655 \end_layout
3656
3657 \end_inset
3658
3659  because this is the larger character.
3660  An example application is in 
3661 \begin_inset CommandInset ref
3662 LatexCommand ref
3663 reference "subsec:Multiline-Brackets"
3664
3665 \end_inset
3666
3667 .
3668 \end_layout
3669
3670 \begin_layout Standard
3671 Placeholders can also be used for text when they are inserted via the menu
3672  
3673 \family sans
3674 Insert\SpecialChar menuseparator
3675 Formatting\SpecialChar menuseparator
3676 Phantom
3677 \family default
3678 :
3679 \end_layout
3680
3681 \begin_layout Standard
3682 This is a sentence.
3683 \begin_inset Newline newline
3684 \end_inset
3685
3686
3687 \begin_inset Phantom Phantom
3688 status open
3689
3690 \begin_layout Plain Layout
3691 This
3692 \end_layout
3693
3694 \end_inset
3695
3696  is a sentence.
3697 \end_layout
3698
3699 \begin_layout Subsection
3700 Lines
3701 \begin_inset Index idx
3702 status collapsed
3703
3704 \begin_layout Plain Layout
3705 Lines
3706 \end_layout
3707
3708 \end_inset
3709
3710
3711 \begin_inset Index idx
3712 status collapsed
3713
3714 \begin_layout Plain Layout
3715 Formula ! underlined
3716 \end_layout
3717
3718 \end_inset
3719
3720
3721 \end_layout
3722
3723 \begin_layout Standard
3724 \align center
3725 \begin_inset Tabular
3726 <lyxtabular version="3" rows="4" columns="2">
3727 <features booktabs="true" tabularvalignment="middle">
3728 <column alignment="center" valignment="top" width="0pt">
3729 <column alignment="center" valignment="top" width="0pt">
3730 <row>
3731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Command
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 Result
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row topspace="2mm">
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \backslash
3757 overline
3758 \begin_inset space \textvisiblespace{}
3759 \end_inset
3760
3761 A+B
3762 \begin_inset Index idx
3763 status collapsed
3764
3765 \begin_layout Plain Layout
3766 Commands ! O ! 
3767 \backslash
3768 overline
3769 \end_layout
3770
3771 \end_inset
3772
3773
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 \begin_inset Formula $\overline{A+B}$
3783 \end_inset
3784
3785
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row bottomspace="1mm">
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \backslash
3798 underline
3799 \begin_inset space \textvisiblespace{}
3800 \end_inset
3801
3802 A+B
3803 \begin_inset Index idx
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807 Commands ! U ! 
3808 \backslash
3809 underline
3810 \end_layout
3811
3812 \end_inset
3813
3814
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 \begin_inset Formula $\underline{A+B}$
3824 \end_inset
3825
3826
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row topspace="2mm" bottomspace="1mm">
3833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \backslash
3839 overline
3840 \begin_inset space \textvisiblespace{}
3841 \end_inset
3842
3843
3844 \backslash
3845 underline
3846 \begin_inset space \textvisiblespace{}
3847 \end_inset
3848
3849 A+B
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 \begin_inset Formula $\overline{\underline{A+B}}$
3859 \end_inset
3860
3861
3862 \end_layout
3863
3864 \end_inset
3865 </cell>
3866 </row>
3867 </lyxtabular>
3868
3869 \end_inset
3870
3871
3872 \end_layout
3873
3874 \begin_layout Standard
3875 In the last example it doesn't matter if first 
3876 \series bold
3877
3878 \backslash
3879 overline
3880 \series default
3881  or 
3882 \series bold
3883
3884 \backslash
3885 underline
3886 \series default
3887  is inserted.
3888 \end_layout
3889
3890 \begin_layout Standard
3891 To double underline use 
3892 \series bold
3893
3894 \backslash
3895 underline
3896 \series default
3897  twice.
3898 \end_layout
3899
3900 \begin_layout Standard
3901 It is possible to place up to 6 lines above or below characters.
3902 \end_layout
3903
3904 \begin_layout Standard
3905 \begin_inset VSpace bigskip
3906 \end_inset
3907
3908 Custom lines can be created using the command 
3909 \series bold
3910
3911 \backslash
3912 rule
3913 \series default
3914
3915 \begin_inset Index idx
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919 Commands ! R ! 
3920 \backslash
3921 rule
3922 \end_layout
3923
3924 \end_inset
3925
3926  which has the following scheme:
3927 \end_layout
3928
3929 \begin_layout Standard
3930
3931 \series bold
3932
3933 \backslash
3934 rule[vertical offset]{length}{thickness}
3935 \end_layout
3936
3937 \begin_layout Standard
3938 The optional vertical offset shifts the line upwards (or downwards, when
3939  the value is negative).
3940  The units listed in 
3941 \begin_inset CommandInset ref
3942 LatexCommand ref
3943 reference "tab:Available-units"
3944
3945 \end_inset
3946
3947  can be used for the values.
3948  Here are two example lines created with the commands
3949 \begin_inset Newline newline
3950 \end_inset
3951
3952
3953 \series bold
3954
3955 \backslash
3956 rule[-2ex]{3cm}{2pt}
3957 \series default
3958  and 
3959 \series bold
3960
3961 \backslash
3962 rule{2cm}{1pt}
3963 \series default
3964 :
3965 \end_layout
3966
3967 \begin_layout Standard
3968 This is a sentence 
3969 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
3970 \end_inset
3971
3972  with two lines.
3973 \end_layout
3974
3975 \begin_layout Standard
3976
3977 \series bold
3978
3979 \backslash
3980 rule
3981 \series default
3982  can also be used for text when a line is inserted via the menu 
3983 \family sans
3984 Insert\SpecialChar menuseparator
3985 Formatting\SpecialChar menuseparator
3986 Horizontal
3987 \begin_inset space ~
3988 \end_inset
3989
3990 Line
3991 \family default
3992 :
3993 \end_layout
3994
3995 \begin_layout Standard
3996 This is a sentence 
3997 \begin_inset CommandInset line
3998 LatexCommand rule
3999 offset "0.5ex"
4000 width "3cm"
4001 height "1pt"
4002
4003 \end_inset
4004
4005  with one line.
4006 \end_layout
4007
4008 \begin_layout Subsection
4009 Ellipses
4010 \begin_inset CommandInset label
4011 LatexCommand label
4012 name "subsec:Ellipses"
4013
4014 \end_inset
4015
4016
4017 \begin_inset Index idx
4018 status collapsed
4019
4020 \begin_layout Plain Layout
4021 Ellipses
4022 \end_layout
4023
4024 \end_inset
4025
4026
4027 \end_layout
4028
4029 \begin_layout Standard
4030 There are different types of ellipses available.
4031 \begin_inset Foot
4032 status collapsed
4033
4034 \begin_layout Plain Layout
4035 In the math toolbar in the submenu of the button 
4036 \begin_inset Info
4037 type  "icon"
4038 arg   "math-insert \\ldots"
4039 \end_inset
4040
4041
4042 \end_layout
4043
4044 \end_inset
4045
4046  For listings dots at the baseline are used (
4047 \series bold
4048
4049 \backslash
4050 ldots
4051 \series default
4052
4053 \begin_inset Index idx
4054 status collapsed
4055
4056 \begin_layout Plain Layout
4057 Commands ! L ! 
4058 \backslash
4059 ldots
4060 \end_layout
4061
4062 \end_inset
4063
4064 ), while for operations dots are needed that are on the same height as the
4065  operators (
4066 \series bold
4067
4068 \backslash
4069 cdots
4070 \series default
4071
4072 \begin_inset Index idx
4073 status collapsed
4074
4075 \begin_layout Plain Layout
4076 Commands ! C ! 
4077 \backslash
4078 cdots
4079 \end_layout
4080
4081 \end_inset
4082
4083 ).
4084  When using the command 
4085 \series bold
4086
4087 \backslash
4088 dots
4089 \series default
4090
4091 \begin_inset Index idx
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095 Commands ! D ! 
4096 \backslash
4097 dots
4098 \end_layout
4099
4100 \end_inset
4101
4102 , \SpecialChar LaTeX
4103  decides on the basis of the next character what type is used.
4104 \end_layout
4105
4106 \begin_layout Standard
4107 \align center
4108 \begin_inset Tabular
4109 <lyxtabular version="3" rows="9" columns="2">
4110 <features booktabs="true" tabularvalignment="middle">
4111 <column alignment="center" valignment="top" width="0pt">
4112 <column alignment="center" valignment="top" width="0pt">
4113 <row>
4114 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 Command
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Result
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 A_1
4139 \begin_inset space \textvisiblespace{}
4140 \end_inset
4141
4142 ,
4143 \backslash
4144 dots
4145 \begin_inset space \textvisiblespace{}
4146 \end_inset
4147
4148 ,A_n
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 \begin_inset Formula $A_{1},\dots,A_{n}$
4158 \end_inset
4159
4160
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 A_1
4172 \begin_inset space \textvisiblespace{}
4173 \end_inset
4174
4175 +
4176 \backslash
4177 dots
4178 \begin_inset space \textvisiblespace{}
4179 \end_inset
4180
4181 +A_n
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 \begin_inset Formula $A_{1}+\dots+A_{n}$
4191 \end_inset
4192
4193
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 A_1
4205 \begin_inset space \textvisiblespace{}
4206 \end_inset
4207
4208 ,
4209 \backslash
4210 ldots
4211 \begin_inset space \textvisiblespace{}
4212 \end_inset
4213
4214 ,A_n
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 \begin_inset Formula $A_{1},\ldots,A_{n}$
4224 \end_inset
4225
4226
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 A_1
4238 \begin_inset space \textvisiblespace{}
4239 \end_inset
4240
4241 +
4242 \backslash
4243 cdots
4244 \begin_inset space \textvisiblespace{}
4245 \end_inset
4246
4247 +A_n
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4257 \end_inset
4258
4259
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \backslash
4272 vdots
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 \begin_inset Formula $\vdots$
4282 \end_inset
4283
4284
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295
4296 \backslash
4297 ddots
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 \begin_inset Formula $\ddots$
4307 \end_inset
4308
4309
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 </row>
4315 <row>
4316 <cell alignment="center" valignment="top" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320
4321 \backslash
4322 iddots
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $\iddots$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 3×3
4346 \begin_inset space \thinspace{}
4347 \end_inset
4348
4349 matrix with the different dots
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 \begin_inset Formula $\begin{array}{ccc}
4359 A_{11} & \cdots & A_{1m}\\
4360 \vdots & \ddots & \vdots\\
4361 A_{n1} & \cdots & A_{nm}
4362 \end{array}$
4363 \end_inset
4364
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 </lyxtabular>
4372
4373 \end_inset
4374
4375
4376 \end_layout
4377
4378 \begin_layout Standard
4379 The ellipses available in menu 
4380 \family sans
4381 Insert\SpecialChar menuseparator
4382 Special
4383 \begin_inset space ~
4384 \end_inset
4385
4386 Character
4387 \family default
4388  are 
4389 \series bold
4390
4391 \backslash
4392 ldots
4393 \series default
4394 .
4395 \end_layout
4396
4397 \begin_layout Standard
4398 \begin_inset VSpace medskip
4399 \end_inset
4400
4401 To use 
4402 \series bold
4403
4404 \backslash
4405 iddots
4406 \series default
4407 , one of the options 
4408 \family sans
4409 Use mathdots package (automatically)
4410 \family default
4411  must be set in the document settings under 
4412 \family sans
4413 Math
4414 \begin_inset space ~
4415 \end_inset
4416
4417 Options
4418 \family default
4419 .
4420 \begin_inset Newline newline
4421 \end_inset
4422
4423 Using the option 
4424 \family sans
4425 Use mathdots package
4426 \family default
4427  will improve the appearance of all dots in the documents if their font
4428  style or size is not the default.
4429 \end_layout
4430
4431 \begin_layout Standard
4432 \begin_inset VSpace medskip
4433 \end_inset
4434
4435 Specially for matrices there are ellipses that span over several columns.
4436  They are created with the command 
4437 \series bold
4438
4439 \backslash
4440 hdotsfor
4441 \series default
4442
4443 \begin_inset Index idx
4444 status collapsed
4445
4446 \begin_layout Plain Layout
4447 Commands ! H ! 
4448 \backslash
4449 hdotsfor
4450 \end_layout
4451
4452 \end_inset
4453
4454 , that has the following scheme:
4455 \end_layout
4456
4457 \begin_layout Standard
4458
4459 \series bold
4460
4461 \backslash
4462 hdotsfor[distance]{number of columns}
4463 \end_layout
4464
4465 \begin_layout Standard
4466 The number of columns specifies how many columns should be spanned.
4467  Distance is a factor for the distance between the dots.
4468 \end_layout
4469
4470 \begin_layout Standard
4471 In the following matrix the command 
4472 \series bold
4473
4474 \backslash
4475 hdotsfor[2]{4}
4476 \series default
4477  was inserted in the first box of the second line, to get an ellipsis with
4478  a dot distance twice as long as with the command 
4479 \series bold
4480
4481 \backslash
4482 dots
4483 \series default
4484 :
4485 \begin_inset Formula 
4486 \[
4487 \left(\begin{array}{cccc}
4488 A & B & C & D\\
4489 \hdotsfor[2]{4}\\
4490 q & w & e & r
4491 \end{array}\right)
4492 \]
4493
4494 \end_inset
4495
4496 Note that the matrix fields that should be spanned must be empty, otherwise
4497  you get \SpecialChar LaTeX
4498 -errors.
4499 \end_layout
4500
4501 \begin_layout Standard
4502 \begin_inset VSpace bigskip
4503 \end_inset
4504
4505 Furthermore you can fill with the command 
4506 \series bold
4507
4508 \backslash
4509 dotfill
4510 \series default
4511
4512 \begin_inset Index idx
4513 status collapsed
4514
4515 \begin_layout Plain Layout
4516 Commands ! D ! 
4517 \backslash
4518 dotfill
4519 \end_layout
4520
4521 \end_inset
4522
4523  the rest of a line with dots.
4524  The effect of these commands is the same as with 
4525 \series bold
4526
4527 \backslash
4528 hfill
4529 \series default
4530 , see 
4531 \begin_inset CommandInset ref
4532 LatexCommand ref
4533 reference "subsec:Variable-Space"
4534
4535 \end_inset
4536
4537 .
4538 \end_layout
4539
4540 \begin_layout Standard
4541 For example the command 
4542 \series bold
4543 A
4544 \backslash
4545 dotfill
4546 \begin_inset space \textvisiblespace{}
4547 \end_inset
4548
4549 B
4550 \series default
4551  produces
4552 \end_layout
4553
4554 \begin_layout Standard
4555 \begin_inset Formula $A\dotfill B$
4556 \end_inset
4557
4558
4559 \end_layout
4560
4561 \begin_layout Standard
4562 Similar to
4563 \series bold
4564  
4565 \backslash
4566 dotfill
4567 \series default
4568  there is for a line the command 
4569 \series bold
4570
4571 \backslash
4572 hrulefill
4573 \series default
4574
4575 \begin_inset Index idx
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579 Commands ! H ! 
4580 \backslash
4581 hrulefill
4582 \end_layout
4583
4584 \end_inset
4585
4586 :
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \begin_inset Formula $A\hrulefill B$
4591 \end_inset
4592
4593
4594 \end_layout
4595
4596 \begin_layout Standard
4597 To use the commands for text, they have to be inserted in \SpecialChar TeX
4598  mode.
4599 \end_layout
4600
4601 \begin_layout Section
4602 Matrices
4603 \begin_inset CommandInset label
4604 LatexCommand label
4605 name "sec:Matrices"
4606
4607 \end_inset
4608
4609
4610 \begin_inset Index idx
4611 status collapsed
4612
4613 \begin_layout Plain Layout
4614 Matrices
4615 \end_layout
4616
4617 \end_inset
4618
4619
4620 \end_layout
4621
4622 \begin_layout Standard
4623 Matrices can be inserted via the math toolbar button 
4624 \begin_inset Info
4625 type  "icon"
4626 arg   "dialog-show mathmatrix"
4627 \end_inset
4628
4629  or the menu 
4630 \family sans
4631 Insert\SpecialChar menuseparator
4632 Math\SpecialChar menuseparator
4633 Matrix
4634 \family default
4635 .
4636  In the matrix dialog you can specify the number of columns and rows, the
4637  alignment and the decoration.
4638  The vertical alignment is only of importance for matrices in inline formulas:
4639 \end_layout
4640
4641 \begin_layout Standard
4642 The first matrix is top 
4643 \begin_inset Formula $\begin{array}[t]{cccc}
4644 A & D & G & J\\
4645 B & E & H & K\\
4646 C & F & I & L
4647 \end{array}$
4648 \end_inset
4649
4650 , the second middle 
4651 \begin_inset Formula $\begin{array}{cccc}
4652 A & D & G & J\\
4653 B & E & H & K\\
4654 C & F & I & L
4655 \end{array}$
4656 \end_inset
4657
4658  and the third bottom 
4659 \begin_inset Formula $\begin{array}[b]{cccc}
4660 A & D & G & J\\
4661 B & E & H & K\\
4662 C & F & I & L
4663 \end{array}$
4664 \end_inset
4665
4666  aligned.
4667 \end_layout
4668
4669 \begin_layout Standard
4670 The horizontal alignment specifies how the column entries should be aligned.
4671  It is set by entering a letter for every column.
4672  
4673 \emph on
4674 l
4675 \emph default
4676  denotes left aligned, 
4677 \emph on
4678 c
4679 \emph default
4680  centered and 
4681 \emph on
4682 r
4683 \emph default
4684  right aligned.
4685  To create for example a 4
4686 \series bold
4687 ×
4688 \series default
4689 4
4690 \begin_inset space ~
4691 \end_inset
4692
4693 matrix where the first column is left aligned, the second and third are
4694  centered and the last one is right aligned, one enters for the horizontal
4695  alignment 
4696 \series bold
4697 lccr
4698 \series default
4699 .
4700  Normally in a matrix all columns are centered, therefore the default for
4701  every column is a 
4702 \series bold
4703 c
4704 \series default
4705 .
4706 \end_layout
4707
4708 \begin_layout Standard
4709 Horizontal alignment:
4710 \end_layout
4711
4712 \begin_layout Standard
4713
4714 \series bold
4715 lll
4716 \series default
4717  : 
4718 \begin_inset Formula $\begin{array}{lll}
4719 10000 & D & G\\
4720 B & 10000 & H\\
4721 C & F & 10000
4722 \end{array}$
4723 \end_inset
4724
4725  , 
4726 \series bold
4727 ccc
4728 \series default
4729  : 
4730 \begin_inset Formula $\begin{array}{ccc}
4731 10000 & D & G\\
4732 B & 10000 & H\\
4733 C & F & 10000
4734 \end{array}$
4735 \end_inset
4736
4737  , 
4738 \series bold
4739 rrr
4740 \series default
4741  : 
4742 \begin_inset Formula $\begin{array}{rrr}
4743 10000 & D & G\\
4744 B & 10000 & H\\
4745 C & F & 10000
4746 \end{array}$
4747 \end_inset
4748
4749
4750 \end_layout
4751
4752 \begin_layout Standard
4753 To add or delete rows and columns subsequently, the math toolbar buttons
4754  
4755 \begin_inset Info
4756 type  "icon"
4757 arg   "tabular-feature append-row"
4758 \end_inset
4759
4760
4761 \begin_inset Info
4762 type  "icon"
4763 arg   "tabular-feature delete-row"
4764 \end_inset
4765
4766 , etc.
4767 \begin_inset space \thinspace{}
4768 \end_inset
4769
4770 , or the menu 
4771 \family sans
4772 Edit\SpecialChar menuseparator
4773 Rows & Columns
4774 \family default
4775  can be used.
4776  New rows can also be created with 
4777 \begin_inset Info
4778 type  "shortcut"
4779 arg   "newline-insert newline"
4780 \end_inset
4781
4782 .
4783 \end_layout
4784
4785 \begin_layout Standard
4786 \begin_inset VSpace bigskip
4787 \end_inset
4788
4789 The 
4790 \family sans
4791 Decoration
4792 \family default
4793  adds parentheses in the selected style around the matrix.
4794  Alternatively, parentheses can can either be created with the commands
4795  
4796 \series bold
4797
4798 \backslash
4799 left
4800 \series default
4801
4802 \begin_inset Index idx
4803 status collapsed
4804
4805 \begin_layout Plain Layout
4806 Commands ! L ! 
4807 \backslash
4808 left
4809 \end_layout
4810
4811 \end_inset
4812
4813  and 
4814 \series bold
4815
4816 \backslash
4817 right
4818 \series default
4819
4820 \begin_inset Index idx
4821 status collapsed
4822
4823 \begin_layout Plain Layout
4824 Commands ! R ! 
4825 \backslash
4826 right
4827 \end_layout
4828
4829 \end_inset
4830
4831  (shortcut 
4832 \family sans
4833 Alt+M
4834 \begin_inset space ~
4835 \end_inset
4836
4837 Parenthesis
4838 \family default
4839 ), see 
4840 \begin_inset CommandInset ref
4841 LatexCommand ref
4842 reference "subsec:Automatic-Bracket-Size"
4843
4844 \end_inset
4845
4846 , or by using the following commands:
4847 \begin_inset VSpace medskip
4848 \end_inset
4849
4850
4851 \end_layout
4852
4853 \begin_layout Standard
4854 \begin_inset space \hfill{}
4855 \end_inset
4856
4857
4858 \begin_inset Tabular
4859 <lyxtabular version="3" rows="4" columns="2">
4860 <features booktabs="true" tabularvalignment="middle">
4861 <column alignment="center" valignment="top" width="0pt">
4862 <column alignment="center" valignment="top">
4863 <row>
4864 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Command
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 Result
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row topspace="1.5mm">
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \backslash
4890 bmatrix
4891 \begin_inset space \textvisiblespace{}
4892 \end_inset
4893
4894 2
4895 \series bold
4896 ×
4897 \series default
4898 2
4899 \begin_inset space \thinspace{}
4900 \end_inset
4901
4902 matrix
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
4912 0 & \textrm{-}\mathrm{i}\\
4913 \mathrm{i} & 0
4914 \end{array}\end{bmatrix}$
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 <row topspace="1.5mm" bottomspace="0.5mm">
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928
4929 \backslash
4930 Bmatrix
4931 \begin_inset space \textvisiblespace{}
4932 \end_inset
4933
4934 2
4935 \series bold
4936 ×
4937 \series default
4938 2
4939 \begin_inset space \thinspace{}
4940 \end_inset
4941
4942 matrix
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
4952 0 & \textrm{-}\mathrm{i}\\
4953 \mathrm{i} & 0
4954 \end{array}\end{Bmatrix}$
4955 \end_inset
4956
4957
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 </row>
4963 <row>
4964 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968
4969 \backslash
4970 pmatrix
4971 \begin_inset space \textvisiblespace{}
4972 \end_inset
4973
4974 2
4975 \series bold
4976 ×
4977 \series default
4978 2
4979 \begin_inset space \thinspace{}
4980 \end_inset
4981
4982 matrix
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
4992 0 & \textrm{-}\mathrm{i}\\
4993 \mathrm{i} & 0
4994 \end{array}\end{pmatrix}$
4995 \end_inset
4996
4997
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 </lyxtabular>
5004
5005 \end_inset
5006
5007
5008 \begin_inset space \hfill{}
5009 \end_inset
5010
5011
5012 \begin_inset Tabular
5013 <lyxtabular version="3" rows="4" columns="2">
5014 <features booktabs="true" tabularvalignment="middle">
5015 <column alignment="center" valignment="top" width="0pt">
5016 <column alignment="center" valignment="top">
5017 <row>
5018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Command
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 Result
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row topspace="1.5mm">
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \backslash
5044 vmatrix
5045 \begin_inset space \textvisiblespace{}
5046 \end_inset
5047
5048 2
5049 \series bold
5050 ×
5051 \series default
5052 2
5053 \begin_inset space \thinspace{}
5054 \end_inset
5055
5056 matrix
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5066 0 & \textrm{-}\mathrm{i}\\
5067 \mathrm{i} & 0
5068 \end{array}\end{vmatrix}$
5069 \end_inset
5070
5071
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 </row>
5077 <row topspace="1.5mm" bottomspace="0.5mm">
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082
5083 \backslash
5084 Vmatrix
5085 \begin_inset space \textvisiblespace{}
5086 \end_inset
5087
5088 2
5089 \series bold
5090 ×
5091 \series default
5092 2
5093 \begin_inset space \thinspace{}
5094 \end_inset
5095
5096 matrix
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5106 0 & \textrm{-}\mathrm{i}\\
5107 \mathrm{i} & 0
5108 \end{array}\end{Vmatrix}$
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \backslash
5124 matrix
5125 \begin_inset space \textvisiblespace{}
5126 \end_inset
5127
5128 2
5129 \series bold
5130 ×
5131 \series default
5132 2
5133 \begin_inset space \thinspace{}
5134 \end_inset
5135
5136 matrix
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5146 0 & \textrm{-}\mathrm{i}\\
5147 \mathrm{i} & 0
5148 \end{array}\end{matrix}$
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 </row>
5157 </lyxtabular>
5158
5159 \end_inset
5160
5161
5162 \begin_inset space \hfill{}
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Standard
5169 \begin_inset VSpace medskip
5170 \end_inset
5171
5172 When e.
5173 \begin_inset space \thinspace{}
5174 \end_inset
5175
5176 g.
5177 \begin_inset space \space{}
5178 \end_inset
5179
5180
5181 \series bold
5182
5183 \backslash
5184 vmatrix
5185 \series default
5186  is inserted, a blue box appears between two vertical lines where the matrix
5187  is inserted.
5188 \begin_inset Newline newline
5189 \end_inset
5190
5191 Note that decorated matrices ignore the vertical alignment.
5192 \end_layout
5193
5194 \begin_layout Standard
5195 \begin_inset VSpace bigskip
5196 \end_inset
5197
5198 As all multiline formulas are matrices, the length 
5199 \series bold
5200
5201 \backslash
5202 arraycolsep
5203 \series default
5204
5205 \begin_inset Index idx
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209 Commands ! A ! 
5210 \backslash
5211 arraycolsep
5212 \end_layout
5213
5214 \end_inset
5215
5216  that is described in 
5217 \begin_inset CommandInset ref
5218 LatexCommand ref
5219 reference "subsec:Column-Separation"
5220
5221 \end_inset
5222
5223  can also be used to change the column separation of matrices.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 To change the row separation, the command 
5228 \series bold
5229
5230 \backslash
5231 arraystretch
5232 \series default
5233
5234 \begin_inset Index idx
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238 Commands ! A ! 
5239 \backslash
5240 arraystretch
5241 \end_layout
5242
5243 \end_inset
5244
5245  is used.
5246  It is used as follows:
5247 \end_layout
5248
5249 \begin_layout Standard
5250
5251 \series bold
5252
5253 \backslash
5254 renewcommand{
5255 \backslash
5256 arraystretch}{stretch factor}
5257 \begin_inset Index idx
5258 status collapsed
5259
5260 \begin_layout Plain Layout
5261 Commands ! R ! 
5262 \backslash
5263 renewcommand
5264 \end_layout
5265
5266 \end_inset
5267
5268
5269 \end_layout
5270
5271 \begin_layout Standard
5272 The command 
5273 \series bold
5274
5275 \backslash
5276 renewcommand
5277 \series default
5278  assigns the stretch factor to the predefined command 
5279 \series bold
5280
5281 \backslash
5282 arraystretch
5283 \series default
5284 .
5285  To double e.
5286 \begin_inset space \thinspace{}
5287 \end_inset
5288
5289 g.
5290 \begin_inset space \space{}
5291 \end_inset
5292
5293 the row separation, use the factor 2.
5294  This is then used for all following matrices.
5295  To go back to the original separation, assign the factor 1 to 
5296 \series bold
5297
5298 \backslash
5299 arraystretch
5300 \series default
5301 .
5302 \end_layout
5303
5304 \begin_layout Standard
5305 To set matrices into a text line, the command 
5306 \series bold
5307
5308 \backslash
5309 smallmatrix
5310 \series default
5311
5312 \begin_inset Index idx
5313 status collapsed
5314
5315 \begin_layout Plain Layout
5316 Commands ! S ! 
5317 \backslash
5318 smallmatrix
5319 \end_layout
5320
5321 \end_inset
5322
5323  is used.
5324  When it is inserted a blue box with two dashed lines appears.
5325  In this box the matrix is inserted.
5326 \end_layout
5327
5328 \begin_layout Standard
5329 This is a matrix 
5330 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5331 C & D
5332 \end{smallmatrix}\right)$
5333 \end_inset
5334
5335  in a text line.
5336 \end_layout
5337
5338 \begin_layout Section
5339 Brackets and Delimiters
5340 \begin_inset Index idx
5341 status collapsed
5342
5343 \begin_layout Plain Layout
5344 Brackets
5345 \end_layout
5346
5347 \end_inset
5348
5349
5350 \begin_inset Index idx
5351 status collapsed
5352
5353 \begin_layout Plain Layout
5354 Delimiters
5355 \end_layout
5356
5357 \end_inset
5358
5359
5360 \end_layout
5361
5362 \begin_layout Subsection
5363 Vertical Brackets and Delimiters
5364 \begin_inset Index idx
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368 Brackets ! vertical
5369 \end_layout
5370
5371 \end_inset
5372
5373
5374 \end_layout
5375
5376 \begin_layout Standard
5377 \begin_inset space \hfill{}
5378 \end_inset
5379
5380
5381 \begin_inset Tabular
5382 <lyxtabular version="3" rows="9" columns="2">
5383 <features booktabs="true" tabularvalignment="middle">
5384 <column alignment="center" valignment="top" width="0pt">
5385 <column alignment="center" valignment="top" width="0pt">
5386 <row>
5387 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Command
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 Result
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="center" valignment="top" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 (
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 \begin_inset Formula $($
5421 \end_inset
5422
5423
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 </row>
5429 <row>
5430 <cell alignment="center" valignment="top" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 {
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 \begin_inset Formula $\{$
5444 \end_inset
5445
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 <row>
5453 <cell alignment="center" valignment="top" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 [
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 \begin_inset Formula $[$
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 </row>
5475 <row>
5476 <cell alignment="center" valignment="top" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480
5481 \backslash
5482 langle
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 \begin_inset Formula $\langle$
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="center" valignment="top" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505
5506 \backslash
5507 lceil
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 \begin_inset Formula $\lceil$
5517 \end_inset
5518
5519
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 </row>
5525 <row>
5526 <cell alignment="center" valignment="top" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530
5531 \backslash
5532 lfloor
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 \begin_inset Formula $\lfloor$
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 <row>
5551 <cell alignment="center" valignment="top" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 /
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 \begin_inset Formula $/$
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 </row>
5573 <row>
5574 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 |
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 \begin_inset Formula $|$
5588 \end_inset
5589
5590
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 </lyxtabular>
5597
5598 \end_inset
5599
5600
5601 \begin_inset space \hfill{}
5602 \end_inset
5603
5604
5605 \begin_inset Tabular
5606 <lyxtabular version="3" rows="9" columns="2">
5607 <features booktabs="true" tabularvalignment="middle">
5608 <column alignment="center" valignment="top" width="0pt">
5609 <column alignment="center" valignment="top" width="0pt">
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 Command
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 Result
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 )
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $)$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 }
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 \begin_inset Formula $\}$
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 ]
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 \begin_inset Formula $]$
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \backslash
5706 rangle
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $\rangle$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729
5730 \backslash
5731 rceil
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $\rceil$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 <row>
5750 <cell alignment="center" valignment="top" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754
5755 \backslash
5756 rfloor
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $\rfloor$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 </row>
5774 <row>
5775 <cell alignment="center" valignment="top" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779
5780 \backslash
5781
5782 \backslash
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 \begin_inset Formula $\backslash$
5793 \end_inset
5794
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \backslash
5808 |
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 \begin_inset Formula $\|$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 </lyxtabular>
5827
5828 \end_inset
5829
5830
5831 \begin_inset space \hfill{}
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Standard
5838
5839 \series medium
5840 \begin_inset Note Greyedout
5841 status open
5842
5843 \begin_layout Plain Layout
5844
5845 \series bold
5846 Note:
5847 \series default
5848  In \SpecialChar TeX
5849  mode the command 
5850 \series bold
5851
5852 \backslash
5853 textbackslash
5854 \series default
5855
5856 \begin_inset Index idx
5857 status collapsed
5858
5859 \begin_layout Plain Layout
5860 Commands ! T ! 
5861 \backslash
5862 textbackslash
5863 \end_layout
5864
5865 \end_inset
5866
5867  must be used for the backslash, because the command 
5868 \series bold
5869
5870 \backslash
5871
5872 \backslash
5873
5874 \series default
5875  produces a line break there.
5876 \end_layout
5877
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \begin_layout Standard
5884 For all characters listed above the size can be adjusted with the commands
5885  described in the following two subsections.
5886  When using these commands, the characters < and > can directly be used
5887  instead of the commands 
5888 \series bold
5889
5890 \backslash
5891 langle
5892 \series default
5893  and 
5894 \series bold
5895
5896 \backslash
5897 rangle
5898 \series default
5899 .
5900 \end_layout
5901
5902 \begin_layout Subsubsection
5903 Manual Bracket Size
5904 \begin_inset CommandInset label
5905 LatexCommand label
5906 name "subsec:Manual-Bracket-Size"
5907
5908 \end_inset
5909
5910
5911 \begin_inset Index idx
5912 status collapsed
5913
5914 \begin_layout Plain Layout
5915 Bracket size ! manual
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \begin_layout Standard
5924 The bracket size can be specified manually by the \SpecialChar LaTeX
5925 -commands 
5926 \series bold
5927
5928 \backslash
5929 big
5930 \series default
5931
5932 \begin_inset Index idx
5933 status collapsed
5934
5935 \begin_layout Plain Layout
5936 Commands ! B ! 
5937 \backslash
5938 big
5939 \end_layout
5940
5941 \end_inset
5942
5943
5944 \series bold
5945
5946 \backslash
5947 Big
5948 \series default
5949
5950 \series bold
5951
5952 \backslash
5953 bigg
5954 \series default
5955  and 
5956 \series bold
5957
5958 \backslash
5959 Bigg
5960 \series default
5961 .
5962  
5963 \series bold
5964
5965 \backslash
5966 big
5967 \series default
5968  denotes the smallest and 
5969 \series bold
5970
5971 \backslash
5972 Bigg
5973 \series default
5974  the largest bracket size.
5975 \end_layout
5976
5977 \begin_layout Standard
5978 These commands are used to emphasize levels of brackets:
5979 \end_layout
5980
5981 \begin_layout Standard
5982 \align center
5983 \begin_inset Tabular
5984 <lyxtabular version="3" rows="2" columns="2">
5985 <features booktabs="true" tabularvalignment="middle">
5986 <column alignment="center" valignment="top" width="0pt">
5987 <column alignment="center" valignment="top" width="0pt">
5988 <row>
5989 <cell alignment="center" valignment="top" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 all brackets in the same size:
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 \begin_inset Formula $((A+B)(A-B))^{C}$
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 </row>
6011 <row topspace="2mm">
6012 <cell alignment="center" valignment="top" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 this looks better:
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 </lyxtabular>
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042 For the second formula the command 
6043 \series bold
6044
6045 \backslash
6046 Big((A+B)(A-B)
6047 \backslash
6048 Big)^
6049 \begin_inset space \textvisiblespace{}
6050 \end_inset
6051
6052 C
6053 \series default
6054  has been used.
6055 \end_layout
6056
6057 \begin_layout Standard
6058 Here is an overview about all bracket sizes:
6059 \end_layout
6060
6061 \begin_layout Standard
6062 \align center
6063
6064 \backslash
6065 Bigg(
6066 \backslash
6067 exp
6068 \backslash
6069 bigg<
6070 \backslash
6071 Big[
6072 \backslash
6073 big{
6074 \backslash
6075 ln(3x)
6076 \backslash
6077 big}^2
6078 \begin_inset space \textvisiblespace{}
6079 \end_inset
6080
6081
6082 \backslash
6083 sin(x)
6084 \backslash
6085 Big]^
6086 \begin_inset space \textvisiblespace{}
6087 \end_inset
6088
6089 A
6090 \begin_inset space \textvisiblespace{}
6091 \end_inset
6092
6093
6094 \backslash
6095 bigg>
6096 \backslash
6097 Bigg)^0,5
6098 \end_layout
6099
6100 \begin_layout Standard
6101 \align center
6102 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Standard
6109 Besides the 
6110 \series bold
6111
6112 \backslash
6113 big
6114 \series default
6115 -commands there is the variant 
6116 \series bold
6117
6118 \backslash
6119 bigm
6120 \series default
6121
6122 \begin_inset Index idx
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126 Commands ! B ! 
6127 \backslash
6128 bigm
6129 \end_layout
6130
6131 \end_inset
6132
6133  that adds a bit more space between the bracket and its content, and the
6134  variant 
6135 \series bold
6136
6137 \backslash
6138 bigl
6139 \series default
6140 -
6141 \series bold
6142
6143 \backslash
6144 bigr
6145 \series default
6146
6147 \begin_inset Index idx
6148 status collapsed
6149
6150 \begin_layout Plain Layout
6151 Commands ! B ! 
6152 \backslash
6153 bigl - 
6154 \backslash
6155 bigr
6156 \end_layout
6157
6158 \end_inset
6159
6160 , that don't add additional space.
6161  The 
6162 \emph on
6163 l
6164 \emph default
6165  at the end of the command 
6166 \series bold
6167
6168 \backslash
6169 bigl
6170 \series default
6171  is for a left bracket; for a right bracket this will be replaced by an
6172  
6173 \emph on
6174 r
6175 \emph default
6176 .
6177  A left or right bracket can each be an opening or closing bracket.
6178 \end_layout
6179
6180 \begin_layout Standard
6181 In the following table is a comparison of the variants:
6182 \end_layout
6183
6184 \begin_layout Standard
6185 \align center
6186 \begin_inset Tabular
6187 <lyxtabular version="3" rows="5" columns="2">
6188 <features booktabs="true" tabularvalignment="middle">
6189 <column alignment="center" valignment="top" width="0pt">
6190 <column alignment="center" valignment="middle">
6191 <row>
6192 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 Command
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 Result
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row topspace="2mm">
6212 <cell alignment="center" valignment="top" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216
6217 \backslash
6218 Bigm(
6219 \backslash
6220 bigm(
6221 \backslash
6222 ln(3x)
6223 \backslash
6224 bigm)^2
6225 \begin_inset space \textvisiblespace{}
6226 \end_inset
6227
6228
6229 \backslash
6230 Bigm)
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6240 \end_inset
6241
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row topspace="2mm">
6249 <cell alignment="center" valignment="top" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253
6254 \backslash
6255 Big(
6256 \backslash
6257 big(
6258 \backslash
6259 ln(3x)
6260 \backslash
6261 big)^2
6262 \begin_inset space \textvisiblespace{}
6263 \end_inset
6264
6265
6266 \backslash
6267 Big)
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row topspace="2mm" bottomspace="0.5mm">
6286 <cell alignment="center" valignment="top" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290
6291 \backslash
6292 Bigl(
6293 \backslash
6294 bigl(
6295 \backslash
6296 ln(3x)
6297 \backslash
6298 bigr)^2
6299 \begin_inset space \textvisiblespace{}
6300 \end_inset
6301
6302
6303 \backslash
6304 Bigr)
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row topspace="1.5mm" bottomspace="0.5mm">
6323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327
6328 \backslash
6329 bigl)
6330 \backslash
6331 ln(3x)
6332 \backslash
6333 bigr(
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6343 \end_inset
6344
6345
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 </lyxtabular>
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Subsubsection
6359 Automatic Bracket Size
6360 \begin_inset CommandInset label
6361 LatexCommand label
6362 name "subsec:Automatic-Bracket-Size"
6363
6364 \end_inset
6365
6366
6367 \begin_inset Index idx
6368 status collapsed
6369
6370 \begin_layout Plain Layout
6371 Bracket size ! automatic
6372 \end_layout
6373
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \begin_layout Standard
6380 Brackets with variable size can be inserted with the commands 
6381 \series bold
6382
6383 \backslash
6384 left
6385 \series default
6386
6387 \begin_inset Index idx
6388 status collapsed
6389
6390 \begin_layout Plain Layout
6391 Commands ! L ! 
6392 \backslash
6393 left
6394 \end_layout
6395
6396 \end_inset
6397
6398  and 
6399 \series bold
6400
6401 \backslash
6402 right
6403 \series default
6404
6405 \begin_inset Index idx
6406 status collapsed
6407
6408 \begin_layout Plain Layout
6409 Commands ! R ! 
6410 \backslash
6411 right
6412 \end_layout
6413
6414 \end_inset
6415
6416  or via the math toolbar button 
6417 \begin_inset Info
6418 type  "icon"
6419 arg   "dialog-show mathdelimiter"
6420 \end_inset
6421
6422 .
6423  Directly behind 
6424 \series bold
6425
6426 \backslash
6427 left
6428 \series default
6429  and 
6430 \series bold
6431
6432 \backslash
6433 right
6434 \series default
6435  the wanted bracket must be inserted.
6436  The bracket size will then automatically be calculated for the output.
6437 \end_layout
6438
6439 \begin_layout Standard
6440 \align center
6441 normal bracket: The command 
6442 \series bold
6443
6444 \backslash
6445 ln(
6446 \backslash
6447 frac
6448 \begin_inset space \textvisiblespace{}
6449 \end_inset
6450
6451 A
6452 \begin_inset Formula $\downarrow$
6453 \end_inset
6454
6455 C
6456 \begin_inset space \textvisiblespace{}
6457 \end_inset
6458
6459 )
6460 \series default
6461  creates
6462 \begin_inset Formula 
6463 \[
6464 \ln(\frac{A}{C})
6465 \]
6466
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \begin_layout Standard
6473 \align center
6474 multiline bracket: The command 
6475 \series bold
6476
6477 \backslash
6478 ln
6479 \backslash
6480 left(
6481 \backslash
6482 frac
6483 \begin_inset space \textvisiblespace{}
6484 \end_inset
6485
6486 A
6487 \begin_inset Formula $\downarrow$
6488 \end_inset
6489
6490 C
6491 \begin_inset space \textvisiblespace{}
6492 \end_inset
6493
6494
6495 \backslash
6496 right)
6497 \series default
6498  creates
6499 \begin_inset Formula 
6500 \[
6501 \ln\left(\frac{A}{C}\right)
6502 \]
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \begin_layout Standard
6510 Instead of 
6511 \series bold
6512
6513 \backslash
6514 left
6515 \series default
6516  and 
6517 \series bold
6518
6519 \backslash
6520 right
6521 \series default
6522  the shortcut 
6523 \family sans
6524 Alt+M
6525 \begin_inset space ~
6526 \end_inset
6527
6528 Bracket
6529 \family default
6530  can be used.
6531  This has the advantage that you can see in \SpecialChar LyX
6532  immediately the real bracket
6533  size and that the matching right bracket will be created too.
6534 \begin_inset Newline newline
6535 \end_inset
6536
6537 The command for the last example would then be: 
6538 \series bold
6539
6540 \backslash
6541 ln Alt+M
6542 \series default
6543  
6544 \series bold
6545 (
6546 \backslash
6547 frac
6548 \begin_inset space \textvisiblespace{}
6549 \end_inset
6550
6551 A
6552 \begin_inset Formula $\downarrow$
6553 \end_inset
6554
6555 C
6556 \end_layout
6557
6558 \begin_layout Standard
6559 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6560  For example the command 
6561 \series bold
6562
6563 \backslash
6564 left.
6565 \backslash
6566 frac
6567 \begin_inset space \textvisiblespace{}
6568 \end_inset
6569
6570 A
6571 \begin_inset Formula $\downarrow$
6572 \end_inset
6573
6574 B
6575 \begin_inset space \textvisiblespace{}
6576 \end_inset
6577
6578
6579 \backslash
6580 right}
6581 \series default
6582  creates:
6583 \series bold
6584
6585 \begin_inset Formula 
6586 \[
6587 \left.\frac{A}{B}\right\} 
6588 \]
6589
6590 \end_inset
6591
6592
6593 \series default
6594 The commands 
6595 \series bold
6596
6597 \backslash
6598 left
6599 \series default
6600  and 
6601 \series bold
6602
6603 \backslash
6604 right
6605 \series default
6606  will be converted by \SpecialChar LyX
6607  to brackets in the right size when the document is
6608  reloaded and an omitted bracket will appear as dashed line.
6609 \end_layout
6610
6611 \begin_layout Standard
6612 \begin_inset VSpace bigskip
6613 \end_inset
6614
6615 Because all popular \SpecialChar LaTeX
6616  distributions use e\SpecialChar TeX
6617 , an extension to \SpecialChar LaTeX
6618 , the command
6619  
6620 \series bold
6621
6622 \backslash
6623 middle
6624 \series default
6625
6626 \begin_inset Index idx
6627 status collapsed
6628
6629 \begin_layout Plain Layout
6630 Commands ! M ! 
6631 \backslash
6632 middle
6633 \end_layout
6634
6635 \end_inset
6636
6637  is additionally available for all brackets and limits.
6638  With this command the height of the following character is adapted to the
6639  one of the surrounding brackets, what is e.
6640 \begin_inset space \thinspace{}
6641 \end_inset
6642
6643 g.
6644 \begin_inset space \space{}
6645 \end_inset
6646
6647 needed for physical vectors:
6648 \begin_inset Formula 
6649 \[
6650 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6651 \]
6652
6653 \end_inset
6654
6655 For physical vectors there is a special \SpecialChar LaTeX
6656 -package, described in 
6657 \begin_inset CommandInset ref
6658 LatexCommand ref
6659 reference "subsec:Physical-Vectors"
6660
6661 \end_inset
6662
6663 .
6664 \end_layout
6665
6666 \begin_layout Subsection
6667 Horizontal Brackets
6668 \begin_inset Index idx
6669 status collapsed
6670
6671 \begin_layout Plain Layout
6672 Brackets ! horizontal
6673 \end_layout
6674
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \begin_layout Standard
6681 \align center
6682 \begin_inset Tabular
6683 <lyxtabular version="3" rows="4" columns="2">
6684 <features booktabs="true" tabularvalignment="middle">
6685 <column alignment="center" valignment="top" width="0pt">
6686 <column alignment="center" valignment="top" width="0pt">
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 Command
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 Result
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712
6713 \backslash
6714 overbrace
6715 \begin_inset space \textvisiblespace{}
6716 \end_inset
6717
6718 A+B
6719 \begin_inset space \textvisiblespace{}
6720 \end_inset
6721
6722 ^3
6723 \begin_inset Index idx
6724 status collapsed
6725
6726 \begin_layout Plain Layout
6727 Commands ! O ! 
6728 \backslash
6729 overbrace
6730 \end_layout
6731
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 \begin_inset Formula $\overbrace{A+B}^{3}$
6744 \end_inset
6745
6746
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 </row>
6752 <row topspace="2mm">
6753 <cell alignment="center" valignment="top" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757
6758 \backslash
6759 underbrace
6760 \begin_inset space \textvisiblespace{}
6761 \end_inset
6762
6763 A+B
6764 \begin_inset space \textvisiblespace{}
6765 \end_inset
6766
6767 _5
6768 \begin_inset Index idx
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772 Commands ! U ! 
6773 \backslash
6774 underbrace
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 \begin_inset Formula $\underbrace{A+B}_{5}$
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \backslash
6804 overbrace
6805 \begin_inset space \textvisiblespace{}
6806 \end_inset
6807
6808
6809 \backslash
6810 underbrace
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 A+B_w
6815 \begin_inset space \textvisiblespace{}
6816 \end_inset
6817
6818
6819 \begin_inset space \textvisiblespace{}
6820 \end_inset
6821
6822 _7
6823 \begin_inset space \textvisiblespace{}
6824 \end_inset
6825
6826
6827 \begin_inset space \textvisiblespace{}
6828 \end_inset
6829
6830 ^
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834 C
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
6844 \end_inset
6845
6846
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 </lyxtabular>
6853
6854 \end_inset
6855
6856
6857 \end_layout
6858
6859 \begin_layout Standard
6860 In the last example it doesn't matter if 
6861 \series bold
6862
6863 \backslash
6864 overbrace
6865 \series default
6866  or 
6867 \series bold
6868
6869 \backslash
6870 underbrace
6871 \series default
6872  is inserted at first.
6873 \end_layout
6874
6875 \begin_layout Standard
6876 \begin_inset VSpace medskip
6877 \end_inset
6878
6879
6880 \end_layout
6881
6882 \begin_layout Standard
6883 If you set in the document settings under 
6884 \family sans
6885 Math
6886 \begin_inset space ~
6887 \end_inset
6888
6889 Options
6890 \family default
6891  for the package 
6892 \series bold
6893 mathtools
6894 \series default
6895
6896 \begin_inset Index idx
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900 Packages ! mathtools
6901 \end_layout
6902
6903 \end_inset
6904
6905  the option 
6906 \family sans
6907 Load
6908 \begin_inset space ~
6909 \end_inset
6910
6911 always
6912 \family default
6913 , you have access to square backets:
6914 \end_layout
6915
6916 \begin_layout Standard
6917 \align center
6918 \begin_inset Tabular
6919 <lyxtabular version="3" rows="4" columns="2">
6920 <features booktabs="true" tabularvalignment="middle">
6921 <column alignment="center" valignment="top" width="0pt">
6922 <column alignment="center" valignment="top" width="0pt">
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 Command
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 Result
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 </row>
6943 <row>
6944 <cell alignment="center" valignment="top" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948
6949 \backslash
6950
6951 \family roman
6952 \series medium
6953 \shape up
6954 \size normal
6955 \emph off
6956 \bar no
6957 \strikeout off
6958 \uuline off
6959 \uwave off
6960 \noun off
6961 \color none
6962 overbracket
6963 \family default
6964 \series default
6965 \shape default
6966 \size default
6967 \emph default
6968 \bar default
6969 \strikeout default
6970 \uuline default
6971 \uwave default
6972 \noun default
6973 \color inherit
6974 {A+B
6975 \begin_inset space \textvisiblespace{}
6976 \end_inset
6977
6978 ^3
6979 \begin_inset Index idx
6980 status collapsed
6981
6982 \begin_layout Plain Layout
6983 Commands ! O ! 
6984 \backslash
6985 overbracket
6986 \end_layout
6987
6988 \end_inset
6989
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 \begin_inset Formula $\overbracket{A+B}^{3}$
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row topspace="2mm">
7009 <cell alignment="center" valignment="top" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \backslash
7015 under
7016 \family roman
7017 \series medium
7018 \shape up
7019 \size normal
7020 \emph off
7021 \bar no
7022 \strikeout off
7023 \uuline off
7024 \uwave off
7025 \noun off
7026 \color none
7027 bracket
7028 \family default
7029 \series default
7030 \shape default
7031 \size default
7032 \emph default
7033 \bar default
7034 \strikeout default
7035 \uuline default
7036 \uwave default
7037 \noun default
7038 \color inherit
7039 {A+B
7040 \begin_inset space \textvisiblespace{}
7041 \end_inset
7042
7043 _5
7044 \begin_inset Index idx
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048 Commands ! U ! 
7049 \backslash
7050 under
7051 \family roman
7052 \series medium
7053 \shape up
7054 \size normal
7055 \emph off
7056 \bar no
7057 \strikeout off
7058 \uuline off
7059 \uwave off
7060 \noun off
7061 \color none
7062 bracket
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 \begin_inset Formula $\underbracket{A+B}_{5}$
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \backslash
7092 overbracket{
7093 \backslash
7094 underbracket{A+B_w
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102 _7
7103 \begin_inset space \textvisiblespace{}
7104 \end_inset
7105
7106
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110 ^
7111 \begin_inset space \textvisiblespace{}
7112 \end_inset
7113
7114 C
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 </lyxtabular>
7133
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \begin_layout Standard
7140 For 
7141 \series bold
7142
7143 \backslash
7144 overbracket
7145 \series default
7146  and 
7147 \series bold
7148
7149 \backslash
7150 underbracket
7151 \series default
7152  you can change the thickness of the bracket's stroke by specifying the
7153  desired thickness in square brackets behind the command:
7154 \end_layout
7155
7156 \begin_layout Standard
7157 \align center
7158 \begin_inset Tabular
7159 <lyxtabular version="3" rows="3" columns="2">
7160 <features booktabs="true" tabularvalignment="middle">
7161 <column alignment="center" valignment="top" width="0pt">
7162 <column alignment="center" valignment="top" width="0pt">
7163 <row>
7164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 Command
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 Result
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \backslash
7190
7191 \family roman
7192 \series medium
7193 \shape up
7194 \size normal
7195 \emph off
7196 \bar no
7197 \strikeout off
7198 \uuline off
7199 \uwave off
7200 \noun off
7201 \color none
7202 overbracket
7203 \family default
7204 \series default
7205 \shape default
7206 \size default
7207 \emph default
7208 \bar default
7209 \strikeout default
7210 \uuline default
7211 \uwave default
7212 \noun default
7213 \color inherit
7214 [3pt]
7215 \backslash
7216 {A+B
7217 \begin_inset space \textvisiblespace{}
7218 \end_inset
7219
7220 ^3
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row topspace="2mm">
7239 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243
7244 \backslash
7245 under
7246 \family roman
7247 \series medium
7248 \shape up
7249 \size normal
7250 \emph off
7251 \bar no
7252 \strikeout off
7253 \uuline off
7254 \uwave off
7255 \noun off
7256 \color none
7257 bracket
7258 \family default
7259 \series default
7260 \shape default
7261 \size default
7262 \emph default
7263 \bar default
7264 \strikeout default
7265 \uuline default
7266 \uwave default
7267 \noun default
7268 \color inherit
7269 [1pt]
7270 \backslash
7271 {A+B
7272 \begin_inset space \textvisiblespace{}
7273 \end_inset
7274
7275 _5
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7285 \end_inset
7286
7287
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 </lyxtabular>
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \begin_layout Standard
7301 \begin_inset VSpace bigskip
7302 \end_inset
7303
7304 When brackets should overlap each other, multiline formulas, as described
7305  in 
7306 \begin_inset CommandInset ref
7307 LatexCommand ref
7308 reference "sec:Multiline-Formulas"
7309
7310 \end_inset
7311
7312 , must be used:
7313 \begin_inset Formula 
7314 \begin{eqnarray*}
7315 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7316  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7317 \end{eqnarray*}
7318
7319 \end_inset
7320
7321 In the first row the formula is inserted together with the first brace.
7322  It is hereby important that the space command
7323 \begin_inset Foot
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327 Space commands are explained in 
7328 \begin_inset CommandInset ref
7329 LatexCommand ref
7330 reference "subsec:Predefined-Space"
7331
7332 \end_inset
7333
7334 .
7335 \end_layout
7336
7337 \end_inset
7338
7339  
7340 \series bold
7341
7342 \backslash
7343 :
7344 \series default
7345  is inserted before the first 
7346 \begin_inset Formula $d$
7347 \end_inset
7348
7349 , because the brace that ends behind the 
7350 \begin_inset Formula $q$
7351 \end_inset
7352
7353  prevents that the following 
7354 \begin_inset Quotes eld
7355 \end_inset
7356
7357 +
7358 \begin_inset Quotes erd
7359 \end_inset
7360
7361  is surrounded by space.
7362 \begin_inset Foot
7363 status collapsed
7364
7365 \begin_layout Plain Layout
7366 because a bracket is not handled as a character, see 
7367 \begin_inset CommandInset ref
7368 LatexCommand ref
7369 reference "subsec:Binary-Operators"
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377
7378  In the second row the second brace is inserted.
7379  As it should begin before the 
7380 \begin_inset Formula $b$
7381 \end_inset
7382
7383 , first the command 
7384 \series bold
7385
7386 \backslash
7387 hphantom{gggg+
7388 \backslash
7389 :}
7390 \series default
7391  is inserted.
7392 \begin_inset Foot
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396 more about 
7397 \series bold
7398
7399 \backslash
7400 hphantom
7401 \series default
7402  see 
7403 \begin_inset CommandInset ref
7404 LatexCommand ref
7405 reference "subsec:Placeholders"
7406
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \end_inset
7413
7414  This space is needed because the 
7415 \begin_inset Quotes eld
7416 \end_inset
7417
7418 +
7419 \begin_inset Quotes erd
7420 \end_inset
7421
7422  is also surrounded by space in the formula.
7423  The brace is placed under the command 
7424 \series bold
7425
7426 \backslash
7427 hphantom{bbqq+dddd}
7428 \series default
7429 .
7430 \end_layout
7431
7432 \begin_layout Standard
7433 It gets more complicated when brackets overlap each other above and under
7434  the formula, like in the following example:
7435 \begin_inset ERT
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439
7440
7441 \backslash
7442 setlength{
7443 \backslash
7444 jot}{-6pt}
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \begin_inset Formula 
7451 \begin{eqnarray*}
7452  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7453 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7454 \end{eqnarray*}
7455
7456 \end_inset
7457
7458
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 setlength{
7467 \backslash
7468 jot}{3pt}
7469 \end_layout
7470
7471 \end_inset
7472
7473 The first formula row is the same as the second row of the previous example,
7474  with the difference that the brace is above.
7475  The second row contains the formula together with the second brace.
7476  To avoid that there is space between the upper brace in the first row and
7477  the formula, the row spacing needs to be reduced.
7478  This is not easily possible due to a bug in \SpecialChar LyX
7479 .
7480 \begin_inset Foot
7481 status collapsed
7482
7483 \begin_layout Plain Layout
7484 \begin_inset CommandInset href
7485 LatexCommand href
7486 name "LyX-bug #1505"
7487 target "http://www.lyx.org/trac/ticket/1505"
7488
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \end_inset
7495
7496  As a solution for the problem, the global formula row separation 
7497 \series bold
7498
7499 \backslash
7500 jot
7501 \series default
7502
7503 \begin_inset Index idx
7504 status collapsed
7505
7506 \begin_layout Plain Layout
7507 Commands ! J ! 
7508 \backslash
7509 jot
7510 \end_layout
7511
7512 \end_inset
7513
7514  must be changed to -6
7515 \begin_inset space \thinspace{}
7516 \end_inset
7517
7518 pt before the formula with the command 
7519 \series bold
7520
7521 \backslash
7522 setlength{
7523 \backslash
7524 jot}{-6pt}
7525 \series default
7526  in \SpecialChar TeX
7527  mode.
7528  
7529 \series bold
7530
7531 \backslash
7532 jot
7533 \series default
7534  is set back after the formula to the standard value of 3
7535 \begin_inset space \thinspace{}
7536 \end_inset
7537
7538 pt using the same command.
7539  More about the row separation in formulas is explained in 
7540 \begin_inset CommandInset ref
7541 LatexCommand ref
7542 reference "subsec:Line-Separation"
7543
7544 \end_inset
7545
7546 .
7547 \end_layout
7548
7549 \begin_layout Section
7550 Arrows
7551 \begin_inset Index idx
7552 status collapsed
7553
7554 \begin_layout Plain Layout
7555 Arrows
7556 \end_layout
7557
7558 \end_inset
7559
7560
7561 \end_layout
7562
7563 \begin_layout Standard
7564 Arrows can be inserted via the math toolbar button 
7565 \begin_inset Info
7566 type  "icon"
7567 arg   "math-insert \\leftarrow"
7568 \end_inset
7569
7570  or the commands listed in the following subsections.
7571 \end_layout
7572
7573 \begin_layout Subsection
7574 Horizontal Arrows
7575 \begin_inset Index idx
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579 Arrows ! horizontal
7580 \end_layout
7581
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \begin_layout Standard
7588 \begin_inset space \hfill{}
7589 \end_inset
7590
7591
7592 \begin_inset Tabular
7593 <lyxtabular version="3" rows="8" columns="2">
7594 <features booktabs="true" tabularvalignment="middle">
7595 <column alignment="center" valignment="top" width="0pt">
7596 <column alignment="center" valignment="top" width="0pt">
7597 <row>
7598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 Command
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 Result
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \backslash
7624 gets
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Formula $\gets$
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \backslash
7649 Leftarrow
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 \begin_inset Formula $\Leftarrow$
7659 \end_inset
7660
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row>
7668 <cell alignment="center" valignment="top" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \backslash
7674 longleftarrow
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 \begin_inset Formula $\longleftarrow$
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \backslash
7699 Longleftarrow
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset Formula $\Longleftarrow$
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \backslash
7724 leftharpoonup
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 \begin_inset Formula $\leftharpoonup$
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \backslash
7749 leftharpoondown
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 \begin_inset Formula $\leftharpoondown$
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \backslash
7774 hookleftarrow
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 \begin_inset Formula $\hookleftarrow$
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 </lyxtabular>
7793
7794 \end_inset
7795
7796
7797 \begin_inset space \hfill{}
7798 \end_inset
7799
7800
7801 \begin_inset Tabular
7802 <lyxtabular version="3" rows="8" columns="2">
7803 <features booktabs="true" tabularvalignment="middle">
7804 <column alignment="center" valignment="top" width="0pt">
7805 <column alignment="center" valignment="top" width="0pt">
7806 <row>
7807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 Command
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 Result
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \backslash
7833 to
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 \begin_inset Formula $\to$
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \backslash
7858 Rightarrow
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 \begin_inset Formula $\Rightarrow$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \backslash
7883 longrightarrow
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 \begin_inset Formula $\longrightarrow$
7893 \end_inset
7894
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \backslash
7908 Longrightarrow
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 \begin_inset Formula $\Longrightarrow$
7918 \end_inset
7919
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 rightharpoonup
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\rightharpoonup$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 rightharpoondown
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\rightharpoondown$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \backslash
7983 hookrightarrow
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $\hookrightarrow$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 </lyxtabular>
8002
8003 \end_inset
8004
8005
8006 \begin_inset space \hfill{}
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \begin_layout Standard
8013 \begin_inset space \hfill{}
8014 \end_inset
8015
8016
8017 \begin_inset Tabular
8018 <lyxtabular version="3" rows="6" columns="2">
8019 <features booktabs="true" tabularvalignment="middle">
8020 <column alignment="center" valignment="top" width="0pt">
8021 <column alignment="center" valignment="top" width="0pt">
8022 <row>
8023 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Command
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Result
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \backslash
8049 leftrightarrow
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 \begin_inset Formula $\leftrightarrow$
8059 \end_inset
8060
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row>
8068 <cell alignment="center" valignment="top" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \backslash
8074 Leftrightarrow
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 \begin_inset Formula $\Leftrightarrow$
8084 \end_inset
8085
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \backslash
8099 longleftrightarrow
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 \begin_inset Formula $\longleftrightarrow$
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 Longleftrightarrow
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\Longleftrightarrow$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 rightleftharpoons
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\rightleftharpoons$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 </lyxtabular>
8168
8169 \end_inset
8170
8171
8172 \begin_inset space \hspace{}
8173 \length 25pt
8174 \end_inset
8175
8176
8177 \begin_inset space \hfill{}
8178 \end_inset
8179
8180
8181 \begin_inset Tabular
8182 <lyxtabular version="3" rows="5" columns="2">
8183 <features booktabs="true" tabularvalignment="middle">
8184 <column alignment="center" valignment="top" width="0pt">
8185 <column alignment="center" valignment="top" width="0pt">
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Command
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Result
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 mapsto
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\mapsto$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 longmapsto
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\longmapsto$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 leadsto
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\leadsto$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 dasharrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\dasharrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 </lyxtabular>
8307
8308 \end_inset
8309
8310
8311 \begin_inset space \hfill{}
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Standard
8318 \begin_inset VSpace medskip
8319 \end_inset
8320
8321 Arrows used as accents like e.
8322 \begin_inset space \thinspace{}
8323 \end_inset
8324
8325 g.
8326 \begin_inset space \space{}
8327 \end_inset
8328
8329 vector arrows are listed in 
8330 \begin_inset CommandInset ref
8331 LatexCommand ref
8332 reference "sec:Accents"
8333
8334 \end_inset
8335
8336 .
8337 \end_layout
8338
8339 \begin_layout Standard
8340 \begin_inset VSpace bigskip
8341 \end_inset
8342
8343 Furthermore there are the labeled arrows
8344 \begin_inset Index idx
8345 status collapsed
8346
8347 \begin_layout Plain Layout
8348 Arrows ! labeled
8349 \end_layout
8350
8351 \end_inset
8352
8353  
8354 \series bold
8355
8356 \backslash
8357 xleftarrow
8358 \series default
8359
8360 \begin_inset Index idx
8361 status collapsed
8362
8363 \begin_layout Plain Layout
8364 Commands ! X ! 
8365 \backslash
8366 xleftarrow
8367 \end_layout
8368
8369 \end_inset
8370
8371  and 
8372 \series bold
8373
8374 \backslash
8375 xrightarrow
8376 \series default
8377
8378 \begin_inset Index idx
8379 status collapsed
8380
8381 \begin_layout Plain Layout
8382 Commands ! X ! 
8383 \backslash
8384 xrightarrow
8385 \begin_inset ERT
8386 status collapsed
8387
8388 \begin_layout Plain Layout
8389
8390
8391 \backslash
8392 vspace{4mm}
8393 \end_layout
8394
8395 \end_inset
8396
8397
8398 \end_layout
8399
8400 \end_inset
8401
8402 .
8403  When inserting one of these commands in a formula, an arrow with two blue
8404  boxes appear where the label can be inserted.
8405  The length of the arrow adapts to the label width.
8406 \end_layout
8407
8408 \begin_layout Standard
8409 \align center
8410 \begin_inset Tabular
8411 <lyxtabular version="3" rows="3" columns="2">
8412 <features booktabs="true" tabularvalignment="middle">
8413 <column alignment="center" valignment="top" width="0pt">
8414 <column alignment="center" valignment="top" width="0pt">
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Command
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Result
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 F(a)
8441 \backslash
8442 xleftarrow
8443 \begin_inset space \textvisiblespace{}
8444 \end_inset
8445
8446 x=a
8447 \begin_inset Formula $\downarrow$
8448 \end_inset
8449
8450 x>0
8451 \begin_inset Formula $\to$
8452 \end_inset
8453
8454 F(x)
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8464 \end_inset
8465
8466
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row topspace="2mm">
8473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 F(x)
8478 \backslash
8479 xrightarrow
8480 \begin_inset space \textvisiblespace{}
8481 \end_inset
8482
8483 x=a
8484 \begin_inset Formula $\downarrow$
8485 \end_inset
8486
8487 x>0
8488 \begin_inset Formula $\to$
8489 \end_inset
8490
8491 F(a)
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 </lyxtabular>
8510
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \begin_layout Standard
8517 \begin_inset VSpace medskip
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \begin_layout Standard
8524 If you set in the document settings under 
8525 \family sans
8526 Math
8527 \begin_inset space ~
8528 \end_inset
8529
8530 Options
8531 \family default
8532  for the package 
8533 \series bold
8534 mathtools
8535 \series default
8536
8537 \begin_inset Index idx
8538 status collapsed
8539
8540 \begin_layout Plain Layout
8541 Packages ! mathtools
8542 \end_layout
8543
8544 \end_inset
8545
8546  the option 
8547 \family sans
8548 Load
8549 \begin_inset space ~
8550 \end_inset
8551
8552 always
8553 \family default
8554 , you have access to the following labeled arrows:
8555 \end_layout
8556
8557 \begin_layout Standard
8558 \begin_inset Newpage newpage
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \begin_layout Standard
8565 \align center
8566 \begin_inset space \hspace*{\fill}
8567 \end_inset
8568
8569
8570 \begin_inset Tabular
8571 <lyxtabular version="3" rows="7" columns="2">
8572 <features booktabs="true" tabularvalignment="middle">
8573 <column alignment="center" valignment="top" width="0pt">
8574 <column alignment="center" valignment="top" width="0pt">
8575 <row>
8576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Command
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Example
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \family roman
8602 \series medium
8603 \shape up
8604 \size normal
8605 \emph off
8606 \bar no
8607 \strikeout off
8608 \uuline off
8609 \uwave off
8610 \noun off
8611 \color none
8612
8613 \backslash
8614 xleftrightarrow
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row topspace="2mm">
8633 <cell alignment="center" valignment="top" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \family roman
8639 \series medium
8640 \shape up
8641 \size normal
8642 \emph off
8643 \bar no
8644 \strikeout off
8645 \uuline off
8646 \uwave off
8647 \noun off
8648 \color none
8649
8650 \backslash
8651 xLeftarrow
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row topspace="2mm">
8670 <cell alignment="center" valignment="top" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \backslash
8676
8677 \family roman
8678 \series medium
8679 \shape up
8680 \size normal
8681 \emph off
8682 \bar no
8683 \strikeout off
8684 \uuline off
8685 \uwave off
8686 \noun off
8687 \color none
8688 xRightarrow
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8698 \end_inset
8699
8700
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 </row>
8706 <row topspace="2mm">
8707 <cell alignment="center" valignment="top" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711
8712 \backslash
8713
8714 \family roman
8715 \series medium
8716 \shape up
8717 \size normal
8718 \emph off
8719 \bar no
8720 \strikeout off
8721 \uuline off
8722 \uwave off
8723 \noun off
8724 \color none
8725 xLeftrightarrow
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row topspace="2mm">
8744 <cell alignment="center" valignment="top" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \family roman
8750 \series medium
8751 \shape up
8752 \size normal
8753 \emph off
8754 \bar no
8755 \strikeout off
8756 \uuline off
8757 \uwave off
8758 \noun off
8759 \color none
8760
8761 \backslash
8762 xhookleftarrow
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 </row>
8780 <row topspace="2mm">
8781 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785
8786 \family roman
8787 \series medium
8788 \shape up
8789 \size normal
8790 \emph off
8791 \bar no
8792 \strikeout off
8793 \uuline off
8794 \uwave off
8795 \noun off
8796 \color none
8797
8798 \backslash
8799 xhookrightarrow
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 </lyxtabular>
8818
8819 \end_inset
8820
8821
8822 \begin_inset space \hspace*{\fill}
8823 \end_inset
8824
8825
8826 \begin_inset Tabular
8827 <lyxtabular version="3" rows="7" columns="2">
8828 <features booktabs="true" tabularvalignment="middle">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <column alignment="center" valignment="top" width="0pt">
8831 <row>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Command
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Example
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="center" valignment="top" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \backslash
8858
8859 \family roman
8860 \series medium
8861 \shape up
8862 \size normal
8863 \emph off
8864 \bar no
8865 \strikeout off
8866 \uuline off
8867 \uwave off
8868 \noun off
8869 \color none
8870 xleftharpoondown
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row topspace="2mm">
8889 <cell alignment="center" valignment="top" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \backslash
8895
8896 \family roman
8897 \series medium
8898 \shape up
8899 \size normal
8900 \emph off
8901 \bar no
8902 \strikeout off
8903 \uuline off
8904 \uwave off
8905 \noun off
8906 \color none
8907 xleftharpoonup
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell alignment="center" valignment="top" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8917 \end_inset
8918
8919
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row topspace="2mm">
8926 <cell alignment="center" valignment="top" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \backslash
8932
8933 \family roman
8934 \series medium
8935 \shape up
8936 \size normal
8937 \emph off
8938 \bar no
8939 \strikeout off
8940 \uuline off
8941 \uwave off
8942 \noun off
8943 \color none
8944 xrightharpoondown
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8954 \end_inset
8955
8956
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 </row>
8962 <row topspace="2mm">
8963 <cell alignment="center" valignment="top" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967
8968 \backslash
8969
8970 \family roman
8971 \series medium
8972 \shape up
8973 \size normal
8974 \emph off
8975 \bar no
8976 \strikeout off
8977 \uuline off
8978 \uwave off
8979 \noun off
8980 \color none
8981 xrightharpoonup
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row topspace="2mm">
9000 <cell alignment="center" valignment="top" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006
9007 \family roman
9008 \series medium
9009 \shape up
9010 \size normal
9011 \emph off
9012 \bar no
9013 \strikeout off
9014 \uuline off
9015 \uwave off
9016 \noun off
9017 \color none
9018 xleftrightharpoons
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
9028 \end_inset
9029
9030
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row topspace="2mm">
9037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \backslash
9043
9044 \family roman
9045 \series medium
9046 \shape up
9047 \size normal
9048 \emph off
9049 \bar no
9050 \strikeout off
9051 \uuline off
9052 \uwave off
9053 \noun off
9054 \color none
9055 xrightleftharpoons
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
9065 \end_inset
9066
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 </lyxtabular>
9074
9075 \end_inset
9076
9077
9078 \begin_inset space \hspace*{\fill}
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \begin_layout Standard
9085 The command scheme is for all these arrows:
9086 \end_layout
9087
9088 \begin_layout Standard
9089 \align center
9090 \begin_inset Tabular
9091 <lyxtabular version="3" rows="2" columns="2">
9092 <features booktabs="true" tabularvalignment="middle">
9093 <column alignment="center" valignment="top" width="0pt">
9094 <column alignment="center" valignment="top" width="0pt">
9095 <row>
9096 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Command
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Result
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row bottomspace="0.5mm">
9116 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 F(a)
9121 \backslash
9122 xleftrightarrow[x=a]
9123 \backslash
9124 {x>0
9125 \begin_inset Formula $\to$
9126 \end_inset
9127
9128 F(x)
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 </lyxtabular>
9147
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \begin_layout Subsection
9154 Vertical and diagonal Arrows
9155 \begin_inset Index idx
9156 status collapsed
9157
9158 \begin_layout Plain Layout
9159 Arrows ! diagonal
9160 \end_layout
9161
9162 \end_inset
9163
9164
9165 \begin_inset Index idx
9166 status collapsed
9167
9168 \begin_layout Plain Layout
9169 Arrows ! vertical
9170 \end_layout
9171
9172 \end_inset
9173
9174
9175 \end_layout
9176
9177 \begin_layout Standard
9178 \begin_inset space \hfill{}
9179 \end_inset
9180
9181
9182 \begin_inset Tabular
9183 <lyxtabular version="3" rows="7" columns="2">
9184 <features booktabs="true" tabularvalignment="middle">
9185 <column alignment="center" valignment="top" width="0pt">
9186 <column alignment="center" valignment="top" width="0pt">
9187 <row>
9188 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Command
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Result
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 uparrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\uparrow$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \backslash
9239 Uparrow
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 \begin_inset Formula $\Uparrow$
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 updownarrow
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 \begin_inset Formula $\updownarrow$
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="center" valignment="top" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \backslash
9289 Updownarrow
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 \begin_inset Formula $\Updownarrow$
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="center" valignment="top" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 Downarrow
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 \begin_inset Formula $\Downarrow$
9324 \end_inset
9325
9326
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \backslash
9339 downarrow
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\downarrow$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 </lyxtabular>
9358
9359 \end_inset
9360
9361
9362 \begin_inset space \hfill{}
9363 \end_inset
9364
9365
9366 \begin_inset Tabular
9367 <lyxtabular version="3" rows="5" columns="2">
9368 <features booktabs="true" tabularvalignment="middle">
9369 <column alignment="center" valignment="top" width="0pt">
9370 <column alignment="center" valignment="top" width="0pt">
9371 <row>
9372 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Command
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Result
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 nearrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\nearrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 <row>
9417 <cell alignment="center" valignment="top" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421
9422 \backslash
9423 searrow
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\searrow$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 swarrow
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 \begin_inset Formula $\swarrow$
9458 \end_inset
9459
9460
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \backslash
9473 nwarrow
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 \begin_inset Formula $\nwarrow$
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 </row>
9491 </lyxtabular>
9492
9493 \end_inset
9494
9495
9496 \begin_inset space \hfill{}
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Standard
9503 \begin_inset VSpace medskip
9504 \end_inset
9505
9506 Vertical arrows can be used also as delimiters together with the commands
9507  described in 
9508 \begin_inset CommandInset ref
9509 LatexCommand ref
9510 reference "subsec:Manual-Bracket-Size"
9511
9512 \end_inset
9513
9514  and 
9515 \begin_inset CommandInset ref
9516 LatexCommand ref
9517 reference "subsec:Automatic-Bracket-Size"
9518
9519 \end_inset
9520
9521 .
9522 \end_layout
9523
9524 \begin_layout Section
9525 Accents
9526 \begin_inset CommandInset label
9527 LatexCommand label
9528 name "sec:Accents"
9529
9530 \end_inset
9531
9532
9533 \begin_inset Index idx
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537 Accents
9538 \end_layout
9539
9540 \end_inset
9541
9542
9543 \end_layout
9544
9545 \begin_layout Standard
9546 Accents can be inserted via the math toolbar button 
9547 \begin_inset Info
9548 type  "icon"
9549 arg   "math-insert \\hat"
9550 \end_inset
9551
9552  or the commands listed in the following subsections.
9553 \end_layout
9554
9555 \begin_layout Subsection
9556 Accents for one Character
9557 \begin_inset ERT
9558 status collapsed
9559
9560 \begin_layout Plain Layout
9561
9562
9563 \backslash
9564 texorpdfstring{
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \begin_inset Foot
9571 status collapsed
9572
9573 \begin_layout Plain Layout
9574 accents in text see 
9575 \begin_inset CommandInset ref
9576 LatexCommand ref
9577 reference "subsec:Accents-in-Text"
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \begin_inset ERT
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591
9592 }{}
9593 \end_layout
9594
9595 \end_inset
9596
9597
9598 \begin_inset Note Note
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603 \series bold
9604
9605 \backslash
9606 texorpdfstring
9607 \series default
9608  is used to avoid that the footnote appears in the PDF-bookmark.
9609 \end_layout
9610
9611 \begin_layout Plain Layout
9612 More about 
9613 \series bold
9614
9615 \backslash
9616 texorpdfstring
9617 \series default
9618  is in section 
9619 \begin_inset CommandInset ref
9620 LatexCommand ref
9621 reference "subsec:Formulas-in-Section"
9622
9623 \end_inset
9624
9625 .
9626 \end_layout
9627
9628 \end_inset
9629
9630
9631 \begin_inset CommandInset label
9632 LatexCommand label
9633 name "subsec:Accents-for-one"
9634
9635 \end_inset
9636
9637
9638 \begin_inset Index idx
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 Accents ! for one character
9643 \end_layout
9644
9645 \end_inset
9646
9647
9648 \end_layout
9649
9650 \begin_layout Standard
9651 \begin_inset space \hfill{}
9652 \end_inset
9653
9654
9655 \begin_inset Tabular
9656 <lyxtabular version="3" rows="8" columns="2">
9657 <features booktabs="true" tabularvalignment="middle">
9658 <column alignment="center" valignment="top" width="0pt">
9659 <column alignment="center" valignment="top" width="0pt">
9660 <row>
9661 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665 Command
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 Result
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row topspace="1.5mm">
9681 <cell alignment="center" valignment="top" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 dot
9688 \begin_inset space \textvisiblespace{}
9689 \end_inset
9690
9691 A
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset Formula $\dot{A}$
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 </row>
9709 <row topspace="1.5mm">
9710 <cell alignment="center" valignment="top" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \backslash
9716 ddot
9717 \begin_inset space \textvisiblespace{}
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\ddot{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row topspace="1.5mm">
9739 <cell alignment="center" valignment="top" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 dddot
9746 \begin_inset space \textvisiblespace{}
9747 \end_inset
9748
9749 A
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 \begin_inset Formula $\dddot{A}$
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row topspace="1.5mm">
9768 <cell alignment="center" valignment="top" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \backslash
9774 ddddot
9775 \begin_inset space \textvisiblespace{}
9776 \end_inset
9777
9778 A
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell alignment="center" valignment="top" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787 \begin_inset Formula $\ddddot{A}$
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 <row topspace="1.5mm">
9797 <cell alignment="center" valignment="top" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801
9802 \backslash
9803 vec
9804 \begin_inset space \textvisiblespace{}
9805 \end_inset
9806
9807 A
9808 \begin_inset Index idx
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Vectors
9813 \end_layout
9814
9815 \end_inset
9816
9817
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 $\vec{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 bar
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 $\bar{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" bottomline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \backslash
9871 mathring
9872 \begin_inset space \textvisiblespace{}
9873 \end_inset
9874
9875 A
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 \begin_inset Formula $\mathring{A}$
9885 \end_inset
9886
9887
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 </lyxtabular>
9894
9895 \end_inset
9896
9897
9898 \begin_inset space \hfill{}
9899 \end_inset
9900
9901
9902 \begin_inset Tabular
9903 <lyxtabular version="3" rows="7" columns="2">
9904 <features booktabs="true" tabularvalignment="middle">
9905 <column alignment="center" valignment="top" width="0pt">
9906 <column alignment="center" valignment="top" width="0pt">
9907 <row>
9908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Command
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 Result
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row topspace="1.5mm">
9928 <cell alignment="center" valignment="top" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \backslash
9934 tilde
9935 \begin_inset space \textvisiblespace{}
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\tilde{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row topspace="1.5mm">
9957 <cell alignment="center" valignment="top" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \backslash
9963 hat
9964 \begin_inset space \textvisiblespace{}
9965 \end_inset
9966
9967 A
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset Formula $\hat{A}$
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row topspace="1.5mm">
9986 <cell alignment="center" valignment="top" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 check
9993 \begin_inset space \textvisiblespace{}
9994 \end_inset
9995
9996 A
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 \begin_inset Formula $\check{A}$
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row topspace="1.5mm">
10015 <cell alignment="center" valignment="top" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \backslash
10021 acute
10022 \begin_inset space \textvisiblespace{}
10023 \end_inset
10024
10025 A
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset Formula $\acute{A}$
10035 \end_inset
10036
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row topspace="1.5mm">
10044 <cell alignment="center" valignment="top" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \backslash
10050 grave
10051 \begin_inset space \textvisiblespace{}
10052 \end_inset
10053
10054 A
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 \begin_inset Formula $\grave{A}$
10064 \end_inset
10065
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row topspace="1.5mm">
10073 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \backslash
10079 breve
10080 \begin_inset space \textvisiblespace{}
10081 \end_inset
10082
10083 A
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 \begin_inset Formula $\breve{A}$
10093 \end_inset
10094
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 </lyxtabular>
10102
10103 \end_inset
10104
10105
10106 \begin_inset space \hfill{}
10107 \end_inset
10108
10109
10110 \end_layout
10111
10112 \begin_layout Standard
10113 \begin_inset VSpace bigskip
10114 \end_inset
10115
10116
10117 \end_layout
10118
10119 \begin_layout Standard
10120 You can directly insert accents like é to formulas.
10121  \SpecialChar LyX
10122  will transform them to the corresponding accent command.
10123  For umlauts
10124 \begin_inset Index idx
10125 status collapsed
10126
10127 \begin_layout Plain Layout
10128 Umlauts
10129 \end_layout
10130
10131 \end_inset
10132
10133  it is better to insert a quotation mark before the vowel.
10134  These two characters are then treated by \SpecialChar LaTeX
10135  as 
10136 \emph on
10137 one
10138 \emph default
10139  character when the formula part with the umlaut is marked as German.
10140  In contrary to 
10141 \series bold
10142
10143 \backslash
10144 ddot
10145 \series default
10146 , with this method 
10147 \begin_inset Quotes eld
10148 \end_inset
10149
10150 real
10151 \begin_inset Quotes erd
10152 \end_inset
10153
10154  umlauts are created as demonstrated in the following example:
10155 \end_layout
10156
10157 \begin_layout Standard
10158 \begin_inset VSpace -2mm
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 \align center
10166 \begin_inset Tabular
10167 <lyxtabular version="3" rows="3" columns="2">
10168 <features booktabs="true" tabularvalignment="middle">
10169 <column alignment="center" valignment="top" width="0pt">
10170 <column alignment="center" valignment="top">
10171 <row>
10172 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Command
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Result
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 \begin_inset Quotes grd
10197 \end_inset
10198
10199 i
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 \begin_inset space \hspace{}
10209 \length 0pt
10210 \end_inset
10211
10212
10213 \lang ngerman
10214
10215 \begin_inset Formula $"i$
10216 \end_inset
10217
10218
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row topspace="1.5mm">
10225 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \backslash
10231 ddot
10232 \begin_inset space \textvisiblespace{}
10233 \end_inset
10234
10235 i
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 \begin_inset Formula $\ddot{i}$
10245 \end_inset
10246
10247
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 </lyxtabular>
10254
10255 \end_inset
10256
10257
10258 \end_layout
10259
10260 \begin_layout Standard
10261 Another advantage to 
10262 \series bold
10263
10264 \backslash
10265 ddot
10266 \series default
10267  is that umlauts can directly be converted to mathematical text because
10268  the accent commands above are 
10269 \emph on
10270 not allowed
10271 \emph default
10272  
10273 \emph on
10274 in mathematical text
10275 \emph default
10276 .
10277  To convert an accented character to mathematical text, only the character
10278  under the accent may be converted.
10279  This applies also for all other conversions, e.
10280 \begin_inset space \thinspace{}
10281 \end_inset
10282
10283 g.
10284 \begin_inset space \space{}
10285 \end_inset
10286
10287 to italic or bold.
10288 \end_layout
10289
10290 \begin_layout Standard
10291 In mathematical text, umlauts and other accented characters can directly
10292  be inserted.
10293 \end_layout
10294
10295 \begin_layout Standard
10296 \begin_inset VSpace bigskip
10297 \end_inset
10298
10299
10300 \end_layout
10301
10302 \begin_layout Standard
10303 \SpecialChar LyX
10304  also supports a tilde under the character if the \SpecialChar LaTeX
10305 -package 
10306 \series bold
10307 undertilde
10308 \series default
10309
10310 \begin_inset Index idx
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314 Packages ! undertilde
10315 \end_layout
10316
10317 \end_inset
10318
10319  is installed on your system:
10320 \end_layout
10321
10322 \begin_layout Standard
10323 \begin_inset ERT
10324 status collapsed
10325
10326 \begin_layout Plain Layout
10327
10328
10329 \backslash
10330 ifundertilde 
10331 \end_layout
10332
10333 \end_inset
10334
10335
10336 \begin_inset Note Note
10337 status open
10338
10339 \begin_layout Plain Layout
10340 The following table will only be displayed when the \SpecialChar LaTeX
10341 -package 
10342 \series bold
10343 undertilde
10344 \series default
10345  is installed.
10346 \end_layout
10347
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \begin_layout Standard
10354 \noindent
10355 \align center
10356 \begin_inset Tabular
10357 <lyxtabular version="3" rows="2" columns="2">
10358 <features booktabs="true" tabularvalignment="middle">
10359 <column alignment="center" valignment="top" width="0pt">
10360 <column alignment="center" valignment="top" width="0pt">
10361 <row>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Command
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Result
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \backslash
10388 utilde
10389 \begin_inset space \textvisiblespace{}
10390 \end_inset
10391
10392 A
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 \begin_inset Formula $\utilde{A}$
10402 \end_inset
10403
10404
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 </lyxtabular>
10411
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \begin_layout Standard
10418 \begin_inset ERT
10419 status collapsed
10420
10421 \begin_layout Plain Layout
10422
10423
10424 \backslash
10425 else 
10426 \end_layout
10427
10428 \end_inset
10429
10430
10431 \begin_inset Note Note
10432 status open
10433
10434 \begin_layout Plain Layout
10435 The following will be displayed when the \SpecialChar LaTeX
10436 -package 
10437 \series bold
10438 undertilde
10439 \series default
10440  is not installed:
10441 \end_layout
10442
10443 \end_inset
10444
10445
10446 \end_layout
10447
10448 \begin_layout Standard
10449 You need to install the \SpecialChar LaTeX
10450 -package 
10451 \series bold
10452 undertilde
10453 \series default
10454  to see the rest of this subsection in the output.
10455 \end_layout
10456
10457 \begin_layout Standard
10458 \begin_inset ERT
10459 status collapsed
10460
10461 \begin_layout Plain Layout
10462
10463
10464 \backslash
10465 fi 
10466 \end_layout
10467
10468 \end_inset
10469
10470
10471 \end_layout
10472
10473 \begin_layout Standard
10474 \begin_inset Newpage newpage
10475 \end_inset
10476
10477
10478 \end_layout
10479
10480 \begin_layout Subsection
10481 Accents for several Characters
10482 \begin_inset Index idx
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486 Accents ! for several characters
10487 \end_layout
10488
10489 \end_inset
10490
10491
10492 \end_layout
10493
10494 \begin_layout Standard
10495 \begin_inset space \hfill{}
10496 \end_inset
10497
10498
10499 \begin_inset Tabular
10500 <lyxtabular version="3" rows="5" columns="2">
10501 <features booktabs="true" tabularvalignment="middle">
10502 <column alignment="center" valignment="top" width="0pt">
10503 <column alignment="center" valignment="top" width="0pt">
10504 <row>
10505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Command
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Result
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row topspace="1.5mm">
10525 <cell alignment="center" valignment="top" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \backslash
10531 overleftarrow
10532 \begin_inset space \textvisiblespace{}
10533 \end_inset
10534
10535 A=B
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 \begin_inset Formula $\overleftarrow{A=B}$
10545 \end_inset
10546
10547
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row topspace="1.5mm">
10554 <cell alignment="center" valignment="top" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \backslash
10560 underleftarrow
10561 \begin_inset space \textvisiblespace{}
10562 \end_inset
10563
10564 A=B
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 \begin_inset Formula $\underleftarrow{A=B}$
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row topspace="1.5mm">
10583 <cell alignment="center" valignment="top" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 overleftrightarrow
10590 \begin_inset space \textvisiblespace{}
10591 \end_inset
10592
10593 A=B
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 \begin_inset Formula $\overleftrightarrow{A=B}$
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row topspace="1.5mm" bottomspace="1mm">
10612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 underleftrightarrow
10619 \begin_inset space \textvisiblespace{}
10620 \end_inset
10621
10622 A=B
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 \begin_inset Formula $\underleftrightarrow{A=B}$
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 </lyxtabular>
10641
10642 \end_inset
10643
10644
10645 \begin_inset space \hfill{}
10646 \end_inset
10647
10648
10649 \begin_inset Tabular
10650 <lyxtabular version="3" rows="5" columns="2">
10651 <features booktabs="true" tabularvalignment="middle">
10652 <column alignment="center" valignment="top" width="0pt">
10653 <column alignment="center" valignment="top" width="0pt">
10654 <row>
10655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Command
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Result
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row topspace="1.5mm">
10675 <cell alignment="center" valignment="top" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \backslash
10681 overrightarrow
10682 \begin_inset space \textvisiblespace{}
10683 \end_inset
10684
10685 A=B
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 \begin_inset Formula $\overrightarrow{A=B}$
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row topspace="1.5mm">
10704 <cell alignment="center" valignment="top" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \backslash
10710 underrightarrow
10711 \begin_inset space \textvisiblespace{}
10712 \end_inset
10713
10714 A=B
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 \begin_inset Formula $\underrightarrow{A=B}$
10724 \end_inset
10725
10726
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 </row>
10732 <row topspace="1.5mm">
10733 <cell alignment="center" valignment="top" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \backslash
10739 widetilde
10740 \begin_inset space \textvisiblespace{}
10741 \end_inset
10742
10743 A=B
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 \begin_inset Formula $\widetilde{A=B}$
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row topspace="1.5mm" bottomspace="1mm">
10762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \backslash
10768 widehat
10769 \begin_inset space \textvisiblespace{}
10770 \end_inset
10771
10772 A=B
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 \begin_inset Formula $\widehat{A=B}$
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 </row>
10790 </lyxtabular>
10791
10792 \end_inset
10793
10794
10795 \begin_inset space \hfill{}
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \begin_layout Standard
10802 \begin_inset VSpace medskip
10803 \end_inset
10804
10805 With these commands as many characters as you like can be accented.
10806  But the accents 
10807 \series bold
10808
10809 \backslash
10810 widetilde
10811 \series default
10812  and 
10813 \series bold
10814
10815 \backslash
10816 widehat
10817 \series default
10818  will only be set in the output with a length of three characters, as shown
10819  in the following example:
10820 \begin_inset Formula 
10821 \[
10822 \widetilde{A+B=C-D}
10823 \]
10824
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \begin_layout Standard
10831 With the commands 
10832 \series bold
10833
10834 \backslash
10835 overset
10836 \series default
10837
10838 \begin_inset Index idx
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842 Commands ! O ! 
10843 \backslash
10844 overset
10845 \end_layout
10846
10847 \end_inset
10848
10849  and 
10850 \series bold
10851
10852 \backslash
10853 underset
10854 \series default
10855
10856 \begin_inset Index idx
10857 status collapsed
10858
10859 \begin_layout Plain Layout
10860 Commands ! U ! 
10861 \backslash
10862 underset
10863 \end_layout
10864
10865 \end_inset
10866
10867  described in the previous subsection it is also possible to accent several
10868  characters.
10869  The command 
10870 \series bold
10871
10872 \backslash
10873 underset
10874 \begin_inset space \textvisiblespace{}
10875 \end_inset
10876
10877 A=B
10878 \begin_inset Formula $\downarrow$
10879 \end_inset
10880
10881 ***
10882 \series default
10883  creates:
10884 \begin_inset Formula 
10885 \[
10886 \underset{***}{A=B}
10887 \]
10888
10889 \end_inset
10890
10891
10892 \end_layout
10893
10894 \begin_layout Section
10895 Space
10896 \begin_inset CommandInset label
10897 LatexCommand label
10898 name "subsec:Space"
10899
10900 \end_inset
10901
10902
10903 \begin_inset Index idx
10904 status collapsed
10905
10906 \begin_layout Plain Layout
10907 Space ! horizontal
10908 \end_layout
10909
10910 \end_inset
10911
10912
10913 \end_layout
10914
10915 \begin_layout Subsection
10916 Predefined Space
10917 \begin_inset CommandInset label
10918 LatexCommand label
10919 name "subsec:Predefined-Space"
10920
10921 \end_inset
10922
10923
10924 \begin_inset Index idx
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928 Space ! horizontal ! predefined
10929 \end_layout
10930
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \begin_layout Standard
10937 Sometimes it is necessary to insert horizontal space into a formula.
10938  This is done by inserting a protected space (shortcut 
10939 \begin_inset Info
10940 type  "shortcut"
10941 arg   "command-alternatives space-insert protected ; math-space"
10942 \end_inset
10943
10944 ).
10945  A 
10946 \begin_inset Quotes eld
10947 \end_inset
10948
10949
10950 \color blue
10951
10952 \begin_inset space \textvisiblespace{}
10953 \end_inset
10954
10955
10956 \color inherit
10957
10958 \begin_inset Quotes erd
10959 \end_inset
10960
10961  appears and by pressing 
10962 \family sans
10963 Space
10964 \family default
10965  several times one can select one of eight different space sizes.
10966  The spaces can also be inserted using the math toolbar button 
10967 \begin_inset Info
10968 type  "icon"
10969 arg   "math-insert \\space"
10970 \end_inset
10971
10972  or special commands.
10973  Independent from the inserted command, one can select the size again by
10974  pressing 
10975 \family sans
10976 Space
10977 \family default
10978  afterwards.
10979 \end_layout
10980
10981 \begin_layout Standard
10982 \noindent
10983 \align center
10984 \begin_inset Tabular
10985 <lyxtabular version="3" rows="6" columns="3">
10986 <features booktabs="true" tabularvalignment="middle">
10987 <column alignment="center" valignment="top">
10988 <column alignment="center" valignment="top" width="15col%">
10989 <column alignment="center" valignment="top">
10990 <row>
10991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 Command
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 Number of 
11005 \family sans
11006 Space
11007 \family default
11008  keystrokes
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 Result
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \backslash
11030 ,
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 0
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 \begin_inset Formula $A\,B$
11049 \end_inset
11050
11051
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \backslash
11064 :
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 1
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 \begin_inset Formula $A\:B$
11083 \end_inset
11084
11085
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 2
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 quad
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 3
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\quad 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" bottomline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \backslash
11166 qquad
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 4
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 \begin_inset Formula $A\qquad B$
11185 \end_inset
11186
11187
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 </lyxtabular>
11194
11195 \end_inset
11196
11197
11198 \begin_inset space \hfill{}
11199 \end_inset
11200
11201
11202 \begin_inset Tabular
11203 <lyxtabular version="3" rows="6" columns="3">
11204 <features booktabs="true" tabularvalignment="middle">
11205 <column alignment="center" valignment="top">
11206 <column alignment="center" valignment="top" width="15col%">
11207 <column alignment="center" valignment="top">
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 Command
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Number of 
11223 \family sans
11224 Space
11225 \family default
11226  keystrokes
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 Result
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 hfill
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 5
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\hfill B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \backslash
11282 hspace*{1em}
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 6
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 \begin_inset Formula $A\hspace*{1em}B$
11301 \end_inset
11302
11303
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 hspace{1em}
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 7
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\hspace{1em}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
11351 \begin_inset space \textvisiblespace{}
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 8
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $A\ B$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \backslash
11388 !
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 9
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 \begin_inset Formula $A\!B$
11407 \end_inset
11408
11409
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 </lyxtabular>
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \begin_layout Standard
11423 Space
11424 \begin_inset space ~
11425 \end_inset
11426
11427 5
11428 \begin_inset space \thinspace{}
11429 \end_inset
11430
11431
11432 \begin_inset space \thinspace{}
11433 \end_inset
11434
11435 7 are variable spaces which are explained in 
11436 \begin_inset CommandInset ref
11437 LatexCommand ref
11438 reference "subsec:Variable-Space"
11439
11440 \end_inset
11441
11442 .
11443  Space
11444 \begin_inset space ~
11445 \end_inset
11446
11447 9 seems to produce no space.
11448  It is displayed red in \SpecialChar LyX
11449  contrary to the other sizes, because it is a negative
11450  space.
11451  There are two more negative spaces:
11452 \end_layout
11453
11454 \begin_layout Standard
11455 \align center
11456 \begin_inset Tabular
11457 <lyxtabular version="3" rows="3" columns="3">
11458 <features booktabs="true" tabularvalignment="middle">
11459 <column alignment="center" valignment="middle" width="6.8cm">
11460 <column alignment="center" valignment="top" width="0pt">
11461 <column alignment="center" valignment="top" width="0pt">
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 Command
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476
11477 \backslash
11478 negmedspace
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487
11488 \backslash
11489 negthickspace
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 Number of 
11501 \family sans
11502 Space
11503 \family default
11504  keystrokes after inserting the protected space
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 10
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 11
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Result
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 \begin_inset Formula $A\negmedspace B$
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Formula $A\negthickspace B$
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 </lyxtabular>
11564
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \begin_layout Standard
11571 Negative spaces can lead to characters overlapping each other.
11572  Thus they can be used to enforce ligatures, which are e.
11573 \begin_inset space \thinspace{}
11574 \end_inset
11575
11576 g.
11577 \begin_inset space \space{}
11578 \end_inset
11579
11580 useful for summation operators:
11581 \end_layout
11582
11583 \begin_layout Standard
11584 \align center
11585 \begin_inset Tabular
11586 <lyxtabular version="3" rows="3" columns="2">
11587 <features booktabs="true" tabularvalignment="middle">
11588 <column alignment="center" valignment="top" width="0pt">
11589 <column alignment="center" valignment="top">
11590 <row>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 Command
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 Result
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \backslash
11617 sum
11618 \backslash
11619 sum
11620 \begin_inset space \textvisiblespace{}
11621 \end_inset
11622
11623 f_kl
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 \begin_inset Formula $\sum\sum f_{kl}$
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646
11647 \backslash
11648 sum
11649 \backslash
11650 negmedspace
11651 \backslash
11652 sum
11653 \begin_inset space \textvisiblespace{}
11654 \end_inset
11655
11656 f_kl
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 </lyxtabular>
11675
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Standard
11682 \noindent
11683 \begin_inset VSpace medskip
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \begin_layout Standard
11690 \noindent
11691 Relations like for example equal signs, are always surrounded by space.
11692  To suppress this, the equal sign is placed into a \SpecialChar TeX
11693  brace.
11694  The following example demonstrates this:
11695 \end_layout
11696
11697 \begin_layout Standard
11698 \align center
11699 \begin_inset Tabular
11700 <lyxtabular version="3" rows="2" columns="2">
11701 <features tabularvalignment="middle">
11702 <column alignment="center" valignment="top" width="0pt">
11703 <column alignment="center" valignment="top" width="0pt">
11704 <row>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 normal equation
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 \begin_inset Formula $A=B$
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="center" valignment="top" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 equation without space
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 \begin_inset Formula $A{=}B$
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 </lyxtabular>
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 \noindent
11759 The command for the last formula is: 
11760 \series bold
11761 A
11762 \backslash
11763 {=
11764 \begin_inset Formula $\to$
11765 \end_inset
11766
11767 B
11768 \end_layout
11769
11770 \begin_layout Standard
11771 \begin_inset VSpace bigskip
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Spaces are needed for physical units, because the space between the value
11779  and the unit is the smallest one and not a normal space.
11780  For units in text, the smallest space is inserted via the menu 
11781 \family sans
11782 Insert\SpecialChar menuseparator
11783 Formatting\SpecialChar menuseparator
11784 Thin
11785 \begin_inset space ~
11786 \end_inset
11787
11788 Space
11789 \family default
11790  (shortcut 
11791 \begin_inset Info
11792 type  "shortcut"
11793 arg   "space-insert thin"
11794 \end_inset
11795
11796 ).
11797 \end_layout
11798
11799 \begin_layout Standard
11800 An example to visualize the difference:
11801 \end_layout
11802
11803 \begin_layout Standard
11804 \begin_inset Tabular
11805 <lyxtabular version="3" rows="2" columns="2">
11806 <features tabularvalignment="middle">
11807 <column alignment="left" valignment="top">
11808 <column alignment="left" valignment="top">
11809 <row>
11810 <cell alignment="center" valignment="top" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814 24 kW
11815 \begin_inset Formula $\cdot$
11816 \end_inset
11817
11818 h
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 space between value and unit
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 24
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 kW
11843 \begin_inset Formula $\cdot$
11844 \end_inset
11845
11846 h
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 smallest space between value and unit
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 </row>
11861 </lyxtabular>
11862
11863 \end_inset
11864
11865
11866 \end_layout
11867
11868 \begin_layout Subsection
11869 Variable Space
11870 \begin_inset ERT
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874
11875
11876 \backslash
11877 texorpdfstring{
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \begin_inset Foot
11884 status collapsed
11885
11886 \begin_layout Plain Layout
11887 for vertical space in formulas see 
11888 \begin_inset CommandInset ref
11889 LatexCommand ref
11890 reference "subsec:Line-Separation"
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \end_inset
11898
11899
11900 \begin_inset ERT
11901 status collapsed
11902
11903 \begin_layout Plain Layout
11904
11905 }{}
11906 \end_layout
11907
11908 \end_inset
11909
11910
11911 \begin_inset Note Note
11912 status collapsed
11913
11914 \begin_layout Plain Layout
11915
11916 \backslash
11917 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11918 \end_layout
11919
11920 \begin_layout Plain Layout
11921 More about 
11922 \backslash
11923 texorpdfstring is in section 
11924 \begin_inset CommandInset ref
11925 LatexCommand ref
11926 reference "subsec:Formulas-in-Section"
11927
11928 \end_inset
11929
11930 .
11931 \end_layout
11932
11933 \end_inset
11934
11935
11936 \begin_inset CommandInset label
11937 LatexCommand label
11938 name "subsec:Variable-Space"
11939
11940 \end_inset
11941
11942
11943 \begin_inset Index idx
11944 status collapsed
11945
11946 \begin_layout Plain Layout
11947 Space ! horizontal ! variable
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 Space with a defined length can be inserted with the command 
11957 \series bold
11958
11959 \backslash
11960 hspace
11961 \series default
11962
11963 \begin_inset Index idx
11964 status collapsed
11965
11966 \begin_layout Plain Layout
11967 Commands ! H ! 
11968 \backslash
11969 hspace
11970 \end_layout
11971
11972 \end_inset
11973
11974 .
11975  Then a long 
11976 \begin_inset Quotes eld
11977 \end_inset
11978
11979
11980 \color blue
11981
11982 \begin_inset space \textvisiblespace{}
11983 \end_inset
11984
11985
11986 \color inherit
11987
11988 \begin_inset Quotes erd
11989 \end_inset
11990
11991  appears.
11992  The length can be specified by left-clicking on the 
11993 \begin_inset Quotes eld
11994 \end_inset
11995
11996
11997 \color blue
11998
11999 \begin_inset space \textvisiblespace{}
12000 \end_inset
12001
12002
12003 \color inherit
12004
12005 \begin_inset Quotes erd
12006 \end_inset
12007
12008 .
12009  The length may also be negative.
12010  When a space would be the first character in a line it would be omitted.
12011  To force its output use the command 
12012 \series bold
12013
12014 \backslash
12015 hspace*
12016 \series default
12017  instead of 
12018 \series bold
12019
12020 \backslash
12021 hspace
12022 \series default
12023  or left-click on the 
12024 \begin_inset Quotes eld
12025 \end_inset
12026
12027
12028 \color blue
12029
12030 \begin_inset space \textvisiblespace{}
12031 \end_inset
12032
12033
12034 \color inherit
12035
12036 \begin_inset Quotes erd
12037 \end_inset
12038
12039  and check the option 
12040 \family sans
12041 Protect
12042 \family default
12043 .
12044 \begin_inset Newline newline
12045 \end_inset
12046
12047 To insert as much space as is available, the command 
12048 \series bold
12049
12050 \backslash
12051 hfill
12052 \series default
12053
12054 \begin_inset Index idx
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Commands ! H ! 
12059 \backslash
12060 hfill
12061 \end_layout
12062
12063 \end_inset
12064
12065  is used.
12066 \end_layout
12067
12068 \begin_layout Standard
12069 \align center
12070 \begin_inset Tabular
12071 <lyxtabular version="3" rows="4" columns="2">
12072 <features booktabs="true" tabularvalignment="middle">
12073 <column alignment="center" valignment="top" width="0pt">
12074 <column alignment="center" valignment="top">
12075 <row>
12076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 Command (
12081 \backslash
12082 hspace length)
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 Result
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 <row>
12098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 A=B
12103 \backslash
12104 hspace
12105 \begin_inset space \textvisiblespace{}
12106 \end_inset
12107
12108 A
12109 \backslash
12110 not=C (3
12111 \begin_inset space \thinspace{}
12112 \end_inset
12113
12114 cm)
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12124 \end_inset
12125
12126
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 A
12138 \backslash
12139 hspace
12140 \begin_inset space \textvisiblespace{}
12141 \end_inset
12142
12143 A
12144 \backslash
12145 not=A (-1
12146 \begin_inset space \thinspace{}
12147 \end_inset
12148
12149 mm)
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 <row>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 A=A
12173 \backslash
12174 hfill
12175 \begin_inset space \textvisiblespace{}
12176 \end_inset
12177
12178 B=B
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 \begin_inset Formula $A=A\hfill B=B$
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 </row>
12196 </lyxtabular>
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 In the last example the available space is given by the longest column entry
12205  of the table.
12206  In an inline formula the space depends on the length of the line in which
12207  
12208 \series bold
12209
12210 \backslash
12211 hfill
12212 \series default
12213  is inserted.
12214  Thus, when the line uses the full width, no space will be created.
12215  
12216 \series bold
12217
12218 \backslash
12219 hfill
12220 \series default
12221  only has an effect on displayed formulas when the formula style 
12222 \series bold
12223 Indented
12224 \series default
12225  is used.
12226  (Formula styles are explained in 
12227 \begin_inset CommandInset ref
12228 LatexCommand ref
12229 reference "sec:Formula-Styles"
12230
12231 \end_inset
12232
12233 .)
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Besides 
12238 \series bold
12239
12240 \backslash
12241 hfill
12242 \series default
12243 , there are the commands 
12244 \series bold
12245
12246 \backslash
12247 dotfill
12248 \series default
12249  and 
12250 \series bold
12251
12252 \backslash
12253 hrulefill
12254 \series default
12255  that fill the space with a pattern, see 
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "subsec:Ellipses"
12259
12260 \end_inset
12261
12262  for an example.
12263 \end_layout
12264
12265 \begin_layout Standard
12266 For text, variable space can be inserted via the menu 
12267 \family sans
12268 Insert\SpecialChar menuseparator
12269 Formatting\SpecialChar menuseparator
12270 Horizontal
12271 \begin_inset space ~
12272 \end_inset
12273
12274 Space
12275 \family default
12276 :
12277 \end_layout
12278
12279 \begin_layout Standard
12280 This is a line with
12281 \begin_inset space \hspace{}
12282 \length 2cm
12283 \end_inset
12284
12285 2
12286 \begin_inset space \thinspace{}
12287 \end_inset
12288
12289 cm space.
12290 \end_layout
12291
12292 \begin_layout Standard
12293 This is a line with
12294 \begin_inset space \hfill{}
12295 \end_inset
12296
12297 maximum space.
12298 \end_layout
12299
12300 \begin_layout Subsection
12301 Space besides inline Formulas
12302 \begin_inset Index idx
12303 status collapsed
12304
12305 \begin_layout Plain Layout
12306 Space ! besides inline formulas
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 The space that surrounds inline formulas can be adjusted with the length
12316  
12317 \series bold
12318
12319 \backslash
12320 mathsurround
12321 \series default
12322
12323 \begin_inset Index idx
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327 Commands ! M ! 
12328 \backslash
12329 mathsurround
12330 \end_layout
12331
12332 \end_inset
12333
12334 .
12335  The value of a length is set with the command 
12336 \series bold
12337
12338 \backslash
12339 setlength
12340 \series default
12341
12342 \begin_inset Index idx
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346 Commands ! S ! 
12347 \backslash
12348 setlength
12349 \end_layout
12350
12351 \end_inset
12352
12353  which has the following scheme:
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 setlength{length name}{value}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 To set 
12366 \series bold
12367
12368 \backslash
12369 mathsurround
12370 \series default
12371  to the value 5
12372 \begin_inset space \thinspace{}
12373 \end_inset
12374
12375 mm, the command
12376 \end_layout
12377
12378 \begin_layout Standard
12379
12380 \series bold
12381
12382 \backslash
12383 setlength{
12384 \backslash
12385 mathsurround}{5mm}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 is inserted in \SpecialChar TeX
12390  mode.
12391  5
12392 \begin_inset space \thinspace{}
12393 \end_inset
12394
12395 mm space will now be set around all inline formulas:
12396 \begin_inset ERT
12397 status collapsed
12398
12399 \begin_layout Plain Layout
12400
12401
12402 \backslash
12403 setlength{
12404 \backslash
12405 mathsurround}{5mm}
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \end_layout
12412
12413 \begin_layout Standard
12414 This is a line with an inline formula 
12415 \begin_inset Formula $A=B$
12416 \end_inset
12417
12418  with 5
12419 \begin_inset space \thinspace{}
12420 \end_inset
12421
12422 mm surrounding space.
12423 \begin_inset ERT
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427
12428
12429 \backslash
12430 setlength{
12431 \backslash
12432 mathsurround}{0pt}
12433 \end_layout
12434
12435 \end_inset
12436
12437
12438 \end_layout
12439
12440 \begin_layout Standard
12441 To return to the predefined value, 
12442 \series bold
12443
12444 \backslash
12445 mathsurround
12446 \series default
12447  is set to the value 0
12448 \begin_inset space \thinspace{}
12449 \end_inset
12450
12451 pt.
12452 \end_layout
12453
12454 \begin_layout Standard
12455 \begin_inset Newpage newpage
12456 \end_inset
12457
12458
12459 \end_layout
12460
12461 \begin_layout Section
12462 Boxes and Frames
12463 \begin_inset Index idx
12464 status collapsed
12465
12466 \begin_layout Plain Layout
12467 Boxes
12468 \end_layout
12469
12470 \end_inset
12471
12472
12473 \begin_inset Index idx
12474 status collapsed
12475
12476 \begin_layout Plain Layout
12477 Frames | see
12478 \begin_inset ERT
12479 status collapsed
12480
12481 \begin_layout Plain Layout
12482
12483 {
12484 \end_layout
12485
12486 \end_inset
12487
12488 Boxes
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494 }
12495 \end_layout
12496
12497 \end_inset
12498
12499
12500 \end_layout
12501
12502 \end_inset
12503
12504
12505 \end_layout
12506
12507 \begin_layout Standard
12508 Boxes for text are described in chapter 
12509 \family typewriter
12510 Boxes
12511 \family default
12512  in the 
12513 \family typewriter
12514 Embedded
12515 \begin_inset space ~
12516 \end_inset
12517
12518 Objects
12519 \family default
12520  manual.
12521 \end_layout
12522
12523 \begin_layout Subsection
12524 Boxes with Frame
12525 \begin_inset CommandInset label
12526 LatexCommand label
12527 name "subsec:Boxes-with-Frame"
12528
12529 \end_inset
12530
12531
12532 \begin_inset Index idx
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Boxes ! with frame
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Standard
12545 It is possible to frame a formula or part of one with the commands 
12546 \series bold
12547
12548 \backslash
12549 fbox
12550 \series default
12551
12552 \begin_inset Index idx
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556 Commands ! F ! 
12557 \backslash
12558 fbox
12559 \end_layout
12560
12561 \end_inset
12562
12563  and 
12564 \series bold
12565
12566 \backslash
12567 boxed
12568 \series default
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Commands ! B ! 
12575 \backslash
12576 boxed
12577 \end_layout
12578
12579 \end_inset
12580
12581 .
12582 \end_layout
12583
12584 \begin_layout Standard
12585 When one of these commands is inserted in a formula, a blue box appears
12586  within a frame to enter formula parts.
12587  For 
12588 \series bold
12589
12590 \backslash
12591 fbox
12592 \series default
12593  an additional formula has to be created by 
12594 \family sans
12595 Ctrl+M
12596 \family default
12597  within this box, because the box content will otherwise be treated as mathemati
12598 cal text.
12599  When 
12600 \series bold
12601
12602 \backslash
12603 boxed
12604 \series default
12605  is used, a new formula is automatically created inside the frame.
12606 \end_layout
12607
12608 \begin_layout Standard
12609 The command 
12610 \series bold
12611
12612 \backslash
12613 fbox
12614 \series default
12615  is not suitable to frame displayed formulas because the formula will always
12616  be set in the size of the text.
12617  
12618 \series bold
12619
12620 \backslash
12621 boxed
12622 \series default
12623  is in contrary not suitable to frame inline formulas, because the formula
12624  will always be set in the size of a displayed formula.
12625 \end_layout
12626
12627 \begin_layout Standard
12628 An extension to 
12629 \series bold
12630
12631 \backslash
12632 fbox
12633 \series default
12634  is the command 
12635 \series bold
12636
12637 \backslash
12638 framebox
12639 \series default
12640
12641 \begin_inset Index idx
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645 Commands ! F ! 
12646 \backslash
12647 framebox
12648 \end_layout
12649
12650 \end_inset
12651
12652  where additionally the frame width and the alignment can be specified.
12653  
12654 \series bold
12655
12656 \backslash
12657 framebox
12658 \series default
12659  is used in the following scheme:
12660 \end_layout
12661
12662 \begin_layout Standard
12663
12664 \series bold
12665
12666 \backslash
12667 framebox[frame width][position]{box content}
12668 \end_layout
12669
12670 \begin_layout Standard
12671 The position can either be 
12672 \emph on
12673 l
12674 \emph default
12675  or 
12676 \emph on
12677 r
12678 \emph default
12679 .
12680  
12681 \emph on
12682 l
12683 \emph default
12684  left aligns, 
12685 \emph on
12686 r
12687 \emph default
12688  right aligns the formula in the box.
12689  When no position is given, the formula will be centered.
12690 \begin_inset Newline newline
12691 \end_inset
12692
12693 If no width is given, also no position can be given.
12694  In this case the frame width is adjusted to the box content like for 
12695 \series bold
12696
12697 \backslash
12698 fbox
12699 \series default
12700 .
12701 \end_layout
12702
12703 \begin_layout Standard
12704 When the command 
12705 \series bold
12706
12707 \backslash
12708 framebox
12709 \series default
12710  is inserted, a box appears containing three blue boxes.
12711  The first two boxes are surrounded by brackets and denote the two optional
12712  arguments.
12713  The third box is for formula parts like for 
12714 \series bold
12715
12716 \backslash
12717 fbox
12718 \series default
12719 .
12720 \end_layout
12721
12722 \begin_layout Standard
12723 \align center
12724 \begin_inset Tabular
12725 <lyxtabular version="3" rows="5" columns="2">
12726 <features booktabs="true" tabularvalignment="middle">
12727 <column alignment="center" valignment="top" width="0pt">
12728 <column alignment="center" valignment="top">
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 Command
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 Result
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 </row>
12749 <row topspace="1.5mm">
12750 <cell alignment="center" valignment="top" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754
12755 \backslash
12756 fbox
12757 \begin_inset space \textvisiblespace{}
12758 \end_inset
12759
12760
12761 \family sans
12762 Ctrl+M
12763 \family default
12764  
12765 \backslash
12766 int
12767 \begin_inset space \textvisiblespace{}
12768 \end_inset
12769
12770 A=B
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12780 \end_inset
12781
12782
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 </row>
12788 <row topspace="1.5mm">
12789 <cell alignment="center" valignment="top" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793
12794 \backslash
12795 boxed
12796 \begin_inset space \textvisiblespace{}
12797 \end_inset
12798
12799
12800 \backslash
12801 int
12802 \begin_inset space \textvisiblespace{}
12803 \end_inset
12804
12805 A=B
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 \begin_inset Formula $\boxed{\int A=B}$
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 </row>
12823 <row topspace="1.5mm">
12824 <cell alignment="center" valignment="top" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 A+
12829 \backslash
12830 fbox
12831 \begin_inset space \textvisiblespace{}
12832 \end_inset
12833
12834 B
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 \begin_inset Formula $A+\fbox{B}$
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row topspace="1.5mm" bottomspace="1mm">
12853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857
12858 \backslash
12859 framebox
12860 \begin_inset space \textvisiblespace{}
12861 \end_inset
12862
12863 20mm
12864 \begin_inset Formula $\to$
12865 \end_inset
12866
12867
12868 \begin_inset Formula $\to$
12869 \end_inset
12870
12871
12872 \family sans
12873 Ctrl+M
12874 \family default
12875  
12876 \backslash
12877 frac
12878 \begin_inset space \textvisiblespace{}
12879 \end_inset
12880
12881 A
12882 \begin_inset Formula $\downarrow$
12883 \end_inset
12884
12885 B
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 </lyxtabular>
12904
12905 \end_inset
12906
12907
12908 \end_layout
12909
12910 \begin_layout Standard
12911 The frame thickness can also be adjusted.
12912  To do this the following commands have to be inserted in \SpecialChar TeX
12913  mode before the
12914  formula
12915 \end_layout
12916
12917 \begin_layout Standard
12918
12919 \series bold
12920
12921 \backslash
12922 fboxrule
12923 \series default
12924  
12925 \series bold
12926
12927 \begin_inset Quotes eld
12928 \end_inset
12929
12930 thickness
12931 \begin_inset Quotes erd
12932 \end_inset
12933
12934
12935 \series default
12936  
12937 \series bold
12938
12939 \backslash
12940 fboxsep
12941 \series default
12942  
12943 \series bold
12944
12945 \begin_inset Quotes eld
12946 \end_inset
12947
12948 distance
12949 \begin_inset Quotes erd
12950 \end_inset
12951
12952
12953 \end_layout
12954
12955 \begin_layout Standard
12956 \begin_inset Quotes eld
12957 \end_inset
12958
12959 distance
12960 \begin_inset Quotes erd
12961 \end_inset
12962
12963  specifies the minimal distance between the frame and the first character
12964  in the box.
12965  An example for this is the following framed formula:
12966 \begin_inset ERT
12967 status collapsed
12968
12969 \begin_layout Plain Layout
12970
12971
12972 \backslash
12973 fboxrule 2mm 
12974 \backslash
12975 fboxsep 3mm
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \begin_inset Formula 
12982 \[
12983 \boxed{A+B=C}
12984 \]
12985
12986 \end_inset
12987
12988 Before this formula the commands
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 fboxrule
12997 \series default
12998  
12999 \series bold
13000 2mm
13001 \series default
13002  
13003 \series bold
13004
13005 \backslash
13006 fboxsep
13007 \series default
13008  
13009 \series bold
13010 3mm
13011 \end_layout
13012
13013 \begin_layout Standard
13014 were inserted in \SpecialChar TeX
13015  mode.
13016  The given values are used for all following boxes.
13017 \end_layout
13018
13019 \begin_layout Standard
13020 To return to the standard frame size, the command
13021 \end_layout
13022
13023 \begin_layout Standard
13024
13025 \series bold
13026
13027 \backslash
13028 fboxrule
13029 \series default
13030  
13031 \series bold
13032 0.4pt
13033 \series default
13034  
13035 \series bold
13036
13037 \backslash
13038 fboxsep
13039 \series default
13040  
13041 \series bold
13042 3pt
13043 \series default
13044
13045 \begin_inset ERT
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049
13050
13051 \backslash
13052 fboxrule 0.4pt 
13053 \backslash
13054 fboxsep 3pt
13055 \end_layout
13056
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063 is inserted in \SpecialChar TeX
13064  mode before the next formula.
13065 \end_layout
13066
13067 \begin_layout Subsection
13068 Boxes without Frame
13069 \begin_inset CommandInset label
13070 LatexCommand label
13071 name "subsec:Boxes-without-Frame"
13072
13073 \end_inset
13074
13075
13076 \begin_inset Index idx
13077 status collapsed
13078
13079 \begin_layout Plain Layout
13080 Boxes ! without frame
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \begin_layout Standard
13089 For boxes without a frame there are the following box commands: 
13090 \series bold
13091
13092 \backslash
13093 mbox
13094 \series default
13095
13096 \begin_inset Index idx
13097 status collapsed
13098
13099 \begin_layout Plain Layout
13100 Commands ! M ! 
13101 \backslash
13102 mbox
13103 \end_layout
13104
13105 \end_inset
13106
13107
13108 \series bold
13109
13110 \backslash
13111 makebox
13112 \series default
13113
13114 \begin_inset Index idx
13115 status collapsed
13116
13117 \begin_layout Plain Layout
13118 Commands ! M ! 
13119 \backslash
13120 makebox
13121 \end_layout
13122
13123 \end_inset
13124
13125  and 
13126 \series bold
13127
13128 \backslash
13129 raisebox
13130 \series default
13131
13132 \begin_inset Index idx
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136 Commands ! R ! 
13137 \backslash
13138 raisebox
13139 \end_layout
13140
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 With 
13148 \series bold
13149
13150 \backslash
13151 raisebox
13152 \series default
13153  a box can be super- or subscripted.
13154  But in contrary to normal super- and subscripting, the characters in the
13155  box keep their font size.
13156  
13157 \series bold
13158
13159 \backslash
13160 raisebox
13161 \series default
13162  is used in the following scheme:
13163 \end_layout
13164
13165 \begin_layout Standard
13166
13167 \series bold
13168
13169 \backslash
13170 raisebox{height}{box content}
13171 \end_layout
13172
13173 \begin_layout Standard
13174 When the box should contain a formula, an extra formula is needed like for
13175  
13176 \series bold
13177
13178 \backslash
13179 fbox
13180 \series default
13181 .
13182  
13183 \series medium
13184
13185 \begin_inset Note Greyedout
13186 status open
13187
13188 \begin_layout Plain Layout
13189
13190 \series bold
13191 Note:
13192 \series default
13193  For 
13194 \series bold
13195
13196 \backslash
13197 raisebox
13198 \series default
13199  this extra formula is created by pressing 
13200 \family sans
13201 Ctrl+M
13202 \family default
13203  twice instead of once because \SpecialChar LyX
13204  doesn't yet support 
13205 \series bold
13206
13207 \backslash
13208 raisebox
13209 \series default
13210  directly.
13211 \end_layout
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \begin_layout Standard
13219 \align center
13220 \begin_inset Tabular
13221 <lyxtabular version="3" rows="4" columns="2">
13222 <features booktabs="true" tabularvalignment="middle">
13223 <column alignment="center" valignment="top" width="0pt">
13224 <column alignment="center" valignment="top">
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Command
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 Result
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 <row>
13246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 H
13251 \backslash
13252 raisebox{2mm
13253 \begin_inset Formula $\to$
13254 \end_inset
13255
13256
13257 \backslash
13258 {al
13259 \begin_inset Formula $\to$
13260 \end_inset
13261
13262  lo
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13272 \end_inset
13273
13274
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 </row>
13280 <row>
13281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 H
13286 \backslash
13287 raisebox{-2mm
13288 \begin_inset Formula $\to$
13289 \end_inset
13290
13291
13292 \backslash
13293 {al
13294 \begin_inset Formula $\to$
13295 \end_inset
13296
13297 lo
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row>
13316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 A=
13321 \backslash
13322 raisebox{-2mm
13323 \begin_inset Formula $\to$
13324 \end_inset
13325
13326
13327 \backslash
13328 {
13329 \family sans
13330 Ctrl+M
13331 \family default
13332  
13333 \family sans
13334 Ctrl+M
13335 \family default
13336  
13337 \backslash
13338 sqrt
13339 \begin_inset space \textvisiblespace{}
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \begin_layout Standard
13368 The command 
13369 \series bold
13370
13371 \backslash
13372 mbox
13373 \series default
13374  is equivalent to 
13375 \series bold
13376
13377 \backslash
13378 fbox
13379 \series default
13380  and 
13381 \series bold
13382
13383 \backslash
13384 makebox
13385 \series default
13386  is equivalent to 
13387 \series bold
13388
13389 \backslash
13390 framebox
13391 \series default
13392 , with the difference that there is no frame.
13393 \end_layout
13394
13395 \begin_layout Subsection
13396 Colored Boxes
13397 \begin_inset CommandInset label
13398 LatexCommand label
13399 name "subsec:Colored-Boxes"
13400
13401 \end_inset
13402
13403
13404 \begin_inset Index idx
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408 Boxes ! colored
13409 \end_layout
13410
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \begin_layout Standard
13417 To be able to use all commands explained in this section, the \SpecialChar LaTeX
13418 -package 
13419 \series bold
13420 color
13421 \series default
13422
13423 \begin_inset Foot
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427 The \SpecialChar LaTeX
13428 -package 
13429 \series bold
13430 color
13431 \series default
13432  is part of every \SpecialChar LaTeX
13433  standard installation.
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \begin_inset Index idx
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 Packages ! color
13444 \end_layout
13445
13446 \end_inset
13447
13448  has to be loaded in the \SpecialChar LaTeX
13449 -preamble with the line
13450 \begin_inset Foot
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454 When text is colored somewhere in the document with a predefined color,
13455  \SpecialChar LyX
13456  loads the \SpecialChar LaTeX
13457  package 
13458 \series bold
13459 color
13460 \series default
13461  automatically.
13462  Thus it is possible that the package is loaded twice, but this does not
13463  cause problems.
13464 \end_layout
13465
13466 \end_inset
13467
13468
13469 \begin_inset Note Note
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
13474 -preamble.
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \begin_layout Standard
13483
13484 \series bold
13485
13486 \backslash
13487 usepackage{color}
13488 \end_layout
13489
13490 \begin_layout Standard
13491 \begin_inset VSpace medskip
13492 \end_inset
13493
13494 To color boxes, the command 
13495 \series bold
13496
13497 \backslash
13498 colorbox
13499 \series default
13500
13501 \begin_inset Index idx
13502 status collapsed
13503
13504 \begin_layout Plain Layout
13505 Commands ! C ! 
13506 \backslash
13507 colorbox
13508 \end_layout
13509
13510 \end_inset
13511
13512  is used in the following scheme:
13513 \end_layout
13514
13515 \begin_layout Standard
13516
13517 \series bold
13518
13519 \backslash
13520 colorbox{color}{box content}
13521 \end_layout
13522
13523 \begin_layout Standard
13524 The box content can also be a box and a 
13525 \series bold
13526
13527 \backslash
13528 colorbox
13529 \series default
13530  can also be part of another box (see the 2nd and 3rd example).
13531  When the box should contain a formula, an extra formula has to be created,
13532  the same way as for 
13533 \series bold
13534
13535 \backslash
13536 raisebox
13537 \series default
13538 .
13539 \begin_inset Foot
13540 status collapsed
13541
13542 \begin_layout Plain Layout
13543 This also applies for the command 
13544 \series bold
13545
13546 \backslash
13547 fcolorbox
13548 \series default
13549 .
13550 \end_layout
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \begin_layout Standard
13558 One of the following predefined colors can be chosen:
13559 \end_layout
13560
13561 \begin_layout Standard
13562
13563 \series bold
13564 black
13565 \series default
13566
13567 \series bold
13568 blue
13569 \series default
13570
13571 \series bold
13572 cyan
13573 \series default
13574
13575 \series bold
13576 green
13577 \series default
13578
13579 \series bold
13580 magenta
13581 \series default
13582
13583 \series bold
13584 red
13585 \series default
13586
13587 \series bold
13588 white
13589 \series default
13590  and 
13591 \series bold
13592 yellow
13593 \end_layout
13594
13595 \begin_layout Standard
13596 \align center
13597 \begin_inset Tabular
13598 <lyxtabular version="3" rows="4" columns="2">
13599 <features booktabs="true" tabularvalignment="middle">
13600 <column alignment="center" valignment="top" width="0pt">
13601 <column alignment="center" valignment="top">
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Command
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Result
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 </row>
13622 <row>
13623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627
13628 \backslash
13629 colorbox{yellow
13630 \begin_inset Formula $\to$
13631 \end_inset
13632
13633
13634 \backslash
13635 {A=B
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 \begin_inset Formula $\colorbox{yellow}{A=B}$
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 </row>
13653 <row topspace="1.5mm">
13654 <cell alignment="center" valignment="top" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658
13659 \backslash
13660 colorbox{green
13661 \begin_inset Formula $\to$
13662 \end_inset
13663
13664
13665 \backslash
13666 {
13667 \backslash
13668 fbox
13669 \begin_inset space \textvisiblespace{}
13670 \end_inset
13671
13672 A=B
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row topspace="1.5mm" bottomspace="1mm">
13691 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 fbox
13698 \begin_inset space \textvisiblespace{}
13699 \end_inset
13700
13701
13702 \backslash
13703 colorbox{green
13704 \begin_inset Formula $\to$
13705 \end_inset
13706
13707
13708 \backslash
13709 {
13710 \family sans
13711 Ctrl+M
13712 \family default
13713  
13714 \family sans
13715 Ctrl+M
13716 \family default
13717  
13718 \backslash
13719 int
13720 \begin_inset space \textvisiblespace{}
13721 \end_inset
13722
13723 C=D
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 </lyxtabular>
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \begin_layout Standard
13749
13750 \series bold
13751
13752 \backslash
13753 colorbox
13754 \series default
13755  only colors the box but not the characters in the box.
13756  To color all characters, the whole formula is highlighted and the desired
13757  color is chosen in the 
13758 \family sans
13759 Text
13760 \begin_inset space ~
13761 \end_inset
13762
13763 Style
13764 \family default
13765  dialog.
13766  The dialog can be called with the toolbar button 
13767 \begin_inset Info
13768 type  "icon"
13769 arg   "dialog-show character"
13770 \end_inset
13771
13772  or the menu 
13773 \family sans
13774 Edit\SpecialChar menuseparator
13775 Text
13776 \begin_inset space ~
13777 \end_inset
13778
13779 Style\SpecialChar menuseparator
13780 Customized
13781 \family default
13782 .
13783  The formula number then has the same color as the formula.
13784  When the formula number should get another color than the formula characters,
13785  the color must be changed within the formula.
13786 \end_layout
13787
13788 \begin_layout Standard
13789 An example:
13790 \end_layout
13791
13792 \begin_layout Standard
13793
13794 \color red
13795 \begin_inset Formula 
13796 \begin{equation}
13797 \int A=B\label{eq:red}
13798 \end{equation}
13799
13800 \end_inset
13801
13802
13803 \color green
13804
13805 \begin_inset Formula 
13806 \begin{equation}
13807 \textcolor{red}{\int A=B}\label{eq:redgreen}
13808 \end{equation}
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Standard
13816 Formula 
13817 \begin_inset CommandInset ref
13818 LatexCommand eqref
13819 reference "eq:red"
13820
13821 \end_inset
13822
13823  is completely colored red.
13824 \begin_inset Newline newline
13825 \end_inset
13826
13827 Formula 
13828 \begin_inset CommandInset ref
13829 LatexCommand eqref
13830 reference "eq:redgreen"
13831
13832 \end_inset
13833
13834  was first completely colored green to set the color for the formula number.
13835  Subsequently the formula characters were colored red.
13836 \end_layout
13837
13838 \begin_layout Standard
13839 \begin_inset VSpace bigskip
13840 \end_inset
13841
13842 To color the frame different than the rest of the box, the command 
13843 \series bold
13844
13845 \backslash
13846 fcolorbox
13847 \series default
13848
13849 \begin_inset Index idx
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853 Commands ! F ! 
13854 \backslash
13855 fcolorbox
13856 \end_layout
13857
13858 \end_inset
13859
13860  is used in the following scheme:
13861 \end_layout
13862
13863 \begin_layout Standard
13864
13865 \series bold
13866
13867 \backslash
13868 fcolorbox{frame color}{color}{box content}
13869 \end_layout
13870
13871 \begin_layout Standard
13872 So 
13873 \series bold
13874
13875 \backslash
13876 fcolorbox
13877 \series default
13878  is an extension of the command 
13879 \series bold
13880
13881 \backslash
13882 colorbox
13883 \series default
13884 .
13885  The frame width is set, like for 
13886 \series bold
13887
13888 \backslash
13889 framebox
13890 \series default
13891 , with 
13892 \series bold
13893
13894 \backslash
13895 fboxrule
13896 \series default
13897  and 
13898 \series bold
13899
13900 \backslash
13901 fboxsep
13902 \series default
13903 .
13904  An example:
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910
13911 \backslash
13912 fboxrule 1mm 
13913 \backslash
13914 fboxsep 1mm
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \begin_inset Formula 
13921 \[
13922 \fcolorbox{cyan}{magenta}{A=B}
13923 \]
13924
13925 \end_inset
13926
13927
13928 \begin_inset ERT
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932
13933
13934 \backslash
13935 fboxrule 0.4pt 
13936 \backslash
13937 fboxsep 3pt
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Standard
13946 This formula was created with the command
13947 \begin_inset Newline newline
13948 \end_inset
13949
13950
13951 \series bold
13952
13953 \backslash
13954 fcolorbox{cyan
13955 \begin_inset Formula $\to$
13956 \end_inset
13957
13958
13959 \backslash
13960 {magenta
13961 \begin_inset Formula $\to$
13962 \end_inset
13963
13964
13965 \backslash
13966 {A=B
13967 \series default
13968 .
13969 \end_layout
13970
13971 \begin_layout Standard
13972 \begin_inset VSpace bigskip
13973 \end_inset
13974
13975 To use other colors than the predefined ones, they have to be defined first.
13976 \end_layout
13977
13978 \begin_layout Standard
13979 One can for example define the color 
13980 \begin_inset Quotes eld
13981 \end_inset
13982
13983
13984 \series bold
13985 darkgreen
13986 \series default
13987
13988 \begin_inset Quotes erd
13989 \end_inset
13990
13991  with the \SpecialChar LaTeX
13992 -preamble line:
13993 \end_layout
13994
13995 \begin_layout Standard
13996
13997 \series bold
13998
13999 \backslash
14000 definecolor{darkgreen}{cmyk}{0.5,
14001 \series default
14002  
14003 \series bold
14004 0,
14005 \series default
14006  
14007 \series bold
14008 1,
14009 \series default
14010  
14011 \series bold
14012 0.5}
14013 \series default
14014
14015 \begin_inset Index idx
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019 Commands ! D ! 
14020 \backslash
14021 definecolor
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Standard
14030
14031 \series bold
14032 cmyk
14033 \series default
14034  is the color space that denotes the colors 
14035 \series bold
14036 cyan
14037 \series default
14038
14039 \series bold
14040 magenta
14041 \series default
14042
14043 \series bold
14044 yellow
14045 \series default
14046  and 
14047 \series bold
14048 black
14049 \series default
14050 .
14051  The four comma separated numbers are the portion factor for the corresponding
14052  colors of the color space.
14053  The factors can be in the range of 0
14054 \begin_inset space \thinspace{}
14055 \end_inset
14056
14057 -
14058 \begin_inset space \thinspace{}
14059 \end_inset
14060
14061 1.
14062  Instead of 
14063 \series bold
14064 cmyk
14065 \series default
14066  also the color space 
14067 \series bold
14068 rgb
14069 \series default
14070  can be used for definitions.
14071  
14072 \series bold
14073 rgb
14074 \series default
14075  denotes 
14076 \series bold
14077 red
14078 \series default
14079
14080 \series bold
14081 green
14082 \series default
14083  and 
14084 \series bold
14085 blue
14086 \series default
14087 , so that there are in this case three portion factors for the corresponding
14088  colors.
14089  Furthermore there is the color space 
14090 \series bold
14091 gray
14092 \series default
14093  with one portion factor for the gray value.
14094 \end_layout
14095
14096 \begin_layout Standard
14097 As example a framed box with the new defined color 
14098 \series bold
14099 darkgreen
14100 \series default
14101  where the characters have been colored 
14102 \series bold
14103 yellow
14104 \series default
14105 :
14106 \begin_inset Formula 
14107 \begin{equation}
14108 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14109 \end{equation}
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \begin_layout Standard
14117 Self-defined colors can also be used for text with the help of the command
14118  
14119 \series bold
14120
14121 \backslash
14122 textcolor
14123 \series default
14124 :
14125 \begin_inset Index idx
14126 status collapsed
14127
14128 \begin_layout Plain Layout
14129 Text ! colored
14130 \end_layout
14131
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \begin_layout Standard
14138 \begin_inset ERT
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142
14143
14144 \backslash
14145 textcolor{darkgreen}{
14146 \end_layout
14147
14148 \end_inset
14149
14150 This sentence is 
14151 \begin_inset Quotes eld
14152 \end_inset
14153
14154 darkgreen
14155 \begin_inset Quotes erd
14156 \end_inset
14157
14158 .
14159 \begin_inset ERT
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163
14164 }
14165 \end_layout
14166
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 textcolor
14178 \series default
14179
14180 \begin_inset Index idx
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184 Commands ! T ! 
14185 \backslash
14186 textcolor
14187 \end_layout
14188
14189 \end_inset
14190
14191  is used in the scheme 
14192 \series bold
14193
14194 \backslash
14195 textcolor{color}{characters to color}
14196 \series default
14197 .
14198 \end_layout
14199
14200 \begin_layout Subsection
14201 Paragraph Boxes
14202 \begin_inset CommandInset label
14203 LatexCommand label
14204 name "subsec:Paragraph-Boxes"
14205
14206 \end_inset
14207
14208
14209 \begin_inset Index idx
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213 Boxes ! as paragraph
14214 \end_layout
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Standard
14222 A box that can contain several lines and paragraphs, a so-called paragraph
14223  box (parbox), can be created with the menu 
14224 \family sans
14225 Insert\SpecialChar menuseparator
14226 Box
14227 \family default
14228  or the toolbar button 
14229 \begin_inset Info
14230 type  "icon"
14231 arg   "box-insert"
14232 \end_inset
14233
14234 .
14235 \end_layout
14236
14237 \begin_layout Standard
14238 The following example shows a framed parbox in a line:
14239 \end_layout
14240
14241 \begin_layout Standard
14242 \begin_inset VSpace medskip
14243 \end_inset
14244
14245 This is a line 
14246 \begin_inset Box Boxed
14247 position "c"
14248 hor_pos "c"
14249 has_inner_box 1
14250 inner_pos "t"
14251 use_parbox 1
14252 use_makebox 0
14253 width "5cm"
14254 special "none"
14255 height "1in"
14256 height_special "totalheight"
14257 thickness "0.4pt"
14258 separation "3pt"
14259 shadowsize "4pt"
14260 framecolor "black"
14261 backgroundcolor "none"
14262 status open
14263
14264 \begin_layout Plain Layout
14265 This is a paragraph box.
14266  It is exactly 5
14267 \begin_inset space \thinspace{}
14268 \end_inset
14269
14270 cm long and can also contain formulas: 
14271 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278
14279  with a parbox.
14280 \end_layout
14281
14282 \begin_layout Standard
14283 \begin_inset VSpace medskip
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 Such a box is created by right-clicking on the gray box inset.
14291  A dialog pops up showing the box properties.
14292  In our case set: 
14293 \emph on
14294 Decoration
14295 \emph default
14296 : Rectangular box, 
14297 \emph on
14298 Inner Box
14299 \emph default
14300 : Parbox, 
14301 \emph on
14302 Width
14303 \emph default
14304 : 5
14305 \begin_inset space \thinspace{}
14306 \end_inset
14307
14308 cm, 
14309 \emph on
14310 Vertical Box Alignment
14311 \emph default
14312 : Middle
14313 \end_layout
14314
14315 \begin_layout Standard
14316 \begin_inset VSpace medskip
14317 \end_inset
14318
14319 In \SpecialChar LaTeX
14320  a parbox is created with the command 
14321 \series bold
14322
14323 \backslash
14324 parbox
14325 \series default
14326
14327 \begin_inset Index idx
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 Commands ! P ! 
14332 \backslash
14333 parbox
14334 \end_layout
14335
14336 \end_inset
14337
14338  which has the following scheme:
14339 \end_layout
14340
14341 \begin_layout Standard
14342
14343 \series bold
14344
14345 \backslash
14346 parbox[position]{width}{box content}
14347 \end_layout
14348
14349 \begin_layout Standard
14350 The positions 
14351 \emph on
14352 b
14353 \emph default
14354  and 
14355 \emph on
14356 t
14357 \emph default
14358  are possible.
14359  
14360 \emph on
14361 b
14362 \emph default
14363  for 
14364 \begin_inset Quotes eld
14365 \end_inset
14366
14367 bottom
14368 \begin_inset Quotes erd
14369 \end_inset
14370
14371  means that the box is aligned within the surrounding text with its last
14372  line.
14373  With 
14374 \emph on
14375 t
14376 \emph default
14377  for 
14378 \begin_inset Quotes eld
14379 \end_inset
14380
14381 top
14382 \begin_inset Quotes erd
14383 \end_inset
14384
14385  this is done with the first line.
14386  When no position is given, the box will be vertically centered, see section
14387  
14388 \emph on
14389 Boxes
14390 \emph default
14391  of the 
14392 \emph on
14393 Embedded
14394 \begin_inset space ~
14395 \end_inset
14396
14397 Objects
14398 \emph default
14399  manual for examples.
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset VSpace bigskip
14404 \end_inset
14405
14406 To frame formulas completely, including the formula number, the formula
14407  must be set into a parbox.
14408  To do this, the command 
14409 \series bold
14410
14411 \backslash
14412 fbox{
14413 \backslash
14414 parbox{
14415 \backslash
14416 linewidth-2
14417 \backslash
14418 fboxsep-2
14419 \backslash
14420 fboxrule}{
14421 \series default
14422  is inserted in \SpecialChar TeX
14423  mode before the formula.
14424  
14425 \series bold
14426
14427 \backslash
14428 linewidth
14429 \series default
14430
14431 \begin_inset Index idx
14432 status collapsed
14433
14434 \begin_layout Plain Layout
14435 Commands ! L ! 
14436 \backslash
14437 linewidth
14438 \end_layout
14439
14440 \end_inset
14441
14442  is hereby the line width set for the document.
14443  Because the frame is outside the parbox, 2
14444 \begin_inset space \thinspace{}
14445 \end_inset
14446
14447 times the frame separation and the frame thickness must be subtracted from
14448  the line width.
14449  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
14450 -package 
14451 \series bold
14452 calc
14453 \series default
14454
14455 \begin_inset Foot
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 \series bold
14461 calc
14462 \series default
14463  is part of every \SpecialChar LaTeX
14464  standard installation.
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \begin_inset Index idx
14471 status collapsed
14472
14473 \begin_layout Plain Layout
14474 Packages ! calc
14475 \end_layout
14476
14477 \end_inset
14478
14479  must be loaded in the \SpecialChar LaTeX
14480 -preamble with the line
14481 \end_layout
14482
14483 \begin_layout Standard
14484
14485 \series bold
14486
14487 \backslash
14488 usepackage{calc}
14489 \end_layout
14490
14491 \begin_layout Standard
14492 Behind the formula both boxes are closed by entering 
14493 \series bold
14494 }}
14495 \series default
14496  in \SpecialChar TeX
14497  mode.
14498  Here is an example:
14499 \begin_inset ERT
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504
14505 \backslash
14506 fboxsep 5mm 
14507 \backslash
14508 fboxrule 5mm
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \begin_layout Standard
14517 \begin_inset ERT
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521
14522
14523 \backslash
14524 fbox{
14525 \backslash
14526 parbox{
14527 \backslash
14528 linewidth-2
14529 \backslash
14530 fboxsep-2
14531 \backslash
14532 fboxrule}{
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \begin_inset Formula 
14539 \begin{equation}
14540 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14541 \end{equation}
14542
14543 \end_inset
14544
14545
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551 }}
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562
14563 \backslash
14564 fboxrule 0.4pt 
14565 \backslash
14566 fboxsep 3pt
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 \begin_inset VSpace medskip
14576 \end_inset
14577
14578 As a parbox is used as the argument of 
14579 \series bold
14580
14581 \backslash
14582 fbox
14583 \series default
14584 , there is in this case no difference between 
14585 \series bold
14586
14587 \backslash
14588 fbox
14589 \series default
14590  and 
14591 \series bold
14592
14593 \backslash
14594 boxed
14595 \series default
14596 .
14597 \end_layout
14598
14599 \begin_layout Standard
14600 \begin_inset VSpace bigskip
14601 \end_inset
14602
14603 Paragraph boxes are very useful to comment formulas directly.
14604  To do this, 
14605 \series bold
14606
14607 \backslash
14608 parbox
14609 \series default
14610  is used in combination with the command 
14611 \series bold
14612
14613 \backslash
14614 tag
14615 \series default
14616 .
14617  (more about 
14618 \series bold
14619
14620 \backslash
14621 tag
14622 \series default
14623  see 
14624 \begin_inset CommandInset ref
14625 LatexCommand ref
14626 reference "subsec:User-defined-Numbering"
14627
14628 \end_inset
14629
14630 )
14631 \end_layout
14632
14633 \begin_layout Standard
14634 An example of a formula commented with 
14635 \series bold
14636
14637 \backslash
14638 parbox
14639 \series default
14640 :
14641 \end_layout
14642
14643 \begin_layout Standard
14644 \begin_inset ERT
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648
14649
14650 \backslash
14651 [5x-7b=3b
14652 \backslash
14653 tag*{
14654 \backslash
14655 parbox{5cm}{
14656 \end_layout
14657
14658 \end_inset
14659
14660 This is a description.
14661  It is distinctly separated from the formula and multiline.
14662 \begin_inset ERT
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666
14667 }}
14668 \backslash
14669 ]
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \begin_layout Standard
14678 Such a formula must be inserted completely in \SpecialChar TeX
14679  mode because \SpecialChar LyX
14680  does not yet
14681  support the command 
14682 \series bold
14683
14684 \backslash
14685 parbox
14686 \series default
14687  in formulas.
14688  The formula is created with the following command sequence:
14689 \end_layout
14690
14691 \begin_layout Standard
14692 The command 
14693 \series bold
14694
14695 \backslash
14696 [5x-7b=3b
14697 \backslash
14698 tag*
14699 \backslash
14700 {
14701 \backslash
14702 parbox{5cm}{
14703 \series default
14704  is inserted in \SpecialChar TeX
14705  mode.
14706 \begin_inset Foot
14707 status collapsed
14708
14709 \begin_layout Plain Layout
14710 When the formula style 
14711 \series bold
14712 Indented
14713 \series default
14714  is used, 
14715 \series bold
14716
14717 \backslash
14718 tag*
14719 \backslash
14720 {
14721 \series default
14722  can also be replaced by 
14723 \series bold
14724
14725 \backslash
14726 hfill
14727 \series default
14728 .
14729  (formula styles see 
14730 \begin_inset CommandInset ref
14731 LatexCommand ref
14732 reference "sec:Formula-Styles"
14733
14734 \end_inset
14735
14736 )
14737 \end_layout
14738
14739 \end_inset
14740
14741  Then the description follows as normal text and finally 
14742 \series bold
14743 }}
14744 \backslash
14745 ]
14746 \series default
14747  is inserted in \SpecialChar TeX
14748  mode.
14749  The commands 
14750 \series bold
14751
14752 \backslash
14753 [
14754 \series default
14755  and 
14756 \series bold
14757
14758 \backslash
14759 ]
14760 \series default
14761  hereby create a displayed formula.
14762 \end_layout
14763
14764 \begin_layout Standard
14765 The advantages of 
14766 \series bold
14767
14768 \backslash
14769 parbox
14770 \series default
14771  can be seen in this example that was 
14772 \begin_inset Quotes eld
14773 \end_inset
14774
14775 commented
14776 \begin_inset Quotes erd
14777 \end_inset
14778
14779  using the mathematical textmode:
14780 \begin_inset Formula 
14781 \[
14782 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14783 \]
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Section
14791 Operators
14792 \begin_inset Index idx
14793 status collapsed
14794
14795 \begin_layout Plain Layout
14796 Operators
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Subsection
14805 Big Operators
14806 \begin_inset CommandInset label
14807 LatexCommand label
14808 name "subsec:Big-Operators"
14809
14810 \end_inset
14811
14812
14813 \begin_inset Index idx
14814 status collapsed
14815
14816 \begin_layout Plain Layout
14817 Operators ! big
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \begin_inset Index idx
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827 Sums
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \begin_inset Index idx
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837 Integrals
14838 \end_layout
14839
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \begin_layout Standard
14846 To be able to use all integral operators listed here, the option 
14847 \family sans
14848 Use esint package automatically
14849 \family default
14850  must be set in the document settings under 
14851 \family sans
14852 Math
14853 \begin_inset space ~
14854 \end_inset
14855
14856 Options
14857 \family default
14858 .
14859 \end_layout
14860
14861 \begin_layout Standard
14862 \begin_inset space \hfill{}
14863 \end_inset
14864
14865
14866 \begin_inset Tabular
14867 <lyxtabular version="3" rows="11" columns="2">
14868 <features booktabs="true" tabularvalignment="middle">
14869 <column alignment="center" valignment="top" width="0pt">
14870 <column alignment="center" valignment="top" width="0pt">
14871 <row>
14872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876 Command
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 Result
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 </row>
14891 <row>
14892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \backslash
14898 int
14899 \begin_inset Index idx
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 Commands ! I ! 
14904 \backslash
14905 int
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919 \begin_inset Formula $\int$
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row>
14929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933
14934 \backslash
14935 oint
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 \begin_inset Formula $\oint$
14945 \end_inset
14946
14947
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 </row>
14953 <row>
14954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958
14959 \backslash
14960 ointctrclockwise
14961 \end_layout
14962
14963 \end_inset
14964 </cell>
14965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969 \begin_inset Formula $\ointctrclockwise$
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 <row>
14979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \backslash
14985 ointclockwise
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 \begin_inset Formula $\ointclockwise$
14995 \end_inset
14996
14997
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 </row>
15003 <row>
15004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008
15009 \backslash
15010 sqint
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 \begin_inset Formula $\sqint$
15020 \end_inset
15021
15022
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 </row>
15028 <row>
15029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033
15034 \backslash
15035 fint
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044  
15045 \begin_inset Formula $\fint$
15046 \end_inset
15047
15048
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 </row>
15054 <row>
15055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15056 \begin_inset Text
15057
15058 \begin_layout Plain Layout
15059
15060 \backslash
15061 landupint
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070  
15071 \begin_inset Formula $\landupint$
15072 \end_inset
15073
15074
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 <row>
15081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085
15086 \backslash
15087 landdownint
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096  
15097 \begin_inset Formula $\landdownint$
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \backslash
15113 bigcap
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 \begin_inset Formula $\bigcap$
15123 \end_inset
15124
15125
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 <row>
15132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136
15137 \backslash
15138 bigcup
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 \begin_inset Formula $\bigcup$
15148 \end_inset
15149
15150
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 </row>
15156 </lyxtabular>
15157
15158 \end_inset
15159
15160
15161 \begin_inset space \hfill{}
15162 \end_inset
15163
15164
15165 \begin_inset Tabular
15166 <lyxtabular version="3" rows="11" columns="2">
15167 <features booktabs="true" tabularvalignment="middle">
15168 <column alignment="center" valignment="top" width="0pt">
15169 <column alignment="center" valignment="top" width="0pt">
15170 <row>
15171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 Command
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 Result
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 sum
15198 \begin_inset Index idx
15199 status collapsed
15200
15201 \begin_layout Plain Layout
15202 Commands ! S ! 
15203 \backslash
15204 sum
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218 \begin_inset Formula $\sum$
15219 \end_inset
15220
15221
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 </row>
15227 <row>
15228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \backslash
15234 prod
15235 \begin_inset Index idx
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239 Commands ! P ! 
15240 \backslash
15241 prod
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246
15247
15248 \backslash
15249 vspace{4mm}
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268 \begin_inset Formula $\prod$
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \backslash
15284 coprod
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 \begin_inset Formula $\coprod$
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \backslash
15309 bigodot
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 \begin_inset Formula $\bigodot$
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \backslash
15334 bigotimes
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\bigotimes$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 bigoplus
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Formula $\bigoplus$
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 bigwedge
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\bigwedge$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 bigvee
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\bigvee$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 bigsqcup
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\bigsqcup$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 <row>
15453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15454 \begin_inset Text
15455
15456 \begin_layout Plain Layout
15457
15458 \backslash
15459 biguplus
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 \begin_inset Formula $\biguplus$
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 </row>
15477 </lyxtabular>
15478
15479 \end_inset
15480
15481
15482 \begin_inset space \hfill{}
15483 \end_inset
15484
15485
15486 \end_layout
15487
15488 \begin_layout Standard
15489 All big operators can also be inserted via the math toolbar button 
15490 \begin_inset Info
15491 type  "icon"
15492 arg   "math-insert \\intop"
15493 \end_inset
15494
15495 .
15496 \end_layout
15497
15498 \begin_layout Standard
15499 The operators are called big because they are bigger than the sometimes
15500  equal looking binary operators.
15501  All big operators can have limits as described in the next subsection.
15502 \end_layout
15503
15504 \begin_layout Standard
15505 For all integral operators there is a second version available, ending in
15506  
15507 \series bold
15508 op
15509 \series default
15510
15511 \series bold
15512
15513 \backslash
15514 intop
15515 \series default
15516
15517 \series bold
15518
15519 \backslash
15520 ointop
15521 \series default
15522  etc..
15523  These operators are different from 
15524 \series bold
15525
15526 \backslash
15527 int
15528 \series default
15529  etc.
15530 \begin_inset space \space{}
15531 \end_inset
15532
15533 in the style the operator limits are displayed, see 
15534 \begin_inset CommandInset ref
15535 LatexCommand ref
15536 reference "subsec:Operator-Limits"
15537
15538 \end_inset
15539
15540 .
15541  
15542 \end_layout
15543
15544 \begin_layout Subsubsection*
15545 Advice for Integrals
15546 \end_layout
15547
15548 \begin_layout Standard
15549 The letter 
15550 \emph on
15551 d
15552 \emph default
15553  in an integral is an operator, that therefore has to be set upright.
15554  This is done by highlighting the 
15555 \emph on
15556 d
15557 \emph default
15558  and using the keyboard shortcut 
15559 \begin_inset Info
15560 type  "shortcut"
15561 arg   "font-roman"
15562 \end_inset
15563
15564
15565 \begin_inset Foot
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 Font styles
15570 \series bold
15571  
15572 \series default
15573 see 
15574 \begin_inset CommandInset ref
15575 LatexCommand ref
15576 reference "subsec:Font-Styles"
15577
15578 \end_inset
15579
15580
15581 \end_layout
15582
15583 \end_inset
15584
15585 .
15586  Finally the smallest space is inserted before the 
15587 \emph on
15588 d
15589 \emph default
15590 , as this is usual for operators.
15591  An example:
15592 \end_layout
15593
15594 \begin_layout Standard
15595 incorrect: 
15596 \begin_inset Formula $\int A(x)dx$
15597 \end_inset
15598
15599
15600 \begin_inset Newline newline
15601 \end_inset
15602
15603
15604 \begin_inset Phantom HPhantom
15605 status open
15606
15607 \begin_layout Plain Layout
15608 in
15609 \end_layout
15610
15611 \end_inset
15612
15613 correct: 
15614 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Standard
15621 For multiple integrals there are the following commands:
15622 \begin_inset VSpace medskip
15623 \end_inset
15624
15625
15626 \end_layout
15627
15628 \begin_layout Standard
15629 \begin_inset space \hfill{}
15630 \end_inset
15631
15632
15633 \begin_inset Tabular
15634 <lyxtabular version="3" rows="4" columns="2">
15635 <features booktabs="true" tabularvalignment="middle">
15636 <column alignment="center" valignment="top" width="0pt">
15637 <column alignment="center" valignment="top" width="0pt">
15638 <row>
15639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643 Command
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 Result
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row bottomspace="1mm">
15659 <cell alignment="center" valignment="top" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \backslash
15665 iint
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674 \begin_inset Formula $\iint$
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row bottomspace="1mm">
15684 <cell alignment="center" valignment="top" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \backslash
15690 oiint
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 <cell alignment="center" valignment="top" usebox="none">
15696 \begin_inset Text
15697
15698 \begin_layout Plain Layout
15699 \begin_inset Formula $\oiint$
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row bottomspace="1mm">
15709 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713
15714 \backslash
15715 sqiint
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724 \begin_inset Formula $\sqiint$
15725 \end_inset
15726
15727
15728 \end_layout
15729
15730 \end_inset
15731 </cell>
15732 </row>
15733 </lyxtabular>
15734
15735 \end_inset
15736
15737
15738 \begin_inset space \hfill{}
15739 \end_inset
15740
15741
15742 \begin_inset Tabular
15743 <lyxtabular version="3" rows="4" columns="2">
15744 <features booktabs="true" tabularvalignment="middle">
15745 <column alignment="center" valignment="top" width="0pt">
15746 <column alignment="center" valignment="top" width="0pt">
15747 <row>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 Command
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15758 \begin_inset Text
15759
15760 \begin_layout Plain Layout
15761 Result
15762 \end_layout
15763
15764 \end_inset
15765 </cell>
15766 </row>
15767 <row bottomspace="1mm">
15768 <cell alignment="center" valignment="top" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772
15773 \backslash
15774 iiint
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 \begin_inset Formula $\iiint$
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 </row>
15792 <row bottomspace="1mm">
15793 <cell alignment="center" valignment="top" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \backslash
15799 iiiint
15800 \end_layout
15801
15802 \end_inset
15803 </cell>
15804 <cell alignment="center" valignment="top" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 \begin_inset Formula $\iiiint$
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 <row bottomspace="1mm">
15818 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \backslash
15824 dotsint
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset Formula $\dotsint$
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 </lyxtabular>
15843
15844 \end_inset
15845
15846
15847 \begin_inset space \hfill{}
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Subsection
15854 Operator Limits
15855 \begin_inset CommandInset label
15856 LatexCommand label
15857 name "subsec:Operator-Limits"
15858
15859 \end_inset
15860
15861
15862 \begin_inset Index idx
15863 status collapsed
15864
15865 \begin_layout Plain Layout
15866 Operators ! Limits
15867 \end_layout
15868
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \begin_layout Standard
15875 Limits are created by super- and subscripts:
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \align center
15880 \begin_inset Tabular
15881 <lyxtabular version="3" rows="2" columns="2">
15882 <features booktabs="true" tabularvalignment="middle">
15883 <column alignment="center" valignment="top" width="0pt">
15884 <column alignment="center" valignment="top" width="0pt">
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 Command
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 Result
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \backslash
15912 prod^
15913 \backslash
15914 infty
15915 \begin_inset space \textvisiblespace{}
15916 \end_inset
15917
15918
15919 \begin_inset Formula $\to$
15920 \end_inset
15921
15922 _0
15923 \begin_inset Formula $\to$
15924 \end_inset
15925
15926 A(x)
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 </lyxtabular>
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \begin_layout Standard
15952 Limits of inline formulas are set right beside the operator.
15953  Limits in displayed formulas are set above or below the operator, except
15954  for integral limits.
15955 \end_layout
15956
15957 \begin_layout Standard
15958 To force that the limits are set beside the operator, the cursor is set
15959  directly behind the operator and the limits type is changed with the menu
15960  
15961 \family sans
15962 Edit\SpecialChar menuseparator
15963 Math\SpecialChar menuseparator
15964 Change Limits Type
15965 \family default
15966  to 
15967 \family sans
15968 \series bold
15969 Inline
15970 \family default
15971 \series default
15972  (shortcut 
15973 \begin_inset Info
15974 type  "shortcut"
15975 arg   "math-limits"
15976 \end_inset
15977
15978 ).
15979  An example:
15980 \end_layout
15981
15982 \begin_layout Standard
15983 The default limits type is this:
15984 \begin_inset Formula 
15985 \[
15986 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15987 \]
15988
15989 \end_inset
15990
15991 This is how it looks when the limits type was changed to 
15992 \family sans
15993 \series bold
15994 Inline
15995 \family default
15996 \series default
15997 :
15998 \begin_inset Formula 
15999 \[
16000 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16001 \]
16002
16003 \end_inset
16004
16005 For integrals, except those ending with 
16006 \series bold
16007 op
16008 \series default
16009  like 
16010 \series bold
16011
16012 \backslash
16013 intop
16014 \series default
16015
16016 \series bold
16017
16018 \backslash
16019 ointop
16020 \series default
16021  etc., the limits are by default set beside the operator.
16022  But for multiple integrals the limits are often set below the operator.
16023  In the following example the limits type was therefore set to 
16024 \series bold
16025 Display
16026 \series default
16027  and so set below the integrals:
16028 \begin_inset Formula 
16029 \begin{equation}
16030 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16031 \end{equation}
16032
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \begin_layout Standard
16039 \begin_inset VSpace medskip
16040 \end_inset
16041
16042 To specify conditions for limits, the commands 
16043 \series bold
16044
16045 \backslash
16046 subarray
16047 \series default
16048
16049 \begin_inset Index idx
16050 status collapsed
16051
16052 \begin_layout Plain Layout
16053 Commands ! S ! 
16054 \backslash
16055 subarray
16056 \end_layout
16057
16058 \end_inset
16059
16060  and 
16061 \series bold
16062
16063 \backslash
16064 substack
16065 \series default
16066
16067 \begin_inset Index idx
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Commands ! S ! 
16072 \backslash
16073 substack
16074 \end_layout
16075
16076 \end_inset
16077
16078  are used.
16079  To create for example this expression 
16080 \begin_inset Formula 
16081 \begin{equation}
16082 \sum_{\begin{subarray}{c}
16083 0<k<1000\\
16084 \\
16085 k\,\in\,\mathbb{N}
16086 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16087 \end{equation}
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Standard
16095 the following has to be done:
16096 \begin_inset Newline newline
16097 \end_inset
16098
16099 First the command 
16100 \series bold
16101
16102 \backslash
16103 sum
16104 \series default
16105 ^
16106 \series bold
16107 n
16108 \begin_inset space \textvisiblespace{}
16109 \end_inset
16110
16111 _
16112 \series default
16113  is typed in.
16114  One is now in a blue box under the summation operator and insert there
16115  the command 
16116 \series bold
16117
16118 \backslash
16119 subarray
16120 \begin_inset space \textvisiblespace{}
16121 \end_inset
16122
16123
16124 \series default
16125 .
16126  The blue box is now within a purple box and now several lines can be written
16127  among each other.
16128  A new line is created by inserting a line break (
16129 \begin_inset Info
16130 type  "shortcut"
16131 arg   "newline-insert newline"
16132 \end_inset
16133
16134 ).
16135  When now
16136 \begin_inset Newline newline
16137 \end_inset
16138
16139
16140 \series bold
16141 0<k<1000 Ctrl+Return
16142 \begin_inset Newline newline
16143 \end_inset
16144
16145
16146 \series default
16147 is typed in, a new box appears below for the new line.
16148 \end_layout
16149
16150 \begin_layout Standard
16151 The alignment of the lines can be changed to left aligned with the 
16152 \family sans
16153 table
16154 \family default
16155  
16156 \family sans
16157 toolbar
16158 \family default
16159  or the menu 
16160 \family sans
16161 Edit\SpecialChar menuseparator
16162 Rows &Columns
16163 \family default
16164 .
16165  To get right alignment, 
16166 \series bold
16167
16168 \backslash
16169 hfill
16170 \begin_inset space \textvisiblespace{}
16171 \end_inset
16172
16173
16174 \series default
16175  is inserted at the beginning of the line.
16176 \end_layout
16177
16178 \begin_layout Standard
16179 The command 
16180 \series bold
16181
16182 \backslash
16183 substack
16184 \series default
16185  is equivalent to 
16186 \series bold
16187
16188 \backslash
16189 subarray
16190 \series default
16191  with the difference that the lines are always centered.
16192 \end_layout
16193
16194 \begin_layout Standard
16195 \begin_inset VSpace bigskip
16196 \end_inset
16197
16198 Like in formula 
16199 \begin_inset CommandInset ref
16200 LatexCommand eqref
16201 reference "eq:substack"
16202
16203 \end_inset
16204
16205  there can be too much space beside an operator, because the characters
16206  following the operator are set beside the limits.
16207  To avoid this the command 
16208 \series bold
16209
16210 \backslash
16211 smashoperator
16212 \series default
16213
16214 \begin_inset Index idx
16215 status collapsed
16216
16217 \begin_layout Plain Layout
16218 Commands ! S ! 
16219 \backslash
16220 smashoperator
16221 \end_layout
16222
16223 \end_inset
16224
16225  can be used.
16226  To activate it, set in the document settings under 
16227 \family sans
16228 Math
16229 \begin_inset space ~
16230 \end_inset
16231
16232 Options
16233 \family default
16234  for the package 
16235 \series bold
16236 mathtools
16237 \series default
16238
16239 \begin_inset Index idx
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243 Packages ! mathtools
16244 \end_layout
16245
16246 \end_inset
16247
16248  the option 
16249 \family sans
16250 Load
16251 \begin_inset space ~
16252 \end_inset
16253
16254 always
16255 \family default
16256 .
16257  
16258 \series bold
16259
16260 \backslash
16261 smashoperator
16262 \series default
16263  sets the space besides the operator to 0
16264 \begin_inset space \thinspace{}
16265 \end_inset
16266
16267 pt.
16268 \begin_inset Newline newline
16269 \end_inset
16270
16271 Applied on formula 
16272 \begin_inset CommandInset ref
16273 LatexCommand eqref
16274 reference "eq:substack"
16275
16276 \end_inset
16277
16278 , one uses the command
16279 \end_layout
16280
16281 \begin_layout Standard
16282
16283 \series bold
16284
16285 \backslash
16286 smashoperator{
16287 \end_layout
16288
16289 \begin_layout Standard
16290 and inserts the operator with its limits into the braces.
16291  Behind the brace one continues the formula:
16292 \begin_inset Formula 
16293 \[
16294 \smashoperator{\sum_{\begin{subarray}{c}
16295 0<k<1000\\
16296 \\
16297 k\,\in\,\mathbb{N}
16298 \end{subarray}}^{n}}k^{-2}
16299 \]
16300
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \begin_layout Standard
16307 It is possible to set the space of only one side of the operator to 0
16308 \begin_inset space \thinspace{}
16309 \end_inset
16310
16311 pt.
16312  To do this write either 
16313 \series bold
16314 [l]
16315 \series default
16316  or 
16317 \series bold
16318 [r]
16319 \series default
16320  between 
16321 \series bold
16322
16323 \backslash
16324 smashoperator
16325 \series default
16326  and its brace.
16327  
16328 \series bold
16329 l
16330 \series default
16331  stands for the left and 
16332 \series bold
16333 r
16334 \series default
16335  for the right side of the operator.
16336  Here is an example of the possible 
16337 \series bold
16338
16339 \backslash
16340 smashoperator
16341 \series default
16342  forms:
16343 \end_layout
16344
16345 \begin_layout Standard
16346 \begin_inset Formula 
16347 \[
16348 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}
16349 \]
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \begin_inset VSpace bigskip
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 When several consecutive operators have limits the typesetting of the limits
16365  looks often imperfect in the output, see this example:
16366 \begin_inset Formula 
16367 \[
16368 \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}
16369 \]
16370
16371 \end_inset
16372
16373 To improve the typesetting set in the document settings under 
16374 \family sans
16375 Math
16376 \begin_inset space ~
16377 \end_inset
16378
16379 Options
16380 \family default
16381  for the package 
16382 \series bold
16383 mathtools
16384 \series default
16385
16386 \begin_inset Index idx
16387 status collapsed
16388
16389 \begin_layout Plain Layout
16390 Packages ! mathtools
16391 \end_layout
16392
16393 \end_inset
16394
16395  the option 
16396 \family sans
16397 Load
16398 \begin_inset space ~
16399 \end_inset
16400
16401 always
16402 \family default
16403 .
16404  Then insert into your formula the command 
16405 \series bold
16406
16407 \backslash
16408 adjustlimits
16409 \series default
16410
16411 \begin_inset Index idx
16412 status collapsed
16413
16414 \begin_layout Plain Layout
16415 Commands ! A ! 
16416 \backslash
16417 adjustlimits
16418 \end_layout
16419
16420 \end_inset
16421
16422  directly before the first operator.
16423  The example will then look like this:
16424 \begin_inset Formula 
16425 \[
16426 \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}
16427 \]
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \begin_layout Standard
16435 \begin_inset VSpace bigskip
16436 \end_inset
16437
16438 How to use one limit for several operators is described in 
16439 \begin_inset CommandInset ref
16440 LatexCommand ref
16441 reference "subsec:Self-defined-Operators"
16442
16443 \end_inset
16444
16445 .
16446 \end_layout
16447
16448 \begin_layout Subsection
16449 Decoration for Operators
16450 \begin_inset Index idx
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454 Operators ! Decoration
16455 \end_layout
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \begin_layout Standard
16463 With the commands 
16464 \series bold
16465
16466 \backslash
16467 overset
16468 \series default
16469
16470 \begin_inset Index idx
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 Commands ! O ! 
16475 \backslash
16476 overset
16477 \end_layout
16478
16479 \end_inset
16480
16481  and 
16482 \series bold
16483
16484 \backslash
16485 underset
16486 \series default
16487
16488 \begin_inset Index idx
16489 status collapsed
16490
16491 \begin_layout Plain Layout
16492 Commands ! U ! 
16493 \backslash
16494 underset
16495 \end_layout
16496
16497 \end_inset
16498
16499  characters can be placed above or below an operator, respectively.
16500  With the command 
16501 \series bold
16502
16503 \backslash
16504 sideset
16505 \series default
16506
16507 \begin_inset Index idx
16508 status collapsed
16509
16510 \begin_layout Plain Layout
16511 Commands ! S ! 
16512 \backslash
16513 sideset
16514 \end_layout
16515
16516 \end_inset
16517
16518  characters can be set before and behind a big operator.
16519 \end_layout
16520
16521 \begin_layout Standard
16522 There are 4
16523 \begin_inset space ~
16524 \end_inset
16525
16526 variants of 
16527 \series bold
16528
16529 \backslash
16530 sideset
16531 \series default
16532 :
16533 \end_layout
16534
16535 \begin_layout Itemize
16536
16537 \series bold
16538
16539 \backslash
16540 sideset
16541 \series default
16542  is used to set characters at the corners of the operator
16543 \end_layout
16544
16545 \begin_layout Itemize
16546
16547 \series bold
16548
16549 \backslash
16550 sidesetn
16551 \series default
16552  is used to set characters before and/or behind the operator (this variant
16553  represents \SpecialChar LaTeX
16554 's original 
16555 \series bold
16556
16557 \backslash
16558 sideset
16559 \series default
16560  command)
16561 \end_layout
16562
16563 \begin_layout Itemize
16564
16565 \series bold
16566
16567 \backslash
16568 sidesetl
16569 \series default
16570  is used to set characters at the left corners and/or behind the operator
16571 \end_layout
16572
16573 \begin_layout Itemize
16574
16575 \series bold
16576
16577 \backslash
16578 sidesetr
16579 \series default
16580  is used to set characters at the right corners and/or before the operator
16581 \end_layout
16582
16583 \begin_layout Standard
16584 For example the command 
16585 \series bold
16586
16587 \backslash
16588 sidesetn
16589 \begin_inset space \textvisiblespace{}
16590 \end_inset
16591
16592
16593 \backslash
16594 sum
16595 \begin_inset space \textvisiblespace{}
16596 \end_inset
16597
16598
16599 \begin_inset Formula $\to$
16600 \end_inset
16601
16602 '
16603 \begin_inset Formula $\to$
16604 \end_inset
16605
16606 _k=1
16607 \begin_inset space \textvisiblespace{}
16608 \end_inset
16609
16610
16611 \series default
16612 ^
16613 \series bold
16614 n
16615 \series default
16616  produces:
16617 \begin_inset Formula 
16618 \[
16619 \sideset{}{'}\sum_{k=1}^{n}
16620 \]
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Standard
16628 \begin_inset Note Greyedout
16629 status open
16630
16631 \begin_layout Plain Layout
16632
16633 \series bold
16634 Note: 
16635 \backslash
16636 sideset
16637 \series default
16638  can only be used to decorate big operators, binary operators are not allowed.
16639 \end_layout
16640
16641 \end_inset
16642
16643
16644 \end_layout
16645
16646 \begin_layout Standard
16647
16648 \series bold
16649
16650 \backslash
16651 overset
16652 \series default
16653  and 
16654 \series bold
16655
16656 \backslash
16657 underset
16658 \series default
16659  can also be used to decorate symbols and characters.
16660  For example, the command 
16661 \series bold
16662
16663 \backslash
16664 overset
16665 \begin_inset space \textvisiblespace{}
16666 \end_inset
16667
16668
16669 \backslash
16670 maltese
16671 \begin_inset space \textvisiblespace{}
16672 \end_inset
16673
16674
16675 \series default
16676
16677 \begin_inset Formula $\uparrow$
16678 \end_inset
16679
16680
16681 \series bold
16682 a
16683 \series default
16684  produces:
16685 \begin_inset Formula 
16686 \[
16687 \overset{a}{\maltese}
16688 \]
16689
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \begin_layout Subsection
16696 Binary Operators
16697 \begin_inset CommandInset label
16698 LatexCommand label
16699 name "subsec:Binary-Operators"
16700
16701 \end_inset
16702
16703
16704 \begin_inset Index idx
16705 status collapsed
16706
16707 \begin_layout Plain Layout
16708 Operators ! binary
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Standard
16717 Binary operators are surrounded by space when there is a character before
16718  and after them.
16719 \begin_inset VSpace medskip
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \begin_layout Standard
16726 \begin_inset Tabular
16727 <lyxtabular version="3" rows="13" columns="2">
16728 <features booktabs="true" tabularvalignment="middle">
16729 <column alignment="center" valignment="top" width="0pt">
16730 <column alignment="center" valignment="top" width="0pt">
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 Command
16737 \begin_inset Note Note
16738 status collapsed
16739
16740 \begin_layout Plain Layout
16741
16742 \series bold
16743
16744 \backslash
16745 raisebox
16746 \series default
16747  is only used as spacer.
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 Result
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 +
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $+$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 -
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $-$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 pm
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\pm$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 mp
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\mp$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 cdot
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\cdot$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 times
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\times$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 div
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\div$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset ERT
16944 status collapsed
16945
16946 \begin_layout Plain Layout
16947
16948
16949 \backslash
16950 raisebox{-1.2mm}{
16951 \end_layout
16952
16953 \end_inset
16954
16955 *
16956 \begin_inset ERT
16957 status collapsed
16958
16959 \begin_layout Plain Layout
16960
16961 }
16962 \end_layout
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $*$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 star
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\star$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 circ
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\circ$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 diamond
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\diamond$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 bullet
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\bullet$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 </lyxtabular>
17085
17086 \end_inset
17087
17088
17089 \begin_inset space \hfill{}
17090 \end_inset
17091
17092
17093 \begin_inset Tabular
17094 <lyxtabular version="3" rows="13" columns="2">
17095 <features booktabs="true" tabularvalignment="middle">
17096 <column alignment="center" valignment="top" width="0pt">
17097 <column alignment="center" valignment="top" width="0pt">
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103 Command
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 Result
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 nabla
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\nabla$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 bigtriangledown
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\bigtriangledown$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 bigtriangleup
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\bigtriangleup$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 Box
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\Box$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 cap 
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\cap$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 cup
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\cup$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 dagger
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\dagger$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 ddagger
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\ddagger$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 wr
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\wr$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 bigcirc
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\bigcirc$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 wedge
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\wedge$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 vee
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\vee$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 </lyxtabular>
17419
17420 \end_inset
17421
17422
17423 \begin_inset space \hfill{}
17424 \end_inset
17425
17426
17427 \begin_inset Tabular
17428 <lyxtabular version="3" rows="13" columns="2">
17429 <features booktabs="true" tabularvalignment="middle">
17430 <column alignment="center" valignment="top" width="0pt">
17431 <column alignment="center" valignment="top" width="0pt">
17432 <row>
17433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 Command
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 Result
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 oplus
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\oplus$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 ominus
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\ominus$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 otimes
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $\otimes$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 oslash
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\oslash$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 odot
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\odot$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \backslash
17584 amalg
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\amalg$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607
17608 \backslash
17609 uplus
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\uplus$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 <row>
17628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \backslash
17634 setminus
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 \begin_inset Formula $\setminus$
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \backslash
17659 sqcap
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 \begin_inset Formula $\sqcap$
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 <row>
17678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \backslash
17684 sqcup
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $\sqcup$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 </row>
17702 <row>
17703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \backslash
17709 triangleleft
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 \begin_inset Formula $\triangleleft$
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 </row>
17727 <row>
17728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732
17733 \backslash
17734 triangleright
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 \begin_inset Formula $\triangleright$
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 </lyxtabular>
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 All binary operators can also be inserted via the math toolbar button 
17761 \begin_inset Info
17762 type  "icon"
17763 arg   "math-insert \\pm"
17764 \end_inset
17765
17766 .
17767 \end_layout
17768
17769 \begin_layout Standard
17770 To typeset the Laplace operator also 
17771 \series bold
17772
17773 \backslash
17774 Delta
17775 \series default
17776  or 
17777 \series bold
17778
17779 \backslash
17780 nabla
17781 \series default
17782 ^
17783 \series bold
17784 2
17785 \series default
17786  (
17787 \begin_inset Formula $\nabla^{2}$
17788 \end_inset
17789
17790 ) can be used instead of 
17791 \series bold
17792
17793 \backslash
17794 bigtriangleup
17795 \series default
17796  .
17797 \end_layout
17798
17799 \begin_layout Standard
17800 The character 
17801 \family sans
17802 Menu Separator
17803 \family default
17804  from the menu 
17805 \family sans
17806 Insert\SpecialChar menuseparator
17807 Special Character
17808 \family default
17809  is the operator 
17810 \series bold
17811
17812 \backslash
17813 triangleright
17814 \series default
17815 .
17816 \end_layout
17817
17818 \begin_layout Subsection
17819 Self-defined Operators
17820 \begin_inset CommandInset label
17821 LatexCommand label
17822 name "subsec:Self-defined-Operators"
17823
17824 \end_inset
17825
17826
17827 \begin_inset Index idx
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 Operators ! self-defined
17832 \end_layout
17833
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \begin_layout Standard
17840 With the help of the command 
17841 \series bold
17842
17843 \backslash
17844 DeclareMathOperator
17845 \series default
17846
17847 \begin_inset Index idx
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851 Commands ! D ! 
17852 \backslash
17853 dbinom@
17854 \backslash
17855 DeclareMathOperator
17856 \end_layout
17857
17858 \end_inset
17859
17860  custom operators can be defined in the \SpecialChar LaTeX
17861 -preamble.
17862  Its command scheme is:
17863 \end_layout
17864
17865 \begin_layout Standard
17866
17867 \series bold
17868
17869 \backslash
17870 DeclareMathOperator{new command}{display}
17871 \end_layout
17872
17873 \begin_layout Standard
17874 Display can be characters or symbols that define how the operator looks
17875  in the output.
17876  To define a big operator a * is set behind the command.
17877  All self-defined big operators can have limits as described in 
17878 \begin_inset CommandInset ref
17879 LatexCommand ref
17880 reference "subsec:Operator-Limits"
17881
17882 \end_inset
17883
17884 .
17885 \end_layout
17886
17887 \begin_layout Standard
17888 For example the \SpecialChar LaTeX
17889 -preamble line
17890 \end_layout
17891
17892 \begin_layout Standard
17893
17894 \series bold
17895
17896 \backslash
17897 DeclareMathOperator*{
17898 \backslash
17899 Lozenge}{
17900 \backslash
17901 blacklozenge}
17902 \end_layout
17903
17904 \begin_layout Standard
17905 defines the command 
17906 \series bold
17907
17908 \backslash
17909 Lozenge
17910 \series default
17911 , that inserts a big operator consisting of the lozenge symbol from 
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "subsec:Miscellaneous-Symbols"
17915
17916 \end_inset
17917
17918 :
17919 \begin_inset Formula 
17920 \[
17921 \Lozenge_{n=1}^{\infty}
17922 \]
17923
17924 \end_inset
17925
17926 The command for this formula is: 
17927 \series bold
17928
17929 \backslash
17930 Lozenge
17931 \series default
17932 ^
17933 \series bold
17934
17935 \backslash
17936 infty
17937 \begin_inset Formula $\to$
17938 \end_inset
17939
17940 _n=1
17941 \end_layout
17942
17943 \begin_layout Standard
17944 \begin_inset VSpace bigskip
17945 \end_inset
17946
17947 When self-defined operators are not used several times in the document,
17948  they can also be defined with the commands 
17949 \series bold
17950
17951 \backslash
17952 mathop
17953 \series default
17954
17955 \begin_inset Index idx
17956 status collapsed
17957
17958 \begin_layout Plain Layout
17959 Commands ! M ! 
17960 \backslash
17961 mathop
17962 \end_layout
17963
17964 \end_inset
17965
17966  and 
17967 \series bold
17968
17969 \backslash
17970 mathbin
17971 \series default
17972
17973 \begin_inset Index idx
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977 Commands ! M ! 
17978 \backslash
17979 mathbin
17980 \end_layout
17981
17982 \end_inset
17983
17984 , which have the following scheme:
17985 \end_layout
17986
17987 \begin_layout Standard
17988
17989 \series bold
17990
17991 \backslash
17992 mathop{display}
17993 \series default
17994  and 
17995 \series bold
17996
17997 \backslash
17998 mathbin{display}
17999 \end_layout
18000
18001 \begin_layout Standard
18002
18003 \series bold
18004
18005 \backslash
18006 mathop
18007 \series default
18008  defines big operators, 
18009 \series bold
18010
18011 \backslash
18012 mathbin
18013 \series default
18014  binary operators.
18015 \end_layout
18016
18017 \begin_layout Standard
18018
18019 \series bold
18020
18021 \backslash
18022 mathop
18023 \series default
18024  can e.
18025 \begin_inset space \thinspace{}
18026 \end_inset
18027
18028 g.
18029 \begin_inset space \space{}
18030 \end_inset
18031
18032 be used to use one limit for several operators:
18033 \end_layout
18034
18035 \begin_layout Standard
18036 \begin_inset Formula 
18037 \[
18038 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18039 \]
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Standard
18047 The command for the formula above is:
18048 \begin_inset Newline newline
18049 \end_inset
18050
18051
18052 \series bold
18053
18054 \backslash
18055 mathop{
18056 \backslash
18057 sum
18058 \backslash
18059 negmedspace
18060 \backslash
18061 sum
18062 \series default
18063
18064 \begin_inset space \textvisiblespace{}
18065 \end_inset
18066
18067
18068 \series bold
18069
18070 \begin_inset Formula $\to$
18071 \end_inset
18072
18073 ^N
18074 \series default
18075
18076 \begin_inset space \textvisiblespace{}
18077 \end_inset
18078
18079
18080 \series bold
18081 _i,j=1
18082 \end_layout
18083
18084 \begin_layout Section
18085 Fonts
18086 \begin_inset Index idx
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090 Fonts
18091 \end_layout
18092
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \begin_layout Subsection
18099 Font Styles
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "subsec:Font-Styles"
18103
18104 \end_inset
18105
18106
18107 \begin_inset Index idx
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111 Font ! style
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \begin_layout Standard
18120 Latin letters in formulas can be set in one of the following font styles:
18121 \end_layout
18122
18123 \begin_layout Standard
18124 \align center
18125 \begin_inset Tabular
18126 <lyxtabular version="3" rows="6" columns="3">
18127 <features booktabs="true" tabularvalignment="middle">
18128 <column alignment="center" valignment="top" width="0pt">
18129 <column alignment="center" valignment="top">
18130 <column alignment="center" valignment="top">
18131 <row>
18132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136 Command
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 Result
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 Shortcut
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 <row>
18161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165
18166 \backslash
18167 mathbb
18168 \series bold
18169
18170 \begin_inset space \textvisiblespace{}
18171 \end_inset
18172
18173
18174 \series default
18175 ABC
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Formula $\mathbb{ABC}$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 -
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 </row>
18202 <row>
18203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207
18208 \backslash
18209 mathbf
18210 \series bold
18211
18212 \begin_inset space \textvisiblespace{}
18213 \end_inset
18214
18215
18216 \series default
18217 AbC
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 \begin_inset Formula $\mathbf{AbC}$
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Info
18239 type  "shortcut"
18240 arg   "font-bold"
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \backslash
18256 boldsymbol
18257 \series bold
18258
18259 \begin_inset space \textvisiblespace{}
18260 \end_inset
18261
18262
18263 \series default
18264 AbC
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 \begin_inset Formula $\boldsymbol{AbC}$
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \end_inset
18280 </cell>
18281 <cell alignment="center" valignment="top" usebox="none">
18282 \begin_inset Text
18283
18284 \begin_layout Plain Layout
18285 \begin_inset Info
18286 type  "shortcut"
18287 arg   "font-boldsymbol"
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \backslash
18303 mathcal
18304 \series bold
18305
18306 \begin_inset space \textvisiblespace{}
18307 \end_inset
18308
18309
18310 \series default
18311 ABC
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 \begin_inset Formula $\mathcal{ABC}$
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 -
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343
18344 \backslash
18345 mathfrak
18346 \series bold
18347
18348 \begin_inset space \textvisiblespace{}
18349 \end_inset
18350
18351
18352 \series default
18353 AbC
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 \begin_inset Formula $\mathfrak{AbC}$
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 -
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \begin_layout Standard
18388 \align center
18389 \begin_inset Tabular
18390 <lyxtabular version="3" rows="6" columns="3">
18391 <features booktabs="true" tabularvalignment="middle">
18392 <column alignment="center" valignment="top" width="0pt">
18393 <column alignment="center" valignment="top">
18394 <column alignment="center" valignment="top">
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 Command
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 Result
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 Shortcut
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 <row>
18425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \backslash
18431 mathit
18432 \series bold
18433
18434 \begin_inset space \textvisiblespace{}
18435 \end_inset
18436
18437
18438 \series default
18439 AbC
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 \begin_inset Formula $\mathit{AbC}$
18449 \end_inset
18450
18451
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 -
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row>
18467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \backslash
18473 mathrm
18474 \series bold
18475
18476 \begin_inset space \textvisiblespace{}
18477 \end_inset
18478
18479
18480 \series default
18481 AbC
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 \begin_inset Formula $\mathrm{AbC}$
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 \begin_inset Info
18503 type  "shortcut"
18504 arg   "font-roman"
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \end_inset
18511 </cell>
18512 </row>
18513 <row>
18514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518
18519 \backslash
18520 mathsf
18521 \series bold
18522
18523 \begin_inset space \textvisiblespace{}
18524 \end_inset
18525
18526
18527 \series default
18528 AbC
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 \begin_inset Formula $\mathsf{AbC}$
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Info
18550 type  "shortcut"
18551 arg   "font-sans"
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 </row>
18560 <row>
18561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \backslash
18567 mathtt
18568 \series bold
18569
18570 \begin_inset space \textvisiblespace{}
18571 \end_inset
18572
18573
18574 \series default
18575 AbC
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Formula $\mathtt{AbC}$
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Info
18597 type  "shortcut"
18598 arg   "font-typewriter"
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 </row>
18607 <row>
18608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612
18613 \backslash
18614 mathscr
18615 \series bold
18616
18617 \begin_inset space \textvisiblespace{}
18618 \end_inset
18619
18620
18621 \series default
18622 ABC
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\mathscr{ABC}$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 -
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 </lyxtabular>
18650
18651 \end_inset
18652
18653
18654 \end_layout
18655
18656 \begin_layout Standard
18657 \begin_inset Note Greyedout
18658 status open
18659
18660 \begin_layout Plain Layout
18661
18662 \series bold
18663 Note:
18664 \series default
18665  The styles 
18666 \series bold
18667
18668 \backslash
18669 mathbb
18670 \series default
18671
18672 \series bold
18673
18674 \backslash
18675 mathcal
18676 \series default
18677  and 
18678 \series bold
18679
18680 \backslash
18681 mathscr
18682 \series default
18683  can only be used for big letters.
18684 \end_layout
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \begin_layout Standard
18692 Predefined is the style 
18693 \series bold
18694
18695 \backslash
18696 mathnormal
18697 \series default
18698 .
18699 \end_layout
18700
18701 \begin_layout Standard
18702 The style commands work also for letters in mathematical constructs:
18703 \begin_inset Formula 
18704 \[
18705 \mathfrak{A=\frac{b}{C}}
18706 \]
18707
18708 \end_inset
18709
18710
18711 \end_layout
18712
18713 \begin_layout Standard
18714 Characters in mathematical text don't appear in a math font style but in
18715  the text font style 
18716 \series bold
18717
18718 \backslash
18719 textrm
18720 \series default
18721 .
18722  That their style can't be set correctly via the text style dialog is a
18723  bug in \SpecialChar LyX
18724 .
18725 \begin_inset Foot
18726 status collapsed
18727
18728 \begin_layout Plain Layout
18729 \begin_inset CommandInset href
18730 LatexCommand href
18731 name "LyX-bug #4629"
18732 target "http://www.lyx.org/trac/ticket/4629"
18733
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \begin_layout Standard
18745 Instead of the style commands the dialog 
18746 \family sans
18747 Edit\SpecialChar menuseparator
18748 Math\SpecialChar menuseparator
18749 Text Style
18750 \family default
18751  or the toolbar button 
18752 \begin_inset Info
18753 type  "icon"
18754 arg   "math-insert \\font"
18755 \end_inset
18756
18757  can be used.
18758 \end_layout
18759
18760 \begin_layout Subsection
18761 Bold Formulas
18762 \begin_inset CommandInset label
18763 LatexCommand label
18764 name "subsec:Bold-Formulas"
18765
18766 \end_inset
18767
18768
18769 \begin_inset Index idx
18770 status collapsed
18771
18772 \begin_layout Plain Layout
18773 Formula ! bold
18774 \end_layout
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Standard
18782 To make a complete formula bold, the command 
18783 \series bold
18784
18785 \backslash
18786 mathbf
18787 \series default
18788  from the previous subsection cannot be used, because it doesn't work for
18789  small Greek letters.
18790  Furthermore it prints Latin letters always upright, like in the following
18791  equation:
18792 \end_layout
18793
18794 \begin_layout Standard
18795 \begin_inset Formula 
18796 \[
18797 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18798 \]
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 To display the formula correctly, the command 
18807 \series bold
18808
18809 \backslash
18810 boldsymbol
18811 \series default
18812  is used:
18813 \begin_inset Formula 
18814 \[
18815 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18816 \]
18817
18818 \end_inset
18819
18820 It is also possible to set the formula in a 
18821 \series bold
18822 boldmath environment
18823 \series default
18824 .
18825  This environment is created by inserting the command 
18826 \series bold
18827
18828 \backslash
18829 boldmath
18830 \series default
18831
18832 \begin_inset Index idx
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 Commands ! B ! 
18837 \backslash
18838 boldmath
18839 \end_layout
18840
18841 \end_inset
18842
18843  in \SpecialChar TeX
18844  mode.
18845  To end the environment, the command 
18846 \series bold
18847
18848 \backslash
18849 unboldmath
18850 \series default
18851
18852 \begin_inset Index idx
18853 status collapsed
18854
18855 \begin_layout Plain Layout
18856 Commands ! U ! 
18857 \backslash
18858 unboldmath
18859 \end_layout
18860
18861 \end_inset
18862
18863  is inserted in \SpecialChar TeX
18864  mode.
18865 \begin_inset ERT
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869
18870
18871 \backslash
18872 boldmath 
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \begin_inset Formula 
18879 \[
18880 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18881 \]
18882
18883 \end_inset
18884
18885
18886 \begin_inset ERT
18887 status collapsed
18888
18889 \begin_layout Plain Layout
18890
18891
18892 \backslash
18893 unboldmath 
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Subsection
18902 Colored Formulas
18903 \begin_inset Index idx
18904 status collapsed
18905
18906 \begin_layout Plain Layout
18907 Formula ! colored
18908 \end_layout
18909
18910 \end_inset
18911
18912
18913 \end_layout
18914
18915 \begin_layout Standard
18916 Formulas can be colored like normal text: Highlight a formula or a formula
18917  part and use the 
18918 \family sans
18919 Text Style
18920 \family default
18921  dialog.
18922  Here is a formula in magenta:
18923 \begin_inset Formula 
18924 \[
18925 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18926 \]
18927
18928 \end_inset
18929
18930
18931 \end_layout
18932
18933 \begin_layout Standard
18934 You can also define your own colors as described in 
18935 \begin_inset CommandInset ref
18936 LatexCommand ref
18937 reference "subsec:Colored-Boxes"
18938
18939 \end_inset
18940
18941 .
18942  They can be used with the \SpecialChar TeX
18943  code command 
18944 \series bold
18945
18946 \backslash
18947 textcolor
18948 \series default
18949
18950 \begin_inset Index idx
18951 status collapsed
18952
18953 \begin_layout Plain Layout
18954 Commands ! T ! 
18955 \backslash
18956 textcolor
18957 \end_layout
18958
18959 \end_inset
18960
18961  in the scheme
18962 \end_layout
18963
18964 \begin_layout Standard
18965
18966 \series bold
18967
18968 \backslash
18969 textcolor{color}{characters or formula}
18970 \end_layout
18971
18972 \begin_layout Standard
18973 The following example was colored completely dark green and partly red:
18974 \end_layout
18975
18976 \begin_layout Standard
18977 \begin_inset ERT
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981
18982
18983 \backslash
18984 textcolor{darkgreen}{
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \begin_inset Formula 
18991 \[
18992 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18993 \]
18994
18995 \end_inset
18996
18997
18998 \begin_inset ERT
18999 status collapsed
19000
19001 \begin_layout Plain Layout
19002
19003 }
19004 \end_layout
19005
19006 \end_inset
19007
19008
19009 \end_layout
19010
19011 \begin_layout Standard
19012 Due to a bug in \SpecialChar LyX
19013  only complete formulas can be colored with self-defined
19014  colors.
19015 \begin_inset Foot
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019 \begin_inset CommandInset href
19020 LatexCommand href
19021 name "LyX-bug #5269"
19022 target "http://www.lyx.org/trac/ticket/5269"
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \begin_layout Subsection
19035 Font Sizes
19036 \begin_inset CommandInset label
19037 LatexCommand label
19038 name "subsec:Font-Sizes"
19039
19040 \end_inset
19041
19042
19043 \begin_inset Index idx
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047 Font ! size
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 For characters in formulas there are, analog to characters in text, the
19057  following size commands:
19058 \end_layout
19059
19060 \begin_layout Standard
19061
19062 \series bold
19063
19064 \backslash
19065 Huge
19066 \series default
19067
19068 \series bold
19069
19070 \backslash
19071 huge
19072 \series default
19073
19074 \series bold
19075
19076 \backslash
19077 LARGE
19078 \series default
19079
19080 \series bold
19081
19082 \backslash
19083 Large
19084 \series default
19085
19086 \series bold
19087
19088 \backslash
19089 large
19090 \series default
19091
19092 \series bold
19093
19094 \backslash
19095 normalsize
19096 \series default
19097
19098 \series bold
19099
19100 \backslash
19101 small
19102 \series default
19103 ,
19104 \begin_inset Newline newline
19105 \end_inset
19106
19107
19108 \series bold
19109
19110 \backslash
19111 footnotesize
19112 \series default
19113
19114 \series bold
19115
19116 \backslash
19117 scriptsize
19118 \series default
19119  and 
19120 \series bold
19121
19122 \backslash
19123 tiny
19124 \end_layout
19125
19126 \begin_layout Standard
19127 The size produced by the commands depends on the document font size, which
19128  corresponds to the command 
19129 \series bold
19130
19131 \backslash
19132 normalsize
19133 \series default
19134 .
19135  The other commands produce smaller or larger sizes than 
19136 \series bold
19137
19138 \backslash
19139 normalsize
19140 \series default
19141 .
19142  The font size can however not exceed a certain value.
19143  Is for example the document font size 12
19144 \begin_inset space \thinspace{}
19145 \end_inset
19146
19147 pt, the command 
19148 \series bold
19149
19150 \backslash
19151 Huge
19152 \series default
19153  switches to the same size as 
19154 \series bold
19155
19156 \backslash
19157 huge
19158 \series default
19159 .
19160  
19161 \end_layout
19162
19163 \begin_layout Standard
19164 A size command is inserted in \SpecialChar TeX
19165  mode before the formula and sets the size
19166  for all following formula and text characters.
19167  To switch back to the initial size, the command 
19168 \series bold
19169
19170 \backslash
19171 normalsize
19172 \series default
19173  is inserted behind the formula in \SpecialChar TeX
19174  mode.
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Within a formula the size can be changed using the following size commands
19179  or the toolbar button 
19180 \begin_inset Info
19181 type  "icon"
19182 arg   "math-insert \\style"
19183 \end_inset
19184
19185 :
19186 \end_layout
19187
19188 \begin_layout Standard
19189 \noindent
19190 \align center
19191 \begin_inset Tabular
19192 <lyxtabular version="3" rows="5" columns="2">
19193 <features booktabs="true" tabularvalignment="middle">
19194 <column alignment="center" valignment="top" width="0pt">
19195 <column alignment="center" valignment="top">
19196 <row>
19197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 Command
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 Result
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 </row>
19216 <row>
19217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \backslash
19223 displaystyle
19224 \begin_inset Index idx
19225 status collapsed
19226
19227 \begin_layout Plain Layout
19228 Commands ! D ! 
19229 \backslash
19230 displaystyle
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row topspace="1mm">
19254 <cell alignment="center" valignment="top" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \backslash
19260 textstyle
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \backslash
19285 scriptstyle
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 scriptscriptstyle
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 </lyxtabular>
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 After entering these commands, a blue box appears in which the formula parts
19337  are inserted.
19338 \end_layout
19339
19340 \begin_layout Standard
19341 There is a further method to change the font size, that though only works
19342  for symbols or letters in mathematical text.
19343  To use it, one of the above text size commands is inserted in mathematical
19344  text.
19345  All following characters until the end of the mathematical text or until
19346  another size command will have the selected size.
19347  Two examples:
19348 \begin_inset VSpace -2mm
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \begin_layout Standard
19355 \begin_inset ERT
19356 status collapsed
19357
19358 \begin_layout Plain Layout
19359
19360
19361 \backslash
19362 huge 
19363 \end_layout
19364
19365 \end_inset
19366
19367
19368 \begin_inset Formula 
19369 \[
19370 A=\frac{B}{c}\cdot\maltese
19371 \]
19372
19373 \end_inset
19374
19375
19376 \begin_inset Formula 
19377 \[
19378 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19379 \]
19380
19381 \end_inset
19382
19383
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389
19390 \backslash
19391 normalsize 
19392 \end_layout
19393
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \begin_layout Standard
19400 \begin_inset VSpace medskip
19401 \end_inset
19402
19403 Before both formulas the command 
19404 \series bold
19405
19406 \backslash
19407 huge
19408 \series default
19409  was inserted.
19410  The command for the second formula is:
19411 \begin_inset Newline newline
19412 \end_inset
19413
19414
19415 \series bold
19416
19417 \backslash
19418 maltese
19419 \begin_inset space \textvisiblespace{}
19420 \end_inset
19421
19422 A Alt+M M 
19423 \backslash
19424 Large
19425 \begin_inset space \textvisiblespace{}
19426 \end_inset
19427
19428
19429 \backslash
19430 maltese
19431 \begin_inset space \textvisiblespace{}
19432 \end_inset
19433
19434
19435 \backslash
19436 textit
19437 \begin_inset space \textvisiblespace{}
19438 \end_inset
19439
19440 A
19441 \begin_inset Formula $\to$
19442 \end_inset
19443
19444
19445 \begin_inset Formula $\to$
19446 \end_inset
19447
19448
19449 \begin_inset Newline newline
19450 \end_inset
19451
19452
19453 \begin_inset space \hspace*{}
19454 \length 1cm
19455 \end_inset
19456
19457 Alt+M
19458 \series default
19459  
19460 \series bold
19461
19462 \backslash
19463 tiny
19464 \begin_inset space \textvisiblespace{}
19465 \end_inset
19466
19467
19468 \backslash
19469 maltese
19470 \begin_inset space \textvisiblespace{}
19471 \end_inset
19472
19473
19474 \backslash
19475 textit
19476 \begin_inset space \textvisiblespace{}
19477 \end_inset
19478
19479 A
19480 \end_layout
19481
19482 \begin_layout Standard
19483 If a symbol cannot be displayed in different sizes, it will always be displayed
19484  in the default size.
19485 \end_layout
19486
19487 \begin_layout Section
19488 Greek Letters
19489 \begin_inset Index idx
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493 Greek letters
19494 \end_layout
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \begin_layout Standard
19502 Greek letters can also be inserted via the toolbar button 
19503 \begin_inset Info
19504 type  "icon"
19505 arg   "math-insert \\alpha"
19506 \end_inset
19507
19508 .
19509  All international typesetting norms purport that Greek letters in math
19510  have to be typeset italic/slanted.
19511  In some languages, like French or Russian, they are nevertheless sometimes
19512  typeset upright.
19513 \end_layout
19514
19515 \begin_layout Subsection
19516 Small Letters
19517 \begin_inset Index idx
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 Greek letters ! small
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 \begin_inset space \hfill{}
19531 \end_inset
19532
19533
19534 \begin_inset Tabular
19535 <lyxtabular version="3" rows="11" columns="2">
19536 <features booktabs="true" tabularvalignment="middle">
19537 <column alignment="center" valignment="top" width="0pt">
19538 <column alignment="center" valignment="top" width="0pt">
19539 <row>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 Command
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 Result
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 alpha
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\alpha$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 beta
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\beta$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 gamma
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\gamma$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 delta
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\delta$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 epsilon
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\epsilon$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 varepsilon
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\varepsilon$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 zeta
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\zeta$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 eta
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\eta$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 theta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\theta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 vartheta
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\vartheta$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 </lyxtabular>
19810
19811 \end_inset
19812
19813
19814 \begin_inset space \hfill{}
19815 \end_inset
19816
19817
19818 \begin_inset Tabular
19819 <lyxtabular version="3" rows="12" columns="2">
19820 <features booktabs="true" tabularvalignment="middle">
19821 <column alignment="center" valignment="top" width="0pt">
19822 <column alignment="center" valignment="top" width="0pt">
19823 <row>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 Command
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 Result
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 </row>
19843 <row>
19844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848
19849 \backslash
19850 iota
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset Formula $\iota$
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 kappa
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\kappa$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 varkappa
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\varkappa$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 lambda
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\lambda$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 mu
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\mu$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 nu
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\nu$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 xi
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\xi$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 o
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $o$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 pi
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\pi$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 varpi
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\varpi$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 rho
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\rho$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 </lyxtabular>
20117
20118 \end_inset
20119
20120
20121 \begin_inset space \hfill{}
20122 \end_inset
20123
20124
20125 \begin_inset Tabular
20126 <lyxtabular version="3" rows="11" columns="2">
20127 <features booktabs="true" tabularvalignment="middle">
20128 <column alignment="center" valignment="top" width="0pt">
20129 <column alignment="center" valignment="top" width="0pt">
20130 <row>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 Command
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 Result
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155
20156 \backslash
20157 varrho
20158 \end_layout
20159
20160 \end_inset
20161 </cell>
20162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 \begin_inset Formula $\varrho$
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 sigma
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\sigma$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 varsigma
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\varsigma$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 tau
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\tau$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 upsilon
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\upsilon$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 phi
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\phi$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 varphi
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\varphi$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 chi
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\chi$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 psi
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\psi$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 omega
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\omega$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \begin_inset space \hfill{}
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Standard
20412 \begin_inset VSpace medskip
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 How to create special upright Greek letters is explained in 
20420 \begin_inset CommandInset ref
20421 LatexCommand ref
20422 reference "subsec:Upright-small-Greek"
20423
20424 \end_inset
20425
20426 .
20427 \end_layout
20428
20429 \begin_layout Subsection
20430 Big Letters
20431 \begin_inset Index idx
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Greek letters ! big
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="7" columns="2">
20450 <features booktabs="true" tabularvalignment="middle">
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Command
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Result
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 Gamma
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\Gamma$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Delta
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Delta$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Theta
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Theta$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 Lambda
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\Lambda$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 Xi
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\Xi$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 Pi
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\Pi$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 </lyxtabular>
20624
20625 \end_inset
20626
20627
20628 \begin_inset space \hfill{}
20629 \end_inset
20630
20631
20632 \begin_inset Tabular
20633 <lyxtabular version="3" rows="6" columns="2">
20634 <features booktabs="true" tabularvalignment="middle">
20635 <column alignment="center" valignment="top" width="0pt">
20636 <column alignment="center" valignment="top" width="0pt">
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 Command
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 Result
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 <row>
20658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662
20663 \backslash
20664 Sigma
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Formula $\Sigma$
20674 \end_inset
20675
20676
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Upsilon
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\Upsilon$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Phi
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Phi$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 Psi
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\Psi$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 Omega
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\Omega$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 </lyxtabular>
20783
20784 \end_inset
20785
20786
20787 \begin_inset space \hfill{}
20788 \end_inset
20789
20790
20791 \end_layout
20792
20793 \begin_layout Standard
20794 \begin_inset VSpace medskip
20795 \end_inset
20796
20797 That the big Greek letters appear upright is caused by a design bug when
20798  \SpecialChar TeX
20799  was developed.
20800  To get correct italic big letters, begin every command with 
20801 \series bold
20802 var
20803 \series default
20804 .
20805  For example the command 
20806 \series bold
20807
20808 \backslash
20809 varGamma
20810 \series default
20811  produces 
20812 \begin_inset Formula $\varGamma$
20813 \end_inset
20814
20815 .
20816  Another way is to load the package 
20817 \series bold
20818 fixmath
20819 \series default
20820
20821 \begin_inset Foot
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825
20826 \series bold
20827 fixmath
20828 \series default
20829  is part of the \SpecialChar LaTeX
20830 -package 
20831 \series bold
20832 was
20833 \series default
20834
20835 \begin_inset Index idx
20836 status collapsed
20837
20838 \begin_layout Plain Layout
20839 Packages ! was
20840 \begin_inset ERT
20841 status collapsed
20842
20843 \begin_layout Plain Layout
20844
20845
20846 \backslash
20847 vspace{4mm}
20848 \end_layout
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856
20857 .
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \begin_inset Index idx
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 Packages ! fixmath
20868 \end_layout
20869
20870 \end_inset
20871
20872  with the \SpecialChar LaTeX
20873 -preamble line
20874 \end_layout
20875
20876 \begin_layout Standard
20877
20878 \series bold
20879
20880 \backslash
20881 usepackage{fixmath}
20882 \end_layout
20883
20884 \begin_layout Standard
20885 Then all big Greek letters in a document will automatically be typeset italic.
20886 \end_layout
20887
20888 \begin_layout Subsection
20889 Bold Letters
20890 \begin_inset Index idx
20891 status collapsed
20892
20893 \begin_layout Plain Layout
20894 Greek letters ! bold
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 Greek letters cannot be set with different font styles like Latin letters.
20904  They can only be made bold with the command 
20905 \series bold
20906
20907 \backslash
20908 boldsymbol
20909 \series default
20910
20911 \begin_inset Index idx
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 Commands ! B ! 
20916 \backslash
20917 boldsymbol
20918 \end_layout
20919
20920 \end_inset
20921
20922 .
20923 \end_layout
20924
20925 \begin_layout Standard
20926 \align center
20927 \begin_inset Tabular
20928 <lyxtabular version="3" rows="3" columns="2">
20929 <features booktabs="true" tabularvalignment="middle">
20930 <column alignment="center" valignment="top" width="0pt">
20931 <column alignment="center" valignment="top">
20932 <row>
20933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 Command
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946 Result
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 Upsilon
20960 \backslash
20961 boldsymbol
20962 \backslash
20963 Upsilon
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986
20987 \backslash
20988 theta
20989 \backslash
20990 boldsymbol
20991 \backslash
20992 theta
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\theta\boldsymbol{\theta}$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 </lyxtabular>
21011
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \begin_layout Section
21018 Symbols
21019 \begin_inset ERT
21020 status collapsed
21021
21022 \begin_layout Plain Layout
21023
21024
21025 \backslash
21026 texorpdfstring{
21027 \end_layout
21028
21029 \end_inset
21030
21031
21032 \begin_inset Foot
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 A list with all symbols of most of the \SpecialChar LaTeX
21037 -packages can be found in 
21038 \begin_inset CommandInset citation
21039 LatexCommand cite
21040 key "Symbols"
21041
21042 \end_inset
21043
21044 .
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \begin_inset ERT
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054
21055 }{}
21056 \end_layout
21057
21058 \end_inset
21059
21060
21061 \begin_inset Note Note
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21068 \end_layout
21069
21070 \begin_layout Plain Layout
21071 More about 
21072 \backslash
21073 texorpdfstring is in section 
21074 \begin_inset CommandInset ref
21075 LatexCommand ref
21076 reference "subsec:Formulas-in-Section"
21077
21078 \end_inset
21079
21080 .
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \begin_inset Index idx
21087 status collapsed
21088
21089 \begin_layout Plain Layout
21090 Symbols
21091 \end_layout
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \begin_layout Standard
21099 Many of the symbols listed in this section can also be inserted via the
21100  toolbar buttons 
21101 \begin_inset Info
21102 type  "icon"
21103 arg   "math-insert \\nabla"
21104 \end_inset
21105
21106  and 
21107 \begin_inset Info
21108 type  "icon"
21109 arg   "math-insert \\digamma"
21110 \end_inset
21111
21112 .
21113 \end_layout
21114
21115 \begin_layout Subsection
21116 Mathematical Symbols
21117 \begin_inset CommandInset label
21118 LatexCommand label
21119 name "subsec:Mathematical-Symbols"
21120
21121 \end_inset
21122
21123
21124 \begin_inset Index idx
21125 status collapsed
21126
21127 \begin_layout Plain Layout
21128 Symbols ! mathematical
21129 \end_layout
21130
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \begin_layout Standard
21137 \begin_inset Tabular
21138 <lyxtabular version="3" rows="10" columns="2">
21139 <features booktabs="true" tabularvalignment="middle">
21140 <column alignment="center" valignment="top" width="0pt">
21141 <column alignment="center" valignment="top" width="0pt">
21142 <row>
21143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 Command
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 Symbol
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 neg
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\neg$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 Im
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\Im$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 Re
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Re$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 aleph
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\aleph$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 partial
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\partial$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 infty
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\infty$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 wp
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\wp$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 imath
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\imath$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 jmath
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\jmath$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 </lyxtabular>
21388
21389 \end_inset
21390
21391
21392 \begin_inset space \hfill{}
21393 \end_inset
21394
21395
21396 \begin_inset Tabular
21397 <lyxtabular version="3" rows="10" columns="2">
21398 <features booktabs="true" tabularvalignment="middle">
21399 <column alignment="center" valignment="top" width="0pt">
21400 <column alignment="center" valignment="top" width="0pt">
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 Command
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415 Symbol
21416 \begin_inset Note Note
21417 status collapsed
21418
21419 \begin_layout Plain Layout
21420
21421 \series bold
21422
21423 \backslash
21424 raisebox
21425 \series default
21426  is only used as spacer.
21427 \end_layout
21428
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 forall
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\forall$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 exists
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\exists$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 nexists
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\nexists$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 emptyset
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\emptyset$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 varnothing
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\varnothing$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 dag
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\dag$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 ddag
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\ddag$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 complement
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset ERT
21629 status collapsed
21630
21631 \begin_layout Plain Layout
21632
21633
21634 \backslash
21635 raisebox{-0.8mm}{
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \begin_inset Formula $\complement$
21642 \end_inset
21643
21644
21645 \begin_inset ERT
21646 status collapsed
21647
21648 \begin_layout Plain Layout
21649
21650 }
21651 \end_layout
21652
21653 \end_inset
21654
21655
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 Bbbk
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\Bbbk$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 </lyxtabular>
21687
21688 \end_inset
21689
21690
21691 \begin_inset space \hfill{}
21692 \end_inset
21693
21694
21695 \begin_inset Tabular
21696 <lyxtabular version="3" rows="10" columns="2">
21697 <features booktabs="true" tabularvalignment="middle">
21698 <column alignment="center" valignment="top" width="0pt">
21699 <column alignment="center" valignment="top" width="0pt">
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 Command
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 Symbol
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 prime
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\prime$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 backprime
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\backprime$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 mho
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\mho$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 triangle
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\triangle$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 angle
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\angle$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 measuredangle
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\measuredangle$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 sphericalangle
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\sphericalangle$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 top
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\top$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 bot
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\bot$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 </lyxtabular>
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Subsection
21953 Miscellaneous Symbols
21954 \begin_inset CommandInset label
21955 LatexCommand label
21956 name "subsec:Miscellaneous-Symbols"
21957
21958 \end_inset
21959
21960
21961 \begin_inset Index idx
21962 status collapsed
21963
21964 \begin_layout Plain Layout
21965 Symbols ! miscellaneous
21966 \end_layout
21967
21968 \end_inset
21969
21970
21971 \end_layout
21972
21973 \begin_layout Standard
21974 \noindent
21975 \align center
21976 \begin_inset Tabular
21977 <lyxtabular version="3" rows="10" columns="2">
21978 <features booktabs="true" tabularvalignment="middle">
21979 <column alignment="center" valignment="top" width="0pt">
21980 <column alignment="center" valignment="top" width="0pt">
21981 <row>
21982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 Command
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 Symbol
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 </row>
22001 <row>
22002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006
22007 \backslash
22008 flat
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017 \begin_inset Formula $\flat$
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 </row>
22026 <row>
22027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031
22032 \backslash
22033 natural
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 \begin_inset Formula $\natural$
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 sharp
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\sharp$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 surd
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\surd$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 checkmark
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\checkmark$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 yen
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\yen$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 pounds
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\pounds$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 $
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 \begin_inset Formula $\$$
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 </row>
22199 <row>
22200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 §
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 \begin_inset Formula $§$
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \end_inset
22220 </cell>
22221 </row>
22222 </lyxtabular>
22223
22224 \end_inset
22225
22226
22227 \begin_inset space \hfill{}
22228 \end_inset
22229
22230
22231 \begin_inset Tabular
22232 <lyxtabular version="3" rows="10" columns="2">
22233 <features booktabs="true" tabularvalignment="middle">
22234 <column alignment="center" valignment="top" width="0pt">
22235 <column alignment="center" valignment="top">
22236 <row>
22237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 Command
22242 \end_layout
22243
22244 \end_inset
22245 </cell>
22246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250 Symbol
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 hbar
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\hbar$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 hslash
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\hslash$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 clubsuit
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\clubsuit$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 spadesuit
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\spadesuit$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 bigstar
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\bigstar$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 blacklozenge
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\blacklozenge$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 blacktriangle
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\blacktriangle$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 blacktiangledown
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\blacktriangledown$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 bullet
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\bullet$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 </lyxtabular>
22482
22483 \end_inset
22484
22485
22486 \begin_inset space \hfill{}
22487 \end_inset
22488
22489
22490 \begin_inset Tabular
22491 <lyxtabular version="3" rows="10" columns="2">
22492 <features booktabs="true" tabularvalignment="middle">
22493 <column alignment="center" valignment="top" width="0pt">
22494 <column alignment="center" valignment="top" width="0pt">
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 Command
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 Symbol
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 </row>
22515 <row>
22516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520
22521 \backslash
22522 diamondsuit
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 \begin_inset Formula $\diamondsuit$
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 </row>
22540 <row>
22541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \backslash
22547 Diamond
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 \begin_inset Formula $\Diamond$
22557 \end_inset
22558
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 <row>
22566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570
22571 \backslash
22572 heartsuit
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22578 \begin_inset Text
22579
22580 \begin_layout Plain Layout
22581 \begin_inset Formula $\heartsuit$
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 <row>
22591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595
22596 \backslash
22597 P
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Formula $\P$
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 <row>
22616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620
22621 \backslash
22622 copyright
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Formula $\copyright$
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 <row>
22641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645
22646 \backslash
22647 circledR
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 \begin_inset Formula $\circledR$
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 </row>
22665 <row>
22666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \backslash
22672 maltese
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Formula $\maltese$
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 </row>
22690 <row>
22691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \backslash
22697 diagup
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 \begin_inset Formula $\diagup$
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 <row>
22716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \backslash
22722 diagdown
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 \begin_inset Formula $\diagdown$
22732 \end_inset
22733
22734
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 </row>
22740 </lyxtabular>
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 \begin_inset VSpace medskip
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Standard
22755 Some symbols can be displayed in different sizes, see 
22756 \begin_inset CommandInset ref
22757 LatexCommand ref
22758 reference "subsec:Font-Sizes"
22759
22760 \end_inset
22761
22762 .
22763 \end_layout
22764
22765 \begin_layout Subsection
22766 The Euro-Symbol €
22767 \begin_inset Index idx
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771 Symbols ! Euro-symbol
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \begin_inset Index idx
22778 status collapsed
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 @
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788
22789
22790 \backslash
22791 officialeuro
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 To use the Euro symbol in formulas, the \SpecialChar LaTeX
22806 -package 
22807 \series bold
22808 eurosym
22809 \series default
22810
22811 \begin_inset Index idx
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815 Packages ! eurosym
22816 \end_layout
22817
22818 \end_inset
22819
22820  must be installed and loaded with the \SpecialChar LaTeX
22821 -preamble line
22822 \end_layout
22823
22824 \begin_layout Standard
22825
22826 \series bold
22827
22828 \backslash
22829 usepackage[gennarrow]{eurosym}
22830 \end_layout
22831
22832 \begin_layout Standard
22833 The Euro symbol can now be inserted with the command 
22834 \series bold
22835
22836 \backslash
22837 euro
22838 \series default
22839
22840 \begin_inset Index idx
22841 status collapsed
22842
22843 \begin_layout Plain Layout
22844 Commands ! E ! 
22845 \backslash
22846 euro
22847 \end_layout
22848
22849 \end_inset
22850
22851 .
22852 \end_layout
22853
22854 \begin_layout Standard
22855 The Euro symbol can directly be inserted with the € key in mathematical
22856  text, without having 
22857 \series bold
22858 eurosym
22859 \series default
22860  installed.
22861  When 
22862 \series bold
22863 eurosym
22864 \series default
22865  is installed, 
22866 \series bold
22867
22868 \backslash
22869 euro
22870 \series default
22871  can also be inserted in \SpecialChar TeX
22872  mode.
22873  The official currency symbol can then be inserted with the command 
22874 \series bold
22875
22876 \backslash
22877 officialeuro
22878 \series default
22879
22880 \begin_inset Index idx
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884 Commands ! O ! 
22885 \backslash
22886 officialeuro
22887 \end_layout
22888
22889 \end_inset
22890
22891 , that is only available in \SpecialChar TeX
22892  mode.
22893 \end_layout
22894
22895 \begin_layout Standard
22896 \begin_inset ERT
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900
22901
22902 \backslash
22903 ifeurosym 
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \begin_inset Note Note
22910 status open
22911
22912 \begin_layout Plain Layout
22913 The following table will only be displayed when the \SpecialChar LaTeX
22914 -package 
22915 \series bold
22916 eurosym
22917 \series default
22918  is installed.
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 An overview about the different Euro symbols:
22928 \end_layout
22929
22930 \begin_layout Standard
22931 \align center
22932 \begin_inset Tabular
22933 <lyxtabular version="3" rows="4" columns="3">
22934 <features booktabs="true" tabularvalignment="middle">
22935 <column alignment="center" valignment="top" width="0pt">
22936 <column alignment="center" valignment="top" width="0pt">
22937 <column alignment="center" valignment="top" width="0pt">
22938 <row>
22939 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset ERT
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947
22948
22949 \backslash
22950 cmidrule[0.08em]{2-3}
22951 \end_layout
22952
22953 \end_inset
22954
22955
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 Command 
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 Symbol
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 </row>
22979 <row>
22980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 formula
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993
22994 \backslash
22995 euro
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 \begin_inset Formula $\euro$
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 </row>
23013 <row>
23014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 mathematical text
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\mbox{€}$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 \SpecialChar TeX
23051  mode
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 officialeuro
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset ERT
23072 status collapsed
23073
23074 \begin_layout Plain Layout
23075
23076
23077 \backslash
23078 officialeuro
23079 \end_layout
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 </lyxtabular>
23090
23091 \end_inset
23092
23093
23094 \begin_inset Note Note
23095 status collapsed
23096
23097 \begin_layout Plain Layout
23098
23099 \series bold
23100
23101 \backslash
23102 cmidrule
23103 \series default
23104  is used here only for table borders.
23105  See sec.
23106  
23107 \family sans
23108 Formal Tables
23109 \family default
23110  of the 
23111 \emph on
23112 EmbeddedObjects
23113 \emph default
23114  manual for details.
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 \begin_inset ERT
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127
23128
23129 \backslash
23130 else 
23131 \end_layout
23132
23133 \end_inset
23134
23135
23136 \begin_inset Note Note
23137 status open
23138
23139 \begin_layout Plain Layout
23140 The following will be displayed when the \SpecialChar LaTeX
23141 -package 
23142 \series bold
23143 eurosym
23144 \series default
23145  is not installed:
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \begin_layout Standard
23154 You need to install the \SpecialChar LaTeX
23155 -package 
23156 \series bold
23157 eurosym
23158 \series default
23159  to see the rest of this subsection in the output.
23160 \end_layout
23161
23162 \begin_layout Standard
23163 \begin_inset ERT
23164 status collapsed
23165
23166 \begin_layout Plain Layout
23167
23168
23169 \backslash
23170 fi 
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \begin_layout Section
23179 Relations
23180 \begin_inset CommandInset label
23181 LatexCommand label
23182 name "sec:Relations"
23183
23184 \end_inset
23185
23186
23187 \begin_inset Index idx
23188 status collapsed
23189
23190 \begin_layout Plain Layout
23191 Relations
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \begin_inset Index idx
23198 status collapsed
23199
23200 \begin_layout Plain Layout
23201 Comparisons|see
23202 \begin_inset ERT
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206
23207 {
23208 \end_layout
23209
23210 \end_inset
23211
23212 Relations
23213 \begin_inset ERT
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217
23218 }
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 All following relations can also be inserted via the toolbar button 
23233 \begin_inset Info
23234 type  "icon"
23235 arg   "math-insert \\leq"
23236 \end_inset
23237
23238 .
23239 \end_layout
23240
23241 \begin_layout Standard
23242 \begin_inset Tabular
23243 <lyxtabular version="3" rows="17" columns="2">
23244 <features booktabs="true" tabularvalignment="middle">
23245 <column alignment="center" valignment="top" width="0pt">
23246 <column alignment="center" valignment="top" width="0pt">
23247 <row>
23248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 Command
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 Relation
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 </row>
23267 <row>
23268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23269 \begin_inset Text
23270
23271 \begin_layout Plain Layout
23272 <
23273 \end_layout
23274
23275 \end_inset
23276 </cell>
23277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281 \begin_inset Formula $<$
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 </row>
23290 <row>
23291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23292 \begin_inset Text
23293
23294 \begin_layout Plain Layout
23295
23296 \backslash
23297 le
23298 \end_layout
23299
23300 \end_inset
23301 </cell>
23302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306 \begin_inset Formula $\le$
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 </row>
23315 <row>
23316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23317 \begin_inset Text
23318
23319 \begin_layout Plain Layout
23320
23321 \backslash
23322 ll
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 \begin_inset Formula $\ll$
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 </row>
23340 <row>
23341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23342 \begin_inset Text
23343
23344 \begin_layout Plain Layout
23345
23346 \backslash
23347 prec
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 \begin_inset Formula $\prec$
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 </row>
23365 <row>
23366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370
23371 \backslash
23372 preceq
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381 \begin_inset Formula $\preceq$
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 </row>
23390 <row>
23391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395
23396 \backslash
23397 subset
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 \begin_inset Formula $\subset$
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 </row>
23415 <row>
23416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420
23421 \backslash
23422 subseteq
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Formula $\subseteq$
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 </row>
23440 <row>
23441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445
23446 \backslash
23447 sqsubseteq
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\sqsubseteq$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470
23471 \backslash
23472 in
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 \begin_inset Formula $\in$
23482 \end_inset
23483
23484
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 </row>
23490 <row>
23491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495
23496 \backslash
23497 vdash
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $\vdash$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 smile
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\smile$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 lhd
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\lhd$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 unlhd
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\unlhd$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 gtrless
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\gtrless$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 mid
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\mid$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 nmid
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\nmid$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 </lyxtabular>
23666
23667 \end_inset
23668
23669
23670 \begin_inset space \hfill{}
23671 \end_inset
23672
23673
23674 \begin_inset Tabular
23675 <lyxtabular version="3" rows="17" columns="2">
23676 <features booktabs="true" tabularvalignment="middle">
23677 <column alignment="center" valignment="top" width="0pt">
23678 <column alignment="center" valignment="top" width="0pt">
23679 <row>
23680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 Command
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 Relation
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 </row>
23699 <row>
23700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 =
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset Formula $=$
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 </row>
23722 <row>
23723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23724 \begin_inset Text
23725
23726 \begin_layout Plain Layout
23727
23728 \backslash
23729 not=
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738 \begin_inset Formula $\not=$
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 </row>
23747 <row>
23748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23749 \begin_inset Text
23750
23751 \begin_layout Plain Layout
23752
23753 \backslash
23754 equiv
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 \begin_inset Formula $\equiv$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 </row>
23772 <row>
23773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \backslash
23779 sim
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset Formula $\sim$
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 </row>
23797 <row>
23798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802
23803 \backslash
23804 simeq
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813 \begin_inset Formula $\simeq$
23814 \end_inset
23815
23816
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 </row>
23822 <row>
23823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \backslash
23829 approx
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 \begin_inset Formula $\approx$
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 </row>
23847 <row>
23848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \backslash
23854 cong
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 \begin_inset Formula $\cong$
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 bowtie
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888 \begin_inset Formula $\bowtie$
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 </row>
23897 <row>
23898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 notin
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913 \begin_inset Formula $\notin$
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 </row>
23922 <row>
23923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927
23928 \backslash
23929 perp
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 \begin_inset Formula $\perp$
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 propto
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $\propto$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 asymp
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\asymp$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 doteq
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\doteq$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 circeq
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\circeq$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 models
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\models$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 widehat=
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\widehat{=}$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 </lyxtabular>
24098
24099 \end_inset
24100
24101
24102 \begin_inset space \hfill{}
24103 \end_inset
24104
24105
24106 \begin_inset Tabular
24107 <lyxtabular version="3" rows="17" columns="2">
24108 <features booktabs="true" tabularvalignment="middle">
24109 <column alignment="center" valignment="top" width="0pt">
24110 <column alignment="center" valignment="top" width="0pt">
24111 <row>
24112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 Command
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 Relation
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136 >
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145 \begin_inset Formula $>$
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 </row>
24154 <row>
24155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159
24160 \backslash
24161 ge
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170 \begin_inset Formula $\ge$
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 </row>
24179 <row>
24180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \backslash
24186 gg
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset Formula $\gg$
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 <row>
24205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \backslash
24211 succ
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 \begin_inset Formula $\succ$
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 </row>
24229 <row>
24230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 succeq
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245 \begin_inset Formula $\succeq$
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 </row>
24254 <row>
24255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 supset
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 \begin_inset Formula $\supset$
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 </row>
24279 <row>
24280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284
24285 \backslash
24286 supseteq
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 \begin_inset Formula $\supseteq$
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \backslash
24311 sqsupseteq
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 \begin_inset Formula $\sqsupseteq$
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 ni
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 \begin_inset Formula $\ni$
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 </row>
24354 <row>
24355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359
24360 \backslash
24361 dashv
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370 \begin_inset Formula $\dashv$
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 <row>
24380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 frown
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Formula $\frown$
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 rhd
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $\rhd$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 unrhd
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Formula $\unrhd$
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 lessgtr
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $\lessgtr$
24471 \end_inset
24472
24473
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 <row>
24480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 parallel
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 \begin_inset Formula $\parallel$
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 </row>
24504 <row>
24505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509
24510 \backslash
24511 nparallel
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 \begin_inset Formula $\nparallel$
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 </row>
24529 </lyxtabular>
24530
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \begin_layout Standard
24537 \begin_inset VSpace medskip
24538 \end_inset
24539
24540 The characters 
24541 \series bold
24542
24543 \backslash
24544 lhd
24545 \series default
24546  and 
24547 \series bold
24548
24549 \backslash
24550 rhd
24551 \series default
24552  are bigger than the equal looking operators 
24553 \series bold
24554
24555 \backslash
24556 triangleleft
24557 \series default
24558  and 
24559 \series bold
24560
24561 \backslash
24562 triangleright
24563 \series default
24564 , respectively.
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \SpecialChar LyX
24569  supports also many special relations.
24570  Use the toolbar button 
24571 \begin_inset Info
24572 type  "icon"
24573 arg   "math-insert \\leqq"
24574 \end_inset
24575
24576  to see a list of these relations.
24577 \end_layout
24578
24579 \begin_layout Standard
24580 Relations are, in contrary to symbols, always surrounded by space.
24581 \end_layout
24582
24583 \begin_layout Standard
24584 Relations with labels can be created with the command 
24585 \series bold
24586
24587 \backslash
24588 stackrel
24589 \series default
24590
24591 \begin_inset Index idx
24592 status collapsed
24593
24594 \begin_layout Plain Layout
24595 Commands ! S ! 
24596 \backslash
24597 stackrel
24598 \end_layout
24599
24600 \end_inset
24601
24602 :
24603 \end_layout
24604
24605 \begin_layout Standard
24606 \align center
24607 \begin_inset Tabular
24608 <lyxtabular version="3" rows="2" columns="2">
24609 <features booktabs="true" tabularvalignment="middle">
24610 <column alignment="center" valignment="top" width="0pt">
24611 <column alignment="center" valignment="top">
24612 <row>
24613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617 Command
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 Result
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row topspace="1.5mm">
24633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 A(r)
24638 \backslash
24639 stackrel
24640 \begin_inset space \textvisiblespace{}
24641 \end_inset
24642
24643 r
24644 \backslash
24645 to
24646 \backslash
24647 infty
24648 \begin_inset space \textvisiblespace{}
24649 \end_inset
24650
24651
24652 \begin_inset Formula $\downarrow$
24653 \end_inset
24654
24655
24656 \backslash
24657 approx
24658 \begin_inset space \textvisiblespace{}
24659 \end_inset
24660
24661
24662 \begin_inset space \textvisiblespace{}
24663 \end_inset
24664
24665 B
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 </row>
24683 </lyxtabular>
24684
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \begin_layout Section
24691 Functions
24692 \end_layout
24693
24694 \begin_layout Subsection
24695 Predefined Functions
24696 \begin_inset CommandInset label
24697 LatexCommand label
24698 name "subsec:Predefined-Functions"
24699
24700 \end_inset
24701
24702
24703 \begin_inset Index idx
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707 Functions ! predefined
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \begin_layout Standard
24716 In general, variables are set 
24717 \emph on
24718 italic
24719 \emph default
24720  in mathematical expressions, but not function names, because 
24721 \begin_inset Formula $sin$
24722 \end_inset
24723
24724  could be misunderstood as 
24725 \begin_inset Formula $s\cdot i\cdot n$
24726 \end_inset
24727
24728 .
24729  Therefore there are predefined functions which are additionally a bit separated
24730  from prefactors.
24731  They are inserted as commands starting with a backslash before their name.
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \align center
24736 \begin_inset Tabular
24737 <lyxtabular version="3" rows="2" columns="2">
24738 <features booktabs="true" tabularvalignment="middle">
24739 <column alignment="center" valignment="top" width="0pt">
24740 <column alignment="center" valignment="top" width="0pt">
24741 <row>
24742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746 Command
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 Result
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 </row>
24761 <row>
24762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 Asin(x)+B
24767 \end_layout
24768
24769 \end_inset
24770 </cell>
24771 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775 \begin_inset Formula $Asin(x)+B$
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 </row>
24784 </lyxtabular>
24785
24786 \end_inset
24787
24788
24789 \begin_inset space \quad{}
24790 \end_inset
24791
24792
24793 \begin_inset Tabular
24794 <lyxtabular version="3" rows="2" columns="2">
24795 <features booktabs="true" tabularvalignment="middle">
24796 <column alignment="center" valignment="top" width="0pt">
24797 <column alignment="center" valignment="top" width="0pt">
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803 Command
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 Result
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 A
24824 \backslash
24825 sin(x)+B
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 \begin_inset Formula $A\sin(x)+B$
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 </row>
24843 </lyxtabular>
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Standard
24851 The following functions are predefined:
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \begin_inset VSpace -2mm
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \align center
24863 \begin_inset Tabular
24864 <lyxtabular version="3" rows="9" columns="4">
24865 <features booktabs="true" tabularvalignment="middle">
24866 <column alignment="center" valignment="top" width="0pt">
24867 <column alignment="center" valignment="top" width="0pt">
24868 <column alignment="center" valignment="top" width="0pt">
24869 <column alignment="center" valignment="top" width="0pt">
24870 <row>
24871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875 Command
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 Command
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893 Command
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 Command
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 </row>
24908 <row>
24909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \backslash
24915 sin
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 sinh
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 arcsin
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 sup
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 </row>
24954 <row>
24955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959
24960 \backslash
24961 cos
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 cosh
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 arccos
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 inf
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 </row>
25000 <row>
25001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005
25006 \backslash
25007 tan
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 tanh
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 arctan
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 lim
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 <row>
25047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 cot
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 coth
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \backslash
25075 arg
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 liminf
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 </row>
25092 <row>
25093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \backslash
25099 sec
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 min
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 deg
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 limsup
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 <row>
25139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 csc
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 max
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 det
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 Pr
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 <row>
25185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \backslash
25191 ln
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 exp
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 dim
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \backslash
25224 hom
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 </row>
25230 <row>
25231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 lg
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 log
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 ker
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 gcd
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 </row>
25276 </lyxtabular>
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \begin_layout Standard
25284 They can also be inserted with the math toolbar button 
25285 \begin_inset Info
25286 type  "icon"
25287 arg   "math-insert \\functions"
25288 \end_inset
25289
25290 .
25291 \end_layout
25292
25293 \begin_layout Subsection
25294 Self-defined Functions
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 Functions ! self-defined
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 To use a function that is not predefined, like for example the sign function
25309  sgn(x), there are two possibilities:
25310 \end_layout
25311
25312 \begin_layout Itemize
25313 Define the function by inserting the following line to the \SpecialChar LaTeX
25314 -preamble
25315 \begin_inset Foot
25316 status collapsed
25317
25318 \begin_layout Plain Layout
25319 For more about 
25320 \series bold
25321
25322 \backslash
25323 DeclareMathOperator
25324 \series default
25325  see 
25326 \begin_inset CommandInset ref
25327 LatexCommand ref
25328 reference "subsec:Self-defined-Operators"
25329
25330 \end_inset
25331
25332 .
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \begin_inset Newline newline
25339 \end_inset
25340
25341
25342 \begin_inset VSpace -3mm
25343 \end_inset
25344
25345
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349
25350 \series bold
25351
25352 \backslash
25353 DeclareMathOperator{
25354 \backslash
25355 sgn}{sgn}
25356 \series default
25357
25358 \begin_inset Index idx
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362 Commands ! D ! 
25363 \backslash
25364 dbinom@
25365 \backslash
25366 DeclareMathOperator
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \begin_inset Newline newline
25373 \end_inset
25374
25375
25376 \begin_inset VSpace -2mm
25377 \end_inset
25378
25379
25380 \begin_inset Newline newline
25381 \end_inset
25382
25383 Now the new defined function can be called with the command 
25384 \series bold
25385
25386 \backslash
25387 sgn
25388 \series default
25389 .
25390 \end_layout
25391
25392 \begin_layout Itemize
25393 Write the formula as usual, mark the formula name, in our example the letters
25394  
25395 \emph on
25396 sgn
25397 \emph default
25398 , and change it to mathematical text.
25399  Finally, a space is inserted between prefactor and function.
25400 \end_layout
25401
25402 \begin_layout Standard
25403 The result is the same with both methods as with a predefined function
25404 \begin_inset Foot
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 In \SpecialChar LyX
25409  self-defined functions are displayed red, predefined ones black.
25410 \end_layout
25411
25412 \end_inset
25413
25414 :
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \align center
25419 \begin_inset Tabular
25420 <lyxtabular version="3" rows="3" columns="2">
25421 <features booktabs="true" tabularvalignment="middle">
25422 <column alignment="center" valignment="top" width="0pt">
25423 <column alignment="center" valignment="top" width="0pt">
25424 <row>
25425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429 Command
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 Result
25439 \end_layout
25440
25441 \end_inset
25442 </cell>
25443 </row>
25444 <row>
25445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449 A
25450 \backslash
25451 sgn(x)+B
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25457 \begin_inset Text
25458
25459 \begin_layout Plain Layout
25460 \begin_inset Formula $A\sgn(x)+B$
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 A
25475 \backslash
25476 ,
25477 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25478 \end_inset
25479
25480 (x)+B
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 </lyxtabular>
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 The first method is more suitable when the self-defined function should
25507  be used several times.
25508 \end_layout
25509
25510 \begin_layout Subsection
25511 Limits
25512 \begin_inset Index idx
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 Limits
25517 \end_layout
25518
25519 \end_inset
25520
25521
25522 \end_layout
25523
25524 \begin_layout Standard
25525 For limits, in addition to the commands 
25526 \series bold
25527
25528 \backslash
25529 lim
25530 \series default
25531
25532 \begin_inset Index idx
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Commands ! L ! 
25537 \backslash
25538 lim
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \series bold
25545
25546 \backslash
25547 liminf
25548 \series default
25549  and 
25550 \series bold
25551
25552 \backslash
25553 limsup
25554 \series default
25555  the following functions are defined:
25556 \end_layout
25557
25558 \begin_layout Standard
25559 \align center
25560 \begin_inset Tabular
25561 <lyxtabular version="3" rows="5" columns="2">
25562 <features booktabs="true" tabularvalignment="middle">
25563 <column alignment="center" valignment="top" width="0pt">
25564 <column alignment="center" valignment="top" width="0pt">
25565 <row>
25566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 Command
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 Result
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 </row>
25585 <row>
25586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \backslash
25592 varliminf
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 \begin_inset Formula $\varliminf$
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 <row topspace="1.5mm">
25611 <cell alignment="center" valignment="top" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 varlimsup
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 \begin_inset Formula $\varlimsup$
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 </row>
25635 <row topspace="1.5mm">
25636 <cell alignment="center" valignment="top" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640
25641 \backslash
25642 varprojlim
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Formula $\varprojlim$
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 <row topspace="1.5mm" bottomspace="1mm">
25661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 varinjlim
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676 \begin_inset Formula $\varinjlim$
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683 </cell>
25684 </row>
25685 </lyxtabular>
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset VSpace medskip
25694 \end_inset
25695
25696 The limit is created by inserting a subscript.
25697  It is set right beside the function in an inline formula:
25698 \end_layout
25699
25700 \begin_layout Standard
25701 \align center
25702 \begin_inset Tabular
25703 <lyxtabular version="3" rows="2" columns="2">
25704 <features booktabs="true" tabularvalignment="middle">
25705 <column alignment="center" valignment="top" width="0pt">
25706 <column alignment="center" valignment="top" width="0pt">
25707 <row>
25708 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 Command
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721 Result
25722 \end_layout
25723
25724 \end_inset
25725 </cell>
25726 </row>
25727 <row>
25728 <cell alignment="center" valignment="top" usebox="none">
25729 \begin_inset Text
25730
25731 \begin_layout Plain Layout
25732
25733 \backslash
25734 lim_x
25735 \backslash
25736 to
25737 \begin_inset space \textvisiblespace{}
25738 \end_inset
25739
25740 A
25741 \begin_inset space \textvisiblespace{}
25742 \end_inset
25743
25744 x=B
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 \begin_inset Formula $\lim_{x\to A}x=B$
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 </lyxtabular>
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \begin_layout Standard
25770 In a displayed formula the limit is set below the formula, as usual:
25771 \begin_inset Formula 
25772 \[
25773 \lim_{x\to A}x=B
25774 \]
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Standard
25782 \begin_inset VSpace medskip
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \begin_layout Standard
25789 How to adjust the typesetting of the limits see 
25790 \begin_inset CommandInset ref
25791 LatexCommand ref
25792 reference "subsec:Operator-Limits"
25793
25794 \end_inset
25795
25796 .
25797 \end_layout
25798
25799 \begin_layout Subsection
25800 Modulo-Functions
25801 \begin_inset Index idx
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Functions ! modulo-
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 The modulo-function is special, because it exists in four variants.
25815  The variants in a displayed formula are:
25816 \begin_inset Formula 
25817 \begin{align*}
25818 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25819 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25820 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25821 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25822 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25823 \end{align*}
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 In an inline formula less space is set before the function names for all
25832  variants.
25833  By default the modulo-functions take only the first following character
25834  into account.
25835  To use more than one character, one has to put them into \SpecialChar TeX
25836  braces:
25837 \begin_inset Formula 
25838 \begin{align*}
25839 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25840 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25841 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25842 \end{align*}
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \begin_layout Section
25850 Special Characters
25851 \begin_inset Index idx
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855 Special characters
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \end_layout
25862
25863 \begin_layout Standard
25864 The characters ^ and _ would normally create a superscript and subscript,
25865  respectively.
25866  To get these characters you have to insert them with a leading 
25867 \backslash
25868 :
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \noindent
25873 \align center
25874 \begin_inset Tabular
25875 <lyxtabular version="3" rows="3" columns="2">
25876 <features booktabs="true" tabularvalignment="middle">
25877 <column alignment="left" valignment="top" width="0pt">
25878 <column alignment="block" valignment="top">
25879 <row>
25880 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 Command
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 Result
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 </row>
25899 <row>
25900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904
25905 \backslash
25906 ^
25907 \begin_inset space \textvisiblespace{}
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919 \begin_inset Formula $\mathcircumflex$
25920 \end_inset
25921
25922
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 </row>
25928 <row>
25929 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933
25934 \backslash
25935 _
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944 \begin_inset Formula $\_$
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 </row>
25953 </lyxtabular>
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \begin_layout Subsection
25961 Special Characters in Mathematical Text
25962 \end_layout
25963
25964 \begin_layout Standard
25965 The following commands can only be used in mathematical text or in \SpecialChar TeX
25966  mode:
25967 \end_layout
25968
25969 \begin_layout Standard
25970 \begin_inset space \hfill{}
25971 \end_inset
25972
25973
25974 \begin_inset Tabular
25975 <lyxtabular version="3" rows="8" columns="2">
25976 <features booktabs="true" tabularvalignment="middle">
25977 <column alignment="left" valignment="top" width="0pt">
25978 <column alignment="block" valignment="top">
25979 <row>
25980 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 Command
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 Result
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 oe
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset Formula $\textrm{œ}$
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 <row>
26025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029
26030 \backslash
26031 OE
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset Formula $\textrm{Œ}$
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \backslash
26056 ae
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 \begin_inset Formula $\textrm{æ}$
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 <row>
26075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079
26080 \backslash
26081 AE
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 \begin_inset Formula $\textrm{Æ}$
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 </row>
26099 <row>
26100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104
26105 \backslash
26106 aa
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115 \begin_inset Formula $\textrm{å}$
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 <row>
26125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 AA
26132 \begin_inset Index idx
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136
26137 \backslash
26138 @
26139 \begin_inset ERT
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143
26144
26145 \backslash
26146 textrm{
26147 \backslash
26148 AA}
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \end_inset
26157
26158
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167 \begin_inset Formula $\textrm{Å}$
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 </row>
26176 <row>
26177 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 i
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset Formula $\textrm{ı}$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 </lyxtabular>
26202
26203 \end_inset
26204
26205
26206 \begin_inset space \hfill{}
26207 \end_inset
26208
26209
26210 \begin_inset Tabular
26211 <lyxtabular version="3" rows="8" columns="2">
26212 <features booktabs="true" tabularvalignment="middle">
26213 <column alignment="left" valignment="top" width="0pt">
26214 <column alignment="center" valignment="top">
26215 <row>
26216 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 Command
26221 \begin_inset Note Note
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225 The space of 0
26226 \begin_inset space \thinspace{}
26227 \end_inset
26228
26229 mm is used for separation, because otherwise the output will be ¡ and ¿
26230  respectively.
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244 Result
26245 \end_layout
26246
26247 \end_inset
26248 </cell>
26249 </row>
26250 <row>
26251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26252 \begin_inset Text
26253
26254 \begin_layout Plain Layout
26255
26256 \backslash
26257 o
26258 \end_layout
26259
26260 \end_inset
26261 </cell>
26262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266 \begin_inset Formula $\textrm{ø}$
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 </row>
26275 <row>
26276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280
26281 \backslash
26282 O
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291 \begin_inset Formula $\textrm{Ø}$
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 </row>
26300 <row>
26301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305
26306 \backslash
26307 l
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Formula $\textrm{ł}$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 L
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 \begin_inset Formula $\textrm{Ł}$
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 </row>
26350 <row>
26351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355 !
26356 \begin_inset space \hspace{}
26357 \length 0mm
26358 \end_inset
26359
26360 `
26361 \begin_inset space \textvisiblespace{}
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 \begin_inset Formula $\textrm{!`}$
26374 \end_inset
26375
26376
26377 \end_layout
26378
26379 \end_inset
26380 </cell>
26381 </row>
26382 <row>
26383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387 ?
26388 \begin_inset space \hspace{}
26389 \length 0mm
26390 \end_inset
26391
26392 `
26393 \begin_inset space \textvisiblespace{}
26394 \end_inset
26395
26396
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset Formula $\textrm{?`}$
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 j
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{ȷ}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 </lyxtabular>
26440
26441 \end_inset
26442
26443
26444 \begin_inset space \hfill{}
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Standard
26451 The characters 
26452 \begin_inset Formula $\textrm{\textrm{Å}}$
26453 \end_inset
26454
26455  and 
26456 \begin_inset Formula $\textrm{\textrm{Ø}}$
26457 \end_inset
26458
26459  can also be inserted via the math toolbar button 
26460 \begin_inset Info
26461 type  "icon"
26462 arg   "math-insert \\digamma"
26463 \end_inset
26464
26465 .
26466 \end_layout
26467
26468 \begin_layout Standard
26469 An exception are the commands 
26470 \series bold
26471 !
26472 \begin_inset space \hspace{}
26473 \length 0mm
26474 \end_inset
26475
26476 `
26477 \series default
26478  and 
26479 \series bold
26480 ?
26481 \begin_inset space \hspace{}
26482 \length 0mm
26483 \end_inset
26484
26485 `
26486 \series default
26487 , because they can be inserted in \SpecialChar LyX
26488  directly to text.
26489 \end_layout
26490
26491 \begin_layout Subsection
26492 Accents in Text
26493 \begin_inset CommandInset label
26494 LatexCommand label
26495 name "subsec:Accents-in-Text"
26496
26497 \end_inset
26498
26499
26500 \begin_inset Index idx
26501 status collapsed
26502
26503 \begin_layout Plain Layout
26504 Accents ! in text
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Standard
26513 With the following commands all letters can be accented.
26514  The commands must be inserted in \SpecialChar TeX
26515  mode.
26516 \end_layout
26517
26518 \begin_layout Standard
26519 \begin_inset space \hfill{}
26520 \end_inset
26521
26522
26523 \begin_inset Tabular
26524 <lyxtabular version="3" rows="8" columns="2">
26525 <features booktabs="true" tabularvalignment="middle">
26526 <column alignment="left" valignment="top" width="0pt">
26527 <column alignment="block" valignment="top">
26528 <row>
26529 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 Command
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 Result
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 </row>
26548 <row>
26549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553
26554 \backslash
26555
26556 \begin_inset Quotes grd
26557 \end_inset
26558
26559 e
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 "e
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 </row>
26586 <row>
26587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591
26592 \backslash
26593 `e
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 `e
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 </row>
26620 <row>
26621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26622 \begin_inset Text
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 ^
26628 \begin_inset space \textvisiblespace{}
26629 \end_inset
26630
26631 e
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26637 \begin_inset Text
26638
26639 \begin_layout Plain Layout
26640 \begin_inset ERT
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644
26645
26646 \backslash
26647 ^e
26648 \end_layout
26649
26650 \end_inset
26651
26652
26653 \end_layout
26654
26655 \end_inset
26656 </cell>
26657 </row>
26658 <row>
26659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663
26664 \backslash
26665 =e
26666 \end_layout
26667
26668 \end_inset
26669 </cell>
26670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26671 \begin_inset Text
26672
26673 \begin_layout Plain Layout
26674 \begin_inset ERT
26675 status collapsed
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 =e
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 <row>
26693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697
26698 \backslash
26699 u
26700 \begin_inset space \textvisiblespace{}
26701 \end_inset
26702
26703 e
26704 \end_layout
26705
26706 \end_inset
26707 </cell>
26708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712 \begin_inset ERT
26713 status collapsed
26714
26715 \begin_layout Plain Layout
26716
26717
26718 \backslash
26719 u e
26720 \end_layout
26721
26722 \end_inset
26723
26724
26725 \end_layout
26726
26727 \end_inset
26728 </cell>
26729 </row>
26730 <row>
26731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26732 \begin_inset Text
26733
26734 \begin_layout Plain Layout
26735
26736 \backslash
26737 b
26738 \begin_inset space \textvisiblespace{}
26739 \end_inset
26740
26741 e
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 b e
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 t
26776 \begin_inset space \textvisiblespace{}
26777 \end_inset
26778
26779 ee
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792
26793
26794 \backslash
26795 t ee
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 </row>
26806 </lyxtabular>
26807
26808 \end_inset
26809
26810
26811 \begin_inset space \hfill{}
26812 \end_inset
26813
26814
26815 \begin_inset Tabular
26816 <lyxtabular version="3" rows="8" columns="2">
26817 <features booktabs="true" tabularvalignment="middle">
26818 <column alignment="left" valignment="top" width="0pt">
26819 <column alignment="center" valignment="top">
26820 <row>
26821 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825 Command
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834 Result
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 </row>
26840 <row>
26841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845
26846 \backslash
26847 H
26848 \begin_inset space \textvisiblespace{}
26849 \end_inset
26850
26851 e
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset ERT
26861 status collapsed
26862
26863 \begin_layout Plain Layout
26864
26865
26866 \backslash
26867 H e
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 'e
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 'e
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 </row>
26912 <row>
26913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917
26918 \backslash
26919 ~e
26920 \begin_inset Index idx
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 Tilde
26925 \end_layout
26926
26927 \end_inset
26928
26929
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 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 .e
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 <row>
26991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995
26996 \backslash
26997 v
26998 \begin_inset space \textvisiblespace{}
26999 \end_inset
27000
27001 e
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015
27016 \backslash
27017 v e
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 <row>
27029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033
27034 \backslash
27035 d
27036 \begin_inset space \textvisiblespace{}
27037 \end_inset
27038
27039 e
27040 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048 \begin_inset ERT
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052
27053
27054 \backslash
27055 d e
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 </row>
27066 <row>
27067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071
27072 \backslash
27073 c
27074 \begin_inset space \textvisiblespace{}
27075 \end_inset
27076
27077 e
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091
27092 \backslash
27093 c e
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 </row>
27104 </lyxtabular>
27105
27106 \end_inset
27107
27108
27109 \begin_inset space \hfill{}
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset VSpace medskip
27117 \end_inset
27118
27119 With the command 
27120 \series bold
27121
27122 \backslash
27123 t
27124 \series default
27125  also two different characters can be accented.
27126  The command 
27127 \series bold
27128
27129 \backslash
27130 t
27131 \begin_inset space \textvisiblespace{}
27132 \end_inset
27133
27134 sz
27135 \series default
27136  creates: 
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 t sz
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Standard
27153 The accents 
27154 \series bold
27155 `
27156 \series default
27157  , 
27158 \series bold
27159 '
27160 \series default
27161  and 
27162 \series bold
27163 ^
27164 \series default
27165  can in combination with vowels directly be inserted with the keyboard without
27166  using \SpecialChar TeX
27167  mode.
27168  The same applies for the tilde
27169 \begin_inset Foot
27170 status collapsed
27171
27172 \begin_layout Plain Layout
27173 This only applies for keyboards where the tilde is defined as accent.
27174 \end_layout
27175
27176 \end_inset
27177
27178  
27179 \series bold
27180 ~
27181 \series default
27182  in combination with 
27183 \emph on
27184 a
27185 \emph default
27186  , 
27187 \emph on
27188 n
27189 \emph default
27190  , or 
27191 \emph on
27192 o
27193 \emph default
27194 .
27195 \end_layout
27196
27197 \begin_layout Standard
27198 The commands 
27199 \series bold
27200
27201 \backslash
27202 b
27203 \series default
27204  , 
27205 \series bold
27206
27207 \backslash
27208 c
27209 \series default
27210  , 
27211 \series bold
27212
27213 \backslash
27214 d
27215 \series default
27216  , 
27217 \series bold
27218
27219 \backslash
27220 H
27221 \series default
27222  , 
27223 \series bold
27224
27225 \backslash
27226 t
27227 \series default
27228  , 
27229 \series bold
27230
27231 \backslash
27232 u
27233 \series default
27234  , 
27235 \series bold
27236
27237 \backslash
27238 v
27239 \series default
27240  and accents that are inserted directly with the keyboard are also available
27241  in mathematical text.
27242  For the other accents there are special math commands to be used in formulas,
27243  see 
27244 \begin_inset CommandInset ref
27245 LatexCommand ref
27246 reference "subsec:Accents-for-one"
27247
27248 \end_inset
27249
27250 .
27251 \end_layout
27252
27253 \begin_layout Standard
27254 \begin_inset VSpace bigskip
27255 \end_inset
27256
27257 Furthermore, with the command 
27258 \series bold
27259
27260 \backslash
27261 textcircled
27262 \series default
27263
27264 \begin_inset Index idx
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 Commands ! T ! 
27269 \backslash
27270 textcircled
27271 \end_layout
27272
27273 \end_inset
27274
27275  all numbers and letters can be set into a circle, quasi accented with a
27276  circle, similar to the copyright symbol.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \align center
27281 \begin_inset Tabular
27282 <lyxtabular version="3" rows="3" columns="2">
27283 <features booktabs="true" tabularvalignment="middle">
27284 <column alignment="center" valignment="top" width="0pt">
27285 <column alignment="center" valignment="top">
27286 <row>
27287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27288 \begin_inset Text
27289
27290 \begin_layout Plain Layout
27291 Command
27292 \end_layout
27293
27294 \end_inset
27295 </cell>
27296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300 Result
27301 \end_layout
27302
27303 \end_inset
27304 </cell>
27305 </row>
27306 <row>
27307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Plain Layout
27311
27312 \backslash
27313 textcircled{w}
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27319 \begin_inset Text
27320
27321 \begin_layout Plain Layout
27322 \begin_inset ERT
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326
27327
27328 \backslash
27329 textcircled{w}
27330 \end_layout
27331
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 </row>
27340 <row topspace="1mm">
27341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27342 \begin_inset Text
27343
27344 \begin_layout Plain Layout
27345
27346 \backslash
27347 Large 
27348 \backslash
27349 textcircled{
27350 \backslash
27351 normalsize
27352 \backslash
27353 protect
27354 \backslash
27355 raisebox{-1.5pt}{W}}
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27361 \begin_inset Text
27362
27363 \begin_layout Plain Layout
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 Large 
27372 \backslash
27373 textcircled{
27374 \backslash
27375 normalsize
27376 \backslash
27377 protect
27378 \backslash
27379 raisebox{-1.5pt}W}
27380 \end_layout
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \end_inset
27388 </cell>
27389 </row>
27390 </lyxtabular>
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 One has to take care that the character fits in the circle.
27399  
27400 \series bold
27401
27402 \backslash
27403 Large
27404 \series default
27405
27406 \begin_inset Foot
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 see 
27411 \begin_inset CommandInset ref
27412 LatexCommand ref
27413 reference "subsec:Font-Sizes"
27414
27415 \end_inset
27416
27417
27418 \end_layout
27419
27420 \end_inset
27421
27422  specifies thereby the size of the circle.
27423  With the help of 
27424 \series bold
27425
27426 \backslash
27427 raisebox
27428 \series default
27429
27430 \begin_inset Foot
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434 see 
27435 \begin_inset CommandInset ref
27436 LatexCommand ref
27437 reference "subsec:Boxes-without-Frame"
27438
27439 \end_inset
27440
27441
27442 \end_layout
27443
27444 \end_inset
27445
27446  the character can be centered.
27447 \end_layout
27448
27449 \begin_layout Subsection
27450 Old-style Figures
27451 \begin_inset Index idx
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 Old-style Figures
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 Old-style figures (also known as old-style numerals) are created with the
27465  command 
27466 \series bold
27467
27468 \backslash
27469 oldstylenums
27470 \series default
27471
27472 \begin_inset Index idx
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476 Commands ! O ! 
27477 \backslash
27478 oldstylenums
27479 \end_layout
27480
27481 \end_inset
27482
27483 .
27484  The command can be used in formulas and in \SpecialChar TeX
27485  mode.
27486  The command scheme is:
27487 \end_layout
27488
27489 \begin_layout Standard
27490
27491 \series bold
27492
27493 \backslash
27494 oldstylenums{number}
27495 \end_layout
27496
27497 \begin_layout Standard
27498 The command 
27499 \series bold
27500
27501 \backslash
27502 oldstylenums{0123456789
27503 \series default
27504  produces: 
27505 \begin_inset Formula $\oldstylenums{0123456789}$
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \begin_layout Section
27512 Formula Styles
27513 \begin_inset CommandInset label
27514 LatexCommand label
27515 name "sec:Formula-Styles"
27516
27517 \end_inset
27518
27519
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Formula ! styles
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Itemize
27533 There are two different alignment styles:
27534 \end_layout
27535
27536 \begin_deeper
27537 \begin_layout Description
27538 Centered is the predefined standard
27539 \end_layout
27540
27541 \begin_layout Description
27542 Indented for this the option 
27543 \series bold
27544 fleqn
27545 \series default
27546  must be inserted in the menu 
27547 \family sans
27548 Document\SpecialChar menuseparator
27549 Settings
27550 \family default
27551  under 
27552 \family sans
27553 Document
27554 \begin_inset space ~
27555 \end_inset
27556
27557 Class
27558 \end_layout
27559
27560 \begin_layout Standard
27561 When 
27562 \series bold
27563 Indented
27564 \series default
27565  is used, the indentation can be adjusted with the length 
27566 \series bold
27567
27568 \backslash
27569 mathindent
27570 \series default
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 Commands ! M ! 
27577 \backslash
27578 mathindent
27579 \end_layout
27580
27581 \end_inset
27582
27583 .
27584  Should the distance be 15
27585 \begin_inset space \thinspace{}
27586 \end_inset
27587
27588 mm, the following command line is inserted in the \SpecialChar LaTeX
27589 -preamble
27590 \end_layout
27591
27592 \begin_layout Standard
27593
27594 \series bold
27595
27596 \backslash
27597 setlength{
27598 \backslash
27599 mathindent}{15mm}
27600 \end_layout
27601
27602 \begin_layout Standard
27603 When no length is specified, the predefined value of 30
27604 \begin_inset space \thinspace{}
27605 \end_inset
27606
27607 pt will be used.
27608 \end_layout
27609
27610 \end_deeper
27611 \begin_layout Itemize
27612 And two different numbering styles:
27613 \end_layout
27614
27615 \begin_deeper
27616 \begin_layout Description
27617 Right is the predefined standard
27618 \end_layout
27619
27620 \begin_layout Description
27621 Left for this the option 
27622 \series bold
27623 leqno
27624 \series default
27625  must be inserted in the menu 
27626 \family sans
27627 Document\SpecialChar menuseparator
27628 Settings
27629 \family default
27630  under 
27631 \family sans
27632 Document
27633 \begin_inset space ~
27634 \end_inset
27635
27636 Class
27637 \end_layout
27638
27639 \end_deeper
27640 \begin_layout Standard
27641
27642 \series bold
27643 fleqn
27644 \series default
27645  and 
27646 \series bold
27647 leqno
27648 \series default
27649  can also be used together.
27650  In this case both options are inserted, separated by a comma.
27651 \end_layout
27652
27653 \begin_layout Standard
27654 The chosen styles are used for all displayed formulas of the document.
27655  When both, centered and indented formulas should be created in a document,
27656  the style 
27657 \series bold
27658 Centered
27659 \series default
27660  is used.
27661  The indented formulas are then set in a flalign environment, see 
27662 \begin_inset CommandInset ref
27663 LatexCommand ref
27664 reference "subsec:Flalign-Environment"
27665
27666 \end_inset
27667
27668 .
27669 \end_layout
27670
27671 \begin_layout Section
27672 Multiline Formulas
27673 \begin_inset CommandInset label
27674 LatexCommand label
27675 name "sec:Multiline-Formulas"
27676
27677 \end_inset
27678
27679
27680 \begin_inset Index idx
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 Formula ! multiline
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Subsection
27693 General
27694 \end_layout
27695
27696 \begin_layout Standard
27697 In \SpecialChar LyX
27698  multiline formulas are created by pressing 
27699 \begin_inset Info
27700 type  "shortcut"
27701 arg   "newline-insert newline"
27702 \end_inset
27703
27704  inside a formula.
27705  This creates either an 
27706 \series bold
27707 align environment
27708 \series default
27709  that is described in 
27710 \begin_inset CommandInset ref
27711 LatexCommand ref
27712 reference "subsec:Standard-align-Environment"
27713
27714 \end_inset
27715
27716  or, when automatically loading the package
27717 \family sans
27718  AMS math
27719 \family default
27720  is disabled in the document settings, an 
27721 \series bold
27722 eqnarray environment
27723 \series default
27724  that is described in 
27725 \begin_inset CommandInset ref
27726 LatexCommand ref
27727 reference "subsec:Eqnarray-Environment"
27728
27729 \end_inset
27730
27731 .
27732  The align environment is recommended because it provides in any case a
27733  typographically correct output.
27734 \end_layout
27735
27736 \begin_layout Standard
27737 There are other multiline formula environments that can be created via the
27738  menu 
27739 \family sans
27740 Insert\SpecialChar menuseparator
27741 Math
27742 \family default
27743 .
27744  These environments are described in the following sections.
27745 \end_layout
27746
27747 \begin_layout Standard
27748 In all multiline formula environments a new line is created by pressing
27749  
27750 \begin_inset Info
27751 type  "shortcut"
27752 arg   "newline-insert newline"
27753 \end_inset
27754
27755 .
27756  To add or delete lines, the math toolbar buttons 
27757 \begin_inset Info
27758 type  "icon"
27759 arg   "tabular-feature append-row"
27760 \end_inset
27761
27762  or 
27763 \begin_inset Info
27764 type  "icon"
27765 arg   "tabular-feature delete-row"
27766 \end_inset
27767
27768 , respectively, or the menu 
27769 \family sans
27770 Edit\SpecialChar menuseparator
27771 Rows & Columns
27772 \family default
27773  can be used.
27774 \end_layout
27775
27776 \begin_layout Subsubsection
27777 Line Separation
27778 \begin_inset CommandInset label
27779 LatexCommand label
27780 name "subsec:Line-Separation"
27781
27782 \end_inset
27783
27784
27785 \begin_inset Index idx
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789 Formula ! multiline ! Line separation
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 There is sometimes not enough space in multiline formulas between the lines:
27799 \begin_inset Formula 
27800 \begin{eqnarray*}
27801 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}\\
27802 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
27803 \end{eqnarray*}
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Standard
27811 In \SpecialChar LaTeX
27812  additional line space is specified as optional argument of the new line
27813  command.
27814  This is not yet possible in \SpecialChar LyX
27815
27816 \begin_inset Foot
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 see 
27821 \begin_inset CommandInset href
27822 LatexCommand href
27823 name "LyX-bug #1505"
27824 target "http://www.lyx.org/trac/ticket/1505"
27825
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \end_inset
27832
27833 , therefore the whole formula must be inserted in \SpecialChar TeX
27834  mode.
27835  To add in our example space, the command 
27836 \series bold
27837
27838 \backslash
27839
27840 \backslash
27841 [3mm]
27842 \series default
27843  is inserted at the end of the first line.
27844  One gets: 
27845 \begin_inset ERT
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849
27850
27851 \backslash
27852 begin{eqnarray*}
27853 \end_layout
27854
27855 \begin_layout Plain Layout
27856
27857 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27858  = & 
27859 \backslash
27860 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27861 \backslash
27862
27863 \backslash
27864 [3mm]
27865 \end_layout
27866
27867 \begin_layout Plain Layout
27868
27869 4x^{2}
27870 \backslash
27871 left(B^{2}+x_{0}^{2}
27872 \backslash
27873 right)+4x_{0}x
27874 \backslash
27875 left(D-B^{2}
27876 \backslash
27877 right)+B^{2}
27878 \backslash
27879 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27880 \backslash
27881 right) & = & 0
27882 \end_layout
27883
27884 \begin_layout Plain Layout
27885
27886
27887 \backslash
27888 end{eqnarray*}
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset VSpace bigskip
27898 \end_inset
27899
27900 To set the line separation for all lines in a formula, the length 
27901 \series bold
27902
27903 \backslash
27904 jot
27905 \series default
27906
27907 \begin_inset Index idx
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 Commands ! J ! 
27912 \backslash
27913 jot
27914 \end_layout
27915
27916 \end_inset
27917
27918  is changed.
27919  The definition is: 
27920 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27921 \end_inset
27922
27923 .
27924  Predefined for 
27925 \series bold
27926
27927 \backslash
27928 jot
27929 \series default
27930  is the value 3
27931 \begin_inset space \thinspace{}
27932 \end_inset
27933
27934 pt.
27935  To create 3
27936 \begin_inset space \thinspace{}
27937 \end_inset
27938
27939 mm additional line separation as in the previous example, the command
27940 \end_layout
27941
27942 \begin_layout Standard
27943
27944 \series bold
27945
27946 \backslash
27947 setlength{
27948 \backslash
27949 jot}{3mm+3pt}
27950 \end_layout
27951
27952 \begin_layout Standard
27953 is inserted in \SpecialChar TeX
27954  mode before the formula.
27955  This requires that the \SpecialChar LaTeX
27956 -package 
27957 \series bold
27958 calc
27959 \series default
27960
27961 \begin_inset Foot
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965
27966 \series bold
27967 calc
27968 \series default
27969  is part of every \SpecialChar LaTeX
27970  standard installation.
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \begin_inset Index idx
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 Packages ! calc
27981 \end_layout
27982
27983 \end_inset
27984
27985  was loaded in \SpecialChar LaTeX
27986 -preamble with the line
27987 \end_layout
27988
27989 \begin_layout Standard
27990
27991 \series bold
27992
27993 \backslash
27994 usepackage{calc}
27995 \end_layout
27996
27997 \begin_layout Standard
27998 One gets: 
27999 \begin_inset ERT
28000 status collapsed
28001
28002 \begin_layout Plain Layout
28003
28004
28005 \backslash
28006 setlength{
28007 \backslash
28008 jot}{3mm+3pt}
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \begin_inset Formula 
28015 \begin{eqnarray*}
28016 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}\\
28017 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
28018 \end{eqnarray*}
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 setlength{
28034 \backslash
28035 jot}{3pt}
28036 \end_layout
28037
28038 \end_inset
28039
28040  To get back to the predefined distance, 
28041 \series bold
28042
28043 \backslash
28044 jot
28045 \series default
28046  is set to the value 3
28047 \begin_inset space \thinspace{}
28048 \end_inset
28049
28050 pt.
28051 \end_layout
28052
28053 \begin_layout Subsubsection
28054 Column Separation
28055 \begin_inset CommandInset label
28056 LatexCommand label
28057 name "subsec:Column-Separation"
28058
28059 \end_inset
28060
28061
28062 \begin_inset Index idx
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 Formula ! multiline ! Column separation
28067 \end_layout
28068
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \begin_layout Standard
28075 Multiline formulas form a matrix.
28076  A formula in the eqnarray environment is for example a matrix with three
28077  columns.
28078  By changing the column separation in this environment, the space beside
28079  the relation sign can be changed.
28080 \end_layout
28081
28082 \begin_layout Standard
28083 The column separation is specified with the length 
28084 \series bold
28085
28086 \backslash
28087 arraycolsep
28088 \series default
28089
28090 \begin_inset Index idx
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Commands ! A ! 
28095 \backslash
28096 arraycolsep
28097 \end_layout
28098
28099 \end_inset
28100
28101  according to:
28102 \begin_inset Newline newline
28103 \end_inset
28104
28105 column separation = 2
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109
28110 \series bold
28111
28112 \backslash
28113 arraycolsep
28114 \series default
28115
28116 \begin_inset Newline newline
28117 \end_inset
28118
28119 Thus, the command
28120 \end_layout
28121
28122 \begin_layout Standard
28123
28124 \series bold
28125
28126 \backslash
28127 setlength{
28128 \backslash
28129 arraycolsep}{1cm}
28130 \end_layout
28131
28132 \begin_layout Standard
28133 inserted in \SpecialChar TeX
28134  mode, sets for all following formulas a column separation of
28135  2
28136 \begin_inset space \thinspace{}
28137 \end_inset
28138
28139 cm.
28140  To get back to the predefined distance, 
28141 \series bold
28142
28143 \backslash
28144 arraycolsep
28145 \series default
28146  is set to 5
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 pt.
28151 \end_layout
28152
28153 \begin_layout Standard
28154 A formula with 2
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 cm column separation:
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164
28165 \backslash
28166 setlength{
28167 \backslash
28168 arraycolsep}{1cm}
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \begin_inset Formula 
28175 \begin{eqnarray*}
28176 A & = & B\\
28177 C & \ne & A
28178 \end{eqnarray*}
28179
28180 \end_inset
28181
28182 A formula with the predefined column separation for matrices of 10
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 pt:
28187 \begin_inset ERT
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191
28192
28193 \backslash
28194 setlength{
28195 \backslash
28196 arraycolsep}{5pt}
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \begin_inset Formula 
28203 \begin{eqnarray*}
28204 A & = & B\\
28205 C & \ne & A
28206 \end{eqnarray*}
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 \begin_inset Newpage newpage
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Subsubsection
28221 Long Formulas
28222 \begin_inset Index idx
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226 Formula ! long
28227 \end_layout
28228
28229 \end_inset
28230
28231
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Long formulas can be typeset using these methods:
28236 \end_layout
28237
28238 \begin_layout Itemize
28239 When one side of the equation is much shorter than the line width, this
28240  one is chosen for the left side and the right side is typeset over two
28241  lines:
28242 \begin_inset Formula 
28243 \begin{eqnarray}
28244 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 \\
28245  &  & -\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}
28246 \end{eqnarray}
28247
28248 \end_inset
28249
28250 The minus sign at the beginning of the second line does normally not appear
28251  as an operator because it is the first character of the line.
28252  Thus it would not be surrounded by space and could not be distinguished
28253  from the fraction bar.
28254  To avoid this, 3
28255 \begin_inset space \thinspace{}
28256 \end_inset
28257
28258 pt space was inserted behind the minus sign with the command 
28259 \series bold
28260
28261 \backslash
28262 hspace
28263 \series default
28264 .
28265 \begin_inset Foot
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 for more about 
28270 \series bold
28271
28272 \backslash
28273 hspace
28274 \series default
28275  see 
28276 \begin_inset CommandInset ref
28277 LatexCommand ref
28278 reference "subsec:Variable-Space"
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 Commands ! H ! 
28293 \backslash
28294 hspace
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Itemize
28303 When both sides of the equation are too long, the command 
28304 \series bold
28305
28306 \backslash
28307 lefteqn
28308 \series default
28309
28310 \begin_inset Index idx
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314 Commands ! L ! 
28315 \backslash
28316 lefteqn
28317 \end_layout
28318
28319 \end_inset
28320
28321  is used.
28322  It is inserted in the first column of the first line and causes all further
28323  insertions to overwrite the following columns:
28324 \begin_inset Formula 
28325 \begin{eqnarray}
28326 \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 \\
28327  &  & -\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 \\
28328  &  & =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}
28329 \end{eqnarray}
28330
28331 \end_inset
28332
28333 After the insertion of 
28334 \series bold
28335
28336 \backslash
28337 lefteqn
28338 \series default
28339 , the cursor is in a purple box that is a bit shifted to the left from the
28340  blue one.
28341  In this the formula is inserted.
28342 \begin_inset Newline newline
28343 \end_inset
28344
28345 The content of the further lines is inserted to the second or another formula
28346  column.
28347  The greater the column number where it was inserted, the larger the indentation.
28348 \begin_inset VSpace medskip
28349 \end_inset
28350
28351
28352 \begin_inset Newline newline
28353 \end_inset
28354
28355
28356 \begin_inset Note Greyedout
28357 status open
28358
28359 \begin_layout Plain Layout
28360 Note the following when using 
28361 \series bold
28362
28363 \backslash
28364 lefteqn
28365 \series default
28366 :
28367 \end_layout
28368
28369 \begin_layout Itemize
28370 The formula doesn't use the full page width.
28371  When e.
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375 g.
28376 \begin_inset space \space{}
28377 \end_inset
28378
28379 the term 
28380 \begin_inset Formula $-B^{2}$
28381 \end_inset
28382
28383  is added to the first line in the above example, it would have been outside
28384  the page margin.
28385  To better use the width, negative space can be inserted at the beginning
28386  of the first line.
28387 \end_layout
28388
28389 \begin_layout Itemize
28390 Due to a bug in \SpecialChar LyX
28391  the cursor cannot be set with the mouse into the first
28392  line.
28393 \begin_inset Foot
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397 \begin_inset CommandInset href
28398 LatexCommand href
28399 name "LyX-bug #1429"
28400 target "http://www.lyx.org/trac/ticket/1429"
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \end_inset
28408
28409  One can only set the cursor at the beginning of the line and move it with
28410  the arrow keys.
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \end_layout
28417
28418 \begin_layout Itemize
28419 Other methods to set long formulas are offered by the environments described
28420  in 
28421 \begin_inset CommandInset ref
28422 LatexCommand ref
28423 reference "subsec:Multline-Environment"
28424
28425 \end_inset
28426
28427  and 
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "subsec:Multiline-Formula-Parts"
28431
28432 \end_inset
28433
28434 .
28435 \end_layout
28436
28437 \begin_layout Subsubsection
28438 Multiline Fractions
28439 \begin_inset CommandInset label
28440 LatexCommand label
28441 name "subsec:Multiline-Fractions"
28442
28443 \end_inset
28444
28445
28446 \begin_inset Index idx
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 Fractions ! multiline
28451 \end_layout
28452
28453 \end_inset
28454
28455
28456 \end_layout
28457
28458 \begin_layout Standard
28459 There are cases where the denominator and/or the numerator of a fraction
28460  is so long that the fraction does not fit into one line.
28461  It is then necessary to add a line break within the fraction.
28462  This can be done using the command 
28463 \series bold
28464
28465 \backslash
28466 splitfrac
28467 \series default
28468
28469 \begin_inset Index idx
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 Commands ! S ! 
28474 \backslash
28475 splitfrac
28476 \end_layout
28477
28478 \end_inset
28479
28480 .
28481  To activate it, set in the document settings under 
28482 \family sans
28483 Math
28484 \begin_inset space ~
28485 \end_inset
28486
28487 Options
28488 \family default
28489  for the package 
28490 \series bold
28491 mathtools
28492 \series default
28493
28494 \begin_inset Index idx
28495 status collapsed
28496
28497 \begin_layout Plain Layout
28498 Packages ! mathtools
28499 \end_layout
28500
28501 \end_inset
28502
28503  the option 
28504 \family sans
28505 Load
28506 \begin_inset space ~
28507 \end_inset
28508
28509 always
28510 \family default
28511 .
28512  
28513 \series bold
28514
28515 \backslash
28516 splitfrac
28517 \series default
28518  has the scheme
28519 \end_layout
28520
28521 \begin_layout Standard
28522
28523 \series bold
28524
28525 \backslash
28526 splitfrac{first line}{second line}
28527 \end_layout
28528
28529 \begin_layout Standard
28530 and is used as denominator and/or numerator:
28531 \end_layout
28532
28533 \begin_layout Standard
28534 \begin_inset Formula 
28535 \[
28536 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}
28537 \]
28538
28539 \end_inset
28540
28541 The command for the first numerator above is:
28542 \end_layout
28543
28544 \begin_layout Standard
28545
28546 \series bold
28547
28548 \backslash
28549 splitfrac{xy+xy+xy+xy+xy
28550 \begin_inset space \textvisiblespace{}
28551 \end_inset
28552
28553
28554 \backslash
28555 {+wy+wy+wy+wy
28556 \end_layout
28557
28558 \begin_layout Subsubsection
28559 Multiline Brackets
28560 \begin_inset CommandInset label
28561 LatexCommand label
28562 name "subsec:Multiline-Brackets"
28563
28564 \end_inset
28565
28566
28567 \begin_inset Index idx
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 Brackets ! for multiline expressions
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 For brackets spanning multiple lines the following problem occurs:
28581 \begin_inset Formula 
28582 \begin{eqnarray*}
28583 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28584  &  & \left.\cdots+B-D\right]
28585 \end{eqnarray*}
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 The closing bracket is smaller than the opening bracket because brackets
28594  with variable size may not span multiple lines.
28595 \end_layout
28596
28597 \begin_layout Standard
28598 To set the bracket size for the second line correctly, the first line is
28599  ended with 
28600 \series bold
28601
28602 \backslash
28603 right.
28604 \series default
28605
28606 \begin_inset Index idx
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610 Commands ! R ! 
28611 \backslash
28612 right
28613 \end_layout
28614
28615 \end_inset
28616
28617  and the second line with 
28618 \series bold
28619
28620 \backslash
28621 left.
28622 \begin_inset Foot
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626 for more about 
28627 \series bold
28628
28629 \backslash
28630 left
28631 \series default
28632  and 
28633 \series bold
28634
28635 \backslash
28636 right
28637 \series default
28638  see 
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "subsec:Automatic-Bracket-Size"
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \series default
28652
28653 \begin_inset Index idx
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657 Commands ! L ! 
28658 \backslash
28659 left
28660 \end_layout
28661
28662 \end_inset
28663
28664 .
28665  After 
28666 \series bold
28667
28668 \backslash
28669 left.
28670
28671 \series default
28672  the command 
28673 \series bold
28674
28675 \backslash
28676 vphantom
28677 \series default
28678
28679 \begin_inset space \textvisiblespace{}
28680 \end_inset
28681
28682
28683 \series bold
28684
28685 \backslash
28686 prod
28687 \series default
28688 ^
28689 \begin_inset space \textvisiblespace{}
28690 \end_inset
28691
28692
28693 \series bold
28694
28695 \backslash
28696 infty
28697 \series default
28698
28699 \begin_inset space \textvisiblespace{}
28700 \end_inset
28701
28702
28703 \series bold
28704
28705 \begin_inset Formula $\downarrow$
28706 \end_inset
28707
28708 _R=1}
28709 \series default
28710
28711 \begin_inset Index idx
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 Commands ! V ! 
28716 \backslash
28717 vphantom
28718 \end_layout
28719
28720 \end_inset
28721
28722  is inserted, because the multiplication operator with its limits is the
28723  largest symbol in the first line and this should be the size for the bracket
28724  in the second line.
28725 \end_layout
28726
28727 \begin_layout Standard
28728 The result is this:
28729 \begin_inset Formula 
28730 \begin{eqnarray*}
28731 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28732  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28733 \end{eqnarray*}
28734
28735 \end_inset
28736
28737
28738 \end_layout
28739
28740 \begin_layout Subsection
28741 Align Environments
28742 \end_layout
28743
28744 \begin_layout Standard
28745 Align environments can be used for every kind of multiline formulas.
28746  They are especially useful to set several formulas side by side.
28747 \end_layout
28748
28749 \begin_layout Standard
28750 Align environments consist of columns.
28751  The odd columns are right aligned, the even ones left aligned.
28752  Every line in an Align environment can be numbered.
28753 \end_layout
28754
28755 \begin_layout Standard
28756 Align environments are created via the menu 
28757 \family sans
28758 Insert\SpecialChar menuseparator
28759 Math
28760 \family default
28761 .
28762  With the menu 
28763 \family sans
28764 Edit\SpecialChar menuseparator
28765 Math\SpecialChar menuseparator
28766 Change Formula Type
28767 \family default
28768  already existing formulas can be converted to Align environments.
28769 \end_layout
28770
28771 \begin_layout Standard
28772 To add or delete columns, the math toolbar buttons 
28773 \begin_inset Info
28774 type  "icon"
28775 arg   "tabular-feature append-column"
28776 \end_inset
28777
28778  or 
28779 \begin_inset Info
28780 type  "icon"
28781 arg   "tabular-feature delete-column"
28782 \end_inset
28783
28784 , respectively, or the menu 
28785 \family sans
28786 Edit\SpecialChar menuseparator
28787 Rows & Columns
28788 \family default
28789  can be used.
28790 \end_layout
28791
28792 \begin_layout Subsubsection
28793 Standard align Environment
28794 \begin_inset CommandInset label
28795 LatexCommand label
28796 name "subsec:Standard-align-Environment"
28797
28798 \end_inset
28799
28800
28801 \begin_inset Index idx
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Formula ! multiline ! align environment
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Standard
28814 This Align environment is created by pressing 
28815 \begin_inset Info
28816 type  "shortcut"
28817 arg   "newline-insert newline"
28818 \end_inset
28819
28820  in a formula or by the menu 
28821 \family sans
28822 Insert\SpecialChar menuseparator
28823 Math\SpecialChar menuseparator
28824 AMS align Environment
28825 \family default
28826 .
28827 \end_layout
28828
28829 \begin_layout Standard
28830 An example for two formulas set side by side, that are created with a four
28831  column align environment:
28832 \begin_inset Formula 
28833 \begin{align*}
28834 A & =\sin(B) & C & =D\\
28835 C & \ne A & B & \ne D
28836 \end{align*}
28837
28838 \end_inset
28839
28840 As it can be seen, the formulas in this environment are placed so as if
28841  there would be a 
28842 \series bold
28843
28844 \backslash
28845 hfill
28846 \begin_inset Foot
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850 more about 
28851 \series bold
28852
28853 \backslash
28854 hfill
28855 \series default
28856  see 
28857 \begin_inset CommandInset ref
28858 LatexCommand ref
28859 reference "subsec:Variable-Space"
28860
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \series default
28870  before the first and after every even column.
28871  When the formula style 
28872 \series bold
28873 Indented
28874 \begin_inset Foot
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 formula styles see 
28879 \begin_inset CommandInset ref
28880 LatexCommand ref
28881 reference "sec:Formula-Styles"
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \end_inset
28889
28890
28891 \series default
28892  is used, the formula is set without the 
28893 \series bold
28894
28895 \backslash
28896 hfill
28897 \series default
28898  before the first column.
28899 \end_layout
28900
28901 \begin_layout Subsubsection
28902 Alignat Environment
28903 \begin_inset Index idx
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 Formula ! multiline ! alignat environment
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 The alignat environment has no predefined column separation.
28917  It can be inserted manually with the spaces that are described 
28918 \begin_inset CommandInset ref
28919 LatexCommand ref
28920 reference "subsec:Space"
28921
28922 \end_inset
28923
28924 .
28925 \end_layout
28926
28927 \begin_layout Standard
28928 The above example in the alignat environment where 1
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 cm space was inserted at the beginning of the second formula:
28933 \begin_inset Formula 
28934 \begin{alignat*}{2}
28935 A & =\sin(B) & \hspace{1cm}C & =D\\
28936 C & \ne A & B & \ne D
28937 \end{alignat*}
28938
28939 \end_inset
28940
28941 Because the column separation can be set separately for every column, this
28942  environment is especially suitable to set three and more formulas side
28943  by side.
28944 \end_layout
28945
28946 \begin_layout Subsubsection
28947 Flalign Environment
28948 \begin_inset CommandInset label
28949 LatexCommand label
28950 name "subsec:Flalign-Environment"
28951
28952 \end_inset
28953
28954
28955 \begin_inset Index idx
28956 status collapsed
28957
28958 \begin_layout Plain Layout
28959 Formula ! multiline ! flalign environment
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \end_layout
28966
28967 \begin_layout Standard
28968 In this environment the first two columns are always set as much as possible
28969  to the left and the last two ones to the right.
28970  An example:
28971 \begin_inset Formula 
28972 \begin{flalign*}
28973 A & =1 & B & =2 & C & =3\\
28974 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28975 \end{flalign*}
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 By creating a flalign environment with an odd number of columns where an
28984  empty \SpecialChar TeX
28985  brace is inserted to the last column, several formulas in a document
28986  can be set to the left, although the formula style 
28987 \series bold
28988 Centered
28989 \series default
28990  is used.
28991  As example the indented formula 
28992 \begin_inset CommandInset ref
28993 LatexCommand eqref
28994 reference "eq:VolInt"
28995
28996 \end_inset
28997
28998 :
28999 \begin_inset Formula 
29000 \begin{flalign}
29001 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29002 \end{flalign}
29003
29004 \end_inset
29005
29006 The first two columns contain the formula.
29007  To indent it as with the formula style 
29008 \series bold
29009 Indented
29010 \series default
29011 , 30
29012 \begin_inset space \thinspace{}
29013 \end_inset
29014
29015 pt space was inserted at the beginning of the first column.
29016 \end_layout
29017
29018 \begin_layout Subsection
29019 Eqnarray Environment
29020 \begin_inset CommandInset label
29021 LatexCommand label
29022 name "subsec:Eqnarray-Environment"
29023
29024 \end_inset
29025
29026
29027 \begin_inset Index idx
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 Formula ! multiline ! eqnarray environment
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 When this environment has been created, three blue boxes appear.
29041  The content of the first box is right aligned, the content of the last
29042  one left aligned.
29043  The content of the middle box appears centered and a bit smaller, because
29044  it is designed to insert there only relation characters.
29045 \begin_inset Formula 
29046 \begin{eqnarray*}
29047 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29048 AB & AB & AB\\
29049 A & = & A
29050 \end{eqnarray*}
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \begin_layout Subsection
29058 Gather Environment
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Formula ! multiline ! gather environment
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 This environment consists of only one centered column.
29073  Every line can be numbered.
29074 \begin_inset Formula 
29075 \begin{gather}
29076 A=1\\
29077 X=\textrm{-}1
29078 \end{gather}
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Subsection
29086 Multline Environment
29087 \begin_inset CommandInset label
29088 LatexCommand label
29089 name "subsec:Multline-Environment"
29090
29091 \end_inset
29092
29093
29094 \begin_inset Index idx
29095 status collapsed
29096
29097 \begin_layout Plain Layout
29098 Formula ! multiline ! multline environment
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Standard
29107 The multline environment consists, like the gather environment, of only
29108  one column.
29109  But the first line is left aligned, the last one right aligned.
29110  All other lines are centered.
29111  Therefore this environment is suitable for long formulas.
29112  As example formula 
29113 \begin_inset CommandInset ref
29114 LatexCommand eqref
29115 reference "eq:lefteqn"
29116
29117 \end_inset
29118
29119  in the multline environment:
29120 \begin_inset Formula 
29121 \begin{multline}
29122 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}\\
29123 -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}\\
29124 =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}}
29125 \end{multline}
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 In the output only the last (first) line of a multline environment appears
29134  numbered when the document numbering is right (left).
29135 \begin_inset Foot
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 numbering styles see 
29140 \begin_inset CommandInset ref
29141 LatexCommand ref
29142 reference "sec:Formula-Styles"
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \begin_layout Standard
29155 With the commands 
29156 \series bold
29157
29158 \backslash
29159 shoveright
29160 \series default
29161
29162 \begin_inset Index idx
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166 Commands ! S ! 
29167 \backslash
29168 shoveright
29169 \end_layout
29170
29171 \end_inset
29172
29173  and 
29174 \series bold
29175
29176 \backslash
29177 shoveleft
29178 \series default
29179
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Commands ! S ! 
29185 \backslash
29186 shoveleft
29187 \end_layout
29188
29189 \end_inset
29190
29191  a centered line can be right or left aligned, respectively.
29192  The commands are used as follows:
29193 \end_layout
29194
29195 \begin_layout Standard
29196
29197 \series bold
29198
29199 \backslash
29200 shoveright{line content}
29201 \series default
29202  and 
29203 \series bold
29204
29205 \backslash
29206 shoveleft{line content}
29207 \end_layout
29208
29209 \begin_layout Standard
29210 \begin_inset VSpace medskip
29211 \end_inset
29212
29213 The length 
29214 \series bold
29215
29216 \backslash
29217 multlinegap
29218 \series default
29219
29220 \begin_inset Index idx
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 Commands ! M ! 
29225 \backslash
29226 multlinegap
29227 \end_layout
29228
29229 \end_inset
29230
29231  specifies the distance of the first line from the left page margin.
29232  Predefined is the length 0
29233 \begin_inset space \thinspace{}
29234 \end_inset
29235
29236 pt.
29237 \end_layout
29238
29239 \begin_layout Standard
29240 As example the above formula where the command
29241 \end_layout
29242
29243 \begin_layout Standard
29244
29245 \series bold
29246
29247 \backslash
29248 setlength{
29249 \backslash
29250 multlinegap}{2cm}
29251 \end_layout
29252
29253 \begin_layout Standard
29254 was inserted in \SpecialChar TeX
29255  mode before:
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 setlength{
29264 \backslash
29265 multlinegap}{2cm}
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \begin_inset Formula 
29272 \begin{multline}
29273 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}\\
29274 \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}}\\
29275 =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}}
29276 \end{multline}
29277
29278 \end_inset
29279
29280
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286
29287 \backslash
29288 setlength{
29289 \backslash
29290 multlinegap}{0pt}
29291 \end_layout
29292
29293 \end_inset
29294
29295 The second line was left aligned using 
29296 \series bold
29297
29298 \backslash
29299 shoveleft
29300 \series default
29301 .
29302 \end_layout
29303
29304 \begin_layout Subsection
29305 Multiline Formula Parts
29306 \begin_inset CommandInset label
29307 LatexCommand label
29308 name "subsec:Multiline-Formula-Parts"
29309
29310 \end_inset
29311
29312
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Formula ! multiline ! formula parts
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 To display only parts of a formula with multiple lines, one of the following
29327  environments is used: 
29328 \series bold
29329 aligned
29330 \series default
29331
29332 \series bold
29333 alignedat
29334 \series default
29335
29336 \series bold
29337 gathered
29338 \series default
29339  or 
29340 \series bold
29341 split
29342 \series default
29343 .
29344  They can be inserted via the menu 
29345 \family sans
29346 Insert\SpecialChar menuseparator
29347 Math
29348 \family default
29349  or by using the commands described in this section.
29350 \end_layout
29351
29352 \begin_layout Standard
29353 The first three have the same properties as the corresponding multiline
29354  formula environments, but it is possible to set further formula parts beside
29355  them.
29356  An example:
29357 \begin_inset Formula 
29358 \[
29359 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29360 \Delta E\Delta t & \ge\frac{\hbar}{2}
29361 \end{aligned}
29362 \right\} \textrm{Uncertainty relations}
29363 \]
29364
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Standard
29371 To get this formula, a displayed formula is created where the command 
29372 \series bold
29373
29374 \backslash
29375 aligned
29376 \series default
29377
29378 \begin_inset Index idx
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382 Commands ! A ! 
29383 \backslash
29384 aligned
29385 \end_layout
29386
29387 \end_inset
29388
29389  is inserted.
29390  A purple box appears around the blue formula box where now columns and
29391  lines can be added.
29392  Outside the multiline environment other formula parts can be set, like
29393  the brace.
29394 \end_layout
29395
29396 \begin_layout Standard
29397 The aligned environment is also suitable for long formulas whose lines are
29398  horizontally aligned.
29399  Using aligned in a displayed formula has the advantage that the formula
29400  number is vertically centered behind the lines.
29401  As example formula 
29402 \begin_inset CommandInset ref
29403 LatexCommand eqref
29404 reference "eq:shortlong"
29405
29406 \end_inset
29407
29408  in the aligned environment:
29409 \begin_inset Formula 
29410 \begin{equation}
29411 \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}|}\\
29412  & -\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}|}
29413 \end{aligned}
29414 \end{equation}
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \begin_layout Standard
29422 To use the environments 
29423 \series bold
29424 alignedat
29425 \series default
29426
29427 \series bold
29428 gathered
29429 \series default
29430 , or 
29431 \series bold
29432 split
29433 \series default
29434 , the command 
29435 \series bold
29436
29437 \backslash
29438 alignedat
29439 \series default
29440 ,
29441 \begin_inset Index idx
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445 Commands ! A ! 
29446 \backslash
29447 alignedat
29448 \end_layout
29449
29450 \end_inset
29451
29452  
29453 \series bold
29454
29455 \backslash
29456 gathered
29457 \series default
29458
29459 \begin_inset Index idx
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463 Commands ! G ! 
29464 \backslash
29465 gathered
29466 \end_layout
29467
29468 \end_inset
29469
29470 , or 
29471 \series bold
29472
29473 \backslash
29474 split
29475 \series default
29476
29477 \begin_inset Index idx
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 Commands ! S ! 
29482 \backslash
29483 split
29484 \end_layout
29485
29486 \end_inset
29487
29488  are inserted, respectively.
29489  The split environment has the same properties as the aligned environment
29490  but it can only have two columns.
29491 \end_layout
29492
29493 \begin_layout Subsection
29494 Text in multiline Formulas
29495 \begin_inset CommandInset label
29496 LatexCommand label
29497 name "subsec:Text-in-multiline"
29498
29499 \end_inset
29500
29501
29502 \begin_inset Index idx
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 Text ! in formulas
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \begin_inset Index idx
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 Formula ! multiline ! text
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \end_layout
29523
29524 \begin_layout Standard
29525 In the Align environments, and the multline and gather environment, text
29526  can be inserted that will appear in a separate line and doesn't affect
29527  the column alignment.
29528  To do this, the command 
29529 \series bold
29530
29531 \backslash
29532 intertext
29533 \series default
29534
29535 \begin_inset Index idx
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539 Commands ! I ! 
29540 \backslash
29541 intertext
29542 \end_layout
29543
29544 \end_inset
29545
29546  is used in the following scheme:
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 intertext{text}
29555 \end_layout
29556
29557 \begin_layout Standard
29558 The text should not be longer than a line because it cannot be hyphenated.
29559  As \SpecialChar LyX
29560  doesn't yet support 
29561 \series bold
29562
29563 \backslash
29564 intertext
29565 \series default
29566  directly, the text is written as mathematical text.
29567  
29568 \series bold
29569
29570 \backslash
29571 intertext
29572 \series default
29573  must hereby be at the beginning of a line and appears in the output above
29574  this line.
29575  An example where the text was inserted at the beginning of the second line:
29576 \begin_inset Formula 
29577 \begin{align}
29578 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29579 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29580 \end{align}
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \series bold
29590
29591 \backslash
29592 intertext
29593 \series default
29594  always creates some vertical space between the text and the formula lines.
29595  To avoid this space, set in the document settings under 
29596 \family sans
29597 Math
29598 \begin_inset space ~
29599 \end_inset
29600
29601 Options
29602 \family default
29603  for the package 
29604 \series bold
29605 mathtools
29606 \series default
29607
29608 \begin_inset Index idx
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Packages ! mathtools
29613 \end_layout
29614
29615 \end_inset
29616
29617  the option 
29618 \family sans
29619 Load
29620 \begin_inset space ~
29621 \end_inset
29622
29623 always
29624 \family default
29625 .
29626  Then you can use the command 
29627 \series bold
29628
29629 \backslash
29630 shortintertext
29631 \series default
29632
29633 \begin_inset Index idx
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637 Commands ! S ! 
29638 \backslash
29639 shortintertext
29640 \end_layout
29641
29642 \end_inset
29643
29644  instead of 
29645 \series bold
29646
29647 \backslash
29648 intertext
29649 \series default
29650 :
29651 \end_layout
29652
29653 \begin_layout Standard
29654 \begin_inset Formula 
29655 \begin{align}
29656 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29657 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29658 \end{align}
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Section
29666 Formula Numbering
29667 \begin_inset Index idx
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Formula numbering
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset Index idx
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 Formula ! numbering|see
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687 {
29688 \end_layout
29689
29690 \end_inset
29691
29692 Formula numbering
29693 \begin_inset ERT
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697
29698 }
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Subsection
29712 General
29713 \end_layout
29714
29715 \begin_layout Standard
29716 Numbered formulas can be created with the menu 
29717 \family sans
29718 Insert\SpecialChar menuseparator
29719 Math\SpecialChar menuseparator
29720 Numbered
29721 \begin_inset space ~
29722 \end_inset
29723
29724 Formula
29725 \family default
29726  (shortcut 
29727 \family sans
29728 Ctrl+Alt
29729 \begin_inset space ~
29730 \end_inset
29731
29732 N
29733 \family default
29734 ).
29735  Existing formulas can be numbered with the menu 
29736 \family sans
29737 Edit\SpecialChar menuseparator
29738 Math\SpecialChar menuseparator
29739 Toggle
29740 \begin_inset space ~
29741 \end_inset
29742
29743 Numbering
29744 \family default
29745  (shortcut 
29746 \begin_inset Info
29747 type  "shortcut"
29748 arg   "math-number-toggle"
29749 \end_inset
29750
29751 ).
29752  The formula number is displayed in \SpecialChar LyX
29753  behind the formula as a number sign
29754  in parentheses.
29755  The number sign is replaced in the output by the formula number.
29756 \end_layout
29757
29758 \begin_layout Standard
29759 When numbering is turned on in multiline formulas, all lines will be numbered.
29760  But the numbering can be controlled with the menu 
29761 \family sans
29762 Edit\SpecialChar menuseparator
29763 Math\SpecialChar menuseparator
29764 Toggle
29765 \begin_inset space ~
29766 \end_inset
29767
29768 Numbering
29769 \begin_inset space ~
29770 \end_inset
29771
29772 of
29773 \begin_inset space ~
29774 \end_inset
29775
29776 Line
29777 \family default
29778  (shortcut 
29779 \begin_inset Info
29780 type  "shortcut"
29781 arg   "math-number-line-toggle"
29782 \end_inset
29783
29784 ) for every line.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 Except for inline formulas, all formulas can be numbered with two different
29789  styles, see 
29790 \begin_inset CommandInset ref
29791 LatexCommand ref
29792 reference "sec:Formula-Styles"
29793
29794 \end_inset
29795
29796 .
29797 \end_layout
29798
29799 \begin_layout Subsection
29800 Cross-References
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 Cross-references ! to formulas
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \end_layout
29812
29813 \begin_layout Standard
29814 All labeled formulas can be cross-referenced.
29815  A label is added by the menu 
29816 \family sans
29817 Insert\SpecialChar menuseparator
29818 Label
29819 \family default
29820  or the toolbar button 
29821 \begin_inset Info
29822 type  "icon"
29823 arg   "label-insert"
29824 \end_inset
29825
29826 .
29827  The cursor must hereby be inside a displayed formula.
29828  Alternatively you can right-click on the formula and choose 
29829 \family sans
29830 Equation Label
29831 \family default
29832 .
29833  A dialog pops up displaying the prefix 
29834 \series bold
29835 eq:
29836 \series default
29837  in a text field.
29838  The label is inserted there behind the prefix.
29839  The predefined prefix means 
29840 \begin_inset Quotes eld
29841 \end_inset
29842
29843 equation
29844 \begin_inset Quotes erd
29845 \end_inset
29846
29847  and makes it easier to find labels in large documents because it marks
29848  it as formula label to divide it from e.
29849 \begin_inset space \thinspace{}
29850 \end_inset
29851
29852 g.
29853 \begin_inset space \space{}
29854 \end_inset
29855
29856 section labels.
29857  To change a label, the menu 
29858 \family sans
29859 Insert\SpecialChar menuseparator
29860 Label
29861 \family default
29862  is used again or you right-click on a formula and then on 
29863 \family sans
29864 Equation Label
29865 \family default
29866 .
29867 \end_layout
29868
29869 \begin_layout Standard
29870 The name of the label is displayed in \SpecialChar LyX
29871  within two parentheses behind formula.
29872  A formula with a label is always numbered.
29873 \end_layout
29874
29875 \begin_layout Standard
29876 Cross-references are inserted via the menu 
29877 \family sans
29878 Insert\SpecialChar menuseparator
29879 Cross-Reference
29880 \family default
29881  or with the toolbar button 
29882 \begin_inset Info
29883 type  "icon"
29884 arg   "dialog-show-new-inset ref"
29885 \end_inset
29886
29887 .
29888  A formula cross-reference appears in the output as formula number.
29889  When in the cross-reference dialog window the format 
29890 \series bold
29891 (<reference>)
29892 \series default
29893  is chosen, the cross-reference appears in the output as formula number
29894  in parentheses.
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898 By right-clicking on a cross-reference in \SpecialChar LyX
29899 , one jumps to the formula that
29900  is referenced.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Here are as examples cross-references to formulas of the following subsections:
29905 \begin_inset Note Note
29906 status open
29907
29908 \begin_layout Plain Layout
29909 Note the different cross-reference types.
29910 \end_layout
29911
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 The equations 
29919 \begin_inset CommandInset ref
29920 LatexCommand eqref
29921 reference "eq:tag"
29922
29923 \end_inset
29924
29925  and 
29926 \begin_inset CommandInset ref
29927 LatexCommand eqref
29928 reference "eq:c"
29929
29930 \end_inset
29931
29932  are equivalent.
29933  In (
29934 \begin_inset CommandInset ref
29935 LatexCommand ref
29936 reference "eq:Lat"
29937
29938 \end_inset
29939
29940 ) big Latin letters are used for the numbering in contrary to (
29941 \begin_inset CommandInset ref
29942 LatexCommand ref
29943 reference "eq:Rom"
29944
29945 \end_inset
29946
29947 ).
29948 \end_layout
29949
29950 \begin_layout Standard
29951 \begin_inset VSpace medskip
29952 \end_inset
29953
29954 When the argument of 
29955 \series bold
29956
29957 \backslash
29958 tag
29959 \begin_inset Foot
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964 \series bold
29965
29966 \backslash
29967 tag
29968 \series default
29969  is described in 
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "subsec:User-defined-Numbering"
29973
29974 \end_inset
29975
29976 .
29977 \end_layout
29978
29979 \end_inset
29980
29981
29982 \series default
29983  contains a box like in 
29984 \begin_inset CommandInset ref
29985 LatexCommand ref
29986 reference "subsec:Paragraph-Boxes"
29987
29988 \end_inset
29989
29990 , the formula cannot be referenced.
29991 \end_layout
29992
29993 \begin_layout Subsection
29994 Subnumbering
29995 \begin_inset Index idx
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 Formula numbering ! subnumbering
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 With the help of the commands 
30009 \series bold
30010
30011 \backslash
30012 begin{subequations}
30013 \series default
30014  and 
30015 \series bold
30016
30017 \backslash
30018 end{subequations}
30019 \series default
30020  formulas can be subnumbered.
30021  Both commands are inserted in \SpecialChar TeX
30022  mode.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 An example:
30027 \begin_inset Formula 
30028 \begin{equation}
30029 A=C-B
30030 \end{equation}
30031
30032 \end_inset
30033
30034
30035 \begin_inset ERT
30036 status open
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 begin{subequations}
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset VSpace -5mm
30049 \end_inset
30050
30051
30052 \begin_inset Formula 
30053 \begin{equation}
30054 B=C-A\label{eq:b}
30055 \end{equation}
30056
30057 \end_inset
30058
30059
30060 \begin_inset Formula 
30061 \begin{equation}
30062 C=A+B\label{eq:c}
30063 \end{equation}
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 \begin_inset ERT
30072 status open
30073
30074 \begin_layout Plain Layout
30075
30076
30077 \backslash
30078 end{subequations}
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087 To create the example, the following is done:
30088 \end_layout
30089
30090 \begin_layout Enumerate
30091 first formula is inserted
30092 \end_layout
30093
30094 \begin_layout Enumerate
30095
30096 \series bold
30097
30098 \backslash
30099 begin{subequations}
30100 \begin_inset Newline newline
30101 \end_inset
30102
30103
30104 \series default
30105 is inserted after the first formula
30106 \end_layout
30107
30108 \begin_layout Enumerate
30109 second formula is inserted
30110 \end_layout
30111
30112 \begin_layout Enumerate
30113 third formula is inserted
30114 \end_layout
30115
30116 \begin_layout Enumerate
30117
30118 \series bold
30119
30120 \backslash
30121 end{subequations}
30122 \series default
30123  is inserted after the third formula
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Every formula between the commands 
30128 \series bold
30129
30130 \backslash
30131 begin
30132 \series default
30133  and 
30134 \series bold
30135
30136 \backslash
30137 end
30138 \series default
30139  will be subnumbered with a, b, c, \SpecialChar ldots
30140  in the output.
30141  For multiline formulas every line will be subnumbered.
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Referencing subequations work like for normal equations: 
30146 \begin_inset CommandInset ref
30147 LatexCommand eqref
30148 reference "eq:b"
30149
30150 \end_inset
30151
30152
30153 \begin_inset CommandInset ref
30154 LatexCommand eqref
30155 reference "eq:c"
30156
30157 \end_inset
30158
30159 .
30160  If you want to reference the subequations collectively, insert a label
30161  directly after
30162 \series bold
30163  
30164 \backslash
30165 begin{subequations}
30166 \series default
30167  and reference it.
30168  Formula 
30169 \begin_inset CommandInset ref
30170 LatexCommand eqref
30171 reference "eq:Here-is-an"
30172
30173 \end_inset
30174
30175  is an example.
30176 \end_layout
30177
30178 \begin_layout Standard
30179 By inserting commands in \SpecialChar TeX
30180  mode, a space is created between the first two
30181  formulas.
30182  To revert this -5
30183 \begin_inset space \thinspace{}
30184 \end_inset
30185
30186 mm vertical space is inserted after the command 
30187 \series bold
30188
30189 \backslash
30190 begin{subequations}
30191 \series default
30192 .
30193  When the formula style 
30194 \series bold
30195 Indented
30196 \begin_inset Foot
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 formula styles see 
30201 \begin_inset CommandInset ref
30202 LatexCommand ref
30203 reference "sec:Formula-Styles"
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \series default
30214  is used, -7
30215 \begin_inset space \thinspace{}
30216 \end_inset
30217
30218 mm space is inserted instead.
30219 \end_layout
30220
30221 \begin_layout Standard
30222 To get another subnumber instead of small Latin letters, insert this command
30223  as TeX code after 
30224 \series bold
30225
30226 \backslash
30227 begin{subequations}
30228 \series default
30229 :
30230 \end_layout
30231
30232 \begin_layout Standard
30233
30234 \series bold
30235
30236 \backslash
30237 renewcommand{
30238 \backslash
30239 theequation}{
30240 \backslash
30241 theparentequation -
30242 \backslash
30243 roman{equation}}
30244 \end_layout
30245
30246 \begin_layout Standard
30247
30248 \series bold
30249
30250 \backslash
30251 theparentequation
30252 \series default
30253  creates hereby the parent number and 
30254 \series bold
30255
30256 \backslash
30257 roman{equation}
30258 \series default
30259  adds a small Roman number as subnumber.
30260  For more information about the customization of the numbering, see 
30261 \begin_inset CommandInset ref
30262 LatexCommand ref
30263 reference "subsec:Numbering-with-Roman"
30264
30265 \end_inset
30266
30267 .
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Here is an example for a multiline formula where the numbering is customized
30272  and turned off for the second line:
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 begin{subequations}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \begin_inset CommandInset label
30287 LatexCommand label
30288 name "eq:Here-is-an"
30289
30290 \end_inset
30291
30292
30293 \begin_inset ERT
30294 status open
30295
30296 \begin_layout Plain Layout
30297
30298
30299 \backslash
30300 renewcommand{
30301 \backslash
30302 theequation}{
30303 \backslash
30304 theparentequation -
30305 \backslash
30306 roman{equation}}
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \begin_inset Formula 
30313 \begin{eqnarray}
30314 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30315  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30316  & = & B^{2}-2BZ+Z^{2}
30317 \end{eqnarray}
30318
30319 \end_inset
30320
30321
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 end{subequations}
30330 \end_layout
30331
30332 \end_inset
30333
30334
30335 \end_layout
30336
30337 \begin_layout Subsection
30338 User-defined Numbering
30339 \begin_inset CommandInset label
30340 LatexCommand label
30341 name "subsec:User-defined-Numbering"
30342
30343 \end_inset
30344
30345
30346 \begin_inset Index idx
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 Formula numbering ! user-defined
30351 \end_layout
30352
30353 \end_inset
30354
30355
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset Index idx
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363 Formula numbering ! self-defined delimiters
30364 \end_layout
30365
30366 \end_inset
30367
30368 With the standard numbering parentheses are set around the formula number.
30369  To replace the parentheses for example by vertical bars, the following
30370  line is added to the \SpecialChar LaTeX
30371 -preamble:
30372 \end_layout
30373
30374 \begin_layout Standard
30375
30376 \series bold
30377
30378 \backslash
30379 def
30380 \backslash
30381 tagform@#1{
30382 \backslash
30383 maketag@@@{|#1|}}
30384 \series default
30385
30386 \begin_inset Note Note
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 This macro is already declared in the \SpecialChar LaTeX
30391 -preamble for testing.
30392  To activate it, remove the percent sign at the beginning.
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 To use other characters, the vertical bars besides the 
30402 \series bold
30403 #1
30404 \series default
30405  are replaced by one ore more characters.
30406  To get only the formula number the vertical bars are omitted.
30407 \end_layout
30408
30409 \begin_layout Standard
30410 \begin_inset VSpace bigskip
30411 \end_inset
30412
30413 When there should be an expression of your choice instead of the consecutive
30414  formula number in parentheses behind the formula, the command 
30415 \series bold
30416
30417 \backslash
30418 tag
30419 \series default
30420
30421 \begin_inset Index idx
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425 Commands ! T ! 
30426 \backslash
30427 tag
30428 \end_layout
30429
30430 \end_inset
30431
30432  is used:
30433 \begin_inset Formula 
30434 \begin{equation}
30435 A+B=C\tag{something}\label{eq:tag}
30436 \end{equation}
30437
30438 \end_inset
30439
30440 In this example the command 
30441 \series bold
30442
30443 \backslash
30444 tag
30445 \begin_inset space \textvisiblespace{}
30446 \end_inset
30447
30448 something
30449 \series default
30450  was inserted in the formula.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 When the command 
30455 \series bold
30456
30457 \backslash
30458 tag*
30459 \begin_inset space \textvisiblespace{}
30460 \end_inset
30461
30462 something
30463 \series default
30464  is inserted instead, the star prevents the parentheses around the expression:
30465 \begin_inset Formula 
30466 \[
30467 A+B=C\tag*{something}
30468 \]
30469
30470 \end_inset
30471
30472
30473 \end_layout
30474
30475 \begin_layout Standard
30476 \begin_inset VSpace bigskip
30477 \end_inset
30478
30479 To restart the formula numbering with new document parts or sections, the
30480  following command is used:
30481 \end_layout
30482
30483 \begin_layout Standard
30484
30485 \series bold
30486
30487 \backslash
30488 @addtoreset{equation}{part}
30489 \series default
30490
30491 \begin_inset Index idx
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495 Commands ! 
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501 "
30502 \end_layout
30503
30504 \end_inset
30505
30506 @
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512 "
30513 \end_layout
30514
30515 \end_inset
30516
30517  ! 
30518 \backslash
30519
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 "
30526 \end_layout
30527
30528 \end_inset
30529
30530 @
30531 \begin_inset ERT
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 "
30537 \end_layout
30538
30539 \end_inset
30540
30541 addtoreset
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \begin_inset Newline newline
30548 \end_inset
30549
30550 resp.
30551 \begin_inset Newline newline
30552 \end_inset
30553
30554
30555 \series bold
30556
30557 \backslash
30558 @addtoreset{equation}{section}
30559 \end_layout
30560
30561 \begin_layout Standard
30562 To be able to use these commands in \SpecialChar TeX
30563  mode, the 
30564 \begin_inset Quotes eld
30565 \end_inset
30566
30567 @
30568 \begin_inset Quotes erd
30569 \end_inset
30570
30571  character has to be made 
30572 \begin_inset Quotes eld
30573 \end_inset
30574
30575 active
30576 \begin_inset Quotes erd
30577 \end_inset
30578
30579  for \SpecialChar LaTeX
30580  using the command 
30581 \series bold
30582
30583 \backslash
30584 makeatletter.
30585
30586 \series default
30587  The command 
30588 \series bold
30589
30590 \backslash
30591 makeatother
30592 \series default
30593  reverts this.
30594  So the command sequence in \SpecialChar TeX
30595  mode is:
30596 \end_layout
30597
30598 \begin_layout Standard
30599
30600 \series bold
30601
30602 \backslash
30603 makeatletter
30604 \begin_inset Newline newline
30605 \end_inset
30606
30607
30608 \backslash
30609 @addtoreset{equation}{section}
30610 \begin_inset Newline newline
30611 \end_inset
30612
30613
30614 \backslash
30615 makeatother
30616 \end_layout
30617
30618 \begin_layout Standard
30619 In the \SpecialChar LaTeX
30620 -preamble 
30621 \series bold
30622
30623 \backslash
30624 makeatletter
30625 \series default
30626  and 
30627 \series bold
30628
30629 \backslash
30630 makeatother
30631 \series default
30632  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30633 .
30634 \end_layout
30635
30636 \begin_layout Standard
30637 To revert 
30638 \series bold
30639
30640 \backslash
30641 @addtoreset
30642 \series default
30643 , the file 
30644 \series bold
30645 remreset.sty
30646 \series default
30647
30648 \begin_inset Foot
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652
30653 \series bold
30654 remreset
30655 \series default
30656  is part of the \SpecialChar LaTeX
30657 -package 
30658 \series bold
30659 carlisle
30660 \series default
30661
30662 \begin_inset Index idx
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 Packages ! carlisle
30667 \end_layout
30668
30669 \end_inset
30670
30671  that is part of every \SpecialChar LaTeX
30672  standard installation.
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \begin_inset Index idx
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682 Packages ! remreset
30683 \end_layout
30684
30685 \end_inset
30686
30687  has to be loaded in the \SpecialChar LaTeX
30688 -preamble with the line
30689 \end_layout
30690
30691 \begin_layout Standard
30692
30693 \series bold
30694
30695 \backslash
30696 usepackage{remreset}
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Then the command 
30701 \series bold
30702
30703 \backslash
30704 @removefromreset
30705 \series default
30706
30707 \begin_inset Index idx
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711 Commands ! 
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 "
30718 \end_layout
30719
30720 \end_inset
30721
30722 @
30723 \begin_inset ERT
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727
30728 "
30729 \end_layout
30730
30731 \end_inset
30732
30733  ! 
30734 \backslash
30735
30736 \begin_inset ERT
30737 status collapsed
30738
30739 \begin_layout Plain Layout
30740
30741 "
30742 \end_layout
30743
30744 \end_inset
30745
30746 @
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 "
30753 \end_layout
30754
30755 \end_inset
30756
30757 removefromreset
30758 \end_layout
30759
30760 \end_inset
30761
30762  can be used with the same scheme as 
30763 \series bold
30764
30765 \backslash
30766 @addtoreset
30767 \series default
30768 .
30769 \end_layout
30770
30771 \begin_layout Standard
30772 \begin_inset VSpace bigskip
30773 \end_inset
30774
30775 Sometimes formulas should be numbered in the following form:
30776 \end_layout
30777
30778 \begin_layout Standard
30779
30780 \family typewriter
30781 (section number.formula number)
30782 \end_layout
30783
30784 \begin_layout Standard
30785 The formula number should start with every section with 
30786 \begin_inset Quotes eld
30787 \end_inset
30788
30789 1
30790 \begin_inset Quotes erd
30791 \end_inset
30792
30793 .
30794 \end_layout
30795
30796 \begin_layout Standard
30797 For this case there is the command 
30798 \series bold
30799
30800 \backslash
30801 numberwithin
30802 \series default
30803
30804 \begin_inset Index idx
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808 Commands ! N ! 
30809 \backslash
30810 numberwithin
30811 \end_layout
30812
30813 \end_inset
30814
30815 , which is used with the following scheme:
30816 \end_layout
30817
30818 \begin_layout Standard
30819
30820 \series bold
30821
30822 \backslash
30823 numberwithin{counter}{sectioning}
30824 \end_layout
30825
30826 \begin_layout Standard
30827 Counter denotes what kind of numbering is affected, sectioning denotes what
30828  number is before the dot.
30829 \end_layout
30830
30831 \begin_layout Standard
30832 Thus in our case the following \SpecialChar LaTeX
30833  preamble or \SpecialChar TeX
30834  code line is used:
30835 \end_layout
30836
30837 \begin_layout Standard
30838
30839 \series bold
30840
30841 \backslash
30842 numberwithin{equation}{section}
30843 \end_layout
30844
30845 \begin_layout Standard
30846 This is the result:
30847 \begin_inset ERT
30848 status collapsed
30849
30850 \begin_layout Plain Layout
30851
30852
30853 \backslash
30854 numberwithin{equation}{section}
30855 \end_layout
30856
30857 \end_inset
30858
30859
30860 \begin_inset Formula 
30861 \begin{equation}
30862 A+B=C
30863 \end{equation}
30864
30865 \end_inset
30866
30867
30868 \end_layout
30869
30870 \begin_layout Standard
30871 To number e.
30872 \begin_inset space \thinspace{}
30873 \end_inset
30874
30875 g.
30876 \begin_inset space \space{}
30877 \end_inset
30878
30879 tables so that the number of the part is the sectioning,
30880 \begin_inset Newline newline
30881 \end_inset
30882
30883
30884 \series bold
30885
30886 \backslash
30887 numberwithin{table}{part}
30888 \series default
30889  is used.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 To go back to the standard numbering or to prevent this kind of numbering
30894  when it is defined by the document class, the following command is inserted
30895  as \SpecialChar TeX
30896  code or to the \SpecialChar LaTeX
30897  preamble:
30898 \end_layout
30899
30900 \begin_layout Standard
30901
30902 \series bold
30903
30904 \backslash
30905 renewcommand{
30906 \backslash
30907 theequation}{
30908 \backslash
30909 arabic{equation}}
30910 \begin_inset Index idx
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914 Commands ! A ! 
30915 \backslash
30916 arabic
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \series default
30923
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929
30930 \backslash
30931 renewcommand{
30932 \backslash
30933 theequation}{
30934 \backslash
30935 arabic{equation}}
30936 \end_layout
30937
30938 \end_inset
30939
30940
30941 \series bold
30942
30943 \begin_inset Newline newline
30944 \end_inset
30945
30946
30947 \series default
30948 or
30949 \series bold
30950
30951 \begin_inset Newline newline
30952 \end_inset
30953
30954
30955 \backslash
30956 renewcommand{
30957 \backslash
30958 thetable}{
30959 \backslash
30960 arabic{table}}
30961 \end_layout
30962
30963 \begin_layout Standard
30964
30965 \series bold
30966
30967 \backslash
30968 numberwithin
30969 \series default
30970  uses internally the command 
30971 \series bold
30972
30973 \backslash
30974 @addtoreset
30975 \series default
30976 , described above, that also needs to be reverted.
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982
30983 \backslash
30984 makeatletter
30985 \end_layout
30986
30987 \begin_layout Plain Layout
30988
30989
30990 \backslash
30991 @removefromreset{equation}{section}
30992 \end_layout
30993
30994 \begin_layout Plain Layout
30995
30996
30997 \backslash
30998 makeatother
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset Newpage newpage
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Subsection
31014 Numbering with Roman Numbers and Letters
31015 \begin_inset CommandInset label
31016 LatexCommand label
31017 name "subsec:Numbering-with-Roman"
31018
31019 \end_inset
31020
31021
31022 \begin_inset Index idx
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026 Formula numbering ! with letters
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \begin_inset Index idx
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036 Formula numbering ! with Roman numbers
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Standard
31045 Formulas can also be numbered with Roman numbers and Latin letters.
31046  To number for example with small Roman numbers, the command
31047 \end_layout
31048
31049 \begin_layout Standard
31050
31051 \series bold
31052
31053 \backslash
31054 renewcommand{
31055 \backslash
31056 theequation}{
31057 \backslash
31058 roman{equation}}
31059 \end_layout
31060
31061 \begin_layout Standard
31062 is inserted before the formula in \SpecialChar TeX
31063  mode.
31064  
31065 \series bold
31066
31067 \backslash
31068 renewcommand
31069 \series default
31070
31071 \begin_inset Index idx
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075 Commands ! R ! 
31076 \backslash
31077 renewcommand
31078 \end_layout
31079
31080 \end_inset
31081
31082  redefines the predefined command 
31083 \series bold
31084
31085 \backslash
31086 theequation
31087 \series default
31088  to the command 
31089 \series bold
31090
31091 \backslash
31092 roman{equation}
31093 \series default
31094 .
31095 \begin_inset Foot
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 The command 
31100 \series bold
31101
31102 \backslash
31103 renewcommand
31104 \series default
31105  has the same scheme like the command 
31106 \series bold
31107
31108 \backslash
31109 newcommand
31110 \series default
31111  that is described in 
31112 \begin_inset CommandInset ref
31113 LatexCommand ref
31114 reference "subsec:The-Command-newcommand"
31115
31116 \end_inset
31117
31118 .
31119 \end_layout
31120
31121 \end_inset
31122
31123  
31124 \series bold
31125 equation
31126 \series default
31127  is the formula counter.
31128  When the command 
31129 \series bold
31130
31131 \backslash
31132 the
31133 \series default
31134  is used as prefix for a counter, the value of the counter is output as
31135  Arabic number.
31136  When a formula is numbered, \SpecialChar LaTeX
31137  sets internally the command 
31138 \series bold
31139
31140 \backslash
31141 theequation
31142 \series default
31143  behind the formula.
31144  
31145 \series bold
31146
31147 \backslash
31148 roman{equation}
31149 \begin_inset Index idx
31150 status collapsed
31151
31152 \begin_layout Plain Layout
31153 Commands ! R ! 
31154 \backslash
31155 roman
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \series default
31162  outputs the counter as small Roman number.
31163 \end_layout
31164
31165 \begin_layout Standard
31166 All formulas behind the command 
31167 \series bold
31168
31169 \backslash
31170 renew
31171 \series default
31172 c
31173 \series bold
31174 ommand
31175 \series default
31176  are now numbered Roman.
31177  To switch to numbering with big Roman numbers, the command is inserted
31178  again, but 
31179 \series bold
31180
31181 \backslash
31182 roman
31183 \series default
31184  is replaced by 
31185 \series bold
31186
31187 \backslash
31188 Roman
31189 \series default
31190
31191 \begin_inset Index idx
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195 Commands ! R ! 
31196 \backslash
31197 roman@
31198 \backslash
31199 Roman
31200 \end_layout
31201
31202 \end_inset
31203
31204 .
31205  To 
31206 \begin_inset Quotes eld
31207 \end_inset
31208
31209 number
31210 \begin_inset Quotes erd
31211 \end_inset
31212
31213  with small Latin letters there is the command 
31214 \series bold
31215
31216 \backslash
31217 alph
31218 \series default
31219
31220 \begin_inset Index idx
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 Commands ! A ! 
31225 \backslash
31226 alph
31227 \end_layout
31228
31229 \end_inset
31230
31231 , for big ones there is the command 
31232 \series bold
31233
31234 \backslash
31235 Alph
31236 \series default
31237
31238 \begin_inset Index idx
31239 status collapsed
31240
31241 \begin_layout Plain Layout
31242 Commands ! A ! 
31243 \backslash
31244 alph@
31245 \backslash
31246 Alph
31247 \end_layout
31248
31249 \end_inset
31250
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \begin_inset Note Greyedout
31256 status open
31257
31258 \begin_layout Plain Layout
31259
31260 \series bold
31261 \color none
31262 Note:
31263 \series default
31264  Only maximal 26
31265 \begin_inset space ~
31266 \end_inset
31267
31268 formulas can be numbered with Latin letters in one document.
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 renewcommand{
31285 \backslash
31286 theequation}{
31287 \backslash
31288 roman{equation}}
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Standard
31297 \begin_inset Formula 
31298 \begin{equation}
31299 A=\textrm{small roman}
31300 \end{equation}
31301
31302 \end_inset
31303
31304
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310
31311 \backslash
31312 renewcommand{
31313 \backslash
31314 theequation}{
31315 \backslash
31316 Roman{equation}}
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \begin_inset Formula 
31323 \begin{equation}
31324 B=\textrm{big Roman}\label{eq:Rom}
31325 \end{equation}
31326
31327 \end_inset
31328
31329
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 renewcommand{
31338 \backslash
31339 theequation}{
31340 \backslash
31341 alph{equation}}
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset Formula 
31348 \begin{equation}
31349 C=\textrm{small Latin}
31350 \end{equation}
31351
31352 \end_inset
31353
31354
31355 \begin_inset ERT
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359
31360
31361 \backslash
31362 renewcommand{
31363 \backslash
31364 theequation}{
31365 \backslash
31366 Alph{equation}}
31367 \end_layout
31368
31369 \end_inset
31370
31371
31372 \begin_inset Formula 
31373 \begin{equation}
31374 D=\textrm{big Latin}\label{eq:Lat}
31375 \end{equation}
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Standard
31383 To switch back to the default numbering, insert the command:
31384 \end_layout
31385
31386 \begin_layout Standard
31387
31388 \series bold
31389
31390 \backslash
31391 renewcommand{
31392 \backslash
31393 theequation}{
31394 \backslash
31395 arabic{equation}}
31396 \begin_inset Index idx
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400 Commands ! A ! 
31401 \backslash
31402 arabic
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 \begin_inset ERT
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415
31416
31417 \backslash
31418 renewcommand{
31419 \backslash
31420 theequation}{
31421 \backslash
31422 arabic{equation}}
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \begin_inset Formula 
31429 \begin{equation}
31430 E=\textrm{Arabic}
31431 \end{equation}
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Standard
31439 \begin_inset VSpace medskip
31440 \end_inset
31441
31442 As you see, formulas are numbered serially independent from the numbering
31443  style.
31444  When then numbering should start with 
31445 \begin_inset Quotes eld
31446 \end_inset
31447
31448 1
31449 \begin_inset Quotes erd
31450 \end_inset
31451
31452  when the style is changed, new equation counters have to be defined.
31453  A description about this can be found in the file 
31454 \begin_inset CommandInset href
31455 LatexCommand href
31456 name "Formula-numbering.lyx"
31457 target "run:Formula-numbering.lyx"
31458
31459 \end_inset
31460
31461 .
31462 \end_layout
31463
31464 \begin_layout Section
31465 Chemical Symbols and Equations
31466 \begin_inset CommandInset label
31467 LatexCommand label
31468 name "subsec:Chemical-Symbols-and"
31469
31470 \end_inset
31471
31472
31473 \begin_inset Index idx
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477 Chemical characters ! Symbols
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \begin_inset Index idx
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487 Chemical equations
31488 \end_layout
31489
31490 \end_inset
31491
31492
31493 \begin_inset Index idx
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497 Symbols ! chemical
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 An example text from chemistry:
31507 \end_layout
31508
31509 \begin_layout Quote
31510 The 
31511 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31512 \end_inset
31513
31514 -ion reacts with two 
31515 \begin_inset Formula $\mathrm{Na^{+}}$
31516 \end_inset
31517
31518 -ions to sodium sulfate 
31519 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31520 \end_inset
31521
31522 .
31523  The chemical equation for this is:
31524 \begin_inset Formula 
31525 \begin{equation}
31526 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31527 \end{equation}
31528
31529 \end_inset
31530
31531
31532 \end_layout
31533
31534 \begin_layout Standard
31535 This chemical equation can directly be created as formula.
31536  To avoid that the symbols appear italic, everything is highlighted and
31537  changed by the shortcut 
31538 \begin_inset Info
31539 type  "shortcut"
31540 arg   "font-roman"
31541 \end_inset
31542
31543  to the upright font style.
31544 \begin_inset Foot
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 font styles
31549 \series bold
31550  
31551 \series default
31552 see 
31553 \begin_inset CommandInset ref
31554 LatexCommand ref
31555 reference "subsec:Font-Styles"
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568 A more convenient way to typeset chemical formulas is to use the command
31569  
31570 \series bold
31571
31572 \backslash
31573 ce
31574 \series default
31575
31576 \begin_inset Index idx
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 Commands ! C ! 
31581 \backslash
31582 ce
31583 \end_layout
31584
31585 \end_inset
31586
31587  that is available when the \SpecialChar LaTeX
31588 -package 
31589 \series bold
31590 mhchem
31591 \series default
31592
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Packages ! mhchem
31598 \end_layout
31599
31600 \end_inset
31601
31602  is installed.
31603  After inserting 
31604 \series bold
31605
31606 \backslash
31607 ce
31608 \series default
31609  to a formula a new blue box appears where chemical formulas can be inserted
31610  in an intuitive way.
31611 \end_layout
31612
31613 \begin_layout Standard
31614 \align center
31615 \begin_inset Tabular
31616 <lyxtabular version="3" rows="10" columns="2">
31617 <features booktabs="true" tabularvalignment="middle">
31618 <column alignment="center" valignment="top" width="0pt">
31619 <column alignment="center" valignment="top">
31620 <row>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 Command
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31631 \begin_inset Text
31632
31633 \begin_layout Plain Layout
31634 Result
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645
31646 \backslash
31647 ce
31648 \begin_inset space \textvisiblespace{}
31649 \end_inset
31650
31651 H2CO3
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31657 \begin_inset Text
31658
31659 \begin_layout Plain Layout
31660 \begin_inset Formula $\ce{H2CO3}$
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 </row>
31669 <row topspace="1.5mm">
31670 <cell alignment="center" valignment="top" usebox="none">
31671 \begin_inset Text
31672
31673 \begin_layout Plain Layout
31674
31675 \backslash
31676 ce
31677 \begin_inset space \textvisiblespace{}
31678 \end_inset
31679
31680 SO4^2-
31681 \end_layout
31682
31683 \end_inset
31684 </cell>
31685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31686 \begin_inset Text
31687
31688 \begin_layout Plain Layout
31689 \begin_inset Formula $\ce{SO4^{2-}}$
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 </row>
31698 <row topspace="1.5mm">
31699 <cell alignment="center" valignment="top" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703
31704 \backslash
31705 ce
31706 \begin_inset space \textvisiblespace{}
31707 \end_inset
31708
31709 (NH4)2S
31710 \end_layout
31711
31712 \end_inset
31713 </cell>
31714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 \begin_inset Formula $\ce{(NH4)2S}$
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 </row>
31727 <row topspace="1.5mm">
31728 <cell alignment="center" valignment="top" usebox="none">
31729 \begin_inset Text
31730
31731 \begin_layout Plain Layout
31732
31733 \backslash
31734 ce
31735 \begin_inset space \textvisiblespace{}
31736 \end_inset
31737
31738 KCr(SO4)2.12H2O
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 </row>
31756 <row topspace="1.5mm">
31757 <cell alignment="center" valignment="top" usebox="none">
31758 \begin_inset Text
31759
31760 \begin_layout Plain Layout
31761
31762 \backslash
31763 ce
31764 \begin_inset space \textvisiblespace{}
31765 \end_inset
31766
31767 A-B
31768 \backslash
31769 dbond
31770 \begin_inset space \textvisiblespace{}
31771 \end_inset
31772
31773 C
31774 \backslash
31775 tbond
31776 \begin_inset space \textvisiblespace{}
31777 \end_inset
31778
31779 D
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row topspace="1.5mm">
31798 <cell alignment="center" valignment="top" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802
31803 \backslash
31804 ce
31805 \begin_inset space \textvisiblespace{}
31806 \end_inset
31807
31808 ^227
31809 \begin_inset Formula $\downarrow$
31810 \end_inset
31811
31812 _90
31813 \begin_inset Formula $\to$
31814 \end_inset
31815
31816 Th+
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31822 \begin_inset Text
31823
31824 \begin_layout Plain Layout
31825 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \end_inset
31832 </cell>
31833 </row>
31834 <row>
31835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839
31840 \backslash
31841 ce
31842 \begin_inset space \textvisiblespace{}
31843 \end_inset
31844
31845
31846 \backslash
31847 mu
31848 \begin_inset space \textvisiblespace{}
31849 \end_inset
31850
31851
31852 \backslash
31853 hyphen
31854 \begin_inset space \textvisiblespace{}
31855 \end_inset
31856
31857 Cl
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31867 \end_inset
31868
31869
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 </row>
31875 <row>
31876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880
31881 \backslash
31882 ce
31883 \begin_inset space \textvisiblespace{}
31884 \end_inset
31885
31886 CO2
31887 \begin_inset space \textvisiblespace{}
31888 \end_inset
31889
31890 +
31891 \begin_inset space \textvisiblespace{}
31892 \end_inset
31893
31894 C
31895 \begin_inset space \textvisiblespace{}
31896 \end_inset
31897
31898 <=>
31899 \begin_inset space \textvisiblespace{}
31900 \end_inset
31901
31902 2CO
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \end_inset
31918 </cell>
31919 </row>
31920 <row topspace="1.5mm">
31921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925
31926 \backslash
31927 ce
31928 \begin_inset space \textvisiblespace{}
31929 \end_inset
31930
31931 CO2
31932 \begin_inset space \textvisiblespace{}
31933 \end_inset
31934
31935 +
31936 \begin_inset space \textvisiblespace{}
31937 \end_inset
31938
31939 C
31940 \begin_inset space \textvisiblespace{}
31941 \end_inset
31942
31943 ->[
31944 \backslash
31945 alpha][
31946 \backslash
31947 beta]
31948 \begin_inset space \textvisiblespace{}
31949 \end_inset
31950
31951 2CO}
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 </row>
31969 </lyxtabular>
31970
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \begin_layout Standard
31977 \begin_inset Note Greyedout
31978 status open
31979
31980 \begin_layout Plain Layout
31981
31982 \series bold
31983 \color none
31984 Note:
31985 \series default
31986  It is not possible in \SpecialChar LyX
31987  to use the character ^ to get an up-arrow as described
31988  in the 
31989 \series bold
31990 mhchem
31991 \series default
31992  manual.
31993  One instead uses a negative thin space followed by the command 
31994 \series bold
31995
31996 \backslash
31997 uparrow
31998 \series default
31999
32000 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32001 \end_inset
32002
32003
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \end_layout
32010
32011 \begin_layout Standard
32012 Using 
32013 \series bold
32014
32015 \backslash
32016 ce
32017 \series default
32018  the command for equation
32019 \begin_inset space ~
32020 \end_inset
32021
32022
32023 \begin_inset CommandInset ref
32024 LatexCommand eqref
32025 reference "eq:chem-reaction"
32026
32027 \end_inset
32028
32029  is:
32030 \begin_inset Newline newline
32031 \end_inset
32032
32033
32034 \series bold
32035  
32036 \backslash
32037 ce
32038 \begin_inset space \textvisiblespace{}
32039 \end_inset
32040
32041 2Na+
32042 \begin_inset space \textvisiblespace{}
32043 \end_inset
32044
32045 +
32046 \begin_inset space \textvisiblespace{}
32047 \end_inset
32048
32049 SO4^2-
32050 \begin_inset space \textvisiblespace{}
32051 \end_inset
32052
32053
32054 \begin_inset space \textvisiblespace{}
32055 \end_inset
32056
32057 ->
32058 \begin_inset space \textvisiblespace{}
32059 \end_inset
32060
32061 Na2SO4
32062 \end_layout
32063
32064 \begin_layout Standard
32065 To create multiline chemical equations first a multiline formula is created
32066  as described in 
32067 \begin_inset CommandInset ref
32068 LatexCommand ref
32069 reference "sec:Multiline-Formulas"
32070
32071 \end_inset
32072
32073 .
32074  Afterwards the command 
32075 \series bold
32076
32077 \backslash
32078 ce
32079 \series default
32080  is used in every small blue box of the formula.
32081  
32082 \begin_inset CommandInset ref
32083 LatexCommand eqref
32084 reference "eq:TEOS-reaction-1"
32085
32086 \end_inset
32087
32088  and 
32089 \begin_inset CommandInset ref
32090 LatexCommand eqref
32091 reference "eq:TEOS-reaction-2"
32092
32093 \end_inset
32094
32095  are an example of a multi-stage chemical reaction where every equation
32096  has its own number.
32097 \begin_inset Formula 
32098 \begin{eqnarray}
32099 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32100 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32101 \end{eqnarray}
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 Besides 
32110 \series bold
32111
32112 \backslash
32113 ce
32114 \series default
32115  the 
32116 \series bold
32117 mhchem
32118 \series default
32119  package provides the command 
32120 \series bold
32121
32122 \backslash
32123 cf
32124 \series default
32125
32126 \begin_inset Index idx
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130 Commands ! C ! 
32131 \backslash
32132 cf
32133 \end_layout
32134
32135 \end_inset
32136
32137  that has to be used for special cases.
32138  For more information about 
32139 \series bold
32140
32141 \backslash
32142 cf
32143 \series default
32144  and more examples have a look at the documentation of 
32145 \series bold
32146 mhchem
32147 \series default
32148
32149 \begin_inset CommandInset citation
32150 LatexCommand cite
32151 key "mhchem"
32152
32153 \end_inset
32154
32155 .
32156 \end_layout
32157
32158 \begin_layout Section
32159 Diagrams
32160 \end_layout
32161
32162 \begin_layout Standard
32163 \SpecialChar LyX
32164  supports two types of commutative diagrams: 
32165 \series bold
32166 amscd
32167 \series default
32168  and 
32169 \series bold
32170 xymatrix
32171 \series default
32172  that are explained in the following.
32173 \end_layout
32174
32175 \begin_layout Subsection
32176 Amscd Diagrams
32177 \begin_inset Index idx
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 Diagrams ! amscd
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \end_layout
32188
32189 \begin_layout Standard
32190 Diagrams of this type visualize relations by vertical and horizontal lines
32191  or arrows:
32192 \begin_inset Formula 
32193 \[
32194 \begin{CD}A@>>>B@>>>C\\
32195 @AAA@.@VVV\\
32196 F@<<<E@<<<D
32197 \end{CD}
32198 \]
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 To get them, the command 
32207 \series bold
32208
32209 \backslash
32210 CD
32211 \begin_inset Index idx
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 Commands ! C ! 
32216 \backslash
32217 CD
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \series default
32224  is inserted to a formula.
32225  A blue box appears with two dashed lines where further commands can be
32226  inserted.
32227  With 
32228 \begin_inset Info
32229 type  "shortcut"
32230 arg   "newline-insert newline"
32231 \end_inset
32232
32233  a new line is created.
32234  Horizontal relations are inserted in odd, vertical in even formula lines.
32235 \end_layout
32236
32237 \begin_layout Standard
32238 To create the relations there are the following commands:
32239 \end_layout
32240
32241 \begin_layout Itemize
32242
32243 \series bold
32244 @<<<
32245 \series default
32246  creates a left arrow, 
32247 \series bold
32248 @>>>
32249 \series default
32250  a right arrow and 
32251 \series bold
32252 @=
32253 \series default
32254  a long equal sign
32255 \end_layout
32256
32257 \begin_layout Itemize
32258
32259 \series bold
32260 @AAA
32261 \series default
32262  creates an up arrow, 
32263 \series bold
32264 @VVV
32265 \series default
32266  a down arrow and 
32267 \series bold
32268 @|
32269 \series default
32270  a vertical equal sign
32271 \end_layout
32272
32273 \begin_layout Itemize
32274
32275 \series bold
32276 @.
32277
32278 \series default
32279  is a placeholder for non-existent relations
32280 \end_layout
32281
32282 \begin_layout Standard
32283 All arrows can be labeled as follows:
32284 \end_layout
32285
32286 \begin_layout Itemize
32287 If text inserted between the first and second < or >, resp., it is placed
32288  above the arrow.
32289  When it is inserted between the second and third one, it appears under
32290  the arrow.
32291 \end_layout
32292
32293 \begin_layout Itemize
32294 When text for vertical arrows is inserted between the first and second A
32295  or V, resp., it is placed left beside the arrow.
32296  When it is inserted between the second and third one, it appears right
32297  beside the arrow.
32298  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32299  brace.
32300 \end_layout
32301
32302 \begin_layout Standard
32303 As example a diagram with all possible relations:
32304 \end_layout
32305
32306 \begin_layout Standard
32307 \begin_inset Formula 
32308 \[
32309 \begin{CD}A@>j>>B@>>k>C@=F\\
32310 @AmAA@.@VV{V}V@|\\
32311 D@<<j<E@>k>>F@=C
32312 \end{CD}
32313 \]
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 The command for this is:
32322 \begin_inset Newline newline
32323 \end_inset
32324
32325
32326 \series bold
32327
32328 \backslash
32329 CD
32330 \begin_inset space \textvisiblespace{}
32331 \end_inset
32332
32333 A@>j>>B@>>k>C@=F Ctrl+Return
32334 \begin_inset Newline newline
32335 \end_inset
32336
32337
32338 \begin_inset Phantom HPhantom
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 \series bold
32344
32345 \backslash
32346 CD
32347 \begin_inset space \textvisiblespace{}
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \end_inset
32354
32355 @AmAA@.@VV
32356 \backslash
32357 {V
32358 \series default
32359
32360 \begin_inset Formula $\to$
32361 \end_inset
32362
32363
32364 \series bold
32365 V@| Ctrl+Return
32366 \begin_inset Newline newline
32367 \end_inset
32368
32369
32370 \begin_inset Phantom HPhantom
32371 status open
32372
32373 \begin_layout Plain Layout
32374
32375 \series bold
32376
32377 \backslash
32378 CD
32379 \begin_inset space \textvisiblespace{}
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \end_inset
32386
32387 D@<<j<E@>k>>F@=C
32388 \end_layout
32389
32390 \begin_layout Subsection
32391 Xymatrix Diagrams
32392 \begin_inset Index idx
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 Diagrams ! xymatrix
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 To be able to use xymatrices, the \SpecialChar LaTeX
32406 -package 
32407 \series bold
32408 xypic
32409 \series default
32410  must be installed.
32411  A xymatrix is created by inserting the command 
32412 \series bold
32413
32414 \backslash
32415 xymatrix
32416 \series default
32417  in a formula.
32418  Then you are able to add new matrix columns and rows like for normal matrices,
32419  see 
32420 \begin_inset CommandInset ref
32421 LatexCommand ref
32422 reference "sec:Matrices"
32423
32424 \end_inset
32425
32426 .
32427 \end_layout
32428
32429 \begin_layout Standard
32430 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32431  and much more.
32432  All possibilities to create commutative diagrams and decorations are explained
32433  in detail in the 
32434 \emph on
32435 XY-pic manual
32436 \emph default
32437  that you find in the menu 
32438 \family sans
32439 Help\SpecialChar menuseparator
32440 Specific
32441 \begin_inset space ~
32442 \end_inset
32443
32444 Manuals
32445 \family default
32446 .
32447 \end_layout
32448
32449 \begin_layout Subsection
32450
32451 \noun on
32452 Feynman
32453 \noun default
32454  Diagrams
32455 \begin_inset Index idx
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Diagrams ! Feynman
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 To be able to use 
32469 \noun on
32470 Feynman
32471 \noun default
32472 -diagrams, the \SpecialChar LaTeX
32473 -package 
32474 \series bold
32475 feyn
32476 \series default
32477  must be installed.
32478  A 
32479 \noun on
32480 Feynman
32481 \noun default
32482 -diagram is created by inserting the command 
32483 \series bold
32484
32485 \backslash
32486 Diagram
32487 \series default
32488  in a formula.
32489  Then you are able to add new matrix columns and rows like for normal matrices,
32490  see 
32491 \begin_inset CommandInset ref
32492 LatexCommand ref
32493 reference "sec:Matrices"
32494
32495 \end_inset
32496
32497 .
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Examples how to create 
32502 \noun on
32503 Feynman-
32504 \noun default
32505 diagrams in \SpecialChar LyX
32506  is given in the 
32507 \emph on
32508 Feynman-diagram manual
32509 \emph default
32510  that you find in the menu 
32511 \family sans
32512 Help\SpecialChar menuseparator
32513 Specific
32514 \begin_inset space ~
32515 \end_inset
32516
32517 Manuals
32518 \family default
32519 .
32520 \end_layout
32521
32522 \begin_layout Standard
32523 \begin_inset Newpage newpage
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Section
32530 User-defined Commands
32531 \begin_inset Index idx
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535 User-defined commands
32536 \end_layout
32537
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Standard
32544 \begin_inset Note Greyedout
32545 status open
32546
32547 \begin_layout Plain Layout
32548
32549 \series bold
32550 Note:
32551 \series default
32552  The names of user-defined commands and macros may only consist of Latin
32553  letters.
32554 \end_layout
32555
32556 \end_inset
32557
32558
32559 \end_layout
32560
32561 \begin_layout Subsection
32562 The Command 
32563 \backslash
32564 newcommand
32565 \begin_inset CommandInset label
32566 LatexCommand label
32567 name "subsec:The-Command-newcommand"
32568
32569 \end_inset
32570
32571
32572 \begin_inset Index idx
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 User-defined commands ! 
32577 \backslash
32578 newcommand
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \begin_inset Index idx
32585 status collapsed
32586
32587 \begin_layout Plain Layout
32588 Commands ! N ! 
32589 \backslash
32590 newcommand
32591 \end_layout
32592
32593 \end_inset
32594
32595
32596 \end_layout
32597
32598 \begin_layout Standard
32599 Many \SpecialChar LaTeX
32600 -commands are too long to be used frequently.
32601  But it is possible to define with the command 
32602 \series bold
32603
32604 \backslash
32605 newcommand
32606 \series default
32607  new shorter commands.
32608 \end_layout
32609
32610 \begin_layout Standard
32611 The command scheme of 
32612 \series bold
32613
32614 \backslash
32615 newcommand
32616 \series default
32617  is:
32618 \end_layout
32619
32620 \begin_layout Standard
32621
32622 \series bold
32623
32624 \backslash
32625 newcommand{new command name}[number of arguments][optional
32626 \series default
32627  
32628 \series bold
32629 value]
32630 \begin_inset Newline newline
32631 \end_inset
32632
32633
32634 \begin_inset Phantom HPhantom
32635 status open
32636
32637 \begin_layout Plain Layout
32638
32639 \series bold
32640
32641 \backslash
32642 newcommand
32643 \end_layout
32644
32645 \end_inset
32646
32647 {command definition}
32648 \end_layout
32649
32650 \begin_layout Standard
32651 \begin_inset Note Greyedout
32652 status open
32653
32654 \begin_layout Plain Layout
32655
32656 \series bold
32657 Note:
32658 \series default
32659  Assure that the name of the new command is not already used in your document
32660  or by \SpecialChar LaTeX
32661 -packages that you use.
32662  When you for example define the command 
32663 \series bold
32664
32665 \backslash
32666 le
32667 \series default
32668  for 
32669 \series bold
32670
32671 \backslash
32672 Leftarrow
32673 \series default
32674 , you get an error message because 
32675 \series bold
32676
32677 \backslash
32678 le
32679 \series default
32680  is already defined as command for 
32681 \begin_inset Quotes eld
32682 \end_inset
32683
32684
32685 \begin_inset Formula $\le$
32686 \end_inset
32687
32688
32689 \begin_inset Quotes erd
32690 \end_inset
32691
32692 .
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Standard
32701 The number of arguments is an integer in the range 0
32702 \begin_inset space \thinspace{}
32703 \end_inset
32704
32705 -
32706 \begin_inset space \thinspace{}
32707 \end_inset
32708
32709 9 and specifies how many arguments the new command should have.
32710  With the optional value a value for an optional argument can be predefined.
32711  When this is done, the 
32712 \emph on
32713 first
32714 \emph default
32715  
32716 \emph on
32717 a
32718 \emph default
32719 rgument of the new command is automatically an optional one.
32720 \end_layout
32721
32722 \begin_layout Standard
32723 Here are some examples:
32724 \end_layout
32725
32726 \begin_layout Itemize
32727 To define the command 
32728 \series bold
32729
32730 \backslash
32731 gr
32732 \series default
32733  for 
32734 \series bold
32735
32736 \backslash
32737 Longrightarrow
32738 \series default
32739 , the \SpecialChar LaTeX
32740 -preamble line is:
32741 \begin_inset VSpace medskip
32742 \end_inset
32743
32744
32745 \begin_inset Newline newline
32746 \end_inset
32747
32748
32749 \series bold
32750
32751 \backslash
32752 newcommand{
32753 \backslash
32754 gr}{
32755 \backslash
32756 Longrightarrow}
32757 \end_layout
32758
32759 \begin_layout Itemize
32760 To define the command 
32761 \series bold
32762
32763 \backslash
32764 us
32765 \series default
32766  for 
32767 \series bold
32768
32769 \backslash
32770 underline
32771 \series default
32772 , the argument (that should be underlined) must be taken into account.
32773  For this the preamble line is:
32774 \begin_inset VSpace medskip
32775 \end_inset
32776
32777
32778 \begin_inset Newline newline
32779 \end_inset
32780
32781
32782 \series bold
32783
32784 \backslash
32785 newcommand{
32786 \backslash
32787 us}[1]{
32788 \backslash
32789 underline{#1}}
32790 \series default
32791
32792 \begin_inset VSpace medskip
32793 \end_inset
32794
32795
32796 \begin_inset Newline newline
32797 \end_inset
32798
32799 The character 
32800 \series bold
32801 #
32802 \series default
32803  acts as argument placeholder, the 
32804 \series bold
32805 1
32806 \series default
32807  behind it denotes that it is the placeholder for the first argument.
32808 \end_layout
32809
32810 \begin_layout Itemize
32811 For 
32812 \series bold
32813
32814 \backslash
32815 framebox
32816 \series default
32817  one can e.
32818 \begin_inset space \thinspace{}
32819 \end_inset
32820
32821 g.
32822 \begin_inset space \space{}
32823 \end_inset
32824
32825 define the command 
32826 \series bold
32827
32828 \backslash
32829 fb
32830 \series default
32831 :
32832 \begin_inset VSpace medskip
32833 \end_inset
32834
32835
32836 \begin_inset Newline newline
32837 \end_inset
32838
32839
32840 \series bold
32841
32842 \backslash
32843 newcommand{
32844 \backslash
32845 fb}[3]{
32846 \backslash
32847 framebox#1#2{$#3$}}
32848 \series default
32849
32850 \begin_inset VSpace medskip
32851 \end_inset
32852
32853
32854 \begin_inset Newline newline
32855 \end_inset
32856
32857 The two Dollar signs creates the extra formula needed for 
32858 \series bold
32859
32860 \backslash
32861 framebox
32862 \series default
32863 , see 
32864 \begin_inset CommandInset ref
32865 LatexCommand ref
32866 reference "subsec:Boxes-with-Frame"
32867
32868 \end_inset
32869
32870 .
32871 \end_layout
32872
32873 \begin_layout Itemize
32874 To create a new command for 
32875 \series bold
32876
32877 \backslash
32878 fcolorbox
32879 \series default
32880  where the color for the box need not be specified, the argument for the
32881  color is defined optional:
32882 \begin_inset VSpace medskip
32883 \end_inset
32884
32885
32886 \begin_inset Newline newline
32887 \end_inset
32888
32889
32890 \series bold
32891
32892 \backslash
32893 newcommand{
32894 \backslash
32895 cb}[3][white]{
32896 \backslash
32897 fcolorbox{#2}{#1}{$#3$}}
32898 \series default
32899
32900 \begin_inset VSpace medskip
32901 \end_inset
32902
32903
32904 \begin_inset Newline newline
32905 \end_inset
32906
32907 When the color is not specified when using 
32908 \series bold
32909
32910 \backslash
32911 cb
32912 \series default
32913 , the predefined color 
32914 \series bold
32915 white
32916 \series default
32917  will be used.
32918 \end_layout
32919
32920 \begin_layout Standard
32921 A test of the new defined commands:
32922 \end_layout
32923
32924 \begin_layout Standard
32925 \align center
32926 \begin_inset Tabular
32927 <lyxtabular version="3" rows="6" columns="2">
32928 <features booktabs="true" tabularvalignment="middle">
32929 <column alignment="center" valignment="top" width="0pt">
32930 <column alignment="center" valignment="top">
32931 <row>
32932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 Command
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945 Result
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 </row>
32951 <row>
32952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 A
32957 \backslash
32958 gr
32959 \begin_inset space \textvisiblespace{}
32960 \end_inset
32961
32962 B
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971 \begin_inset Formula $A\gr B$
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 </row>
32980 <row>
32981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32982 \begin_inset Text
32983
32984 \begin_layout Plain Layout
32985
32986 \backslash
32987 us{ABcd
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 \begin_inset Formula $\us{ABcd}$
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \end_inset
33003 </cell>
33004 </row>
33005 <row topspace="1mm">
33006 <cell alignment="center" valignment="top" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010
33011 \backslash
33012 fb{[2cm]
33013 \begin_inset Formula $\to$
33014 \end_inset
33015
33016
33017 \backslash
33018 {
33019 \begin_inset Formula $\to$
33020 \end_inset
33021
33022
33023 \backslash
33024 {
33025 \backslash
33026 int
33027 \begin_inset space \textvisiblespace{}
33028 \end_inset
33029
33030 A=B
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 </row>
33048 <row topspace="1.5mm">
33049 <cell alignment="center" valignment="top" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053
33054 \backslash
33055 cb{red
33056 \begin_inset Formula $\to$
33057 \end_inset
33058
33059
33060 \backslash
33061 {
33062 \backslash
33063 int
33064 \begin_inset space \textvisiblespace{}
33065 \end_inset
33066
33067 A=B
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 \begin_inset Formula $\cb{red}{\int A=B}$
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row topspace="1.5mm" bottomspace="1mm">
33086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090
33091 \backslash
33092 cb[green]
33093 \backslash
33094 {red
33095 \begin_inset Formula $\to$
33096 \end_inset
33097
33098
33099 \backslash
33100 {
33101 \backslash
33102 int
33103 \begin_inset space \textvisiblespace{}
33104 \end_inset
33105
33106 A=B
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 </lyxtabular>
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Subsection
33132 Math Macros
33133 \begin_inset Index idx
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137 User-defined commands! Math macros
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \begin_inset Index idx
33144 status collapsed
33145
33146 \begin_layout Plain Layout
33147 Macros
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 User-defined commands are especially convenient for complex expressions.
33157  When you are for example dealing with a document that has quadratic equations,
33158  the same solution type occurs several times.
33159  The general form of a quadratic equation is
33160 \begin_inset Formula 
33161 \[
33162 0=\lambda^{2}+p\lambda+q
33163 \]
33164
33165 \end_inset
33166
33167 The general form of the solution is
33168 \begin_inset Formula 
33169 \[
33170 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33171 \]
33172
33173 \end_inset
33174
33175
33176 \end_layout
33177
33178 \begin_layout Standard
33179 To define a command for the solution formula where only the three parameters
33180  
33181 \begin_inset Formula $\lambda$
33182 \end_inset
33183
33184
33185 \begin_inset Formula $p$
33186 \end_inset
33187
33188  and 
33189 \begin_inset Formula $q$
33190 \end_inset
33191
33192  need to be specified and the index of 
33193 \begin_inset Formula $\lambda$
33194 \end_inset
33195
33196  can be given optionally, the \SpecialChar LaTeX
33197 -preamble line is
33198 \begin_inset Newline newline
33199 \end_inset
33200
33201
33202 \series bold
33203
33204 \backslash
33205 newcommand{
33206 \backslash
33207 qG}[4][1,
33208 \backslash
33209 ,2]{#2_{#1}=-
33210 \backslash
33211 frac{#3}{2}
33212 \backslash
33213 pm
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \begin_inset Phantom HPhantom
33219 status open
33220
33221 \begin_layout Plain Layout
33222
33223 \series bold
33224
33225 \backslash
33226 newcommand
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \backslash
33233 sqrt{
33234 \backslash
33235 frac{#3^{2}}{4}-#4}}
33236 \end_layout
33237
33238 \begin_layout Standard
33239 To create with this the solution formula, the command
33240 \begin_inset Newline newline
33241 \end_inset
33242
33243
33244 \series bold
33245
33246 \backslash
33247 qG{
33248 \backslash
33249 lambda
33250 \begin_inset Formula $\to$
33251 \end_inset
33252
33253
33254 \backslash
33255 {p
33256 \begin_inset Formula $\to$
33257 \end_inset
33258
33259
33260 \backslash
33261 {q
33262 \series default
33263  is inserted to a formula
33264 \series bold
33265 .
33266 \end_layout
33267
33268 \begin_layout Standard
33269 The definition of the new command is unintuitive because one has to know
33270  the schemes of all used \SpecialChar LaTeX
33271  commands, e.
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 g.
33276 \begin_inset space \space{}
33277 \end_inset
33278
33279 that a fraction is inserted in \SpecialChar LaTeX
33280  as 
33281 \series bold
33282
33283 \backslash
33284 frac{numerator}{denominator}
33285 \series default
33286 .
33287  Furthermore one can easily forget a brace in the definition and cannot
33288  see in \SpecialChar LyX
33289  what the new command is doing.
33290  To avoid these problems \SpecialChar LyX
33291  offers the possibility to use math macros instead
33292  of the command 
33293 \series bold
33294
33295 \backslash
33296 newcommand
33297 \series default
33298 .
33299 \end_layout
33300
33301 \begin_layout Standard
33302 A math macro is created by using the menu 
33303 \family sans
33304 Insert\SpecialChar menuseparator
33305 Math\SpecialChar menuseparator
33306 Macro
33307 \family default
33308  or the toolbar button 
33309 \begin_inset Info
33310 type  "icon"
33311 arg   "math-macro newmacroname_newcommand"
33312 \end_inset
33313
33314 .
33315  The math macro toolbar appears together with the following box where the
33316  macro is defined:
33317 \begin_inset Newline newline
33318 \end_inset
33319
33320
33321 \begin_inset space \hspace*{\fill}
33322 \end_inset
33323
33324
33325 \begin_inset Graphics
33326         filename clipart/macrobox.png
33327         scale 75
33328
33329 \end_inset
33330
33331
33332 \begin_inset space \hspace*{\fill}
33333 \end_inset
33334
33335
33336 \begin_inset Newline newline
33337 \end_inset
33338
33339
33340 \begin_inset FormulaMacro
33341 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33342 \end_inset
33343
33344
33345 \backslash
33346 newmacroname is the default name of the macro that should be changed to
33347  something sensible.
33348  The wanted formula is inserted in the first blue box.
33349  An argument placeholder is inserted with the command 
33350 \series bold
33351
33352 \backslash
33353 #argumentnumber
33354 \series default
33355 , e.
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 g
33360 \begin_inset space \space{}
33361 \end_inset
33362
33363
33364 \series bold
33365
33366 \backslash
33367 #1
33368 \series default
33369  or by using the macro toolbar button 
33370 \begin_inset Info
33371 type  "icon"
33372 arg   "math-macro-add-param"
33373 \end_inset
33374
33375 .
33376  Argument placeholders are displayed red.
33377  A maximum of 9
33378 \begin_inset space ~
33379 \end_inset
33380
33381 arguments are possible.
33382  Optional arguments are created with the toolbar button 
33383 \begin_inset Info
33384 type  "icon"
33385 arg   "math-macro-add-optional-param"
33386 \end_inset
33387
33388 .
33389  The first non-optional argument can be transformed to an optional one with
33390  the toolbar button 
33391 \begin_inset Info
33392 type  "icon"
33393 arg   "math-macro-make-optional"
33394 \end_inset
33395
33396 .
33397  In the second blue box the appearance of the macro in \SpecialChar LyX
33398  can be defined.
33399  Normally you want to see it as it is defined, so the box is kept empty.
33400  But when you have created a macro that needs lot of space on the screen,
33401  you can insert in the box for example
33402 \begin_inset Newline newline
33403 \end_inset
33404
33405
33406 \series bold
33407 qG: 
33408 \backslash
33409 #1
33410 \series default
33411  
33412 \series bold
33413 ,
33414 \series default
33415  
33416 \series bold
33417
33418 \backslash
33419 #2
33420 \series default
33421  
33422 \series bold
33423 ,
33424 \series default
33425  
33426 \series bold
33427
33428 \backslash
33429 #3, 
33430 \backslash
33431 #4
33432 \begin_inset Newline newline
33433 \end_inset
33434
33435
33436 \series default
33437 For the macro only the arguments with the macro name in front of them will
33438  then be displayed in \SpecialChar LyX
33439 , leading to a better overview.
33440  The formula appears in the output as defined in the first box.
33441 \begin_inset Newline newline
33442 \end_inset
33443
33444 The appearance of macros in formulas can furthermore be changed for single
33445  macros by setting the cursor in the macro and using the menu 
33446 \family sans
33447 View\SpecialChar menuseparator
33448 (Un)fold
33449 \begin_inset space ~
33450 \end_inset
33451
33452 Math
33453 \begin_inset space ~
33454 \end_inset
33455
33456 Macro
33457 \family default
33458 .
33459 \end_layout
33460
33461 \begin_layout Standard
33462 To use a macro, the macro name is inserted as command to a formula, in our
33463  case 
33464 \series bold
33465
33466 \backslash
33467 qG
33468 \series default
33469 .
33470  Our macro looks in \SpecialChar LyX
33471  like this:
33472 \begin_inset Newline newline
33473 \end_inset
33474
33475
33476 \begin_inset space \hspace*{\fill}
33477 \end_inset
33478
33479
33480 \begin_inset Graphics
33481         filename clipart/macrouse.png
33482         scale 75
33483
33484 \end_inset
33485
33486
33487 \begin_inset space \hspace*{\fill}
33488 \end_inset
33489
33490
33491 \begin_inset Newline newline
33492 \end_inset
33493
33494 Here is our macro example with the arguments 
33495 \begin_inset Formula $x$
33496 \end_inset
33497
33498
33499 \begin_inset Formula $\ln(x)$
33500 \end_inset
33501
33502  and 
33503 \begin_inset Formula $B$
33504 \end_inset
33505
33506 :
33507 \end_layout
33508
33509 \begin_layout Standard
33510 \begin_inset Formula 
33511 \[
33512 \qG x{\ln(x)}B
33513 \]
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Standard
33521 \SpecialChar LyX
33522  offers in the menu 
33523 \family sans
33524 Tools\SpecialChar menuseparator
33525 Preferences\SpecialChar menuseparator
33526 Editing\SpecialChar menuseparator
33527 Control
33528 \family default
33529  different styles to edit macros.
33530  To find the style that suits you the most, choose a style and set the cursor
33531  in a macro formula to see the difference.
33532 \end_layout
33533
33534 \begin_layout Standard
33535 A math macro is transformed internally to a 
33536 \series bold
33537
33538 \backslash
33539 newcommand
33540 \series default
33541  command when exporting the document.
33542  The created 
33543 \series bold
33544
33545 \backslash
33546 newcommand
33547 \series default
33548  command is not placed in the \SpecialChar LaTeX
33549 -preamble, therefore macros can only be used
33550  in formulas that are in the document below the macro definition box.
33551 \end_layout
33552
33553 \begin_layout Standard
33554 Math macros can also be directly created from a 
33555 \series bold
33556
33557 \backslash
33558 newcommand
33559 \series default
33560  command.
33561  When writing for example the command
33562 \series bold
33563
33564 \begin_inset Newline newline
33565 \end_inset
33566
33567
33568 \backslash
33569 newcommand{
33570 \backslash
33571 larrow}[2]{
33572 \backslash
33573 xleftarrow[#2]{#1}}
33574 \begin_inset Newline newline
33575 \end_inset
33576
33577
33578 \series default
33579 in \SpecialChar LyX
33580  as normal text, highlighting it completely and using then the shortcut
33581  
33582 \family sans
33583 Ctrl+M
33584 \family default
33585 , the command will be transformed to a math macro.
33586  Using this method you need to be careful that the 
33587 \series bold
33588
33589 \backslash
33590 newcommand
33591 \series default
33592  command is typed correctly, otherwise you get a faulty macro leading to
33593  \SpecialChar LaTeX
33594  errors.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 Math macros currently have the problem that further formulas in macro definition
33599 s are handled wrongly.
33600  Therefore the example 
33601 \series bold
33602
33603 \backslash
33604 fb
33605 \series default
33606  from 
33607 \begin_inset CommandInset ref
33608 LatexCommand ref
33609 reference "subsec:The-Command-newcommand"
33610
33611 \end_inset
33612
33613  cannot be created as macro.
33614 \end_layout
33615
33616 \begin_layout Standard
33617 When the cursor is in a macro definition box, you will see the macro toolbar
33618  in \SpecialChar LyX
33619 :
33620 \end_layout
33621
33622 \begin_layout Standard
33623 \begin_inset VSpace defskip
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Standard
33630 \begin_inset Graphics
33631         filename clipart/MacroToolbar.png
33632
33633 \end_inset
33634
33635
33636 \begin_inset Index idx
33637 status collapsed
33638
33639 \begin_layout Plain Layout
33640 Macros ! Toolbar
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Standard
33649 \begin_inset VSpace defskip
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Standard
33656 The macro toolbar contains from left to right the following buttons:
33657 \end_layout
33658
33659 \begin_layout Standard
33660 \begin_inset VSpace defskip
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 \begin_inset Tabular
33668 <lyxtabular version="3" rows="9" columns="2">
33669 <features islongtable="true" longtabularalignment="center">
33670 <column alignment="left" valignment="top">
33671 <column alignment="left" valignment="top" width="85col%">
33672 <row interlinespace="2.5mm">
33673 <cell alignment="center" valignment="top" usebox="none">
33674 \begin_inset Text
33675
33676 \begin_layout Plain Layout
33677 \begin_inset Info
33678 type  "icon"
33679 arg   "math-macro-remove-param"
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691
33692 \family sans
33693 Edit\SpecialChar menuseparator
33694 Math\SpecialChar menuseparator
33695 Macro
33696 \begin_inset space ~
33697 \end_inset
33698
33699 Definition\SpecialChar menuseparator
33700 Remove Last Argument
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 </row>
33706 <row interlinespace="2.5mm">
33707 <cell alignment="center" valignment="top" usebox="none">
33708 \begin_inset Text
33709
33710 \begin_layout Plain Layout
33711 \begin_inset Info
33712 type  "icon"
33713 arg   "math-macro-add-param"
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \end_inset
33720 </cell>
33721 <cell alignment="center" valignment="top" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725
33726 \family sans
33727 Edit\SpecialChar menuseparator
33728 Math\SpecialChar menuseparator
33729 Macro
33730 \begin_inset space ~
33731 \end_inset
33732
33733 Definition\SpecialChar menuseparator
33734 Append Argument
33735 \end_layout
33736
33737 \end_inset
33738 </cell>
33739 </row>
33740 <row interlinespace="2.5mm">
33741 <cell alignment="center" valignment="top" usebox="none">
33742 \begin_inset Text
33743
33744 \begin_layout Plain Layout
33745 \begin_inset Info
33746 type  "icon"
33747 arg   "math-macro-make-optional"
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759
33760 \family sans
33761 Edit\SpecialChar menuseparator
33762 Math\SpecialChar menuseparator
33763 Macro
33764 \begin_inset space ~
33765 \end_inset
33766
33767 Definition\SpecialChar menuseparator
33768 Transform First Non-Optional to
33769 \begin_inset Newline newline
33770 \end_inset
33771
33772
33773 \begin_inset Phantom HPhantom
33774 status open
33775
33776 \begin_layout Plain Layout
33777
33778 \family sans
33779 Edit\SpecialChar menuseparator
33780 Math\SpecialChar menuseparator
33781 Macro
33782 \begin_inset space ~
33783 \end_inset
33784
33785 Definition\SpecialChar menuseparator
33786
33787 \end_layout
33788
33789 \end_inset
33790
33791 Optional Argument
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 </row>
33797 <row interlinespace="2.5mm">
33798 <cell alignment="center" valignment="top" usebox="none">
33799 \begin_inset Text
33800
33801 \begin_layout Plain Layout
33802 \begin_inset Info
33803 type  "icon"
33804 arg   "math-macro-make-nonoptional"
33805 \end_inset
33806
33807
33808 \end_layout
33809
33810 \end_inset
33811 </cell>
33812 <cell alignment="center" valignment="top" usebox="none">
33813 \begin_inset Text
33814
33815 \begin_layout Plain Layout
33816
33817 \family sans
33818 Edit\SpecialChar menuseparator
33819 Math\SpecialChar menuseparator
33820 Macro
33821 \begin_inset space ~
33822 \end_inset
33823
33824 Definition\SpecialChar menuseparator
33825 Transform Last Optional to
33826 \begin_inset Newline newline
33827 \end_inset
33828
33829
33830 \begin_inset Phantom HPhantom
33831 status open
33832
33833 \begin_layout Plain Layout
33834
33835 \family sans
33836 Edit\SpecialChar menuseparator
33837 Math\SpecialChar menuseparator
33838 Macro
33839 \begin_inset space ~
33840 \end_inset
33841
33842 Definition\SpecialChar menuseparator
33843
33844 \end_layout
33845
33846 \end_inset
33847
33848 Non-Optional Argument
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 </row>
33854 <row interlinespace="2.5mm">
33855 <cell alignment="center" valignment="top" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 \begin_inset Info
33860 type  "icon"
33861 arg   "math-macro-remove-optional-param"
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \end_inset
33868 </cell>
33869 <cell alignment="center" valignment="top" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873
33874 \family sans
33875 Edit\SpecialChar menuseparator
33876 Math\SpecialChar menuseparator
33877 Macro
33878 \begin_inset space ~
33879 \end_inset
33880
33881 Definition\SpecialChar menuseparator
33882 Remove Optional Argument
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 </row>
33888 <row interlinespace="2.5mm">
33889 <cell alignment="center" valignment="top" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893 \begin_inset Info
33894 type  "icon"
33895 arg   "math-macro-add-optional-param"
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 <cell alignment="center" valignment="top" usebox="none">
33904 \begin_inset Text
33905
33906 \begin_layout Plain Layout
33907
33908 \family sans
33909 Edit\SpecialChar menuseparator
33910 Math\SpecialChar menuseparator
33911 Macro
33912 \begin_inset space ~
33913 \end_inset
33914
33915 Definition\SpecialChar menuseparator
33916 Insert Optional Argument
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 </row>
33922 <row interlinespace="2.5mm">
33923 <cell alignment="center" valignment="top" usebox="none">
33924 \begin_inset Text
33925
33926 \begin_layout Plain Layout
33927 \begin_inset Info
33928 type  "icon"
33929 arg   "math-macro-remove-greedy-param"
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 <cell alignment="center" valignment="top" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941
33942 \family sans
33943 Edit\SpecialChar menuseparator
33944 Math\SpecialChar menuseparator
33945 Macro
33946 \begin_inset space ~
33947 \end_inset
33948
33949 Definition\SpecialChar menuseparator
33950 Remove Last Argument
33951 \begin_inset Newline newline
33952 \end_inset
33953
33954
33955 \begin_inset Phantom HPhantom
33956 status open
33957
33958 \begin_layout Plain Layout
33959
33960 \family sans
33961 Edit\SpecialChar menuseparator
33962 Math\SpecialChar menuseparator
33963 Macro
33964 \begin_inset space ~
33965 \end_inset
33966
33967 Definition\SpecialChar menuseparator
33968
33969 \end_layout
33970
33971 \end_inset
33972
33973 Spitting Out To The Right
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row interlinespace="2.5mm">
33980 <cell alignment="center" valignment="top" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 \begin_inset Info
33985 type  "icon"
33986 arg   "math-macro-append-greedy-param"
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 <cell alignment="center" valignment="top" usebox="none">
33995 \begin_inset Text
33996
33997 \begin_layout Plain Layout
33998
33999 \family sans
34000 Edit\SpecialChar menuseparator
34001 Math\SpecialChar menuseparator
34002 Macro
34003 \begin_inset space ~
34004 \end_inset
34005
34006 Definition\SpecialChar menuseparator
34007 Append Argument
34008 \begin_inset Newline newline
34009 \end_inset
34010
34011
34012 \begin_inset Phantom HPhantom
34013 status open
34014
34015 \begin_layout Plain Layout
34016
34017 \family sans
34018 Edit\SpecialChar menuseparator
34019 Math\SpecialChar menuseparator
34020 Macro
34021 \begin_inset space ~
34022 \end_inset
34023
34024 Definition\SpecialChar menuseparator
34025
34026 \end_layout
34027
34028 \end_inset
34029
34030 Eating From The Right
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 </row>
34036 <row interlinespace="2.5mm">
34037 <cell alignment="center" valignment="top" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 \begin_inset Info
34042 type  "icon"
34043 arg   "math-macro-add-greedy-optional-param"
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \end_inset
34050 </cell>
34051 <cell alignment="center" valignment="top" usebox="none">
34052 \begin_inset Text
34053
34054 \begin_layout Plain Layout
34055
34056 \family sans
34057 Edit\SpecialChar menuseparator
34058 Math\SpecialChar menuseparator
34059 Macro
34060 \begin_inset space ~
34061 \end_inset
34062
34063 Definition\SpecialChar menuseparator
34064 Append Optional Argument
34065 \begin_inset Newline newline
34066 \end_inset
34067
34068
34069 \begin_inset Phantom HPhantom
34070 status open
34071
34072 \begin_layout Plain Layout
34073
34074 \family sans
34075 Edit\SpecialChar menuseparator
34076 Math\SpecialChar menuseparator
34077 Macro
34078 \begin_inset space ~
34079 \end_inset
34080
34081 Definition\SpecialChar menuseparator
34082
34083 \end_layout
34084
34085 \end_inset
34086
34087 Eating From The Right
34088 \end_layout
34089
34090 \end_inset
34091 </cell>
34092 </row>
34093 </lyxtabular>
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Section
34101 Computer Algebra Systems
34102 \end_layout
34103
34104 \begin_layout Standard
34105 \SpecialChar LyX
34106  offers the exchange between mathematical expressions written in \SpecialChar LyX
34107 's math
34108  editor and external applications or user defined scripts.
34109  Currently supported applications are 
34110 \family sans
34111 Maple
34112 \family default
34113
34114 \family sans
34115 Mathematica
34116 \family default
34117
34118 \family sans
34119 Maxima
34120 \family default
34121  and 
34122 \family sans
34123 Octave
34124 \family default
34125 .
34126  Note that the set of supported mathematical constructs is limited only
34127  to very simple cases.
34128 \end_layout
34129
34130 \begin_layout Subsection
34131 Usage
34132 \end_layout
34133
34134 \begin_layout Standard
34135 Write some expression in a formula, go to the 
34136 \family sans
34137 Edit\SpecialChar menuseparator
34138 Math\SpecialChar menuseparator
34139 Use Computer Algebra System
34140 \family default
34141  menu and choose the application you have installed on the computer.
34142  After that the result of computation should show on the right side of the
34143  expression together with the 
34144 \begin_inset Quotes eld
34145 \end_inset
34146
34147 =
34148 \begin_inset Quotes erd
34149 \end_inset
34150
34151  operator.
34152 \end_layout
34153
34154 \begin_layout Standard
34155 Here are few simple examples (with results from 
34156 \family typewriter
34157 Maxima
34158 \family default
34159 ) to show what kind of computations can be performed:
34160 \end_layout
34161
34162 \begin_layout Itemize
34163 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Itemize
34170 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Itemize
34177 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Itemize
34184 \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}$
34185 \end_inset
34186
34187
34188 \begin_inset Newline newline
34189 \end_inset
34190
34191
34192 \begin_inset Note Greyedout
34193 status open
34194
34195 \begin_layout Plain Layout
34196
34197 \series bold
34198 Note:
34199 \series default
34200  One needs to use proper delimiter insets 
34201 \begin_inset Formula $\left(\right)$
34202 \end_inset
34203
34204  instead of simple '(' ')' characters.
34205 \end_layout
34206
34207 \end_inset
34208
34209  
34210 \end_layout
34211
34212 \begin_layout Itemize
34213 \begin_inset Formula $\det\left[\begin{array}{ccc}
34214 1 & 6 & 7\\
34215 2 & 5 & 8\\
34216 3 & 4 & 17
34217 \end{array}\right]=-56$
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Itemize
34224 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Itemize
34231 \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$
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Itemize
34238 \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]$
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Subsection
34245 Keyboard shortcut
34246 \end_layout
34247
34248 \begin_layout Standard
34249 Currently there is no keyboard shortcut for calling the algebra applications.
34250  One can easily bind a shortcut to the 
34251 \family sans
34252 math-extern
34253 \family default
34254  \SpecialChar LyX
34255  function (see the 
34256 \family sans
34257 \emph on
34258 \SpecialChar LyX
34259  Functions
34260 \family default
34261 \emph default
34262  manual).
34263  One could e.
34264 \begin_inset space \thinspace{}
34265 \end_inset
34266
34267 g.
34268 \begin_inset space \space{}
34269 \end_inset
34270
34271 bind the 
34272 \family sans
34273 Return
34274 \family default
34275  key inside the math editor.
34276  To bind it to 
34277 \family typewriter
34278 Maxima
34279 \family default
34280  one would use this shortcut definition command:
34281 \end_layout
34282
34283 \begin_layout Standard
34284
34285 \series bold
34286 command-alternatives paragraph-break;math-extern maxima
34287 \end_layout
34288
34289 \begin_layout Section
34290 Miscellaneous
34291 \begin_inset Index idx
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 Miscellaneous
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Subsection
34304 Negative Numbers
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Numbers ! negative
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Standard
34318 Negative numbers often look ugly in formulas because the minus sign before
34319  the number is set with the same length as the minus operator sign.
34320  When writing the negative number in normal text, the minus sign appears
34321  correctly.
34322 \end_layout
34323
34324 \begin_layout Standard
34325 Thus, the problem disappears when converting the minus sign to mathematical
34326  text.
34327 \end_layout
34328
34329 \begin_layout Standard
34330 An example to visualize the problem:
34331 \end_layout
34332
34333 \begin_layout Standard
34334 \align center
34335 \begin_inset Tabular
34336 <lyxtabular version="3" rows="3" columns="2">
34337 <features booktabs="true" tabularvalignment="middle">
34338 <column alignment="right" valignment="top" width="0pt">
34339 <column alignment="left" valignment="top">
34340 <row>
34341 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34342 \begin_inset Text
34343
34344 \begin_layout Plain Layout
34345 normal text:
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 x = -2
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 </row>
34360 <row>
34361 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34362 \begin_inset Text
34363
34364 \begin_layout Plain Layout
34365 formula:
34366 \end_layout
34367
34368 \end_inset
34369 </cell>
34370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374 \begin_inset Formula $x=-2$
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 </row>
34383 <row>
34384 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388 solution:
34389 \end_layout
34390
34391 \end_inset
34392 </cell>
34393 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397 \begin_inset Formula $x=\textrm{-}2$
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \end_inset
34404 </cell>
34405 </row>
34406 </lyxtabular>
34407
34408 \end_inset
34409
34410
34411 \end_layout
34412
34413 \begin_layout Subsection
34414 Comma as decimal Separator
34415 \begin_inset Index idx
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419 Comma
34420 \end_layout
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Standard
34428 In \SpecialChar LaTeX
34429  a comma inside a formula is used, according to the English convention,
34430  as number group separator.
34431  So there will be space added behind all commas in formulas.
34432 \end_layout
34433
34434 \begin_layout Standard
34435 To avoid this, the comma is highlighted and changed to mathematical text
34436  (shortcut 
34437 \begin_inset Info
34438 type  "shortcut"
34439 arg   "math-mode"
34440 \end_inset
34441
34442 ).
34443 \end_layout
34444
34445 \begin_layout Standard
34446 To use all formula commas in the document as decimal separator, the file
34447  
34448 \series bold
34449 icomma.sty
34450 \series default
34451
34452 \begin_inset Foot
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456
34457 \series bold
34458 icomma
34459 \series default
34460  is part of the \SpecialChar LaTeX
34461 -package 
34462 \series bold
34463 was
34464 \series default
34465
34466 \begin_inset Index idx
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 Packages ! was
34471 \begin_inset ERT
34472 status collapsed
34473
34474 \begin_layout Plain Layout
34475
34476
34477 \backslash
34478 vspace{4mm}
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \end_inset
34487
34488 .
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset Index idx
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Packages ! icomma
34499 \end_layout
34500
34501 \end_inset
34502
34503  is loaded with the \SpecialChar LaTeX
34504 -preamble line
34505 \end_layout
34506
34507 \begin_layout Standard
34508
34509 \series bold
34510
34511 \backslash
34512 usepackage{icomma}
34513 \end_layout
34514
34515 \begin_layout Subsection
34516 Physical Vectors
34517 \begin_inset CommandInset label
34518 LatexCommand label
34519 name "subsec:Physical-Vectors"
34520
34521 \end_inset
34522
34523
34524 \begin_inset Index idx
34525 status collapsed
34526
34527 \begin_layout Plain Layout
34528 Vectors ! physical
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Standard
34537 Predefined vectors are offered by the \SpecialChar LaTeX
34538 -package 
34539 \series bold
34540 braket
34541 \series default
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 Packages ! braket
34548 \end_layout
34549
34550 \end_inset
34551
34552  that is loaded with the \SpecialChar LaTeX
34553 -preamble line
34554 \end_layout
34555
34556 \begin_layout Standard
34557
34558 \series bold
34559
34560 \backslash
34561 usepackage{braket}
34562 \end_layout
34563
34564 \begin_layout Standard
34565 \begin_inset ERT
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569
34570
34571 \backslash
34572 ifbraket 
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \begin_inset Note Note
34579 status open
34580
34581 \begin_layout Plain Layout
34582 The following table will only be displayed when the \SpecialChar LaTeX
34583 -package 
34584 \series bold
34585 braket
34586 \series default
34587  is installed.
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Standard
34596 The following commands are defined:
34597 \end_layout
34598
34599 \begin_layout Standard
34600 \align center
34601 \begin_inset Tabular
34602 <lyxtabular version="3" rows="4" columns="2">
34603 <features booktabs="true" tabularvalignment="middle">
34604 <column alignment="center" valignment="top" width="0pt">
34605 <column alignment="center" valignment="top">
34606 <row>
34607 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34608 \begin_inset Text
34609
34610 \begin_layout Plain Layout
34611 Command
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34617 \begin_inset Text
34618
34619 \begin_layout Plain Layout
34620 Result
34621 \end_layout
34622
34623 \end_inset
34624 </cell>
34625 </row>
34626 <row>
34627 <cell alignment="center" valignment="top" usebox="none">
34628 \begin_inset Text
34629
34630 \begin_layout Plain Layout
34631
34632 \backslash
34633 Bra{
34634 \backslash
34635 psi
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 <cell alignment="center" valignment="top" usebox="none">
34641 \begin_inset Text
34642
34643 \begin_layout Plain Layout
34644 \begin_inset Formula $\Bra{\psi}$
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 <row>
34654 <cell alignment="center" valignment="top" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658
34659 \backslash
34660 Ket{
34661 \backslash
34662 psi
34663 \end_layout
34664
34665 \end_inset
34666 </cell>
34667 <cell alignment="center" valignment="top" usebox="none">
34668 \begin_inset Text
34669
34670 \begin_layout Plain Layout
34671 \begin_inset Formula $\Ket{\psi}$
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 </row>
34680 <row>
34681 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685
34686 \backslash
34687 Braket{
34688 \backslash
34689 psi|
34690 \backslash
34691 phi
34692 \end_layout
34693
34694 \end_inset
34695 </cell>
34696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 \begin_inset Formula $\Braket{\psi|\phi}$
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 </row>
34709 </lyxtabular>
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Standard
34717 The command 
34718 \series bold
34719
34720 \backslash
34721 Braket
34722 \series default
34723  assures that all vertical bars are set in the size of the surrounding brackets:
34724 \begin_inset Formula 
34725 \[
34726 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34727 \]
34728
34729 \end_inset
34730
34731
34732 \begin_inset ERT
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737
34738 \backslash
34739 else 
34740 \end_layout
34741
34742 \end_inset
34743
34744
34745 \begin_inset Note Note
34746 status open
34747
34748 \begin_layout Plain Layout
34749 The following will be displayed when the \SpecialChar LaTeX
34750 -package 
34751 \series bold
34752 braket
34753 \series default
34754  is not installed:
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Standard
34763 You need to install the \SpecialChar LaTeX
34764 -package 
34765 \series bold
34766 braket
34767 \series default
34768  to see the rest of this subsection in the output.
34769 \end_layout
34770
34771 \begin_layout Standard
34772 \begin_inset ERT
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776
34777
34778 \backslash
34779 fi 
34780 \end_layout
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 The effect of 
34789 \series bold
34790
34791 \backslash
34792 Braket
34793 \series default
34794  can also be achieved using the command 
34795 \series bold
34796
34797 \backslash
34798 middle
34799 \series default
34800 , that is described in 
34801 \begin_inset CommandInset ref
34802 LatexCommand ref
34803 reference "subsec:Automatic-Bracket-Size"
34804
34805 \end_inset
34806
34807 .
34808 \end_layout
34809
34810 \begin_layout Subsection
34811 Self-defined Fractions
34812 \begin_inset CommandInset label
34813 LatexCommand label
34814 name "subsec:Self-defined-Fractions"
34815
34816 \end_inset
34817
34818
34819 \begin_inset Index idx
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 Fractions ! self-defined
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Standard
34832 To define custom commands for fractions, the command 
34833 \series bold
34834
34835 \backslash
34836 genfrac
34837 \series default
34838
34839 \begin_inset Index idx
34840 status collapsed
34841
34842 \begin_layout Plain Layout
34843 Commands ! G ! 
34844 \backslash
34845 genfrac
34846 \begin_inset ERT
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850
34851
34852 \backslash
34853 vspace{4mm}
34854 \end_layout
34855
34856 \end_inset
34857
34858
34859 \end_layout
34860
34861 \end_inset
34862
34863  is used in the following scheme:
34864 \end_layout
34865
34866 \begin_layout Standard
34867
34868 \series bold
34869
34870 \backslash
34871 genfrac{left
34872 \series default
34873  
34874 \series bold
34875 bracket}{right
34876 \series default
34877  
34878 \series bold
34879 bracket}{fraction bar thickness}{style}
34880 \begin_inset Newline newline
34881 \end_inset
34882
34883
34884 \begin_inset Phantom HPhantom
34885 status open
34886
34887 \begin_layout Plain Layout
34888
34889 \series bold
34890
34891 \backslash
34892 genfrac
34893 \end_layout
34894
34895 \end_inset
34896
34897 {numerator}{denominator}
34898 \end_layout
34899
34900 \begin_layout Standard
34901 The style is a number in the range of 0
34902 \begin_inset space \thinspace{}
34903 \end_inset
34904
34905 -
34906 \begin_inset space \thinspace{}
34907 \end_inset
34908
34909 3.
34910 \end_layout
34911
34912 \begin_layout Standard
34913 \align center
34914 \begin_inset Tabular
34915 <lyxtabular version="3" rows="5" columns="2">
34916 <features booktabs="true" tabularvalignment="middle">
34917 <column alignment="center" valignment="top" width="0pt">
34918 <column alignment="center" valignment="top">
34919 <row>
34920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 Number
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34930 \begin_inset Text
34931
34932 \begin_layout Plain Layout
34933 Style (Size)
34934 \end_layout
34935
34936 \end_inset
34937 </cell>
34938 </row>
34939 <row>
34940 <cell alignment="center" valignment="top" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944 0
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 <cell alignment="center" valignment="top" usebox="none">
34950 \begin_inset Text
34951
34952 \begin_layout Plain Layout
34953 display style formula
34954 \end_layout
34955
34956 \end_inset
34957 </cell>
34958 </row>
34959 <row>
34960 <cell alignment="center" valignment="top" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 1
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 inline formula
34974 \end_layout
34975
34976 \end_inset
34977 </cell>
34978 </row>
34979 <row>
34980 <cell alignment="center" valignment="top" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 2
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 <cell alignment="center" valignment="top" usebox="none">
34990 \begin_inset Text
34991
34992 \begin_layout Plain Layout
34993 small
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 </row>
34999 <row>
35000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 3
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013 tiny
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 </lyxtabular>
35020
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Standard
35027 When no style is given, the size is adjusted to the surrounding environment
35028  like for the command 
35029 \series bold
35030
35031 \backslash
35032 frac
35033 \series default
35034 .
35035 \end_layout
35036
35037 \begin_layout Standard
35038 When no fraction bar thickness is given, the predefined value of 0.4
35039 \begin_inset space \thinspace{}
35040 \end_inset
35041
35042 pt will be used.
35043 \end_layout
35044
35045 \begin_layout Standard
35046 \begin_inset VSpace medskip
35047 \end_inset
35048
35049 For example, the commands 
35050 \series bold
35051
35052 \backslash
35053 dfrac
35054 \series default
35055  and 
35056 \series bold
35057
35058 \backslash
35059 tbinom
35060 \series default
35061  from 
35062 \begin_inset CommandInset ref
35063 LatexCommand ref
35064 reference "subsec:Fractions"
35065
35066 \end_inset
35067
35068  are defined with the commands
35069 \end_layout
35070
35071 \begin_layout Standard
35072
35073 \series bold
35074
35075 \backslash
35076 newcommand{
35077 \backslash
35078 dfrac}[2]{
35079 \backslash
35080 genfrac{}{}{}{0}{#1}{#2}}
35081 \end_layout
35082
35083 \begin_layout Standard
35084 and
35085 \end_layout
35086
35087 \begin_layout Standard
35088
35089 \series bold
35090
35091 \backslash
35092 newcommand{
35093 \backslash
35094 tbinom}[2]{
35095 \backslash
35096 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35097 \end_layout
35098
35099 \begin_layout Standard
35100 \begin_inset VSpace medskip
35101 \end_inset
35102
35103 To define a fraction where the fraction bar thickness can be given as optional
35104  argument, the following line is inserted to the \SpecialChar LaTeX
35105 -preamble:
35106 \end_layout
35107
35108 \begin_layout Standard
35109
35110 \series bold
35111
35112 \backslash
35113 newcommand{
35114 \backslash
35115 fracS}[3][]{
35116 \backslash
35117 genfrac{}{}{#1}{}{#2}{#3}}
35118 \end_layout
35119
35120 \begin_layout Standard
35121 A test:
35122 \begin_inset Formula 
35123 \begin{align*}
35124 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35125 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35126 \end{align*}
35127
35128 \end_inset
35129
35130 As one can see, the distance of the numerator and the denominator to the
35131  fraction bar is round about three times the bar thickness.
35132 \end_layout
35133
35134 \begin_layout Standard
35135 \begin_inset Newpage newpage
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Subsection
35142 Canceled Formulas
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Formula ! canceled
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 There are four ways to cancel formulas or parts of formulas:
35157 \end_layout
35158
35159 \begin_layout Standard
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165
35166 \backslash
35167 ifcancel 
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \begin_inset Note Note
35174 status open
35175
35176 \begin_layout Plain Layout
35177 The following table will only be displayed when the \SpecialChar LaTeX
35178 -package 
35179 \series bold
35180 cancel
35181 \series default
35182  is installed.
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 \align center
35192 \begin_inset Tabular
35193 <lyxtabular version="3" rows="5" columns="2">
35194 <features booktabs="true" tabularvalignment="middle">
35195 <column alignment="center" valignment="top" width="0pt">
35196 <column alignment="center" valignment="top">
35197 <row>
35198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35199 \begin_inset Text
35200
35201 \begin_layout Plain Layout
35202 Command
35203 \end_layout
35204
35205 \end_inset
35206 </cell>
35207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211 Result
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 </row>
35217 <row>
35218 <cell alignment="center" valignment="top" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Plain Layout
35222
35223 \backslash
35224 cancel
35225 \begin_inset space \textvisiblespace{}
35226 \end_inset
35227
35228
35229 \backslash
35230 int
35231 \begin_inset space \textvisiblespace{}
35232 \end_inset
35233
35234 A=B
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 <cell alignment="center" valignment="top" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243 \begin_inset Formula $\cancel{\int A=B}$
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 </row>
35252 <row topspace="1.5mm">
35253 <cell alignment="center" valignment="top" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257
35258 \backslash
35259 bcancel
35260 \begin_inset space \textvisiblespace{}
35261 \end_inset
35262
35263
35264 \backslash
35265 int
35266 \begin_inset space \textvisiblespace{}
35267 \end_inset
35268
35269 A=B
35270 \end_layout
35271
35272 \end_inset
35273 </cell>
35274 <cell alignment="center" valignment="top" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278 \begin_inset Formula $\bcancel{\int A=B}$
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 </row>
35287 <row topspace="1.5mm">
35288 <cell alignment="center" valignment="top" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292
35293 \backslash
35294 xcancel
35295 \begin_inset space \textvisiblespace{}
35296 \end_inset
35297
35298
35299 \backslash
35300 int
35301 \begin_inset space \textvisiblespace{}
35302 \end_inset
35303
35304 A=B
35305 \end_layout
35306
35307 \end_inset
35308 </cell>
35309 <cell alignment="center" valignment="top" usebox="none">
35310 \begin_inset Text
35311
35312 \begin_layout Plain Layout
35313 \begin_inset Formula $\xcancel{\int A=B}$
35314 \end_inset
35315
35316
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327
35328 \backslash
35329 cancelto
35330 \begin_inset space \textvisiblespace{}
35331 \end_inset
35332
35333
35334 \backslash
35335 int
35336 \begin_inset space \textvisiblespace{}
35337 \end_inset
35338
35339 A=B
35340 \begin_inset Formula $\to$
35341 \end_inset
35342
35343 1
35344 \end_layout
35345
35346 \end_inset
35347 </cell>
35348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35353 \end_inset
35354
35355
35356 \end_layout
35357
35358 \end_inset
35359 </cell>
35360 </row>
35361 </lyxtabular>
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369
35370 \series bold
35371
35372 \backslash
35373 cancelto
35374 \series default
35375  is especially suitable to visualize the reduction of fractions within formulas:
35376 \begin_inset Formula 
35377 \[
35378 \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}}}
35379 \]
35380
35381 \end_inset
35382
35383
35384 \end_layout
35385
35386 \begin_layout Standard
35387 To change the size of 
35388 \series bold
35389
35390 \backslash
35391 cancelto
35392 \series default
35393 's 
35394 \begin_inset Quotes eld
35395 \end_inset
35396
35397 subscript
35398 \begin_inset Quotes erd
35399 \end_inset
35400
35401  value one can add the \SpecialChar LaTeX
35402 -preamble line
35403 \end_layout
35404
35405 \begin_layout Standard
35406
35407 \series bold
35408
35409 \backslash
35410 PassOptionsToPackage{option}{cancel}
35411 \end_layout
35412
35413 \begin_layout Standard
35414 where 
35415 \series bold
35416 option
35417 \series default
35418  is either 
35419 \series bold
35420 samesize
35421 \series default
35422  which leads to the same size as for the canceled value, or 
35423 \series bold
35424 Smaller
35425 \series default
35426  which makes is it a bit smaller than normal.
35427 \end_layout
35428
35429 \begin_layout Standard
35430 To color the cancellation bar one adds this command as \SpecialChar TeX
35431  code:
35432 \end_layout
35433
35434 \begin_layout Standard
35435
35436 \series bold
35437
35438 \backslash
35439 renewcommand{
35440 \backslash
35441 CancelColor}{
35442 \backslash
35443 color{red}}
35444 \end_layout
35445
35446 \begin_layout Standard
35447
35448 \series bold
35449 red
35450 \series default
35451  can be replaced by a color of your choice.
35452 \end_layout
35453
35454 \begin_layout Standard
35455 \begin_inset ERT
35456 status collapsed
35457
35458 \begin_layout Plain Layout
35459
35460
35461 \backslash
35462 renewcommand{
35463 \backslash
35464 CancelColor}{
35465 \backslash
35466 color{red}}
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \begin_inset Formula 
35476 \[
35477 \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}}}
35478 \]
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 \begin_inset ERT
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490
35491
35492 \backslash
35493 renewcommand{
35494 \backslash
35495 CancelColor}{
35496 \backslash
35497 color{black}}
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \begin_inset Note Note
35504 status open
35505
35506 \begin_layout Plain Layout
35507 reset the color
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 For further customizations, see the documentation of the package 
35517 \series bold
35518 cancel
35519 \series default
35520
35521 \begin_inset CommandInset citation
35522 LatexCommand cite
35523 key "cancel"
35524
35525 \end_inset
35526
35527 .
35528 \begin_inset Index idx
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532 Packages ! cancel
35533 \end_layout
35534
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Standard
35541 \begin_inset ERT
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545
35546
35547 \backslash
35548 else 
35549 \end_layout
35550
35551 \end_inset
35552
35553
35554 \begin_inset Note Note
35555 status open
35556
35557 \begin_layout Plain Layout
35558 The following will be displayed when the \SpecialChar LaTeX
35559 -package 
35560 \series bold
35561 cancel
35562 \series default
35563  is not installed:
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572 You need to install the \SpecialChar LaTeX
35573 -package 
35574 \series bold
35575 cancel
35576 \series default
35577  to see the rest of this subsection in the output.
35578 \end_layout
35579
35580 \begin_layout Standard
35581 \begin_inset ERT
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585
35586
35587 \backslash
35588 fi 
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Subsection
35597 Formulas in Section Headings
35598 \begin_inset CommandInset label
35599 LatexCommand label
35600 name "subsec:Formulas-in-Section"
35601
35602 \end_inset
35603
35604
35605 \begin_inset Index idx
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609 Formula ! in section headings
35610 \end_layout
35611
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618 When formulas are used in section headings, the following has to be taken
35619  into account:
35620 \end_layout
35621
35622 \begin_layout Standard
35623 \begin_inset Note Greyedout
35624 status open
35625
35626 \begin_layout Plain Layout
35627 When 
35628 \series bold
35629 hyperref
35630 \series default
35631
35632 \begin_inset Index idx
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 Packages ! hyperref
35637 \end_layout
35638
35639 \end_inset
35640
35641  support is enabled in the document settings dialog under 
35642 \family sans
35643 PDF
35644 \begin_inset space ~
35645 \end_inset
35646
35647 Properties
35648 \family default
35649 , PDF-bookmarks are created for every section heading in the table of contents.
35650  If a section heading contains formulas, they are incorrectly displayed
35651  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35652 s.
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \begin_layout Standard
35661 Both problems can be solved by inserting at the end of the section heading
35662  a short title with the menu 
35663 \family sans
35664 Insert\SpecialChar menuseparator
35665 Short
35666 \begin_inset space ~
35667 \end_inset
35668
35669 Title
35670 \family default
35671 .
35672  Short titles are used as alternative for multiline section headings to
35673  keep the table of contents clearly arranged.
35674  Only the short title appears in the table of contents and therefore also
35675  in the PDF-bookmark.
35676 \end_layout
35677
35678 \begin_layout Standard
35679 When formulas should be used in the table of contents but 
35680 \series bold
35681 hyperref
35682 \series default
35683  is used, one can use the following command in \SpecialChar TeX
35684  mode:
35685 \end_layout
35686
35687 \begin_layout Standard
35688
35689 \series bold
35690
35691 \backslash
35692 texorpdfstring{part}{alternative}
35693 \begin_inset Index idx
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 Commands ! T ! 
35698 \backslash
35699 texorpdfstring
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35709  This can be characters, formulas, footnotes, but also cross-references.
35710  The alternative is used instead of the part for the bookmark.
35711 \end_layout
35712
35713 \begin_layout Standard
35714 Here are two example headings:
35715 \begin_inset VSpace -3mm
35716 \end_inset
35717
35718
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 boldmath 
35727 \end_layout
35728
35729 \end_inset
35730
35731
35732 \end_layout
35733
35734 \begin_layout Subsubsection
35735 Heading without formula in table of contents 
35736 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35737 \end_inset
35738
35739
35740 \begin_inset Argument 1
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744 Heading without formula in table of contents
35745 \end_layout
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \begin_layout Subsubsection
35753 Heading with formula in table of contents
35754 \begin_inset ERT
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758
35759
35760 \backslash
35761 texorpdfstring{
35762 \end_layout
35763
35764 \end_inset
35765
35766  
35767 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35768 \end_inset
35769
35770
35771 \begin_inset ERT
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775
35776 }{}
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790
35791 \backslash
35792 unboldmath 
35793 \end_layout
35794
35795 \end_inset
35796
35797 In the first heading a short title was used, in the second one 
35798 \series bold
35799
35800 \backslash
35801 texorpdfstring
35802 \series default
35803 .
35804 \end_layout
35805
35806 \begin_layout Standard
35807 To get the same formatting as for the other headings, the complete heading
35808  was set into a 
35809 \series bold
35810 boldmath
35811 \series default
35812  environment
35813 \begin_inset Foot
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817 see 
35818 \begin_inset CommandInset ref
35819 LatexCommand ref
35820 reference "subsec:Bold-Formulas"
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \end_inset
35828
35829 .
35830 \end_layout
35831
35832 \begin_layout Subsection
35833 Formulas in multi-column Text
35834 \begin_inset Index idx
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838 Formula ! in multi-column text
35839 \end_layout
35840
35841 \end_inset
35842
35843
35844 \end_layout
35845
35846 \begin_layout Standard
35847 Formulas in multi-column text are often too wide to fit into a column and
35848  thus need to be set over the whole page width.
35849  This is done by using the \SpecialChar LaTeX
35850 -package 
35851 \series bold
35852 multicol
35853 \series default
35854
35855 \begin_inset Foot
35856 status collapsed
35857
35858 \begin_layout Plain Layout
35859
35860 \series bold
35861 multicol
35862 \series default
35863  is part of every \SpecialChar LaTeX
35864  standard installation.
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \begin_inset Index idx
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874 Packages ! multicol
35875 \end_layout
35876
35877 \end_inset
35878
35879 , that is loaded with the \SpecialChar LaTeX
35880 -preamble line
35881 \end_layout
35882
35883 \begin_layout Standard
35884
35885 \series bold
35886
35887 \backslash
35888 usepackage{multicol}
35889 \end_layout
35890
35891 \begin_layout Standard
35892 \begin_inset Note Greyedout
35893 status open
35894
35895 \begin_layout Plain Layout
35896 Note that in this case the setting 
35897 \family sans
35898 Two-column
35899 \begin_inset space ~
35900 \end_inset
35901
35902 document
35903 \family default
35904  in the menu 
35905 \family sans
35906 Document\SpecialChar menuseparator
35907 Settings
35908 \family default
35909  under 
35910 \family sans
35911 Text
35912 \begin_inset space ~
35913 \end_inset
35914
35915 Layout
35916 \family default
35917 \emph on
35918  
35919 \emph default
35920 must 
35921 \emph on
35922 not
35923 \emph default
35924  be selected.
35925 \end_layout
35926
35927 \end_inset
35928
35929
35930 \end_layout
35931
35932 \begin_layout Standard
35933 Before the multi-column text the command
35934 \end_layout
35935
35936 \begin_layout Standard
35937
35938 \series bold
35939
35940 \backslash
35941 begin{multicols}{column number}
35942 \end_layout
35943
35944 \begin_layout Standard
35945 is written in \SpecialChar TeX
35946  mode.
35947  The column number is a number in the range of 2
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 -
35952 \begin_inset space \thinspace{}
35953 \end_inset
35954
35955 10.
35956  Before the formula the multi-column text is ended by inserting the command
35957 \end_layout
35958
35959 \begin_layout Standard
35960
35961 \series bold
35962
35963 \backslash
35964 end{multicols}
35965 \end_layout
35966
35967 \begin_layout Standard
35968 in \SpecialChar TeX
35969  mode.
35970 \end_layout
35971
35972 \begin_layout Standard
35973 Due to the command some space is automatically added before the formula.
35974  To revert this, -6
35975 \begin_inset space \thinspace{}
35976 \end_inset
35977
35978 mm vertical space is inserted before the formula.
35979  When the formula style 
35980 \series bold
35981 Indented
35982 \begin_inset Foot
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986 formula styles see 
35987 \begin_inset CommandInset ref
35988 LatexCommand ref
35989 reference "sec:Formula-Styles"
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \series default
36000  is used, -9
36001 \begin_inset space \thinspace{}
36002 \end_inset
36003
36004 mm space is inserted instead.
36005 \end_layout
36006
36007 \begin_layout Standard
36008 As example a multi-column text with a displayed formula:
36009 \end_layout
36010
36011 \begin_layout Standard
36012
36013 \lang ngerman
36014 \begin_inset ERT
36015 status collapsed
36016
36017 \begin_layout Plain Layout
36018
36019
36020 \backslash
36021 begin{multicols}{2}
36022 \end_layout
36023
36024 \end_inset
36025
36026 Das Spektrum wird fouriertransformiert.
36027  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36028 , Lösungsmittel) zu trennen.
36029  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36030  nun das Aussehen des Ausgangssignals.
36031  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36032  über alle Phasen integrieren muss.
36033  Sei nun 
36034 \begin_inset Formula $S$
36035 \end_inset
36036
36037  unser normiertes Ausgangssignal und 
36038 \begin_inset Formula $P$
36039 \end_inset
36040
36041  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36042 \begin_inset ERT
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046
36047
36048 \backslash
36049 end{multicols}
36050 \end_layout
36051
36052 \end_inset
36053
36054
36055 \begin_inset VSpace -6mm
36056 \end_inset
36057
36058
36059 \begin_inset Formula 
36060 \begin{equation}
36061 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36062 \end{equation}
36063
36064 \end_inset
36065
36066
36067 \begin_inset ERT
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071
36072
36073 \backslash
36074 begin{multicols}{2}
36075 \end_layout
36076
36077 \end_inset
36078
36079 wobei 
36080 \begin_inset Formula $S_{0}$
36081 \end_inset
36082
36083  das Signal ohne Gradient ist und die Normierungsbedingung 
36084 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36085 \end_inset
36086
36087  gilt.
36088  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36089  Direkt nach dem 
36090 \begin_inset Formula $\nicefrac{\pi}{2}$
36091 \end_inset
36092
36093
36094 \begin_inset space \thinspace{}
36095 \end_inset
36096
36097 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36098  das Signal zusätzlich abschwächt.
36099  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36100  
36101 \begin_inset Formula $T_{2}$
36102 \end_inset
36103
36104 -Zeit.
36105 \end_layout
36106
36107 \begin_layout Standard
36108
36109 \lang ngerman
36110 \begin_inset ERT
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114
36115
36116 \backslash
36117 end{multicols}
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Subsection
36126 Formulas with Description of Variables
36127 \begin_inset Index idx
36128 status collapsed
36129
36130 \begin_layout Plain Layout
36131 Formula ! with description of variables
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \end_layout
36138
36139 \begin_layout Standard
36140 To describe variables within a formula, like in formula 
36141 \begin_inset CommandInset ref
36142 LatexCommand eqref
36143 reference "eq:within"
36144
36145 \end_inset
36146
36147 , a 2
36148 \series bold
36149 ×
36150 \series default
36151
36152 \begin_inset Formula $n$
36153 \end_inset
36154
36155
36156 \begin_inset space ~
36157 \end_inset
36158
36159 matrix is used with left aligned columns for the 
36160 \begin_inset Formula $n$
36161 \end_inset
36162
36163  used variables.
36164 \begin_inset Foot
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168 matrices see 
36169 \begin_inset CommandInset ref
36170 LatexCommand ref
36171 reference "sec:Matrices"
36172
36173 \end_inset
36174
36175
36176 \end_layout
36177
36178 \end_inset
36179
36180  To set the description in a smaller size, before the matrix e.
36181 \begin_inset space \thinspace{}
36182 \end_inset
36183
36184 g.
36185 \begin_inset space \space{}
36186 \end_inset
36187
36188 the command 
36189 \series bold
36190
36191 \backslash
36192 footnotesize
36193 \series default
36194  is inserted.
36195 \begin_inset Foot
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199 font sizes see 
36200 \begin_inset CommandInset ref
36201 LatexCommand ref
36202 reference "subsec:Font-Sizes"
36203
36204 \end_inset
36205
36206
36207 \end_layout
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \begin_layout Standard
36215 When the formula style 
36216 \series bold
36217 Indented
36218 \begin_inset Foot
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 formula styles see 
36223 \begin_inset CommandInset ref
36224 LatexCommand ref
36225 reference "sec:Formula-Styles"
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \series default
36236  is used, a 
36237 \series bold
36238
36239 \backslash
36240 hfill
36241 \series default
36242
36243 \begin_inset Foot
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247
36248 \series bold
36249
36250 \backslash
36251 hfill
36252 \series default
36253  only works in formulas with the style 
36254 \series bold
36255 Indented
36256 \series default
36257 , see 
36258 \begin_inset CommandInset ref
36259 LatexCommand ref
36260 reference "subsec:Variable-Space"
36261
36262 \end_inset
36263
36264 .
36265 \end_layout
36266
36267 \end_inset
36268
36269  is inserted before and after the matrix to have the same separation of
36270  the matrix from the equation and the side margin.
36271 \end_layout
36272
36273 \begin_layout Standard
36274 When the formula style 
36275 \series bold
36276 Centered
36277 \series default
36278  is used, the method described in 
36279 \begin_inset CommandInset ref
36280 LatexCommand ref
36281 reference "subsec:Flalign-Environment"
36282
36283 \end_inset
36284
36285  is used to indent formulas.
36286  Formula 
36287 \begin_inset CommandInset ref
36288 LatexCommand eqref
36289 reference "eq:within"
36290
36291 \end_inset
36292
36293  consists of five columns where in the first two columns contain the equation,
36294  the third the matrix and the last one an empty \SpecialChar TeX
36295  brace.
36296 \begin_inset Formula 
36297 \begin{flalign}
36298 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36299 \rho & \textrm{density}\\
36300 V & \textrm{volume}\\
36301 g & \textrm{gravitational acceleration}
36302 \end{array} &  & {}\label{eq:within}
36303 \end{flalign}
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Subsection
36311 Upright small Greek Letters
36312 \begin_inset CommandInset label
36313 LatexCommand label
36314 name "subsec:Upright-small-Greek"
36315
36316 \end_inset
36317
36318
36319 \begin_inset Index idx
36320 status collapsed
36321
36322 \begin_layout Plain Layout
36323 Greek letters ! upright
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Standard
36332 Most of the math fonts only provide italic small Greek letters.
36333  But for symbols of elementary particles like pions and neutrinos, upright
36334  Greek letters are needed.
36335  The file 
36336 \series bold
36337 upgreek.sty
36338 \series default
36339
36340 \begin_inset Foot
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344
36345 \series bold
36346 upgreek
36347 \series default
36348  is part of the \SpecialChar LaTeX
36349 -package 
36350 \series bold
36351 was
36352 \series default
36353
36354 \begin_inset Index idx
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358 Packages ! was
36359 \begin_inset ERT
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363
36364
36365 \backslash
36366 vspace{4mm}
36367 \end_layout
36368
36369 \end_inset
36370
36371
36372 \end_layout
36373
36374 \end_inset
36375
36376 .
36377 \end_layout
36378
36379 \end_inset
36380
36381
36382 \begin_inset Index idx
36383 status collapsed
36384
36385 \begin_layout Plain Layout
36386 Packages ! upgreek
36387 \end_layout
36388
36389 \end_inset
36390
36391  that is loaded with the \SpecialChar LaTeX
36392 -preamble line
36393 \end_layout
36394
36395 \begin_layout Standard
36396
36397 \series bold
36398
36399 \backslash
36400 usepackage{upgreek}
36401 \end_layout
36402
36403 \begin_layout Standard
36404 provides them.
36405  
36406 \begin_inset ERT
36407 status collapsed
36408
36409 \begin_layout Plain Layout
36410
36411
36412 \backslash
36413 ifupgreek 
36414 \end_layout
36415
36416 \end_inset
36417
36418
36419 \begin_inset Note Note
36420 status open
36421
36422 \begin_layout Plain Layout
36423 The following table will only be displayed when the \SpecialChar LaTeX
36424 -package 
36425 \series bold
36426 upgreek
36427 \series default
36428  is installed:
36429 \end_layout
36430
36431 \end_inset
36432
36433  They are created when the command for a small Greek letter is started with
36434  
36435 \series bold
36436 up
36437 \series default
36438 .
36439  For example the command 
36440 \series bold
36441
36442 \backslash
36443 uptau
36444 \series default
36445  creates this: 
36446 \begin_inset Formula $\uptau$
36447 \end_inset
36448
36449
36450 \end_layout
36451
36452 \begin_layout Standard
36453 With these commands reactions of elementary particles can be typeset:
36454 \begin_inset Formula 
36455 \[
36456 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36457 \]
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 The upright letters are more bold and wider than the italic ones.
36466  They should therefore not be used for units like 
36467 \begin_inset Quotes eld
36468 \end_inset
36469
36470 µm
36471 \begin_inset Quotes erd
36472 \end_inset
36473
36474 .
36475 \end_layout
36476
36477 \begin_layout Standard
36478 \begin_inset ERT
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482
36483
36484 \backslash
36485 else 
36486 \end_layout
36487
36488 \end_inset
36489
36490
36491 \begin_inset Note Note
36492 status open
36493
36494 \begin_layout Plain Layout
36495 The following will be displayed when the \SpecialChar LaTeX
36496 -package 
36497 \series bold
36498 upgreek
36499 \series default
36500  is not installed:
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \begin_layout Standard
36509 You need to install the \SpecialChar LaTeX
36510 -package 
36511 \series bold
36512 upgreek
36513 \series default
36514  to see the rest of this subsection in the output.
36515 \end_layout
36516
36517 \begin_layout Standard
36518 \begin_inset ERT
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522
36523
36524 \backslash
36525 fi 
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \begin_layout Subsection
36534 Text Characters in Formulas
36535 \begin_inset Index idx
36536 status collapsed
36537
36538 \begin_layout Plain Layout
36539 Text ! in formulas
36540 \end_layout
36541
36542 \end_inset
36543
36544
36545 \end_layout
36546
36547 \begin_layout Standard
36548 In some cases you might want to insert text characters directly into formulas.
36549  When for example the centered dot · is often used in formulas like 
36550 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36551 \end_inset
36552
36553 , one would have to insert the command 
36554 \series bold
36555
36556 \backslash
36557 cdot
36558 \series default
36559
36560 \begin_inset Foot
36561 status collapsed
36562
36563 \begin_layout Plain Layout
36564 see 
36565 \begin_inset CommandInset ref
36566 LatexCommand ref
36567 reference "subsec:Binary-Operators"
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \end_inset
36575
36576  all the time, because this character is defined in all encodings as text
36577  character.
36578  But the encoding can be changed by this \SpecialChar LaTeX
36579 -preamble line:
36580 \end_layout
36581
36582 \begin_layout Standard
36583
36584 \series bold
36585
36586 \backslash
36587 Declare Inputtext{183}{
36588 \backslash
36589 ifmmode
36590 \backslash
36591 cdot
36592 \backslash
36593 else
36594 \backslash
36595 textperiodcentered
36596 \backslash
36597 f\SpecialChar ligaturebreak
36598 i}
36599 \end_layout
36600
36601 \begin_layout Standard
36602 The character encoding (menu 
36603 \family sans
36604 Document\SpecialChar menuseparator
36605 Settings\SpecialChar menuseparator
36606 Language
36607 \family default
36608 ) specifies what character appears when a keyboard key is pressed.
36609  When the key for the character '·' is pressed, internally the command 
36610 \series bold
36611
36612 \backslash
36613 textperiodcentered
36614 \series default
36615  is used.
36616  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36617 -errors.
36618  With the changed encoding the right command is chosen automatically, depending
36619  on if the character was inserted into a formula or not.
36620 \end_layout
36621
36622 \begin_layout Standard
36623 The encoding of several characters is saved in definition files.
36624  For example the encoding 
36625 \series bold
36626 latin9
36627 \series default
36628  is defined in the file 
36629 \series bold
36630 latin9.def
36631 \series default
36632  which is in the installation folder of \SpecialChar LaTeX
36633 .
36634  Encodings should only be changed via the \SpecialChar LaTeX
36635 -preamble and not in the definition
36636  files.
36637  Otherwise documents could not be edited by other \SpecialChar LyX
36638  users working on other
36639  computers.
36640 \end_layout
36641
36642 \begin_layout Standard
36643 \begin_inset VSpace medskip
36644 \end_inset
36645
36646 Besides the centered dot, in this document the degree sign ° is defined
36647  with the following \SpecialChar LaTeX
36648 -preamble line so that it can be directly inserted into
36649  a formula:
36650 \end_layout
36651
36652 \begin_layout Standard
36653
36654 \series bold
36655
36656 \backslash
36657 DeclareInputtext{176}{
36658 \backslash
36659 ifmmode^
36660 \backslash
36661 circ
36662 \backslash
36663 else
36664 \backslash
36665 textdegree
36666 \backslash
36667 f\SpecialChar ligaturebreak
36668 i}
36669 \end_layout
36670
36671 \begin_layout Subsection
36672 \SpecialChar LaTeX
36673 -comments in formulas
36674 \begin_inset Index idx
36675 status collapsed
36676
36677 \begin_layout Plain Layout
36678 \SpecialChar LaTeX
36679 -comments
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \begin_layout Standard
36688 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36689  source
36690  code of your file with the menu 
36691 \family sans
36692 Insert\SpecialChar menuseparator
36693 Note\SpecialChar menuseparator
36694 Comment
36695 \family default
36696 .
36697  This is not possible in a formula but you can insert \SpecialChar LaTeX
36698 -comments with the
36699  command
36700 \end_layout
36701
36702 \begin_layout Standard
36703
36704 \series bold
36705
36706 \backslash
36707 %
36708 \end_layout
36709
36710 \begin_layout Standard
36711 This creates a box in which you can write your comment.
36712  Due to a bug in \SpecialChar LyX
36713
36714 \begin_inset Foot
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 \begin_inset CommandInset href
36719 LatexCommand href
36720 name "LyX-bug #9002"
36721 target "http://www.lyx.org/trac/ticket/9002"
36722
36723 \end_inset
36724
36725
36726 \end_layout
36727
36728 \end_inset
36729
36730  you cannot write normal text inside the comment, even when you use mathematical
36731  text, you will see its \SpecialChar LaTeX
36732 -commands in the \SpecialChar LaTeX
36733 -output.
36734 \begin_inset Newline newline
36735 \end_inset
36736
36737 This a formula with a \SpecialChar LaTeX
36738 -comment:
36739 \begin_inset Formula 
36740 \[
36741 A=B%\text{This is the comment}
36742 \]
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \begin_layout Standard
36750 \begin_inset Newpage newpage
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Section
36757 \start_of_appendix
36758 Typographic Advice
36759 \begin_inset Index idx
36760 status collapsed
36761
36762 \begin_layout Plain Layout
36763 Typographic advice
36764 \end_layout
36765
36766 \end_inset
36767
36768
36769 \end_layout
36770
36771 \begin_layout Standard
36772 This section is a summary of the most important typographic rules, listed
36773  in ISO norms.
36774 \begin_inset Foot
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778 This collection was partly taken from the German semi-official dictionary
36779  called 
36780 \begin_inset Quotes eld
36781 \end_inset
36782
36783 Duden
36784 \begin_inset Quotes erd
36785 \end_inset
36786
36787  
36788 \begin_inset CommandInset citation
36789 LatexCommand cite
36790 key "Duden"
36791
36792 \end_inset
36793
36794  that lists some of the ISO rules.
36795  More rules are listed in 
36796 \begin_inset CommandInset citation
36797 LatexCommand cite
36798 key "Checklist"
36799
36800 \end_inset
36801
36802 .
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Itemize
36811 Physical units are 
36812 \emph on
36813 always
36814 \emph default
36815  set upright
36816 \begin_inset Foot
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820 done with font styles, see 
36821 \begin_inset CommandInset ref
36822 LatexCommand ref
36823 reference "subsec:Font-Styles"
36824
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \end_inset
36831
36832 , no matter if they appear in italic text: 30
36833 \begin_inset space \thinspace{}
36834 \end_inset
36835
36836 km/h
36837 \begin_inset Newline newline
36838 \end_inset
36839
36840 Between the value and the unit is the smallest space, see 
36841 \begin_inset CommandInset ref
36842 LatexCommand ref
36843 reference "subsec:Predefined-Space"
36844
36845 \end_inset
36846
36847 .
36848 \begin_inset Newline newline
36849 \end_inset
36850
36851 This convention is automatically fulfilled when the command 
36852 \series bold
36853
36854 \backslash
36855 unittwo
36856 \series default
36857  is used.
36858  When it is entered to a formula, two boxes appear.
36859  In the first one the value is inserted, in the second one the unit, and
36860  one gets as above: 
36861 \begin_inset Formula $\unit[30]{km/h}$
36862 \end_inset
36863
36864
36865 \begin_inset space \thinspace{}
36866 \end_inset
36867
36868 .
36869  Note that 
36870 \series bold
36871
36872 \backslash
36873 unittwo
36874 \series default
36875  is not a real \SpecialChar LaTeX
36876  command but the command 
36877 \series bold
36878
36879 \backslash
36880 unit[value]{unit}
36881 \series default
36882 , therefore you cannot use it in \SpecialChar TeX
36883  code.
36884 \end_layout
36885
36886 \begin_layout Itemize
36887 Percent and perthousand signs are set like physical units:
36888 \begin_inset Newline newline
36889 \end_inset
36890
36891 1.2
36892 \begin_inset space \thinspace{}
36893 \end_inset
36894
36895 ‰ alcohol in blood
36896 \end_layout
36897
36898 \begin_layout Itemize
36899 The degree sign follows directly on the value: 15°, but not when it is used
36900  in units: 15
36901 \begin_inset space \thinspace{}
36902 \end_inset
36903
36904 °C
36905 \end_layout
36906
36907 \begin_layout Itemize
36908 In numbers with more than four digits the smallest space is inserted before
36909  every third digit to group them: 
36910 \family roman
36911 \series medium
36912 \shape up
36913 \size normal
36914 \emph off
36915 \bar no
36916 \noun off
36917 \color none
36918 18
36919 \begin_inset space \thinspace{}
36920 \end_inset
36921
36922 473
36923 \begin_inset space \thinspace{}
36924 \end_inset
36925
36926 588
36927 \end_layout
36928
36929 \begin_layout Itemize
36930 For dimensions like 120×90×40
36931 \begin_inset space \thinspace{}
36932 \end_inset
36933
36934 cm the multiplication sign 
36935 \begin_inset Quotes eld
36936 \end_inset
36937
36938 ×
36939 \begin_inset Quotes erd
36940 \end_inset
36941
36942  is used.
36943  It is available either via the command 
36944 \series bold
36945
36946 \backslash
36947 times
36948 \series default
36949  or via the menu 
36950 \family sans
36951 Insert\SpecialChar menuseparator
36952 Special Character\SpecialChar menuseparator
36953 Symbols
36954 \family default
36955 .
36956 \end_layout
36957
36958 \begin_layout Itemize
36959 Functions with names consisting of several letters are set upright to avoid
36960  confusions, see 
36961 \begin_inset CommandInset ref
36962 LatexCommand ref
36963 reference "subsec:Predefined-Functions"
36964
36965 \end_inset
36966
36967 .
36968 \end_layout
36969
36970 \begin_layout Itemize
36971 Indices consisting of several letters, are set upright: 
36972 \begin_inset Formula $E_{\mathrm{kin}}$
36973 \end_inset
36974
36975
36976 \begin_inset Newline newline
36977 \end_inset
36978
36979 Components of matrices are set italic: 
36980 \begin_inset Formula $\hat{H}_{kl}$
36981 \end_inset
36982
36983
36984 \end_layout
36985
36986 \begin_layout Itemize
36987 The differentiation/integration operator 'd', the Euler's number 'e' and
36988  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36989  other variables.
36990 \end_layout
36991
36992 \begin_layout Itemize
36993 The character that denotes a 
36994 \noun on
36995 Fourier
36996 \noun default
36997  transformation is inserted either by the command 
36998 \series bold
36999
37000 \backslash
37001 mathscr
37002 \begin_inset space \textvisiblespace{}
37003 \end_inset
37004
37005 F
37006 \series default
37007  or via the menu 
37008 \family sans
37009 Insert\SpecialChar menuseparator
37010 Special Character\SpecialChar menuseparator
37011 Symbols\SpecialChar menuseparator
37012 Letterlike
37013 \begin_inset space ~
37014 \end_inset
37015
37016 Symbols
37017 \family default
37018
37019 \begin_inset Formula $\mathscr{F}$
37020 \end_inset
37021
37022
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset Newpage newpage
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \begin_layout Section
37033 Synonyms
37034 \begin_inset Index idx
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038 Synonyms
37039 \end_layout
37040
37041 \end_inset
37042
37043
37044 \end_layout
37045
37046 \begin_layout Standard
37047 Some characters and symbols can be created with several commands.
37048  Here is a list of the synonym commands:
37049 \end_layout
37050
37051 \begin_layout Standard
37052 \begin_inset VSpace bigskip
37053 \end_inset
37054
37055
37056 \begin_inset space \hfill{}
37057 \end_inset
37058
37059
37060 \begin_inset Tabular
37061 <lyxtabular version="3" rows="12" columns="2">
37062 <features booktabs="true" tabularvalignment="middle">
37063 <column alignment="center" valignment="top" width="0pt">
37064 <column alignment="center" valignment="top" width="0pt">
37065 <row>
37066 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 Command
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 equivalent to
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 </row>
37085 <row>
37086 <cell alignment="center" valignment="top" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090
37091 \backslash
37092 ast
37093 \end_layout
37094
37095 \end_inset
37096 </cell>
37097 <cell alignment="center" valignment="top" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 *
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 </row>
37107 <row>
37108 <cell alignment="center" valignment="top" usebox="none">
37109 \begin_inset Text
37110
37111 \begin_layout Plain Layout
37112
37113 \backslash
37114 choose
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 <cell alignment="center" valignment="top" usebox="none">
37120 \begin_inset Text
37121
37122 \begin_layout Plain Layout
37123
37124 \backslash
37125 binom
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136
37137 \backslash
37138 geq
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 <cell alignment="center" valignment="top" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147
37148 \backslash
37149 ge
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 </row>
37155 <row>
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160
37161 \backslash
37162 lbrace
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 <cell alignment="center" valignment="top" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171 {
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 </row>
37177 <row>
37178 <cell alignment="center" valignment="top" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 lbracket
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 <cell alignment="center" valignment="top" usebox="none">
37190 \begin_inset Text
37191
37192 \begin_layout Plain Layout
37193 [
37194 \end_layout
37195
37196 \end_inset
37197 </cell>
37198 </row>
37199 <row>
37200 <cell alignment="center" valignment="top" usebox="none">
37201 \begin_inset Text
37202
37203 \begin_layout Plain Layout
37204
37205 \backslash
37206 leftarrow
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 <cell alignment="center" valignment="top" usebox="none">
37212 \begin_inset Text
37213
37214 \begin_layout Plain Layout
37215
37216 \backslash
37217 gets
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 <row>
37224 <cell alignment="center" valignment="top" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228
37229 \backslash
37230 leq
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 <cell alignment="center" valignment="top" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239
37240 \backslash
37241 le
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 </row>
37247 <row>
37248 <cell alignment="center" valignment="top" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252
37253 \backslash
37254 lor
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 vee
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 <row>
37272 <cell alignment="center" valignment="top" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276
37277 \backslash
37278 neq
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \backslash
37289 not=
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 </row>
37295 <row>
37296 <cell alignment="center" valignment="top" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300
37301 \backslash
37302 slash
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 /
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 </row>
37317 <row>
37318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322
37323 \backslash
37324 vert
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 |
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 </lyxtabular>
37340
37341 \end_inset
37342
37343
37344 \begin_inset space \hfill{}
37345 \end_inset
37346
37347
37348 \begin_inset Tabular
37349 <lyxtabular version="3" rows="12" columns="2">
37350 <features booktabs="true" tabularvalignment="middle">
37351 <column alignment="center" valignment="top" width="0pt">
37352 <column alignment="center" valignment="top" width="0pt">
37353 <row>
37354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 Command
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37364 \begin_inset Text
37365
37366 \begin_layout Plain Layout
37367 equivalent to
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 </row>
37373 <row>
37374 <cell alignment="center" valignment="top" usebox="none">
37375 \begin_inset Text
37376
37377 \begin_layout Plain Layout
37378
37379 \backslash
37380 backslash
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389
37390 \backslash
37391
37392 \backslash
37393
37394 \end_layout
37395
37396 \end_inset
37397 </cell>
37398 </row>
37399 <row>
37400 <cell alignment="center" valignment="top" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404
37405 \backslash
37406 dasharrow
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 <cell alignment="center" valignment="top" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 dashrightarrow
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 <row>
37424 <cell alignment="center" valignment="top" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \backslash
37430 land
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 <cell alignment="center" valignment="top" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 wedge
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 rbrace
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 <cell alignment="center" valignment="top" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 }
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 </row>
37469 <row>
37470 <cell alignment="center" valignment="top" usebox="none">
37471 \begin_inset Text
37472
37473 \begin_layout Plain Layout
37474
37475 \backslash
37476 rbracket
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 <cell alignment="center" valignment="top" usebox="none">
37482 \begin_inset Text
37483
37484 \begin_layout Plain Layout
37485 ]
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 </row>
37491 <row>
37492 <cell alignment="center" valignment="top" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496
37497 \backslash
37498 rightarrow
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 <cell alignment="center" valignment="top" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507
37508 \backslash
37509 to
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 </row>
37515 <row>
37516 <cell alignment="center" valignment="top" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520
37521 \backslash
37522 lnot
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531
37532 \backslash
37533 neg
37534 \end_layout
37535
37536 \end_inset
37537 </cell>
37538 </row>
37539 <row>
37540 <cell alignment="center" valignment="top" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544
37545 \backslash
37546 ne
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 <cell alignment="center" valignment="top" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555
37556 \backslash
37557 not=
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 </row>
37563 <row>
37564 <cell alignment="center" valignment="top" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 owns
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 <cell alignment="center" valignment="top" usebox="none">
37576 \begin_inset Text
37577
37578 \begin_layout Plain Layout
37579
37580 \backslash
37581 ni
37582 \end_layout
37583
37584 \end_inset
37585 </cell>
37586 </row>
37587 <row>
37588 <cell alignment="center" valignment="top" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 square
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 <cell alignment="center" valignment="top" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603
37604 \backslash
37605 Box
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 </row>
37611 <row>
37612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616
37617 \backslash
37618 Vert
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37624 \begin_inset Text
37625
37626 \begin_layout Plain Layout
37627
37628 \backslash
37629 |
37630 \end_layout
37631
37632 \end_inset
37633 </cell>
37634 </row>
37635 </lyxtabular>
37636
37637 \end_inset
37638
37639
37640 \begin_inset space \hfill{}
37641 \end_inset
37642
37643
37644 \end_layout
37645
37646 \begin_layout Standard
37647 \begin_inset Newpage newpage
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Bibliography
37654 \begin_inset CommandInset bibitem
37655 LatexCommand bibitem
37656 key "TLC2"
37657
37658 \end_inset
37659
37660
37661 \shape smallcaps
37662 Mittelbach, F.
37663  ; Goossens, M.
37664 \shape default
37665
37666 \shape italic
37667 The \SpecialChar LaTeX
37668  Companion
37669 \shape default
37670 .
37671  Addison Wesley, 2004
37672 \end_layout
37673
37674 \begin_layout Bibliography
37675 \begin_inset CommandInset bibitem
37676 LatexCommand bibitem
37677 key "Mathmode"
37678
37679 \end_inset
37680
37681
37682 \begin_inset CommandInset href
37683 LatexCommand href
37684 name "Description"
37685 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37686
37687 \end_inset
37688
37689  of \SpecialChar LaTeX
37690 's math abilities
37691 \end_layout
37692
37693 \begin_layout Bibliography
37694 \begin_inset CommandInset bibitem
37695 LatexCommand bibitem
37696 key "AMS"
37697
37698 \end_inset
37699
37700
37701 \begin_inset CommandInset href
37702 LatexCommand href
37703 name "Description"
37704 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37705
37706 \end_inset
37707
37708  of 
37709 \begin_inset ERT
37710 status collapsed
37711
37712 \begin_layout Plain Layout
37713
37714
37715 \backslash
37716 AmS
37717 \end_layout
37718
37719 \end_inset
37720
37721 -\SpecialChar LaTeX
37722
37723 \end_layout
37724
37725 \begin_layout Bibliography
37726 \begin_inset CommandInset bibitem
37727 LatexCommand bibitem
37728 key "Symbols"
37729
37730 \end_inset
37731
37732
37733 \begin_inset CommandInset href
37734 LatexCommand href
37735 name "List"
37736 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37737
37738 \end_inset
37739
37740  of all symbols available with \SpecialChar LaTeX
37741 -packages
37742 \end_layout
37743
37744 \begin_layout Bibliography
37745 \begin_inset CommandInset bibitem
37746 LatexCommand bibitem
37747 key "cancel"
37748
37749 \end_inset
37750
37751
37752 \begin_inset CommandInset href
37753 LatexCommand href
37754 name "Documentation"
37755 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37756
37757 \end_inset
37758
37759  of the \SpecialChar LaTeX
37760 -package 
37761 \series bold
37762 cancel
37763 \series default
37764
37765 \begin_inset Index idx
37766 status collapsed
37767
37768 \begin_layout Plain Layout
37769 Packages ! cancel
37770 \end_layout
37771
37772 \end_inset
37773
37774
37775 \end_layout
37776
37777 \begin_layout Bibliography
37778 \begin_inset CommandInset bibitem
37779 LatexCommand bibitem
37780 key "hyperref"
37781
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset href
37786 LatexCommand href
37787 name "Documentation"
37788 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37789
37790 \end_inset
37791
37792  of the \SpecialChar LaTeX
37793 -package 
37794 \series bold
37795 hyperref
37796 \series default
37797
37798 \begin_inset Index idx
37799 status collapsed
37800
37801 \begin_layout Plain Layout
37802 Packages ! hyperref
37803 \end_layout
37804
37805 \end_inset
37806
37807
37808 \end_layout
37809
37810 \begin_layout Bibliography
37811 \begin_inset CommandInset bibitem
37812 LatexCommand bibitem
37813 key "mhchem"
37814
37815 \end_inset
37816
37817
37818 \begin_inset CommandInset href
37819 LatexCommand href
37820 name "Documentation"
37821 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37822
37823 \end_inset
37824
37825  of the \SpecialChar LaTeX
37826 -package 
37827 \series bold
37828 mhchem
37829 \series default
37830
37831 \begin_inset Index idx
37832 status collapsed
37833
37834 \begin_layout Plain Layout
37835 Packages ! mhchem
37836 \end_layout
37837
37838 \end_inset
37839
37840
37841 \end_layout
37842
37843 \begin_layout Bibliography
37844 \begin_inset CommandInset bibitem
37845 LatexCommand bibitem
37846 key "Duden"
37847
37848 \end_inset
37849
37850
37851 \emph on
37852 Duden Band 1
37853 \emph default
37854 .
37855  22.
37856  Auflage, Duden 2001
37857 \end_layout
37858
37859 \begin_layout Bibliography
37860 \begin_inset CommandInset bibitem
37861 LatexCommand bibitem
37862 key "Checklist"
37863
37864 \end_inset
37865
37866
37867 \begin_inset CommandInset href
37868 LatexCommand href
37869 name "Check list"
37870 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
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
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \end_body
37888 \end_document