]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Arabic Intro.lyx: fix LyX logo in section headings
[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, a predefined value will be used.
27604  The value depends on the used document class.
27605 \end_layout
27606
27607 \end_deeper
27608 \begin_layout Itemize
27609 And two different numbering styles:
27610 \end_layout
27611
27612 \begin_deeper
27613 \begin_layout Description
27614 Right is the predefined standard
27615 \end_layout
27616
27617 \begin_layout Description
27618 Left for this the option 
27619 \series bold
27620 leqno
27621 \series default
27622  must be inserted in the menu 
27623 \family sans
27624 Document\SpecialChar menuseparator
27625 Settings
27626 \family default
27627  under 
27628 \family sans
27629 Document
27630 \begin_inset space ~
27631 \end_inset
27632
27633 Class
27634 \end_layout
27635
27636 \end_deeper
27637 \begin_layout Standard
27638
27639 \series bold
27640 fleqn
27641 \series default
27642  and 
27643 \series bold
27644 leqno
27645 \series default
27646  can also be used together.
27647  In this case both options are inserted, separated by a comma.
27648 \end_layout
27649
27650 \begin_layout Standard
27651 The chosen styles are used for all displayed formulas of the document.
27652  When both, centered and indented formulas should be created in a document,
27653  the style 
27654 \series bold
27655 Centered
27656 \series default
27657  is used.
27658  The indented formulas are then set in a flalign environment, see 
27659 \begin_inset CommandInset ref
27660 LatexCommand ref
27661 reference "subsec:Flalign-Environment"
27662
27663 \end_inset
27664
27665 .
27666 \end_layout
27667
27668 \begin_layout Section
27669 Multiline Formulas
27670 \begin_inset CommandInset label
27671 LatexCommand label
27672 name "sec:Multiline-Formulas"
27673
27674 \end_inset
27675
27676
27677 \begin_inset Index idx
27678 status collapsed
27679
27680 \begin_layout Plain Layout
27681 Formula ! multiline
27682 \end_layout
27683
27684 \end_inset
27685
27686
27687 \end_layout
27688
27689 \begin_layout Subsection
27690 General
27691 \end_layout
27692
27693 \begin_layout Standard
27694 In \SpecialChar LyX
27695  multiline formulas are created by pressing 
27696 \begin_inset Info
27697 type  "shortcut"
27698 arg   "newline-insert newline"
27699 \end_inset
27700
27701  inside a formula.
27702  This creates either an 
27703 \series bold
27704 align environment
27705 \series default
27706  that is described in 
27707 \begin_inset CommandInset ref
27708 LatexCommand ref
27709 reference "subsec:Standard-align-Environment"
27710
27711 \end_inset
27712
27713  or, when automatically loading the package
27714 \family sans
27715  AMS math
27716 \family default
27717  is disabled in the document settings, an 
27718 \series bold
27719 eqnarray environment
27720 \series default
27721  that is described in 
27722 \begin_inset CommandInset ref
27723 LatexCommand ref
27724 reference "subsec:Eqnarray-Environment"
27725
27726 \end_inset
27727
27728 .
27729  The align environment is recommended because it provides in any case a
27730  typographically correct output.
27731 \end_layout
27732
27733 \begin_layout Standard
27734 There are other multiline formula environments that can be created via the
27735  menu 
27736 \family sans
27737 Insert\SpecialChar menuseparator
27738 Math
27739 \family default
27740 .
27741  These environments are described in the following sections.
27742 \end_layout
27743
27744 \begin_layout Standard
27745 In all multiline formula environments a new line is created by pressing
27746  
27747 \begin_inset Info
27748 type  "shortcut"
27749 arg   "newline-insert newline"
27750 \end_inset
27751
27752 .
27753  To add or delete lines, the math toolbar buttons 
27754 \begin_inset Info
27755 type  "icon"
27756 arg   "tabular-feature append-row"
27757 \end_inset
27758
27759  or 
27760 \begin_inset Info
27761 type  "icon"
27762 arg   "tabular-feature delete-row"
27763 \end_inset
27764
27765 , respectively, or the menu 
27766 \family sans
27767 Edit\SpecialChar menuseparator
27768 Rows & Columns
27769 \family default
27770  can be used.
27771 \end_layout
27772
27773 \begin_layout Subsubsection
27774 Line Separation
27775 \begin_inset CommandInset label
27776 LatexCommand label
27777 name "subsec:Line-Separation"
27778
27779 \end_inset
27780
27781
27782 \begin_inset Index idx
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786 Formula ! multiline ! Line separation
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 There is sometimes not enough space in multiline formulas between the lines:
27796 \begin_inset Formula 
27797 \begin{eqnarray*}
27798 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}\\
27799 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
27800 \end{eqnarray*}
27801
27802 \end_inset
27803
27804
27805 \end_layout
27806
27807 \begin_layout Standard
27808 In \SpecialChar LaTeX
27809  additional line space is specified as optional argument of the new line
27810  command.
27811  This is not yet possible in \SpecialChar LyX
27812
27813 \begin_inset Foot
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817 see 
27818 \begin_inset CommandInset href
27819 LatexCommand href
27820 name "LyX-bug #1505"
27821 target "http://www.lyx.org/trac/ticket/1505"
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \end_inset
27829
27830 , therefore the whole formula must be inserted in \SpecialChar TeX
27831  mode.
27832  To add in our example space, the command 
27833 \series bold
27834
27835 \backslash
27836
27837 \backslash
27838 [3mm]
27839 \series default
27840  is inserted at the end of the first line.
27841  One gets: 
27842 \begin_inset ERT
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846
27847
27848 \backslash
27849 begin{eqnarray*}
27850 \end_layout
27851
27852 \begin_layout Plain Layout
27853
27854 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27855  = & 
27856 \backslash
27857 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27858 \backslash
27859
27860 \backslash
27861 [3mm]
27862 \end_layout
27863
27864 \begin_layout Plain Layout
27865
27866 4x^{2}
27867 \backslash
27868 left(B^{2}+x_{0}^{2}
27869 \backslash
27870 right)+4x_{0}x
27871 \backslash
27872 left(D-B^{2}
27873 \backslash
27874 right)+B^{2}
27875 \backslash
27876 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27877 \backslash
27878 right) & = & 0
27879 \end_layout
27880
27881 \begin_layout Plain Layout
27882
27883
27884 \backslash
27885 end{eqnarray*}
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \begin_layout Standard
27894 \begin_inset VSpace bigskip
27895 \end_inset
27896
27897 To set the line separation for all lines in a formula, the length 
27898 \series bold
27899
27900 \backslash
27901 jot
27902 \series default
27903
27904 \begin_inset Index idx
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908 Commands ! J ! 
27909 \backslash
27910 jot
27911 \end_layout
27912
27913 \end_inset
27914
27915  is changed.
27916  The definition is: 
27917 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
27918 \end_inset
27919
27920 .
27921  Predefined for 
27922 \series bold
27923
27924 \backslash
27925 jot
27926 \series default
27927  is the value 3
27928 \begin_inset space \thinspace{}
27929 \end_inset
27930
27931 pt.
27932  To create 3
27933 \begin_inset space \thinspace{}
27934 \end_inset
27935
27936 mm additional line separation as in the previous example, the command
27937 \end_layout
27938
27939 \begin_layout Standard
27940
27941 \series bold
27942
27943 \backslash
27944 setlength{
27945 \backslash
27946 jot}{3mm+3pt}
27947 \end_layout
27948
27949 \begin_layout Standard
27950 is inserted in \SpecialChar TeX
27951  mode before the formula.
27952  This requires that the \SpecialChar LaTeX
27953 -package 
27954 \series bold
27955 calc
27956 \series default
27957
27958 \begin_inset Foot
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962
27963 \series bold
27964 calc
27965 \series default
27966  is part of every \SpecialChar LaTeX
27967  standard installation.
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Packages ! calc
27978 \end_layout
27979
27980 \end_inset
27981
27982  was loaded in \SpecialChar LaTeX
27983 -preamble with the line
27984 \end_layout
27985
27986 \begin_layout Standard
27987
27988 \series bold
27989
27990 \backslash
27991 usepackage{calc}
27992 \end_layout
27993
27994 \begin_layout Standard
27995 One gets: 
27996 \begin_inset ERT
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000
28001
28002 \backslash
28003 setlength{
28004 \backslash
28005 jot}{3mm+3pt}
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \begin_inset Formula 
28012 \begin{eqnarray*}
28013 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}\\
28014 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
28015 \end{eqnarray*}
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Standard
28023 \begin_inset ERT
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027
28028
28029 \backslash
28030 setlength{
28031 \backslash
28032 jot}{3pt}
28033 \end_layout
28034
28035 \end_inset
28036
28037  To get back to the predefined distance, 
28038 \series bold
28039
28040 \backslash
28041 jot
28042 \series default
28043  is set to the value 3
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 pt.
28048 \end_layout
28049
28050 \begin_layout Subsubsection
28051 Column Separation
28052 \begin_inset CommandInset label
28053 LatexCommand label
28054 name "subsec:Column-Separation"
28055
28056 \end_inset
28057
28058
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 Formula ! multiline ! Column separation
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Standard
28072 Multiline formulas form a matrix.
28073  A formula in the eqnarray environment is for example a matrix with three
28074  columns.
28075  By changing the column separation in this environment, the space beside
28076  the relation sign can be changed.
28077 \end_layout
28078
28079 \begin_layout Standard
28080 The column separation is specified with the length 
28081 \series bold
28082
28083 \backslash
28084 arraycolsep
28085 \series default
28086
28087 \begin_inset Index idx
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 Commands ! A ! 
28092 \backslash
28093 arraycolsep
28094 \end_layout
28095
28096 \end_inset
28097
28098  according to:
28099 \begin_inset Newline newline
28100 \end_inset
28101
28102 column separation = 2
28103 \begin_inset space \thinspace{}
28104 \end_inset
28105
28106
28107 \series bold
28108
28109 \backslash
28110 arraycolsep
28111 \series default
28112
28113 \begin_inset Newline newline
28114 \end_inset
28115
28116 Thus, the command
28117 \end_layout
28118
28119 \begin_layout Standard
28120
28121 \series bold
28122
28123 \backslash
28124 setlength{
28125 \backslash
28126 arraycolsep}{1cm}
28127 \end_layout
28128
28129 \begin_layout Standard
28130 inserted in \SpecialChar TeX
28131  mode, sets for all following formulas a column separation of
28132  2
28133 \begin_inset space \thinspace{}
28134 \end_inset
28135
28136 cm.
28137  To get back to the predefined distance, 
28138 \series bold
28139
28140 \backslash
28141 arraycolsep
28142 \series default
28143  is set to 5
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 pt.
28148 \end_layout
28149
28150 \begin_layout Standard
28151 A formula with 2
28152 \begin_inset space \thinspace{}
28153 \end_inset
28154
28155 cm column separation:
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 setlength{
28164 \backslash
28165 arraycolsep}{1cm}
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \begin_inset Formula 
28172 \begin{eqnarray*}
28173 A & = & B\\
28174 C & \ne & A
28175 \end{eqnarray*}
28176
28177 \end_inset
28178
28179 A formula with the predefined column separation for matrices of 10
28180 \begin_inset space \thinspace{}
28181 \end_inset
28182
28183 pt:
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 arraycolsep}{5pt}
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Formula 
28200 \begin{eqnarray*}
28201 A & = & B\\
28202 C & \ne & A
28203 \end{eqnarray*}
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 \begin_inset Newpage newpage
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Subsubsection
28218 Long Formulas
28219 \begin_inset Index idx
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 Formula ! long
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Long formulas can be typeset using these methods:
28233 \end_layout
28234
28235 \begin_layout Itemize
28236 When one side of the equation is much shorter than the line width, this
28237  one is chosen for the left side and the right side is typeset over two
28238  lines:
28239 \begin_inset Formula 
28240 \begin{eqnarray}
28241 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 \\
28242  &  & -\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}
28243 \end{eqnarray}
28244
28245 \end_inset
28246
28247 The minus sign at the beginning of the second line does normally not appear
28248  as an operator because it is the first character of the line.
28249  Thus it would not be surrounded by space and could not be distinguished
28250  from the fraction bar.
28251  To avoid this, 3
28252 \begin_inset space \thinspace{}
28253 \end_inset
28254
28255 pt space was inserted behind the minus sign with the command 
28256 \series bold
28257
28258 \backslash
28259 hspace
28260 \series default
28261 .
28262 \begin_inset Foot
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 for more about 
28267 \series bold
28268
28269 \backslash
28270 hspace
28271 \series default
28272  see 
28273 \begin_inset CommandInset ref
28274 LatexCommand ref
28275 reference "subsec:Variable-Space"
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset Index idx
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 Commands ! H ! 
28290 \backslash
28291 hspace
28292 \end_layout
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Itemize
28300 When both sides of the equation are too long, the command 
28301 \series bold
28302
28303 \backslash
28304 lefteqn
28305 \series default
28306
28307 \begin_inset Index idx
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Commands ! L ! 
28312 \backslash
28313 lefteqn
28314 \end_layout
28315
28316 \end_inset
28317
28318  is used.
28319  It is inserted in the first column of the first line and causes all further
28320  insertions to overwrite the following columns:
28321 \begin_inset Formula 
28322 \begin{eqnarray}
28323 \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 \\
28324  &  & -\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 \\
28325  &  & =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}
28326 \end{eqnarray}
28327
28328 \end_inset
28329
28330 After the insertion of 
28331 \series bold
28332
28333 \backslash
28334 lefteqn
28335 \series default
28336 , the cursor is in a purple box that is a bit shifted to the left from the
28337  blue one.
28338  In this the formula is inserted.
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342 The content of the further lines is inserted to the second or another formula
28343  column.
28344  The greater the column number where it was inserted, the larger the indentation.
28345 \begin_inset VSpace medskip
28346 \end_inset
28347
28348
28349 \begin_inset Newline newline
28350 \end_inset
28351
28352
28353 \begin_inset Note Greyedout
28354 status open
28355
28356 \begin_layout Plain Layout
28357 Note the following when using 
28358 \series bold
28359
28360 \backslash
28361 lefteqn
28362 \series default
28363 :
28364 \end_layout
28365
28366 \begin_layout Itemize
28367 The formula doesn't use the full page width.
28368  When e.
28369 \begin_inset space \thinspace{}
28370 \end_inset
28371
28372 g.
28373 \begin_inset space \space{}
28374 \end_inset
28375
28376 the term 
28377 \begin_inset Formula $-B^{2}$
28378 \end_inset
28379
28380  is added to the first line in the above example, it would have been outside
28381  the page margin.
28382  To better use the width, negative space can be inserted at the beginning
28383  of the first line.
28384 \end_layout
28385
28386 \begin_layout Itemize
28387 Due to a bug in \SpecialChar LyX
28388  the cursor cannot be set with the mouse into the first
28389  line.
28390 \begin_inset Foot
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 \begin_inset CommandInset href
28395 LatexCommand href
28396 name "LyX-bug #1429"
28397 target "http://www.lyx.org/trac/ticket/1429"
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \end_inset
28405
28406  One can only set the cursor at the beginning of the line and move it with
28407  the arrow keys.
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Itemize
28416 Other methods to set long formulas are offered by the environments described
28417  in 
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "subsec:Multline-Environment"
28421
28422 \end_inset
28423
28424  and 
28425 \begin_inset CommandInset ref
28426 LatexCommand ref
28427 reference "subsec:Multiline-Formula-Parts"
28428
28429 \end_inset
28430
28431 .
28432 \end_layout
28433
28434 \begin_layout Subsubsection
28435 Multiline Fractions
28436 \begin_inset CommandInset label
28437 LatexCommand label
28438 name "subsec:Multiline-Fractions"
28439
28440 \end_inset
28441
28442
28443 \begin_inset Index idx
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447 Fractions ! multiline
28448 \end_layout
28449
28450 \end_inset
28451
28452
28453 \end_layout
28454
28455 \begin_layout Standard
28456 There are cases where the denominator and/or the numerator of a fraction
28457  is so long that the fraction does not fit into one line.
28458  It is then necessary to add a line break within the fraction.
28459  This can be done using the command 
28460 \series bold
28461
28462 \backslash
28463 splitfrac
28464 \series default
28465
28466 \begin_inset Index idx
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 Commands ! S ! 
28471 \backslash
28472 splitfrac
28473 \end_layout
28474
28475 \end_inset
28476
28477 .
28478  To activate it, set in the document settings under 
28479 \family sans
28480 Math
28481 \begin_inset space ~
28482 \end_inset
28483
28484 Options
28485 \family default
28486  for the package 
28487 \series bold
28488 mathtools
28489 \series default
28490
28491 \begin_inset Index idx
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 Packages ! mathtools
28496 \end_layout
28497
28498 \end_inset
28499
28500  the option 
28501 \family sans
28502 Load
28503 \begin_inset space ~
28504 \end_inset
28505
28506 always
28507 \family default
28508 .
28509  
28510 \series bold
28511
28512 \backslash
28513 splitfrac
28514 \series default
28515  has the scheme
28516 \end_layout
28517
28518 \begin_layout Standard
28519
28520 \series bold
28521
28522 \backslash
28523 splitfrac{first line}{second line}
28524 \end_layout
28525
28526 \begin_layout Standard
28527 and is used as denominator and/or numerator:
28528 \end_layout
28529
28530 \begin_layout Standard
28531 \begin_inset Formula 
28532 \[
28533 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}
28534 \]
28535
28536 \end_inset
28537
28538 The command for the first numerator above is:
28539 \end_layout
28540
28541 \begin_layout Standard
28542
28543 \series bold
28544
28545 \backslash
28546 splitfrac{xy+xy+xy+xy+xy
28547 \begin_inset space \textvisiblespace{}
28548 \end_inset
28549
28550
28551 \backslash
28552 {+wy+wy+wy+wy
28553 \end_layout
28554
28555 \begin_layout Subsubsection
28556 Multiline Brackets
28557 \begin_inset CommandInset label
28558 LatexCommand label
28559 name "subsec:Multiline-Brackets"
28560
28561 \end_inset
28562
28563
28564 \begin_inset Index idx
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568 Brackets ! for multiline expressions
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Standard
28577 For brackets spanning multiple lines the following problem occurs:
28578 \begin_inset Formula 
28579 \begin{eqnarray*}
28580 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28581  &  & \left.\cdots+B-D\right]
28582 \end{eqnarray*}
28583
28584 \end_inset
28585
28586
28587 \end_layout
28588
28589 \begin_layout Standard
28590 The closing bracket is smaller than the opening bracket because brackets
28591  with variable size may not span multiple lines.
28592 \end_layout
28593
28594 \begin_layout Standard
28595 To set the bracket size for the second line correctly, the first line is
28596  ended with 
28597 \series bold
28598
28599 \backslash
28600 right.
28601 \series default
28602
28603 \begin_inset Index idx
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607 Commands ! R ! 
28608 \backslash
28609 right
28610 \end_layout
28611
28612 \end_inset
28613
28614  and the second line with 
28615 \series bold
28616
28617 \backslash
28618 left.
28619 \begin_inset Foot
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 for more about 
28624 \series bold
28625
28626 \backslash
28627 left
28628 \series default
28629  and 
28630 \series bold
28631
28632 \backslash
28633 right
28634 \series default
28635  see 
28636 \begin_inset CommandInset ref
28637 LatexCommand ref
28638 reference "subsec:Automatic-Bracket-Size"
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \series default
28649
28650 \begin_inset Index idx
28651 status collapsed
28652
28653 \begin_layout Plain Layout
28654 Commands ! L ! 
28655 \backslash
28656 left
28657 \end_layout
28658
28659 \end_inset
28660
28661 .
28662  After 
28663 \series bold
28664
28665 \backslash
28666 left.
28667
28668 \series default
28669  the command 
28670 \series bold
28671
28672 \backslash
28673 vphantom
28674 \series default
28675
28676 \begin_inset space \textvisiblespace{}
28677 \end_inset
28678
28679
28680 \series bold
28681
28682 \backslash
28683 prod
28684 \series default
28685 ^
28686 \begin_inset space \textvisiblespace{}
28687 \end_inset
28688
28689
28690 \series bold
28691
28692 \backslash
28693 infty
28694 \series default
28695
28696 \begin_inset space \textvisiblespace{}
28697 \end_inset
28698
28699
28700 \series bold
28701
28702 \begin_inset Formula $\downarrow$
28703 \end_inset
28704
28705 _R=1}
28706 \series default
28707
28708 \begin_inset Index idx
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712 Commands ! V ! 
28713 \backslash
28714 vphantom
28715 \end_layout
28716
28717 \end_inset
28718
28719  is inserted, because the multiplication operator with its limits is the
28720  largest symbol in the first line and this should be the size for the bracket
28721  in the second line.
28722 \end_layout
28723
28724 \begin_layout Standard
28725 The result is this:
28726 \begin_inset Formula 
28727 \begin{eqnarray*}
28728 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28729  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28730 \end{eqnarray*}
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Subsection
28738 Align Environments
28739 \end_layout
28740
28741 \begin_layout Standard
28742 Align environments can be used for every kind of multiline formulas.
28743  They are especially useful to set several formulas side by side.
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Align environments consist of columns.
28748  The odd columns are right aligned, the even ones left aligned.
28749  Every line in an Align environment can be numbered.
28750 \end_layout
28751
28752 \begin_layout Standard
28753 Align environments are created via the menu 
28754 \family sans
28755 Insert\SpecialChar menuseparator
28756 Math
28757 \family default
28758 .
28759  With the menu 
28760 \family sans
28761 Edit\SpecialChar menuseparator
28762 Math\SpecialChar menuseparator
28763 Change Formula Type
28764 \family default
28765  already existing formulas can be converted to Align environments.
28766 \end_layout
28767
28768 \begin_layout Standard
28769 To add or delete columns, the math toolbar buttons 
28770 \begin_inset Info
28771 type  "icon"
28772 arg   "tabular-feature append-column"
28773 \end_inset
28774
28775  or 
28776 \begin_inset Info
28777 type  "icon"
28778 arg   "tabular-feature delete-column"
28779 \end_inset
28780
28781 , respectively, or the menu 
28782 \family sans
28783 Edit\SpecialChar menuseparator
28784 Rows & Columns
28785 \family default
28786  can be used.
28787 \end_layout
28788
28789 \begin_layout Subsubsection
28790 Standard align Environment
28791 \begin_inset CommandInset label
28792 LatexCommand label
28793 name "subsec:Standard-align-Environment"
28794
28795 \end_inset
28796
28797
28798 \begin_inset Index idx
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802 Formula ! multiline ! align environment
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Standard
28811 This Align environment is created by pressing 
28812 \begin_inset Info
28813 type  "shortcut"
28814 arg   "newline-insert newline"
28815 \end_inset
28816
28817  in a formula or by the menu 
28818 \family sans
28819 Insert\SpecialChar menuseparator
28820 Math\SpecialChar menuseparator
28821 AMS align Environment
28822 \family default
28823 .
28824 \end_layout
28825
28826 \begin_layout Standard
28827 An example for two formulas set side by side, that are created with a four
28828  column align environment:
28829 \begin_inset Formula 
28830 \begin{align*}
28831 A & =\sin(B) & C & =D\\
28832 C & \ne A & B & \ne D
28833 \end{align*}
28834
28835 \end_inset
28836
28837 As it can be seen, the formulas in this environment are placed so as if
28838  there would be a 
28839 \series bold
28840
28841 \backslash
28842 hfill
28843 \begin_inset Foot
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847 more about 
28848 \series bold
28849
28850 \backslash
28851 hfill
28852 \series default
28853  see 
28854 \begin_inset CommandInset ref
28855 LatexCommand ref
28856 reference "subsec:Variable-Space"
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \series default
28867  before the first and after every even column.
28868  When the formula style 
28869 \series bold
28870 Indented
28871 \begin_inset Foot
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875 formula styles see 
28876 \begin_inset CommandInset ref
28877 LatexCommand ref
28878 reference "sec:Formula-Styles"
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \series default
28889  is used, the formula is set without the 
28890 \series bold
28891
28892 \backslash
28893 hfill
28894 \series default
28895  before the first column.
28896 \end_layout
28897
28898 \begin_layout Subsubsection
28899 Alignat Environment
28900 \begin_inset Index idx
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Formula ! multiline ! alignat environment
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 The alignat environment has no predefined column separation.
28914  It can be inserted manually with the spaces that are described 
28915 \begin_inset CommandInset ref
28916 LatexCommand ref
28917 reference "subsec:Space"
28918
28919 \end_inset
28920
28921 .
28922 \end_layout
28923
28924 \begin_layout Standard
28925 The above example in the alignat environment where 1
28926 \begin_inset space \thinspace{}
28927 \end_inset
28928
28929 cm space was inserted at the beginning of the second formula:
28930 \begin_inset Formula 
28931 \begin{alignat*}{2}
28932 A & =\sin(B) & \hspace{1cm}C & =D\\
28933 C & \ne A & B & \ne D
28934 \end{alignat*}
28935
28936 \end_inset
28937
28938 Because the column separation can be set separately for every column, this
28939  environment is especially suitable to set three and more formulas side
28940  by side.
28941 \end_layout
28942
28943 \begin_layout Subsubsection
28944 Flalign Environment
28945 \begin_inset CommandInset label
28946 LatexCommand label
28947 name "subsec:Flalign-Environment"
28948
28949 \end_inset
28950
28951
28952 \begin_inset Index idx
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Formula ! multiline ! flalign environment
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 In this environment the first two columns are always set as much as possible
28966  to the left and the last two ones to the right.
28967  An example:
28968 \begin_inset Formula 
28969 \begin{flalign*}
28970 A & =1 & B & =2 & C & =3\\
28971 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28972 \end{flalign*}
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 By creating a flalign environment with an odd number of columns where an
28981  empty \SpecialChar TeX
28982  brace is inserted to the last column, several formulas in a document
28983  can be set to the left, although the formula style 
28984 \series bold
28985 Centered
28986 \series default
28987  is used.
28988  As example the indented formula 
28989 \begin_inset CommandInset ref
28990 LatexCommand eqref
28991 reference "eq:VolInt"
28992
28993 \end_inset
28994
28995 :
28996 \begin_inset Formula 
28997 \begin{flalign}
28998 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28999 \end{flalign}
29000
29001 \end_inset
29002
29003 The first two columns contain the formula.
29004  To indent it as with the formula style 
29005 \series bold
29006 Indented
29007 \series default
29008 , 30
29009 \begin_inset space \thinspace{}
29010 \end_inset
29011
29012 pt space was inserted at the beginning of the first column.
29013 \end_layout
29014
29015 \begin_layout Subsection
29016 Eqnarray Environment
29017 \begin_inset CommandInset label
29018 LatexCommand label
29019 name "subsec:Eqnarray-Environment"
29020
29021 \end_inset
29022
29023
29024 \begin_inset Index idx
29025 status collapsed
29026
29027 \begin_layout Plain Layout
29028 Formula ! multiline ! eqnarray environment
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 When this environment has been created, three blue boxes appear.
29038  The content of the first box is right aligned, the content of the last
29039  one left aligned.
29040  The content of the middle box appears centered and a bit smaller, because
29041  it is designed to insert there only relation characters.
29042 \begin_inset Formula 
29043 \begin{eqnarray*}
29044 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29045 AB & AB & AB\\
29046 A & = & A
29047 \end{eqnarray*}
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \begin_layout Subsection
29055 Gather Environment
29056 \begin_inset Index idx
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060 Formula ! multiline ! gather environment
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \end_layout
29067
29068 \begin_layout Standard
29069 This environment consists of only one centered column.
29070  Every line can be numbered.
29071 \begin_inset Formula 
29072 \begin{gather}
29073 A=1\\
29074 X=\textrm{-}1
29075 \end{gather}
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Subsection
29083 Multline Environment
29084 \begin_inset CommandInset label
29085 LatexCommand label
29086 name "subsec:Multline-Environment"
29087
29088 \end_inset
29089
29090
29091 \begin_inset Index idx
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Formula ! multiline ! multline environment
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 The multline environment consists, like the gather environment, of only
29105  one column.
29106  But the first line is left aligned, the last one right aligned.
29107  All other lines are centered.
29108  Therefore this environment is suitable for long formulas.
29109  As example formula 
29110 \begin_inset CommandInset ref
29111 LatexCommand eqref
29112 reference "eq:lefteqn"
29113
29114 \end_inset
29115
29116  in the multline environment:
29117 \begin_inset Formula 
29118 \begin{multline}
29119 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}\\
29120 -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}\\
29121 =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}}
29122 \end{multline}
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 In the output only the last (first) line of a multline environment appears
29131  numbered when the document numbering is right (left).
29132 \begin_inset Foot
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 numbering styles see 
29137 \begin_inset CommandInset ref
29138 LatexCommand ref
29139 reference "sec:Formula-Styles"
29140
29141 \end_inset
29142
29143
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Standard
29152 With the commands 
29153 \series bold
29154
29155 \backslash
29156 shoveright
29157 \series default
29158
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Commands ! S ! 
29164 \backslash
29165 shoveright
29166 \end_layout
29167
29168 \end_inset
29169
29170  and 
29171 \series bold
29172
29173 \backslash
29174 shoveleft
29175 \series default
29176
29177 \begin_inset Index idx
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181 Commands ! S ! 
29182 \backslash
29183 shoveleft
29184 \end_layout
29185
29186 \end_inset
29187
29188  a centered line can be right or left aligned, respectively.
29189  The commands are used as follows:
29190 \end_layout
29191
29192 \begin_layout Standard
29193
29194 \series bold
29195
29196 \backslash
29197 shoveright{line content}
29198 \series default
29199  and 
29200 \series bold
29201
29202 \backslash
29203 shoveleft{line content}
29204 \end_layout
29205
29206 \begin_layout Standard
29207 \begin_inset VSpace medskip
29208 \end_inset
29209
29210 The length 
29211 \series bold
29212
29213 \backslash
29214 multlinegap
29215 \series default
29216
29217 \begin_inset Index idx
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 Commands ! M ! 
29222 \backslash
29223 multlinegap
29224 \end_layout
29225
29226 \end_inset
29227
29228  specifies the distance of the first line from the left page margin.
29229  Predefined is the length 0
29230 \begin_inset space \thinspace{}
29231 \end_inset
29232
29233 pt.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 As example the above formula where the command
29238 \end_layout
29239
29240 \begin_layout Standard
29241
29242 \series bold
29243
29244 \backslash
29245 setlength{
29246 \backslash
29247 multlinegap}{2cm}
29248 \end_layout
29249
29250 \begin_layout Standard
29251 was inserted in \SpecialChar TeX
29252  mode before:
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258
29259 \backslash
29260 setlength{
29261 \backslash
29262 multlinegap}{2cm}
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \begin_inset Formula 
29269 \begin{multline}
29270 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}\\
29271 \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}}\\
29272 =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}}
29273 \end{multline}
29274
29275 \end_inset
29276
29277
29278 \begin_inset ERT
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282
29283
29284 \backslash
29285 setlength{
29286 \backslash
29287 multlinegap}{0pt}
29288 \end_layout
29289
29290 \end_inset
29291
29292 The second line was left aligned using 
29293 \series bold
29294
29295 \backslash
29296 shoveleft
29297 \series default
29298 .
29299 \end_layout
29300
29301 \begin_layout Subsection
29302 Multiline Formula Parts
29303 \begin_inset CommandInset label
29304 LatexCommand label
29305 name "subsec:Multiline-Formula-Parts"
29306
29307 \end_inset
29308
29309
29310 \begin_inset Index idx
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314 Formula ! multiline ! formula parts
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 To display only parts of a formula with multiple lines, one of the following
29324  environments is used: 
29325 \series bold
29326 aligned
29327 \series default
29328
29329 \series bold
29330 alignedat
29331 \series default
29332
29333 \series bold
29334 gathered
29335 \series default
29336  or 
29337 \series bold
29338 split
29339 \series default
29340 .
29341  They can be inserted via the menu 
29342 \family sans
29343 Insert\SpecialChar menuseparator
29344 Math
29345 \family default
29346  or by using the commands described in this section.
29347 \end_layout
29348
29349 \begin_layout Standard
29350 The first three have the same properties as the corresponding multiline
29351  formula environments, but it is possible to set further formula parts beside
29352  them.
29353  An example:
29354 \begin_inset Formula 
29355 \[
29356 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29357 \Delta E\Delta t & \ge\frac{\hbar}{2}
29358 \end{aligned}
29359 \right\} \textrm{Uncertainty relations}
29360 \]
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Standard
29368 To get this formula, a displayed formula is created where the command 
29369 \series bold
29370
29371 \backslash
29372 aligned
29373 \series default
29374
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Commands ! A ! 
29380 \backslash
29381 aligned
29382 \end_layout
29383
29384 \end_inset
29385
29386  is inserted.
29387  A purple box appears around the blue formula box where now columns and
29388  lines can be added.
29389  Outside the multiline environment other formula parts can be set, like
29390  the brace.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 The aligned environment is also suitable for long formulas whose lines are
29395  horizontally aligned.
29396  Using aligned in a displayed formula has the advantage that the formula
29397  number is vertically centered behind the lines.
29398  As example formula 
29399 \begin_inset CommandInset ref
29400 LatexCommand eqref
29401 reference "eq:shortlong"
29402
29403 \end_inset
29404
29405  in the aligned environment:
29406 \begin_inset Formula 
29407 \begin{equation}
29408 \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}|}\\
29409  & -\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}|}
29410 \end{aligned}
29411 \end{equation}
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 To use the environments 
29420 \series bold
29421 alignedat
29422 \series default
29423
29424 \series bold
29425 gathered
29426 \series default
29427 , or 
29428 \series bold
29429 split
29430 \series default
29431 , the command 
29432 \series bold
29433
29434 \backslash
29435 alignedat
29436 \series default
29437 ,
29438 \begin_inset Index idx
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442 Commands ! A ! 
29443 \backslash
29444 alignedat
29445 \end_layout
29446
29447 \end_inset
29448
29449  
29450 \series bold
29451
29452 \backslash
29453 gathered
29454 \series default
29455
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Commands ! G ! 
29461 \backslash
29462 gathered
29463 \end_layout
29464
29465 \end_inset
29466
29467 , or 
29468 \series bold
29469
29470 \backslash
29471 split
29472 \series default
29473
29474 \begin_inset Index idx
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Commands ! S ! 
29479 \backslash
29480 split
29481 \end_layout
29482
29483 \end_inset
29484
29485  are inserted, respectively.
29486  The split environment has the same properties as the aligned environment
29487  but it can only have two columns.
29488 \end_layout
29489
29490 \begin_layout Subsection
29491 Text in multiline Formulas
29492 \begin_inset CommandInset label
29493 LatexCommand label
29494 name "subsec:Text-in-multiline"
29495
29496 \end_inset
29497
29498
29499 \begin_inset Index idx
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503 Text ! in formulas
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \begin_inset Index idx
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513 Formula ! multiline ! text
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 In the Align environments, and the multline and gather environment, text
29523  can be inserted that will appear in a separate line and doesn't affect
29524  the column alignment.
29525  To do this, the command 
29526 \series bold
29527
29528 \backslash
29529 intertext
29530 \series default
29531
29532 \begin_inset Index idx
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 Commands ! I ! 
29537 \backslash
29538 intertext
29539 \end_layout
29540
29541 \end_inset
29542
29543  is used in the following scheme:
29544 \end_layout
29545
29546 \begin_layout Standard
29547
29548 \series bold
29549
29550 \backslash
29551 intertext{text}
29552 \end_layout
29553
29554 \begin_layout Standard
29555 The text should not be longer than a line because it cannot be hyphenated.
29556  As \SpecialChar LyX
29557  doesn't yet support 
29558 \series bold
29559
29560 \backslash
29561 intertext
29562 \series default
29563  directly, the text is written as mathematical text.
29564  
29565 \series bold
29566
29567 \backslash
29568 intertext
29569 \series default
29570  must hereby be at the beginning of a line and appears in the output above
29571  this line.
29572  An example where the text was inserted at the beginning of the second line:
29573 \begin_inset Formula 
29574 \begin{align}
29575 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29576 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29577 \end{align}
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585
29586 \series bold
29587
29588 \backslash
29589 intertext
29590 \series default
29591  always creates some vertical space between the text and the formula lines.
29592  To avoid this space, set in the document settings under 
29593 \family sans
29594 Math
29595 \begin_inset space ~
29596 \end_inset
29597
29598 Options
29599 \family default
29600  for the package 
29601 \series bold
29602 mathtools
29603 \series default
29604
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Packages ! mathtools
29610 \end_layout
29611
29612 \end_inset
29613
29614  the option 
29615 \family sans
29616 Load
29617 \begin_inset space ~
29618 \end_inset
29619
29620 always
29621 \family default
29622 .
29623  Then you can use the command 
29624 \series bold
29625
29626 \backslash
29627 shortintertext
29628 \series default
29629
29630 \begin_inset Index idx
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Commands ! S ! 
29635 \backslash
29636 shortintertext
29637 \end_layout
29638
29639 \end_inset
29640
29641  instead of 
29642 \series bold
29643
29644 \backslash
29645 intertext
29646 \series default
29647 :
29648 \end_layout
29649
29650 \begin_layout Standard
29651 \begin_inset Formula 
29652 \begin{align}
29653 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29654 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29655 \end{align}
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Section
29663 Formula Numbering
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Formula numbering
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \begin_inset Index idx
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678 Formula ! numbering|see
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684 {
29685 \end_layout
29686
29687 \end_inset
29688
29689 Formula numbering
29690 \begin_inset ERT
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694
29695 }
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Subsection
29709 General
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Numbered formulas can be created with the menu 
29714 \family sans
29715 Insert\SpecialChar menuseparator
29716 Math\SpecialChar menuseparator
29717 Numbered
29718 \begin_inset space ~
29719 \end_inset
29720
29721 Formula
29722 \family default
29723  (shortcut 
29724 \family sans
29725 Ctrl+Alt
29726 \begin_inset space ~
29727 \end_inset
29728
29729 N
29730 \family default
29731 ).
29732  Existing formulas can be numbered with the menu 
29733 \family sans
29734 Edit\SpecialChar menuseparator
29735 Math\SpecialChar menuseparator
29736 Toggle
29737 \begin_inset space ~
29738 \end_inset
29739
29740 Numbering
29741 \family default
29742  (shortcut 
29743 \begin_inset Info
29744 type  "shortcut"
29745 arg   "math-number-toggle"
29746 \end_inset
29747
29748 ).
29749  The formula number is displayed in \SpecialChar LyX
29750  behind the formula as a number sign
29751  in parentheses.
29752  The number sign is replaced in the output by the formula number.
29753 \end_layout
29754
29755 \begin_layout Standard
29756 When numbering is turned on in multiline formulas, all lines will be numbered.
29757  But the numbering can be controlled with the menu 
29758 \family sans
29759 Edit\SpecialChar menuseparator
29760 Math\SpecialChar menuseparator
29761 Toggle
29762 \begin_inset space ~
29763 \end_inset
29764
29765 Numbering
29766 \begin_inset space ~
29767 \end_inset
29768
29769 of
29770 \begin_inset space ~
29771 \end_inset
29772
29773 Line
29774 \family default
29775  (shortcut 
29776 \begin_inset Info
29777 type  "shortcut"
29778 arg   "math-number-line-toggle"
29779 \end_inset
29780
29781 ) for every line.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Except for inline formulas, all formulas can be numbered with two different
29786  styles, see 
29787 \begin_inset CommandInset ref
29788 LatexCommand ref
29789 reference "sec:Formula-Styles"
29790
29791 \end_inset
29792
29793 .
29794 \end_layout
29795
29796 \begin_layout Subsection
29797 Cross-References
29798 \begin_inset Index idx
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802 Cross-references ! to formulas
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \end_layout
29809
29810 \begin_layout Standard
29811 All labeled formulas can be cross-referenced.
29812  A label is added by the menu 
29813 \family sans
29814 Insert\SpecialChar menuseparator
29815 Label
29816 \family default
29817  or the toolbar button 
29818 \begin_inset Info
29819 type  "icon"
29820 arg   "label-insert"
29821 \end_inset
29822
29823 .
29824  The cursor must hereby be inside a displayed formula.
29825  Alternatively you can right-click on the formula and choose 
29826 \family sans
29827 Equation Label
29828 \family default
29829 .
29830  A dialog pops up displaying the prefix 
29831 \series bold
29832 eq:
29833 \series default
29834  in a text field.
29835  The label is inserted there behind the prefix.
29836  The predefined prefix means 
29837 \begin_inset Quotes eld
29838 \end_inset
29839
29840 equation
29841 \begin_inset Quotes erd
29842 \end_inset
29843
29844  and makes it easier to find labels in large documents because it marks
29845  it as formula label to divide it from e.
29846 \begin_inset space \thinspace{}
29847 \end_inset
29848
29849 g.
29850 \begin_inset space \space{}
29851 \end_inset
29852
29853 section labels.
29854  To change a label, the menu 
29855 \family sans
29856 Insert\SpecialChar menuseparator
29857 Label
29858 \family default
29859  is used again or you right-click on a formula and then on 
29860 \family sans
29861 Equation Label
29862 \family default
29863 .
29864 \end_layout
29865
29866 \begin_layout Standard
29867 The name of the label is displayed in \SpecialChar LyX
29868  within two parentheses behind formula.
29869  A formula with a label is always numbered.
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Cross-references are inserted via the menu 
29874 \family sans
29875 Insert\SpecialChar menuseparator
29876 Cross-Reference
29877 \family default
29878  or with the toolbar button 
29879 \begin_inset Info
29880 type  "icon"
29881 arg   "dialog-show-new-inset ref"
29882 \end_inset
29883
29884 .
29885  A formula cross-reference appears in the output as formula number.
29886  When in the cross-reference dialog window the format 
29887 \series bold
29888 (<reference>)
29889 \series default
29890  is chosen, the cross-reference appears in the output as formula number
29891  in parentheses.
29892 \begin_inset Newline newline
29893 \end_inset
29894
29895 By right-clicking on a cross-reference in \SpecialChar LyX
29896 , one jumps to the formula that
29897  is referenced.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Here are as examples cross-references to formulas of the following subsections:
29902 \begin_inset Note Note
29903 status open
29904
29905 \begin_layout Plain Layout
29906 Note the different cross-reference types.
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 The equations 
29916 \begin_inset CommandInset ref
29917 LatexCommand eqref
29918 reference "eq:tag"
29919
29920 \end_inset
29921
29922  and 
29923 \begin_inset CommandInset ref
29924 LatexCommand eqref
29925 reference "eq:c"
29926
29927 \end_inset
29928
29929  are equivalent.
29930  In (
29931 \begin_inset CommandInset ref
29932 LatexCommand ref
29933 reference "eq:Lat"
29934
29935 \end_inset
29936
29937 ) big Latin letters are used for the numbering in contrary to (
29938 \begin_inset CommandInset ref
29939 LatexCommand ref
29940 reference "eq:Rom"
29941
29942 \end_inset
29943
29944 ).
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \begin_inset VSpace medskip
29949 \end_inset
29950
29951 When the argument of 
29952 \series bold
29953
29954 \backslash
29955 tag
29956 \begin_inset Foot
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960
29961 \series bold
29962
29963 \backslash
29964 tag
29965 \series default
29966  is described in 
29967 \begin_inset CommandInset ref
29968 LatexCommand ref
29969 reference "subsec:User-defined-Numbering"
29970
29971 \end_inset
29972
29973 .
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \series default
29980  contains a box like in 
29981 \begin_inset CommandInset ref
29982 LatexCommand ref
29983 reference "subsec:Paragraph-Boxes"
29984
29985 \end_inset
29986
29987 , the formula cannot be referenced.
29988 \end_layout
29989
29990 \begin_layout Subsection
29991 Subnumbering
29992 \begin_inset Index idx
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Formula numbering ! subnumbering
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \begin_layout Standard
30005 With the help of the commands 
30006 \series bold
30007
30008 \backslash
30009 begin{subequations}
30010 \series default
30011  and 
30012 \series bold
30013
30014 \backslash
30015 end{subequations}
30016 \series default
30017  formulas can be subnumbered.
30018  Both commands are inserted in \SpecialChar TeX
30019  mode.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 An example:
30024 \begin_inset Formula 
30025 \begin{equation}
30026 A=C-B
30027 \end{equation}
30028
30029 \end_inset
30030
30031
30032 \begin_inset ERT
30033 status open
30034
30035 \begin_layout Plain Layout
30036
30037
30038 \backslash
30039 begin{subequations}
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \begin_inset VSpace -5mm
30046 \end_inset
30047
30048
30049 \begin_inset Formula 
30050 \begin{equation}
30051 B=C-A\label{eq:b}
30052 \end{equation}
30053
30054 \end_inset
30055
30056
30057 \begin_inset Formula 
30058 \begin{equation}
30059 C=A+B\label{eq:c}
30060 \end{equation}
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 \begin_inset ERT
30069 status open
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 end{subequations}
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \begin_layout Standard
30084 To create the example, the following is done:
30085 \end_layout
30086
30087 \begin_layout Enumerate
30088 first formula is inserted
30089 \end_layout
30090
30091 \begin_layout Enumerate
30092
30093 \series bold
30094
30095 \backslash
30096 begin{subequations}
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \series default
30102 is inserted after the first formula
30103 \end_layout
30104
30105 \begin_layout Enumerate
30106 second formula is inserted
30107 \end_layout
30108
30109 \begin_layout Enumerate
30110 third formula is inserted
30111 \end_layout
30112
30113 \begin_layout Enumerate
30114
30115 \series bold
30116
30117 \backslash
30118 end{subequations}
30119 \series default
30120  is inserted after the third formula
30121 \end_layout
30122
30123 \begin_layout Standard
30124 Every formula between the commands 
30125 \series bold
30126
30127 \backslash
30128 begin
30129 \series default
30130  and 
30131 \series bold
30132
30133 \backslash
30134 end
30135 \series default
30136  will be subnumbered with a, b, c, \SpecialChar ldots
30137  in the output.
30138  For multiline formulas every line will be subnumbered.
30139 \end_layout
30140
30141 \begin_layout Standard
30142 Referencing subequations work like for normal equations: 
30143 \begin_inset CommandInset ref
30144 LatexCommand eqref
30145 reference "eq:b"
30146
30147 \end_inset
30148
30149
30150 \begin_inset CommandInset ref
30151 LatexCommand eqref
30152 reference "eq:c"
30153
30154 \end_inset
30155
30156 .
30157  If you want to reference the subequations collectively, insert a label
30158  directly after
30159 \series bold
30160  
30161 \backslash
30162 begin{subequations}
30163 \series default
30164  and reference it.
30165  Formula 
30166 \begin_inset CommandInset ref
30167 LatexCommand eqref
30168 reference "eq:Here-is-an"
30169
30170 \end_inset
30171
30172  is an example.
30173 \end_layout
30174
30175 \begin_layout Standard
30176 By inserting commands in \SpecialChar TeX
30177  mode, a space is created between the first two
30178  formulas.
30179  To revert this -5
30180 \begin_inset space \thinspace{}
30181 \end_inset
30182
30183 mm vertical space is inserted after the command 
30184 \series bold
30185
30186 \backslash
30187 begin{subequations}
30188 \series default
30189 .
30190  When the formula style 
30191 \series bold
30192 Indented
30193 \begin_inset Foot
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197 formula styles see 
30198 \begin_inset CommandInset ref
30199 LatexCommand ref
30200 reference "sec:Formula-Styles"
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \series default
30211  is used, -7
30212 \begin_inset space \thinspace{}
30213 \end_inset
30214
30215 mm space is inserted instead.
30216 \end_layout
30217
30218 \begin_layout Standard
30219 To get another subnumber instead of small Latin letters, insert this command
30220  as TeX code after 
30221 \series bold
30222
30223 \backslash
30224 begin{subequations}
30225 \series default
30226 :
30227 \end_layout
30228
30229 \begin_layout Standard
30230
30231 \series bold
30232
30233 \backslash
30234 renewcommand{
30235 \backslash
30236 theequation}{
30237 \backslash
30238 theparentequation -
30239 \backslash
30240 roman{equation}}
30241 \end_layout
30242
30243 \begin_layout Standard
30244
30245 \series bold
30246
30247 \backslash
30248 theparentequation
30249 \series default
30250  creates hereby the parent number and 
30251 \series bold
30252
30253 \backslash
30254 roman{equation}
30255 \series default
30256  adds a small Roman number as subnumber.
30257  For more information about the customization of the numbering, see 
30258 \begin_inset CommandInset ref
30259 LatexCommand ref
30260 reference "subsec:Numbering-with-Roman"
30261
30262 \end_inset
30263
30264 .
30265 \end_layout
30266
30267 \begin_layout Standard
30268 Here is an example for a multiline formula where the numbering is customized
30269  and turned off for the second line:
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 begin{subequations}
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset CommandInset label
30284 LatexCommand label
30285 name "eq:Here-is-an"
30286
30287 \end_inset
30288
30289
30290 \begin_inset ERT
30291 status open
30292
30293 \begin_layout Plain Layout
30294
30295
30296 \backslash
30297 renewcommand{
30298 \backslash
30299 theequation}{
30300 \backslash
30301 theparentequation -
30302 \backslash
30303 roman{equation}}
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \begin_inset Formula 
30310 \begin{eqnarray}
30311 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30312  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30313  & = & B^{2}-2BZ+Z^{2}
30314 \end{eqnarray}
30315
30316 \end_inset
30317
30318
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324
30325 \backslash
30326 end{subequations}
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \begin_layout Subsection
30335 User-defined Numbering
30336 \begin_inset CommandInset label
30337 LatexCommand label
30338 name "subsec:User-defined-Numbering"
30339
30340 \end_inset
30341
30342
30343 \begin_inset Index idx
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 Formula numbering ! user-defined
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 \begin_inset Index idx
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360 Formula numbering ! self-defined delimiters
30361 \end_layout
30362
30363 \end_inset
30364
30365 With the standard numbering parentheses are set around the formula number.
30366  To replace the parentheses for example by vertical bars, the following
30367  line is added to the \SpecialChar LaTeX
30368 -preamble:
30369 \end_layout
30370
30371 \begin_layout Standard
30372
30373 \series bold
30374
30375 \backslash
30376 def
30377 \backslash
30378 tagform@#1{
30379 \backslash
30380 maketag@@@{|#1|}}
30381 \series default
30382
30383 \begin_inset Note Note
30384 status collapsed
30385
30386 \begin_layout Plain Layout
30387 This macro is already declared in the \SpecialChar LaTeX
30388 -preamble for testing.
30389  To activate it, remove the percent sign at the beginning.
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Standard
30398 To use other characters, the vertical bars besides the 
30399 \series bold
30400 #1
30401 \series default
30402  are replaced by one ore more characters.
30403  To get only the formula number the vertical bars are omitted.
30404 \end_layout
30405
30406 \begin_layout Standard
30407 \begin_inset VSpace bigskip
30408 \end_inset
30409
30410 When there should be an expression of your choice instead of the consecutive
30411  formula number in parentheses behind the formula, the command 
30412 \series bold
30413
30414 \backslash
30415 tag
30416 \series default
30417
30418 \begin_inset Index idx
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422 Commands ! T ! 
30423 \backslash
30424 tag
30425 \end_layout
30426
30427 \end_inset
30428
30429  is used:
30430 \begin_inset Formula 
30431 \begin{equation}
30432 A+B=C\tag{something}\label{eq:tag}
30433 \end{equation}
30434
30435 \end_inset
30436
30437 In this example the command 
30438 \series bold
30439
30440 \backslash
30441 tag
30442 \begin_inset space \textvisiblespace{}
30443 \end_inset
30444
30445 something
30446 \series default
30447  was inserted in the formula.
30448 \end_layout
30449
30450 \begin_layout Standard
30451 When the command 
30452 \series bold
30453
30454 \backslash
30455 tag*
30456 \begin_inset space \textvisiblespace{}
30457 \end_inset
30458
30459 something
30460 \series default
30461  is inserted instead, the star prevents the parentheses around the expression:
30462 \begin_inset Formula 
30463 \[
30464 A+B=C\tag*{something}
30465 \]
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Standard
30473 \begin_inset VSpace bigskip
30474 \end_inset
30475
30476 To restart the formula numbering with new document parts or sections, the
30477  following command is used:
30478 \end_layout
30479
30480 \begin_layout Standard
30481
30482 \series bold
30483
30484 \backslash
30485 @addtoreset{equation}{part}
30486 \series default
30487
30488 \begin_inset Index idx
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Commands ! 
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498 "
30499 \end_layout
30500
30501 \end_inset
30502
30503 @
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509 "
30510 \end_layout
30511
30512 \end_inset
30513
30514  ! 
30515 \backslash
30516
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522 "
30523 \end_layout
30524
30525 \end_inset
30526
30527 @
30528 \begin_inset ERT
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532
30533 "
30534 \end_layout
30535
30536 \end_inset
30537
30538 addtoreset
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547 resp.
30548 \begin_inset Newline newline
30549 \end_inset
30550
30551
30552 \series bold
30553
30554 \backslash
30555 @addtoreset{equation}{section}
30556 \end_layout
30557
30558 \begin_layout Standard
30559 To be able to use these commands in \SpecialChar TeX
30560  mode, the 
30561 \begin_inset Quotes eld
30562 \end_inset
30563
30564 @
30565 \begin_inset Quotes erd
30566 \end_inset
30567
30568  character has to be made 
30569 \begin_inset Quotes eld
30570 \end_inset
30571
30572 active
30573 \begin_inset Quotes erd
30574 \end_inset
30575
30576  for \SpecialChar LaTeX
30577  using the command 
30578 \series bold
30579
30580 \backslash
30581 makeatletter.
30582
30583 \series default
30584  The command 
30585 \series bold
30586
30587 \backslash
30588 makeatother
30589 \series default
30590  reverts this.
30591  So the command sequence in \SpecialChar TeX
30592  mode is:
30593 \end_layout
30594
30595 \begin_layout Standard
30596
30597 \series bold
30598
30599 \backslash
30600 makeatletter
30601 \begin_inset Newline newline
30602 \end_inset
30603
30604
30605 \backslash
30606 @addtoreset{equation}{section}
30607 \begin_inset Newline newline
30608 \end_inset
30609
30610
30611 \backslash
30612 makeatother
30613 \end_layout
30614
30615 \begin_layout Standard
30616 In the \SpecialChar LaTeX
30617 -preamble 
30618 \series bold
30619
30620 \backslash
30621 makeatletter
30622 \series default
30623  and 
30624 \series bold
30625
30626 \backslash
30627 makeatother
30628 \series default
30629  can be omitted as they are automatically internally inserted by \SpecialChar LyX
30630 .
30631 \end_layout
30632
30633 \begin_layout Standard
30634 To revert 
30635 \series bold
30636
30637 \backslash
30638 @addtoreset
30639 \series default
30640 , the file 
30641 \series bold
30642 remreset.sty
30643 \series default
30644
30645 \begin_inset Foot
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650 \series bold
30651 remreset
30652 \series default
30653  is part of the \SpecialChar LaTeX
30654 -package 
30655 \series bold
30656 carlisle
30657 \series default
30658
30659 \begin_inset Index idx
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 Packages ! carlisle
30664 \end_layout
30665
30666 \end_inset
30667
30668  that is part of every \SpecialChar LaTeX
30669  standard installation.
30670 \end_layout
30671
30672 \end_inset
30673
30674
30675 \begin_inset Index idx
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 Packages ! remreset
30680 \end_layout
30681
30682 \end_inset
30683
30684  has to be loaded in the \SpecialChar LaTeX
30685 -preamble with the line
30686 \end_layout
30687
30688 \begin_layout Standard
30689
30690 \series bold
30691
30692 \backslash
30693 usepackage{remreset}
30694 \end_layout
30695
30696 \begin_layout Standard
30697 Then the command 
30698 \series bold
30699
30700 \backslash
30701 @removefromreset
30702 \series default
30703
30704 \begin_inset Index idx
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708 Commands ! 
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714 "
30715 \end_layout
30716
30717 \end_inset
30718
30719 @
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725 "
30726 \end_layout
30727
30728 \end_inset
30729
30730  ! 
30731 \backslash
30732
30733 \begin_inset ERT
30734 status collapsed
30735
30736 \begin_layout Plain Layout
30737
30738 "
30739 \end_layout
30740
30741 \end_inset
30742
30743 @
30744 \begin_inset ERT
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748
30749 "
30750 \end_layout
30751
30752 \end_inset
30753
30754 removefromreset
30755 \end_layout
30756
30757 \end_inset
30758
30759  can be used with the same scheme as 
30760 \series bold
30761
30762 \backslash
30763 @addtoreset
30764 \series default
30765 .
30766 \end_layout
30767
30768 \begin_layout Standard
30769 \begin_inset VSpace bigskip
30770 \end_inset
30771
30772 Sometimes formulas should be numbered in the following form:
30773 \end_layout
30774
30775 \begin_layout Standard
30776
30777 \family typewriter
30778 (section number.formula number)
30779 \end_layout
30780
30781 \begin_layout Standard
30782 The formula number should start with every section with 
30783 \begin_inset Quotes eld
30784 \end_inset
30785
30786 1
30787 \begin_inset Quotes erd
30788 \end_inset
30789
30790 .
30791 \end_layout
30792
30793 \begin_layout Standard
30794 For this case there is the command 
30795 \series bold
30796
30797 \backslash
30798 numberwithin
30799 \series default
30800
30801 \begin_inset Index idx
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805 Commands ! N ! 
30806 \backslash
30807 numberwithin
30808 \end_layout
30809
30810 \end_inset
30811
30812 , which is used with the following scheme:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 numberwithin{counter}{sectioning}
30821 \end_layout
30822
30823 \begin_layout Standard
30824 Counter denotes what kind of numbering is affected, sectioning denotes what
30825  number is before the dot.
30826 \end_layout
30827
30828 \begin_layout Standard
30829 Thus in our case the following \SpecialChar LaTeX
30830  preamble or \SpecialChar TeX
30831  code line is used:
30832 \end_layout
30833
30834 \begin_layout Standard
30835
30836 \series bold
30837
30838 \backslash
30839 numberwithin{equation}{section}
30840 \end_layout
30841
30842 \begin_layout Standard
30843 This is the result:
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 numberwithin{equation}{section}
30852 \end_layout
30853
30854 \end_inset
30855
30856
30857 \begin_inset Formula 
30858 \begin{equation}
30859 A+B=C
30860 \end{equation}
30861
30862 \end_inset
30863
30864
30865 \end_layout
30866
30867 \begin_layout Standard
30868 To number e.
30869 \begin_inset space \thinspace{}
30870 \end_inset
30871
30872 g.
30873 \begin_inset space \space{}
30874 \end_inset
30875
30876 tables so that the number of the part is the sectioning,
30877 \begin_inset Newline newline
30878 \end_inset
30879
30880
30881 \series bold
30882
30883 \backslash
30884 numberwithin{table}{part}
30885 \series default
30886  is used.
30887 \end_layout
30888
30889 \begin_layout Standard
30890 To go back to the standard numbering or to prevent this kind of numbering
30891  when it is defined by the document class, the following command is inserted
30892  as \SpecialChar TeX
30893  code or to the \SpecialChar LaTeX
30894  preamble:
30895 \end_layout
30896
30897 \begin_layout Standard
30898
30899 \series bold
30900
30901 \backslash
30902 renewcommand{
30903 \backslash
30904 theequation}{
30905 \backslash
30906 arabic{equation}}
30907 \begin_inset Index idx
30908 status collapsed
30909
30910 \begin_layout Plain Layout
30911 Commands ! A ! 
30912 \backslash
30913 arabic
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \series default
30920
30921 \begin_inset ERT
30922 status collapsed
30923
30924 \begin_layout Plain Layout
30925
30926
30927 \backslash
30928 renewcommand{
30929 \backslash
30930 theequation}{
30931 \backslash
30932 arabic{equation}}
30933 \end_layout
30934
30935 \end_inset
30936
30937
30938 \series bold
30939
30940 \begin_inset Newline newline
30941 \end_inset
30942
30943
30944 \series default
30945 or
30946 \series bold
30947
30948 \begin_inset Newline newline
30949 \end_inset
30950
30951
30952 \backslash
30953 renewcommand{
30954 \backslash
30955 thetable}{
30956 \backslash
30957 arabic{table}}
30958 \end_layout
30959
30960 \begin_layout Standard
30961
30962 \series bold
30963
30964 \backslash
30965 numberwithin
30966 \series default
30967  uses internally the command 
30968 \series bold
30969
30970 \backslash
30971 @addtoreset
30972 \series default
30973 , described above, that also needs to be reverted.
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 makeatletter
30982 \end_layout
30983
30984 \begin_layout Plain Layout
30985
30986
30987 \backslash
30988 @removefromreset{equation}{section}
30989 \end_layout
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 makeatother
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Standard
31004 \begin_inset Newpage newpage
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Subsection
31011 Numbering with Roman Numbers and Letters
31012 \begin_inset CommandInset label
31013 LatexCommand label
31014 name "subsec:Numbering-with-Roman"
31015
31016 \end_inset
31017
31018
31019 \begin_inset Index idx
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 Formula numbering ! with letters
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset Index idx
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 Formula numbering ! with Roman numbers
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 Formulas can also be numbered with Roman numbers and Latin letters.
31043  To number for example with small Roman numbers, the command
31044 \end_layout
31045
31046 \begin_layout Standard
31047
31048 \series bold
31049
31050 \backslash
31051 renewcommand{
31052 \backslash
31053 theequation}{
31054 \backslash
31055 roman{equation}}
31056 \end_layout
31057
31058 \begin_layout Standard
31059 is inserted before the formula in \SpecialChar TeX
31060  mode.
31061  
31062 \series bold
31063
31064 \backslash
31065 renewcommand
31066 \series default
31067
31068 \begin_inset Index idx
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072 Commands ! R ! 
31073 \backslash
31074 renewcommand
31075 \end_layout
31076
31077 \end_inset
31078
31079  redefines the predefined command 
31080 \series bold
31081
31082 \backslash
31083 theequation
31084 \series default
31085  to the command 
31086 \series bold
31087
31088 \backslash
31089 roman{equation}
31090 \series default
31091 .
31092 \begin_inset Foot
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 The command 
31097 \series bold
31098
31099 \backslash
31100 renewcommand
31101 \series default
31102  has the same scheme like the command 
31103 \series bold
31104
31105 \backslash
31106 newcommand
31107 \series default
31108  that is described in 
31109 \begin_inset CommandInset ref
31110 LatexCommand ref
31111 reference "subsec:The-Command-newcommand"
31112
31113 \end_inset
31114
31115 .
31116 \end_layout
31117
31118 \end_inset
31119
31120  
31121 \series bold
31122 equation
31123 \series default
31124  is the formula counter.
31125  When the command 
31126 \series bold
31127
31128 \backslash
31129 the
31130 \series default
31131  is used as prefix for a counter, the value of the counter is output as
31132  Arabic number.
31133  When a formula is numbered, \SpecialChar LaTeX
31134  sets internally the command 
31135 \series bold
31136
31137 \backslash
31138 theequation
31139 \series default
31140  behind the formula.
31141  
31142 \series bold
31143
31144 \backslash
31145 roman{equation}
31146 \begin_inset Index idx
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150 Commands ! R ! 
31151 \backslash
31152 roman
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \series default
31159  outputs the counter as small Roman number.
31160 \end_layout
31161
31162 \begin_layout Standard
31163 All formulas behind the command 
31164 \series bold
31165
31166 \backslash
31167 renew
31168 \series default
31169 c
31170 \series bold
31171 ommand
31172 \series default
31173  are now numbered Roman.
31174  To switch to numbering with big Roman numbers, the command is inserted
31175  again, but 
31176 \series bold
31177
31178 \backslash
31179 roman
31180 \series default
31181  is replaced by 
31182 \series bold
31183
31184 \backslash
31185 Roman
31186 \series default
31187
31188 \begin_inset Index idx
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 Commands ! R ! 
31193 \backslash
31194 roman@
31195 \backslash
31196 Roman
31197 \end_layout
31198
31199 \end_inset
31200
31201 .
31202  To 
31203 \begin_inset Quotes eld
31204 \end_inset
31205
31206 number
31207 \begin_inset Quotes erd
31208 \end_inset
31209
31210  with small Latin letters there is the command 
31211 \series bold
31212
31213 \backslash
31214 alph
31215 \series default
31216
31217 \begin_inset Index idx
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Commands ! A ! 
31222 \backslash
31223 alph
31224 \end_layout
31225
31226 \end_inset
31227
31228 , for big ones there is the command 
31229 \series bold
31230
31231 \backslash
31232 Alph
31233 \series default
31234
31235 \begin_inset Index idx
31236 status collapsed
31237
31238 \begin_layout Plain Layout
31239 Commands ! A ! 
31240 \backslash
31241 alph@
31242 \backslash
31243 Alph
31244 \end_layout
31245
31246 \end_inset
31247
31248 .
31249 \end_layout
31250
31251 \begin_layout Standard
31252 \begin_inset Note Greyedout
31253 status open
31254
31255 \begin_layout Plain Layout
31256
31257 \series bold
31258 \color none
31259 Note:
31260 \series default
31261  Only maximal 26
31262 \begin_inset space ~
31263 \end_inset
31264
31265 formulas can be numbered with Latin letters in one document.
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \begin_layout Standard
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 renewcommand{
31282 \backslash
31283 theequation}{
31284 \backslash
31285 roman{equation}}
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \begin_inset Formula 
31295 \begin{equation}
31296 A=\textrm{small roman}
31297 \end{equation}
31298
31299 \end_inset
31300
31301
31302 \begin_inset ERT
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306
31307
31308 \backslash
31309 renewcommand{
31310 \backslash
31311 theequation}{
31312 \backslash
31313 Roman{equation}}
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \begin_inset Formula 
31320 \begin{equation}
31321 B=\textrm{big Roman}\label{eq:Rom}
31322 \end{equation}
31323
31324 \end_inset
31325
31326
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332
31333 \backslash
31334 renewcommand{
31335 \backslash
31336 theequation}{
31337 \backslash
31338 alph{equation}}
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \begin_inset Formula 
31345 \begin{equation}
31346 C=\textrm{small Latin}
31347 \end{equation}
31348
31349 \end_inset
31350
31351
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 renewcommand{
31360 \backslash
31361 theequation}{
31362 \backslash
31363 Alph{equation}}
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \begin_inset Formula 
31370 \begin{equation}
31371 D=\textrm{big Latin}\label{eq:Lat}
31372 \end{equation}
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380 To switch back to the default numbering, insert the command:
31381 \end_layout
31382
31383 \begin_layout Standard
31384
31385 \series bold
31386
31387 \backslash
31388 renewcommand{
31389 \backslash
31390 theequation}{
31391 \backslash
31392 arabic{equation}}
31393 \begin_inset Index idx
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397 Commands ! A ! 
31398 \backslash
31399 arabic
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \begin_layout Standard
31408 \begin_inset ERT
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412
31413
31414 \backslash
31415 renewcommand{
31416 \backslash
31417 theequation}{
31418 \backslash
31419 arabic{equation}}
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \begin_inset Formula 
31426 \begin{equation}
31427 E=\textrm{Arabic}
31428 \end{equation}
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 \begin_inset VSpace medskip
31437 \end_inset
31438
31439 As you see, formulas are numbered serially independent from the numbering
31440  style.
31441  When then numbering should start with 
31442 \begin_inset Quotes eld
31443 \end_inset
31444
31445 1
31446 \begin_inset Quotes erd
31447 \end_inset
31448
31449  when the style is changed, new equation counters have to be defined.
31450  A description about this can be found in the file 
31451 \begin_inset CommandInset href
31452 LatexCommand href
31453 name "Formula-numbering.lyx"
31454 target "run:Formula-numbering.lyx"
31455
31456 \end_inset
31457
31458 .
31459 \end_layout
31460
31461 \begin_layout Section
31462 Chemical Symbols and Equations
31463 \begin_inset CommandInset label
31464 LatexCommand label
31465 name "subsec:Chemical-Symbols-and"
31466
31467 \end_inset
31468
31469
31470 \begin_inset Index idx
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Chemical characters ! Symbols
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Index idx
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Chemical equations
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Symbols ! chemical
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 An example text from chemistry:
31504 \end_layout
31505
31506 \begin_layout Quote
31507 The 
31508 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31509 \end_inset
31510
31511 -ion reacts with two 
31512 \begin_inset Formula $\mathrm{Na^{+}}$
31513 \end_inset
31514
31515 -ions to sodium sulfate 
31516 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31517 \end_inset
31518
31519 .
31520  The chemical equation for this is:
31521 \begin_inset Formula 
31522 \begin{equation}
31523 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31524 \end{equation}
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Standard
31532 This chemical equation can directly be created as formula.
31533  To avoid that the symbols appear italic, everything is highlighted and
31534  changed by the shortcut 
31535 \begin_inset Info
31536 type  "shortcut"
31537 arg   "font-roman"
31538 \end_inset
31539
31540  to the upright font style.
31541 \begin_inset Foot
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 font styles
31546 \series bold
31547  
31548 \series default
31549 see 
31550 \begin_inset CommandInset ref
31551 LatexCommand ref
31552 reference "subsec:Font-Styles"
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Standard
31565 A more convenient way to typeset chemical formulas is to use the command
31566  
31567 \series bold
31568
31569 \backslash
31570 ce
31571 \series default
31572
31573 \begin_inset Index idx
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 Commands ! C ! 
31578 \backslash
31579 ce
31580 \end_layout
31581
31582 \end_inset
31583
31584  that is available when the \SpecialChar LaTeX
31585 -package 
31586 \series bold
31587 mhchem
31588 \series default
31589
31590 \begin_inset Index idx
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594 Packages ! mhchem
31595 \end_layout
31596
31597 \end_inset
31598
31599  is installed.
31600  After inserting 
31601 \series bold
31602
31603 \backslash
31604 ce
31605 \series default
31606  to a formula a new blue box appears where chemical formulas can be inserted
31607  in an intuitive way.
31608 \end_layout
31609
31610 \begin_layout Standard
31611 \align center
31612 \begin_inset Tabular
31613 <lyxtabular version="3" rows="10" columns="2">
31614 <features booktabs="true" tabularvalignment="middle">
31615 <column alignment="center" valignment="top" width="0pt">
31616 <column alignment="center" valignment="top">
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622 Command
31623 \end_layout
31624
31625 \end_inset
31626 </cell>
31627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31628 \begin_inset Text
31629
31630 \begin_layout Plain Layout
31631 Result
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 </row>
31637 <row>
31638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642
31643 \backslash
31644 ce
31645 \begin_inset space \textvisiblespace{}
31646 \end_inset
31647
31648 H2CO3
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 \begin_inset Formula $\ce{H2CO3}$
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 </row>
31666 <row topspace="1.5mm">
31667 <cell alignment="center" valignment="top" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671
31672 \backslash
31673 ce
31674 \begin_inset space \textvisiblespace{}
31675 \end_inset
31676
31677 SO4^2-
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 \begin_inset Formula $\ce{SO4^{2-}}$
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 <row topspace="1.5mm">
31696 <cell alignment="center" valignment="top" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700
31701 \backslash
31702 ce
31703 \begin_inset space \textvisiblespace{}
31704 \end_inset
31705
31706 (NH4)2S
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715 \begin_inset Formula $\ce{(NH4)2S}$
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 </row>
31724 <row topspace="1.5mm">
31725 <cell alignment="center" valignment="top" usebox="none">
31726 \begin_inset Text
31727
31728 \begin_layout Plain Layout
31729
31730 \backslash
31731 ce
31732 \begin_inset space \textvisiblespace{}
31733 \end_inset
31734
31735 KCr(SO4)2.12H2O
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31741 \begin_inset Text
31742
31743 \begin_layout Plain Layout
31744 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 </row>
31753 <row topspace="1.5mm">
31754 <cell alignment="center" valignment="top" usebox="none">
31755 \begin_inset Text
31756
31757 \begin_layout Plain Layout
31758
31759 \backslash
31760 ce
31761 \begin_inset space \textvisiblespace{}
31762 \end_inset
31763
31764 A-B
31765 \backslash
31766 dbond
31767 \begin_inset space \textvisiblespace{}
31768 \end_inset
31769
31770 C
31771 \backslash
31772 tbond
31773 \begin_inset space \textvisiblespace{}
31774 \end_inset
31775
31776 D
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \end_inset
31792 </cell>
31793 </row>
31794 <row topspace="1.5mm">
31795 <cell alignment="center" valignment="top" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799
31800 \backslash
31801 ce
31802 \begin_inset space \textvisiblespace{}
31803 \end_inset
31804
31805 ^227
31806 \begin_inset Formula $\downarrow$
31807 \end_inset
31808
31809 _90
31810 \begin_inset Formula $\to$
31811 \end_inset
31812
31813 Th+
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \end_inset
31829 </cell>
31830 </row>
31831 <row>
31832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836
31837 \backslash
31838 ce
31839 \begin_inset space \textvisiblespace{}
31840 \end_inset
31841
31842
31843 \backslash
31844 mu
31845 \begin_inset space \textvisiblespace{}
31846 \end_inset
31847
31848
31849 \backslash
31850 hyphen
31851 \begin_inset space \textvisiblespace{}
31852 \end_inset
31853
31854 Cl
31855 \end_layout
31856
31857 \end_inset
31858 </cell>
31859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31860 \begin_inset Text
31861
31862 \begin_layout Plain Layout
31863 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31864 \end_inset
31865
31866
31867 \end_layout
31868
31869 \end_inset
31870 </cell>
31871 </row>
31872 <row>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877
31878 \backslash
31879 ce
31880 \begin_inset space \textvisiblespace{}
31881 \end_inset
31882
31883 CO2
31884 \begin_inset space \textvisiblespace{}
31885 \end_inset
31886
31887 +
31888 \begin_inset space \textvisiblespace{}
31889 \end_inset
31890
31891 C
31892 \begin_inset space \textvisiblespace{}
31893 \end_inset
31894
31895 <=>
31896 \begin_inset space \textvisiblespace{}
31897 \end_inset
31898
31899 2CO
31900 \end_layout
31901
31902 \end_inset
31903 </cell>
31904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31905 \begin_inset Text
31906
31907 \begin_layout Plain Layout
31908 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 </row>
31917 <row topspace="1.5mm">
31918 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922
31923 \backslash
31924 ce
31925 \begin_inset space \textvisiblespace{}
31926 \end_inset
31927
31928 CO2
31929 \begin_inset space \textvisiblespace{}
31930 \end_inset
31931
31932 +
31933 \begin_inset space \textvisiblespace{}
31934 \end_inset
31935
31936 C
31937 \begin_inset space \textvisiblespace{}
31938 \end_inset
31939
31940 ->[
31941 \backslash
31942 alpha][
31943 \backslash
31944 beta]
31945 \begin_inset space \textvisiblespace{}
31946 \end_inset
31947
31948 2CO}
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31954 \begin_inset Text
31955
31956 \begin_layout Plain Layout
31957 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 </row>
31966 </lyxtabular>
31967
31968 \end_inset
31969
31970
31971 \end_layout
31972
31973 \begin_layout Standard
31974 \begin_inset Note Greyedout
31975 status open
31976
31977 \begin_layout Plain Layout
31978
31979 \series bold
31980 \color none
31981 Note:
31982 \series default
31983  It is not possible in \SpecialChar LyX
31984  to use the character ^ to get an up-arrow as described
31985  in the 
31986 \series bold
31987 mhchem
31988 \series default
31989  manual.
31990  One instead uses a negative thin space followed by the command 
31991 \series bold
31992
31993 \backslash
31994 uparrow
31995 \series default
31996
31997 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31998 \end_inset
31999
32000
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Standard
32009 Using 
32010 \series bold
32011
32012 \backslash
32013 ce
32014 \series default
32015  the command for equation
32016 \begin_inset space ~
32017 \end_inset
32018
32019
32020 \begin_inset CommandInset ref
32021 LatexCommand eqref
32022 reference "eq:chem-reaction"
32023
32024 \end_inset
32025
32026  is:
32027 \begin_inset Newline newline
32028 \end_inset
32029
32030
32031 \series bold
32032  
32033 \backslash
32034 ce
32035 \begin_inset space \textvisiblespace{}
32036 \end_inset
32037
32038 2Na+
32039 \begin_inset space \textvisiblespace{}
32040 \end_inset
32041
32042 +
32043 \begin_inset space \textvisiblespace{}
32044 \end_inset
32045
32046 SO4^2-
32047 \begin_inset space \textvisiblespace{}
32048 \end_inset
32049
32050
32051 \begin_inset space \textvisiblespace{}
32052 \end_inset
32053
32054 ->
32055 \begin_inset space \textvisiblespace{}
32056 \end_inset
32057
32058 Na2SO4
32059 \end_layout
32060
32061 \begin_layout Standard
32062 To create multiline chemical equations first a multiline formula is created
32063  as described in 
32064 \begin_inset CommandInset ref
32065 LatexCommand ref
32066 reference "sec:Multiline-Formulas"
32067
32068 \end_inset
32069
32070 .
32071  Afterwards the command 
32072 \series bold
32073
32074 \backslash
32075 ce
32076 \series default
32077  is used in every small blue box of the formula.
32078  
32079 \begin_inset CommandInset ref
32080 LatexCommand eqref
32081 reference "eq:TEOS-reaction-1"
32082
32083 \end_inset
32084
32085  and 
32086 \begin_inset CommandInset ref
32087 LatexCommand eqref
32088 reference "eq:TEOS-reaction-2"
32089
32090 \end_inset
32091
32092  are an example of a multi-stage chemical reaction where every equation
32093  has its own number.
32094 \begin_inset Formula 
32095 \begin{eqnarray}
32096 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32097 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32098 \end{eqnarray}
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Standard
32106 Besides 
32107 \series bold
32108
32109 \backslash
32110 ce
32111 \series default
32112  the 
32113 \series bold
32114 mhchem
32115 \series default
32116  package provides the command 
32117 \series bold
32118
32119 \backslash
32120 cf
32121 \series default
32122
32123 \begin_inset Index idx
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127 Commands ! C ! 
32128 \backslash
32129 cf
32130 \end_layout
32131
32132 \end_inset
32133
32134  that has to be used for special cases.
32135  For more information about 
32136 \series bold
32137
32138 \backslash
32139 cf
32140 \series default
32141  and more examples have a look at the documentation of 
32142 \series bold
32143 mhchem
32144 \series default
32145
32146 \begin_inset CommandInset citation
32147 LatexCommand cite
32148 key "mhchem"
32149
32150 \end_inset
32151
32152 .
32153 \end_layout
32154
32155 \begin_layout Section
32156 Diagrams
32157 \end_layout
32158
32159 \begin_layout Standard
32160 \SpecialChar LyX
32161  supports two types of commutative diagrams: 
32162 \series bold
32163 amscd
32164 \series default
32165  and 
32166 \series bold
32167 xymatrix
32168 \series default
32169  that are explained in the following.
32170 \end_layout
32171
32172 \begin_layout Subsection
32173 Amscd Diagrams
32174 \begin_inset Index idx
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178 Diagrams ! amscd
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 Diagrams of this type visualize relations by vertical and horizontal lines
32188  or arrows:
32189 \begin_inset Formula 
32190 \[
32191 \begin{CD}A@>>>B@>>>C\\
32192 @AAA@.@VVV\\
32193 F@<<<E@<<<D
32194 \end{CD}
32195 \]
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 To get them, the command 
32204 \series bold
32205
32206 \backslash
32207 CD
32208 \begin_inset Index idx
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212 Commands ! C ! 
32213 \backslash
32214 CD
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \series default
32221  is inserted to a formula.
32222  A blue box appears with two dashed lines where further commands can be
32223  inserted.
32224  With 
32225 \begin_inset Info
32226 type  "shortcut"
32227 arg   "newline-insert newline"
32228 \end_inset
32229
32230  a new line is created.
32231  Horizontal relations are inserted in odd, vertical in even formula lines.
32232 \end_layout
32233
32234 \begin_layout Standard
32235 To create the relations there are the following commands:
32236 \end_layout
32237
32238 \begin_layout Itemize
32239
32240 \series bold
32241 @<<<
32242 \series default
32243  creates a left arrow, 
32244 \series bold
32245 @>>>
32246 \series default
32247  a right arrow and 
32248 \series bold
32249 @=
32250 \series default
32251  a long equal sign
32252 \end_layout
32253
32254 \begin_layout Itemize
32255
32256 \series bold
32257 @AAA
32258 \series default
32259  creates an up arrow, 
32260 \series bold
32261 @VVV
32262 \series default
32263  a down arrow and 
32264 \series bold
32265 @|
32266 \series default
32267  a vertical equal sign
32268 \end_layout
32269
32270 \begin_layout Itemize
32271
32272 \series bold
32273 @.
32274
32275 \series default
32276  is a placeholder for non-existent relations
32277 \end_layout
32278
32279 \begin_layout Standard
32280 All arrows can be labeled as follows:
32281 \end_layout
32282
32283 \begin_layout Itemize
32284 If text inserted between the first and second < or >, resp., it is placed
32285  above the arrow.
32286  When it is inserted between the second and third one, it appears under
32287  the arrow.
32288 \end_layout
32289
32290 \begin_layout Itemize
32291 When text for vertical arrows is inserted between the first and second A
32292  or V, resp., it is placed left beside the arrow.
32293  When it is inserted between the second and third one, it appears right
32294  beside the arrow.
32295  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32296  brace.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 As example a diagram with all possible relations:
32301 \end_layout
32302
32303 \begin_layout Standard
32304 \begin_inset Formula 
32305 \[
32306 \begin{CD}A@>j>>B@>>k>C@=F\\
32307 @AmAA@.@VV{V}V@|\\
32308 D@<<j<E@>k>>F@=C
32309 \end{CD}
32310 \]
32311
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \begin_layout Standard
32318 The command for this is:
32319 \begin_inset Newline newline
32320 \end_inset
32321
32322
32323 \series bold
32324
32325 \backslash
32326 CD
32327 \begin_inset space \textvisiblespace{}
32328 \end_inset
32329
32330 A@>j>>B@>>k>C@=F Ctrl+Return
32331 \begin_inset Newline newline
32332 \end_inset
32333
32334
32335 \begin_inset Phantom HPhantom
32336 status open
32337
32338 \begin_layout Plain Layout
32339
32340 \series bold
32341
32342 \backslash
32343 CD
32344 \begin_inset space \textvisiblespace{}
32345 \end_inset
32346
32347
32348 \end_layout
32349
32350 \end_inset
32351
32352 @AmAA@.@VV
32353 \backslash
32354 {V
32355 \series default
32356
32357 \begin_inset Formula $\to$
32358 \end_inset
32359
32360
32361 \series bold
32362 V@| Ctrl+Return
32363 \begin_inset Newline newline
32364 \end_inset
32365
32366
32367 \begin_inset Phantom HPhantom
32368 status open
32369
32370 \begin_layout Plain Layout
32371
32372 \series bold
32373
32374 \backslash
32375 CD
32376 \begin_inset space \textvisiblespace{}
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \end_inset
32383
32384 D@<<j<E@>k>>F@=C
32385 \end_layout
32386
32387 \begin_layout Subsection
32388 Xymatrix Diagrams
32389 \begin_inset Index idx
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393 Diagrams ! xymatrix
32394 \end_layout
32395
32396 \end_inset
32397
32398
32399 \end_layout
32400
32401 \begin_layout Standard
32402 To be able to use xymatrices, the \SpecialChar LaTeX
32403 -package 
32404 \series bold
32405 xypic
32406 \series default
32407  must be installed.
32408  A xymatrix is created by inserting the command 
32409 \series bold
32410
32411 \backslash
32412 xymatrix
32413 \series default
32414  in a formula.
32415  Then you are able to add new matrix columns and rows like for normal matrices,
32416  see 
32417 \begin_inset CommandInset ref
32418 LatexCommand ref
32419 reference "sec:Matrices"
32420
32421 \end_inset
32422
32423 .
32424 \end_layout
32425
32426 \begin_layout Standard
32427 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32428  and much more.
32429  All possibilities to create commutative diagrams and decorations are explained
32430  in detail in the 
32431 \emph on
32432 XY-pic manual
32433 \emph default
32434  that you find in the menu 
32435 \family sans
32436 Help\SpecialChar menuseparator
32437 Specific
32438 \begin_inset space ~
32439 \end_inset
32440
32441 Manuals
32442 \family default
32443 .
32444 \end_layout
32445
32446 \begin_layout Subsection
32447
32448 \noun on
32449 Feynman
32450 \noun default
32451  Diagrams
32452 \begin_inset Index idx
32453 status collapsed
32454
32455 \begin_layout Plain Layout
32456 Diagrams ! Feynman
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \begin_layout Standard
32465 To be able to use 
32466 \noun on
32467 Feynman
32468 \noun default
32469 -diagrams, the \SpecialChar LaTeX
32470 -package 
32471 \series bold
32472 feyn
32473 \series default
32474  must be installed.
32475  A 
32476 \noun on
32477 Feynman
32478 \noun default
32479 -diagram is created by inserting the command 
32480 \series bold
32481
32482 \backslash
32483 Diagram
32484 \series default
32485  in a formula.
32486  Then you are able to add new matrix columns and rows like for normal matrices,
32487  see 
32488 \begin_inset CommandInset ref
32489 LatexCommand ref
32490 reference "sec:Matrices"
32491
32492 \end_inset
32493
32494 .
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Examples how to create 
32499 \noun on
32500 Feynman-
32501 \noun default
32502 diagrams in \SpecialChar LyX
32503  is given in the 
32504 \emph on
32505 Feynman-diagram manual
32506 \emph default
32507  that you find in the menu 
32508 \family sans
32509 Help\SpecialChar menuseparator
32510 Specific
32511 \begin_inset space ~
32512 \end_inset
32513
32514 Manuals
32515 \family default
32516 .
32517 \end_layout
32518
32519 \begin_layout Standard
32520 \begin_inset Newpage newpage
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Section
32527 User-defined Commands
32528 \begin_inset Index idx
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 User-defined commands
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \end_layout
32539
32540 \begin_layout Standard
32541 \begin_inset Note Greyedout
32542 status open
32543
32544 \begin_layout Plain Layout
32545
32546 \series bold
32547 Note:
32548 \series default
32549  The names of user-defined commands and macros may only consist of Latin
32550  letters.
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Subsection
32559 The Command 
32560 \backslash
32561 newcommand
32562 \begin_inset CommandInset label
32563 LatexCommand label
32564 name "subsec:The-Command-newcommand"
32565
32566 \end_inset
32567
32568
32569 \begin_inset Index idx
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 User-defined commands ! 
32574 \backslash
32575 newcommand
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset Index idx
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Commands ! N ! 
32586 \backslash
32587 newcommand
32588 \end_layout
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \begin_layout Standard
32596 Many \SpecialChar LaTeX
32597 -commands are too long to be used frequently.
32598  But it is possible to define with the command 
32599 \series bold
32600
32601 \backslash
32602 newcommand
32603 \series default
32604  new shorter commands.
32605 \end_layout
32606
32607 \begin_layout Standard
32608 The command scheme of 
32609 \series bold
32610
32611 \backslash
32612 newcommand
32613 \series default
32614  is:
32615 \end_layout
32616
32617 \begin_layout Standard
32618
32619 \series bold
32620
32621 \backslash
32622 newcommand{new command name}[number of arguments][optional
32623 \series default
32624  
32625 \series bold
32626 value]
32627 \begin_inset Newline newline
32628 \end_inset
32629
32630
32631 \begin_inset Phantom HPhantom
32632 status open
32633
32634 \begin_layout Plain Layout
32635
32636 \series bold
32637
32638 \backslash
32639 newcommand
32640 \end_layout
32641
32642 \end_inset
32643
32644 {command definition}
32645 \end_layout
32646
32647 \begin_layout Standard
32648 \begin_inset Note Greyedout
32649 status open
32650
32651 \begin_layout Plain Layout
32652
32653 \series bold
32654 Note:
32655 \series default
32656  Assure that the name of the new command is not already used in your document
32657  or by \SpecialChar LaTeX
32658 -packages that you use.
32659  When you for example define the command 
32660 \series bold
32661
32662 \backslash
32663 le
32664 \series default
32665  for 
32666 \series bold
32667
32668 \backslash
32669 Leftarrow
32670 \series default
32671 , you get an error message because 
32672 \series bold
32673
32674 \backslash
32675 le
32676 \series default
32677  is already defined as command for 
32678 \begin_inset Quotes eld
32679 \end_inset
32680
32681
32682 \begin_inset Formula $\le$
32683 \end_inset
32684
32685
32686 \begin_inset Quotes erd
32687 \end_inset
32688
32689 .
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \end_layout
32696
32697 \begin_layout Standard
32698 The number of arguments is an integer in the range 0
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 -
32703 \begin_inset space \thinspace{}
32704 \end_inset
32705
32706 9 and specifies how many arguments the new command should have.
32707  With the optional value a value for an optional argument can be predefined.
32708  When this is done, the 
32709 \emph on
32710 first
32711 \emph default
32712  
32713 \emph on
32714 a
32715 \emph default
32716 rgument of the new command is automatically an optional one.
32717 \end_layout
32718
32719 \begin_layout Standard
32720 Here are some examples:
32721 \end_layout
32722
32723 \begin_layout Itemize
32724 To define the command 
32725 \series bold
32726
32727 \backslash
32728 gr
32729 \series default
32730  for 
32731 \series bold
32732
32733 \backslash
32734 Longrightarrow
32735 \series default
32736 , the \SpecialChar LaTeX
32737 -preamble line is:
32738 \begin_inset VSpace medskip
32739 \end_inset
32740
32741
32742 \begin_inset Newline newline
32743 \end_inset
32744
32745
32746 \series bold
32747
32748 \backslash
32749 newcommand{
32750 \backslash
32751 gr}{
32752 \backslash
32753 Longrightarrow}
32754 \end_layout
32755
32756 \begin_layout Itemize
32757 To define the command 
32758 \series bold
32759
32760 \backslash
32761 us
32762 \series default
32763  for 
32764 \series bold
32765
32766 \backslash
32767 underline
32768 \series default
32769 , the argument (that should be underlined) must be taken into account.
32770  For this the preamble line is:
32771 \begin_inset VSpace medskip
32772 \end_inset
32773
32774
32775 \begin_inset Newline newline
32776 \end_inset
32777
32778
32779 \series bold
32780
32781 \backslash
32782 newcommand{
32783 \backslash
32784 us}[1]{
32785 \backslash
32786 underline{#1}}
32787 \series default
32788
32789 \begin_inset VSpace medskip
32790 \end_inset
32791
32792
32793 \begin_inset Newline newline
32794 \end_inset
32795
32796 The character 
32797 \series bold
32798 #
32799 \series default
32800  acts as argument placeholder, the 
32801 \series bold
32802 1
32803 \series default
32804  behind it denotes that it is the placeholder for the first argument.
32805 \end_layout
32806
32807 \begin_layout Itemize
32808 For 
32809 \series bold
32810
32811 \backslash
32812 framebox
32813 \series default
32814  one can e.
32815 \begin_inset space \thinspace{}
32816 \end_inset
32817
32818 g.
32819 \begin_inset space \space{}
32820 \end_inset
32821
32822 define the command 
32823 \series bold
32824
32825 \backslash
32826 fb
32827 \series default
32828 :
32829 \begin_inset VSpace medskip
32830 \end_inset
32831
32832
32833 \begin_inset Newline newline
32834 \end_inset
32835
32836
32837 \series bold
32838
32839 \backslash
32840 newcommand{
32841 \backslash
32842 fb}[3]{
32843 \backslash
32844 framebox#1#2{$#3$}}
32845 \series default
32846
32847 \begin_inset VSpace medskip
32848 \end_inset
32849
32850
32851 \begin_inset Newline newline
32852 \end_inset
32853
32854 The two Dollar signs creates the extra formula needed for 
32855 \series bold
32856
32857 \backslash
32858 framebox
32859 \series default
32860 , see 
32861 \begin_inset CommandInset ref
32862 LatexCommand ref
32863 reference "subsec:Boxes-with-Frame"
32864
32865 \end_inset
32866
32867 .
32868 \end_layout
32869
32870 \begin_layout Itemize
32871 To create a new command for 
32872 \series bold
32873
32874 \backslash
32875 fcolorbox
32876 \series default
32877  where the color for the box need not be specified, the argument for the
32878  color is defined optional:
32879 \begin_inset VSpace medskip
32880 \end_inset
32881
32882
32883 \begin_inset Newline newline
32884 \end_inset
32885
32886
32887 \series bold
32888
32889 \backslash
32890 newcommand{
32891 \backslash
32892 cb}[3][white]{
32893 \backslash
32894 fcolorbox{#2}{#1}{$#3$}}
32895 \series default
32896
32897 \begin_inset VSpace medskip
32898 \end_inset
32899
32900
32901 \begin_inset Newline newline
32902 \end_inset
32903
32904 When the color is not specified when using 
32905 \series bold
32906
32907 \backslash
32908 cb
32909 \series default
32910 , the predefined color 
32911 \series bold
32912 white
32913 \series default
32914  will be used.
32915 \end_layout
32916
32917 \begin_layout Standard
32918 A test of the new defined commands:
32919 \end_layout
32920
32921 \begin_layout Standard
32922 \align center
32923 \begin_inset Tabular
32924 <lyxtabular version="3" rows="6" columns="2">
32925 <features booktabs="true" tabularvalignment="middle">
32926 <column alignment="center" valignment="top" width="0pt">
32927 <column alignment="center" valignment="top">
32928 <row>
32929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933 Command
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942 Result
32943 \end_layout
32944
32945 \end_inset
32946 </cell>
32947 </row>
32948 <row>
32949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 A
32954 \backslash
32955 gr
32956 \begin_inset space \textvisiblespace{}
32957 \end_inset
32958
32959 B
32960 \end_layout
32961
32962 \end_inset
32963 </cell>
32964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968 \begin_inset Formula $A\gr B$
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row>
32978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982
32983 \backslash
32984 us{ABcd
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Plain Layout
32993 \begin_inset Formula $\us{ABcd}$
32994 \end_inset
32995
32996
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 <row topspace="1mm">
33003 <cell alignment="center" valignment="top" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007
33008 \backslash
33009 fb{[2cm]
33010 \begin_inset Formula $\to$
33011 \end_inset
33012
33013
33014 \backslash
33015 {
33016 \begin_inset Formula $\to$
33017 \end_inset
33018
33019
33020 \backslash
33021 {
33022 \backslash
33023 int
33024 \begin_inset space \textvisiblespace{}
33025 \end_inset
33026
33027 A=B
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 </row>
33045 <row topspace="1.5mm">
33046 <cell alignment="center" valignment="top" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050
33051 \backslash
33052 cb{red
33053 \begin_inset Formula $\to$
33054 \end_inset
33055
33056
33057 \backslash
33058 {
33059 \backslash
33060 int
33061 \begin_inset space \textvisiblespace{}
33062 \end_inset
33063
33064 A=B
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 \begin_inset Formula $\cb{red}{\int A=B}$
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row topspace="1.5mm" bottomspace="1mm">
33083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087
33088 \backslash
33089 cb[green]
33090 \backslash
33091 {red
33092 \begin_inset Formula $\to$
33093 \end_inset
33094
33095
33096 \backslash
33097 {
33098 \backslash
33099 int
33100 \begin_inset space \textvisiblespace{}
33101 \end_inset
33102
33103 A=B
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 \begin_inset Formula $\cb[green]{red}{\int A=B}$
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 </row>
33121 </lyxtabular>
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Subsection
33129 Math Macros
33130 \begin_inset Index idx
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134 User-defined commands! Math macros
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \begin_inset Index idx
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144 Macros
33145 \end_layout
33146
33147 \end_inset
33148
33149
33150 \end_layout
33151
33152 \begin_layout Standard
33153 User-defined commands are especially convenient for complex expressions.
33154  When you are for example dealing with a document that has quadratic equations,
33155  the same solution type occurs several times.
33156  The general form of a quadratic equation is
33157 \begin_inset Formula 
33158 \[
33159 0=\lambda^{2}+p\lambda+q
33160 \]
33161
33162 \end_inset
33163
33164 The general form of the solution is
33165 \begin_inset Formula 
33166 \[
33167 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33168 \]
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 To define a command for the solution formula where only the three parameters
33177  
33178 \begin_inset Formula $\lambda$
33179 \end_inset
33180
33181
33182 \begin_inset Formula $p$
33183 \end_inset
33184
33185  and 
33186 \begin_inset Formula $q$
33187 \end_inset
33188
33189  need to be specified and the index of 
33190 \begin_inset Formula $\lambda$
33191 \end_inset
33192
33193  can be given optionally, the \SpecialChar LaTeX
33194 -preamble line is
33195 \begin_inset Newline newline
33196 \end_inset
33197
33198
33199 \series bold
33200
33201 \backslash
33202 newcommand{
33203 \backslash
33204 qG}[4][1,
33205 \backslash
33206 ,2]{#2_{#1}=-
33207 \backslash
33208 frac{#3}{2}
33209 \backslash
33210 pm
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset Phantom HPhantom
33216 status open
33217
33218 \begin_layout Plain Layout
33219
33220 \series bold
33221
33222 \backslash
33223 newcommand
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \backslash
33230 sqrt{
33231 \backslash
33232 frac{#3^{2}}{4}-#4}}
33233 \end_layout
33234
33235 \begin_layout Standard
33236 To create with this the solution formula, the command
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \series bold
33242
33243 \backslash
33244 qG{
33245 \backslash
33246 lambda
33247 \begin_inset Formula $\to$
33248 \end_inset
33249
33250
33251 \backslash
33252 {p
33253 \begin_inset Formula $\to$
33254 \end_inset
33255
33256
33257 \backslash
33258 {q
33259 \series default
33260  is inserted to a formula
33261 \series bold
33262 .
33263 \end_layout
33264
33265 \begin_layout Standard
33266 The definition of the new command is unintuitive because one has to know
33267  the schemes of all used \SpecialChar LaTeX
33268  commands, e.
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 g.
33273 \begin_inset space \space{}
33274 \end_inset
33275
33276 that a fraction is inserted in \SpecialChar LaTeX
33277  as 
33278 \series bold
33279
33280 \backslash
33281 frac{numerator}{denominator}
33282 \series default
33283 .
33284  Furthermore one can easily forget a brace in the definition and cannot
33285  see in \SpecialChar LyX
33286  what the new command is doing.
33287  To avoid these problems \SpecialChar LyX
33288  offers the possibility to use math macros instead
33289  of the command 
33290 \series bold
33291
33292 \backslash
33293 newcommand
33294 \series default
33295 .
33296 \end_layout
33297
33298 \begin_layout Standard
33299 A math macro is created by using the menu 
33300 \family sans
33301 Insert\SpecialChar menuseparator
33302 Math\SpecialChar menuseparator
33303 Macro
33304 \family default
33305  or the toolbar button 
33306 \begin_inset Info
33307 type  "icon"
33308 arg   "math-macro newmacroname_newcommand"
33309 \end_inset
33310
33311 .
33312  The math macro toolbar appears together with the following box where the
33313  macro is defined:
33314 \begin_inset Newline newline
33315 \end_inset
33316
33317
33318 \begin_inset space \hspace*{\fill}
33319 \end_inset
33320
33321
33322 \begin_inset Graphics
33323         filename clipart/macrobox.png
33324         scale 95
33325
33326 \end_inset
33327
33328
33329 \begin_inset space \hspace*{\fill}
33330 \end_inset
33331
33332
33333 \begin_inset Newline newline
33334 \end_inset
33335
33336
33337 \begin_inset FormulaMacro
33338 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33339 \end_inset
33340
33341
33342 \backslash
33343 newmacroname is the default name of the macro that should be changed to
33344  something sensible.
33345  The wanted formula is inserted in the first blue box.
33346  An argument placeholder is inserted with the command 
33347 \series bold
33348
33349 \backslash
33350 #argumentnumber
33351 \series default
33352 , e.
33353 \begin_inset space \thinspace{}
33354 \end_inset
33355
33356 g
33357 \begin_inset space \space{}
33358 \end_inset
33359
33360
33361 \series bold
33362
33363 \backslash
33364 #1
33365 \series default
33366  or by using the macro toolbar button 
33367 \begin_inset Info
33368 type  "icon"
33369 arg   "math-macro-add-param"
33370 \end_inset
33371
33372 .
33373  Argument placeholders are displayed red.
33374  A maximum of 9
33375 \begin_inset space ~
33376 \end_inset
33377
33378 arguments are possible.
33379  Optional arguments are created with the toolbar button 
33380 \begin_inset Info
33381 type  "icon"
33382 arg   "math-macro-add-optional-param"
33383 \end_inset
33384
33385 .
33386  The first non-optional argument can be transformed to an optional one with
33387  the toolbar button 
33388 \begin_inset Info
33389 type  "icon"
33390 arg   "math-macro-make-optional"
33391 \end_inset
33392
33393 .
33394  In the second blue box the appearance of the macro in \SpecialChar LyX
33395  can be defined.
33396  Normally you want to see it as it is defined, so the box is kept empty.
33397  But when you have created a macro that needs lot of space on the screen,
33398  you can insert in the box for example
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \series bold
33404 qG: 
33405 \backslash
33406 #1
33407 \series default
33408  
33409 \series bold
33410 ,
33411 \series default
33412  
33413 \series bold
33414
33415 \backslash
33416 #2
33417 \series default
33418  
33419 \series bold
33420 ,
33421 \series default
33422  
33423 \series bold
33424
33425 \backslash
33426 #3, 
33427 \backslash
33428 #4
33429 \begin_inset Newline newline
33430 \end_inset
33431
33432
33433 \series default
33434 For the macro only the arguments with the macro name in front of them will
33435  then be displayed in \SpecialChar LyX
33436 , leading to a better overview.
33437  The formula appears in the output as defined in the first box.
33438 \begin_inset Newline newline
33439 \end_inset
33440
33441 The appearance of macros in formulas can furthermore be changed for single
33442  macros by setting the cursor in the macro and using the menu 
33443 \family sans
33444 View\SpecialChar menuseparator
33445 (Un)fold
33446 \begin_inset space ~
33447 \end_inset
33448
33449 Math
33450 \begin_inset space ~
33451 \end_inset
33452
33453 Macro
33454 \family default
33455 .
33456 \end_layout
33457
33458 \begin_layout Standard
33459 To use a macro, the macro name is inserted as command to a formula, in our
33460  case 
33461 \series bold
33462
33463 \backslash
33464 qG
33465 \series default
33466 .
33467  Our macro looks in \SpecialChar LyX
33468  like this:
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472
33473 \begin_inset space \hspace*{\fill}
33474 \end_inset
33475
33476
33477 \begin_inset Graphics
33478         filename clipart/macrouse.png
33479         scale 95
33480
33481 \end_inset
33482
33483
33484 \begin_inset space \hspace*{\fill}
33485 \end_inset
33486
33487
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491 Here is our macro example with the arguments 
33492 \begin_inset Formula $x$
33493 \end_inset
33494
33495
33496 \begin_inset Formula $\ln(x)$
33497 \end_inset
33498
33499  and 
33500 \begin_inset Formula $B$
33501 \end_inset
33502
33503 :
33504 \end_layout
33505
33506 \begin_layout Standard
33507 \begin_inset Formula 
33508 \[
33509 \qG x{\ln(x)}B
33510 \]
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Standard
33518 \SpecialChar LyX
33519  offers in the menu 
33520 \family sans
33521 Tools\SpecialChar menuseparator
33522 Preferences\SpecialChar menuseparator
33523 Editing\SpecialChar menuseparator
33524 Control
33525 \family default
33526  different styles to edit macros.
33527  To find the style that suits you the most, choose a style and set the cursor
33528  in a macro formula to see the difference.
33529 \end_layout
33530
33531 \begin_layout Standard
33532 A math macro is transformed internally to a 
33533 \series bold
33534
33535 \backslash
33536 newcommand
33537 \series default
33538  command when exporting the document.
33539  The created 
33540 \series bold
33541
33542 \backslash
33543 newcommand
33544 \series default
33545  command is not placed in the \SpecialChar LaTeX
33546 -preamble, therefore macros can only be used
33547  in formulas that are in the document below the macro definition box.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 Math macros can also be directly created from a 
33552 \series bold
33553
33554 \backslash
33555 newcommand
33556 \series default
33557  command.
33558  When writing for example the command
33559 \series bold
33560
33561 \begin_inset Newline newline
33562 \end_inset
33563
33564
33565 \backslash
33566 newcommand{
33567 \backslash
33568 larrow}[2]{
33569 \backslash
33570 xleftarrow[#2]{#1}}
33571 \begin_inset Newline newline
33572 \end_inset
33573
33574
33575 \series default
33576 in \SpecialChar LyX
33577  as normal text, highlighting it completely and using then the shortcut
33578  
33579 \family sans
33580 Ctrl+M
33581 \family default
33582 , the command will be transformed to a math macro.
33583  Using this method you need to be careful that the 
33584 \series bold
33585
33586 \backslash
33587 newcommand
33588 \series default
33589  command is typed correctly, otherwise you get a faulty macro leading to
33590  \SpecialChar LaTeX
33591  errors.
33592 \end_layout
33593
33594 \begin_layout Standard
33595 Math macros currently have the problem that further formulas in macro definition
33596 s are handled wrongly.
33597  Therefore the example 
33598 \series bold
33599
33600 \backslash
33601 fb
33602 \series default
33603  from 
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "subsec:The-Command-newcommand"
33607
33608 \end_inset
33609
33610  cannot be created as macro.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 When the cursor is in a macro definition box, you will see the macro toolbar
33615  in \SpecialChar LyX
33616 :
33617 \end_layout
33618
33619 \begin_layout Standard
33620 \begin_inset VSpace defskip
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \begin_inset Graphics
33628         filename clipart/MacroToolbar.png
33629
33630 \end_inset
33631
33632
33633 \begin_inset Index idx
33634 status collapsed
33635
33636 \begin_layout Plain Layout
33637 Macros ! Toolbar
33638 \end_layout
33639
33640 \end_inset
33641
33642
33643 \end_layout
33644
33645 \begin_layout Standard
33646 \begin_inset VSpace defskip
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Standard
33653 The macro toolbar contains from left to right the following buttons:
33654 \end_layout
33655
33656 \begin_layout Standard
33657 \begin_inset VSpace defskip
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Standard
33664 \begin_inset Tabular
33665 <lyxtabular version="3" rows="9" columns="2">
33666 <features islongtable="true" longtabularalignment="center">
33667 <column alignment="left" valignment="top">
33668 <column alignment="left" valignment="top" width="85col%">
33669 <row interlinespace="2.5mm">
33670 <cell alignment="center" valignment="top" usebox="none">
33671 \begin_inset Text
33672
33673 \begin_layout Plain Layout
33674 \begin_inset Info
33675 type  "icon"
33676 arg   "math-macro-remove-param"
33677 \end_inset
33678
33679
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688
33689 \family sans
33690 Edit\SpecialChar menuseparator
33691 Math\SpecialChar menuseparator
33692 Macro
33693 \begin_inset space ~
33694 \end_inset
33695
33696 Definition\SpecialChar menuseparator
33697 Remove Last Argument
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 </row>
33703 <row interlinespace="2.5mm">
33704 <cell alignment="center" valignment="top" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 \begin_inset Info
33709 type  "icon"
33710 arg   "math-macro-add-param"
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \end_inset
33717 </cell>
33718 <cell alignment="center" valignment="top" usebox="none">
33719 \begin_inset Text
33720
33721 \begin_layout Plain Layout
33722
33723 \family sans
33724 Edit\SpecialChar menuseparator
33725 Math\SpecialChar menuseparator
33726 Macro
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Definition\SpecialChar menuseparator
33731 Append Argument
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 <row interlinespace="2.5mm">
33738 <cell alignment="center" valignment="top" usebox="none">
33739 \begin_inset Text
33740
33741 \begin_layout Plain Layout
33742 \begin_inset Info
33743 type  "icon"
33744 arg   "math-macro-make-optional"
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \end_inset
33751 </cell>
33752 <cell alignment="center" valignment="top" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756
33757 \family sans
33758 Edit\SpecialChar menuseparator
33759 Math\SpecialChar menuseparator
33760 Macro
33761 \begin_inset space ~
33762 \end_inset
33763
33764 Definition\SpecialChar menuseparator
33765 Transform First Non-Optional to
33766 \begin_inset Newline newline
33767 \end_inset
33768
33769
33770 \begin_inset Phantom HPhantom
33771 status open
33772
33773 \begin_layout Plain Layout
33774
33775 \family sans
33776 Edit\SpecialChar menuseparator
33777 Math\SpecialChar menuseparator
33778 Macro
33779 \begin_inset space ~
33780 \end_inset
33781
33782 Definition\SpecialChar menuseparator
33783
33784 \end_layout
33785
33786 \end_inset
33787
33788 Optional Argument
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 </row>
33794 <row interlinespace="2.5mm">
33795 <cell alignment="center" valignment="top" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Plain Layout
33799 \begin_inset Info
33800 type  "icon"
33801 arg   "math-macro-make-nonoptional"
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813
33814 \family sans
33815 Edit\SpecialChar menuseparator
33816 Math\SpecialChar menuseparator
33817 Macro
33818 \begin_inset space ~
33819 \end_inset
33820
33821 Definition\SpecialChar menuseparator
33822 Transform Last Optional to
33823 \begin_inset Newline newline
33824 \end_inset
33825
33826
33827 \begin_inset Phantom HPhantom
33828 status open
33829
33830 \begin_layout Plain Layout
33831
33832 \family sans
33833 Edit\SpecialChar menuseparator
33834 Math\SpecialChar menuseparator
33835 Macro
33836 \begin_inset space ~
33837 \end_inset
33838
33839 Definition\SpecialChar menuseparator
33840
33841 \end_layout
33842
33843 \end_inset
33844
33845 Non-Optional Argument
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row interlinespace="2.5mm">
33852 <cell alignment="center" valignment="top" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856 \begin_inset Info
33857 type  "icon"
33858 arg   "math-macro-remove-optional-param"
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 <cell alignment="center" valignment="top" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870
33871 \family sans
33872 Edit\SpecialChar menuseparator
33873 Math\SpecialChar menuseparator
33874 Macro
33875 \begin_inset space ~
33876 \end_inset
33877
33878 Definition\SpecialChar menuseparator
33879 Remove Optional Argument
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row interlinespace="2.5mm">
33886 <cell alignment="center" valignment="top" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 \begin_inset Info
33891 type  "icon"
33892 arg   "math-macro-add-optional-param"
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \family sans
33906 Edit\SpecialChar menuseparator
33907 Math\SpecialChar menuseparator
33908 Macro
33909 \begin_inset space ~
33910 \end_inset
33911
33912 Definition\SpecialChar menuseparator
33913 Insert Optional Argument
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 <row interlinespace="2.5mm">
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Info
33925 type  "icon"
33926 arg   "math-macro-remove-greedy-param"
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 <cell alignment="center" valignment="top" usebox="none">
33935 \begin_inset Text
33936
33937 \begin_layout Plain Layout
33938
33939 \family sans
33940 Edit\SpecialChar menuseparator
33941 Math\SpecialChar menuseparator
33942 Macro
33943 \begin_inset space ~
33944 \end_inset
33945
33946 Definition\SpecialChar menuseparator
33947 Remove Last Argument
33948 \begin_inset Newline newline
33949 \end_inset
33950
33951
33952 \begin_inset Phantom HPhantom
33953 status open
33954
33955 \begin_layout Plain Layout
33956
33957 \family sans
33958 Edit\SpecialChar menuseparator
33959 Math\SpecialChar menuseparator
33960 Macro
33961 \begin_inset space ~
33962 \end_inset
33963
33964 Definition\SpecialChar menuseparator
33965
33966 \end_layout
33967
33968 \end_inset
33969
33970 Spitting Out To The Right
33971 \end_layout
33972
33973 \end_inset
33974 </cell>
33975 </row>
33976 <row interlinespace="2.5mm">
33977 <cell alignment="center" valignment="top" usebox="none">
33978 \begin_inset Text
33979
33980 \begin_layout Plain Layout
33981 \begin_inset Info
33982 type  "icon"
33983 arg   "math-macro-append-greedy-param"
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 <cell alignment="center" valignment="top" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995
33996 \family sans
33997 Edit\SpecialChar menuseparator
33998 Math\SpecialChar menuseparator
33999 Macro
34000 \begin_inset space ~
34001 \end_inset
34002
34003 Definition\SpecialChar menuseparator
34004 Append Argument
34005 \begin_inset Newline newline
34006 \end_inset
34007
34008
34009 \begin_inset Phantom HPhantom
34010 status open
34011
34012 \begin_layout Plain Layout
34013
34014 \family sans
34015 Edit\SpecialChar menuseparator
34016 Math\SpecialChar menuseparator
34017 Macro
34018 \begin_inset space ~
34019 \end_inset
34020
34021 Definition\SpecialChar menuseparator
34022
34023 \end_layout
34024
34025 \end_inset
34026
34027 Eating From The Right
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 </row>
34033 <row interlinespace="2.5mm">
34034 <cell alignment="center" valignment="top" usebox="none">
34035 \begin_inset Text
34036
34037 \begin_layout Plain Layout
34038 \begin_inset Info
34039 type  "icon"
34040 arg   "math-macro-add-greedy-optional-param"
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052
34053 \family sans
34054 Edit\SpecialChar menuseparator
34055 Math\SpecialChar menuseparator
34056 Macro
34057 \begin_inset space ~
34058 \end_inset
34059
34060 Definition\SpecialChar menuseparator
34061 Append Optional Argument
34062 \begin_inset Newline newline
34063 \end_inset
34064
34065
34066 \begin_inset Phantom HPhantom
34067 status open
34068
34069 \begin_layout Plain Layout
34070
34071 \family sans
34072 Edit\SpecialChar menuseparator
34073 Math\SpecialChar menuseparator
34074 Macro
34075 \begin_inset space ~
34076 \end_inset
34077
34078 Definition\SpecialChar menuseparator
34079
34080 \end_layout
34081
34082 \end_inset
34083
34084 Eating From The Right
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 </row>
34090 </lyxtabular>
34091
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \begin_layout Section
34098 Computer Algebra Systems
34099 \end_layout
34100
34101 \begin_layout Standard
34102 \SpecialChar LyX
34103  offers the exchange between mathematical expressions written in \SpecialChar LyX
34104 's math
34105  editor and external applications or user defined scripts.
34106  Currently supported applications are 
34107 \family sans
34108 Maple
34109 \family default
34110
34111 \family sans
34112 Mathematica
34113 \family default
34114
34115 \family sans
34116 Maxima
34117 \family default
34118  and 
34119 \family sans
34120 Octave
34121 \family default
34122 .
34123  Note that the set of supported mathematical constructs is limited only
34124  to very simple cases.
34125 \end_layout
34126
34127 \begin_layout Subsection
34128 Usage
34129 \end_layout
34130
34131 \begin_layout Standard
34132 Write some expression in a formula, go to the 
34133 \family sans
34134 Edit\SpecialChar menuseparator
34135 Math\SpecialChar menuseparator
34136 Use Computer Algebra System
34137 \family default
34138  menu and choose the application you have installed on the computer.
34139  After that the result of computation should show on the right side of the
34140  expression together with the 
34141 \begin_inset Quotes eld
34142 \end_inset
34143
34144 =
34145 \begin_inset Quotes erd
34146 \end_inset
34147
34148  operator.
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Here are few simple examples (with results from 
34153 \family typewriter
34154 Maxima
34155 \family default
34156 ) to show what kind of computations can be performed:
34157 \end_layout
34158
34159 \begin_layout Itemize
34160 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \begin_layout Itemize
34167 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Itemize
34174 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Itemize
34181 \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}$
34182 \end_inset
34183
34184
34185 \begin_inset Newline newline
34186 \end_inset
34187
34188
34189 \begin_inset Note Greyedout
34190 status open
34191
34192 \begin_layout Plain Layout
34193
34194 \series bold
34195 Note:
34196 \series default
34197  One needs to use proper delimiter insets 
34198 \begin_inset Formula $\left(\right)$
34199 \end_inset
34200
34201  instead of simple '(' ')' characters.
34202 \end_layout
34203
34204 \end_inset
34205
34206  
34207 \end_layout
34208
34209 \begin_layout Itemize
34210 \begin_inset Formula $\det\left[\begin{array}{ccc}
34211 1 & 6 & 7\\
34212 2 & 5 & 8\\
34213 3 & 4 & 17
34214 \end{array}\right]=-56$
34215 \end_inset
34216
34217
34218 \end_layout
34219
34220 \begin_layout Itemize
34221 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Itemize
34228 \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$
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Itemize
34235 \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]$
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Subsection
34242 Keyboard shortcut
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Currently there is no keyboard shortcut for calling the algebra applications.
34247  One can easily bind a shortcut to the 
34248 \family sans
34249 math-extern
34250 \family default
34251  \SpecialChar LyX
34252  function (see the 
34253 \family sans
34254 \emph on
34255 \SpecialChar LyX
34256  Functions
34257 \family default
34258 \emph default
34259  manual).
34260  One could e.
34261 \begin_inset space \thinspace{}
34262 \end_inset
34263
34264 g.
34265 \begin_inset space \space{}
34266 \end_inset
34267
34268 bind the 
34269 \family sans
34270 Return
34271 \family default
34272  key inside the math editor.
34273  To bind it to 
34274 \family typewriter
34275 Maxima
34276 \family default
34277  one would use this shortcut definition command:
34278 \end_layout
34279
34280 \begin_layout Standard
34281
34282 \series bold
34283 command-alternatives paragraph-break;math-extern maxima
34284 \end_layout
34285
34286 \begin_layout Section
34287 Miscellaneous
34288 \begin_inset Index idx
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292 Miscellaneous
34293 \end_layout
34294
34295 \end_inset
34296
34297
34298 \end_layout
34299
34300 \begin_layout Subsection
34301 Negative Numbers
34302 \begin_inset Index idx
34303 status collapsed
34304
34305 \begin_layout Plain Layout
34306 Numbers ! negative
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 Negative numbers often look ugly in formulas because the minus sign before
34316  the number is set with the same length as the minus operator sign.
34317  When writing the negative number in normal text, the minus sign appears
34318  correctly.
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Thus, the problem disappears when converting the minus sign to mathematical
34323  text.
34324 \end_layout
34325
34326 \begin_layout Standard
34327 An example to visualize the problem:
34328 \end_layout
34329
34330 \begin_layout Standard
34331 \align center
34332 \begin_inset Tabular
34333 <lyxtabular version="3" rows="3" columns="2">
34334 <features booktabs="true" tabularvalignment="middle">
34335 <column alignment="right" valignment="top" width="0pt">
34336 <column alignment="left" valignment="top">
34337 <row>
34338 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 normal text:
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 x = -2
34352 \end_layout
34353
34354 \end_inset
34355 </cell>
34356 </row>
34357 <row>
34358 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 formula:
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34368 \begin_inset Text
34369
34370 \begin_layout Plain Layout
34371 \begin_inset Formula $x=-2$
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row>
34381 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 solution:
34386 \end_layout
34387
34388 \end_inset
34389 </cell>
34390 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394 \begin_inset Formula $x=\textrm{-}2$
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \end_inset
34401 </cell>
34402 </row>
34403 </lyxtabular>
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Subsection
34411 Comma as decimal Separator
34412 \begin_inset Index idx
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 Comma
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Standard
34425 In \SpecialChar LaTeX
34426  a comma inside a formula is used, according to the English convention,
34427  as number group separator.
34428  So there will be space added behind all commas in formulas.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 To avoid this, the comma is highlighted and changed to mathematical text
34433  (shortcut 
34434 \begin_inset Info
34435 type  "shortcut"
34436 arg   "math-mode"
34437 \end_inset
34438
34439 ).
34440 \end_layout
34441
34442 \begin_layout Standard
34443 To use all formula commas in the document as decimal separator, the file
34444  
34445 \series bold
34446 icomma.sty
34447 \series default
34448
34449 \begin_inset Foot
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454 \series bold
34455 icomma
34456 \series default
34457  is part of the \SpecialChar LaTeX
34458 -package 
34459 \series bold
34460 was
34461 \series default
34462
34463 \begin_inset Index idx
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 Packages ! was
34468 \begin_inset ERT
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472
34473
34474 \backslash
34475 vspace{4mm}
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \end_layout
34482
34483 \end_inset
34484
34485 .
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \begin_inset Index idx
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Packages ! icomma
34496 \end_layout
34497
34498 \end_inset
34499
34500  is loaded with the \SpecialChar LaTeX
34501 -preamble line
34502 \end_layout
34503
34504 \begin_layout Standard
34505
34506 \series bold
34507
34508 \backslash
34509 usepackage{icomma}
34510 \end_layout
34511
34512 \begin_layout Subsection
34513 Physical Vectors
34514 \begin_inset CommandInset label
34515 LatexCommand label
34516 name "subsec:Physical-Vectors"
34517
34518 \end_inset
34519
34520
34521 \begin_inset Index idx
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525 Vectors ! physical
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Standard
34534 Predefined vectors are offered by the \SpecialChar LaTeX
34535 -package 
34536 \series bold
34537 braket
34538 \series default
34539
34540 \begin_inset Index idx
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544 Packages ! braket
34545 \end_layout
34546
34547 \end_inset
34548
34549  that is loaded with the \SpecialChar LaTeX
34550 -preamble line
34551 \end_layout
34552
34553 \begin_layout Standard
34554
34555 \series bold
34556
34557 \backslash
34558 usepackage{braket}
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \begin_inset ERT
34563 status collapsed
34564
34565 \begin_layout Plain Layout
34566
34567
34568 \backslash
34569 ifbraket 
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \begin_inset Note Note
34576 status open
34577
34578 \begin_layout Plain Layout
34579 The following table will only be displayed when the \SpecialChar LaTeX
34580 -package 
34581 \series bold
34582 braket
34583 \series default
34584  is installed.
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \end_layout
34591
34592 \begin_layout Standard
34593 The following commands are defined:
34594 \end_layout
34595
34596 \begin_layout Standard
34597 \align center
34598 \begin_inset Tabular
34599 <lyxtabular version="3" rows="4" columns="2">
34600 <features booktabs="true" tabularvalignment="middle">
34601 <column alignment="center" valignment="top" width="0pt">
34602 <column alignment="center" valignment="top">
34603 <row>
34604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 Command
34609 \end_layout
34610
34611 \end_inset
34612 </cell>
34613 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 Result
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 </row>
34623 <row>
34624 <cell alignment="center" valignment="top" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628
34629 \backslash
34630 Bra{
34631 \backslash
34632 psi
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 <cell alignment="center" valignment="top" usebox="none">
34638 \begin_inset Text
34639
34640 \begin_layout Plain Layout
34641 \begin_inset Formula $\Bra{\psi}$
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 </row>
34650 <row>
34651 <cell alignment="center" valignment="top" usebox="none">
34652 \begin_inset Text
34653
34654 \begin_layout Plain Layout
34655
34656 \backslash
34657 Ket{
34658 \backslash
34659 psi
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 <cell alignment="center" valignment="top" usebox="none">
34665 \begin_inset Text
34666
34667 \begin_layout Plain Layout
34668 \begin_inset Formula $\Ket{\psi}$
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 </row>
34677 <row>
34678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682
34683 \backslash
34684 Braket{
34685 \backslash
34686 psi|
34687 \backslash
34688 phi
34689 \end_layout
34690
34691 \end_inset
34692 </cell>
34693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 \begin_inset Formula $\Braket{\psi|\phi}$
34698 \end_inset
34699
34700
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 </row>
34706 </lyxtabular>
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 The command 
34715 \series bold
34716
34717 \backslash
34718 Braket
34719 \series default
34720  assures that all vertical bars are set in the size of the surrounding brackets:
34721 \begin_inset Formula 
34722 \[
34723 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34724 \]
34725
34726 \end_inset
34727
34728
34729 \begin_inset ERT
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733
34734
34735 \backslash
34736 else 
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \begin_inset Note Note
34743 status open
34744
34745 \begin_layout Plain Layout
34746 The following will be displayed when the \SpecialChar LaTeX
34747 -package 
34748 \series bold
34749 braket
34750 \series default
34751  is not installed:
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \begin_layout Standard
34760 You need to install the \SpecialChar LaTeX
34761 -package 
34762 \series bold
34763 braket
34764 \series default
34765  to see the rest of this subsection in the output.
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset ERT
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773
34774
34775 \backslash
34776 fi 
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 The effect of 
34786 \series bold
34787
34788 \backslash
34789 Braket
34790 \series default
34791  can also be achieved using the command 
34792 \series bold
34793
34794 \backslash
34795 middle
34796 \series default
34797 , that is described in 
34798 \begin_inset CommandInset ref
34799 LatexCommand ref
34800 reference "subsec:Automatic-Bracket-Size"
34801
34802 \end_inset
34803
34804 .
34805 \end_layout
34806
34807 \begin_layout Subsection
34808 Self-defined Fractions
34809 \begin_inset CommandInset label
34810 LatexCommand label
34811 name "subsec:Self-defined-Fractions"
34812
34813 \end_inset
34814
34815
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Fractions ! self-defined
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Standard
34829 To define custom commands for fractions, the command 
34830 \series bold
34831
34832 \backslash
34833 genfrac
34834 \series default
34835
34836 \begin_inset Index idx
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840 Commands ! G ! 
34841 \backslash
34842 genfrac
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 vspace{4mm}
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \end_inset
34859
34860  is used in the following scheme:
34861 \end_layout
34862
34863 \begin_layout Standard
34864
34865 \series bold
34866
34867 \backslash
34868 genfrac{left
34869 \series default
34870  
34871 \series bold
34872 bracket}{right
34873 \series default
34874  
34875 \series bold
34876 bracket}{fraction bar thickness}{style}
34877 \begin_inset Newline newline
34878 \end_inset
34879
34880
34881 \begin_inset Phantom HPhantom
34882 status open
34883
34884 \begin_layout Plain Layout
34885
34886 \series bold
34887
34888 \backslash
34889 genfrac
34890 \end_layout
34891
34892 \end_inset
34893
34894 {numerator}{denominator}
34895 \end_layout
34896
34897 \begin_layout Standard
34898 The style is a number in the range of 0
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 -
34903 \begin_inset space \thinspace{}
34904 \end_inset
34905
34906 3.
34907 \end_layout
34908
34909 \begin_layout Standard
34910 \align center
34911 \begin_inset Tabular
34912 <lyxtabular version="3" rows="5" columns="2">
34913 <features booktabs="true" tabularvalignment="middle">
34914 <column alignment="center" valignment="top" width="0pt">
34915 <column alignment="center" valignment="top">
34916 <row>
34917 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921 Number
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 Style (Size)
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 <row>
34937 <cell alignment="center" valignment="top" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941 0
34942 \end_layout
34943
34944 \end_inset
34945 </cell>
34946 <cell alignment="center" valignment="top" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 display style formula
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 </row>
34956 <row>
34957 <cell alignment="center" valignment="top" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961 1
34962 \end_layout
34963
34964 \end_inset
34965 </cell>
34966 <cell alignment="center" valignment="top" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 inline formula
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 </row>
34976 <row>
34977 <cell alignment="center" valignment="top" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981 2
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 small
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 <row>
34997 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 3
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 tiny
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 </row>
35016 </lyxtabular>
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 When no style is given, the size is adjusted to the surrounding environment
35025  like for the command 
35026 \series bold
35027
35028 \backslash
35029 frac
35030 \series default
35031 .
35032 \end_layout
35033
35034 \begin_layout Standard
35035 When no fraction bar thickness is given, the predefined value of 0.4
35036 \begin_inset space \thinspace{}
35037 \end_inset
35038
35039 pt will be used.
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \begin_inset VSpace medskip
35044 \end_inset
35045
35046 For example, the commands 
35047 \series bold
35048
35049 \backslash
35050 dfrac
35051 \series default
35052  and 
35053 \series bold
35054
35055 \backslash
35056 tbinom
35057 \series default
35058  from 
35059 \begin_inset CommandInset ref
35060 LatexCommand ref
35061 reference "subsec:Fractions"
35062
35063 \end_inset
35064
35065  are defined with the commands
35066 \end_layout
35067
35068 \begin_layout Standard
35069
35070 \series bold
35071
35072 \backslash
35073 newcommand{
35074 \backslash
35075 dfrac}[2]{
35076 \backslash
35077 genfrac{}{}{}{0}{#1}{#2}}
35078 \end_layout
35079
35080 \begin_layout Standard
35081 and
35082 \end_layout
35083
35084 \begin_layout Standard
35085
35086 \series bold
35087
35088 \backslash
35089 newcommand{
35090 \backslash
35091 tbinom}[2]{
35092 \backslash
35093 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35094 \end_layout
35095
35096 \begin_layout Standard
35097 \begin_inset VSpace medskip
35098 \end_inset
35099
35100 To define a fraction where the fraction bar thickness can be given as optional
35101  argument, the following line is inserted to the \SpecialChar LaTeX
35102 -preamble:
35103 \end_layout
35104
35105 \begin_layout Standard
35106
35107 \series bold
35108
35109 \backslash
35110 newcommand{
35111 \backslash
35112 fracS}[3][]{
35113 \backslash
35114 genfrac{}{}{#1}{}{#2}{#3}}
35115 \end_layout
35116
35117 \begin_layout Standard
35118 A test:
35119 \begin_inset Formula 
35120 \begin{align*}
35121 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35122 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35123 \end{align*}
35124
35125 \end_inset
35126
35127 As one can see, the distance of the numerator and the denominator to the
35128  fraction bar is round about three times the bar thickness.
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \begin_inset Newpage newpage
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Subsection
35139 Canceled Formulas
35140 \begin_inset Index idx
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 Formula ! canceled
35145 \end_layout
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \begin_layout Standard
35153 There are four ways to cancel formulas or parts of formulas:
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \begin_inset ERT
35158 status collapsed
35159
35160 \begin_layout Plain Layout
35161
35162
35163 \backslash
35164 ifcancel 
35165 \end_layout
35166
35167 \end_inset
35168
35169
35170 \begin_inset Note Note
35171 status open
35172
35173 \begin_layout Plain Layout
35174 The following table will only be displayed when the \SpecialChar LaTeX
35175 -package 
35176 \series bold
35177 cancel
35178 \series default
35179  is installed.
35180 \end_layout
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \align center
35189 \begin_inset Tabular
35190 <lyxtabular version="3" rows="5" columns="2">
35191 <features booktabs="true" tabularvalignment="middle">
35192 <column alignment="center" valignment="top" width="0pt">
35193 <column alignment="center" valignment="top">
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 Command
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208 Result
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 </row>
35214 <row>
35215 <cell alignment="center" valignment="top" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \backslash
35221 cancel
35222 \begin_inset space \textvisiblespace{}
35223 \end_inset
35224
35225
35226 \backslash
35227 int
35228 \begin_inset space \textvisiblespace{}
35229 \end_inset
35230
35231 A=B
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 <cell alignment="center" valignment="top" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240 \begin_inset Formula $\cancel{\int A=B}$
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 </row>
35249 <row topspace="1.5mm">
35250 <cell alignment="center" valignment="top" usebox="none">
35251 \begin_inset Text
35252
35253 \begin_layout Plain Layout
35254
35255 \backslash
35256 bcancel
35257 \begin_inset space \textvisiblespace{}
35258 \end_inset
35259
35260
35261 \backslash
35262 int
35263 \begin_inset space \textvisiblespace{}
35264 \end_inset
35265
35266 A=B
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 <cell alignment="center" valignment="top" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 \begin_inset Formula $\bcancel{\int A=B}$
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 <row topspace="1.5mm">
35285 <cell alignment="center" valignment="top" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289
35290 \backslash
35291 xcancel
35292 \begin_inset space \textvisiblespace{}
35293 \end_inset
35294
35295
35296 \backslash
35297 int
35298 \begin_inset space \textvisiblespace{}
35299 \end_inset
35300
35301 A=B
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 \begin_inset Formula $\xcancel{\int A=B}$
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \end_inset
35317 </cell>
35318 </row>
35319 <row>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324
35325 \backslash
35326 cancelto
35327 \begin_inset space \textvisiblespace{}
35328 \end_inset
35329
35330
35331 \backslash
35332 int
35333 \begin_inset space \textvisiblespace{}
35334 \end_inset
35335
35336 A=B
35337 \begin_inset Formula $\to$
35338 \end_inset
35339
35340 1
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35350 \end_inset
35351
35352
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 </row>
35358 </lyxtabular>
35359
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Standard
35366
35367 \series bold
35368
35369 \backslash
35370 cancelto
35371 \series default
35372  is especially suitable to visualize the reduction of fractions within formulas:
35373 \begin_inset Formula 
35374 \[
35375 \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}}}
35376 \]
35377
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \begin_layout Standard
35384 To change the size of 
35385 \series bold
35386
35387 \backslash
35388 cancelto
35389 \series default
35390 's 
35391 \begin_inset Quotes eld
35392 \end_inset
35393
35394 subscript
35395 \begin_inset Quotes erd
35396 \end_inset
35397
35398  value one can add the \SpecialChar LaTeX
35399 -preamble line
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 PassOptionsToPackage{option}{cancel}
35408 \end_layout
35409
35410 \begin_layout Standard
35411 where 
35412 \series bold
35413 option
35414 \series default
35415  is either 
35416 \series bold
35417 samesize
35418 \series default
35419  which leads to the same size as for the canceled value, or 
35420 \series bold
35421 Smaller
35422 \series default
35423  which makes is it a bit smaller than normal.
35424 \end_layout
35425
35426 \begin_layout Standard
35427 To color the cancellation bar one adds this command as \SpecialChar TeX
35428  code:
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \series bold
35434
35435 \backslash
35436 renewcommand{
35437 \backslash
35438 CancelColor}{
35439 \backslash
35440 color{red}}
35441 \end_layout
35442
35443 \begin_layout Standard
35444
35445 \series bold
35446 red
35447 \series default
35448  can be replaced by a color of your choice.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 \begin_inset ERT
35453 status collapsed
35454
35455 \begin_layout Plain Layout
35456
35457
35458 \backslash
35459 renewcommand{
35460 \backslash
35461 CancelColor}{
35462 \backslash
35463 color{red}}
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \begin_layout Standard
35472 \begin_inset Formula 
35473 \[
35474 \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}}}
35475 \]
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Standard
35483 \begin_inset ERT
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487
35488
35489 \backslash
35490 renewcommand{
35491 \backslash
35492 CancelColor}{
35493 \backslash
35494 color{black}}
35495 \end_layout
35496
35497 \end_inset
35498
35499
35500 \begin_inset Note Note
35501 status open
35502
35503 \begin_layout Plain Layout
35504 reset the color
35505 \end_layout
35506
35507 \end_inset
35508
35509
35510 \end_layout
35511
35512 \begin_layout Standard
35513 For further customizations, see the documentation of the package 
35514 \series bold
35515 cancel
35516 \series default
35517
35518 \begin_inset CommandInset citation
35519 LatexCommand cite
35520 key "cancel"
35521
35522 \end_inset
35523
35524 .
35525 \begin_inset Index idx
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529 Packages ! cancel
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 \begin_inset ERT
35539 status collapsed
35540
35541 \begin_layout Plain Layout
35542
35543
35544 \backslash
35545 else 
35546 \end_layout
35547
35548 \end_inset
35549
35550
35551 \begin_inset Note Note
35552 status open
35553
35554 \begin_layout Plain Layout
35555 The following will be displayed when the \SpecialChar LaTeX
35556 -package 
35557 \series bold
35558 cancel
35559 \series default
35560  is not installed:
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 You need to install the \SpecialChar LaTeX
35570 -package 
35571 \series bold
35572 cancel
35573 \series default
35574  to see the rest of this subsection in the output.
35575 \end_layout
35576
35577 \begin_layout Standard
35578 \begin_inset ERT
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582
35583
35584 \backslash
35585 fi 
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Subsection
35594 Formulas in Section Headings
35595 \begin_inset CommandInset label
35596 LatexCommand label
35597 name "subsec:Formulas-in-Section"
35598
35599 \end_inset
35600
35601
35602 \begin_inset Index idx
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606 Formula ! in section headings
35607 \end_layout
35608
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Standard
35615 When formulas are used in section headings, the following has to be taken
35616  into account:
35617 \end_layout
35618
35619 \begin_layout Standard
35620 \begin_inset Note Greyedout
35621 status open
35622
35623 \begin_layout Plain Layout
35624 When 
35625 \series bold
35626 hyperref
35627 \series default
35628
35629 \begin_inset Index idx
35630 status collapsed
35631
35632 \begin_layout Plain Layout
35633 Packages ! hyperref
35634 \end_layout
35635
35636 \end_inset
35637
35638  support is enabled in the document settings dialog under 
35639 \family sans
35640 PDF
35641 \begin_inset space ~
35642 \end_inset
35643
35644 Properties
35645 \family default
35646 , PDF-bookmarks are created for every section heading in the table of contents.
35647  If a section heading contains formulas, they are incorrectly displayed
35648  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35649 s.
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Standard
35658 Both problems can be solved by inserting at the end of the section heading
35659  a short title with the menu 
35660 \family sans
35661 Insert\SpecialChar menuseparator
35662 Short
35663 \begin_inset space ~
35664 \end_inset
35665
35666 Title
35667 \family default
35668 .
35669  Short titles are used as alternative for multiline section headings to
35670  keep the table of contents clearly arranged.
35671  Only the short title appears in the table of contents and therefore also
35672  in the PDF-bookmark.
35673 \end_layout
35674
35675 \begin_layout Standard
35676 When formulas should be used in the table of contents but 
35677 \series bold
35678 hyperref
35679 \series default
35680  is used, one can use the following command in \SpecialChar TeX
35681  mode:
35682 \end_layout
35683
35684 \begin_layout Standard
35685
35686 \series bold
35687
35688 \backslash
35689 texorpdfstring{part}{alternative}
35690 \begin_inset Index idx
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 Commands ! T ! 
35695 \backslash
35696 texorpdfstring
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35706  This can be characters, formulas, footnotes, but also cross-references.
35707  The alternative is used instead of the part for the bookmark.
35708 \end_layout
35709
35710 \begin_layout Standard
35711 Here are two example headings:
35712 \begin_inset VSpace -3mm
35713 \end_inset
35714
35715
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721
35722 \backslash
35723 boldmath 
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \begin_layout Subsubsection
35732 Heading without formula in table of contents 
35733 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35734 \end_inset
35735
35736
35737 \begin_inset Argument 1
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741 Heading without formula in table of contents
35742 \end_layout
35743
35744 \end_inset
35745
35746
35747 \end_layout
35748
35749 \begin_layout Subsubsection
35750 Heading with formula in table of contents
35751 \begin_inset ERT
35752 status collapsed
35753
35754 \begin_layout Plain Layout
35755
35756
35757 \backslash
35758 texorpdfstring{
35759 \end_layout
35760
35761 \end_inset
35762
35763  
35764 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35765 \end_inset
35766
35767
35768 \begin_inset ERT
35769 status collapsed
35770
35771 \begin_layout Plain Layout
35772
35773 }{}
35774 \end_layout
35775
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \begin_layout Standard
35782 \begin_inset ERT
35783 status collapsed
35784
35785 \begin_layout Plain Layout
35786
35787
35788 \backslash
35789 unboldmath 
35790 \end_layout
35791
35792 \end_inset
35793
35794 In the first heading a short title was used, in the second one 
35795 \series bold
35796
35797 \backslash
35798 texorpdfstring
35799 \series default
35800 .
35801 \end_layout
35802
35803 \begin_layout Standard
35804 To get the same formatting as for the other headings, the complete heading
35805  was set into a 
35806 \series bold
35807 boldmath
35808 \series default
35809  environment
35810 \begin_inset Foot
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814 see 
35815 \begin_inset CommandInset ref
35816 LatexCommand ref
35817 reference "subsec:Bold-Formulas"
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \end_inset
35825
35826 .
35827 \end_layout
35828
35829 \begin_layout Subsection
35830 Formulas in multi-column Text
35831 \begin_inset Index idx
35832 status collapsed
35833
35834 \begin_layout Plain Layout
35835 Formula ! in multi-column text
35836 \end_layout
35837
35838 \end_inset
35839
35840
35841 \end_layout
35842
35843 \begin_layout Standard
35844 Formulas in multi-column text are often too wide to fit into a column and
35845  thus need to be set over the whole page width.
35846  This is done by using the \SpecialChar LaTeX
35847 -package 
35848 \series bold
35849 multicol
35850 \series default
35851
35852 \begin_inset Foot
35853 status collapsed
35854
35855 \begin_layout Plain Layout
35856
35857 \series bold
35858 multicol
35859 \series default
35860  is part of every \SpecialChar LaTeX
35861  standard installation.
35862 \end_layout
35863
35864 \end_inset
35865
35866
35867 \begin_inset Index idx
35868 status collapsed
35869
35870 \begin_layout Plain Layout
35871 Packages ! multicol
35872 \end_layout
35873
35874 \end_inset
35875
35876 , that is loaded with the \SpecialChar LaTeX
35877 -preamble line
35878 \end_layout
35879
35880 \begin_layout Standard
35881
35882 \series bold
35883
35884 \backslash
35885 usepackage{multicol}
35886 \end_layout
35887
35888 \begin_layout Standard
35889 \begin_inset Note Greyedout
35890 status open
35891
35892 \begin_layout Plain Layout
35893 Note that in this case the setting 
35894 \family sans
35895 Two-column
35896 \begin_inset space ~
35897 \end_inset
35898
35899 document
35900 \family default
35901  in the menu 
35902 \family sans
35903 Document\SpecialChar menuseparator
35904 Settings
35905 \family default
35906  under 
35907 \family sans
35908 Text
35909 \begin_inset space ~
35910 \end_inset
35911
35912 Layout
35913 \family default
35914 \emph on
35915  
35916 \emph default
35917 must 
35918 \emph on
35919 not
35920 \emph default
35921  be selected.
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Standard
35930 Before the multi-column text the command
35931 \end_layout
35932
35933 \begin_layout Standard
35934
35935 \series bold
35936
35937 \backslash
35938 begin{multicols}{column number}
35939 \end_layout
35940
35941 \begin_layout Standard
35942 is written in \SpecialChar TeX
35943  mode.
35944  The column number is a number in the range of 2
35945 \begin_inset space \thinspace{}
35946 \end_inset
35947
35948 -
35949 \begin_inset space \thinspace{}
35950 \end_inset
35951
35952 10.
35953  Before the formula the multi-column text is ended by inserting the command
35954 \end_layout
35955
35956 \begin_layout Standard
35957
35958 \series bold
35959
35960 \backslash
35961 end{multicols}
35962 \end_layout
35963
35964 \begin_layout Standard
35965 in \SpecialChar TeX
35966  mode.
35967 \end_layout
35968
35969 \begin_layout Standard
35970 Due to the command some space is automatically added before the formula.
35971  To revert this, -6
35972 \begin_inset space \thinspace{}
35973 \end_inset
35974
35975 mm vertical space is inserted before the formula.
35976  When the formula style 
35977 \series bold
35978 Indented
35979 \begin_inset Foot
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983 formula styles see 
35984 \begin_inset CommandInset ref
35985 LatexCommand ref
35986 reference "sec:Formula-Styles"
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \series default
35997  is used, -9
35998 \begin_inset space \thinspace{}
35999 \end_inset
36000
36001 mm space is inserted instead.
36002 \end_layout
36003
36004 \begin_layout Standard
36005 As example a multi-column text with a displayed formula:
36006 \end_layout
36007
36008 \begin_layout Standard
36009
36010 \lang ngerman
36011 \begin_inset ERT
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015
36016
36017 \backslash
36018 begin{multicols}{2}
36019 \end_layout
36020
36021 \end_inset
36022
36023 Das Spektrum wird fouriertransformiert.
36024  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36025 , Lösungsmittel) zu trennen.
36026  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36027  nun das Aussehen des Ausgangssignals.
36028  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36029  über alle Phasen integrieren muss.
36030  Sei nun 
36031 \begin_inset Formula $S$
36032 \end_inset
36033
36034  unser normiertes Ausgangssignal und 
36035 \begin_inset Formula $P$
36036 \end_inset
36037
36038  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36039 \begin_inset ERT
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043
36044
36045 \backslash
36046 end{multicols}
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset VSpace -6mm
36053 \end_inset
36054
36055
36056 \begin_inset Formula 
36057 \begin{equation}
36058 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36059 \end{equation}
36060
36061 \end_inset
36062
36063
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069
36070 \backslash
36071 begin{multicols}{2}
36072 \end_layout
36073
36074 \end_inset
36075
36076 wobei 
36077 \begin_inset Formula $S_{0}$
36078 \end_inset
36079
36080  das Signal ohne Gradient ist und die Normierungsbedingung 
36081 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36082 \end_inset
36083
36084  gilt.
36085  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36086  Direkt nach dem 
36087 \begin_inset Formula $\nicefrac{\pi}{2}$
36088 \end_inset
36089
36090
36091 \begin_inset space \thinspace{}
36092 \end_inset
36093
36094 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36095  das Signal zusätzlich abschwächt.
36096  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36097  
36098 \begin_inset Formula $T_{2}$
36099 \end_inset
36100
36101 -Zeit.
36102 \end_layout
36103
36104 \begin_layout Standard
36105
36106 \lang ngerman
36107 \begin_inset ERT
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111
36112
36113 \backslash
36114 end{multicols}
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Subsection
36123 Formulas with Description of Variables
36124 \begin_inset Index idx
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128 Formula ! with description of variables
36129 \end_layout
36130
36131 \end_inset
36132
36133
36134 \end_layout
36135
36136 \begin_layout Standard
36137 To describe variables within a formula, like in formula 
36138 \begin_inset CommandInset ref
36139 LatexCommand eqref
36140 reference "eq:within"
36141
36142 \end_inset
36143
36144 , a 2
36145 \series bold
36146 ×
36147 \series default
36148
36149 \begin_inset Formula $n$
36150 \end_inset
36151
36152
36153 \begin_inset space ~
36154 \end_inset
36155
36156 matrix is used with left aligned columns for the 
36157 \begin_inset Formula $n$
36158 \end_inset
36159
36160  used variables.
36161 \begin_inset Foot
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 matrices see 
36166 \begin_inset CommandInset ref
36167 LatexCommand ref
36168 reference "sec:Matrices"
36169
36170 \end_inset
36171
36172
36173 \end_layout
36174
36175 \end_inset
36176
36177  To set the description in a smaller size, before the matrix e.
36178 \begin_inset space \thinspace{}
36179 \end_inset
36180
36181 g.
36182 \begin_inset space \space{}
36183 \end_inset
36184
36185 the command 
36186 \series bold
36187
36188 \backslash
36189 footnotesize
36190 \series default
36191  is inserted.
36192 \begin_inset Foot
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 font sizes see 
36197 \begin_inset CommandInset ref
36198 LatexCommand ref
36199 reference "subsec:Font-Sizes"
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 When the formula style 
36213 \series bold
36214 Indented
36215 \begin_inset Foot
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 formula styles see 
36220 \begin_inset CommandInset ref
36221 LatexCommand ref
36222 reference "sec:Formula-Styles"
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \series default
36233  is used, a 
36234 \series bold
36235
36236 \backslash
36237 hfill
36238 \series default
36239
36240 \begin_inset Foot
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244
36245 \series bold
36246
36247 \backslash
36248 hfill
36249 \series default
36250  only works in formulas with the style 
36251 \series bold
36252 Indented
36253 \series default
36254 , see 
36255 \begin_inset CommandInset ref
36256 LatexCommand ref
36257 reference "subsec:Variable-Space"
36258
36259 \end_inset
36260
36261 .
36262 \end_layout
36263
36264 \end_inset
36265
36266  is inserted before and after the matrix to have the same separation of
36267  the matrix from the equation and the side margin.
36268 \end_layout
36269
36270 \begin_layout Standard
36271 When the formula style 
36272 \series bold
36273 Centered
36274 \series default
36275  is used, the method described in 
36276 \begin_inset CommandInset ref
36277 LatexCommand ref
36278 reference "subsec:Flalign-Environment"
36279
36280 \end_inset
36281
36282  is used to indent formulas.
36283  Formula 
36284 \begin_inset CommandInset ref
36285 LatexCommand eqref
36286 reference "eq:within"
36287
36288 \end_inset
36289
36290  consists of five columns where in the first two columns contain the equation,
36291  the third the matrix and the last one an empty \SpecialChar TeX
36292  brace.
36293 \begin_inset Formula 
36294 \begin{flalign}
36295 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36296 \rho & \textrm{density}\\
36297 V & \textrm{volume}\\
36298 g & \textrm{gravitational acceleration}
36299 \end{array} &  & {}\label{eq:within}
36300 \end{flalign}
36301
36302 \end_inset
36303
36304
36305 \end_layout
36306
36307 \begin_layout Subsection
36308 Upright small Greek Letters
36309 \begin_inset CommandInset label
36310 LatexCommand label
36311 name "subsec:Upright-small-Greek"
36312
36313 \end_inset
36314
36315
36316 \begin_inset Index idx
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Greek letters ! upright
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 Most of the math fonts only provide italic small Greek letters.
36330  But for symbols of elementary particles like pions and neutrinos, upright
36331  Greek letters are needed.
36332  The file 
36333 \series bold
36334 upgreek.sty
36335 \series default
36336
36337 \begin_inset Foot
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342 \series bold
36343 upgreek
36344 \series default
36345  is part of the \SpecialChar LaTeX
36346 -package 
36347 \series bold
36348 was
36349 \series default
36350
36351 \begin_inset Index idx
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355 Packages ! was
36356 \begin_inset ERT
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360
36361
36362 \backslash
36363 vspace{4mm}
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \end_inset
36372
36373 .
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \begin_inset Index idx
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383 Packages ! upgreek
36384 \end_layout
36385
36386 \end_inset
36387
36388  that is loaded with the \SpecialChar LaTeX
36389 -preamble line
36390 \end_layout
36391
36392 \begin_layout Standard
36393
36394 \series bold
36395
36396 \backslash
36397 usepackage{upgreek}
36398 \end_layout
36399
36400 \begin_layout Standard
36401 provides them.
36402  
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 ifupgreek 
36411 \end_layout
36412
36413 \end_inset
36414
36415
36416 \begin_inset Note Note
36417 status open
36418
36419 \begin_layout Plain Layout
36420 The following table will only be displayed when the \SpecialChar LaTeX
36421 -package 
36422 \series bold
36423 upgreek
36424 \series default
36425  is installed:
36426 \end_layout
36427
36428 \end_inset
36429
36430  They are created when the command for a small Greek letter is started with
36431  
36432 \series bold
36433 up
36434 \series default
36435 .
36436  For example the command 
36437 \series bold
36438
36439 \backslash
36440 uptau
36441 \series default
36442  creates this: 
36443 \begin_inset Formula $\uptau$
36444 \end_inset
36445
36446
36447 \end_layout
36448
36449 \begin_layout Standard
36450 With these commands reactions of elementary particles can be typeset:
36451 \begin_inset Formula 
36452 \[
36453 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36454 \]
36455
36456 \end_inset
36457
36458
36459 \end_layout
36460
36461 \begin_layout Standard
36462 The upright letters are more bold and wider than the italic ones.
36463  They should therefore not be used for units like 
36464 \begin_inset Quotes eld
36465 \end_inset
36466
36467 µm
36468 \begin_inset Quotes erd
36469 \end_inset
36470
36471 .
36472 \end_layout
36473
36474 \begin_layout Standard
36475 \begin_inset ERT
36476 status collapsed
36477
36478 \begin_layout Plain Layout
36479
36480
36481 \backslash
36482 else 
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \begin_inset Note Note
36489 status open
36490
36491 \begin_layout Plain Layout
36492 The following will be displayed when the \SpecialChar LaTeX
36493 -package 
36494 \series bold
36495 upgreek
36496 \series default
36497  is not installed:
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \end_layout
36504
36505 \begin_layout Standard
36506 You need to install the \SpecialChar LaTeX
36507 -package 
36508 \series bold
36509 upgreek
36510 \series default
36511  to see the rest of this subsection in the output.
36512 \end_layout
36513
36514 \begin_layout Standard
36515 \begin_inset ERT
36516 status collapsed
36517
36518 \begin_layout Plain Layout
36519
36520
36521 \backslash
36522 fi 
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Subsection
36531 Text Characters in Formulas
36532 \begin_inset Index idx
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536 Text ! in formulas
36537 \end_layout
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \begin_layout Standard
36545 In some cases you might want to insert text characters directly into formulas.
36546  When for example the centered dot · is often used in formulas like 
36547 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36548 \end_inset
36549
36550 , one would have to insert the command 
36551 \series bold
36552
36553 \backslash
36554 cdot
36555 \series default
36556
36557 \begin_inset Foot
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 see 
36562 \begin_inset CommandInset ref
36563 LatexCommand ref
36564 reference "subsec:Binary-Operators"
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \end_inset
36572
36573  all the time, because this character is defined in all encodings as text
36574  character.
36575  But the encoding can be changed by this \SpecialChar LaTeX
36576 -preamble line:
36577 \end_layout
36578
36579 \begin_layout Standard
36580
36581 \series bold
36582
36583 \backslash
36584 Declare Inputtext{183}{
36585 \backslash
36586 ifmmode
36587 \backslash
36588 cdot
36589 \backslash
36590 else
36591 \backslash
36592 textperiodcentered
36593 \backslash
36594 f\SpecialChar ligaturebreak
36595 i}
36596 \end_layout
36597
36598 \begin_layout Standard
36599 The character encoding (menu 
36600 \family sans
36601 Document\SpecialChar menuseparator
36602 Settings\SpecialChar menuseparator
36603 Language
36604 \family default
36605 ) specifies what character appears when a keyboard key is pressed.
36606  When the key for the character '·' is pressed, internally the command 
36607 \series bold
36608
36609 \backslash
36610 textperiodcentered
36611 \series default
36612  is used.
36613  But this command is not available in a formula so that you would get \SpecialChar LaTeX
36614 -errors.
36615  With the changed encoding the right command is chosen automatically, depending
36616  on if the character was inserted into a formula or not.
36617 \end_layout
36618
36619 \begin_layout Standard
36620 The encoding of several characters is saved in definition files.
36621  For example the encoding 
36622 \series bold
36623 latin9
36624 \series default
36625  is defined in the file 
36626 \series bold
36627 latin9.def
36628 \series default
36629  which is in the installation folder of \SpecialChar LaTeX
36630 .
36631  Encodings should only be changed via the \SpecialChar LaTeX
36632 -preamble and not in the definition
36633  files.
36634  Otherwise documents could not be edited by other \SpecialChar LyX
36635  users working on other
36636  computers.
36637 \end_layout
36638
36639 \begin_layout Standard
36640 \begin_inset VSpace medskip
36641 \end_inset
36642
36643 Besides the centered dot, in this document the degree sign ° is defined
36644  with the following \SpecialChar LaTeX
36645 -preamble line so that it can be directly inserted into
36646  a formula:
36647 \end_layout
36648
36649 \begin_layout Standard
36650
36651 \series bold
36652
36653 \backslash
36654 DeclareInputtext{176}{
36655 \backslash
36656 ifmmode^
36657 \backslash
36658 circ
36659 \backslash
36660 else
36661 \backslash
36662 textdegree
36663 \backslash
36664 f\SpecialChar ligaturebreak
36665 i}
36666 \end_layout
36667
36668 \begin_layout Subsection
36669 \SpecialChar LaTeX
36670 -comments in formulas
36671 \begin_inset Index idx
36672 status collapsed
36673
36674 \begin_layout Plain Layout
36675 \SpecialChar LaTeX
36676 -comments
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
36686  source
36687  code of your file with the menu 
36688 \family sans
36689 Insert\SpecialChar menuseparator
36690 Note\SpecialChar menuseparator
36691 Comment
36692 \family default
36693 .
36694  This is not possible in a formula but you can insert \SpecialChar LaTeX
36695 -comments with the
36696  command
36697 \end_layout
36698
36699 \begin_layout Standard
36700
36701 \series bold
36702
36703 \backslash
36704 %
36705 \end_layout
36706
36707 \begin_layout Standard
36708 This creates a box in which you can write your comment.
36709  Due to a bug in \SpecialChar LyX
36710
36711 \begin_inset Foot
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715 \begin_inset CommandInset href
36716 LatexCommand href
36717 name "LyX-bug #9002"
36718 target "http://www.lyx.org/trac/ticket/9002"
36719
36720 \end_inset
36721
36722
36723 \end_layout
36724
36725 \end_inset
36726
36727  you cannot write normal text inside the comment, even when you use mathematical
36728  text, you will see its \SpecialChar LaTeX
36729 -commands in the \SpecialChar LaTeX
36730 -output.
36731 \begin_inset Newline newline
36732 \end_inset
36733
36734 This a formula with a \SpecialChar LaTeX
36735 -comment:
36736 \begin_inset Formula 
36737 \[
36738 A=B%\text{This is the comment}
36739 \]
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Standard
36747 \begin_inset Newpage newpage
36748 \end_inset
36749
36750
36751 \end_layout
36752
36753 \begin_layout Section
36754 \start_of_appendix
36755 Typographic Advice
36756 \begin_inset Index idx
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 Typographic advice
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \begin_layout Standard
36769 This section is a summary of the most important typographic rules, listed
36770  in ISO norms.
36771 \begin_inset Foot
36772 status collapsed
36773
36774 \begin_layout Plain Layout
36775 This collection was partly taken from the German semi-official dictionary
36776  called 
36777 \begin_inset Quotes eld
36778 \end_inset
36779
36780 Duden
36781 \begin_inset Quotes erd
36782 \end_inset
36783
36784  
36785 \begin_inset CommandInset citation
36786 LatexCommand cite
36787 key "Duden"
36788
36789 \end_inset
36790
36791  that lists some of the ISO rules.
36792  More rules are listed in 
36793 \begin_inset CommandInset citation
36794 LatexCommand cite
36795 key "Checklist"
36796
36797 \end_inset
36798
36799 .
36800 \end_layout
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Itemize
36808 Physical units are 
36809 \emph on
36810 always
36811 \emph default
36812  set upright
36813 \begin_inset Foot
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817 done with font styles, see 
36818 \begin_inset CommandInset ref
36819 LatexCommand ref
36820 reference "subsec:Font-Styles"
36821
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \end_inset
36828
36829 , no matter if they appear in italic text: 30
36830 \begin_inset space \thinspace{}
36831 \end_inset
36832
36833 km/h
36834 \begin_inset Newline newline
36835 \end_inset
36836
36837 Between the value and the unit is the smallest space, see 
36838 \begin_inset CommandInset ref
36839 LatexCommand ref
36840 reference "subsec:Predefined-Space"
36841
36842 \end_inset
36843
36844 .
36845 \begin_inset Newline newline
36846 \end_inset
36847
36848 This convention is automatically fulfilled when the command 
36849 \series bold
36850
36851 \backslash
36852 unittwo
36853 \series default
36854  is used.
36855  When it is entered to a formula, two boxes appear.
36856  In the first one the value is inserted, in the second one the unit, and
36857  one gets as above: 
36858 \begin_inset Formula $\unit[30]{km/h}$
36859 \end_inset
36860
36861
36862 \begin_inset space \thinspace{}
36863 \end_inset
36864
36865 .
36866  Note that 
36867 \series bold
36868
36869 \backslash
36870 unittwo
36871 \series default
36872  is not a real \SpecialChar LaTeX
36873  command but the command 
36874 \series bold
36875
36876 \backslash
36877 unit[value]{unit}
36878 \series default
36879 , therefore you cannot use it in \SpecialChar TeX
36880  code.
36881 \end_layout
36882
36883 \begin_layout Itemize
36884 Percent and perthousand signs are set like physical units:
36885 \begin_inset Newline newline
36886 \end_inset
36887
36888 1.2
36889 \begin_inset space \thinspace{}
36890 \end_inset
36891
36892 ‰ alcohol in blood
36893 \end_layout
36894
36895 \begin_layout Itemize
36896 The degree sign follows directly on the value: 15°, but not when it is used
36897  in units: 15
36898 \begin_inset space \thinspace{}
36899 \end_inset
36900
36901 °C
36902 \end_layout
36903
36904 \begin_layout Itemize
36905 In numbers with more than four digits the smallest space is inserted before
36906  every third digit to group them: 
36907 \family roman
36908 \series medium
36909 \shape up
36910 \size normal
36911 \emph off
36912 \bar no
36913 \noun off
36914 \color none
36915 18
36916 \begin_inset space \thinspace{}
36917 \end_inset
36918
36919 473
36920 \begin_inset space \thinspace{}
36921 \end_inset
36922
36923 588
36924 \end_layout
36925
36926 \begin_layout Itemize
36927 For dimensions like 120×90×40
36928 \begin_inset space \thinspace{}
36929 \end_inset
36930
36931 cm the multiplication sign 
36932 \begin_inset Quotes eld
36933 \end_inset
36934
36935 ×
36936 \begin_inset Quotes erd
36937 \end_inset
36938
36939  is used.
36940  It is available either via the command 
36941 \series bold
36942
36943 \backslash
36944 times
36945 \series default
36946  or via the menu 
36947 \family sans
36948 Insert\SpecialChar menuseparator
36949 Special Character\SpecialChar menuseparator
36950 Symbols
36951 \family default
36952 .
36953 \end_layout
36954
36955 \begin_layout Itemize
36956 Functions with names consisting of several letters are set upright to avoid
36957  confusions, see 
36958 \begin_inset CommandInset ref
36959 LatexCommand ref
36960 reference "subsec:Predefined-Functions"
36961
36962 \end_inset
36963
36964 .
36965 \end_layout
36966
36967 \begin_layout Itemize
36968 Indices consisting of several letters, are set upright: 
36969 \begin_inset Formula $E_{\mathrm{kin}}$
36970 \end_inset
36971
36972
36973 \begin_inset Newline newline
36974 \end_inset
36975
36976 Components of matrices are set italic: 
36977 \begin_inset Formula $\hat{H}_{kl}$
36978 \end_inset
36979
36980
36981 \end_layout
36982
36983 \begin_layout Itemize
36984 The differentiation/integration operator 'd', the Euler's number 'e' and
36985  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36986  other variables.
36987 \end_layout
36988
36989 \begin_layout Itemize
36990 The character that denotes a 
36991 \noun on
36992 Fourier
36993 \noun default
36994  transformation is inserted either by the command 
36995 \series bold
36996
36997 \backslash
36998 mathscr
36999 \begin_inset space \textvisiblespace{}
37000 \end_inset
37001
37002 F
37003 \series default
37004  or via the menu 
37005 \family sans
37006 Insert\SpecialChar menuseparator
37007 Special Character\SpecialChar menuseparator
37008 Symbols\SpecialChar menuseparator
37009 Letterlike
37010 \begin_inset space ~
37011 \end_inset
37012
37013 Symbols
37014 \family default
37015
37016 \begin_inset Formula $\mathscr{F}$
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 \begin_inset Newpage newpage
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Section
37030 Synonyms
37031 \begin_inset Index idx
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Synonyms
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Standard
37044 Some characters and symbols can be created with several commands.
37045  Here is a list of the synonym commands:
37046 \end_layout
37047
37048 \begin_layout Standard
37049 \begin_inset VSpace bigskip
37050 \end_inset
37051
37052
37053 \begin_inset space \hfill{}
37054 \end_inset
37055
37056
37057 \begin_inset Tabular
37058 <lyxtabular version="3" rows="12" columns="2">
37059 <features booktabs="true" tabularvalignment="middle">
37060 <column alignment="center" valignment="top" width="0pt">
37061 <column alignment="center" valignment="top" width="0pt">
37062 <row>
37063 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067 Command
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 equivalent to
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 </row>
37082 <row>
37083 <cell alignment="center" valignment="top" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 ast
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 *
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 </row>
37104 <row>
37105 <cell alignment="center" valignment="top" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109
37110 \backslash
37111 choose
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 <cell alignment="center" valignment="top" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120
37121 \backslash
37122 binom
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135 geq
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 ge
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157
37158 \backslash
37159 lbrace
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168 {
37169 \end_layout
37170
37171 \end_inset
37172 </cell>
37173 </row>
37174 <row>
37175 <cell alignment="center" valignment="top" usebox="none">
37176 \begin_inset Text
37177
37178 \begin_layout Plain Layout
37179
37180 \backslash
37181 lbracket
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 [
37191 \end_layout
37192
37193 \end_inset
37194 </cell>
37195 </row>
37196 <row>
37197 <cell alignment="center" valignment="top" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201
37202 \backslash
37203 leftarrow
37204 \end_layout
37205
37206 \end_inset
37207 </cell>
37208 <cell alignment="center" valignment="top" usebox="none">
37209 \begin_inset Text
37210
37211 \begin_layout Plain Layout
37212
37213 \backslash
37214 gets
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 <row>
37221 <cell alignment="center" valignment="top" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225
37226 \backslash
37227 leq
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236
37237 \backslash
37238 le
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249
37250 \backslash
37251 lor
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 <cell alignment="center" valignment="top" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260
37261 \backslash
37262 vee
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 neq
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 <cell alignment="center" valignment="top" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286 not=
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 </row>
37292 <row>
37293 <cell alignment="center" valignment="top" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297
37298 \backslash
37299 slash
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 /
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 </row>
37314 <row>
37315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319
37320 \backslash
37321 vert
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37327 \begin_inset Text
37328
37329 \begin_layout Plain Layout
37330 |
37331 \end_layout
37332
37333 \end_inset
37334 </cell>
37335 </row>
37336 </lyxtabular>
37337
37338 \end_inset
37339
37340
37341 \begin_inset space \hfill{}
37342 \end_inset
37343
37344
37345 \begin_inset Tabular
37346 <lyxtabular version="3" rows="12" columns="2">
37347 <features booktabs="true" tabularvalignment="middle">
37348 <column alignment="center" valignment="top" width="0pt">
37349 <column alignment="center" valignment="top" width="0pt">
37350 <row>
37351 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 Command
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 equivalent to
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 </row>
37370 <row>
37371 <cell alignment="center" valignment="top" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375
37376 \backslash
37377 backslash
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386
37387 \backslash
37388
37389 \backslash
37390
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 </row>
37396 <row>
37397 <cell alignment="center" valignment="top" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401
37402 \backslash
37403 dasharrow
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 dashrightarrow
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 land
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 wedge
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 rbrace
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 }
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row>
37467 <cell alignment="center" valignment="top" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 rbracket
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 ]
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 </row>
37488 <row>
37489 <cell alignment="center" valignment="top" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493
37494 \backslash
37495 rightarrow
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 <cell alignment="center" valignment="top" usebox="none">
37501 \begin_inset Text
37502
37503 \begin_layout Plain Layout
37504
37505 \backslash
37506 to
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 </row>
37512 <row>
37513 <cell alignment="center" valignment="top" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 lnot
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 <cell alignment="center" valignment="top" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 neg
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 </row>
37536 <row>
37537 <cell alignment="center" valignment="top" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 ne
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 not=
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 </row>
37560 <row>
37561 <cell alignment="center" valignment="top" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 owns
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 ni
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 </row>
37584 <row>
37585 <cell alignment="center" valignment="top" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 square
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 Box
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 <row>
37609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 Vert
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 |
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 </lyxtabular>
37633
37634 \end_inset
37635
37636
37637 \begin_inset space \hfill{}
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \begin_layout Standard
37644 \begin_inset Newpage newpage
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Bibliography
37651 \begin_inset CommandInset bibitem
37652 LatexCommand bibitem
37653 key "TLC2"
37654
37655 \end_inset
37656
37657
37658 \shape smallcaps
37659 Mittelbach, F.
37660  ; Goossens, M.
37661 \shape default
37662
37663 \shape italic
37664 The \SpecialChar LaTeX
37665  Companion
37666 \shape default
37667 .
37668  Addison Wesley, 2004
37669 \end_layout
37670
37671 \begin_layout Bibliography
37672 \begin_inset CommandInset bibitem
37673 LatexCommand bibitem
37674 key "Mathmode"
37675
37676 \end_inset
37677
37678
37679 \begin_inset CommandInset href
37680 LatexCommand href
37681 name "Description"
37682 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37683
37684 \end_inset
37685
37686  of \SpecialChar LaTeX
37687 's math abilities
37688 \end_layout
37689
37690 \begin_layout Bibliography
37691 \begin_inset CommandInset bibitem
37692 LatexCommand bibitem
37693 key "AMS"
37694
37695 \end_inset
37696
37697
37698 \begin_inset CommandInset href
37699 LatexCommand href
37700 name "Description"
37701 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37702
37703 \end_inset
37704
37705  of 
37706 \begin_inset ERT
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710
37711
37712 \backslash
37713 AmS
37714 \end_layout
37715
37716 \end_inset
37717
37718 -\SpecialChar LaTeX
37719
37720 \end_layout
37721
37722 \begin_layout Bibliography
37723 \begin_inset CommandInset bibitem
37724 LatexCommand bibitem
37725 key "Symbols"
37726
37727 \end_inset
37728
37729
37730 \begin_inset CommandInset href
37731 LatexCommand href
37732 name "List"
37733 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37734
37735 \end_inset
37736
37737  of all symbols available with \SpecialChar LaTeX
37738 -packages
37739 \end_layout
37740
37741 \begin_layout Bibliography
37742 \begin_inset CommandInset bibitem
37743 LatexCommand bibitem
37744 key "cancel"
37745
37746 \end_inset
37747
37748
37749 \begin_inset CommandInset href
37750 LatexCommand href
37751 name "Documentation"
37752 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37753
37754 \end_inset
37755
37756  of the \SpecialChar LaTeX
37757 -package 
37758 \series bold
37759 cancel
37760 \series default
37761
37762 \begin_inset Index idx
37763 status collapsed
37764
37765 \begin_layout Plain Layout
37766 Packages ! cancel
37767 \end_layout
37768
37769 \end_inset
37770
37771
37772 \end_layout
37773
37774 \begin_layout Bibliography
37775 \begin_inset CommandInset bibitem
37776 LatexCommand bibitem
37777 key "hyperref"
37778
37779 \end_inset
37780
37781
37782 \begin_inset CommandInset href
37783 LatexCommand href
37784 name "Documentation"
37785 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37786
37787 \end_inset
37788
37789  of the \SpecialChar LaTeX
37790 -package 
37791 \series bold
37792 hyperref
37793 \series default
37794
37795 \begin_inset Index idx
37796 status collapsed
37797
37798 \begin_layout Plain Layout
37799 Packages ! hyperref
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Bibliography
37808 \begin_inset CommandInset bibitem
37809 LatexCommand bibitem
37810 key "mhchem"
37811
37812 \end_inset
37813
37814
37815 \begin_inset CommandInset href
37816 LatexCommand href
37817 name "Documentation"
37818 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37819
37820 \end_inset
37821
37822  of the \SpecialChar LaTeX
37823 -package 
37824 \series bold
37825 mhchem
37826 \series default
37827
37828 \begin_inset Index idx
37829 status collapsed
37830
37831 \begin_layout Plain Layout
37832 Packages ! mhchem
37833 \end_layout
37834
37835 \end_inset
37836
37837
37838 \end_layout
37839
37840 \begin_layout Bibliography
37841 \begin_inset CommandInset bibitem
37842 LatexCommand bibitem
37843 key "Duden"
37844
37845 \end_inset
37846
37847
37848 \emph on
37849 Duden Band 1
37850 \emph default
37851 .
37852  22.
37853  Auflage, Duden 2001
37854 \end_layout
37855
37856 \begin_layout Bibliography
37857 \begin_inset CommandInset bibitem
37858 LatexCommand bibitem
37859 key "Checklist"
37860
37861 \end_inset
37862
37863
37864 \begin_inset CommandInset href
37865 LatexCommand href
37866 name "Check list"
37867 target "http://physics.nist.gov/Pubs/SP811/sec11.html"
37868
37869 \end_inset
37870
37871  for reviewing manuscripts
37872 \end_layout
37873
37874 \begin_layout Standard
37875 \begin_inset CommandInset index_print
37876 LatexCommand printindex
37877 type "idx"
37878
37879 \end_inset
37880
37881
37882 \end_layout
37883
37884 \end_body
37885 \end_document